Give – Donation Plugin and Fundraising Platform - Version 2.0.7

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 Icon 128x128 Give – Donation Plugin and Fundraising Platform
Version 2.0.7
Comparing to
See all releases

Code changes from version 2.4.7 to 2.0.7

Files changed (55) hide show
  1. assets/css/adminbar-style.css +9 -0
  2. assets/css/chosen-sprite.png +0 -0
  3. assets/{dist/images → css}/chosen-sprite@2x.png +0 -0
  4. assets/css/chosen.min.css +1 -0
  5. assets/css/give-admin-rtl.css +3517 -0
  6. assets/css/give-admin-rtl.min.css +21 -0
  7. assets/css/give-admin.css +3520 -0
  8. assets/css/give-admin.css.map +1 -0
  9. assets/css/give-admin.min.css +21 -0
  10. assets/css/give-dashicon.css +0 -0
  11. assets/css/jquery-ui-fresh.css +713 -0
  12. assets/css/jquery-ui-fresh.min.css +1 -0
  13. assets/dist/css/admin-shortcode-button.css +0 -1
  14. assets/dist/css/admin-shortcode-button.rtl.css +0 -1
  15. assets/dist/css/admin.css +0 -17
  16. assets/dist/css/admin.rtl.css +0 -17
  17. assets/dist/css/give.css +0 -18
  18. assets/dist/css/give.rtl.css +0 -18
  19. assets/dist/css/gutenberg.css +0 -1
  20. assets/dist/css/gutenberg.rtl.css +0 -1
  21. assets/dist/css/plugin-deactivation-survey.css +0 -1
  22. assets/dist/css/plugin-deactivation-survey.rtl.css +0 -1
  23. assets/dist/images/admin/getting-started-add-content.png +0 -0
  24. assets/dist/images/admin/getting-started-add-new-form.png +0 -0
  25. assets/dist/images/admin/getting-started-display-options.png +0 -0
  26. assets/dist/images/admin/give-form-mockup.png +0 -0
  27. assets/dist/images/amex.svg +0 -1
  28. assets/dist/images/anonymous-user.svg +0 -1
  29. assets/dist/images/chosen-sprite.png +0 -0
  30. assets/dist/images/close.svg +0 -1
  31. assets/dist/images/dankort.png +0 -0
  32. assets/dist/images/diners-club.svg +0 -1
  33. assets/dist/images/discover.svg +0 -1
  34. assets/dist/images/give-icon-full-circle-grey.svg +0 -1
  35. assets/dist/images/give-icon-full-circle-white.svg +0 -1
  36. assets/dist/images/give-icon-full-circle.svg +0 -1
  37. assets/dist/images/give-loader.svg +0 -1
  38. assets/dist/images/icomoon.svg +0 -1
  39. assets/dist/images/jcb.svg +0 -1
  40. assets/dist/images/maestro.svg +0 -1
  41. assets/dist/images/mastercard.svg +0 -1
  42. assets/dist/images/paypal.png +0 -0
  43. assets/dist/images/spinner-2x.gif +0 -0
  44. assets/dist/images/spinner.gif +0 -0
  45. assets/dist/images/ui-icons_444444_256x240.png +0 -0
  46. assets/dist/images/ui-icons_555555_256x240.png +0 -0
  47. assets/dist/images/ui-icons_777620_256x240.png +0 -0
  48. assets/dist/images/ui-icons_777777_256x240.png +0 -0
  49. assets/dist/images/ui-icons_cc0000_256x240.png +0 -0
  50. assets/dist/images/ui-icons_ffffff_256x240.png +0 -0
  51. assets/dist/images/unionpay.svg +0 -1
  52. assets/dist/images/visa.svg +0 -1
  53. assets/dist/js/admin-shortcode-button.js +0 -1
  54. assets/dist/js/admin-shortcodes.js +0 -13
  55. assets/dist/js/admin.js +0 -8
assets/css/adminbar-style.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ #wpadminbar .give-test-mode-active > .ab-item{
2
+ color:#fff;
3
+ background-color: #ffba00;
4
+ }
5
+
6
+ #wpadminbar .give-test-mode-active:hover > .ab-item, #wpadminbar .give-test-mode-active:hover > .ab-item{
7
+ background-color: rgba(203, 144, 0, 1) !important;
8
+ color: #fff !important;
9
+ }
assets/css/chosen-sprite.png ADDED
Binary file
assets/{dist/images → css}/chosen-sprite@2x.png RENAMED
File without changes
assets/css/chosen.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:14px;zoom:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:28px;border:1px solid #dedede;border-radius:5px;background-color:#fff;box-shadow:none;color:#444;text-decoration:none;white-space:nowrap;line-height:30px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) 100% -20px no-repeat #fff;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;box-shadow:none;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl .chosen-drop,.chosen-rtl.chosen-container-single-nosearch .chosen-search{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) -30px -20px no-repeat #fff;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
assets/css/give-admin-rtl.css ADDED
@@ -0,0 +1,3517 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Give Admin SCSS/CSS
3
+ *
4
+ * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner
5
+ * @package: Give
6
+ * @subpackage: SCSS/Admin
7
+ * @copyright: Copyright (c) 2016, WordImpress
8
+ * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
9
+ */
10
+ /**
11
+ * Clearfix
12
+ */
13
+ .give-clearfix {
14
+ *zoom: 1; }
15
+ .give-clearfix:before, .give-clearfix:after {
16
+ content: " ";
17
+ display: table; }
18
+ .give-clearfix:after {
19
+ clear: both; }
20
+
21
+ /**
22
+ * Box Sizing
23
+ * https://github.com/timrogers/sass-box-sizing-mixin
24
+ */
25
+ /**
26
+ * CSS3 Easing
27
+ */
28
+ .give-item-label {
29
+ padding: .2em .4em .3em;
30
+ font-size: 11px;
31
+ line-height: 1;
32
+ color: #fff;
33
+ text-align: center;
34
+ white-space: nowrap;
35
+ vertical-align: baseline;
36
+ border-radius: .25em; }
37
+ .give-item-label:hover {
38
+ color: #fff;
39
+ text-decoration: none; }
40
+
41
+ .give-item-label-gray, #give-payments-filter .give-payment-id {
42
+ background-color: #929292; }
43
+
44
+ .give-item-label-orange {
45
+ background-color: #ffba00; }
46
+
47
+ .give-item-label {
48
+ padding: .2em .4em .3em;
49
+ font-size: 11px;
50
+ line-height: 1;
51
+ color: #fff;
52
+ text-align: center;
53
+ white-space: nowrap;
54
+ vertical-align: baseline;
55
+ border-radius: .25em; }
56
+ .give-item-label:hover {
57
+ color: #fff;
58
+ text-decoration: none; }
59
+
60
+ /**
61
+ * Give CSS Variables
62
+ */
63
+ /*! Hint.css - v2.5.0 - 2017-04-23
64
+ * http://kushagragour.in/lab/hint/
65
+ * Copyright (c) 2017 Kushagra Gour */
66
+ [class*=hint--] {
67
+ position: relative;
68
+ display: inline-block; }
69
+
70
+ [class*=hint--]:after, [class*=hint--]:before {
71
+ position: absolute;
72
+ -webkit-transform: translate3d(0, 0, 0);
73
+ -moz-transform: translate3d(0, 0, 0);
74
+ transform: translate3d(0, 0, 0);
75
+ visibility: hidden;
76
+ opacity: 0;
77
+ z-index: 1000000;
78
+ pointer-events: none;
79
+ -webkit-transition: .3s ease;
80
+ -moz-transition: .3s ease;
81
+ transition: .3s ease;
82
+ -webkit-transition-delay: 0s;
83
+ -moz-transition-delay: 0s;
84
+ transition-delay: 0s; }
85
+
86
+ [class*=hint--]:hover:after, [class*=hint--]:hover:before {
87
+ visibility: visible;
88
+ opacity: 1;
89
+ -webkit-transition-delay: .1s;
90
+ -moz-transition-delay: .1s;
91
+ transition-delay: .1s; }
92
+
93
+ [class*=hint--]:before {
94
+ content: '';
95
+ position: absolute;
96
+ background: 100% 0;
97
+ border: 6px solid transparent;
98
+ z-index: 1000001; }
99
+
100
+ [class*=hint--]:after {
101
+ background: #383838;
102
+ color: #fff;
103
+ padding: 8px 10px;
104
+ font-size: 12px;
105
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
106
+ line-height: 12px;
107
+ white-space: nowrap;
108
+ text-shadow: 0 -1px 0 #000;
109
+ box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3); }
110
+
111
+ [class*=hint--][aria-label]:after {
112
+ content: attr(aria-label); }
113
+
114
+ [class*=hint--][data-hint]:after {
115
+ content: attr(data-hint); }
116
+
117
+ [aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
118
+ display: none !important; }
119
+
120
+ .hint--top-left:before, .hint--top-right:before, .hint--top:before {
121
+ border-top-color: #383838; }
122
+
123
+ .hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
124
+ border-bottom-color: #383838; }
125
+
126
+ .hint--top:after, .hint--top:before {
127
+ bottom: 100%;
128
+ right: 50%; }
129
+
130
+ .hint--top:before {
131
+ margin-bottom: -11px;
132
+ right: calc(50% - 6px); }
133
+
134
+ .hint--top:after {
135
+ -webkit-transform: translateX(50%);
136
+ -moz-transform: translateX(50%);
137
+ transform: translateX(50%); }
138
+
139
+ .hint--top:hover:before {
140
+ -webkit-transform: translateY(-8px);
141
+ -moz-transform: translateY(-8px);
142
+ transform: translateY(-8px); }
143
+
144
+ .hint--top:hover:after {
145
+ -webkit-transform: translateX(50%) translateY(-8px);
146
+ -moz-transform: translateX(50%) translateY(-8px);
147
+ transform: translateX(50%) translateY(-8px); }
148
+
149
+ .hint--bottom:after, .hint--bottom:before {
150
+ top: 100%;
151
+ right: 50%; }
152
+
153
+ .hint--bottom:before {
154
+ margin-top: -11px;
155
+ right: calc(50% - 6px); }
156
+
157
+ .hint--bottom:after {
158
+ -webkit-transform: translateX(50%);
159
+ -moz-transform: translateX(50%);
160
+ transform: translateX(50%); }
161
+
162
+ .hint--bottom:hover:before {
163
+ -webkit-transform: translateY(8px);
164
+ -moz-transform: translateY(8px);
165
+ transform: translateY(8px); }
166
+
167
+ .hint--bottom:hover:after {
168
+ -webkit-transform: translateX(50%) translateY(8px);
169
+ -moz-transform: translateX(50%) translateY(8px);
170
+ transform: translateX(50%) translateY(8px); }
171
+
172
+ .hint--right:before {
173
+ border-left-color: #383838;
174
+ margin-right: -11px;
175
+ margin-bottom: -6px; }
176
+
177
+ .hint--right:after {
178
+ margin-bottom: -14px; }
179
+
180
+ .hint--right:after, .hint--right:before {
181
+ right: 100%;
182
+ bottom: 50%; }
183
+
184
+ .hint--right:hover:after, .hint--right:hover:before {
185
+ -webkit-transform: translateX(-8px);
186
+ -moz-transform: translateX(-8px);
187
+ transform: translateX(-8px); }
188
+
189
+ .hint--left:before {
190
+ border-right-color: #383838;
191
+ margin-left: -11px;
192
+ margin-bottom: -6px; }
193
+
194
+ .hint--left:after {
195
+ margin-bottom: -14px; }
196
+
197
+ .hint--left:after, .hint--left:before {
198
+ left: 100%;
199
+ bottom: 50%; }
200
+
201
+ .hint--left:hover:after, .hint--left:hover:before {
202
+ -webkit-transform: translateX(8px);
203
+ -moz-transform: translateX(8px);
204
+ transform: translateX(8px); }
205
+
206
+ .hint--top-left:after, .hint--top-left:before {
207
+ bottom: 100%;
208
+ right: 50%; }
209
+
210
+ .hint--top-left:before {
211
+ margin-bottom: -11px;
212
+ right: calc(50% - 6px); }
213
+
214
+ .hint--top-left:after {
215
+ -webkit-transform: translateX(100%);
216
+ -moz-transform: translateX(100%);
217
+ transform: translateX(100%);
218
+ margin-right: 12px; }
219
+
220
+ .hint--top-left:hover:before {
221
+ -webkit-transform: translateY(-8px);
222
+ -moz-transform: translateY(-8px);
223
+ transform: translateY(-8px); }
224
+
225
+ .hint--top-left:hover:after {
226
+ -webkit-transform: translateX(100%) translateY(-8px);
227
+ -moz-transform: translateX(100%) translateY(-8px);
228
+ transform: translateX(100%) translateY(-8px); }
229
+
230
+ .hint--top-right:after, .hint--top-right:before {
231
+ bottom: 100%;
232
+ right: 50%; }
233
+
234
+ .hint--top-right:before {
235
+ margin-bottom: -11px;
236
+ right: calc(50% - 6px); }
237
+
238
+ .hint--top-right:after {
239
+ -webkit-transform: translateX(0);
240
+ -moz-transform: translateX(0);
241
+ transform: translateX(0);
242
+ margin-right: -12px; }
243
+
244
+ .hint--top-right:hover:after, .hint--top-right:hover:before {
245
+ -webkit-transform: translateY(-8px);
246
+ -moz-transform: translateY(-8px);
247
+ transform: translateY(-8px); }
248
+
249
+ .hint--bottom-left:after, .hint--bottom-left:before {
250
+ top: 100%;
251
+ right: 50%; }
252
+
253
+ .hint--bottom-left:before {
254
+ margin-top: -11px;
255
+ right: calc(50% - 6px); }
256
+
257
+ .hint--bottom-left:after {
258
+ -webkit-transform: translateX(100%);
259
+ -moz-transform: translateX(100%);
260
+ transform: translateX(100%);
261
+ margin-right: 12px; }
262
+
263
+ .hint--bottom-left:hover:before {
264
+ -webkit-transform: translateY(8px);
265
+ -moz-transform: translateY(8px);
266
+ transform: translateY(8px); }
267
+
268
+ .hint--bottom-left:hover:after {
269
+ -webkit-transform: translateX(100%) translateY(8px);
270
+ -moz-transform: translateX(100%) translateY(8px);
271
+ transform: translateX(100%) translateY(8px); }
272
+
273
+ .hint--bottom-right:after, .hint--bottom-right:before {
274
+ top: 100%;
275
+ right: 50%; }
276
+
277
+ .hint--bottom-right:before {
278
+ margin-top: -11px;
279
+ right: calc(50% - 6px); }
280
+
281
+ .hint--bottom-right:after {
282
+ -webkit-transform: translateX(0);
283
+ -moz-transform: translateX(0);
284
+ transform: translateX(0);
285
+ margin-right: -12px; }
286
+
287
+ .hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
288
+ -webkit-transform: translateY(8px);
289
+ -moz-transform: translateY(8px);
290
+ transform: translateY(8px); }
291
+
292
+ .hint--large:after, .hint--medium:after, .hint--small:after {
293
+ white-space: normal;
294
+ line-height: 1.4em;
295
+ word-wrap: break-word; }
296
+
297
+ .hint--small:after {
298
+ width: 80px; }
299
+
300
+ .hint--medium:after {
301
+ width: 150px; }
302
+
303
+ .hint--large:after {
304
+ width: 300px; }
305
+
306
+ .hint--error:after {
307
+ background-color: #b34e4d;
308
+ text-shadow: 0 -1px 0 #592726; }
309
+
310
+ .hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
311
+ border-top-color: #b34e4d; }
312
+
313
+ .hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
314
+ border-bottom-color: #b34e4d; }
315
+
316
+ .hint--error.hint--left:before {
317
+ border-right-color: #b34e4d; }
318
+
319
+ .hint--error.hint--right:before {
320
+ border-left-color: #b34e4d; }
321
+
322
+ .hint--warning:after {
323
+ background-color: #c09854;
324
+ text-shadow: 0 -1px 0 #6c5328; }
325
+
326
+ .hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
327
+ border-top-color: #c09854; }
328
+
329
+ .hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
330
+ border-bottom-color: #c09854; }
331
+
332
+ .hint--warning.hint--left:before {
333
+ border-right-color: #c09854; }
334
+
335
+ .hint--warning.hint--right:before {
336
+ border-left-color: #c09854; }
337
+
338
+ .hint--info:after {
339
+ background-color: #3986ac;
340
+ text-shadow: 0 -1px 0 #1a3c4d; }
341
+
342
+ .hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
343
+ border-top-color: #3986ac; }
344
+
345
+ .hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
346
+ border-bottom-color: #3986ac; }
347
+
348
+ .hint--info.hint--left:before {
349
+ border-right-color: #3986ac; }
350
+
351
+ .hint--info.hint--right:before {
352
+ border-left-color: #3986ac; }
353
+
354
+ .hint--success:after {
355
+ background-color: #458746;
356
+ text-shadow: 0 -1px 0 #1a321a; }
357
+
358
+ .hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
359
+ border-top-color: #458746; }
360
+
361
+ .hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
362
+ border-bottom-color: #458746; }
363
+
364
+ .hint--success.hint--left:before {
365
+ border-right-color: #458746; }
366
+
367
+ .hint--success.hint--right:before {
368
+ border-left-color: #458746; }
369
+
370
+ .hint--always:after, .hint--always:before {
371
+ opacity: 1;
372
+ visibility: visible; }
373
+
374
+ .hint--always.hint--top:before {
375
+ -webkit-transform: translateY(-8px);
376
+ -moz-transform: translateY(-8px);
377
+ transform: translateY(-8px); }
378
+
379
+ .hint--always.hint--top:after {
380
+ -webkit-transform: translateX(50%) translateY(-8px);
381
+ -moz-transform: translateX(50%) translateY(-8px);
382
+ transform: translateX(50%) translateY(-8px); }
383
+
384
+ .hint--always.hint--top-left:before {
385
+ -webkit-transform: translateY(-8px);
386
+ -moz-transform: translateY(-8px);
387
+ transform: translateY(-8px); }
388
+
389
+ .hint--always.hint--top-left:after {
390
+ -webkit-transform: translateX(100%) translateY(-8px);
391
+ -moz-transform: translateX(100%) translateY(-8px);
392
+ transform: translateX(100%) translateY(-8px); }
393
+
394
+ .hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
395
+ -webkit-transform: translateY(-8px);
396
+ -moz-transform: translateY(-8px);
397
+ transform: translateY(-8px); }
398
+
399
+ .hint--always.hint--bottom:before {
400
+ -webkit-transform: translateY(8px);
401
+ -moz-transform: translateY(8px);
402
+ transform: translateY(8px); }
403
+
404
+ .hint--always.hint--bottom:after {
405
+ -webkit-transform: translateX(50%) translateY(8px);
406
+ -moz-transform: translateX(50%) translateY(8px);
407
+ transform: translateX(50%) translateY(8px); }
408
+
409
+ .hint--always.hint--bottom-left:before {
410
+ -webkit-transform: translateY(8px);
411
+ -moz-transform: translateY(8px);
412
+ transform: translateY(8px); }
413
+
414
+ .hint--always.hint--bottom-left:after {
415
+ -webkit-transform: translateX(100%) translateY(8px);
416
+ -moz-transform: translateX(100%) translateY(8px);
417
+ transform: translateX(100%) translateY(8px); }
418
+
419
+ .hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
420
+ -webkit-transform: translateY(8px);
421
+ -moz-transform: translateY(8px);
422
+ transform: translateY(8px); }
423
+
424
+ .hint--always.hint--left:after, .hint--always.hint--left:before {
425
+ -webkit-transform: translateX(8px);
426
+ -moz-transform: translateX(8px);
427
+ transform: translateX(8px); }
428
+
429
+ .hint--always.hint--right:after, .hint--always.hint--right:before {
430
+ -webkit-transform: translateX(-8px);
431
+ -moz-transform: translateX(-8px);
432
+ transform: translateX(-8px); }
433
+
434
+ .hint--rounded:after {
435
+ border-radius: 4px; }
436
+
437
+ .hint--no-animate:after, .hint--no-animate:before {
438
+ -webkit-transition-duration: 0s;
439
+ -moz-transition-duration: 0s;
440
+ transition-duration: 0s; }
441
+
442
+ .hint--bounce:after, .hint--bounce:before {
443
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
444
+ -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
445
+ transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
446
+
447
+ /*!
448
+ Chosen, a Select Box Enhancer for jQuery and Prototype
449
+ by Patrick Filler for Harvest, http://getharvest.com
450
+
451
+ Version 1.8.3
452
+ Full source at https://github.com/harvesthq/chosen
453
+ Copyright (c) 2011-2018 Harvest http://getharvest.com
454
+
455
+ MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
456
+ This file is generated by `grunt build`, do not edit it by hand.
457
+ */
458
+ .chosen-container {
459
+ position: relative;
460
+ display: inline-block;
461
+ vertical-align: middle;
462
+ font-size: 13px;
463
+ -webkit-user-select: none;
464
+ -moz-user-select: none;
465
+ -ms-user-select: none;
466
+ user-select: none; }
467
+
468
+ .chosen-container * {
469
+ -webkit-box-sizing: border-box;
470
+ box-sizing: border-box; }
471
+
472
+ .chosen-container .chosen-drop {
473
+ position: absolute;
474
+ top: 100%;
475
+ z-index: 1010;
476
+ width: 100%;
477
+ border: 1px solid #aaa;
478
+ border-top: 0;
479
+ background: #fff;
480
+ -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
481
+ box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
482
+ display: none; }
483
+
484
+ .chosen-container.chosen-with-drop .chosen-drop {
485
+ display: block; }
486
+
487
+ .chosen-container a {
488
+ cursor: pointer; }
489
+
490
+ .chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
491
+ margin-left: 4px;
492
+ overflow: hidden;
493
+ white-space: nowrap;
494
+ text-overflow: ellipsis;
495
+ font-weight: 400;
496
+ color: #999; }
497
+
498
+ .chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
499
+ content: ":";
500
+ padding-right: 2px;
501
+ vertical-align: top; }
502
+
503
+ .chosen-container-single .chosen-single {
504
+ position: relative;
505
+ display: block;
506
+ overflow: hidden;
507
+ padding: 0 8px 0 0;
508
+ height: 25px;
509
+ border: 1px solid #aaa;
510
+ border-radius: 5px;
511
+ background-color: #fff;
512
+ background: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
513
+ background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
514
+ background-clip: padding-box;
515
+ -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
516
+ box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
517
+ color: #444;
518
+ text-decoration: none;
519
+ white-space: nowrap;
520
+ line-height: 24px; }
521
+
522
+ .chosen-container-single .chosen-single input[type=text] {
523
+ cursor: pointer;
524
+ opacity: 0;
525
+ position: absolute; }
526
+
527
+ .chosen-container-single .chosen-default {
528
+ color: #999; }
529
+
530
+ .chosen-container-single .chosen-single span {
531
+ display: block;
532
+ overflow: hidden;
533
+ margin-left: 26px;
534
+ text-overflow: ellipsis;
535
+ white-space: nowrap; }
536
+
537
+ .chosen-container-single .chosen-single-with-deselect span {
538
+ margin-left: 38px; }
539
+
540
+ .chosen-container-single .chosen-single abbr {
541
+ position: absolute;
542
+ top: 6px;
543
+ left: 26px;
544
+ display: block;
545
+ width: 12px;
546
+ height: 12px;
547
+ background: url(chosen-sprite.png) -42px 1px no-repeat;
548
+ font-size: 1px; }
549
+
550
+ .chosen-container-single .chosen-single abbr:hover {
551
+ background-position: -42px -10px; }
552
+
553
+ .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
554
+ background-position: -42px -10px; }
555
+
556
+ .chosen-container-single .chosen-single div {
557
+ position: absolute;
558
+ top: 0;
559
+ left: 0;
560
+ display: block;
561
+ width: 18px;
562
+ height: 100%; }
563
+
564
+ .chosen-container-single .chosen-single div b {
565
+ display: block;
566
+ width: 100%;
567
+ height: 100%;
568
+ background: url(chosen-sprite.png) no-repeat 100% 2px; }
569
+
570
+ .chosen-container-single .chosen-search {
571
+ position: relative;
572
+ z-index: 1010;
573
+ margin: 0;
574
+ padding: 3px 4px;
575
+ white-space: nowrap; }
576
+
577
+ .chosen-container-single .chosen-search input[type=text] {
578
+ margin: 1px 0;
579
+ padding: 4px 5px 4px 20px;
580
+ width: 100%;
581
+ height: auto;
582
+ outline: 0;
583
+ border: 1px solid #aaa;
584
+ background: url(chosen-sprite.png) no-repeat 0% -20px;
585
+ font-size: 1em;
586
+ font-family: sans-serif;
587
+ line-height: normal;
588
+ border-radius: 0; }
589
+
590
+ .chosen-container-single .chosen-drop {
591
+ margin-top: -1px;
592
+ border-radius: 0 0 4px 4px;
593
+ background-clip: padding-box; }
594
+
595
+ .chosen-container-single.chosen-container-single-nosearch .chosen-search {
596
+ position: absolute;
597
+ clip: rect(0, 0, 0, 0); }
598
+
599
+ .chosen-container .chosen-results {
600
+ color: #444;
601
+ position: relative;
602
+ overflow-x: hidden;
603
+ overflow-y: auto;
604
+ margin: 0 0 4px 4px;
605
+ padding: 0 4px 0 0;
606
+ max-height: 240px;
607
+ -webkit-overflow-scrolling: touch; }
608
+
609
+ .chosen-container .chosen-results li {
610
+ display: none;
611
+ margin: 0;
612
+ padding: 5px 6px;
613
+ list-style: none;
614
+ line-height: 15px;
615
+ word-wrap: break-word;
616
+ -webkit-touch-callout: none; }
617
+
618
+ .chosen-container .chosen-results li.active-result {
619
+ display: list-item;
620
+ cursor: pointer; }
621
+
622
+ .chosen-container .chosen-results li.disabled-result {
623
+ display: list-item;
624
+ color: #ccc;
625
+ cursor: default; }
626
+
627
+ .chosen-container .chosen-results li.highlighted {
628
+ background-color: #3875d7;
629
+ background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
630
+ background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
631
+ color: #fff; }
632
+
633
+ .chosen-container .chosen-results li.no-results {
634
+ color: #777;
635
+ display: list-item;
636
+ background: #f4f4f4; }
637
+
638
+ .chosen-container .chosen-results li.group-result {
639
+ display: list-item;
640
+ font-weight: 700;
641
+ cursor: default; }
642
+
643
+ .chosen-container .chosen-results li.group-option {
644
+ padding-right: 15px; }
645
+
646
+ .chosen-container .chosen-results li em {
647
+ font-style: normal;
648
+ text-decoration: underline; }
649
+
650
+ .chosen-container-multi .chosen-choices {
651
+ position: relative;
652
+ overflow: hidden;
653
+ margin: 0;
654
+ padding: 0 5px;
655
+ width: 100%;
656
+ height: auto;
657
+ border: 1px solid #aaa;
658
+ background-color: #fff;
659
+ background-image: -webkit-gradient(linear, right top, right bottom, color-stop(1%, #eee), color-stop(15%, #fff));
660
+ background-image: linear-gradient(#eee 1%, #fff 15%);
661
+ cursor: text; }
662
+
663
+ .chosen-container-multi .chosen-choices li {
664
+ float: right;
665
+ list-style: none; }
666
+
667
+ .chosen-container-multi .chosen-choices li.search-field {
668
+ margin: 0;
669
+ padding: 0;
670
+ white-space: nowrap; }
671
+
672
+ .chosen-container-multi .chosen-choices li.search-field input[type=text] {
673
+ margin: 1px 0;
674
+ padding: 0;
675
+ height: 25px;
676
+ outline: 0;
677
+ border: 0 !important;
678
+ background: 100% 0 !important;
679
+ -webkit-box-shadow: none;
680
+ box-shadow: none;
681
+ color: #999;
682
+ font-size: 100%;
683
+ font-family: sans-serif;
684
+ line-height: normal;
685
+ border-radius: 0;
686
+ width: 25px; }
687
+
688
+ .chosen-container-multi .chosen-choices li.search-choice {
689
+ position: relative;
690
+ margin: 3px 0 3px 5px;
691
+ padding: 3px 5px 3px 20px;
692
+ border: 1px solid #aaa;
693
+ max-width: 100%;
694
+ border-radius: 3px;
695
+ background-color: #eee;
696
+ background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
697
+ background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
698
+ background-size: 100% 19px;
699
+ background-repeat: repeat-x;
700
+ background-clip: padding-box;
701
+ -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
702
+ box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
703
+ color: #333;
704
+ line-height: 13px;
705
+ cursor: default; }
706
+
707
+ .chosen-container-multi .chosen-choices li.search-choice span {
708
+ word-wrap: break-word; }
709
+
710
+ .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
711
+ position: absolute;
712
+ top: 4px;
713
+ left: 3px;
714
+ display: block;
715
+ width: 12px;
716
+ height: 12px;
717
+ background: url(chosen-sprite.png) -42px 1px no-repeat;
718
+ font-size: 1px; }
719
+
720
+ .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
721
+ background-position: -42px -10px; }
722
+
723
+ .chosen-container-multi .chosen-choices li.search-choice-disabled {
724
+ padding-left: 5px;
725
+ border: 1px solid #ccc;
726
+ background-color: #e4e4e4;
727
+ background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
728
+ background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
729
+ color: #666; }
730
+
731
+ .chosen-container-multi .chosen-choices li.search-choice-focus {
732
+ background: #d4d4d4; }
733
+
734
+ .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
735
+ background-position: -42px -10px; }
736
+
737
+ .chosen-container-multi .chosen-results {
738
+ margin: 0;
739
+ padding: 0; }
740
+
741
+ .chosen-container-multi .chosen-drop .result-selected {
742
+ display: list-item;
743
+ color: #ccc;
744
+ cursor: default; }
745
+
746
+ .chosen-container-active .chosen-single {
747
+ border: 1px solid #5897fb;
748
+ -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
749
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
750
+
751
+ .chosen-container-active.chosen-with-drop .chosen-single {
752
+ border: 1px solid #aaa;
753
+ border-bottom-left-radius: 0;
754
+ border-bottom-right-radius: 0;
755
+ background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #eee), color-stop(80%, #fff));
756
+ background-image: linear-gradient(#eee 20%, #fff 80%);
757
+ -webkit-box-shadow: 0 1px 0 #fff inset;
758
+ box-shadow: 0 1px 0 #fff inset; }
759
+
760
+ .chosen-container-active.chosen-with-drop .chosen-single div {
761
+ border-right: none;
762
+ background: 100% 0; }
763
+
764
+ .chosen-container-active.chosen-with-drop .chosen-single div b {
765
+ background-position: -18px 2px; }
766
+
767
+ .chosen-container-active .chosen-choices {
768
+ border: 1px solid #5897fb;
769
+ -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
770
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
771
+
772
+ .chosen-container-active .chosen-choices li.search-field input[type=text] {
773
+ color: #222 !important; }
774
+
775
+ .chosen-disabled {
776
+ opacity: 0.5 !important;
777
+ cursor: default; }
778
+
779
+ .chosen-disabled .chosen-single {
780
+ cursor: default; }
781
+
782
+ .chosen-disabled .chosen-choices .search-choice .search-choice-close {
783
+ cursor: default; }
784
+
785
+ .chosen-rtl {
786
+ text-align: left; }
787
+
788
+ .chosen-rtl .chosen-single {
789
+ overflow: visible;
790
+ padding: 0 0 0 8px; }
791
+
792
+ .chosen-rtl .chosen-single span {
793
+ margin-left: 0;
794
+ margin-right: 26px;
795
+ direction: ltr; }
796
+
797
+ .chosen-rtl .chosen-single-with-deselect span {
798
+ margin-right: 38px; }
799
+
800
+ .chosen-rtl .chosen-single div {
801
+ left: auto;
802
+ right: 3px; }
803
+
804
+ .chosen-rtl .chosen-single abbr {
805
+ left: auto;
806
+ right: 26px; }
807
+
808
+ .chosen-rtl .chosen-choices li {
809
+ float: left; }
810
+
811
+ .chosen-rtl .chosen-choices li.search-field input[type=text] {
812
+ direction: ltr; }
813
+
814
+ .chosen-rtl .chosen-choices li.search-choice {
815
+ margin: 3px 0 3px 5px;
816
+ padding: 3px 19px 3px 5px; }
817
+
818
+ .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
819
+ left: auto;
820
+ right: 4px; }
821
+
822
+ .chosen-rtl.chosen-container-single .chosen-results {
823
+ margin: 0 4px 4px 0;
824
+ padding: 0 0 0 4px; }
825
+
826
+ .chosen-rtl .chosen-results li.group-option {
827
+ padding-left: 15px;
828
+ padding-right: 0; }
829
+
830
+ .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
831
+ border-left: none; }
832
+
833
+ .chosen-rtl .chosen-search input[type=text] {
834
+ padding: 4px 20px 4px 5px;
835
+ background: url(chosen-sprite.png) no-repeat -30px -20px;
836
+ direction: ltr; }
837
+
838
+ .chosen-rtl.chosen-container-single .chosen-single div b {
839
+ background-position: 6px 2px; }
840
+
841
+ .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
842
+ background-position: -12px 2px; }
843
+
844
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
845
+ .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
846
+ background-image: url(chosen-sprite@2x.png) !important;
847
+ background-size: 52px 37px !important;
848
+ background-repeat: no-repeat !important; } }
849
+
850
+ /**
851
+ * Give Frontend Fonts SCSS
852
+ *
853
+ * Fonts are from icomoon and the src paths need to be relative to template directory.
854
+ * @package Give
855
+ * @subpackage SCSS/Frontend
856
+ * @copyright Copyright (c) 2016, WordImpress
857
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
858
+ */
859
+ @font-face {
860
+ font-family: 'give-icomoon';
861
+ src: url("../assets/fonts/icomoon.eot?kdnr3d");
862
+ 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");
863
+ font-weight: normal;
864
+ font-style: normal; }
865
+
866
+ [class^="give-icon-"], [class*=" give-icon-"] {
867
+ font-family: 'give-icomoon';
868
+ speak: none;
869
+ font-style: normal;
870
+ font-weight: normal;
871
+ font-variant: normal;
872
+ text-transform: none;
873
+ line-height: 1;
874
+ -webkit-font-smoothing: antialiased;
875
+ -moz-osx-font-smoothing: grayscale; }
876
+
877
+ .give-icon-lamp:before {
878
+ content: "\e603"; }
879
+
880
+ .give-icon-heart:before {
881
+ content: "\e604"; }
882
+
883
+ .give-icon-question:before {
884
+ content: "\e602"; }
885
+
886
+ .give-icon-info:before {
887
+ content: "\e601"; }
888
+
889
+ .give-icon-new-tab:before {
890
+ content: "\ea7e"; }
891
+
892
+ .give-icon-alert:before {
893
+ content: "\f02d"; }
894
+
895
+ .give-icon-help:before {
896
+ content: "\e606"; }
897
+
898
+ .give-icon-spinner:before {
899
+ content: "\e605"; }
900
+
901
+ .give-icon-spinner2:before {
902
+ content: "\e607"; }
903
+
904
+ .give-icon-plus:before {
905
+ content: "\e040"; }
906
+
907
+ .give-icon-minus:before {
908
+ content: "\e041"; }
909
+
910
+ .give-icon-locked:before {
911
+ content: "\e600"; }
912
+
913
+ .dashicons-give:before {
914
+ font-family: 'give-icomoon';
915
+ speak: none;
916
+ font-style: normal;
917
+ font-weight: normal;
918
+ font-variant: normal;
919
+ text-transform: none;
920
+ line-height: 1;
921
+ -webkit-font-smoothing: antialiased;
922
+ -moz-osx-font-smoothing: grayscale;
923
+ content: "\e800"; }
924
+
925
+ .fa-spin {
926
+ -webkit-animation: spin 1000ms infinite linear;
927
+ animation: spin 1000ms infinite linear; }
928
+
929
+ @-webkit-keyframes spin {
930
+ 0% {
931
+ -webkit-transform: rotate(0deg);
932
+ transform: rotate(0deg); }
933
+ 100% {
934
+ -webkit-transform: rotate(-359deg);
935
+ transform: rotate(-359deg); } }
936
+
937
+ @keyframes spin {
938
+ 0% {
939
+ -webkit-transform: rotate(0deg);
940
+ transform: rotate(0deg); }
941
+ 100% {
942
+ -webkit-transform: rotate(-359deg);
943
+ transform: rotate(-359deg); } }
944
+
945
+ @font-face {
946
+ font-family: 'give-icomoon';
947
+ font-weight: normal;
948
+ font-style: normal; }
949
+
950
+ .give-metabox-tabs li .give-icon:before {
951
+ font-family: 'give-icomoon';
952
+ src: url("../assets/fonts/icomoon.eot?kdnr3d");
953
+ 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");
954
+ speak: none;
955
+ font-style: normal;
956
+ font-weight: normal;
957
+ font-variant: normal;
958
+ text-transform: none;
959
+ line-height: 1;
960
+ -webkit-font-smoothing: antialiased;
961
+ -moz-osx-font-smoothing: grayscale;
962
+ font-size: 12px;
963
+ vertical-align: top;
964
+ line-height: 20px;
965
+ margin: 0 0 0 5px; }
966
+
967
+ .give-metabox-tabs li .give-icon-default:before {
968
+ content: "\e903"; }
969
+
970
+ .give-metabox-tabs li .give-icon-heart:before {
971
+ content: "\e604"; }
972
+
973
+ .give-metabox-tabs li .give-icon-target:before {
974
+ content: "\e901"; }
975
+
976
+ .give-metabox-tabs li .give-icon-display:before {
977
+ content: "\e90c"; }
978
+
979
+ .give-metabox-tabs li .give-icon-edit:before {
980
+ content: "\e902"; }
981
+
982
+ .give-metabox-tabs li .give-icon-checklist:before {
983
+ position: relative;
984
+ top: 1px;
985
+ content: "\e900"; }
986
+
987
+ .give-metabox-tabs li .give-icon-purse:before {
988
+ content: "\e8df"; }
989
+
990
+ .give-metabox-tabs li .dashicons {
991
+ font-size: 14px;
992
+ width: 14px;
993
+ line-height: 20px; }
994
+
995
+ .give-grid-row {
996
+ position: relative;
997
+ width: 100%; }
998
+ .give-grid-row [class^="give-grid-col"] {
999
+ float: right;
1000
+ margin: 0.5rem 1%;
1001
+ min-height: 0.125rem; }
1002
+ .give-grid-row::after {
1003
+ content: "";
1004
+ display: table;
1005
+ clear: both; }
1006
+
1007
+ .give-grid-col-1 {
1008
+ width: 6.33333%; }
1009
+
1010
+ .give-grid-col-2 {
1011
+ width: 14.66667%; }
1012
+
1013
+ .give-grid-col-3 {
1014
+ width: 23%; }
1015
+
1016
+ .give-grid-col-4 {
1017
+ width: 31.33333%; }
1018
+
1019
+ .give-grid-col-5 {
1020
+ width: 39.66667%; }
1021
+
1022
+ .give-grid-col-6 {
1023
+ width: 48%; }
1024
+
1025
+ .give-grid-col-7 {
1026
+ width: 56.33333%; }
1027
+
1028
+ .give-grid-col-8 {
1029
+ width: 64.66667%; }
1030
+
1031
+ .give-grid-col-9 {
1032
+ width: 73%; }
1033
+
1034
+ .give-grid-col-10 {
1035
+ width: 81.33333%; }
1036
+
1037
+ .give-grid-col-11 {
1038
+ width: 89.66667%; }
1039
+
1040
+ .give-grid-col-12 {
1041
+ width: 98%; }
1042
+
1043
+ @media only screen and (max-width: 33.75em) {
1044
+ .give-grid-row [class^="give-grid-col"] {
1045
+ width: 98%; } }
1046
+
1047
+ /**
1048
+ * Give Forms SCSS
1049
+ *
1050
+ * @package Give
1051
+ * @subpackage SCSS/Admin
1052
+ * @copyright Copyright (c) 2016, WordImpress
1053
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1054
+ */
1055
+ /*------------------------------------
1056
+ Forms CPT
1057
+ --------------------------------------*/
1058
+ /* Hide conditional fields */
1059
+ .cmb2-id--give-set-price,
1060
+ .cmb2-id--give-levels-header,
1061
+ .cmb2-id--give-levels-header + .cmb-repeat-group-wrap,
1062
+ .cmb2-id--give-display-style,
1063
+ .post-type-give_forms .tablenav #post-query-submit,
1064
+ .give-hidden,
1065
+ .cmb2-id--give-form-content,
1066
+ .cmb2-id--give-reveal-label,
1067
+ .cmb2-id--give-custom-amount-minimum,
1068
+ .cmb2-id--give-custom-amount-text,
1069
+ .cmb2-id--give-offline-checkout-notes,
1070
+ .cmb-type-levels-id,
1071
+ #_give_donation_levels_repeat .cmb-group-title,
1072
+ #_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row,
1073
+ #_give_donation_levels_repeat .cmb-row > .handlediv {
1074
+ display: none; }
1075
+
1076
+ /* Donation Levels Repeating Field */
1077
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {
1078
+ font-size: 12px; }
1079
+
1080
+ div.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {
1081
+ padding: 0 !important;
1082
+ margin: 0 !important;
1083
+ min-width: 100%;
1084
+ max-width: 0; }
1085
+
1086
+ .cmb2-id--give-levels-header {
1087
+ padding: 10px 12px 0 !important;
1088
+ margin: 0 !important;
1089
+ background: #F7F7F7;
1090
+ border-bottom: none !important; }
1091
+ .cmb2-id--give-levels-header .table-container {
1092
+ display: table;
1093
+ width: 100%;
1094
+ border-top: 1px solid #e9e9e9;
1095
+ border-bottom: 1px solid #e9e9e9;
1096
+ border-right: 1px solid #e9e9e9; }
1097
+ .cmb2-id--give-levels-header .table-container > .table-row {
1098
+ display: table-row;
1099
+ background: #FCFCFC; }
1100
+ .cmb2-id--give-levels-header .table-container > .table-row > .table-cell {
1101
+ display: table-cell;
1102
+ vertical-align: middle;
1103
+ padding: 10px 15px;
1104
+ border-left: 1px solid #e9e9e9; }
1105
+ .cmb2-id--give-levels-header .table-container > .table-row > .table-cell.col-id {
1106
+ display: none; }
1107
+
1108
+ #_give_donation_levels_repeat {
1109
+ background: #F7F7F7;
1110
+ padding: 0 12px 20px 1px;
1111
+ box-sizing: border-box; }
1112
+ #_give_donation_levels_repeat .cmb-row, #_give_donation_levels_repeat .inside {
1113
+ margin: 0; }
1114
+ #_give_donation_levels_repeat .cmb-remove-field-row {
1115
+ margin: 3px 0 0; }
1116
+ #_give_donation_levels_repeat .cmb-remove-field-row .button {
1117
+ height: 25px;
1118
+ padding: 0 3px; }
1119
+ #_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no {
1120
+ line-height: 1.15em; }
1121
+ #_give_donation_levels_repeat .cmbhandle {
1122
+ display: none; }
1123
+ #_give_donation_levels_repeat .cmb-add-row {
1124
+ margin: 12px 0 0; }
1125
+
1126
+ .give-time-field {
1127
+ width: 65px; }
1128
+
1129
+ .give-money-field {
1130
+ width: 75px;
1131
+ margin-left: 0;
1132
+ margin-right: 0; }
1133
+
1134
+ .give-money-symbol {
1135
+ border: 1px solid #DDD;
1136
+ background: #FCFCFC;
1137
+ margin: 0;
1138
+ font-size: 14px;
1139
+ padding: 5px 8px; }
1140
+
1141
+ .give-money-symbol-before {
1142
+ border-left: 0;
1143
+ margin-left: -4px; }
1144
+
1145
+ .give-money-symbol-after {
1146
+ margin-right: -5px; }
1147
+
1148
+ .give_options_panel input[type="text"],
1149
+ .give_options_panel input[type="email"] {
1150
+ padding: 5px;
1151
+ width: 100%; }
1152
+
1153
+ input.give-text_small,
1154
+ input.give-text-small {
1155
+ width: 100px !important; }
1156
+
1157
+ input.give-text-medium,
1158
+ input.give-text_medium {
1159
+ width: 200px !important; }
1160
+
1161
+ .give-underline {
1162
+ text-decoration: underline; }
1163
+
1164
+ .postbox-container .cmb-row {
1165
+ margin: 0; }
1166
+ .postbox-container .cmb-row .cmb-th label {
1167
+ padding-right: 8px; }
1168
+
1169
+ #give-bulk-donors div[id^="give-donor-"] {
1170
+ display: block;
1171
+ overflow: hidden; }
1172
+
1173
+ @media only screen and (min-width: 851px) {
1174
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
1175
+ float: right;
1176
+ border-bottom: none;
1177
+ padding-left: 10px; }
1178
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-th {
1179
+ display: none; }
1180
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-td {
1181
+ float: right;
1182
+ width: 100%; }
1183
+ .cmb-type-give-default-radio-inline .cmb-td {
1184
+ margin-top: 5px; } }
1185
+
1186
+ /* Smaller Resolution Desktops */
1187
+ @media only screen and (min-width: 851px) and (max-width: 1201px) {
1188
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {
1189
+ width: 100%;
1190
+ padding-top: 0; }
1191
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text-money {
1192
+ width: 105px; }
1193
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money {
1194
+ width: 65px; }
1195
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field {
1196
+ width: 160px; }
1197
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline {
1198
+ margin-right: 20px; }
1199
+ .col-amount {
1200
+ width: 70px; }
1201
+ .col-text {
1202
+ width: 140px; }
1203
+ .col-sort {
1204
+ display: none !important; }
1205
+ .give-money-field {
1206
+ width: 55px; } }
1207
+
1208
+ @media only screen and (min-width: 1201px) {
1209
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {
1210
+ float: left; }
1211
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
1212
+ padding-left: 20px; }
1213
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row.cmb-row {
1214
+ padding-left: 0; }
1215
+ .col-amount {
1216
+ width: 93px; }
1217
+ .col-text {
1218
+ width: 195px; }
1219
+ .col-sort {
1220
+ width: 100px; }
1221
+ .give-multilevel-text-field {
1222
+ width: 205px; } }
1223
+
1224
+ @media only screen and (max-width: 850px) {
1225
+ div.cmb-type-levels-repeater-header {
1226
+ display: none !important; } }
1227
+
1228
+ /*Shortcode Input */
1229
+ .shortcode-wrap {
1230
+ margin: 1px 11px 12px 14px; }
1231
+ .shortcode-wrap label {
1232
+ margin: 0 0 3px;
1233
+ display: block;
1234
+ cursor: default; }
1235
+ .shortcode-wrap .shortcode-input {
1236
+ margin: 0;
1237
+ width: 100%; }
1238
+
1239
+ .cmb2-id--give-content-option,
1240
+ .cmb2-id--give-terms-option,
1241
+ .cmb2-id--give-offline-donation-enable-billing-fields-single,
1242
+ .cmb2-id--give-goal-option,
1243
+ .cmb2-id--give-customize-offline-donations {
1244
+ border-bottom: none !important;
1245
+ margin: 0 !important; }
1246
+
1247
+ .cmb2-id--give-form-content,
1248
+ .cmb2-id--give-agree-label,
1249
+ .cmb2-id--give-offline-checkout-notes,
1250
+ .cmb2-id--give-set-goal,
1251
+ .cmb2-id--give-offline-donation-enable-billing-fields-single {
1252
+ border-top: 1px solid #e9e9e9 !important; }
1253
+
1254
+ /*-------------------------------------
1255
+ Terms and Conditions Metabox
1256
+ ---------------------------------------*/
1257
+ .cmb2-id--give-agree-label,
1258
+ .cmb2-id--give-agree-text {
1259
+ display: none; }
1260
+
1261
+ /*-------------------------------------
1262
+ Dashboard Columns
1263
+ -------------------------------------*/
1264
+ input.shortcode-input {
1265
+ width: 100%; }
1266
+
1267
+ .price .give_price_range_low,
1268
+ .price .give_price_range_high,
1269
+ .price .give_price_range_sep {
1270
+ display: inline-block; }
1271
+
1272
+ /*-------------------------------------
1273
+ ASIDE
1274
+ -------------------------------------*/
1275
+ #side-sortables .cmb-th label:after {
1276
+ display: none; }
1277
+
1278
+ #side-sortables .cmb2-id--give-show-register-form {
1279
+ padding: 10px 0 0 !important; }
1280
+
1281
+ #side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row {
1282
+ padding-top: 10px; }
1283
+
1284
+ #side-sortables .cmb-row .cmb2-metabox-description {
1285
+ padding-bottom: 0; }
1286
+
1287
+ .cmb2-metabox-description {
1288
+ font-size: 13px;
1289
+ line-height: 1.5;
1290
+ display: block; }
1291
+
1292
+ .give-tooltip {
1293
+ margin: 0 3px;
1294
+ padding: 0;
1295
+ font-size: 14px;
1296
+ -moz-transition: 0.2s all linear;
1297
+ -o-transition: 0.2s all linear;
1298
+ transition: 0.2s all linear;
1299
+ color: rgba(51, 51, 51, 0.5);
1300
+ position: relative;
1301
+ top: 1px; }
1302
+ .give-tooltip:hover {
1303
+ color: #333; }
1304
+
1305
+ #give-metabox-form-data .inside {
1306
+ margin: 0;
1307
+ padding: 0; }
1308
+
1309
+ #give-metabox-form-data .give-metabox-panel-wrap {
1310
+ background: #fff;
1311
+ overflow: hidden; }
1312
+
1313
+ #give-metabox-form-data .give_options_panel {
1314
+ display: none;
1315
+ padding-right: 170px; }
1316
+ #give-metabox-form-data .give_options_panel.active,
1317
+ .no-js #give-metabox-form-data .give_options_panel {
1318
+ display: block; }
1319
+ #give-metabox-form-data .give_options_panel .give-field-wrap {
1320
+ padding: 1em 162px 1em 20px;
1321
+ margin: 0;
1322
+ border-bottom: 1px solid #eee; }
1323
+ #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 {
1324
+ float: right;
1325
+ width: 135px;
1326
+ padding: 0;
1327
+ margin: 2px -150px 0 0;
1328
+ line-height: 18px;
1329
+ font-size: 12px;
1330
+ font-weight: 400; }
1331
+ #give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description {
1332
+ color: #aaaaaa;
1333
+ font-size: 12px;
1334
+ line-height: 18px;
1335
+ display: block;
1336
+ padding-top: 10px;
1337
+ font-style: italic; }
1338
+ #give-metabox-form-data .give_options_panel .give-field-wrap ul {
1339
+ margin: 0; }
1340
+ #give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe, #give-metabox-form-data .give_options_panel .give-field-wrap textarea {
1341
+ min-height: 250px !important; }
1342
+ #give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap {
1343
+ display: inline-block;
1344
+ width: 100%; }
1345
+ #give-metabox-form-data .give_options_panel .give-field-wrap:last-child {
1346
+ border-bottom: 0; }
1347
+ #give-metabox-form-data .give_options_panel textarea.give-field {
1348
+ width: 100%; }
1349
+ #give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions {
1350
+ display: block; }
1351
+ #give-metabox-form-data .give_options_panel .give-field-wrap:last-child {
1352
+ border-bottom: 0; }
1353
+ #give-metabox-form-data .give_options_panel .give-inline-radio-fields li {
1354
+ display: inline-block;
1355
+ margin-left: 15px; }
1356
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section {
1357
+ padding: 10px;
1358
+ background: #f5f5f5; }
1359
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper {
1360
+ width: 100%;
1361
+ background-color: white;
1362
+ border-collapse: collapse; }
1363
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row {
1364
+ border-bottom: 15px solid #f5f5f5;
1365
+ background-color: white; }
1366
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template {
1367
+ display: none; }
1368
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child {
1369
+ border-bottom: 10px solid #f5f5f5; }
1370
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column {
1371
+ padding: 0; }
1372
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove {
1373
+ float: left;
1374
+ width: 22px;
1375
+ height: 36px;
1376
+ padding: 0;
1377
+ display: block;
1378
+ text-align: center;
1379
+ line-height: 34px;
1380
+ font-size: 21px;
1381
+ font-weight: 300;
1382
+ cursor: pointer; }
1383
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover {
1384
+ background-color: red;
1385
+ color: white;
1386
+ width: 22px;
1387
+ height: 22px;
1388
+ border-radius: 30px;
1389
+ margin-top: 8px;
1390
+ line-height: 19px; }
1391
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head {
1392
+ border-bottom: 1px solid #eee;
1393
+ cursor: move; }
1394
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2 {
1395
+ text-align: right !important; }
1396
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before {
1397
+ content: "\f140"; }
1398
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before {
1399
+ margin-right: 7px; }
1400
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap {
1401
+ background-color: #f5f5f5; }
1402
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row {
1403
+ margin: 5px 5px; }
1404
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child {
1405
+ border-bottom: 1px solid #eee; }
1406
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight {
1407
+ background-color: #68bb6c; }
1408
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name {
1409
+ border: 0 !important;
1410
+ padding: 0 !important; }
1411
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description {
1412
+ color: #aaaaaa;
1413
+ font-size: 12px;
1414
+ line-height: 18px;
1415
+ display: block;
1416
+ padding-bottom: 10px;
1417
+ font-style: italic; }
1418
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper {
1419
+ display: table !important; }
1420
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper {
1421
+ border-bottom: 0; }
1422
+
1423
+ #_give_donation_levels_field .give-row:nth-of-type(2) .give-remove {
1424
+ display: none !important; }
1425
+
1426
+ #give-metabox-form-data .give-metabox-tabs {
1427
+ margin: 0;
1428
+ max-width: 170px;
1429
+ float: right;
1430
+ line-height: 1em;
1431
+ padding: 0 0 10px;
1432
+ position: relative;
1433
+ background-color: #fafafa;
1434
+ border-left: 1px solid #eee;
1435
+ box-sizing: border-box; }
1436
+ #give-metabox-form-data .give-metabox-tabs:after {
1437
+ content: "";
1438
+ display: block;
1439
+ width: 100%;
1440
+ height: 9999em;
1441
+ position: absolute;
1442
+ bottom: -9999em;
1443
+ right: 0;
1444
+ background-color: #fafafa;
1445
+ border-left: 1px solid #eee; }
1446
+ #give-metabox-form-data .give-metabox-tabs li {
1447
+ margin: 0;
1448
+ padding: 0;
1449
+ display: block;
1450
+ position: relative; }
1451
+ #give-metabox-form-data .give-metabox-tabs li a {
1452
+ margin: 0;
1453
+ padding: 10px;
1454
+ display: block;
1455
+ box-shadow: none;
1456
+ text-decoration: none;
1457
+ line-height: 20px !important;
1458
+ border-bottom: 1px solid #eee;
1459
+ overflow: hidden; }
1460
+ #give-metabox-form-data .give-metabox-tabs li a span.give-label {
1461
+ width: 122px;
1462
+ display: inline-block; }
1463
+ #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li {
1464
+ background-color: #f1f1f1; }
1465
+ #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a {
1466
+ border-bottom-color: #e5e5e5; }
1467
+ #give-metabox-form-data .give-metabox-tabs li.active > a {
1468
+ color: #555;
1469
+ position: relative;
1470
+ background-color: #eee; }
1471
+ #give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active > a {
1472
+ background-color: #ddd; }
1473
+ #give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs {
1474
+ display: block;
1475
+ position: absolute;
1476
+ bottom: 0;
1477
+ right: 166px;
1478
+ width: 170px;
1479
+ max-height: 250px; }
1480
+
1481
+ @media only screen and (min-width: 851px) and (max-width: 1025px), (max-width: 550px) {
1482
+ #give-metabox-form-data ul.give-metabox-tabs {
1483
+ min-width: 40px; }
1484
+ #give-metabox-form-data ul.give-metabox-tabs li > a {
1485
+ text-align: center; }
1486
+ #give-metabox-form-data ul.give-metabox-tabs li > a:before {
1487
+ margin-left: 0;
1488
+ font-size: 15px; }
1489
+ #give-metabox-form-data ul.give-metabox-tabs li > a span.give-label {
1490
+ display: none; }
1491
+ #give-metabox-form-data ul.give-metabox-tabs li > a span.give-icon:before {
1492
+ margin: 0; }
1493
+ #give-metabox-form-data .give_options_panel {
1494
+ padding-right: 40px; }
1495
+ #give-metabox-form-data .give_options_panel .give-field-wrap {
1496
+ padding: 10px; }
1497
+ #give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label, #give-metabox-form-data .give_options_panel .give-field-wrap label {
1498
+ display: block;
1499
+ float: none;
1500
+ margin: 0 0 10px 0;
1501
+ font-size: 14px;
1502
+ width: 100%; } }
1503
+
1504
+ #give-export-payments .give_forms_categories,
1505
+ #give-export-payments .give_forms_tags {
1506
+ min-width: 250px;
1507
+ margin: 0 0 10px 0;
1508
+ display: block; }
1509
+ #give-export-payments .give_forms_categories input,
1510
+ #give-export-payments .give_forms_tags input {
1511
+ color: #999; }
1512
+
1513
+ #give-export-payments div.chosen-container:first-of-type {
1514
+ margin-top: 10px; }
1515
+
1516
+ #give-export-payments div.chosen-container ul.chosen-choices {
1517
+ border: 1px solid #ddd; }
1518
+ #give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input {
1519
+ border: 1px solid #ddd;
1520
+ height: 20px; }
1521
+
1522
+ #give-export-payments select {
1523
+ vertical-align: inherit;
1524
+ margin: 0;
1525
+ height: 26px;
1526
+ line-height: 26px;
1527
+ border: 1px solid #ddd; }
1528
+
1529
+ /*-------------------------------------
1530
+ Chosen Overrides
1531
+ -------------------------------------*/
1532
+ .chosen-container-single a.chosen-single {
1533
+ background: #FFF !important; }
1534
+
1535
+ /*-------------------------------------
1536
+ Doc Links
1537
+ -------------------------------------*/
1538
+ .give-docs-link {
1539
+ text-align: left;
1540
+ margin-left: 15px; }
1541
+ .give-docs-link a {
1542
+ color: #999;
1543
+ text-decoration: none;
1544
+ font-style: italic; }
1545
+ .give-docs-link a:hover {
1546
+ color: #0073aa; }
1547
+ .give-docs-link a span {
1548
+ font-style: normal; }
1549
+
1550
+ /**
1551
+ * Give Add-ons SCSS
1552
+ *
1553
+ * @description Add-on Styles
1554
+ * @package Give
1555
+ * @subpackage SCSS/Admin
1556
+ * @copyright Copyright (c) 2016, WordImpress
1557
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1558
+ */
1559
+ .type-download {
1560
+ float: right;
1561
+ margin: 0 0 1em 1em !important;
1562
+ padding: 0;
1563
+ vertical-align: top;
1564
+ width: 280px;
1565
+ text-decoration: none;
1566
+ color: inherit;
1567
+ border: 1px solid #ddd;
1568
+ display: block;
1569
+ min-height: 365px;
1570
+ overflow: hidden;
1571
+ background: #f5f5f5;
1572
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1573
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1574
+ -webkit-transition-property: border, background, color;
1575
+ transition-property: border, background, color;
1576
+ -webkit-transition-duration: .05s;
1577
+ transition-duration: .05s;
1578
+ -webkit-transition-timing-function: ease-in-out;
1579
+ transition-timing-function: ease-in-out;
1580
+ position: relative; }
1581
+ .type-download:hover {
1582
+ border: 1px solid #d1d1d1; }
1583
+ .type-download > .featured-img img {
1584
+ border-bottom: 1px solid #ddd; }
1585
+ .type-download .addon-content {
1586
+ *zoom: 1;
1587
+ padding: 15px 20px; }
1588
+ .type-download .addon-content:before, .type-download .addon-content:after {
1589
+ content: " ";
1590
+ display: table; }
1591
+ .type-download .addon-content:after {
1592
+ clear: both; }
1593
+ .type-download .addon-content .addon-heading {
1594
+ margin: 0 0 10px; }
1595
+ .type-download .addon-content .addon-heading a {
1596
+ outline: none;
1597
+ text-decoration: none; }
1598
+ .type-download .addon-footer-wrap {
1599
+ border-top: 1px solid #ddd;
1600
+ position: absolute;
1601
+ bottom: 2px;
1602
+ right: 0;
1603
+ width: 100%;
1604
+ background-color: #FFF;
1605
+ padding: 15px 20px; }
1606
+
1607
+ .give-view-addons-all span.dashicons, .type-download span.dashicons {
1608
+ width: 16px;
1609
+ height: 16px;
1610
+ font-size: 14px;
1611
+ margin: 6px 0 0 0; }
1612
+
1613
+ .give-view-addons-all span.dashicons {
1614
+ margin-right: 3px; }
1615
+
1616
+ /**
1617
+ * Give Reports SCSS
1618
+ *
1619
+ * @description Payment History Styles
1620
+ * @package Give
1621
+ * @subpackage SCSS/Admin
1622
+ * @copyright Copyright (c) 2016, WordImpress
1623
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1624
+ */
1625
+ #give-dashboard-widgets-wrap .inside {
1626
+ padding-top: 0;
1627
+ padding-bottom: 0;
1628
+ /* counteract extra padding in Income Report graph */ }
1629
+ .give_forms_page_give-reports #give-dashboard-widgets-wrap .inside {
1630
+ padding-right: 0; }
1631
+ #give-dashboard-widgets-wrap .inside #give-graphs-filter {
1632
+ float: none; }
1633
+
1634
+ #give-dashboard-widgets-wrap .postbox {
1635
+ margin-bottom: 10px; }
1636
+
1637
+ #give-dashboard-widgets-wrap table.reports-table {
1638
+ clear: none; }
1639
+
1640
+ #give-dashboard-widgets-wrap #give-date-range-options {
1641
+ float: right; }
1642
+ #give-dashboard-widgets-wrap #give-date-range-options > span {
1643
+ float: right;
1644
+ line-height: 30px;
1645
+ font-style: italic;
1646
+ padding: 0 0 0 5px; }
1647
+
1648
+ #give-graphs-filter {
1649
+ float: left; }
1650
+ #give-graphs-filter .tablenav {
1651
+ margin: 0 17px 0 0; }
1652
+ #give-graphs-filter .tablenav .actions {
1653
+ padding: 0; }
1654
+
1655
+ .give-graph .y1Axis {
1656
+ color: #66bb6a !important; }
1657
+
1658
+ .give-graph .y2Axis {
1659
+ color: #546e7a !important; }
1660
+
1661
+ body.give_forms_page_give-reports h1.nav-tab-wrapper, body.give_forms_page_give-reports h2.nav-tab-wrapper, body.give_forms_page_give-payment-history h1.nav-tab-wrapper, body.give_forms_page_give-payment-history h2.nav-tab-wrapper {
1662
+ margin-bottom: 10px; }
1663
+
1664
+ body.give_forms_page_give-reports .actions, body.give_forms_page_give-payment-history .actions {
1665
+ padding-top: 0; }
1666
+
1667
+ body.give_forms_page_give-reports .pagination-links, body.give_forms_page_give-payment-history .pagination-links {
1668
+ margin-right: 10px; }
1669
+
1670
+ body.give_forms_page_give-reports p.donor-search, body.give_forms_page_give-payment-history p.donor-search {
1671
+ margin-left: 10px; }
1672
+
1673
+ body.give_forms_page_give-reports .tablenav-right .tablenav-pages, body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages {
1674
+ float: left; }
1675
+
1676
+ body.give_forms_page_give-reports .tablenav-right #give-reports-view, body.give_forms_page_give-payment-history .tablenav-right #give-reports-view {
1677
+ margin-top: 0; }
1678
+
1679
+ body.give_forms_page_give-reports .tablenav-right .actions, body.give_forms_page_give-payment-history .tablenav-right .actions {
1680
+ float: right; }
1681
+
1682
+ body.give_forms_page_give-reports p.search-box, body.give_forms_page_give-payment-history p.search-box {
1683
+ float: right; }
1684
+
1685
+ body.give_forms_page_give-reports .reports-table-nav.tablenav.top, body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top {
1686
+ width: 100%;
1687
+ float: none;
1688
+ margin: 0 0 10px; }
1689
+
1690
+ body.give_forms_page_give-reports .reports-forms-details-wrap.top, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top {
1691
+ float: left;
1692
+ overflow: hidden; }
1693
+ body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter {
1694
+ float: right; }
1695
+ body.give_forms_page_give-reports .reports-forms-details-wrap.top > .actions, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top > .actions {
1696
+ padding-left: 0; }
1697
+
1698
+ body.give_forms_page_give-reports .tablenav.bottom, body.give_forms_page_give-payment-history .tablenav.bottom {
1699
+ margin-top: 10px; }
1700
+
1701
+ body.give_forms_page_give-reports h2.reports-earnings-title, body.give_forms_page_give-payment-history h2.reports-earnings-title {
1702
+ margin: 7px 0 0; }
1703
+
1704
+ body.give_forms_page_give-reports .reports-views-wrap, body.give_forms_page_give-payment-history .reports-views-wrap {
1705
+ padding: 3px 0 0; }
1706
+
1707
+ body.give_forms_page_give-reports .wrap.give-reports-donors-wrap, body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap {
1708
+ margin-left: 0;
1709
+ margin-bottom: 10px; }
1710
+
1711
+ body.give_forms_page_give-reports .widefat tbody td, body.give_forms_page_give-reports .widefat tbody th, body.give_forms_page_give-payment-history .widefat tbody td, body.give_forms_page_give-payment-history .widefat tbody th {
1712
+ padding-top: 12px;
1713
+ padding-bottom: 12px; }
1714
+
1715
+ body.give_forms_page_give-reports table.export-options-table tbody td {
1716
+ padding: 20px 12px;
1717
+ vertical-align: top; }
1718
+
1719
+ body.give_forms_page_give-reports table.export-options-table .give-export-form {
1720
+ position: relative; }
1721
+ body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap {
1722
+ background-color: transparent;
1723
+ padding: 12px 12px 4px;
1724
+ margin: 2px -11px -16px 0;
1725
+ overflow: auto; }
1726
+ body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner {
1727
+ margin: -2px 0 8px -12px; }
1728
+
1729
+ body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input, body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input {
1730
+ width: 100px; }
1731
+
1732
+ #export-donor-options-wrap p {
1733
+ padding: 20px 0 0;
1734
+ margin: 0;
1735
+ font-weight: bold; }
1736
+
1737
+ #export-donor-options-wrap ul {
1738
+ max-width: 900px;
1739
+ overflow: hidden; }
1740
+ #export-donor-options-wrap ul li {
1741
+ margin: 0;
1742
+ padding: 0 0 5px 5px;
1743
+ box-sizing: border-box;
1744
+ float: right;
1745
+ width: 33%; }
1746
+
1747
+ .settings-excludes-list {
1748
+ max-height: 120px;
1749
+ overflow: auto;
1750
+ padding: 0.5rem;
1751
+ border: 1px solid #ddd; }
1752
+
1753
+ .settings-excludes-list li {
1754
+ margin: 3px 0; }
1755
+
1756
+ #give-tools-recount-form .notice-wrap {
1757
+ position: relative;
1758
+ min-height: 25px;
1759
+ margin: 10px -12px -12px;
1760
+ background: #EFEFEF;
1761
+ padding: 10px 12px 12px;
1762
+ border-top: 1px solid #E5E5E5; }
1763
+ #give-tools-recount-form .notice-wrap .give-progress {
1764
+ position: absolute;
1765
+ top: 15px; }
1766
+ #give-tools-recount-form .notice-wrap .spinner {
1767
+ position: absolute;
1768
+ left: 14px;
1769
+ top: 13px;
1770
+ margin: 0; }
1771
+ #give-tools-recount-form .notice-wrap #give-batch-success {
1772
+ margin-bottom: 6px; }
1773
+
1774
+ .recount-stats-controls form {
1775
+ display: inline; }
1776
+
1777
+ .give-recount-stats-descriptions {
1778
+ margin: 8px 0 0;
1779
+ display: block; }
1780
+ .give-recount-stats-descriptions span {
1781
+ line-height: 24px;
1782
+ font-size: 13px;
1783
+ font-style: italic;
1784
+ font-weight: normal;
1785
+ color: #aaa;
1786
+ margin: 0;
1787
+ display: none; }
1788
+
1789
+ .gateways-report-tablenav .actions.bulkactions {
1790
+ padding-left: 0; }
1791
+
1792
+ table.give-table td {
1793
+ vertical-align: middle; }
1794
+
1795
+ table.give-table td.row-title h3 {
1796
+ margin: 0 0 0.4em;
1797
+ font-size: 1.2em; }
1798
+
1799
+ table.give-table td.row-title p {
1800
+ font-size: 13px;
1801
+ font-style: italic;
1802
+ font-weight: normal;
1803
+ color: #aaa;
1804
+ margin: 0; }
1805
+
1806
+ #give-graphs-filter > .tablenav {
1807
+ height: auto; }
1808
+
1809
+ #give-logs-filter .search-box {
1810
+ float: left; }
1811
+
1812
+ #give-logs-filter .tablenav.top {
1813
+ float: right;
1814
+ clear: none;
1815
+ margin-top: 0; }
1816
+
1817
+ /**
1818
+ * Give Admin Welcome SCSS
1819
+ *
1820
+ * @description Displays when user activates the plugin
1821
+ * @package Give
1822
+ * @subpackage SCSS/Admin
1823
+ * @copyright Copyright (c) 2016, WordImpress
1824
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1825
+ */
1826
+ .welcome-h1 {
1827
+ display: inline-block;
1828
+ margin-left: 15px !important; }
1829
+
1830
+ .about-wrap h3 {
1831
+ margin: 1.5em 0 .6em; }
1832
+
1833
+ .about-wrap img {
1834
+ border: none; }
1835
+
1836
+ .give-badge {
1837
+ padding-top: 150px;
1838
+ height: 52px;
1839
+ width: 185px;
1840
+ color: #FFF;
1841
+ font-weight: bold;
1842
+ font-size: 14px;
1843
+ text-align: center;
1844
+ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
1845
+ margin: 0 -5px;
1846
+ position: absolute;
1847
+ top: 0;
1848
+ left: 0; }
1849
+
1850
+ .introduction {
1851
+ padding: 0 0 20px;
1852
+ margin: 0 0 20px; }
1853
+
1854
+ .feature-section {
1855
+ margin-top: 40px; }
1856
+ .feature-section span.dashicons {
1857
+ width: 16px;
1858
+ height: 16px;
1859
+ font-size: 14px;
1860
+ margin: 6px 0 0 0; }
1861
+ .feature-section .feature-section-item {
1862
+ width: 48%;
1863
+ float: right; }
1864
+ .feature-section div.last-feature {
1865
+ margin-left: 0;
1866
+ margin-right: 4%; }
1867
+
1868
+ [class^="dashboard_page_give-"] .about-text, [class*="dashboard_page_give-"] .about-text {
1869
+ min-height: 0; }
1870
+
1871
+ .social-items-wrap {
1872
+ display: inline-block; }
1873
+ .social-items-wrap > div {
1874
+ display: inline-block; }
1875
+ .social-items-wrap .twitter-item-wrap {
1876
+ margin: 0 0 10px 20px; }
1877
+
1878
+ .wp-person img {
1879
+ border-radius: 50%; }
1880
+
1881
+ .wp-person a.web {
1882
+ margin: 17px 0 0;
1883
+ font-weight: bold;
1884
+ font-style: italic; }
1885
+
1886
+ .newsletter-intro {
1887
+ font-size: 13px;
1888
+ font-style: italic;
1889
+ color: #777; }
1890
+
1891
+ .give-newsletter-form-wrap {
1892
+ margin: 10px -5px 20px 0;
1893
+ max-width: 700px; }
1894
+ .give-newsletter-form-wrap td {
1895
+ padding: 3px; }
1896
+ .give-newsletter-form-wrap div.give-newsletter-confirmation {
1897
+ background: #fff;
1898
+ -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
1899
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
1900
+ margin: 5px 5px 4px 10px;
1901
+ padding: 1px 12px;
1902
+ border-right: 4px solid #7ad03a;
1903
+ display: none; }
1904
+ .give-newsletter-form-wrap div.give-newsletter-confirmation > p {
1905
+ margin: 0.5em 0;
1906
+ padding: 2px; }
1907
+
1908
+ /**
1909
+ * Give Logs SCSS
1910
+ *
1911
+ * @description Payment History Styles
1912
+ * @package Give
1913
+ * @subpackage SCSS/Admin
1914
+ * @copyright Copyright (c) 2016, WordImpress
1915
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1916
+ */
1917
+ #give_donor_export_form {
1918
+ margin: 0 0 5px; }
1919
+
1920
+ #give-payments-filter .give-donation-status {
1921
+ display: inline-block; }
1922
+
1923
+ .column-status .give-donation-status, .column-status .give-test-mode-transactions-label {
1924
+ display: inline-block; }
1925
+
1926
+ .column-status .give-test-mode-transactions-label {
1927
+ margin: 0 5px;
1928
+ vertical-align: middle; }
1929
+
1930
+ /**
1931
+ * Give Settings SCSS
1932
+ *
1933
+ * @package Give
1934
+ * @subpackage SCSS/Admin
1935
+ * @copyright Copyright (c) 2016, WordImpress
1936
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1937
+ */
1938
+ .give-settings-page .give-settings-heading-sep {
1939
+ font-size: 14px;
1940
+ line-height: 32px;
1941
+ width: 15px; }
1942
+
1943
+ .give-settings-page .nav-tab-wrapper {
1944
+ margin-bottom: 5px;
1945
+ overflow: visible; }
1946
+
1947
+ .give-settings-page .cmb2-wrap .cmb-type-checkbox input[type="checkbox"] {
1948
+ display: block;
1949
+ margin-bottom: 5px; }
1950
+
1951
+ .give-settings-page div.give-submit-wrap {
1952
+ margin: 20px 0; }
1953
+
1954
+ .give-settings-page .give_forms_page_give-payment-history .postbox .hndle {
1955
+ cursor: default; }
1956
+
1957
+ .give-settings-page .give-input-field {
1958
+ width: 25em; }
1959
+
1960
+ .give-settings-page table table input[type="text"] {
1961
+ width: 15em; }
1962
+
1963
+ .give-settings-page .give-repeat-setting-field {
1964
+ margin: 10px 0; }
1965
+
1966
+ .give-settings-page .give-remove-setting-field {
1967
+ width: 25px;
1968
+ height: 25px;
1969
+ padding: 0;
1970
+ text-align: center;
1971
+ line-height: 22px;
1972
+ font-size: 21px;
1973
+ font-weight: 300;
1974
+ cursor: pointer;
1975
+ margin-right: 20px;
1976
+ display: inline-block; }
1977
+
1978
+ .give-settings-page .give-remove-setting-field:hover {
1979
+ background-color: red;
1980
+ color: white;
1981
+ border-radius: 30px; }
1982
+
1983
+ .give-settings-page .give-forminp p:first-child .give-remove-setting-field {
1984
+ display: none; }
1985
+
1986
+ .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) {
1987
+ background: #f4f3f3; }
1988
+ .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th {
1989
+ vertical-align: middle; }
1990
+
1991
+ .give-settings-page .export-options-table .give-import-dropdown:nth-child(2),
1992
+ .give-settings-page .export-options-table tr.give-import-option th:first-child {
1993
+ width: 250px; }
1994
+
1995
+ .give-setting-tab-header {
1996
+ clear: both;
1997
+ overflow: hidden;
1998
+ margin: 30px 0; }
1999
+ .give-setting-tab-header h2 {
2000
+ margin-top: 8px; }
2001
+ .give-setting-tab-header p {
2002
+ margin-bottom: 0; }
2003
+
2004
+ .give-radio-inline ul {
2005
+ margin-top: 0; }
2006
+
2007
+ .give-radio-inline li {
2008
+ display: inline-block;
2009
+ margin: 0 15px 0 0; }
2010
+
2011
+ .give-radio-inline li:first-child {
2012
+ margin-right: 0; }
2013
+
2014
+ .give-tools-setting-page .bulkactions {
2015
+ overflow: visible; }
2016
+
2017
+ .form-table td.give-radio-inline fieldset li > label {
2018
+ margin: 5px 0 0 !important; }
2019
+
2020
+ p.give-field-description,
2021
+ div.give-field-description,
2022
+ .cmb2-metabox-description {
2023
+ color: #aaaaaa;
2024
+ font-style: italic;
2025
+ font-size: 13px !important; }
2026
+
2027
+ .cmb-type-give-title label,
2028
+ .give-setting-tab-header h2 {
2029
+ float: right;
2030
+ display: inline-block;
2031
+ width: 220px;
2032
+ font-style: italic;
2033
+ color: #AAA;
2034
+ margin: 0;
2035
+ font-size: 14px; }
2036
+
2037
+ .postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {
2038
+ border-bottom: 1px solid #e9e9e9;
2039
+ border-top: none; }
2040
+
2041
+ .cmb-type-enabled-gateways .cmb-td > p:first-of-type {
2042
+ display: none; }
2043
+
2044
+ .cmb-type-checkbox .cmb-td {
2045
+ width: 80%; }
2046
+ .cmb-type-checkbox .cmb-td label {
2047
+ font-size: 13px; }
2048
+
2049
+ /* Responsive Settings Rows */
2050
+ .give_settings .cmb2-wrap .cmb-row {
2051
+ display: table-row; }
2052
+ .give_settings .cmb2-wrap .cmb-row > .cmb-th, .give_settings .cmb2-wrap .cmb-row > .cmb-td {
2053
+ display: table-cell;
2054
+ float: none; }
2055
+
2056
+ /* Custom Title Separators */
2057
+ .cmb2-id-give-title label {
2058
+ font-style: italic;
2059
+ color: #AAA;
2060
+ cursor: default; }
2061
+
2062
+ .cmb2-id-give-title > div.cmb-th {
2063
+ padding-bottom: 10px; }
2064
+
2065
+ .cmb2-id-give-title > div.cmb-td {
2066
+ padding-bottom: 5px; }
2067
+
2068
+ .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle {
2069
+ padding: 3px 0 0 4px;
2070
+ font-size: 15px;
2071
+ font-weight: normal;
2072
+ color: #bdbdbd;
2073
+ cursor: move; }
2074
+ .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover {
2075
+ color: #333; }
2076
+
2077
+ .give-email-tags-wrap {
2078
+ margin: 5px 0 0; }
2079
+ .give-email-tags-wrap code {
2080
+ font-style: normal;
2081
+ padding: 1px 2px;
2082
+ font-size: 12px; }
2083
+ .give-email-tags-wrap span {
2084
+ display: block;
2085
+ color: #AAA;
2086
+ font-style: italic;
2087
+ margin: 0 0 2px;
2088
+ font-size: 13px; }
2089
+ .give-email-tags-wrap .give_price_tag {
2090
+ display: none; }
2091
+
2092
+ .give-settings-email-settings-section .tablenav {
2093
+ display: none; }
2094
+
2095
+ .give-settings-email-settings-section .give-setting-tab-header-emails {
2096
+ margin: 0 0 20px; }
2097
+ .give-settings-email-settings-section .give-setting-tab-header-emails hr {
2098
+ display: none; }
2099
+
2100
+ .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails {
2101
+ margin: 20px 0; }
2102
+ .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails hr {
2103
+ display: block; }
2104
+
2105
+ .giveemailnotifications .check-column {
2106
+ padding: 13px 20px 0 10px !important; }
2107
+
2108
+ .giveemailnotifications td.check-column input {
2109
+ display: none; }
2110
+
2111
+ .giveemailnotifications th.check-column .give-email-notification-status {
2112
+ color: white;
2113
+ cursor: pointer; }
2114
+ .giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons {
2115
+ border-radius: 1em;
2116
+ padding: 2px; }
2117
+
2118
+ .giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes,
2119
+ .giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt {
2120
+ background: #46b450; }
2121
+
2122
+ .giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock {
2123
+ color: #46b450; }
2124
+
2125
+ .giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt,
2126
+ .giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes {
2127
+ background: #bbbbbb; }
2128
+
2129
+ .giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock {
2130
+ color: #bbbbbb; }
2131
+
2132
+ .giveemailnotifications th.check-column .dashicons-no-alt:hover:before {
2133
+ content: "\f147" !important; }
2134
+
2135
+ .giveemailnotifications th.check-column .dashicons-yes:hover:before {
2136
+ content: "\f335" !important; }
2137
+
2138
+ .giveemailnotifications .spinner.is-active {
2139
+ margin: 0 2px 0 0;
2140
+ float: none; }
2141
+
2142
+ #system-info-textarea {
2143
+ width: 800px;
2144
+ height: 600px;
2145
+ font-family: Menlo, Monaco, monospace;
2146
+ background: #FFF;
2147
+ white-space: pre;
2148
+ overflow: auto;
2149
+ display: block;
2150
+ direction: ltr; }
2151
+
2152
+ #give-download-sysinfo {
2153
+ margin: 0; }
2154
+
2155
+ #api .tablenav .actions {
2156
+ overflow: visible; }
2157
+
2158
+ a.give-delete {
2159
+ color: #a00; }
2160
+
2161
+ .give-settings-wrap-licenses .give-license-deactivate {
2162
+ margin: 1px 10px 0 0;
2163
+ height: 30px; }
2164
+
2165
+ .give-settings-wrap-licenses .give-license-field {
2166
+ background: #FFF url("../images/close.png") no-repeat;
2167
+ background-position: 1.5% center;
2168
+ background-size: 18px; }
2169
+
2170
+ .give-settings-wrap-licenses .give-license-active, .give-settings-wrap-licenses .give-license-active:focus {
2171
+ background-image: url("../images/tick.png");
2172
+ background-color: #FFF;
2173
+ background-repeat: no-repeat;
2174
+ background-position: 1.5% center;
2175
+ outline: none;
2176
+ background-size: 16px;
2177
+ width: 100%; }
2178
+
2179
+ /* Addon grid design */
2180
+ .give-settings-page .give-settings-wrap-licenses {
2181
+ display: block;
2182
+ position: relative;
2183
+ float: right;
2184
+ width: 30.5%;
2185
+ min-height: 180px;
2186
+ margin: 20px 0 20px 1%; }
2187
+
2188
+ .give-settings-page .give-license-key label {
2189
+ margin: 0 10px 0 0;
2190
+ padding: 10px 0;
2191
+ display: block;
2192
+ font-size: 14px;
2193
+ font-weight: 600;
2194
+ cursor: default; }
2195
+
2196
+ .give-settings-page .give-license-block {
2197
+ margin: 0 10px; }
2198
+
2199
+ .give-settings-page input[type="text"].give-license-field,
2200
+ .give-settings-page input[type="password"].give-license-field {
2201
+ width: 100%; }
2202
+
2203
+ .give-settings-page .give-license-block input[type="submit"] {
2204
+ position: absolute;
2205
+ top: 3px;
2206
+ left: 10px;
2207
+ height: 24px;
2208
+ line-height: 22px;
2209
+ padding: 0 8px 1px;
2210
+ font-size: 11px; }
2211
+
2212
+ .give-settings-page .give-license-status-notice {
2213
+ background: #fff;
2214
+ border-right: 4px solid #fff;
2215
+ -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
2216
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
2217
+ margin: 5px 0 2px;
2218
+ padding: 1px 12px; }
2219
+ .give-settings-page .give-license-status-notice p {
2220
+ padding: 10px 0;
2221
+ margin: 0; }
2222
+ .give-settings-page .give-license-status-notice a {
2223
+ color: #444;
2224
+ cursor: pointer; }
2225
+ .give-settings-page .give-license-status-notice a:hover {
2226
+ text-decoration: none; }
2227
+
2228
+ .give-settings-page .give-license-status-notice.give-license-expires-soon {
2229
+ border-color: #00a0d2; }
2230
+
2231
+ .give-settings-page .give-license-status-notice.give-inactive,
2232
+ .give-settings-page .give-license-status-notice.give-license-expired {
2233
+ border-color: #e24e4e; }
2234
+
2235
+ .give-settings-page .give-license-status-notice.give-license-error,
2236
+ .give-settings-page .give-license-status-notice.give-license-no_activations_left,
2237
+ .give-settings-page .give-license-status-notice.give-license-missing,
2238
+ .give-settings-page .give-license-status-notice.give-license-invalid,
2239
+ .give-settings-page .give-license-status-notice.give-license-site_inactive,
2240
+ .give-settings-page .give-license-status-notice.give-license-item_name_mismatch {
2241
+ border-color: orange; }
2242
+
2243
+ .give-settings-page .give-license-status-notice.give-license-lifetime-notice,
2244
+ .give-settings-page .give-license-status-notice.give-license-expiration-date {
2245
+ border-color: #46b450; }
2246
+
2247
+ .give-settings-page .give-license-status-notice.give-license-expires-soon a:hover,
2248
+ .give-settings-page .give-license-status-notice.give-license-expired a:hover {
2249
+ text-decoration: none; }
2250
+
2251
+ /* Responsive fixes: Addon grid design */
2252
+ @media screen and (max-width: 1100px) {
2253
+ .give-settings-page .give-settings-wrap-licenses {
2254
+ width: 45%;
2255
+ min-height: 150px; } }
2256
+
2257
+ @media screen and (max-width: 600px) {
2258
+ .give-settings-page .give-settings-wrap-licenses {
2259
+ width: 100%;
2260
+ max-width: 320px; } }
2261
+
2262
+ /* Tables */
2263
+ .give-table thead th {
2264
+ padding: 8px 10px !important; }
2265
+
2266
+ .give_settings .cmb-td hr + hr {
2267
+ display: none; }
2268
+
2269
+ .post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area {
2270
+ min-height: 400px; }
2271
+
2272
+ .give-field-description {
2273
+ color: #aaaaaa;
2274
+ font-style: italic;
2275
+ margin: 0;
2276
+ padding-top: .5em; }
2277
+
2278
+ h2.give-nav-tab-wrapper {
2279
+ overflow: hidden;
2280
+ height: 35px; }
2281
+
2282
+ @media screen and (max-width: 600px) {
2283
+ .give-nav-tab-wrapper {
2284
+ position: relative;
2285
+ padding-top: 0 !important; }
2286
+ .give-nav-tab-wrapper > a {
2287
+ width: 100%;
2288
+ box-sizing: border-box;
2289
+ margin: 0;
2290
+ background-color: #ffffff;
2291
+ border: 1px solid #cccccc; }
2292
+ .give-nav-tab-wrapper > a:hover {
2293
+ border-bottom: 1px solid #ccc; }
2294
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper {
2295
+ position: absolute;
2296
+ top: 0;
2297
+ left: 0; }
2298
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav {
2299
+ height: 28px;
2300
+ width: 30px;
2301
+ border-radius: 0;
2302
+ margin: 0; }
2303
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav > span.dashicons {
2304
+ margin: 6px auto 0;
2305
+ display: block; }
2306
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
2307
+ top: 35px;
2308
+ left: 0;
2309
+ right: auto; }
2310
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
2311
+ background: #ffffff; }
2312
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover {
2313
+ background: #e5e5e5; }
2314
+ .give-mobile-hidden {
2315
+ display: none; } }
2316
+
2317
+ .give-sub-nav-tab-wrapper {
2318
+ position: relative;
2319
+ display: inline-block;
2320
+ z-index: 9999;
2321
+ float: right; }
2322
+ .give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
2323
+ border: 1px solid #ccc;
2324
+ border-bottom: 0;
2325
+ position: absolute;
2326
+ top: 35px;
2327
+ left: 0; }
2328
+ .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
2329
+ float: right;
2330
+ background: white;
2331
+ padding: 6px 10px;
2332
+ clear: both;
2333
+ text-decoration: none;
2334
+ border-bottom: 1px solid #ccc;
2335
+ min-width: 170px;
2336
+ color: #555;
2337
+ font-size: 14px; }
2338
+ .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover {
2339
+ background: #ffffff; }
2340
+
2341
+ .give-sub-nav-tab-wrapper {
2342
+ display: none; }
2343
+
2344
+ #give-show-sub-nav {
2345
+ text-decoration: none;
2346
+ padding: 3px 4px;
2347
+ border-bottom: 1px solid #ccc;
2348
+ line-height: 0;
2349
+ background: white;
2350
+ border-radius: 4px;
2351
+ margin-top: 5px; }
2352
+ #give-show-sub-nav > span.dashicons {
2353
+ font-size: 16px;
2354
+ height: 16px;
2355
+ width: 16px; }
2356
+
2357
+ #give-show-sub-nav:hover, #give-show-sub-nav:active {
2358
+ outline: none;
2359
+ box-shadow: inset 0px 0px 4px #ddd; }
2360
+
2361
+ .give-image-thumb {
2362
+ position: relative;
2363
+ margin-top: 14px; }
2364
+ .give-image-thumb span.give-delete-image-thumb {
2365
+ position: absolute;
2366
+ background: red;
2367
+ color: white;
2368
+ border-radius: 30px;
2369
+ right: -10px;
2370
+ top: -10px;
2371
+ cursor: pointer; }
2372
+ .give-image-thumb img {
2373
+ max-width: 250px;
2374
+ border: 4px solid white; }
2375
+
2376
+ /**
2377
+ * Give Payment History SCSS
2378
+ *
2379
+ * @description Payment History Styles
2380
+ * @package Give
2381
+ * @subpackage SCSS/Admin
2382
+ * @copyright Copyright (c) 2016, WordImpress
2383
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2384
+ */
2385
+ .give-filters {
2386
+ clear: both;
2387
+ background: #f5f5f5;
2388
+ border: 1px solid #dfdfdf;
2389
+ padding: 12px 12px 0 12px; }
2390
+ .give-filters .give-donation-forms-filter .chosen-single {
2391
+ height: 28px;
2392
+ line-height: 28px; }
2393
+ .give-filters .chosen-container-single .chosen-single div b {
2394
+ background-position: 100% 4px; }
2395
+ .give-filters .chosen-container-active.chosen-with-drop .chosen-single div b {
2396
+ background-position: -18px 6px; }
2397
+ .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter {
2398
+ display: inline-block;
2399
+ width: 300px; }
2400
+ @media screen and (max-width: 782px) {
2401
+ .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter {
2402
+ width: 100%; } }
2403
+ .give-filters #give_donation_forms_filter {
2404
+ width: 255px; }
2405
+ @media screen and (max-width: 782px) {
2406
+ .give-filters #give_donation_forms_filter {
2407
+ width: 100%;
2408
+ max-width: 100%; } }
2409
+ .give-filters:after {
2410
+ content: "";
2411
+ display: table;
2412
+ clear: both; }
2413
+
2414
+ .give-filter {
2415
+ display: block;
2416
+ margin-bottom: 12px;
2417
+ width: 100%; }
2418
+ .give-filter:after {
2419
+ content: "";
2420
+ display: table;
2421
+ clear: both; }
2422
+ .give-filter label {
2423
+ display: block;
2424
+ margin-left: 4px; }
2425
+ .give-filter input {
2426
+ margin: 0; }
2427
+ .give-filter input[type="text"] {
2428
+ height: 28px;
2429
+ width: 100%; }
2430
+ .give-filter input[type="text"],
2431
+ .give-filter input[type="search"] {
2432
+ height: 28px; }
2433
+ .give-filter .button {
2434
+ height: 28px;
2435
+ line-height: 26px;
2436
+ margin: 0;
2437
+ padding: 0 10px 1px; }
2438
+ .give-filter select {
2439
+ width: 100%; }
2440
+ @media screen and (min-width: 783px) {
2441
+ .give-filter {
2442
+ float: right;
2443
+ margin-left: 18px;
2444
+ width: auto; }
2445
+ .give-filter label {
2446
+ display: inline-block; }
2447
+ .give-filter input[type="text"] {
2448
+ display: inline-block;
2449
+ width: 144px; } }
2450
+
2451
+ .give-filter-search input[type="search"] {
2452
+ display: block;
2453
+ float: right;
2454
+ width: 68%; }
2455
+
2456
+ .give-filter-search input[type="submit"] {
2457
+ display: block;
2458
+ float: left;
2459
+ width: 30%; }
2460
+
2461
+ @media screen and (min-width: 783px) {
2462
+ .give-filter-search input[type="search"] {
2463
+ display: inline-block;
2464
+ margin-left: 4px;
2465
+ width: 144px; }
2466
+ .give-filter-search input[type="submit"] {
2467
+ display: inline-block;
2468
+ width: auto; } }
2469
+
2470
+ @media screen and (min-width: 600px) {
2471
+ .give-filter-half {
2472
+ float: right;
2473
+ width: 49%; }
2474
+ .give-filter-half:last-child {
2475
+ float: left; } }
2476
+
2477
+ @media screen and (min-width: 783px) {
2478
+ .give-filter-half {
2479
+ width: auto; }
2480
+ .give-filter-half:last-child {
2481
+ float: right; }
2482
+ .give-filter-half input[type="text"] {
2483
+ width: 96px; } }
2484
+
2485
+ .give-clear-filters-button {
2486
+ margin-right: 8px; }
2487
+
2488
+ .give-submit-wrap {
2489
+ clear: both;
2490
+ background: #f5f5f5;
2491
+ border: 1px solid #dfdfdf;
2492
+ margin: 8px 0;
2493
+ padding: 12px;
2494
+ font-size: 13px;
2495
+ line-height: 2.1em; }
2496
+
2497
+ #give-payment-filters ul.subsubsub {
2498
+ margin-bottom: 8px; }
2499
+
2500
+ #give-payments-advanced-filter ul.subsubsub {
2501
+ margin-bottom: 12px; }
2502
+
2503
+ #give-payments-filter .tablenav.top {
2504
+ float: none; }
2505
+ #give-payments-filter .tablenav.top .bulkactions {
2506
+ margin-top: 1px;
2507
+ padding-top: 0; }
2508
+
2509
+ #give-payments-filter .give-email-column-value {
2510
+ font-size: 14px;
2511
+ font-weight: bold; }
2512
+
2513
+ #give-payments-filter #the-list .check-column input {
2514
+ margin-top: 1px; }
2515
+
2516
+ #give-payments-filter .column-details {
2517
+ width: 50px; }
2518
+
2519
+ #give-payments-filter .column-amount {
2520
+ width: 120px; }
2521
+
2522
+ tr.status-refunded td {
2523
+ background: #cecece;
2524
+ border-top-color: #ccc; }
2525
+
2526
+ .wp-list-table.forms th#date {
2527
+ width: 140px; }
2528
+
2529
+ .give-mobile-link {
2530
+ line-height: 32px;
2531
+ vertical-align: middle; }
2532
+
2533
+ .give-mobile-link img {
2534
+ max-width: 80%;
2535
+ height: auto;
2536
+ float: right; }
2537
+
2538
+ .give-donation-status > span {
2539
+ display: inline-block;
2540
+ width: 12px;
2541
+ height: 12px;
2542
+ position: relative;
2543
+ top: 1px;
2544
+ margin: 0;
2545
+ padding: 0;
2546
+ border-radius: 50%;
2547
+ background: #888;
2548
+ line-height: 16px; }
2549
+
2550
+ .give-donation-status.status-pending > span {
2551
+ background-color: #ffba00; }
2552
+
2553
+ .give-donation-status.status-complete > span, .give-donation-status.status-publish > span {
2554
+ background-color: #7ad03a; }
2555
+
2556
+ .give-donation-status.status-refunded > span {
2557
+ background-color: #777; }
2558
+
2559
+ .give-donation-status.status-failed > span {
2560
+ background-color: #a00; }
2561
+
2562
+ .give-donation-status.status-abandoned > span {
2563
+ background-color: #333; }
2564
+
2565
+ .give-donation-status.status-revoked > span {
2566
+ background-color: #d9534f; }
2567
+
2568
+ .give-donation-status.status-subscription > span, .give-donation-status.status-renewal > span, .give-donation-status.status-give_subscription > span {
2569
+ background-color: #5bc0de; }
2570
+
2571
+ #test-payment-label {
2572
+ padding: .2em .4em .3em;
2573
+ font-size: 11px;
2574
+ line-height: 1;
2575
+ color: #fff;
2576
+ text-align: center;
2577
+ white-space: nowrap;
2578
+ vertical-align: baseline;
2579
+ border-radius: .25em;
2580
+ background-color: #ffba00;
2581
+ margin: 0 15px;
2582
+ vertical-align: middle; }
2583
+ #test-payment-label:hover {
2584
+ color: #fff;
2585
+ text-decoration: none; }
2586
+
2587
+ #give-payments-filter .give-payment-id {
2588
+ padding: .2em .4em .3em;
2589
+ font-size: 11px;
2590
+ line-height: 1;
2591
+ color: #fff;
2592
+ text-align: center;
2593
+ white-space: nowrap;
2594
+ vertical-align: baseline;
2595
+ border-radius: .25em;
2596
+ font-weight: normal; }
2597
+ #give-payments-filter .give-payment-id:hover {
2598
+ color: #fff;
2599
+ text-decoration: none; }
2600
+
2601
+ #give-payments-filter .column-details {
2602
+ padding-left: 30px; }
2603
+
2604
+ #give-payments-filter .give-donation-status {
2605
+ display: inline-block; }
2606
+
2607
+ #give-order-update .give-donation-status {
2608
+ display: inline-block;
2609
+ float: none;
2610
+ margin: 0 10px;
2611
+ position: relative;
2612
+ top: 3px; }
2613
+
2614
+ .column-donation_form .donation-level-text-wrap {
2615
+ font-style: italic;
2616
+ display: block; }
2617
+
2618
+ /*---------------------
2619
+ Responsiveness
2620
+ ---------------------------*/
2621
+ @media handheld, only screen and (max-width: 640px) {
2622
+ .wp-list-table.forms th {
2623
+ width: auto !important; } }
2624
+
2625
+ .download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {
2626
+ margin-right: -8px;
2627
+ margin-top: -8px; }
2628
+
2629
+ /* Payment Details
2630
+ -------------------------------------------------------------- */
2631
+ .give-admin-box .label {
2632
+ font-weight: 600; }
2633
+
2634
+ .give-admin-box-inside {
2635
+ margin: 0;
2636
+ padding: 3px 10px;
2637
+ clear: both;
2638
+ border-bottom: 1px solid #eee; }
2639
+
2640
+ .give-admin-box-inside .strong {
2641
+ font-weight: 600; }
2642
+
2643
+ .give-admin-box .right {
2644
+ float: left; }
2645
+
2646
+ #give-order-update .inside,
2647
+ #give-order-details .inside {
2648
+ margin: 0;
2649
+ padding: 0; }
2650
+
2651
+ #give-order-update input.give_datepicker {
2652
+ width: 180px; }
2653
+
2654
+ #give-order-update input[type="number"].give-payment-time-hour,
2655
+ #give-order-update input[type="number"].give-payment-time-min {
2656
+ width: 50px; }
2657
+
2658
+ .give-admin-box-inside:last-child {
2659
+ border-bottom: 0; }
2660
+
2661
+ #give-edit-order-form .data-payment-key {
2662
+ word-break: break-all; }
2663
+
2664
+ .give-order-update-box #major-publishing-actions .button-secondary {
2665
+ margin-left: 10px; }
2666
+
2667
+ #give-donation-overview th {
2668
+ text-align: right; }
2669
+
2670
+ #give-donation-overview .give-select-chosen {
2671
+ width: 97%; }
2672
+
2673
+ #give-edit-order-form .row {
2674
+ margin-top: 10px; }
2675
+
2676
+ #give-donation-overview ul,
2677
+ #give-order-address-country-wrap select,
2678
+ #give-donor-details .order-data-address input,
2679
+ #give-edit-order-form .column input,
2680
+ #give-donor-details .order-data-column p.data input {
2681
+ clear: both;
2682
+ display: block; }
2683
+
2684
+ .give-order-data input.small-text {
2685
+ margin: 0; }
2686
+
2687
+ #give-order-update span.label {
2688
+ display: inline;
2689
+ width: 50px; }
2690
+
2691
+ .give-order-update-box .button-primary {
2692
+ margin-left: 0; }
2693
+
2694
+ #give-edit-order-form .column .description {
2695
+ padding-left: 10px; }
2696
+
2697
+ #give-edit-order-form .column,
2698
+ #give-donation-overview .row > ul > li,
2699
+ #give-donation-overview .inside > ul > li {
2700
+ display: inline-block;
2701
+ position: relative;
2702
+ vertical-align: top; }
2703
+
2704
+ #give-donation-overview ul {
2705
+ font-size: 0; }
2706
+ #give-donation-overview ul li {
2707
+ font-size: 13px; }
2708
+ #give-donation-overview ul li.actions {
2709
+ text-align: left;
2710
+ min-width: 200px; }
2711
+ #give-donation-overview ul li.remove {
2712
+ text-align: left; }
2713
+ #give-donation-overview ul .row {
2714
+ padding: 12px;
2715
+ border-bottom: 1px solid #eee; }
2716
+
2717
+ #give-order-data .data span {
2718
+ color: #666;
2719
+ font-weight: 600; }
2720
+
2721
+ input.give-price-field {
2722
+ width: 80px;
2723
+ padding: 3px 5px; }
2724
+
2725
+ .give_forms_page_give-payment-history.js .postbox .hndle {
2726
+ cursor: default; }
2727
+
2728
+ #give-payment-notes textarea {
2729
+ min-height: 150px; }
2730
+
2731
+ #give-payment-notes #give-add-payment-note {
2732
+ margin: 6px 0 15px; }
2733
+
2734
+ #give-billing-details .column > div {
2735
+ margin: 0 0 10px; }
2736
+
2737
+ #give-billing-details label {
2738
+ display: block;
2739
+ margin-bottom: 5px; }
2740
+
2741
+ #give-billing-details .column-container {
2742
+ padding: 5px 0 10px; }
2743
+
2744
+ #give-billing-details input[type="text"] {
2745
+ width: 98%; }
2746
+
2747
+ #give-billing-details .chosen-container {
2748
+ width: 98% !important; }
2749
+
2750
+ @media screen and (min-width: 1200px) {
2751
+ #give-edit-order-form .column {
2752
+ width: 33%; }
2753
+ #give-order-address .column {
2754
+ width: 49%; }
2755
+ #give-donation-overview.columns-4 li.actions {
2756
+ width: 25%;
2757
+ margin-top: 0;
2758
+ margin-left: 0; } }
2759
+
2760
+ @media screen and (max-width: 1199px) {
2761
+ #give-edit-order-form .column {
2762
+ width: 49%; } }
2763
+
2764
+ @media screen and (max-width: 782px) {
2765
+ .order-data-column input[type="email"] {
2766
+ padding: 6px 10px; } }
2767
+
2768
+ #give-donor-details .inside, #give-donation-overview .inside {
2769
+ margin-top: 0; }
2770
+
2771
+ .give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables {
2772
+ padding-top: 0; }
2773
+
2774
+ .give-select-chosen .spinner {
2775
+ position: absolute;
2776
+ left: 5px;
2777
+ top: 2px;
2778
+ z-index: 999; }
2779
+
2780
+ .give-select-chosen-ajax .spinner {
2781
+ visibility: visible; }
2782
+
2783
+ .give-select-chosen-ajax .chosen-search input[type="text"] {
2784
+ background-image: none !important; }
2785
+
2786
+ .give-select-chosen-ajax.chosen-container-single .chosen-search input[type="text"] {
2787
+ background-image: none !important; }
2788
+
2789
+ /**
2790
+ * Give Admin Dashboard SCSS
2791
+ *
2792
+ * @description Styles the Give dashboard widget
2793
+ * @package Give
2794
+ * @subpackage SCSS/Admin
2795
+ * @copyright Copyright (c) 2016, WordImpress
2796
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2797
+ */
2798
+ .give-dashboard-widget .give-dashboard-today {
2799
+ text-align: center; }
2800
+ .give-dashboard-widget .give-dashboard-today .give-dashboard-date-today {
2801
+ margin: 10px 0 0;
2802
+ padding: 0; }
2803
+ .give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day {
2804
+ padding: 3px;
2805
+ margin: 0; }
2806
+ .give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings {
2807
+ font-size: 42px;
2808
+ color: #4ead61;
2809
+ font-weight: bold;
2810
+ margin: 15px 0 0;
2811
+ line-height: 1; }
2812
+ .give-dashboard-widget .give-dashboard-today .give-donations-today {
2813
+ font-size: 18px;
2814
+ font-weight: bold;
2815
+ margin: 0 0 30px;
2816
+ padding: 4px 0 1px; }
2817
+ .give-dashboard-widget .give-dashboard-today .give-last-seven {
2818
+ font-size: 14px;
2819
+ font-weight: bold;
2820
+ padding: 0;
2821
+ margin: 0 0 30px; }
2822
+
2823
+ .give-dashboard-widget .give-table-stats {
2824
+ width: 100%;
2825
+ text-align: center;
2826
+ margin: 0;
2827
+ table-layout: fixed;
2828
+ border-top: 1px solid #ececec;
2829
+ border-spacing: 0; }
2830
+ .give-dashboard-widget .give-table-stats .give-dashboard-stat-total, .give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label {
2831
+ padding: 0;
2832
+ margin: 0; }
2833
+ .give-dashboard-widget .give-table-stats .give-dashboard-stat-total {
2834
+ color: #4ead61;
2835
+ font-weight: bold;
2836
+ font-size: 16px; }
2837
+
2838
+ #give_dashboard_sales > .inside {
2839
+ padding: 0; }
2840
+
2841
+ #give_dashboard_sales .give-table-stats td {
2842
+ padding: 10px 0; }
2843
+
2844
+ #give_dashboard_sales .give-table-stats td:first-of-type {
2845
+ border-left: 1px solid #ececec; }
2846
+
2847
+ #give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td {
2848
+ border-bottom: 1px solid #ececec; }
2849
+
2850
+ #dashboard_right_now .give-forms-count:before {
2851
+ font-family: 'give-icomoon';
2852
+ speak: none;
2853
+ font-style: normal;
2854
+ font-weight: normal;
2855
+ font-variant: normal;
2856
+ text-transform: none;
2857
+ line-height: 1;
2858
+ -webkit-font-smoothing: antialiased;
2859
+ -moz-osx-font-smoothing: grayscale;
2860
+ font-size: 18px;
2861
+ width: 18px;
2862
+ height: 18px;
2863
+ content: "\e800"; }
2864
+
2865
+ /**
2866
+ * Give Forms SCSS
2867
+ *
2868
+ * @package Give
2869
+ * @subpackage SCSS/Admin
2870
+ * @copyright Copyright (c) 2016, WordImpress
2871
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2872
+ */
2873
+ .give_forms_page_give-donors {
2874
+ /*
2875
+ * Donor address metabox
2876
+ */ }
2877
+ .give_forms_page_give-donors .wrap > h2 {
2878
+ margin-bottom: 15px; }
2879
+ .give_forms_page_give-donors .nav-tab-wrapper .dashicons {
2880
+ position: relative;
2881
+ top: 2px;
2882
+ margin: 0 0 0 3px; }
2883
+ .give_forms_page_give-donors #give-donors-filter {
2884
+ position: relative; }
2885
+ .give_forms_page_give-donors #give-donors-filter p.search-box {
2886
+ margin: 0; }
2887
+ .give_forms_page_give-donors #give-donors-search-filter {
2888
+ display: block;
2889
+ overflow: hidden; }
2890
+ .give_forms_page_give-donors #give-donor-card-wrapper {
2891
+ margin-right: -1px;
2892
+ z-index: 2;
2893
+ min-height: 200px; }
2894
+ .give_forms_page_give-donors #give-donor-card-wrapper input {
2895
+ font-weight: normal; }
2896
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-section {
2897
+ border-bottom: 1px solid #eee;
2898
+ margin-bottom: 10px; }
2899
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-section table {
2900
+ margin-bottom: 0; }
2901
+ .give_forms_page_give-donors #give-donor-card-wrapper > div:first-child {
2902
+ padding-top: 20px; }
2903
+ .give_forms_page_give-donors #give-donor-card-wrapper > div:last-child {
2904
+ padding-bottom: 20px;
2905
+ border: none; }
2906
+ .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap {
2907
+ padding: 0 0 15px 15px;
2908
+ text-align: center;
2909
+ float: right; }
2910
+ .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img {
2911
+ border-radius: 3px; }
2912
+ .give_forms_page_give-donors #give-donor-card-wrapper a.delete {
2913
+ text-decoration: none;
2914
+ color: #ff0000;
2915
+ margin-left: 5px; }
2916
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since {
2917
+ margin: 10px 0;
2918
+ font-size: 16px; }
2919
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id {
2920
+ display: inline-block;
2921
+ font-size: 24px;
2922
+ font-weight: 600;
2923
+ margin-left: 10px; }
2924
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap {
2925
+ display: inline-block; }
2926
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link {
2927
+ margin-bottom: 15px; }
2928
+ .give_forms_page_give-donors .donor-main-wrapper {
2929
+ clear: both;
2930
+ margin: 0 0 20px; }
2931
+ @media (max-width: 655px) {
2932
+ .give_forms_page_give-donors .donor-main-wrapper {
2933
+ width: 100%; } }
2934
+ .give_forms_page_give-donors .donor-main-wrapper table {
2935
+ margin: 0; }
2936
+ .give_forms_page_give-donors .donor-main-wrapper input {
2937
+ width: 200px; }
2938
+ .give_forms_page_give-donors #donor-summary {
2939
+ padding: 0 20px; }
2940
+ .give_forms_page_give-donors #donor-summary:after {
2941
+ font-family: "dashicons";
2942
+ content: "\f110";
2943
+ position: absolute;
2944
+ top: 10px;
2945
+ left: 10px;
2946
+ font-size: 100px;
2947
+ color: #F0F0F0;
2948
+ z-index: 0; }
2949
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper {
2950
+ width: 202px; }
2951
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key="line2"] {
2952
+ display: table;
2953
+ clear: both; }
2954
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select {
2955
+ width: 200px; }
2956
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-info {
2957
+ min-height: 185px; }
2958
+ .give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper {
2959
+ min-height: 125px; }
2960
+ .give_forms_page_give-donors .donor-info .donor-name {
2961
+ font-size: 24px;
2962
+ font-weight: 600; }
2963
+ .give_forms_page_give-donors #disconnect-donor, .give_forms_page_give-donors #view-user-profile {
2964
+ font-size: 12px;
2965
+ font-weight: normal;
2966
+ text-decoration: none; }
2967
+ .give_forms_page_give-donors #donor-edit-actions {
2968
+ text-align: center;
2969
+ margin-bottom: 20px;
2970
+ line-height: 28px; }
2971
+ .give_forms_page_give-donors #donor-edit-actions .button-secondary {
2972
+ margin-left: 10px; }
2973
+ .give_forms_page_give-donors #give-donor-card-wrapper .edit-item {
2974
+ display: none; }
2975
+ .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results {
2976
+ right: 1px;
2977
+ top: 16px; }
2978
+ .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul {
2979
+ width: 200px; }
2980
+ .give_forms_page_give-donors #donor-stats-wrapper {
2981
+ margin: 0 auto;
2982
+ text-align: center;
2983
+ padding: 15px; }
2984
+ .give_forms_page_give-donors #donor-stats-wrapper ul {
2985
+ margin: 0;
2986
+ padding: 0;
2987
+ overflow: hidden; }
2988
+ .give_forms_page_give-donors #donor-stats-wrapper ul li {
2989
+ width: 50%;
2990
+ float: right;
2991
+ line-height: 22px;
2992
+ font-size: 14px;
2993
+ margin: 0; }
2994
+ .give_forms_page_give-donors #donor-stats-wrapper a {
2995
+ text-decoration: none; }
2996
+ .give_forms_page_give-donors #donor-stats-wrapper .dashicons {
2997
+ color: #888; }
2998
+ .give_forms_page_give-donors #donor-tables-wrapper table {
2999
+ width: 100%;
3000
+ text-align: center; }
3001
+ .give_forms_page_give-donors #donor-tables-wrapper th {
3002
+ text-align: center; }
3003
+ .give_forms_page_give-donors #donor-tables-wrapper .donations tr > th:first-child,
3004
+ .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:first-child,
3005
+ .give_forms_page_give-donors #donor-tables-wrapper .emails tr > th:first-child,
3006
+ .give_forms_page_give-donors #donor-tables-wrapper .emails tr > td:first-child {
3007
+ text-align: right; }
3008
+ .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:only-child {
3009
+ text-align: center; }
3010
+ .give_forms_page_give-donors #donor-notes-wrapper {
3011
+ min-height: 50px; }
3012
+ .give_forms_page_give-donors .donor-notes-header span, .give_forms_page_give-donors .donor-notes-header img {
3013
+ font-weight: 600;
3014
+ line-height: 30px;
3015
+ vertical-align: middle; }
3016
+ .give_forms_page_give-donors .donor-note-input {
3017
+ width: 100%;
3018
+ margin-bottom: 5px; }
3019
+ .give_forms_page_give-donors #give-donor-notes div:nth-of-type(even) {
3020
+ background-color: #f9f9f9; }
3021
+ .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper {
3022
+ border-bottom: 1px solid #f9f9f9;
3023
+ min-height: 38px;
3024
+ padding: 0; }
3025
+ .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap {
3026
+ padding: 10px 12px;
3027
+ line-height: 20px;
3028
+ font-size: 14px; }
3029
+ .give_forms_page_give-donors #give-donor-notes .give-no-donor-notes {
3030
+ text-align: center;
3031
+ padding: 20px; }
3032
+ .give_forms_page_give-donors .donor-note-wrapper span {
3033
+ display: block; }
3034
+ .give_forms_page_give-donors .delete-donor {
3035
+ text-align: center; }
3036
+ .give_forms_page_give-donors .give-lock-block {
3037
+ margin-right: -25px;
3038
+ text-decoration: none;
3039
+ font-size: 14px;
3040
+ margin-left: 3px; }
3041
+ .give_forms_page_give-donors .give-lock-block i {
3042
+ color: #000000;
3043
+ font-size: 14px; }
3044
+ .give_forms_page_give-donors #donor-address-wrapper .give-no-address-message {
3045
+ margin: 0.5rem 1%;
3046
+ line-height: 3.4em; }
3047
+ .give_forms_page_give-donors #donor-address-wrapper .add-new-address {
3048
+ margin: 0.5rem 1% !important; }
3049
+ .give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden {
3050
+ position: absolute;
3051
+ left: 13px;
3052
+ right: 13px;
3053
+ top: 0;
3054
+ visibility: hidden; }
3055
+ .give_forms_page_give-donors #donor-address-wrapper .all-address .address {
3056
+ min-height: 146px;
3057
+ border: 1px solid #dad9d9;
3058
+ padding: 9px;
3059
+ border-radius: 5px;
3060
+ background-color: white; }
3061
+ .give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label {
3062
+ color: gray;
3063
+ cursor: default; }
3064
+ .give_forms_page_give-donors #donor-address-wrapper .all-address .address a {
3065
+ text-decoration: none; }
3066
+
3067
+ /**
3068
+ * Give Admin Buttons SCSS
3069
+ *
3070
+ * @package Give
3071
+ * @subpackage SCSS/Admin
3072
+ * @copyright Copyright (c) 2016, WordImpress
3073
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3074
+ */
3075
+ /*=Give Shortcode Button
3076
+ --------------------------------------*/
3077
+ @media screen and (max-width: 782px) {
3078
+ #wp-content-media-buttons a.give-thickbox {
3079
+ padding: 6px 14px;
3080
+ line-height: normal;
3081
+ font-size: 14px;
3082
+ height: auto; }
3083
+ .wp-media-buttons span#give-media-button {
3084
+ margin-top: 0 !important;
3085
+ margin-right: 2px !important; } }
3086
+
3087
+ /*=Button in shortcode tinymce dialog
3088
+ --------------------------------------*/
3089
+ .mce-primary.mce-give-primary button {
3090
+ padding-left: 10px;
3091
+ padding-right: 10px; }
3092
+
3093
+ /*=Admin Buttons w/ Icons
3094
+ --------------------------------------*/
3095
+ /* extends .wp-core-ui .button */
3096
+ .wp-core-ui .give-admin-button {
3097
+ padding-right: 7px;
3098
+ padding-left: 7px; }
3099
+
3100
+ /* matches style of Add Media and Give Shortcodes buttons */
3101
+ .give-admin-button-icon {
3102
+ display: inline-block;
3103
+ width: 18px;
3104
+ height: 18px;
3105
+ vertical-align: text-top;
3106
+ margin: 0 2px;
3107
+ /* specific DashIcon styles */ }
3108
+ .give-admin-button-icon:before {
3109
+ font: 400 18px/1 dashicons;
3110
+ speak: none;
3111
+ -webkit-font-smoothing: antialiased;
3112
+ -moz-osx-font-smoothing: grayscale; }
3113
+ .give-admin-button-icon-update:before {
3114
+ content: "\f463"; }
3115
+
3116
+ /* =Primary button in shortcode tinymce dialog
3117
+ -------------------------------------------------------------- */
3118
+ .mce-primary.mce-sc-primary button {
3119
+ padding-left: 10px;
3120
+ padding-right: 10px; }
3121
+
3122
+ .mce-sc-popup a {
3123
+ text-decoration: underline; }
3124
+
3125
+ .mce-sc-popup p {
3126
+ margin-bottom: 1em; }
3127
+ .mce-sc-popup p.strong {
3128
+ font-weight: 600; }
3129
+ .mce-sc-popup p.no-margin {
3130
+ margin-bottom: 0; }
3131
+ .mce-sc-popup p.margin-top {
3132
+ margin-top: 1em; }
3133
+
3134
+ .mce-sc-popup .mce-listbox button {
3135
+ text-overflow: ellipsis;
3136
+ overflow: hidden !important; }
3137
+
3138
+ /* =Shortcode button above wp_editor
3139
+ -------------------------------------------------------------- */
3140
+ @media screen and (max-width: 782px) {
3141
+ .wp-media-buttons button.sc-button span {
3142
+ width: 18px !important; } }
3143
+
3144
+ .wp-media-buttons button.sc-button {
3145
+ outline: none;
3146
+ padding-right: 5px;
3147
+ margin-left: 0; }
3148
+ .wp-media-buttons button.sc-button:active {
3149
+ margin-bottom: 5px; }
3150
+
3151
+ button.sc-button:after {
3152
+ position: relative;
3153
+ display: inline-block;
3154
+ top: -1px;
3155
+ content: '';
3156
+ width: 0;
3157
+ height: 0;
3158
+ border-top: 6px solid #777;
3159
+ border-left: 4px solid transparent;
3160
+ border-right: 4px solid transparent;
3161
+ margin: 0 6px 0 3px; }
3162
+
3163
+ button.sc-button.active:after {
3164
+ top: -2px;
3165
+ border-top: 0;
3166
+ border-bottom: 6px solid #32373c; }
3167
+
3168
+ /* =Shortcode button dropdown menu
3169
+ -------------------------------------------------------------- */
3170
+ .sc-wrap {
3171
+ position: relative;
3172
+ display: inline-block;
3173
+ margin-left: 5px; }
3174
+
3175
+ div.sc-menu {
3176
+ display: none;
3177
+ position: absolute;
3178
+ top: 100%;
3179
+ right: 0;
3180
+ min-width: 100%;
3181
+ max-height: 410px;
3182
+ font-size: 14px;
3183
+ box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
3184
+ background: #fff;
3185
+ border: 1px solid rgba(0, 0, 0, 0.15);
3186
+ overflow: auto;
3187
+ overflow-x: hidden;
3188
+ padding: 5px 0;
3189
+ margin: -2px 0 0;
3190
+ z-index: 1002; }
3191
+
3192
+ div.sc-shortcode {
3193
+ display: block;
3194
+ white-space: nowrap;
3195
+ cursor: pointer;
3196
+ padding: 6px 12px;
3197
+ margin-bottom: 2px; }
3198
+ div.sc-shortcode:hover {
3199
+ color: #fff; }
3200
+
3201
+ /* =Shortcode tinymce dialog backdrop
3202
+ -------------------------------------------------------------- */
3203
+ #mce-modal-block.mce-reset.mce-fade.mce-in {
3204
+ opacity: 0.7;
3205
+ filter: alpha(opacity=70); }
3206
+
3207
+ /**
3208
+ * Give System Info SCSS
3209
+ *
3210
+ * @description System Info Styles
3211
+ * @package Give
3212
+ * @subpackage SCSS/Admin
3213
+ * @copyright Copyright (c) 2016, WordImpress
3214
+ * @license https://opensource.org/licenses/gpl-3.0/ GNU Public License
3215
+ *
3216
+ * The following code is a derivative work of the code from the WooCommerce
3217
+ * plugin, which is licensed GPLv3. This code therefore is also licensed under
3218
+ * the terms of the GNU Public License, version 3.
3219
+ *
3220
+ * Copyright (c) 2015 WooThemes
3221
+ * Copyright (c) 2016 WordImpress, LLC
3222
+ */
3223
+ .give-status-table {
3224
+ margin-bottom: 1em; }
3225
+ .give-status-table h2 {
3226
+ font-size: 14px;
3227
+ margin: 0; }
3228
+ .give-status-table tr:nth-child(2n) th,
3229
+ .give-status-table tr:nth-child(2n) td {
3230
+ background: #fcfcfc; }
3231
+ .give-status-table th {
3232
+ font-weight: 700;
3233
+ padding: 9px; }
3234
+ .give-status-table td:first-child {
3235
+ width: 33%; }
3236
+ .give-status-table td.help {
3237
+ width: 1em; }
3238
+ .give-status-table td {
3239
+ padding: 9px;
3240
+ font-size: 1.1em; }
3241
+ .give-status-table td mark {
3242
+ background: transparent none; }
3243
+ .give-status-table td mark.yes {
3244
+ color: #7ad03a; }
3245
+ .give-status-table td mark.no {
3246
+ color: #999; }
3247
+ .give-status-table td mark.error {
3248
+ color: #a00; }
3249
+ .give-status-table td ul {
3250
+ margin: 0; }
3251
+
3252
+ /* System info download header */
3253
+ .wrap div.give-debug-report-wrapper {
3254
+ margin-bottom: 5px; }
3255
+ .wrap div.give-debug-report-wrapper p {
3256
+ font-size: 18px;
3257
+ margin: 1em 0 0.7em;
3258
+ padding: 0; }
3259
+ .wrap div.give-debug-report-wrapper .give-debug-report-actions {
3260
+ margin: 0 0 1.7em; }
3261
+ .wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button {
3262
+ margin-left: 10px; }
3263
+ .wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons {
3264
+ font-size: 16px;
3265
+ position: relative;
3266
+ top: 4px;
3267
+ right: -2px; }
3268
+
3269
+ .give-debug-report {
3270
+ display: none;
3271
+ margin: 10px 0;
3272
+ padding: 0;
3273
+ position: relative; }
3274
+ .give-debug-report textarea {
3275
+ font-family: monospace;
3276
+ width: 100%;
3277
+ margin: 0;
3278
+ height: 300px;
3279
+ padding: 20px;
3280
+ -moz-border-radius: 0;
3281
+ -webkit-border-radius: 0;
3282
+ border-radius: 0;
3283
+ resize: none;
3284
+ font-size: 12px;
3285
+ line-height: 20px;
3286
+ outline: 0; }
3287
+
3288
+ .give-progress {
3289
+ height: 15px;
3290
+ width: 95%;
3291
+ border-radius: 4px;
3292
+ overflow: hidden;
3293
+ background-color: whitesmoke; }
3294
+ .give-progress > div {
3295
+ height: 100%;
3296
+ width: 0; }
3297
+
3298
+ .admin-color-fresh .give-progress div, .give-progress div {
3299
+ background: #0073aa; }
3300
+
3301
+ .admin-color-light .give-progress div {
3302
+ background: #888; }
3303
+
3304
+ .admin-color-blue .give-progress div {
3305
+ background: #096484; }
3306
+
3307
+ .admin-color-coffee .give-progress div {
3308
+ background: #c7a589; }
3309
+
3310
+ .admin-color-ectoplasm .give-progress div {
3311
+ background: #a3b745; }
3312
+
3313
+ .admin-color-midnight .give-progress div {
3314
+ background: #e14d43; }
3315
+
3316
+ .admin-color-sunrise .give-progress div {
3317
+ background: #dd823b; }
3318
+
3319
+ /**
3320
+ * Spinner
3321
+ */
3322
+ .give-spinner-wrapper {
3323
+ position: absolute;
3324
+ right: 0;
3325
+ left: 0;
3326
+ bottom: 0;
3327
+ top: 0;
3328
+ background: rgba(245, 245, 245, 0.57);
3329
+ z-index: 1;
3330
+ display: none; }
3331
+ .give-spinner-wrapper.is-active {
3332
+ display: inline-block; }
3333
+ .give-spinner-wrapper .aligncenter {
3334
+ position: absolute;
3335
+ top: 50%;
3336
+ right: 50%;
3337
+ margin: 10px 0 0 10px; }
3338
+
3339
+ .give-spinner.spinner.is-active {
3340
+ margin: 0 2px 0 0;
3341
+ float: none; }
3342
+
3343
+ /**
3344
+ * Give Updates Panel SCSS
3345
+ *
3346
+ * @description Updates Panel Styles
3347
+ * @package Give
3348
+ * @subpackage SCSS/Admin
3349
+ * @copyright Copyright (c) 2017, WordImpress
3350
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3351
+ */
3352
+ #give-updates-h1 {
3353
+ padding-top: 0; }
3354
+
3355
+ .give-update-panel-content p {
3356
+ font-size: 16px; }
3357
+
3358
+ #give-updates .dashicons-no-alt {
3359
+ color: red; }
3360
+
3361
+ #give-updates .dashicons-yes {
3362
+ color: green; }
3363
+
3364
+ #give-db-updates .spinner {
3365
+ margin-top: 0; }
3366
+
3367
+ body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button {
3368
+ margin-left: 10px; }
3369
+
3370
+ #give-plugin-updates .panel-content table tr {
3371
+ display: block; }
3372
+
3373
+ /**
3374
+ * Give Blank Slate
3375
+ *
3376
+ * @package Give
3377
+ * @subpackage SCSS/Admin
3378
+ * @copyright Copyright (c) 2016, WordImpress
3379
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3380
+ */
3381
+ .give-blank-slate {
3382
+ background: white;
3383
+ border: 1px solid #e5e5e5;
3384
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
3385
+ margin: 0 auto;
3386
+ padding: 40px;
3387
+ text-align: center; }
3388
+ .give-blank-slate :last-child {
3389
+ margin-bottom: 0; }
3390
+ .give-blank-slate__heading, .give-blank-slate__message, .give-blank-slate__cta, .give-blank-slate__help {
3391
+ margin: 0 0 10px; }
3392
+ .give-blank-slate__image {
3393
+ display: block;
3394
+ height: 80px;
3395
+ margin: 0 auto 10px;
3396
+ width: auto; }
3397
+ .give-blank-slate__help {
3398
+ color: #666;
3399
+ font-style: italic; }
3400
+ .give-blank-slate__help a {
3401
+ display: inline-block;
3402
+ text-decoration: underline; }
3403
+
3404
+ .give-blank-slate a.give-blank-slate__cta {
3405
+ display: inline-block;
3406
+ font-size: 1.2em;
3407
+ height: auto;
3408
+ margin: 0 0 10px;
3409
+ padding: .75em 1.5em; }
3410
+
3411
+ /**
3412
+ * Give Donations Importer
3413
+ *
3414
+ * @description Payment History Styles
3415
+ * @package Give
3416
+ * @subpackage SCSS/Admin
3417
+ * @copyright Copyright (c) 2017, WordImpress
3418
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3419
+ */
3420
+ .give-tools-setting-page-import h1.handle {
3421
+ padding: 15px 0 0; }
3422
+
3423
+ .give-tools-setting-page-import .give-progress-steps {
3424
+ width: 100%;
3425
+ padding: 0 0 24px;
3426
+ margin-right: 0;
3427
+ list-style: none outside;
3428
+ overflow: hidden;
3429
+ display: -webkit-inline-flex;
3430
+ display: -ms-inline-flexbox;
3431
+ display: inline-flex; }
3432
+ .give-tools-setting-page-import .give-progress-steps li {
3433
+ width: 25%;
3434
+ float: right;
3435
+ padding: 0 0 1.2em;
3436
+ margin: 0;
3437
+ text-align: center;
3438
+ position: relative;
3439
+ border-bottom: 4px solid #ccc;
3440
+ line-height: 1.4em; }
3441
+ .give-tools-setting-page-import .give-progress-steps li.active {
3442
+ border-color: #4ead61;
3443
+ color: #4ead61; }
3444
+ .give-tools-setting-page-import .give-progress-steps li.active:before {
3445
+ border-color: #4ead61;
3446
+ color: #4ead61;
3447
+ background: #4ead61; }
3448
+ .give-tools-setting-page-import .give-progress-steps li::before {
3449
+ content: '';
3450
+ border: 4px solid #ccc;
3451
+ border-radius: 100%;
3452
+ width: 10px;
3453
+ height: 10px;
3454
+ position: absolute;
3455
+ bottom: 0;
3456
+ right: 50%;
3457
+ margin-right: -6px;
3458
+ margin-bottom: -10px;
3459
+ background: #fff; }
3460
+
3461
+ .give-tools-setting-page-import .step-4 h2 {
3462
+ text-align: center;
3463
+ font-size: 20px !important; }
3464
+
3465
+ .give-tools-setting-page-import .step-4 p {
3466
+ text-align: center; }
3467
+
3468
+ .give-tools-setting-page-import .button-secondary.step-4, .give-tools-setting-page-import .give-image-thumb {
3469
+ display: none; }
3470
+
3471
+ .give-tools-setting-page-import h2#give-import-title {
3472
+ background: #f3f3f3;
3473
+ font-size: 15px;
3474
+ font-weight: 600;
3475
+ margin: -8px -22px 11px;
3476
+ padding: 12px 22px; }
3477
+
3478
+ .give-tools-setting-page-import table.step-2 h2#give-import-title {
3479
+ font-size: small;
3480
+ font-weight: inherit; }
3481
+
3482
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields-title {
3483
+ font-size: 18px;
3484
+ font-weight: 600;
3485
+ margin: 0px; }
3486
+
3487
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields {
3488
+ white-space: nowrap;
3489
+ overflow: hidden; }
3490
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li {
3491
+ display: inline-block;
3492
+ margin: 0 0 0 10%; }
3493
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.give-import-donation-required-symbol {
3494
+ border-radius: 1em;
3495
+ vertical-align: middle;
3496
+ padding: 2px;
3497
+ background: #46b450;
3498
+ color: white; }
3499
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.dashicons-no-alt {
3500
+ background: #bbbbbb; }
3501
+
3502
+ .give-import-core-settings .give-progress-steps li {
3503
+ width: 33.33%; }
3504
+
3505
+ .give-import-core-settings .step-3 h2 {
3506
+ text-align: center;
3507
+ font-size: 20px !important; }
3508
+
3509
+ .give-import-core-settings .step-3 p {
3510
+ text-align: center; }
3511
+
3512
+ form.give-import-form table.widefat {
3513
+ border: none; }
3514
+
3515
+ .wrap .give-importer-h1 {
3516
+ margin: 0;
3517
+ padding: 20px 0; }
assets/css/give-admin-rtl.min.css ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Give Admin SCSS/CSS
3
+ *
4
+ * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner
5
+ * @package: Give
6
+ * @subpackage: SCSS/Admin
7
+ * @copyright: Copyright (c) 2016, WordImpress
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}.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)}/*!
12
+ Chosen, a Select Box Enhancer for jQuery and Prototype
13
+ by Patrick Filler for Harvest, http://getharvest.com
14
+
15
+ Version 1.8.3
16
+ Full source at https://github.com/harvesthq/chosen
17
+ Copyright (c) 2011-2018 Harvest http://getharvest.com
18
+
19
+ MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
20
+ This file is generated by `grunt build`, do not edit it by hand.
21
+ */.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.chosen-container.chosen-with-drop .chosen-drop{display:block}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-right:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 8px 0 0;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-left:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-left:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;left:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;left:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) 100% 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 5px 4px 20px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) 0 -20px no-repeat;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 0 4px 4px;padding:0 4px 0 0;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-right:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:right;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:100% 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 5px 3px 20px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.dashicons-give:before,[class*=" give-icon-"],[class^=give-icon-]{line-height:1;font-family:give-icomoon;font-style:normal;font-weight:400}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;left:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-left:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;background:100% 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:left}.chosen-rtl .chosen-single{overflow:visible;padding:0 0 0 8px}.chosen-rtl .chosen-single span{margin-left:0;margin-right:26px;direction:ltr}.chosen-rtl .chosen-single-with-deselect span{margin-right:38px}.chosen-rtl .chosen-single div{left:auto;right:3px}.chosen-rtl .chosen-single abbr{left:auto;right:26px}.chosen-rtl .chosen-choices li{float:left}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:ltr}.chosen-rtl .chosen-choices li.search-choice{margin:3px 0 3px 5px;padding:3px 19px 3px 5px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{left:auto;right:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 4px 4px 0;padding:0 0 0 4px}.chosen-rtl .chosen-results li.group-option{padding-left:15px;padding-right:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 20px 4px 5px;background:url(chosen-sprite.png) -30px -20px no-repeat;direction:ltr}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}@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}.chosen-container-single a.chosen-single{background:#FFF!important}.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%}.settings-excludes-list{max-height:120px;overflow:auto;padding:.5rem;border:1px solid #ddd}.settings-excludes-list li{margin:3px 0}#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,div.give-field-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 .edit-item,div.sc-menu{display:none}.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 .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{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-tools-setting-page-import table.step-2 h2#give-import-title{font-size:small;font-weight:inherit}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields-title{font-size:18px;font-weight:600;margin:0}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields{white-space:nowrap;overflow:hidden}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li{display:inline-block;margin:0 0 0 10%}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.give-import-donation-required-symbol{border-radius:1em;vertical-align:middle;padding:2px;background:#46b450;color:#fff}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.dashicons-no-alt{background:#bbb}.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 ADDED
@@ -0,0 +1,3520 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Give Admin SCSS/CSS
3
+ *
4
+ * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner
5
+ * @package: Give
6
+ * @subpackage: SCSS/Admin
7
+ * @copyright: Copyright (c) 2016, WordImpress
8
+ * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
9
+ */
10
+ /**
11
+ * Clearfix
12
+ */
13
+ .give-clearfix {
14
+ *zoom: 1; }
15
+ .give-clearfix:before, .give-clearfix:after {
16
+ content: " ";
17
+ display: table; }
18
+ .give-clearfix:after {
19
+ clear: both; }
20
+
21
+ /**
22
+ * Box Sizing
23
+ * https://github.com/timrogers/sass-box-sizing-mixin
24
+ */
25
+ /**
26
+ * CSS3 Easing
27
+ */
28
+ .give-item-label {
29
+ padding: .2em .4em .3em;
30
+ font-size: 11px;
31
+ line-height: 1;
32
+ color: #fff;
33
+ text-align: center;
34
+ white-space: nowrap;
35
+ vertical-align: baseline;
36
+ border-radius: .25em; }
37
+ .give-item-label:hover {
38
+ color: #fff;
39
+ text-decoration: none; }
40
+
41
+ .give-item-label-gray, #give-payments-filter .give-payment-id {
42
+ background-color: #929292; }
43
+
44
+ .give-item-label-orange {
45
+ background-color: #ffba00; }
46
+
47
+ .give-item-label {
48
+ padding: .2em .4em .3em;
49
+ font-size: 11px;
50
+ line-height: 1;
51
+ color: #fff;
52
+ text-align: center;
53
+ white-space: nowrap;
54
+ vertical-align: baseline;
55
+ border-radius: .25em; }
56
+ .give-item-label:hover {
57
+ color: #fff;
58
+ text-decoration: none; }
59
+
60
+ /**
61
+ * Give CSS Variables
62
+ */
63
+ /*! Hint.css - v2.5.0 - 2017-04-23
64
+ * http://kushagragour.in/lab/hint/
65
+ * Copyright (c) 2017 Kushagra Gour */
66
+ [class*=hint--] {
67
+ position: relative;
68
+ display: inline-block; }
69
+
70
+ [class*=hint--]:after, [class*=hint--]:before {
71
+ position: absolute;
72
+ -webkit-transform: translate3d(0, 0, 0);
73
+ -moz-transform: translate3d(0, 0, 0);
74
+ transform: translate3d(0, 0, 0);
75
+ visibility: hidden;
76
+ opacity: 0;
77
+ z-index: 1000000;
78
+ pointer-events: none;
79
+ -webkit-transition: .3s ease;
80
+ -moz-transition: .3s ease;
81
+ transition: .3s ease;
82
+ -webkit-transition-delay: 0s;
83
+ -moz-transition-delay: 0s;
84
+ transition-delay: 0s; }
85
+
86
+ [class*=hint--]:hover:after, [class*=hint--]:hover:before {
87
+ visibility: visible;
88
+ opacity: 1;
89
+ -webkit-transition-delay: .1s;
90
+ -moz-transition-delay: .1s;
91
+ transition-delay: .1s; }
92
+
93
+ [class*=hint--]:before {
94
+ content: '';
95
+ position: absolute;
96
+ background: 0 0;
97
+ border: 6px solid transparent;
98
+ z-index: 1000001; }
99
+
100
+ [class*=hint--]:after {
101
+ background: #383838;
102
+ color: #fff;
103
+ padding: 8px 10px;
104
+ font-size: 12px;
105
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
106
+ line-height: 12px;
107
+ white-space: nowrap;
108
+ text-shadow: 0 -1px 0 #000;
109
+ box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
110
+
111
+ [class*=hint--][aria-label]:after {
112
+ content: attr(aria-label); }
113
+
114
+ [class*=hint--][data-hint]:after {
115
+ content: attr(data-hint); }
116
+
117
+ [aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
118
+ display: none !important; }
119
+
120
+ .hint--top-left:before, .hint--top-right:before, .hint--top:before {
121
+ border-top-color: #383838; }
122
+
123
+ .hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
124
+ border-bottom-color: #383838; }
125
+
126
+ .hint--top:after, .hint--top:before {
127
+ bottom: 100%;
128
+ left: 50%; }
129
+
130
+ .hint--top:before {
131
+ margin-bottom: -11px;
132
+ left: calc(50% - 6px); }
133
+
134
+ .hint--top:after {
135
+ -webkit-transform: translateX(-50%);
136
+ -moz-transform: translateX(-50%);
137
+ transform: translateX(-50%); }
138
+
139
+ .hint--top:hover:before {
140
+ -webkit-transform: translateY(-8px);
141
+ -moz-transform: translateY(-8px);
142
+ transform: translateY(-8px); }
143
+
144
+ .hint--top:hover:after {
145
+ -webkit-transform: translateX(-50%) translateY(-8px);
146
+ -moz-transform: translateX(-50%) translateY(-8px);
147
+ transform: translateX(-50%) translateY(-8px); }
148
+
149
+ .hint--bottom:after, .hint--bottom:before {
150
+ top: 100%;
151
+ left: 50%; }
152
+
153
+ .hint--bottom:before {
154
+ margin-top: -11px;
155
+ left: calc(50% - 6px); }
156
+
157
+ .hint--bottom:after {
158
+ -webkit-transform: translateX(-50%);
159
+ -moz-transform: translateX(-50%);
160
+ transform: translateX(-50%); }
161
+
162
+ .hint--bottom:hover:before {
163
+ -webkit-transform: translateY(8px);
164
+ -moz-transform: translateY(8px);
165
+ transform: translateY(8px); }
166
+
167
+ .hint--bottom:hover:after {
168
+ -webkit-transform: translateX(-50%) translateY(8px);
169
+ -moz-transform: translateX(-50%) translateY(8px);
170
+ transform: translateX(-50%) translateY(8px); }
171
+
172
+ .hint--right:before {
173
+ border-right-color: #383838;
174
+ margin-left: -11px;
175
+ margin-bottom: -6px; }
176
+
177
+ .hint--right:after {
178
+ margin-bottom: -14px; }
179
+
180
+ .hint--right:after, .hint--right:before {
181
+ left: 100%;
182
+ bottom: 50%; }
183
+
184
+ .hint--right:hover:after, .hint--right:hover:before {
185
+ -webkit-transform: translateX(8px);
186
+ -moz-transform: translateX(8px);
187
+ transform: translateX(8px); }
188
+
189
+ .hint--left:before {
190
+ border-left-color: #383838;
191
+ margin-right: -11px;
192
+ margin-bottom: -6px; }
193
+
194
+ .hint--left:after {
195
+ margin-bottom: -14px; }
196
+
197
+ .hint--left:after, .hint--left:before {
198
+ right: 100%;
199
+ bottom: 50%; }
200
+
201
+ .hint--left:hover:after, .hint--left:hover:before {
202
+ -webkit-transform: translateX(-8px);
203
+ -moz-transform: translateX(-8px);
204
+ transform: translateX(-8px); }
205
+
206
+ .hint--top-left:after, .hint--top-left:before {
207
+ bottom: 100%;
208
+ left: 50%; }
209
+
210
+ .hint--top-left:before {
211
+ margin-bottom: -11px;
212
+ left: calc(50% - 6px); }
213
+
214
+ .hint--top-left:after {
215
+ -webkit-transform: translateX(-100%);
216
+ -moz-transform: translateX(-100%);
217
+ transform: translateX(-100%);
218
+ margin-left: 12px; }
219
+
220
+ .hint--top-left:hover:before {
221
+ -webkit-transform: translateY(-8px);
222
+ -moz-transform: translateY(-8px);
223
+ transform: translateY(-8px); }
224
+
225
+ .hint--top-left:hover:after {
226
+ -webkit-transform: translateX(-100%) translateY(-8px);
227
+ -moz-transform: translateX(-100%) translateY(-8px);
228
+ transform: translateX(-100%) translateY(-8px); }
229
+
230
+ .hint--top-right:after, .hint--top-right:before {
231
+ bottom: 100%;
232
+ left: 50%; }
233
+
234
+ .hint--top-right:before {
235
+ margin-bottom: -11px;
236
+ left: calc(50% - 6px); }
237
+
238
+ .hint--top-right:after {
239
+ -webkit-transform: translateX(0);
240
+ -moz-transform: translateX(0);
241
+ transform: translateX(0);
242
+ margin-left: -12px; }
243
+
244
+ .hint--top-right:hover:after, .hint--top-right:hover:before {
245
+ -webkit-transform: translateY(-8px);
246
+ -moz-transform: translateY(-8px);
247
+ transform: translateY(-8px); }
248
+
249
+ .hint--bottom-left:after, .hint--bottom-left:before {
250
+ top: 100%;
251
+ left: 50%; }
252
+
253
+ .hint--bottom-left:before {
254
+ margin-top: -11px;
255
+ left: calc(50% - 6px); }
256
+
257
+ .hint--bottom-left:after {
258
+ -webkit-transform: translateX(-100%);
259
+ -moz-transform: translateX(-100%);
260
+ transform: translateX(-100%);
261
+ margin-left: 12px; }
262
+
263
+ .hint--bottom-left:hover:before {
264
+ -webkit-transform: translateY(8px);
265
+ -moz-transform: translateY(8px);
266
+ transform: translateY(8px); }
267
+
268
+ .hint--bottom-left:hover:after {
269
+ -webkit-transform: translateX(-100%) translateY(8px);
270
+ -moz-transform: translateX(-100%) translateY(8px);
271
+ transform: translateX(-100%) translateY(8px); }
272
+
273
+ .hint--bottom-right:after, .hint--bottom-right:before {
274
+ top: 100%;
275
+ left: 50%; }
276
+
277
+ .hint--bottom-right:before {
278
+ margin-top: -11px;
279
+ left: calc(50% - 6px); }
280
+
281
+ .hint--bottom-right:after {
282
+ -webkit-transform: translateX(0);
283
+ -moz-transform: translateX(0);
284
+ transform: translateX(0);
285
+ margin-left: -12px; }
286
+
287
+ .hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
288
+ -webkit-transform: translateY(8px);
289
+ -moz-transform: translateY(8px);
290
+ transform: translateY(8px); }
291
+
292
+ .hint--large:after, .hint--medium:after, .hint--small:after {
293
+ white-space: normal;
294
+ line-height: 1.4em;
295
+ word-wrap: break-word; }
296
+
297
+ .hint--small:after {
298
+ width: 80px; }
299
+
300
+ .hint--medium:after {
301
+ width: 150px; }
302
+
303
+ .hint--large:after {
304
+ width: 300px; }
305
+
306
+ .hint--error:after {
307
+ background-color: #b34e4d;
308
+ text-shadow: 0 -1px 0 #592726; }
309
+
310
+ .hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
311
+ border-top-color: #b34e4d; }
312
+
313
+ .hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
314
+ border-bottom-color: #b34e4d; }
315
+
316
+ .hint--error.hint--left:before {
317
+ border-left-color: #b34e4d; }
318
+
319
+ .hint--error.hint--right:before {
320
+ border-right-color: #b34e4d; }
321
+
322
+ .hint--warning:after {
323
+ background-color: #c09854;
324
+ text-shadow: 0 -1px 0 #6c5328; }
325
+
326
+ .hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
327
+ border-top-color: #c09854; }
328
+
329
+ .hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
330
+ border-bottom-color: #c09854; }
331
+
332
+ .hint--warning.hint--left:before {
333
+ border-left-color: #c09854; }
334
+
335
+ .hint--warning.hint--right:before {
336
+ border-right-color: #c09854; }
337
+
338
+ .hint--info:after {
339
+ background-color: #3986ac;
340
+ text-shadow: 0 -1px 0 #1a3c4d; }
341
+
342
+ .hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
343
+ border-top-color: #3986ac; }
344
+
345
+ .hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
346
+ border-bottom-color: #3986ac; }
347
+
348
+ .hint--info.hint--left:before {
349
+ border-left-color: #3986ac; }
350
+
351
+ .hint--info.hint--right:before {
352
+ border-right-color: #3986ac; }
353
+
354
+ .hint--success:after {
355
+ background-color: #458746;
356
+ text-shadow: 0 -1px 0 #1a321a; }
357
+
358
+ .hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
359
+ border-top-color: #458746; }
360
+
361
+ .hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
362
+ border-bottom-color: #458746; }
363
+
364
+ .hint--success.hint--left:before {
365
+ border-left-color: #458746; }
366
+
367
+ .hint--success.hint--right:before {
368
+ border-right-color: #458746; }
369
+
370
+ .hint--always:after, .hint--always:before {
371
+ opacity: 1;
372
+ visibility: visible; }
373
+
374
+ .hint--always.hint--top:before {
375
+ -webkit-transform: translateY(-8px);
376
+ -moz-transform: translateY(-8px);
377
+ transform: translateY(-8px); }
378
+
379
+ .hint--always.hint--top:after {
380
+ -webkit-transform: translateX(-50%) translateY(-8px);
381
+ -moz-transform: translateX(-50%) translateY(-8px);
382
+ transform: translateX(-50%) translateY(-8px); }
383
+
384
+ .hint--always.hint--top-left:before {
385
+ -webkit-transform: translateY(-8px);
386
+ -moz-transform: translateY(-8px);
387
+ transform: translateY(-8px); }
388
+
389
+ .hint--always.hint--top-left:after {
390
+ -webkit-transform: translateX(-100%) translateY(-8px);
391
+ -moz-transform: translateX(-100%) translateY(-8px);
392
+ transform: translateX(-100%) translateY(-8px); }
393
+
394
+ .hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
395
+ -webkit-transform: translateY(-8px);
396
+ -moz-transform: translateY(-8px);
397
+ transform: translateY(-8px); }
398
+
399
+ .hint--always.hint--bottom:before {
400
+ -webkit-transform: translateY(8px);
401
+ -moz-transform: translateY(8px);
402
+ transform: translateY(8px); }
403
+
404
+ .hint--always.hint--bottom:after {
405
+ -webkit-transform: translateX(-50%) translateY(8px);
406
+ -moz-transform: translateX(-50%) translateY(8px);
407
+ transform: translateX(-50%) translateY(8px); }
408
+
409
+ .hint--always.hint--bottom-left:before {
410
+ -webkit-transform: translateY(8px);
411
+ -moz-transform: translateY(8px);
412
+ transform: translateY(8px); }
413
+
414
+ .hint--always.hint--bottom-left:after {
415
+ -webkit-transform: translateX(-100%) translateY(8px);
416
+ -moz-transform: translateX(-100%) translateY(8px);
417
+ transform: translateX(-100%) translateY(8px); }
418
+
419
+ .hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
420
+ -webkit-transform: translateY(8px);
421
+ -moz-transform: translateY(8px);
422
+ transform: translateY(8px); }
423
+
424
+ .hint--always.hint--left:after, .hint--always.hint--left:before {
425
+ -webkit-transform: translateX(-8px);
426
+ -moz-transform: translateX(-8px);
427
+ transform: translateX(-8px); }
428
+
429
+ .hint--always.hint--right:after, .hint--always.hint--right:before {
430
+ -webkit-transform: translateX(8px);
431
+ -moz-transform: translateX(8px);
432
+ transform: translateX(8px); }
433
+
434
+ .hint--rounded:after {
435
+ border-radius: 4px; }
436
+
437
+ .hint--no-animate:after, .hint--no-animate:before {
438
+ -webkit-transition-duration: 0s;
439
+ -moz-transition-duration: 0s;
440
+ transition-duration: 0s; }
441
+
442
+ .hint--bounce:after, .hint--bounce:before {
443
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
444
+ -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
445
+ transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
446
+
447
+ /*!
448
+ Chosen, a Select Box Enhancer for jQuery and Prototype
449
+ by Patrick Filler for Harvest, http://getharvest.com
450
+
451
+ Version 1.8.3
452
+ Full source at https://github.com/harvesthq/chosen
453
+ Copyright (c) 2011-2018 Harvest http://getharvest.com
454
+
455
+ MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
456
+ This file is generated by `grunt build`, do not edit it by hand.
457
+ */
458
+ .chosen-container {
459
+ position: relative;
460
+ display: inline-block;
461
+ vertical-align: middle;
462
+ font-size: 13px;
463
+ -webkit-user-select: none;
464
+ -moz-user-select: none;
465
+ -ms-user-select: none;
466
+ user-select: none; }
467
+
468
+ .chosen-container * {
469
+ -webkit-box-sizing: border-box;
470
+ box-sizing: border-box; }
471
+
472
+ .chosen-container .chosen-drop {
473
+ position: absolute;
474
+ top: 100%;
475
+ z-index: 1010;
476
+ width: 100%;
477
+ border: 1px solid #aaa;
478
+ border-top: 0;
479
+ background: #fff;
480
+ -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
481
+ box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
482
+ display: none; }
483
+
484
+ .chosen-container.chosen-with-drop .chosen-drop {
485
+ display: block; }
486
+
487
+ .chosen-container a {
488
+ cursor: pointer; }
489
+
490
+ .chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
491
+ margin-right: 4px;
492
+ overflow: hidden;
493
+ white-space: nowrap;
494
+ text-overflow: ellipsis;
495
+ font-weight: 400;
496
+ color: #999; }
497
+
498
+ .chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
499
+ content: ":";
500
+ padding-left: 2px;
501
+ vertical-align: top; }
502
+
503
+ .chosen-container-single .chosen-single {
504
+ position: relative;
505
+ display: block;
506
+ overflow: hidden;
507
+ padding: 0 0 0 8px;
508
+ height: 25px;
509
+ border: 1px solid #aaa;
510
+ border-radius: 5px;
511
+ background-color: #fff;
512
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
513
+ background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
514
+ background-clip: padding-box;
515
+ -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
516
+ box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
517
+ color: #444;
518
+ text-decoration: none;
519
+ white-space: nowrap;
520
+ line-height: 24px; }
521
+
522
+ .chosen-container-single .chosen-single input[type=text] {
523
+ cursor: pointer;
524
+ opacity: 0;
525
+ position: absolute; }
526
+
527
+ .chosen-container-single .chosen-default {
528
+ color: #999; }
529
+
530
+ .chosen-container-single .chosen-single span {
531
+ display: block;
532
+ overflow: hidden;
533
+ margin-right: 26px;
534
+ text-overflow: ellipsis;
535
+ white-space: nowrap; }
536
+
537
+ .chosen-container-single .chosen-single-with-deselect span {
538
+ margin-right: 38px; }
539
+
540
+ .chosen-container-single .chosen-single abbr {
541
+ position: absolute;
542
+ top: 6px;
543
+ right: 26px;
544
+ display: block;
545
+ width: 12px;
546
+ height: 12px;
547
+ background: url(chosen-sprite.png) -42px 1px no-repeat;
548
+ font-size: 1px; }
549
+
550
+ .chosen-container-single .chosen-single abbr:hover {
551
+ background-position: -42px -10px; }
552
+
553
+ .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
554
+ background-position: -42px -10px; }
555
+
556
+ .chosen-container-single .chosen-single div {
557
+ position: absolute;
558
+ top: 0;
559
+ right: 0;
560
+ display: block;
561
+ width: 18px;
562
+ height: 100%; }
563
+
564
+ .chosen-container-single .chosen-single div b {
565
+ display: block;
566
+ width: 100%;
567
+ height: 100%;
568
+ background: url(chosen-sprite.png) no-repeat 0 2px; }
569
+
570
+ .chosen-container-single .chosen-search {
571
+ position: relative;
572
+ z-index: 1010;
573
+ margin: 0;
574
+ padding: 3px 4px;
575
+ white-space: nowrap; }
576
+
577
+ .chosen-container-single .chosen-search input[type=text] {
578
+ margin: 1px 0;
579
+ padding: 4px 20px 4px 5px;
580
+ width: 100%;
581
+ height: auto;
582
+ outline: 0;
583
+ border: 1px solid #aaa;
584
+ background: url(chosen-sprite.png) no-repeat 100% -20px;
585
+ font-size: 1em;
586
+ font-family: sans-serif;
587
+ line-height: normal;
588
+ border-radius: 0; }
589
+
590
+ .chosen-container-single .chosen-drop {
591
+ margin-top: -1px;
592
+ border-radius: 0 0 4px 4px;
593
+ background-clip: padding-box; }
594
+
595
+ .chosen-container-single.chosen-container-single-nosearch .chosen-search {
596
+ position: absolute;
597
+ clip: rect(0, 0, 0, 0); }
598
+
599
+ .chosen-container .chosen-results {
600
+ color: #444;
601
+ position: relative;
602
+ overflow-x: hidden;
603
+ overflow-y: auto;
604
+ margin: 0 4px 4px 0;
605
+ padding: 0 0 0 4px;
606
+ max-height: 240px;
607
+ -webkit-overflow-scrolling: touch; }
608
+
609
+ .chosen-container .chosen-results li {
610
+ display: none;
611
+ margin: 0;
612
+ padding: 5px 6px;
613
+ list-style: none;
614
+ line-height: 15px;
615
+ word-wrap: break-word;
616
+ -webkit-touch-callout: none; }
617
+
618
+ .chosen-container .chosen-results li.active-result {
619
+ display: list-item;
620
+ cursor: pointer; }
621
+
622
+ .chosen-container .chosen-results li.disabled-result {
623
+ display: list-item;
624
+ color: #ccc;
625
+ cursor: default; }
626
+
627
+ .chosen-container .chosen-results li.highlighted {
628
+ background-color: #3875d7;
629
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
630
+ background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
631
+ color: #fff; }
632
+
633
+ .chosen-container .chosen-results li.no-results {
634
+ color: #777;
635
+ display: list-item;
636
+ background: #f4f4f4; }
637
+
638
+ .chosen-container .chosen-results li.group-result {
639
+ display: list-item;
640
+ font-weight: 700;
641
+ cursor: default; }
642
+
643
+ .chosen-container .chosen-results li.group-option {
644
+ padding-left: 15px; }
645
+
646
+ .chosen-container .chosen-results li em {
647
+ font-style: normal;
648
+ text-decoration: underline; }
649
+
650
+ .chosen-container-multi .chosen-choices {
651
+ position: relative;
652
+ overflow: hidden;
653
+ margin: 0;
654
+ padding: 0 5px;
655
+ width: 100%;
656
+ height: auto;
657
+ border: 1px solid #aaa;
658
+ background-color: #fff;
659
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
660
+ background-image: linear-gradient(#eee 1%, #fff 15%);
661
+ cursor: text; }
662
+
663
+ .chosen-container-multi .chosen-choices li {
664
+ float: left;
665
+ list-style: none; }
666
+
667
+ .chosen-container-multi .chosen-choices li.search-field {
668
+ margin: 0;
669
+ padding: 0;
670
+ white-space: nowrap; }
671
+
672
+ .chosen-container-multi .chosen-choices li.search-field input[type=text] {
673
+ margin: 1px 0;
674
+ padding: 0;
675
+ height: 25px;
676
+ outline: 0;
677
+ border: 0 !important;
678
+ background: 0 0 !important;
679
+ -webkit-box-shadow: none;
680
+ box-shadow: none;
681
+ color: #999;
682
+ font-size: 100%;
683
+ font-family: sans-serif;
684
+ line-height: normal;
685
+ border-radius: 0;
686
+ width: 25px; }
687
+
688
+ .chosen-container-multi .chosen-choices li.search-choice {
689
+ position: relative;
690
+ margin: 3px 5px 3px 0;
691
+ padding: 3px 20px 3px 5px;
692
+ border: 1px solid #aaa;
693
+ max-width: 100%;
694
+ border-radius: 3px;
695
+ background-color: #eee;
696
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
697
+ background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
698
+ background-size: 100% 19px;
699
+ background-repeat: repeat-x;
700
+ background-clip: padding-box;
701
+ -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
702
+ box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
703
+ color: #333;
704
+ line-height: 13px;
705
+ cursor: default; }
706
+
707
+ .chosen-container-multi .chosen-choices li.search-choice span {
708
+ word-wrap: break-word; }
709
+
710
+ .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
711
+ position: absolute;
712
+ top: 4px;
713
+ right: 3px;
714
+ display: block;
715
+ width: 12px;
716
+ height: 12px;
717
+ background: url(chosen-sprite.png) -42px 1px no-repeat;
718
+ font-size: 1px; }
719
+
720
+ .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
721
+ background-position: -42px -10px; }
722
+
723
+ .chosen-container-multi .chosen-choices li.search-choice-disabled {
724
+ padding-right: 5px;
725
+ border: 1px solid #ccc;
726
+ background-color: #e4e4e4;
727
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
728
+ background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
729
+ color: #666; }
730
+
731
+ .chosen-container-multi .chosen-choices li.search-choice-focus {
732
+ background: #d4d4d4; }
733
+
734
+ .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
735
+ background-position: -42px -10px; }
736
+
737
+ .chosen-container-multi .chosen-results {
738
+ margin: 0;
739
+ padding: 0; }
740
+
741
+ .chosen-container-multi .chosen-drop .result-selected {
742
+ display: list-item;
743
+ color: #ccc;
744
+ cursor: default; }
745
+
746
+ .chosen-container-active .chosen-single {
747
+ border: 1px solid #5897fb;
748
+ -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
749
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
750
+
751
+ .chosen-container-active.chosen-with-drop .chosen-single {
752
+ border: 1px solid #aaa;
753
+ border-bottom-right-radius: 0;
754
+ border-bottom-left-radius: 0;
755
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
756
+ background-image: linear-gradient(#eee 20%, #fff 80%);
757
+ -webkit-box-shadow: 0 1px 0 #fff inset;
758
+ box-shadow: 0 1px 0 #fff inset; }
759
+
760
+ .chosen-container-active.chosen-with-drop .chosen-single div {
761
+ border-left: none;
762
+ background: 0 0; }
763
+
764
+ .chosen-container-active.chosen-with-drop .chosen-single div b {
765
+ background-position: -18px 2px; }
766
+
767
+ .chosen-container-active .chosen-choices {
768
+ border: 1px solid #5897fb;
769
+ -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
770
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
771
+
772
+ .chosen-container-active .chosen-choices li.search-field input[type=text] {
773
+ color: #222 !important; }
774
+
775
+ .chosen-disabled {
776
+ opacity: 0.5 !important;
777
+ cursor: default; }
778
+
779
+ .chosen-disabled .chosen-single {
780
+ cursor: default; }
781
+
782
+ .chosen-disabled .chosen-choices .search-choice .search-choice-close {
783
+ cursor: default; }
784
+
785
+ .chosen-rtl {
786
+ text-align: right; }
787
+
788
+ .chosen-rtl .chosen-single {
789
+ overflow: visible;
790
+ padding: 0 8px 0 0; }
791
+
792
+ .chosen-rtl .chosen-single span {
793
+ margin-right: 0;
794
+ margin-left: 26px;
795
+ direction: rtl; }
796
+
797
+ .chosen-rtl .chosen-single-with-deselect span {
798
+ margin-left: 38px; }
799
+
800
+ .chosen-rtl .chosen-single div {
801
+ right: auto;
802
+ left: 3px; }
803
+
804
+ .chosen-rtl .chosen-single abbr {
805
+ right: auto;
806
+ left: 26px; }
807
+
808
+ .chosen-rtl .chosen-choices li {
809
+ float: right; }
810
+
811
+ .chosen-rtl .chosen-choices li.search-field input[type=text] {
812
+ direction: rtl; }
813
+
814
+ .chosen-rtl .chosen-choices li.search-choice {
815
+ margin: 3px 5px 3px 0;
816
+ padding: 3px 5px 3px 19px; }
817
+
818
+ .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
819
+ right: auto;
820
+ left: 4px; }
821
+
822
+ .chosen-rtl.chosen-container-single .chosen-results {
823
+ margin: 0 0 4px 4px;
824
+ padding: 0 4px 0 0; }
825
+
826
+ .chosen-rtl .chosen-results li.group-option {
827
+ padding-right: 15px;
828
+ padding-left: 0; }
829
+
830
+ .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
831
+ border-right: none; }
832
+
833
+ .chosen-rtl .chosen-search input[type=text] {
834
+ padding: 4px 5px 4px 20px;
835
+ background: url(chosen-sprite.png) no-repeat -30px -20px;
836
+ direction: rtl; }
837
+
838
+ .chosen-rtl.chosen-container-single .chosen-single div b {
839
+ background-position: 6px 2px; }
840
+
841
+ .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
842
+ background-position: -12px 2px; }
843
+
844
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
845
+ .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
846
+ background-image: url(chosen-sprite@2x.png) !important;
847
+ background-size: 52px 37px !important;
848
+ background-repeat: no-repeat !important; } }
849
+
850
+ /**
851
+ * Give Frontend Fonts SCSS
852
+ *
853
+ * Fonts are from icomoon and the src paths need to be relative to template directory.
854
+ * @package Give
855
+ * @subpackage SCSS/Frontend
856
+ * @copyright Copyright (c) 2016, WordImpress
857
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
858
+ */
859
+ @font-face {
860
+ font-family: 'give-icomoon';
861
+ src: url("../assets/fonts/icomoon.eot?kdnr3d");
862
+ 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");
863
+ font-weight: normal;
864
+ font-style: normal; }
865
+
866
+ [class^="give-icon-"], [class*=" give-icon-"] {
867
+ font-family: 'give-icomoon';
868
+ speak: none;
869
+ font-style: normal;
870
+ font-weight: normal;
871
+ font-variant: normal;
872
+ text-transform: none;
873
+ line-height: 1;
874
+ -webkit-font-smoothing: antialiased;
875
+ -moz-osx-font-smoothing: grayscale; }
876
+
877
+ .give-icon-lamp:before {
878
+ content: "\e603"; }
879
+
880
+ .give-icon-heart:before {
881
+ content: "\e604"; }
882
+
883
+ .give-icon-question:before {
884
+ content: "\e602"; }
885
+
886
+ .give-icon-info:before {
887
+ content: "\e601"; }
888
+
889
+ .give-icon-new-tab:before {
890
+ content: "\ea7e"; }
891
+
892
+ .give-icon-alert:before {
893
+ content: "\f02d"; }
894
+
895
+ .give-icon-help:before {
896
+ content: "\e606"; }
897
+
898
+ .give-icon-spinner:before {
899
+ content: "\e605"; }
900
+
901
+ .give-icon-spinner2:before {
902
+ content: "\e607"; }
903
+
904
+ .give-icon-plus:before {
905
+ content: "\e040"; }
906
+
907
+ .give-icon-minus:before {
908
+ content: "\e041"; }
909
+
910
+ .give-icon-locked:before {
911
+ content: "\e600"; }
912
+
913
+ .dashicons-give:before {
914
+ font-family: 'give-icomoon';
915
+ speak: none;
916
+ font-style: normal;
917
+ font-weight: normal;
918
+ font-variant: normal;
919
+ text-transform: none;
920
+ line-height: 1;
921
+ -webkit-font-smoothing: antialiased;
922
+ -moz-osx-font-smoothing: grayscale;
923
+ content: "\e800"; }
924
+
925
+ .fa-spin {
926
+ -webkit-animation: spin 1000ms infinite linear;
927
+ animation: spin 1000ms infinite linear; }
928
+
929
+ @-webkit-keyframes spin {
930
+ 0% {
931
+ -webkit-transform: rotate(0deg);
932
+ transform: rotate(0deg); }
933
+ 100% {
934
+ -webkit-transform: rotate(359deg);
935
+ transform: rotate(359deg); } }
936
+
937
+ @keyframes spin {
938
+ 0% {
939
+ -webkit-transform: rotate(0deg);
940
+ transform: rotate(0deg); }
941
+ 100% {
942
+ -webkit-transform: rotate(359deg);
943
+ transform: rotate(359deg); } }
944
+
945
+ @font-face {
946
+ font-family: 'give-icomoon';
947
+ font-weight: normal;
948
+ font-style: normal; }
949
+
950
+ .give-metabox-tabs li .give-icon:before {
951
+ font-family: 'give-icomoon';
952
+ src: url("../assets/fonts/icomoon.eot?kdnr3d");
953
+ 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");
954
+ speak: none;
955
+ font-style: normal;
956
+ font-weight: normal;
957
+ font-variant: normal;
958
+ text-transform: none;
959
+ line-height: 1;
960
+ -webkit-font-smoothing: antialiased;
961
+ -moz-osx-font-smoothing: grayscale;
962
+ font-size: 12px;
963
+ vertical-align: top;
964
+ line-height: 20px;
965
+ margin: 0 5px 0 0; }
966
+
967
+ .give-metabox-tabs li .give-icon-default:before {
968
+ content: "\e903"; }
969
+
970
+ .give-metabox-tabs li .give-icon-heart:before {
971
+ content: "\e604"; }
972
+
973
+ .give-metabox-tabs li .give-icon-target:before {
974
+ content: "\e901"; }
975
+
976
+ .give-metabox-tabs li .give-icon-display:before {
977
+ content: "\e90c"; }
978
+
979
+ .give-metabox-tabs li .give-icon-edit:before {
980
+ content: "\e902"; }
981
+
982
+ .give-metabox-tabs li .give-icon-checklist:before {
983
+ position: relative;
984
+ top: 1px;
985
+ content: "\e900"; }
986
+
987
+ .give-metabox-tabs li .give-icon-purse:before {
988
+ content: "\e8df"; }
989
+
990
+ .give-metabox-tabs li .dashicons {
991
+ font-size: 14px;
992
+ width: 14px;
993
+ line-height: 20px; }
994
+
995
+ .give-grid-row {
996
+ position: relative;
997
+ width: 100%; }
998
+ .give-grid-row [class^="give-grid-col"] {
999
+ float: left;
1000
+ margin: 0.5rem 1%;
1001
+ min-height: 0.125rem; }
1002
+ .give-grid-row::after {
1003
+ content: "";
1004
+ display: table;
1005
+ clear: both; }
1006
+
1007
+ .give-grid-col-1 {
1008
+ width: 6.33333%; }
1009
+
1010
+ .give-grid-col-2 {
1011
+ width: 14.66667%; }
1012
+
1013
+ .give-grid-col-3 {
1014
+ width: 23%; }
1015
+
1016
+ .give-grid-col-4 {
1017
+ width: 31.33333%; }
1018
+
1019
+ .give-grid-col-5 {
1020
+ width: 39.66667%; }
1021
+
1022
+ .give-grid-col-6 {
1023
+ width: 48%; }
1024
+
1025
+ .give-grid-col-7 {
1026
+ width: 56.33333%; }
1027
+
1028
+ .give-grid-col-8 {
1029
+ width: 64.66667%; }
1030
+
1031
+ .give-grid-col-9 {
1032
+ width: 73%; }
1033
+
1034
+ .give-grid-col-10 {
1035
+ width: 81.33333%; }
1036
+
1037
+ .give-grid-col-11 {
1038
+ width: 89.66667%; }
1039
+
1040
+ .give-grid-col-12 {
1041
+ width: 98%; }
1042
+
1043
+ @media only screen and (max-width: 33.75em) {
1044
+ .give-grid-row [class^="give-grid-col"] {
1045
+ width: 98%; } }
1046
+
1047
+ /**
1048
+ * Give Forms SCSS
1049
+ *
1050
+ * @package Give
1051
+ * @subpackage SCSS/Admin
1052
+ * @copyright Copyright (c) 2016, WordImpress
1053
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1054
+ */
1055
+ /*------------------------------------
1056
+ Forms CPT
1057
+ --------------------------------------*/
1058
+ /* Hide conditional fields */
1059
+ .cmb2-id--give-set-price,
1060
+ .cmb2-id--give-levels-header,
1061
+ .cmb2-id--give-levels-header + .cmb-repeat-group-wrap,
1062
+ .cmb2-id--give-display-style,
1063
+ .post-type-give_forms .tablenav #post-query-submit,
1064
+ .give-hidden,
1065
+ .cmb2-id--give-form-content,
1066
+ .cmb2-id--give-reveal-label,
1067
+ .cmb2-id--give-custom-amount-minimum,
1068
+ .cmb2-id--give-custom-amount-text,
1069
+ .cmb2-id--give-offline-checkout-notes,
1070
+ .cmb-type-levels-id,
1071
+ #_give_donation_levels_repeat .cmb-group-title,
1072
+ #_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row,
1073
+ #_give_donation_levels_repeat .cmb-row > .handlediv {
1074
+ display: none; }
1075
+
1076
+ /* Donation Levels Repeating Field */
1077
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {
1078
+ font-size: 12px; }
1079
+
1080
+ div.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {
1081
+ padding: 0 !important;
1082
+ margin: 0 !important;
1083
+ min-width: 100%;
1084
+ max-width: 0; }
1085
+
1086
+ .cmb2-id--give-levels-header {
1087
+ padding: 10px 12px 0 !important;
1088
+ margin: 0 !important;
1089
+ background: #F7F7F7;
1090
+ border-bottom: none !important; }
1091
+ .cmb2-id--give-levels-header .table-container {
1092
+ display: table;
1093
+ width: 100%;
1094
+ border-top: 1px solid #e9e9e9;
1095
+ border-bottom: 1px solid #e9e9e9;
1096
+ border-left: 1px solid #e9e9e9; }
1097
+ .cmb2-id--give-levels-header .table-container > .table-row {
1098
+ display: table-row;
1099
+ background: #FCFCFC; }
1100
+ .cmb2-id--give-levels-header .table-container > .table-row > .table-cell {
1101
+ display: table-cell;
1102
+ vertical-align: middle;
1103
+ padding: 10px 15px;
1104
+ border-right: 1px solid #e9e9e9; }
1105
+ .cmb2-id--give-levels-header .table-container > .table-row > .table-cell.col-id {
1106
+ display: none; }
1107
+
1108
+ #_give_donation_levels_repeat {
1109
+ background: #F7F7F7;
1110
+ padding: 0 1px 20px 12px;
1111
+ box-sizing: border-box; }
1112
+ #_give_donation_levels_repeat .cmb-row, #_give_donation_levels_repeat .inside {
1113
+ margin: 0; }
1114
+ #_give_donation_levels_repeat .cmb-remove-field-row {
1115
+ margin: 3px 0 0; }
1116
+ #_give_donation_levels_repeat .cmb-remove-field-row .button {
1117
+ height: 25px;
1118
+ padding: 0 3px; }
1119
+ #_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no {
1120
+ line-height: 1.15em; }
1121
+ #_give_donation_levels_repeat .cmbhandle {
1122
+ display: none; }
1123
+ #_give_donation_levels_repeat .cmb-add-row {
1124
+ margin: 12px 0 0; }
1125
+
1126
+ .give-time-field {
1127
+ width: 65px; }
1128
+
1129
+ .give-money-field {
1130
+ width: 75px;
1131
+ margin-right: 0;
1132
+ margin-left: 0; }
1133
+
1134
+ .give-money-symbol {
1135
+ border: 1px solid #DDD;
1136
+ background: #FCFCFC;
1137
+ margin: 0;
1138
+ font-size: 14px;
1139
+ padding: 5px 8px; }
1140
+
1141
+ .give-money-symbol-before {
1142
+ border-right: 0;
1143
+ margin-right: -4px; }
1144
+
1145
+ .give-money-symbol-after {
1146
+ margin-left: -5px; }
1147
+
1148
+ .give_options_panel input[type="text"],
1149
+ .give_options_panel input[type="email"] {
1150
+ padding: 5px;
1151
+ width: 100%; }
1152
+
1153
+ input.give-text_small,
1154
+ input.give-text-small {
1155
+ width: 100px !important; }
1156
+
1157
+ input.give-text-medium,
1158
+ input.give-text_medium {
1159
+ width: 200px !important; }
1160
+
1161
+ .give-underline {
1162
+ text-decoration: underline; }
1163
+
1164
+ .postbox-container .cmb-row {
1165
+ margin: 0; }
1166
+ .postbox-container .cmb-row .cmb-th label {
1167
+ padding-left: 8px; }
1168
+
1169
+ #give-bulk-donors div[id^="give-donor-"] {
1170
+ display: block;
1171
+ overflow: hidden; }
1172
+
1173
+ @media only screen and (min-width: 851px) {
1174
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
1175
+ float: left;
1176
+ border-bottom: none;
1177
+ padding-right: 10px; }
1178
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-th {
1179
+ display: none; }
1180
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-td {
1181
+ float: left;
1182
+ width: 100%; }
1183
+ .cmb-type-give-default-radio-inline .cmb-td {
1184
+ margin-top: 5px; } }
1185
+
1186
+ /* Smaller Resolution Desktops */
1187
+ @media only screen and (min-width: 851px) and (max-width: 1201px) {
1188
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {
1189
+ width: 100%;
1190
+ padding-top: 0; }
1191
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text-money {
1192
+ width: 105px; }
1193
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money {
1194
+ width: 65px; }
1195
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field {
1196
+ width: 160px; }
1197
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline {
1198
+ margin-left: 20px; }
1199
+ .col-amount {
1200
+ width: 70px; }
1201
+ .col-text {
1202
+ width: 140px; }
1203
+ .col-sort {
1204
+ display: none !important; }
1205
+ .give-money-field {
1206
+ width: 55px; } }
1207
+
1208
+ @media only screen and (min-width: 1201px) {
1209
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {
1210
+ float: right; }
1211
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
1212
+ padding-right: 20px; }
1213
+ #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row.cmb-row {
1214
+ padding-right: 0; }
1215
+ .col-amount {
1216
+ width: 93px; }
1217
+ .col-text {
1218
+ width: 195px; }
1219
+ .col-sort {
1220
+ width: 100px; }
1221
+ .give-multilevel-text-field {
1222
+ width: 205px; } }
1223
+
1224
+ @media only screen and (max-width: 850px) {
1225
+ div.cmb-type-levels-repeater-header {
1226
+ display: none !important; } }
1227
+
1228
+ /*Shortcode Input */
1229
+ .shortcode-wrap {
1230
+ margin: 1px 14px 12px 11px; }
1231
+ .shortcode-wrap label {
1232
+ margin: 0 0 3px;
1233
+ display: block;
1234
+ cursor: default; }
1235
+ .shortcode-wrap .shortcode-input {
1236
+ margin: 0;
1237
+ width: 100%; }
1238
+
1239
+ .cmb2-id--give-content-option,
1240
+ .cmb2-id--give-terms-option,
1241
+ .cmb2-id--give-offline-donation-enable-billing-fields-single,
1242
+ .cmb2-id--give-goal-option,
1243
+ .cmb2-id--give-customize-offline-donations {
1244
+ border-bottom: none !important;
1245
+ margin: 0 !important; }
1246
+
1247
+ .cmb2-id--give-form-content,
1248
+ .cmb2-id--give-agree-label,
1249
+ .cmb2-id--give-offline-checkout-notes,
1250
+ .cmb2-id--give-set-goal,
1251
+ .cmb2-id--give-offline-donation-enable-billing-fields-single {
1252
+ border-top: 1px solid #e9e9e9 !important; }
1253
+
1254
+ /*-------------------------------------
1255
+ Terms and Conditions Metabox
1256
+ ---------------------------------------*/
1257
+ .cmb2-id--give-agree-label,
1258
+ .cmb2-id--give-agree-text {
1259
+ display: none; }
1260
+
1261
+ /*-------------------------------------
1262
+ Dashboard Columns
1263
+ -------------------------------------*/
1264
+ input.shortcode-input {
1265
+ width: 100%; }
1266
+
1267
+ .price .give_price_range_low,
1268
+ .price .give_price_range_high,
1269
+ .price .give_price_range_sep {
1270
+ display: inline-block; }
1271
+
1272
+ /*-------------------------------------
1273
+ ASIDE
1274
+ -------------------------------------*/
1275
+ #side-sortables .cmb-th label:after {
1276
+ display: none; }
1277
+
1278
+ #side-sortables .cmb2-id--give-show-register-form {
1279
+ padding: 10px 0 0 !important; }
1280
+
1281
+ #side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row {
1282
+ padding-top: 10px; }
1283
+
1284
+ #side-sortables .cmb-row .cmb2-metabox-description {
1285
+ padding-bottom: 0; }
1286
+
1287
+ .cmb2-metabox-description {
1288
+ font-size: 13px;
1289
+ line-height: 1.5;
1290
+ display: block; }
1291
+
1292
+ .give-tooltip {
1293
+ margin: 0 3px;
1294
+ padding: 0;
1295
+ font-size: 14px;
1296
+ -moz-transition: 0.2s all linear;
1297
+ -o-transition: 0.2s all linear;
1298
+ transition: 0.2s all linear;
1299
+ color: rgba(51, 51, 51, 0.5);
1300
+ position: relative;
1301
+ top: 1px; }
1302
+ .give-tooltip:hover {
1303
+ color: #333; }
1304
+
1305
+ #give-metabox-form-data .inside {
1306
+ margin: 0;
1307
+ padding: 0; }
1308
+
1309
+ #give-metabox-form-data .give-metabox-panel-wrap {
1310
+ background: #fff;
1311
+ overflow: hidden; }
1312
+
1313
+ #give-metabox-form-data .give_options_panel {
1314
+ display: none;
1315
+ padding-left: 170px; }
1316
+ #give-metabox-form-data .give_options_panel.active,
1317
+ .no-js #give-metabox-form-data .give_options_panel {
1318
+ display: block; }
1319
+ #give-metabox-form-data .give_options_panel .give-field-wrap {
1320
+ padding: 1em 20px 1em 162px;
1321
+ margin: 0;
1322
+ border-bottom: 1px solid #eee; }
1323
+ #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 {
1324
+ float: left;
1325
+ width: 135px;
1326
+ padding: 0;
1327
+ margin: 2px 0 0 -150px;
1328
+ line-height: 18px;
1329
+ font-size: 12px;
1330
+ font-weight: 400; }
1331
+ #give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description {
1332
+ color: #aaaaaa;
1333
+ font-size: 12px;
1334
+ line-height: 18px;
1335
+ display: block;
1336
+ padding-top: 10px;
1337
+ font-style: italic; }
1338
+ #give-metabox-form-data .give_options_panel .give-field-wrap ul {
1339
+ margin: 0; }
1340
+ #give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe, #give-metabox-form-data .give_options_panel .give-field-wrap textarea {
1341
+ min-height: 250px !important; }
1342
+ #give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap {
1343
+ display: inline-block;
1344
+ width: 100%; }
1345
+ #give-metabox-form-data .give_options_panel .give-field-wrap:last-child {
1346
+ border-bottom: 0; }
1347
+ #give-metabox-form-data .give_options_panel textarea.give-field {
1348
+ width: 100%; }
1349
+ #give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions {
1350
+ display: block; }
1351
+ #give-metabox-form-data .give_options_panel .give-field-wrap:last-child {
1352
+ border-bottom: 0; }
1353
+ #give-metabox-form-data .give_options_panel .give-inline-radio-fields li {
1354
+ display: inline-block;
1355
+ margin-right: 15px; }
1356
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section {
1357
+ padding: 10px;
1358
+ background: #f5f5f5; }
1359
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper {
1360
+ width: 100%;
1361
+ background-color: white;
1362
+ border-collapse: collapse; }
1363
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row {
1364
+ border-bottom: 15px solid #f5f5f5;
1365
+ background-color: white; }
1366
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template {
1367
+ display: none; }
1368
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child {
1369
+ border-bottom: 10px solid #f5f5f5; }
1370
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column {
1371
+ padding: 0; }
1372
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove {
1373
+ float: right;
1374
+ width: 22px;
1375
+ height: 36px;
1376
+ padding: 0;
1377
+ display: block;
1378
+ text-align: center;
1379
+ line-height: 34px;
1380
+ font-size: 21px;
1381
+ font-weight: 300;
1382
+ cursor: pointer; }
1383
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover {
1384
+ background-color: red;
1385
+ color: white;
1386
+ width: 22px;
1387
+ height: 22px;
1388
+ border-radius: 30px;
1389
+ margin-top: 8px;
1390
+ line-height: 19px; }
1391
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head {
1392
+ border-bottom: 1px solid #eee;
1393
+ cursor: move; }
1394
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2 {
1395
+ text-align: left !important; }
1396
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before {
1397
+ content: "\f140"; }
1398
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before {
1399
+ margin-left: 7px; }
1400
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap {
1401
+ background-color: #f5f5f5; }
1402
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row {
1403
+ margin: 5px 5px; }
1404
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child {
1405
+ border-bottom: 1px solid #eee; }
1406
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight {
1407
+ background-color: #68bb6c; }
1408
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name {
1409
+ border: 0 !important;
1410
+ padding: 0 !important; }
1411
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description {
1412
+ color: #aaaaaa;
1413
+ font-size: 12px;
1414
+ line-height: 18px;
1415
+ display: block;
1416
+ padding-bottom: 10px;
1417
+ font-style: italic; }
1418
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper {
1419
+ display: table !important; }
1420
+ #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper {
1421
+ border-bottom: 0; }
1422
+
1423
+ #_give_donation_levels_field .give-row:nth-of-type(2) .give-remove {
1424
+ display: none !important; }
1425
+
1426
+ #give-metabox-form-data .give-metabox-tabs {
1427
+ margin: 0;
1428
+ max-width: 170px;
1429
+ float: left;
1430
+ line-height: 1em;
1431
+ padding: 0 0 10px;
1432
+ position: relative;
1433
+ background-color: #fafafa;
1434
+ border-right: 1px solid #eee;
1435
+ box-sizing: border-box; }
1436
+ #give-metabox-form-data .give-metabox-tabs:after {
1437
+ content: "";
1438
+ display: block;
1439
+ width: 100%;
1440
+ height: 9999em;
1441
+ position: absolute;
1442
+ bottom: -9999em;
1443
+ left: 0;
1444
+ background-color: #fafafa;
1445
+ border-right: 1px solid #eee; }
1446
+ #give-metabox-form-data .give-metabox-tabs li {
1447
+ margin: 0;
1448
+ padding: 0;
1449
+ display: block;
1450
+ position: relative; }
1451
+ #give-metabox-form-data .give-metabox-tabs li a {
1452
+ margin: 0;
1453
+ padding: 10px;
1454
+ display: block;
1455
+ box-shadow: none;
1456
+ text-decoration: none;
1457
+ line-height: 20px !important;
1458
+ border-bottom: 1px solid #eee;
1459
+ overflow: hidden; }
1460
+ #give-metabox-form-data .give-metabox-tabs li a span.give-label {
1461
+ width: 122px;
1462
+ display: inline-block; }
1463
+ #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li {
1464
+ background-color: #f1f1f1; }
1465
+ #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a {
1466
+ border-bottom-color: #e5e5e5; }
1467
+ #give-metabox-form-data .give-metabox-tabs li.active > a {
1468
+ color: #555;
1469
+ position: relative;
1470
+ background-color: #eee; }
1471
+ #give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active > a {
1472
+ background-color: #ddd; }
1473
+ #give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs {
1474
+ display: block;
1475
+ position: absolute;
1476
+ bottom: 0;
1477
+ left: 166px;
1478
+ width: 170px;
1479
+ max-height: 250px; }
1480
+
1481
+ @media only screen and (min-width: 851px) and (max-width: 1025px), (max-width: 550px) {
1482
+ #give-metabox-form-data ul.give-metabox-tabs {
1483
+ min-width: 40px; }
1484
+ #give-metabox-form-data ul.give-metabox-tabs li > a {
1485
+ text-align: center; }
1486
+ #give-metabox-form-data ul.give-metabox-tabs li > a:before {
1487
+ margin-right: 0;
1488
+ font-size: 15px; }
1489
+ #give-metabox-form-data ul.give-metabox-tabs li > a span.give-label {
1490
+ display: none; }
1491
+ #give-metabox-form-data ul.give-metabox-tabs li > a span.give-icon:before {
1492
+ margin: 0; }
1493
+ #give-metabox-form-data .give_options_panel {
1494
+ padding-left: 40px; }
1495
+ #give-metabox-form-data .give_options_panel .give-field-wrap {
1496
+ padding: 10px; }
1497
+ #give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label, #give-metabox-form-data .give_options_panel .give-field-wrap label {
1498
+ display: block;
1499
+ float: none;
1500
+ margin: 0 0 10px 0;
1501
+ font-size: 14px;
1502
+ width: 100%; } }
1503
+
1504
+ #give-export-payments .give_forms_categories,
1505
+ #give-export-payments .give_forms_tags {
1506
+ min-width: 250px;
1507
+ margin: 0 0 10px 0;
1508
+ display: block; }
1509
+ #give-export-payments .give_forms_categories input,
1510
+ #give-export-payments .give_forms_tags input {
1511
+ color: #999; }
1512
+
1513
+ #give-export-payments div.chosen-container:first-of-type {
1514
+ margin-top: 10px; }
1515
+
1516
+ #give-export-payments div.chosen-container ul.chosen-choices {
1517
+ border: 1px solid #ddd; }
1518
+ #give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input {
1519
+ border: 1px solid #ddd;
1520
+ height: 20px; }
1521
+
1522
+ #give-export-payments select {
1523
+ vertical-align: inherit;
1524
+ margin: 0;
1525
+ height: 26px;
1526
+ line-height: 26px;
1527
+ border: 1px solid #ddd; }
1528
+
1529
+ /*-------------------------------------
1530
+ Chosen Overrides
1531
+ -------------------------------------*/
1532
+ .chosen-container-single a.chosen-single {
1533
+ background: #FFF !important; }
1534
+
1535
+ /*-------------------------------------
1536
+ Doc Links
1537
+ -------------------------------------*/
1538
+ .give-docs-link {
1539
+ text-align: right;
1540
+ margin-right: 15px; }
1541
+ .give-docs-link a {
1542
+ color: #999;
1543
+ text-decoration: none;
1544
+ font-style: italic; }
1545
+ .give-docs-link a:hover {
1546
+ color: #0073aa; }
1547
+ .give-docs-link a span {
1548
+ font-style: normal; }
1549
+
1550
+ /**
1551
+ * Give Add-ons SCSS
1552
+ *
1553
+ * @description Add-on Styles
1554
+ * @package Give
1555
+ * @subpackage SCSS/Admin
1556
+ * @copyright Copyright (c) 2016, WordImpress
1557
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1558
+ */
1559
+ .type-download {
1560
+ float: left;
1561
+ margin: 0 1em 1em 0 !important;
1562
+ padding: 0;
1563
+ vertical-align: top;
1564
+ width: 280px;
1565
+ text-decoration: none;
1566
+ color: inherit;
1567
+ border: 1px solid #ddd;
1568
+ display: block;
1569
+ min-height: 365px;
1570
+ overflow: hidden;
1571
+ background: #f5f5f5;
1572
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1573
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1574
+ -webkit-transition-property: border, background, color;
1575
+ transition-property: border, background, color;
1576
+ -webkit-transition-duration: .05s;
1577
+ transition-duration: .05s;
1578
+ -webkit-transition-timing-function: ease-in-out;
1579
+ transition-timing-function: ease-in-out;
1580
+ position: relative; }
1581
+ .type-download:hover {
1582
+ border: 1px solid #d1d1d1; }
1583
+ .type-download > .featured-img img {
1584
+ border-bottom: 1px solid #ddd; }
1585
+ .type-download .addon-content {
1586
+ *zoom: 1;
1587
+ padding: 15px 20px; }
1588
+ .type-download .addon-content:before, .type-download .addon-content:after {
1589
+ content: " ";
1590
+ display: table; }
1591
+ .type-download .addon-content:after {
1592
+ clear: both; }
1593
+ .type-download .addon-content .addon-heading {
1594
+ margin: 0 0 10px; }
1595
+ .type-download .addon-content .addon-heading a {
1596
+ outline: none;
1597
+ text-decoration: none; }
1598
+ .type-download .addon-footer-wrap {
1599
+ border-top: 1px solid #ddd;
1600
+ position: absolute;
1601
+ bottom: 2px;
1602
+ left: 0;
1603
+ width: 100%;
1604
+ background-color: #FFF;
1605
+ padding: 15px 20px; }
1606
+
1607
+ .give-view-addons-all span.dashicons, .type-download span.dashicons {
1608
+ width: 16px;
1609
+ height: 16px;
1610
+ font-size: 14px;
1611
+ margin: 6px 0 0 0; }
1612
+
1613
+ .give-view-addons-all span.dashicons {
1614
+ margin-left: 3px; }
1615
+
1616
+ /**
1617
+ * Give Reports SCSS
1618
+ *
1619
+ * @description Payment History Styles
1620
+ * @package Give
1621
+ * @subpackage SCSS/Admin
1622
+ * @copyright Copyright (c) 2016, WordImpress
1623
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1624
+ */
1625
+ #give-dashboard-widgets-wrap .inside {
1626
+ padding-top: 0;
1627
+ padding-bottom: 0;
1628
+ /* counteract extra padding in Income Report graph */ }
1629
+ .give_forms_page_give-reports #give-dashboard-widgets-wrap .inside {
1630
+ padding-left: 0; }
1631
+ #give-dashboard-widgets-wrap .inside #give-graphs-filter {
1632
+ float: none; }
1633
+
1634
+ #give-dashboard-widgets-wrap .postbox {
1635
+ margin-bottom: 10px; }
1636
+
1637
+ #give-dashboard-widgets-wrap table.reports-table {
1638
+ clear: none; }
1639
+
1640
+ #give-dashboard-widgets-wrap #give-date-range-options {
1641
+ float: left; }
1642
+ #give-dashboard-widgets-wrap #give-date-range-options > span {
1643
+ float: left;
1644
+ line-height: 30px;
1645
+ font-style: italic;
1646
+ padding: 0 5px 0 0; }
1647
+
1648
+ #give-graphs-filter {
1649
+ float: right; }
1650
+ #give-graphs-filter .tablenav {
1651
+ margin: 0 0 0 17px; }
1652
+ #give-graphs-filter .tablenav .actions {
1653
+ padding: 0; }
1654
+
1655
+ .give-graph .y1Axis {
1656
+ color: #66bb6a !important; }
1657
+
1658
+ .give-graph .y2Axis {
1659
+ color: #546e7a !important; }
1660
+
1661
+ body.give_forms_page_give-reports h1.nav-tab-wrapper, body.give_forms_page_give-reports h2.nav-tab-wrapper, body.give_forms_page_give-payment-history h1.nav-tab-wrapper, body.give_forms_page_give-payment-history h2.nav-tab-wrapper {
1662
+ margin-bottom: 10px; }
1663
+
1664
+ body.give_forms_page_give-reports .actions, body.give_forms_page_give-payment-history .actions {
1665
+ padding-top: 0; }
1666
+
1667
+ body.give_forms_page_give-reports .pagination-links, body.give_forms_page_give-payment-history .pagination-links {
1668
+ margin-left: 10px; }
1669
+
1670
+ body.give_forms_page_give-reports p.donor-search, body.give_forms_page_give-payment-history p.donor-search {
1671
+ margin-right: 10px; }
1672
+
1673
+ body.give_forms_page_give-reports .tablenav-right .tablenav-pages, body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages {
1674
+ float: right; }
1675
+
1676
+ body.give_forms_page_give-reports .tablenav-right #give-reports-view, body.give_forms_page_give-payment-history .tablenav-right #give-reports-view {
1677
+ margin-top: 0; }
1678
+
1679
+ body.give_forms_page_give-reports .tablenav-right .actions, body.give_forms_page_give-payment-history .tablenav-right .actions {
1680
+ float: left; }
1681
+
1682
+ body.give_forms_page_give-reports p.search-box, body.give_forms_page_give-payment-history p.search-box {
1683
+ float: left; }
1684
+
1685
+ body.give_forms_page_give-reports .reports-table-nav.tablenav.top, body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top {
1686
+ width: 100%;
1687
+ float: none;
1688
+ margin: 0 0 10px; }
1689
+
1690
+ body.give_forms_page_give-reports .reports-forms-details-wrap.top, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top {
1691
+ float: right;
1692
+ overflow: hidden; }
1693
+ body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter {
1694
+ float: left; }
1695
+ body.give_forms_page_give-reports .reports-forms-details-wrap.top > .actions, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top > .actions {
1696
+ padding-right: 0; }
1697
+
1698
+ body.give_forms_page_give-reports .tablenav.bottom, body.give_forms_page_give-payment-history .tablenav.bottom {
1699
+ margin-top: 10px; }
1700
+
1701
+ body.give_forms_page_give-reports h2.reports-earnings-title, body.give_forms_page_give-payment-history h2.reports-earnings-title {
1702
+ margin: 7px 0 0; }
1703
+
1704
+ body.give_forms_page_give-reports .reports-views-wrap, body.give_forms_page_give-payment-history .reports-views-wrap {
1705
+ padding: 3px 0 0; }
1706
+
1707
+ body.give_forms_page_give-reports .wrap.give-reports-donors-wrap, body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap {
1708
+ margin-right: 0;
1709
+ margin-bottom: 10px; }
1710
+
1711
+ body.give_forms_page_give-reports .widefat tbody td, body.give_forms_page_give-reports .widefat tbody th, body.give_forms_page_give-payment-history .widefat tbody td, body.give_forms_page_give-payment-history .widefat tbody th {
1712
+ padding-top: 12px;
1713
+ padding-bottom: 12px; }
1714
+
1715
+ body.give_forms_page_give-reports table.export-options-table tbody td {
1716
+ padding: 20px 12px;
1717
+ vertical-align: top; }
1718
+
1719
+ body.give_forms_page_give-reports table.export-options-table .give-export-form {
1720
+ position: relative; }
1721
+ body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap {
1722
+ background-color: transparent;
1723
+ padding: 12px 12px 4px;
1724
+ margin: 2px 0 -16px -11px;
1725
+ overflow: auto; }
1726
+ body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner {
1727
+ margin: -2px -12px 8px 0; }
1728
+
1729
+ body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input, body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input {
1730
+ width: 100px; }
1731
+
1732
+ #export-donor-options-wrap p {
1733
+ padding: 20px 0 0;
1734
+ margin: 0;
1735
+ font-weight: bold; }
1736
+
1737
+ #export-donor-options-wrap ul {
1738
+ max-width: 900px;
1739
+ overflow: hidden; }
1740
+ #export-donor-options-wrap ul li {
1741
+ margin: 0;
1742
+ padding: 0 5px 5px 0;
1743
+ box-sizing: border-box;
1744
+ float: left;
1745
+ width: 33%; }
1746
+
1747
+ .settings-excludes-list {
1748
+ max-height: 120px;
1749
+ overflow: auto;
1750
+ padding: 0.5rem;
1751
+ border: 1px solid #ddd; }
1752
+
1753
+ .settings-excludes-list li {
1754
+ margin: 3px 0; }
1755
+
1756
+ #give-tools-recount-form .notice-wrap {
1757
+ position: relative;
1758
+ min-height: 25px;
1759
+ margin: 10px -12px -12px;
1760
+ background: #EFEFEF;
1761
+ padding: 10px 12px 12px;
1762
+ border-top: 1px solid #E5E5E5; }
1763
+ #give-tools-recount-form .notice-wrap .give-progress {
1764
+ position: absolute;
1765
+ top: 15px; }
1766
+ #give-tools-recount-form .notice-wrap .spinner {
1767
+ position: absolute;
1768
+ right: 14px;
1769
+ top: 13px;
1770
+ margin: 0; }
1771
+ #give-tools-recount-form .notice-wrap #give-batch-success {
1772
+ margin-bottom: 6px; }
1773
+
1774
+ .recount-stats-controls form {
1775
+ display: inline; }
1776
+
1777
+ .give-recount-stats-descriptions {
1778
+ margin: 8px 0 0;
1779
+ display: block; }
1780
+ .give-recount-stats-descriptions span {
1781
+ line-height: 24px;
1782
+ font-size: 13px;
1783
+ font-style: italic;
1784
+ font-weight: normal;
1785
+ color: #aaa;
1786
+ margin: 0;
1787
+ display: none; }
1788
+
1789
+ .gateways-report-tablenav .actions.bulkactions {
1790
+ padding-right: 0; }
1791
+
1792
+ table.give-table td {
1793
+ vertical-align: middle; }
1794
+
1795
+ table.give-table td.row-title h3 {
1796
+ margin: 0 0 0.4em;
1797
+ font-size: 1.2em; }
1798
+
1799
+ table.give-table td.row-title p {
1800
+ font-size: 13px;
1801
+ font-style: italic;
1802
+ font-weight: normal;
1803
+ color: #aaa;
1804
+ margin: 0; }
1805
+
1806
+ #give-graphs-filter > .tablenav {
1807
+ height: auto; }
1808
+
1809
+ #give-logs-filter .search-box {
1810
+ float: right; }
1811
+
1812
+ #give-logs-filter .tablenav.top {
1813
+ float: left;
1814
+ clear: none;
1815
+ margin-top: 0; }
1816
+
1817
+ /**
1818
+ * Give Admin Welcome SCSS
1819
+ *
1820
+ * @description Displays when user activates the plugin
1821
+ * @package Give
1822
+ * @subpackage SCSS/Admin
1823
+ * @copyright Copyright (c) 2016, WordImpress
1824
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1825
+ */
1826
+ .welcome-h1 {
1827
+ display: inline-block;
1828
+ margin-right: 15px !important; }
1829
+
1830
+ .about-wrap h3 {
1831
+ margin: 1.5em 0 .6em; }
1832
+
1833
+ .about-wrap img {
1834
+ border: none; }
1835
+
1836
+ .give-badge {
1837
+ padding-top: 150px;
1838
+ height: 52px;
1839
+ width: 185px;
1840
+ color: #FFF;
1841
+ font-weight: bold;
1842
+ font-size: 14px;
1843
+ text-align: center;
1844
+ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
1845
+ margin: 0 -5px;
1846
+ position: absolute;
1847
+ top: 0;
1848
+ right: 0; }
1849
+
1850
+ .introduction {
1851
+ padding: 0 0 20px;
1852
+ margin: 0 0 20px; }
1853
+
1854
+ .feature-section {
1855
+ margin-top: 40px; }
1856
+ .feature-section span.dashicons {
1857
+ width: 16px;
1858
+ height: 16px;
1859
+ font-size: 14px;
1860
+ margin: 6px 0 0 0; }
1861
+ .feature-section .feature-section-item {
1862
+ width: 48%;
1863
+ float: left; }
1864
+ .feature-section div.last-feature {
1865
+ margin-right: 0;
1866
+ margin-left: 4%; }
1867
+
1868
+ [class^="dashboard_page_give-"] .about-text, [class*="dashboard_page_give-"] .about-text {
1869
+ min-height: 0; }
1870
+
1871
+ .social-items-wrap {
1872
+ display: inline-block; }
1873
+ .social-items-wrap > div {
1874
+ display: inline-block; }
1875
+ .social-items-wrap .twitter-item-wrap {
1876
+ margin: 0 20px 10px 0; }
1877
+
1878
+ .wp-person img {
1879
+ border-radius: 50%; }
1880
+
1881
+ .wp-person a.web {
1882
+ margin: 17px 0 0;
1883
+ font-weight: bold;
1884
+ font-style: italic; }
1885
+
1886
+ .newsletter-intro {
1887
+ font-size: 13px;
1888
+ font-style: italic;
1889
+ color: #777; }
1890
+
1891
+ .give-newsletter-form-wrap {
1892
+ margin: 10px 0 20px -5px;
1893
+ max-width: 700px; }
1894
+ .give-newsletter-form-wrap td {
1895
+ padding: 3px; }
1896
+ .give-newsletter-form-wrap div.give-newsletter-confirmation {
1897
+ background: #fff;
1898
+ -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
1899
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
1900
+ margin: 5px 10px 4px 5px;
1901
+ padding: 1px 12px;
1902
+ border-left: 4px solid #7ad03a;
1903
+ display: none; }
1904
+ .give-newsletter-form-wrap div.give-newsletter-confirmation > p {
1905
+ margin: 0.5em 0;
1906
+ padding: 2px; }
1907
+
1908
+ /**
1909
+ * Give Logs SCSS
1910
+ *
1911
+ * @description Payment History Styles
1912
+ * @package Give
1913
+ * @subpackage SCSS/Admin
1914
+ * @copyright Copyright (c) 2016, WordImpress
1915
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1916
+ */
1917
+ #give_donor_export_form {
1918
+ margin: 0 0 5px; }
1919
+
1920
+ #give-payments-filter .give-donation-status {
1921
+ display: inline-block; }
1922
+
1923
+ .column-status .give-donation-status, .column-status .give-test-mode-transactions-label {
1924
+ display: inline-block; }
1925
+
1926
+ .column-status .give-test-mode-transactions-label {
1927
+ margin: 0 5px;
1928
+ vertical-align: middle; }
1929
+
1930
+ /**
1931
+ * Give Settings SCSS
1932
+ *
1933
+ * @package Give
1934
+ * @subpackage SCSS/Admin
1935
+ * @copyright Copyright (c) 2016, WordImpress
1936
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1937
+ */
1938
+ .give-settings-page .give-settings-heading-sep {
1939
+ font-size: 14px;
1940
+ line-height: 32px;
1941
+ width: 15px; }
1942
+
1943
+ .give-settings-page .nav-tab-wrapper {
1944
+ margin-bottom: 5px;
1945
+ overflow: visible; }
1946
+
1947
+ .give-settings-page .cmb2-wrap .cmb-type-checkbox input[type="checkbox"] {
1948
+ display: block;
1949
+ margin-bottom: 5px; }
1950
+
1951
+ .give-settings-page div.give-submit-wrap {
1952
+ margin: 20px 0; }
1953
+
1954
+ .give-settings-page .give_forms_page_give-payment-history .postbox .hndle {
1955
+ cursor: default; }
1956
+
1957
+ .give-settings-page .give-input-field {
1958
+ width: 25em; }
1959
+
1960
+ .give-settings-page table table input[type="text"] {
1961
+ width: 15em; }
1962
+
1963
+ .give-settings-page .give-repeat-setting-field {
1964
+ margin: 10px 0; }
1965
+
1966
+ .give-settings-page .give-remove-setting-field {
1967
+ width: 25px;
1968
+ height: 25px;
1969
+ padding: 0;
1970
+ text-align: center;
1971
+ line-height: 22px;
1972
+ font-size: 21px;
1973
+ font-weight: 300;
1974
+ cursor: pointer;
1975
+ margin-left: 20px;
1976
+ display: inline-block; }
1977
+
1978
+ .give-settings-page .give-remove-setting-field:hover {
1979
+ background-color: red;
1980
+ color: white;
1981
+ border-radius: 30px; }
1982
+
1983
+ .give-settings-page .give-forminp p:first-child .give-remove-setting-field {
1984
+ display: none; }
1985
+
1986
+ .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) {
1987
+ background: #f4f3f3; }
1988
+ .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th {
1989
+ vertical-align: middle; }
1990
+
1991
+ .give-settings-page .export-options-table .give-import-dropdown:nth-child(2),
1992
+ .give-settings-page .export-options-table tr.give-import-option th:first-child {
1993
+ width: 250px; }
1994
+
1995
+ .give-setting-tab-header {
1996
+ clear: both;
1997
+ overflow: hidden;
1998
+ margin: 30px 0; }
1999
+ .give-setting-tab-header h2 {
2000
+ margin-top: 8px; }
2001
+ .give-setting-tab-header p {
2002
+ margin-bottom: 0; }
2003
+
2004
+ .give-radio-inline ul {
2005
+ margin-top: 0; }
2006
+
2007
+ .give-radio-inline li {
2008
+ display: inline-block;
2009
+ margin: 0 0 0 15px; }
2010
+
2011
+ .give-radio-inline li:first-child {
2012
+ margin-left: 0; }
2013
+
2014
+ .give-tools-setting-page .bulkactions {
2015
+ overflow: visible; }
2016
+
2017
+ .form-table td.give-radio-inline fieldset li > label {
2018
+ margin: 5px 0 0 !important; }
2019
+
2020
+ p.give-field-description,
2021
+ div.give-field-description,
2022
+ .cmb2-metabox-description {
2023
+ color: #aaaaaa;
2024
+ font-style: italic;
2025
+ font-size: 13px !important; }
2026
+
2027
+ .cmb-type-give-title label,
2028
+ .give-setting-tab-header h2 {
2029
+ float: left;
2030
+ display: inline-block;
2031
+ width: 220px;
2032
+ font-style: italic;
2033
+ color: #AAA;
2034
+ margin: 0;
2035
+ font-size: 14px; }
2036
+
2037
+ .postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {
2038
+ border-bottom: 1px solid #e9e9e9;
2039
+ border-top: none; }
2040
+
2041
+ .cmb-type-enabled-gateways .cmb-td > p:first-of-type {
2042
+ display: none; }
2043
+
2044
+ .cmb-type-checkbox .cmb-td {
2045
+ width: 80%; }
2046
+ .cmb-type-checkbox .cmb-td label {
2047
+ font-size: 13px; }
2048
+
2049
+ /* Responsive Settings Rows */
2050
+ .give_settings .cmb2-wrap .cmb-row {
2051
+ display: table-row; }
2052
+ .give_settings .cmb2-wrap .cmb-row > .cmb-th, .give_settings .cmb2-wrap .cmb-row > .cmb-td {
2053
+ display: table-cell;
2054
+ float: none; }
2055
+
2056
+ /* Custom Title Separators */
2057
+ .cmb2-id-give-title label {
2058
+ font-style: italic;
2059
+ color: #AAA;
2060
+ cursor: default; }
2061
+
2062
+ .cmb2-id-give-title > div.cmb-th {
2063
+ padding-bottom: 10px; }
2064
+
2065
+ .cmb2-id-give-title > div.cmb-td {
2066
+ padding-bottom: 5px; }
2067
+
2068
+ .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle {
2069
+ padding: 3px 4px 0 0;
2070
+ font-size: 15px;
2071
+ font-weight: normal;
2072
+ color: #bdbdbd;
2073
+ cursor: move; }
2074
+ .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover {
2075
+ color: #333; }
2076
+
2077
+ .give-email-tags-wrap {
2078
+ margin: 5px 0 0; }
2079
+ .give-email-tags-wrap code {
2080
+ font-style: normal;
2081
+ padding: 1px 2px;
2082
+ font-size: 12px; }
2083
+ .give-email-tags-wrap span {
2084
+ display: block;
2085
+ color: #AAA;
2086
+ font-style: italic;
2087
+ margin: 0 0 2px;
2088
+ font-size: 13px; }
2089
+ .give-email-tags-wrap .give_price_tag {
2090
+ display: none; }
2091
+
2092
+ .give-settings-email-settings-section .tablenav {
2093
+ display: none; }
2094
+
2095
+ .give-settings-email-settings-section .give-setting-tab-header-emails {
2096
+ margin: 0 0 20px; }
2097
+ .give-settings-email-settings-section .give-setting-tab-header-emails hr {
2098
+ display: none; }
2099
+
2100
+ .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails {
2101
+ margin: 20px 0; }
2102
+ .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails hr {
2103
+ display: block; }
2104
+
2105
+ .giveemailnotifications .check-column {
2106
+ padding: 13px 10px 0 20px !important; }
2107
+
2108
+ .giveemailnotifications td.check-column input {
2109
+ display: none; }
2110
+
2111
+ .giveemailnotifications th.check-column .give-email-notification-status {
2112
+ color: white;
2113
+ cursor: pointer; }
2114
+ .giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons {
2115
+ border-radius: 1em;
2116
+ padding: 2px; }
2117
+
2118
+ .giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes,
2119
+ .giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt {
2120
+ background: #46b450; }
2121
+
2122
+ .giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock {
2123
+ color: #46b450; }
2124
+
2125
+ .giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt,
2126
+ .giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes {
2127
+ background: #bbbbbb; }
2128
+
2129
+ .giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock {
2130
+ color: #bbbbbb; }
2131
+
2132
+ .giveemailnotifications th.check-column .dashicons-no-alt:hover:before {
2133
+ content: "\f147" !important; }
2134
+
2135
+ .giveemailnotifications th.check-column .dashicons-yes:hover:before {
2136
+ content: "\f335" !important; }
2137
+
2138
+ .giveemailnotifications .spinner.is-active {
2139
+ margin: 0 0 0 2px;
2140
+ float: none; }
2141
+
2142
+ #system-info-textarea {
2143
+ width: 800px;
2144
+ height: 600px;
2145
+ font-family: Menlo, Monaco, monospace;
2146
+ background: #FFF;
2147
+ white-space: pre;
2148
+ overflow: auto;
2149
+ display: block;
2150
+ /*rtl:ignore*/
2151
+ direction: ltr; }
2152
+
2153
+ #give-download-sysinfo {
2154
+ margin: 0; }
2155
+
2156
+ #api .tablenav .actions {
2157
+ overflow: visible; }
2158
+
2159
+ a.give-delete {
2160
+ color: #a00; }
2161
+
2162
+ .give-settings-wrap-licenses .give-license-deactivate {
2163
+ margin: 1px 0 0 10px;
2164
+ height: 30px; }
2165
+
2166
+ .give-settings-wrap-licenses .give-license-field {
2167
+ background: #FFF url("../images/close.png") no-repeat;
2168
+ background-position: 98.5% center;
2169
+ background-size: 18px; }
2170
+
2171
+ .give-settings-wrap-licenses .give-license-active, .give-settings-wrap-licenses .give-license-active:focus {
2172
+ background-image: url("../images/tick.png");
2173
+ background-color: #FFF;
2174
+ background-repeat: no-repeat;
2175
+ background-position: 98.5% center;
2176
+ outline: none;
2177
+ background-size: 16px;
2178
+ width: 100%; }
2179
+
2180
+ /* Addon grid design */
2181
+ .give-settings-page .give-settings-wrap-licenses {
2182
+ display: block;
2183
+ position: relative;
2184
+ float: left;
2185
+ width: 30.5%;
2186
+ min-height: 180px;
2187
+ margin: 20px 1% 20px 0; }
2188
+
2189
+ .give-settings-page .give-license-key label {
2190
+ margin: 0 0 0 10px;
2191
+ padding: 10px 0;
2192
+ display: block;
2193
+ font-size: 14px;
2194
+ font-weight: 600;
2195
+ cursor: default; }
2196
+
2197
+ .give-settings-page .give-license-block {
2198
+ margin: 0 10px; }
2199
+
2200
+ .give-settings-page input[type="text"].give-license-field,
2201
+ .give-settings-page input[type="password"].give-license-field {
2202
+ width: 100%; }
2203
+
2204
+ .give-settings-page .give-license-block input[type="submit"] {
2205
+ position: absolute;
2206
+ top: 3px;
2207
+ right: 10px;
2208
+ height: 24px;
2209
+ line-height: 22px;
2210
+ padding: 0 8px 1px;
2211
+ font-size: 11px; }
2212
+
2213
+ .give-settings-page .give-license-status-notice {
2214
+ background: #fff;
2215
+ border-left: 4px solid #fff;
2216
+ -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
2217
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
2218
+ margin: 5px 0 2px;
2219
+ padding: 1px 12px; }
2220
+ .give-settings-page .give-license-status-notice p {
2221
+ padding: 10px 0;
2222
+ margin: 0; }
2223
+ .give-settings-page .give-license-status-notice a {
2224
+ color: #444;
2225
+ cursor: pointer; }
2226
+ .give-settings-page .give-license-status-notice a:hover {
2227
+ text-decoration: none; }
2228
+
2229
+ .give-settings-page .give-license-status-notice.give-license-expires-soon {
2230
+ border-color: #00a0d2; }
2231
+
2232
+ .give-settings-page .give-license-status-notice.give-inactive,
2233
+ .give-settings-page .give-license-status-notice.give-license-expired {
2234
+ border-color: #e24e4e; }
2235
+
2236
+ .give-settings-page .give-license-status-notice.give-license-error,
2237
+ .give-settings-page .give-license-status-notice.give-license-no_activations_left,
2238
+ .give-settings-page .give-license-status-notice.give-license-missing,
2239
+ .give-settings-page .give-license-status-notice.give-license-invalid,
2240
+ .give-settings-page .give-license-status-notice.give-license-site_inactive,
2241
+ .give-settings-page .give-license-status-notice.give-license-item_name_mismatch {
2242
+ border-color: orange; }
2243
+
2244
+ .give-settings-page .give-license-status-notice.give-license-lifetime-notice,
2245
+ .give-settings-page .give-license-status-notice.give-license-expiration-date {
2246
+ border-color: #46b450; }
2247
+
2248
+ .give-settings-page .give-license-status-notice.give-license-expires-soon a:hover,
2249
+ .give-settings-page .give-license-status-notice.give-license-expired a:hover {
2250
+ text-decoration: none; }
2251
+
2252
+ /* Responsive fixes: Addon grid design */
2253
+ @media screen and (max-width: 1100px) {
2254
+ .give-settings-page .give-settings-wrap-licenses {
2255
+ width: 45%;
2256
+ min-height: 150px; } }
2257
+
2258
+ @media screen and (max-width: 600px) {
2259
+ .give-settings-page .give-settings-wrap-licenses {
2260
+ width: 100%;
2261
+ max-width: 320px; } }
2262
+
2263
+ /* Tables */
2264
+ .give-table thead th {
2265
+ padding: 8px 10px !important; }
2266
+
2267
+ .give_settings .cmb-td hr + hr {
2268
+ display: none; }
2269
+
2270
+ .post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area {
2271
+ min-height: 400px; }
2272
+
2273
+ .give-field-description {
2274
+ color: #aaaaaa;
2275
+ font-style: italic;
2276
+ margin: 0;
2277
+ padding-top: .5em; }
2278
+
2279
+ h2.give-nav-tab-wrapper {
2280
+ overflow: hidden;
2281
+ height: 35px; }
2282
+
2283
+ @media screen and (max-width: 600px) {
2284
+ .give-nav-tab-wrapper {
2285
+ position: relative;
2286
+ padding-top: 0 !important; }
2287
+ .give-nav-tab-wrapper > a {
2288
+ width: 100%;
2289
+ box-sizing: border-box;
2290
+ margin: 0;
2291
+ background-color: #ffffff;
2292
+ border: 1px solid #cccccc; }
2293
+ .give-nav-tab-wrapper > a:hover {
2294
+ border-bottom: 1px solid #ccc; }
2295
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper {
2296
+ position: absolute;
2297
+ top: 0;
2298
+ right: 0; }
2299
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav {
2300
+ height: 28px;
2301
+ width: 30px;
2302
+ border-radius: 0;
2303
+ margin: 0; }
2304
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav > span.dashicons {
2305
+ margin: 6px auto 0;
2306
+ display: block; }
2307
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
2308
+ top: 35px;
2309
+ right: 0;
2310
+ left: auto; }
2311
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
2312
+ background: #ffffff; }
2313
+ .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover {
2314
+ background: #e5e5e5; }
2315
+ .give-mobile-hidden {
2316
+ display: none; } }
2317
+
2318
+ .give-sub-nav-tab-wrapper {
2319
+ position: relative;
2320
+ display: inline-block;
2321
+ z-index: 9999;
2322
+ float: left; }
2323
+ .give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
2324
+ border: 1px solid #ccc;
2325
+ border-bottom: 0;
2326
+ position: absolute;
2327
+ top: 35px;
2328
+ right: 0; }
2329
+ .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
2330
+ float: left;
2331
+ background: white;
2332
+ padding: 6px 10px;
2333
+ clear: both;
2334
+ text-decoration: none;
2335
+ border-bottom: 1px solid #ccc;
2336
+ min-width: 170px;
2337
+ color: #555;
2338
+ font-size: 14px; }
2339
+ .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover {
2340
+ background: #ffffff; }
2341
+
2342
+ .give-sub-nav-tab-wrapper {
2343
+ display: none; }
2344
+
2345
+ #give-show-sub-nav {
2346
+ text-decoration: none;
2347
+ padding: 3px 4px;
2348
+ border-bottom: 1px solid #ccc;
2349
+ line-height: 0;
2350
+ background: white;
2351
+ border-radius: 4px;
2352
+ margin-top: 5px; }
2353
+ #give-show-sub-nav > span.dashicons {
2354
+ font-size: 16px;
2355
+ height: 16px;
2356
+ width: 16px; }
2357
+
2358
+ #give-show-sub-nav:hover, #give-show-sub-nav:active {
2359
+ outline: none;
2360
+ box-shadow: inset 0px 0px 4px #ddd; }
2361
+
2362
+ .give-image-thumb {
2363
+ position: relative;
2364
+ margin-top: 14px; }
2365
+ .give-image-thumb span.give-delete-image-thumb {
2366
+ position: absolute;
2367
+ background: red;
2368
+ color: white;
2369
+ border-radius: 30px;
2370
+ left: -10px;
2371
+ top: -10px;
2372
+ cursor: pointer; }
2373
+ .give-image-thumb img {
2374
+ max-width: 250px;
2375
+ border: 4px solid white; }
2376
+
2377
+ /**
2378
+ * Give Payment History SCSS
2379
+ *
2380
+ * @description Payment History Styles
2381
+ * @package Give
2382
+ * @subpackage SCSS/Admin
2383
+ * @copyright Copyright (c) 2016, WordImpress
2384
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2385
+ */
2386
+ .give-filters {
2387
+ clear: both;
2388
+ background: #f5f5f5;
2389
+ border: 1px solid #dfdfdf;
2390
+ padding: 12px 12px 0 12px; }
2391
+ .give-filters .give-donation-forms-filter .chosen-single {
2392
+ height: 28px;
2393
+ line-height: 28px; }
2394
+ .give-filters .chosen-container-single .chosen-single div b {
2395
+ background-position: 0 4px; }
2396
+ .give-filters .chosen-container-active.chosen-with-drop .chosen-single div b {
2397
+ background-position: -18px 6px; }
2398
+ .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter {
2399
+ display: inline-block;
2400
+ width: 300px; }
2401
+ @media screen and (max-width: 782px) {
2402
+ .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter {
2403
+ width: 100%; } }
2404
+ .give-filters #give_donation_forms_filter {
2405
+ width: 255px; }
2406
+ @media screen and (max-width: 782px) {
2407
+ .give-filters #give_donation_forms_filter {
2408
+ width: 100%;
2409
+ max-width: 100%; } }
2410
+ .give-filters:after {
2411
+ content: "";
2412
+ display: table;
2413
+ clear: both; }
2414
+
2415
+ .give-filter {
2416
+ display: block;
2417
+ margin-bottom: 12px;
2418
+ width: 100%; }
2419
+ .give-filter:after {
2420
+ content: "";
2421
+ display: table;
2422
+ clear: both; }
2423
+ .give-filter label {
2424
+ display: block;
2425
+ margin-right: 4px; }
2426
+ .give-filter input {
2427
+ margin: 0; }
2428
+ .give-filter input[type="text"] {
2429
+ height: 28px;
2430
+ width: 100%; }
2431
+ .give-filter input[type="text"],
2432
+ .give-filter input[type="search"] {
2433
+ height: 28px; }
2434
+ .give-filter .button {
2435
+ height: 28px;
2436
+ line-height: 26px;
2437
+ margin: 0;
2438
+ padding: 0 10px 1px; }
2439
+ .give-filter select {
2440
+ width: 100%; }
2441
+ @media screen and (min-width: 783px) {
2442
+ .give-filter {
2443
+ float: left;
2444
+ margin-right: 18px;
2445
+ width: auto; }
2446
+ .give-filter label {
2447
+ display: inline-block; }
2448
+ .give-filter input[type="text"] {
2449
+ display: inline-block;
2450
+ width: 144px; } }
2451
+
2452
+ .give-filter-search input[type="search"] {
2453
+ display: block;
2454
+ float: left;
2455
+ width: 68%; }
2456
+
2457
+ .give-filter-search input[type="submit"] {
2458
+ display: block;
2459
+ float: right;
2460
+ width: 30%; }
2461
+
2462
+ @media screen and (min-width: 783px) {
2463
+ .give-filter-search input[type="search"] {
2464
+ display: inline-block;
2465
+ margin-right: 4px;
2466
+ width: 144px; }
2467
+ .give-filter-search input[type="submit"] {
2468
+ display: inline-block;
2469
+ width: auto; } }
2470
+
2471
+ @media screen and (min-width: 600px) {
2472
+ .give-filter-half {
2473
+ float: left;
2474
+ width: 49%; }
2475
+ .give-filter-half:last-child {
2476
+ float: right; } }
2477
+
2478
+ @media screen and (min-width: 783px) {
2479
+ .give-filter-half {
2480
+ width: auto; }
2481
+ .give-filter-half:last-child {
2482
+ float: left; }
2483
+ .give-filter-half input[type="text"] {
2484
+ width: 96px; } }
2485
+
2486
+ .give-clear-filters-button {
2487
+ margin-left: 8px; }
2488
+
2489
+ .give-submit-wrap {
2490
+ clear: both;
2491
+ background: #f5f5f5;
2492
+ border: 1px solid #dfdfdf;
2493
+ margin: 8px 0;
2494
+ padding: 12px;
2495
+ font-size: 13px;
2496
+ line-height: 2.1em; }
2497
+
2498
+ #give-payment-filters ul.subsubsub {
2499
+ margin-bottom: 8px; }
2500
+
2501
+ #give-payments-advanced-filter ul.subsubsub {
2502
+ margin-bottom: 12px; }
2503
+
2504
+ #give-payments-filter .tablenav.top {
2505
+ float: none; }
2506
+ #give-payments-filter .tablenav.top .bulkactions {
2507
+ margin-top: 1px;
2508
+ padding-top: 0; }
2509
+
2510
+ #give-payments-filter .give-email-column-value {
2511
+ font-size: 14px;
2512
+ font-weight: bold; }
2513
+
2514
+ #give-payments-filter #the-list .check-column input {
2515
+ margin-top: 1px; }
2516
+
2517
+ #give-payments-filter .column-details {
2518
+ width: 50px; }
2519
+
2520
+ #give-payments-filter .column-amount {
2521
+ width: 120px; }
2522
+
2523
+ tr.status-refunded td {
2524
+ background: #cecece;
2525
+ border-top-color: #ccc; }
2526
+
2527
+ .wp-list-table.forms th#date {
2528
+ width: 140px; }
2529
+
2530
+ .give-mobile-link {
2531
+ line-height: 32px;
2532
+ vertical-align: middle; }
2533
+
2534
+ .give-mobile-link img {
2535
+ max-width: 80%;
2536
+ height: auto;
2537
+ float: left; }
2538
+
2539
+ .give-donation-status > span {
2540
+ display: inline-block;
2541
+ width: 12px;
2542
+ height: 12px;
2543
+ position: relative;
2544
+ top: 1px;
2545
+ margin: 0;
2546
+ padding: 0;
2547
+ border-radius: 50%;
2548
+ background: #888;
2549
+ line-height: 16px; }
2550
+
2551
+ .give-donation-status.status-pending > span {
2552
+ background-color: #ffba00; }
2553
+
2554
+ .give-donation-status.status-complete > span, .give-donation-status.status-publish > span {
2555
+ background-color: #7ad03a; }
2556
+
2557
+ .give-donation-status.status-refunded > span {
2558
+ background-color: #777; }
2559
+
2560
+ .give-donation-status.status-failed > span {
2561
+ background-color: #a00; }
2562
+
2563
+ .give-donation-status.status-abandoned > span {
2564
+ background-color: #333; }
2565
+
2566
+ .give-donation-status.status-revoked > span {
2567
+ background-color: #d9534f; }
2568
+
2569
+ .give-donation-status.status-subscription > span, .give-donation-status.status-renewal > span, .give-donation-status.status-give_subscription > span {
2570
+ background-color: #5bc0de; }
2571
+
2572
+ #test-payment-label {
2573
+ padding: .2em .4em .3em;
2574
+ font-size: 11px;
2575
+ line-height: 1;
2576
+ color: #fff;
2577
+ text-align: center;
2578
+ white-space: nowrap;
2579
+ vertical-align: baseline;
2580
+ border-radius: .25em;
2581
+ background-color: #ffba00;
2582
+ margin: 0 15px;
2583
+ vertical-align: middle; }
2584
+ #test-payment-label:hover {
2585
+ color: #fff;
2586
+ text-decoration: none; }
2587
+
2588
+ #give-payments-filter .give-payment-id {
2589
+ padding: .2em .4em .3em;
2590
+ font-size: 11px;
2591
+ line-height: 1;
2592
+ color: #fff;
2593
+ text-align: center;
2594
+ white-space: nowrap;
2595
+ vertical-align: baseline;
2596
+ border-radius: .25em;
2597
+ font-weight: normal; }
2598
+ #give-payments-filter .give-payment-id:hover {
2599
+ color: #fff;
2600
+ text-decoration: none; }
2601
+
2602
+ #give-payments-filter .column-details {
2603
+ padding-right: 30px; }
2604
+
2605
+ #give-payments-filter .give-donation-status {
2606
+ display: inline-block; }
2607
+
2608
+ #give-order-update .give-donation-status {
2609
+ display: inline-block;
2610
+ float: none;
2611
+ margin: 0 10px;
2612
+ position: relative;
2613
+ top: 3px; }
2614
+
2615
+ .column-donation_form .donation-level-text-wrap {
2616
+ font-style: italic;
2617
+ display: block; }
2618
+
2619
+ /*---------------------
2620
+ Responsiveness
2621
+ ---------------------------*/
2622
+ @media handheld, only screen and (max-width: 640px) {
2623
+ .wp-list-table.forms th {
2624
+ width: auto !important; } }
2625
+
2626
+ .download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {
2627
+ margin-left: -8px;
2628
+ margin-top: -8px; }
2629
+
2630
+ /* Payment Details
2631
+ -------------------------------------------------------------- */
2632
+ .give-admin-box .label {
2633
+ font-weight: 600; }
2634
+
2635
+ .give-admin-box-inside {
2636
+ margin: 0;
2637
+ padding: 3px 10px;
2638
+ clear: both;
2639
+ border-bottom: 1px solid #eee; }
2640
+
2641
+ .give-admin-box-inside .strong {
2642
+ font-weight: 600; }
2643
+
2644
+ .give-admin-box .right {
2645
+ float: right; }
2646
+
2647
+ #give-order-update .inside,
2648
+ #give-order-details .inside {
2649
+ margin: 0;
2650
+ padding: 0; }
2651
+
2652
+ #give-order-update input.give_datepicker {
2653
+ width: 180px; }
2654
+
2655
+ #give-order-update input[type="number"].give-payment-time-hour,
2656
+ #give-order-update input[type="number"].give-payment-time-min {
2657
+ width: 50px; }
2658
+
2659
+ .give-admin-box-inside:last-child {
2660
+ border-bottom: 0; }
2661
+
2662
+ #give-edit-order-form .data-payment-key {
2663
+ word-break: break-all; }
2664
+
2665
+ .give-order-update-box #major-publishing-actions .button-secondary {
2666
+ margin-right: 10px; }
2667
+
2668
+ #give-donation-overview th {
2669
+ text-align: left; }
2670
+
2671
+ #give-donation-overview .give-select-chosen {
2672
+ width: 97%; }
2673
+
2674
+ #give-edit-order-form .row {
2675
+ margin-top: 10px; }
2676
+
2677
+ #give-donation-overview ul,
2678
+ #give-order-address-country-wrap select,
2679
+ #give-donor-details .order-data-address input,
2680
+ #give-edit-order-form .column input,
2681
+ #give-donor-details .order-data-column p.data input {
2682
+ clear: both;
2683
+ display: block; }
2684
+
2685
+ .give-order-data input.small-text {
2686
+ margin: 0; }
2687
+
2688
+ #give-order-update span.label {
2689
+ display: inline;
2690
+ width: 50px; }
2691
+
2692
+ .give-order-update-box .button-primary {
2693
+ margin-right: 0; }
2694
+
2695
+ #give-edit-order-form .column .description {
2696
+ padding-right: 10px; }
2697
+
2698
+ #give-edit-order-form .column,
2699
+ #give-donation-overview .row > ul > li,
2700
+ #give-donation-overview .inside > ul > li {
2701
+ display: inline-block;
2702
+ position: relative;
2703
+ vertical-align: top; }
2704
+
2705
+ #give-donation-overview ul {
2706
+ font-size: 0; }
2707
+ #give-donation-overview ul li {
2708
+ font-size: 13px; }
2709
+ #give-donation-overview ul li.actions {
2710
+ text-align: right;
2711
+ min-width: 200px; }
2712
+ #give-donation-overview ul li.remove {
2713
+ text-align: right; }
2714
+ #give-donation-overview ul .row {
2715
+ padding: 12px;
2716
+ border-bottom: 1px solid #eee; }
2717
+
2718
+ #give-order-data .data span {
2719
+ color: #666;
2720
+ font-weight: 600; }
2721
+
2722
+ input.give-price-field {
2723
+ width: 80px;
2724
+ padding: 3px 5px; }
2725
+
2726
+ .give_forms_page_give-payment-history.js .postbox .hndle {
2727
+ cursor: default; }
2728
+
2729
+ #give-payment-notes textarea {
2730
+ min-height: 150px; }
2731
+
2732
+ #give-payment-notes #give-add-payment-note {
2733
+ margin: 6px 0 15px; }
2734
+
2735
+ #give-billing-details .column > div {
2736
+ margin: 0 0 10px; }
2737
+
2738
+ #give-billing-details label {
2739
+ display: block;
2740
+ margin-bottom: 5px; }
2741
+
2742
+ #give-billing-details .column-container {
2743
+ padding: 5px 0 10px; }
2744
+
2745
+ #give-billing-details input[type="text"] {
2746
+ width: 98%; }
2747
+
2748
+ #give-billing-details .chosen-container {
2749
+ width: 98% !important; }
2750
+
2751
+ @media screen and (min-width: 1200px) {
2752
+ #give-edit-order-form .column {
2753
+ width: 33%; }
2754
+ #give-order-address .column {
2755
+ width: 49%; }
2756
+ #give-donation-overview.columns-4 li.actions {
2757
+ width: 25%;
2758
+ margin-top: 0;
2759
+ margin-right: 0; } }
2760
+
2761
+ @media screen and (max-width: 1199px) {
2762
+ #give-edit-order-form .column {
2763
+ width: 49%; } }
2764
+
2765
+ @media screen and (max-width: 782px) {
2766
+ .order-data-column input[type="email"] {
2767
+ padding: 6px 10px; } }
2768
+
2769
+ #give-donor-details .inside, #give-donation-overview .inside {
2770
+ margin-top: 0; }
2771
+
2772
+ .give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables {
2773
+ padding-top: 0; }
2774
+
2775
+ .give-select-chosen .spinner {
2776
+ position: absolute;
2777
+ right: 5px;
2778
+ top: 2px;
2779
+ z-index: 999; }
2780
+
2781
+ .give-select-chosen-ajax .spinner {
2782
+ visibility: visible; }
2783
+
2784
+ .give-select-chosen-ajax .chosen-search input[type="text"] {
2785
+ background-image: none !important; }
2786
+
2787
+ .give-select-chosen-ajax.chosen-container-single .chosen-search input[type="text"] {
2788
+ background-image: none !important; }
2789
+
2790
+ /**
2791
+ * Give Admin Dashboard SCSS
2792
+ *
2793
+ * @description Styles the Give dashboard widget
2794
+ * @package Give
2795
+ * @subpackage SCSS/Admin
2796
+ * @copyright Copyright (c) 2016, WordImpress
2797
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2798
+ */
2799
+ .give-dashboard-widget .give-dashboard-today {
2800
+ text-align: center; }
2801
+ .give-dashboard-widget .give-dashboard-today .give-dashboard-date-today {
2802
+ margin: 10px 0 0;
2803
+ padding: 0; }
2804
+ .give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day {
2805
+ padding: 3px;
2806
+ margin: 0; }
2807
+ .give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings {
2808
+ font-size: 42px;
2809
+ color: #4ead61;
2810
+ font-weight: bold;
2811
+ margin: 15px 0 0;
2812
+ line-height: 1; }
2813
+ .give-dashboard-widget .give-dashboard-today .give-donations-today {
2814
+ font-size: 18px;
2815
+ font-weight: bold;
2816
+ margin: 0 0 30px;
2817
+ padding: 4px 0 1px; }
2818
+ .give-dashboard-widget .give-dashboard-today .give-last-seven {
2819
+ font-size: 14px;
2820
+ font-weight: bold;
2821
+ padding: 0;
2822
+ margin: 0 0 30px; }
2823
+
2824
+ .give-dashboard-widget .give-table-stats {
2825
+ width: 100%;
2826
+ text-align: center;
2827
+ margin: 0;
2828
+ table-layout: fixed;
2829
+ border-top: 1px solid #ececec;
2830
+ border-spacing: 0; }
2831
+ .give-dashboard-widget .give-table-stats .give-dashboard-stat-total, .give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label {
2832
+ padding: 0;
2833
+ margin: 0; }
2834
+ .give-dashboard-widget .give-table-stats .give-dashboard-stat-total {
2835
+ color: #4ead61;
2836
+ font-weight: bold;
2837
+ font-size: 16px; }
2838
+
2839
+ #give_dashboard_sales > .inside {
2840
+ padding: 0; }
2841
+
2842
+ #give_dashboard_sales .give-table-stats td {
2843
+ padding: 10px 0; }
2844
+
2845
+ #give_dashboard_sales .give-table-stats td:first-of-type {
2846
+ border-right: 1px solid #ececec; }
2847
+
2848
+ #give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td {
2849
+ border-bottom: 1px solid #ececec; }
2850
+
2851
+ #dashboard_right_now .give-forms-count:before {
2852
+ font-family: 'give-icomoon';
2853
+ speak: none;
2854
+ font-style: normal;
2855
+ font-weight: normal;
2856
+ font-variant: normal;
2857
+ text-transform: none;
2858
+ line-height: 1;
2859
+ -webkit-font-smoothing: antialiased;
2860
+ -moz-osx-font-smoothing: grayscale;
2861
+ font-size: 18px;
2862
+ width: 18px;
2863
+ height: 18px;
2864
+ content: "\e800"; }
2865
+
2866
+ /**
2867
+ * Give Forms SCSS
2868
+ *
2869
+ * @package Give
2870
+ * @subpackage SCSS/Admin
2871
+ * @copyright Copyright (c) 2016, WordImpress
2872
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2873
+ */
2874
+ .give_forms_page_give-donors {
2875
+ /*
2876
+ * Donor address metabox
2877
+ */ }
2878
+ .give_forms_page_give-donors .wrap > h2 {
2879
+ margin-bottom: 15px; }
2880
+ .give_forms_page_give-donors .nav-tab-wrapper .dashicons {
2881
+ position: relative;
2882
+ top: 2px;
2883
+ margin: 0 3px 0 0; }
2884
+ .give_forms_page_give-donors #give-donors-filter {
2885
+ position: relative; }
2886
+ .give_forms_page_give-donors #give-donors-filter p.search-box {
2887
+ margin: 0; }
2888
+ .give_forms_page_give-donors #give-donors-search-filter {
2889
+ display: block;
2890
+ overflow: hidden; }
2891
+ .give_forms_page_give-donors #give-donor-card-wrapper {
2892
+ margin-left: -1px;
2893
+ z-index: 2;
2894
+ min-height: 200px; }
2895
+ .give_forms_page_give-donors #give-donor-card-wrapper input {
2896
+ font-weight: normal; }
2897
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-section {
2898
+ border-bottom: 1px solid #eee;
2899
+ margin-bottom: 10px; }
2900
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-section table {
2901
+ margin-bottom: 0; }
2902
+ .give_forms_page_give-donors #give-donor-card-wrapper > div:first-child {
2903
+ padding-top: 20px; }
2904
+ .give_forms_page_give-donors #give-donor-card-wrapper > div:last-child {
2905
+ padding-bottom: 20px;
2906
+ border: none; }
2907
+ .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap {
2908
+ padding: 0 15px 15px 0;
2909
+ text-align: center;
2910
+ float: left; }
2911
+ .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img {
2912
+ border-radius: 3px; }
2913
+ .give_forms_page_give-donors #give-donor-card-wrapper a.delete {
2914
+ text-decoration: none;
2915
+ color: #ff0000;
2916
+ margin-right: 5px; }
2917
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since {
2918
+ margin: 10px 0;
2919
+ font-size: 16px; }
2920
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id {
2921
+ display: inline-block;
2922
+ font-size: 24px;
2923
+ font-weight: 600;
2924
+ margin-right: 10px; }
2925
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap {
2926
+ display: inline-block; }
2927
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link {
2928
+ margin-bottom: 15px; }
2929
+ .give_forms_page_give-donors .donor-main-wrapper {
2930
+ clear: both;
2931
+ margin: 0 0 20px; }
2932
+ @media (max-width: 655px) {
2933
+ .give_forms_page_give-donors .donor-main-wrapper {
2934
+ width: 100%; } }
2935
+ .give_forms_page_give-donors .donor-main-wrapper table {
2936
+ margin: 0; }
2937
+ .give_forms_page_give-donors .donor-main-wrapper input {
2938
+ width: 200px; }
2939
+ .give_forms_page_give-donors #donor-summary {
2940
+ padding: 0 20px; }
2941
+ .give_forms_page_give-donors #donor-summary:after {
2942
+ font-family: "dashicons";
2943
+ content: "\f110";
2944
+ position: absolute;
2945
+ top: 10px;
2946
+ right: 10px;
2947
+ font-size: 100px;
2948
+ color: #F0F0F0;
2949
+ z-index: 0; }
2950
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper {
2951
+ width: 202px; }
2952
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key="line2"] {
2953
+ display: table;
2954
+ clear: both; }
2955
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select {
2956
+ width: 200px; }
2957
+ .give_forms_page_give-donors #give-donor-card-wrapper .donor-info {
2958
+ min-height: 185px; }
2959
+ .give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper {
2960
+ min-height: 125px; }
2961
+ .give_forms_page_give-donors .donor-info .donor-name {
2962
+ font-size: 24px;
2963
+ font-weight: 600; }
2964
+ .give_forms_page_give-donors #disconnect-donor, .give_forms_page_give-donors #view-user-profile {
2965
+ font-size: 12px;
2966
+ font-weight: normal;
2967
+ text-decoration: none; }
2968
+ .give_forms_page_give-donors #donor-edit-actions {
2969
+ text-align: center;
2970
+ margin-bottom: 20px;
2971
+ line-height: 28px; }
2972
+ .give_forms_page_give-donors #donor-edit-actions .button-secondary {
2973
+ margin-right: 10px; }
2974
+ .give_forms_page_give-donors #give-donor-card-wrapper .edit-item {
2975
+ display: none; }
2976
+ .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results {
2977
+ left: 1px;
2978
+ top: 16px; }
2979
+ .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul {
2980
+ width: 200px; }
2981
+ .give_forms_page_give-donors #donor-stats-wrapper {
2982
+ margin: 0 auto;
2983
+ text-align: center;
2984
+ padding: 15px; }
2985
+ .give_forms_page_give-donors #donor-stats-wrapper ul {
2986
+ margin: 0;
2987
+ padding: 0;
2988
+ overflow: hidden; }
2989
+ .give_forms_page_give-donors #donor-stats-wrapper ul li {
2990
+ width: 50%;
2991
+ float: left;
2992
+ line-height: 22px;
2993
+ font-size: 14px;
2994
+ margin: 0; }
2995
+ .give_forms_page_give-donors #donor-stats-wrapper a {
2996
+ text-decoration: none; }
2997
+ .give_forms_page_give-donors #donor-stats-wrapper .dashicons {
2998
+ color: #888; }
2999
+ .give_forms_page_give-donors #donor-tables-wrapper table {
3000
+ width: 100%;
3001
+ text-align: center; }
3002
+ .give_forms_page_give-donors #donor-tables-wrapper th {
3003
+ text-align: center; }
3004
+ .give_forms_page_give-donors #donor-tables-wrapper .donations tr > th:first-child,
3005
+ .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:first-child,
3006
+ .give_forms_page_give-donors #donor-tables-wrapper .emails tr > th:first-child,
3007
+ .give_forms_page_give-donors #donor-tables-wrapper .emails tr > td:first-child {
3008
+ text-align: left; }
3009
+ .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:only-child {
3010
+ text-align: center; }
3011
+ .give_forms_page_give-donors #donor-notes-wrapper {
3012
+ min-height: 50px; }
3013
+ .give_forms_page_give-donors .donor-notes-header span, .give_forms_page_give-donors .donor-notes-header img {
3014
+ font-weight: 600;
3015
+ line-height: 30px;
3016
+ vertical-align: middle; }
3017
+ .give_forms_page_give-donors .donor-note-input {
3018
+ width: 100%;
3019
+ margin-bottom: 5px; }
3020
+ .give_forms_page_give-donors #give-donor-notes div:nth-of-type(even) {
3021
+ background-color: #f9f9f9; }
3022
+ .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper {
3023
+ border-bottom: 1px solid #f9f9f9;
3024
+ min-height: 38px;
3025
+ padding: 0; }
3026
+ .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap {
3027
+ padding: 10px 12px;
3028
+ line-height: 20px;
3029
+ font-size: 14px; }
3030
+ .give_forms_page_give-donors #give-donor-notes .give-no-donor-notes {
3031
+ text-align: center;
3032
+ padding: 20px; }
3033
+ .give_forms_page_give-donors .donor-note-wrapper span {
3034
+ display: block; }
3035
+ .give_forms_page_give-donors .delete-donor {
3036
+ text-align: center; }
3037
+ .give_forms_page_give-donors .give-lock-block {
3038
+ margin-left: -25px;
3039
+ text-decoration: none;
3040
+ font-size: 14px;
3041
+ margin-right: 3px; }
3042
+ .give_forms_page_give-donors .give-lock-block i {
3043
+ color: #000000;
3044
+ font-size: 14px; }
3045
+ .give_forms_page_give-donors #donor-address-wrapper .give-no-address-message {
3046
+ margin: 0.5rem 1%;
3047
+ line-height: 3.4em; }
3048
+ .give_forms_page_give-donors #donor-address-wrapper .add-new-address {
3049
+ margin: 0.5rem 1% !important; }
3050
+ .give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden {
3051
+ position: absolute;
3052
+ right: 13px;
3053
+ left: 13px;
3054
+ top: 0;
3055
+ visibility: hidden; }
3056
+ .give_forms_page_give-donors #donor-address-wrapper .all-address .address {
3057
+ min-height: 146px;
3058
+ border: 1px solid #dad9d9;
3059
+ padding: 9px;
3060
+ border-radius: 5px;
3061
+ background-color: white; }
3062
+ .give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label {
3063
+ color: gray;
3064
+ cursor: default; }
3065
+ .give_forms_page_give-donors #donor-address-wrapper .all-address .address a {
3066
+ text-decoration: none; }
3067
+
3068
+ /**
3069
+ * Give Admin Buttons SCSS
3070
+ *
3071
+ * @package Give
3072
+ * @subpackage SCSS/Admin
3073
+ * @copyright Copyright (c) 2016, WordImpress
3074
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3075
+ */
3076
+ /*=Give Shortcode Button
3077
+ --------------------------------------*/
3078
+ @media screen and (max-width: 782px) {
3079
+ #wp-content-media-buttons a.give-thickbox {
3080
+ padding: 6px 14px;
3081
+ line-height: normal;
3082
+ font-size: 14px;
3083
+ height: auto; }
3084
+ .wp-media-buttons span#give-media-button {
3085
+ margin-top: 0 !important;
3086
+ margin-left: 2px !important; } }
3087
+
3088
+ /*=Button in shortcode tinymce dialog
3089
+ --------------------------------------*/
3090
+ .mce-primary.mce-give-primary button {
3091
+ padding-right: 10px;
3092
+ padding-left: 10px; }
3093
+
3094
+ /*=Admin Buttons w/ Icons
3095
+ --------------------------------------*/
3096
+ /* extends .wp-core-ui .button */
3097
+ .wp-core-ui .give-admin-button {
3098
+ padding-left: 7px;
3099
+ padding-right: 7px; }
3100
+
3101
+ /* matches style of Add Media and Give Shortcodes buttons */
3102
+ .give-admin-button-icon {
3103
+ display: inline-block;
3104
+ width: 18px;
3105
+ height: 18px;
3106
+ vertical-align: text-top;
3107
+ margin: 0 2px;
3108
+ /* specific DashIcon styles */ }
3109
+ .give-admin-button-icon:before {
3110
+ font: 400 18px/1 dashicons;
3111
+ speak: none;
3112
+ -webkit-font-smoothing: antialiased;
3113
+ -moz-osx-font-smoothing: grayscale; }
3114
+ .give-admin-button-icon-update:before {
3115
+ content: "\f463"; }
3116
+
3117
+ /* =Primary button in shortcode tinymce dialog
3118
+ -------------------------------------------------------------- */
3119
+ .mce-primary.mce-sc-primary button {
3120
+ padding-right: 10px;
3121
+ padding-left: 10px; }
3122
+
3123
+ .mce-sc-popup a {
3124
+ text-decoration: underline; }
3125
+
3126
+ .mce-sc-popup p {
3127
+ margin-bottom: 1em; }
3128
+ .mce-sc-popup p.strong {
3129
+ font-weight: 600; }
3130
+ .mce-sc-popup p.no-margin {
3131
+ margin-bottom: 0; }
3132
+ .mce-sc-popup p.margin-top {
3133
+ margin-top: 1em; }
3134
+
3135
+ .mce-sc-popup .mce-listbox button {
3136
+ text-overflow: ellipsis;
3137
+ overflow: hidden !important; }
3138
+
3139
+ /* =Shortcode button above wp_editor
3140
+ -------------------------------------------------------------- */
3141
+ @media screen and (max-width: 782px) {
3142
+ .wp-media-buttons button.sc-button span {
3143
+ width: 18px !important; } }
3144
+
3145
+ .wp-media-buttons button.sc-button {
3146
+ outline: none;
3147
+ padding-left: 5px;
3148
+ margin-right: 0; }
3149
+ .wp-media-buttons button.sc-button:active {
3150
+ margin-bottom: 5px; }
3151
+
3152
+ button.sc-button:after {
3153
+ position: relative;
3154
+ display: inline-block;
3155
+ top: -1px;
3156
+ content: '';
3157
+ width: 0;
3158
+ height: 0;
3159
+ border-top: 6px solid #777;
3160
+ border-right: 4px solid transparent;
3161
+ border-left: 4px solid transparent;
3162
+ margin: 0 3px 0 6px; }
3163
+
3164
+ button.sc-button.active:after {
3165
+ top: -2px;
3166
+ border-top: 0;
3167
+ border-bottom: 6px solid #32373c; }
3168
+
3169
+ /* =Shortcode button dropdown menu
3170
+ -------------------------------------------------------------- */
3171
+ .sc-wrap {
3172
+ position: relative;
3173
+ display: inline-block;
3174
+ margin-right: 5px; }
3175
+
3176
+ div.sc-menu {
3177
+ display: none;
3178
+ position: absolute;
3179
+ top: 100%;
3180
+ left: 0;
3181
+ min-width: 100%;
3182
+ max-height: 410px;
3183
+ font-size: 14px;
3184
+ box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
3185
+ background: #fff;
3186
+ border: 1px solid rgba(0, 0, 0, 0.15);
3187
+ overflow: auto;
3188
+ overflow-x: hidden;
3189
+ padding: 5px 0;
3190
+ margin: -2px 0 0;
3191
+ z-index: 1002; }
3192
+
3193
+ div.sc-shortcode {
3194
+ display: block;
3195
+ white-space: nowrap;
3196
+ cursor: pointer;
3197
+ padding: 6px 12px;
3198
+ margin-bottom: 2px; }
3199
+ div.sc-shortcode:hover {
3200
+ color: #fff; }
3201
+
3202
+ /* =Shortcode tinymce dialog backdrop
3203
+ -------------------------------------------------------------- */
3204
+ #mce-modal-block.mce-reset.mce-fade.mce-in {
3205
+ opacity: 0.7;
3206
+ filter: alpha(opacity=70); }
3207
+
3208
+ /**
3209
+ * Give System Info SCSS
3210
+ *
3211
+ * @description System Info Styles
3212
+ * @package Give
3213
+ * @subpackage SCSS/Admin
3214
+ * @copyright Copyright (c) 2016, WordImpress
3215
+ * @license https://opensource.org/licenses/gpl-3.0/ GNU Public License
3216
+ *
3217
+ * The following code is a derivative work of the code from the WooCommerce
3218
+ * plugin, which is licensed GPLv3. This code therefore is also licensed under
3219
+ * the terms of the GNU Public License, version 3.
3220
+ *
3221
+ * Copyright (c) 2015 WooThemes
3222
+ * Copyright (c) 2016 WordImpress, LLC
3223
+ */
3224
+ .give-status-table {
3225
+ margin-bottom: 1em; }
3226
+ .give-status-table h2 {
3227
+ font-size: 14px;
3228
+ margin: 0; }
3229
+ .give-status-table tr:nth-child(2n) th,
3230
+ .give-status-table tr:nth-child(2n) td {
3231
+ background: #fcfcfc; }
3232
+ .give-status-table th {
3233
+ font-weight: 700;
3234
+ padding: 9px; }
3235
+ .give-status-table td:first-child {
3236
+ width: 33%; }
3237
+ .give-status-table td.help {
3238
+ width: 1em; }
3239
+ .give-status-table td {
3240
+ padding: 9px;
3241
+ font-size: 1.1em; }
3242
+ .give-status-table td mark {
3243
+ background: transparent none; }
3244
+ .give-status-table td mark.yes {
3245
+ color: #7ad03a; }
3246
+ .give-status-table td mark.no {
3247
+ color: #999; }
3248
+ .give-status-table td mark.error {
3249
+ color: #a00; }
3250
+ .give-status-table td ul {
3251
+ margin: 0; }
3252
+
3253
+ /* System info download header */
3254
+ .wrap div.give-debug-report-wrapper {
3255
+ margin-bottom: 5px; }
3256
+ .wrap div.give-debug-report-wrapper p {
3257
+ font-size: 18px;
3258
+ margin: 1em 0 0.7em;
3259
+ padding: 0; }
3260
+ .wrap div.give-debug-report-wrapper .give-debug-report-actions {
3261
+ margin: 0 0 1.7em; }
3262
+ .wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button {
3263
+ margin-right: 10px; }
3264
+ .wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons {
3265
+ font-size: 16px;
3266
+ position: relative;
3267
+ top: 4px;
3268
+ left: -2px; }
3269
+
3270
+ .give-debug-report {
3271
+ display: none;
3272
+ margin: 10px 0;
3273
+ padding: 0;
3274
+ position: relative; }
3275
+ .give-debug-report textarea {
3276
+ font-family: monospace;
3277
+ width: 100%;
3278
+ margin: 0;
3279
+ height: 300px;
3280
+ padding: 20px;
3281
+ -moz-border-radius: 0;
3282
+ -webkit-border-radius: 0;
3283
+ border-radius: 0;
3284
+ resize: none;
3285
+ font-size: 12px;
3286
+ line-height: 20px;
3287
+ outline: 0; }
3288
+
3289
+ .give-progress {
3290
+ height: 15px;
3291
+ width: 95%;
3292
+ border-radius: 4px;
3293
+ overflow: hidden;
3294
+ background-color: whitesmoke; }
3295
+ .give-progress > div {
3296
+ height: 100%;
3297
+ width: 0; }
3298
+
3299
+ .admin-color-fresh .give-progress div, .give-progress div {
3300
+ background: #0073aa; }
3301
+
3302
+ .admin-color-light .give-progress div {
3303
+ background: #888; }
3304
+
3305
+ .admin-color-blue .give-progress div {
3306
+ background: #096484; }
3307
+
3308
+ .admin-color-coffee .give-progress div {
3309
+ background: #c7a589; }
3310
+
3311
+ .admin-color-ectoplasm .give-progress div {
3312
+ background: #a3b745; }
3313
+
3314
+ .admin-color-midnight .give-progress div {
3315
+ background: #e14d43; }
3316
+
3317
+ .admin-color-sunrise .give-progress div {
3318
+ background: #dd823b; }
3319
+
3320
+ /**
3321
+ * Spinner
3322
+ */
3323
+ .give-spinner-wrapper {
3324
+ position: absolute;
3325
+ left: 0;
3326
+ right: 0;
3327
+ bottom: 0;
3328
+ top: 0;
3329
+ background: rgba(245, 245, 245, 0.57);
3330
+ z-index: 1;
3331
+ display: none; }
3332
+ .give-spinner-wrapper.is-active {
3333
+ display: inline-block; }
3334
+ .give-spinner-wrapper .aligncenter {
3335
+ position: absolute;
3336
+ top: 50%;
3337
+ left: 50%;
3338
+ margin: 10px 10px 0 0; }
3339
+
3340
+ .give-spinner.spinner.is-active {
3341
+ margin: 0 0 0 2px;
3342
+ float: none; }
3343
+
3344
+ /**
3345
+ * Give Updates Panel SCSS
3346
+ *
3347
+ * @description Updates Panel Styles
3348
+ * @package Give
3349
+ * @subpackage SCSS/Admin
3350
+ * @copyright Copyright (c) 2017, WordImpress
3351
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3352
+ */
3353
+ #give-updates-h1 {
3354
+ padding-top: 0; }
3355
+
3356
+ .give-update-panel-content p {
3357
+ font-size: 16px; }
3358
+
3359
+ #give-updates .dashicons-no-alt {
3360
+ color: red; }
3361
+
3362
+ #give-updates .dashicons-yes {
3363
+ color: green; }
3364
+
3365
+ #give-db-updates .spinner {
3366
+ margin-top: 0; }
3367
+
3368
+ body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button {
3369
+ margin-right: 10px; }
3370
+
3371
+ #give-plugin-updates .panel-content table tr {
3372
+ display: block; }
3373
+
3374
+ /**
3375
+ * Give Blank Slate
3376
+ *
3377
+ * @package Give
3378
+ * @subpackage SCSS/Admin
3379
+ * @copyright Copyright (c) 2016, WordImpress
3380
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3381
+ */
3382
+ .give-blank-slate {
3383
+ background: white;
3384
+ border: 1px solid #e5e5e5;
3385
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
3386
+ margin: 0 auto;
3387
+ padding: 40px;
3388
+ text-align: center; }
3389
+ .give-blank-slate :last-child {
3390
+ margin-bottom: 0; }
3391
+ .give-blank-slate__heading, .give-blank-slate__message, .give-blank-slate__cta, .give-blank-slate__help {
3392
+ margin: 0 0 10px; }
3393
+ .give-blank-slate__image {
3394
+ display: block;
3395
+ height: 80px;
3396
+ margin: 0 auto 10px;
3397
+ width: auto; }
3398
+ .give-blank-slate__help {
3399
+ color: #666;
3400
+ font-style: italic; }
3401
+ .give-blank-slate__help a {
3402
+ display: inline-block;
3403
+ text-decoration: underline; }
3404
+
3405
+ .give-blank-slate a.give-blank-slate__cta {
3406
+ display: inline-block;
3407
+ font-size: 1.2em;
3408
+ height: auto;
3409
+ margin: 0 0 10px;
3410
+ padding: .75em 1.5em; }
3411
+
3412
+ /**
3413
+ * Give Donations Importer
3414
+ *
3415
+ * @description Payment History Styles
3416
+ * @package Give
3417
+ * @subpackage SCSS/Admin
3418
+ * @copyright Copyright (c) 2017, WordImpress
3419
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3420
+ */
3421
+ .give-tools-setting-page-import h1.handle {
3422
+ padding: 15px 0 0; }
3423
+
3424
+ .give-tools-setting-page-import .give-progress-steps {
3425
+ width: 100%;
3426
+ padding: 0 0 24px;
3427
+ margin-left: 0;
3428
+ list-style: none outside;
3429
+ overflow: hidden;
3430
+ display: -webkit-inline-flex;
3431
+ display: -ms-inline-flexbox;
3432
+ display: inline-flex; }
3433
+ .give-tools-setting-page-import .give-progress-steps li {
3434
+ width: 25%;
3435
+ float: left;
3436
+ padding: 0 0 1.2em;
3437
+ margin: 0;
3438
+ text-align: center;
3439
+ position: relative;
3440
+ border-bottom: 4px solid #ccc;
3441
+ line-height: 1.4em; }
3442
+ .give-tools-setting-page-import .give-progress-steps li.active {
3443
+ border-color: #4ead61;
3444
+ color: #4ead61; }
3445
+ .give-tools-setting-page-import .give-progress-steps li.active:before {
3446
+ border-color: #4ead61;
3447
+ color: #4ead61;
3448
+ background: #4ead61; }
3449
+ .give-tools-setting-page-import .give-progress-steps li::before {
3450
+ content: '';
3451
+ border: 4px solid #ccc;
3452
+ border-radius: 100%;
3453
+ width: 10px;
3454
+ height: 10px;
3455
+ position: absolute;
3456
+ bottom: 0;
3457
+ left: 50%;
3458
+ margin-left: -6px;
3459
+ margin-bottom: -10px;
3460
+ background: #fff; }
3461
+
3462
+ .give-tools-setting-page-import .step-4 h2 {
3463
+ text-align: center;
3464
+ font-size: 20px !important; }
3465
+
3466
+ .give-tools-setting-page-import .step-4 p {
3467
+ text-align: center; }
3468
+
3469
+ .give-tools-setting-page-import .button-secondary.step-4, .give-tools-setting-page-import .give-image-thumb {
3470
+ display: none; }
3471
+
3472
+ .give-tools-setting-page-import h2#give-import-title {
3473
+ background: #f3f3f3;
3474
+ font-size: 15px;
3475
+ font-weight: 600;
3476
+ margin: -8px -22px 11px;
3477
+ padding: 12px 22px; }
3478
+
3479
+ .give-tools-setting-page-import table.step-2 h2#give-import-title {
3480
+ font-size: small;
3481
+ font-weight: inherit; }
3482
+
3483
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields-title {
3484
+ font-size: 18px;
3485
+ font-weight: 600;
3486
+ margin: 0px; }
3487
+
3488
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields {
3489
+ white-space: nowrap;
3490
+ overflow: hidden; }
3491
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li {
3492
+ display: inline-block;
3493
+ margin: 0 10% 0 0; }
3494
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.give-import-donation-required-symbol {
3495
+ border-radius: 1em;
3496
+ vertical-align: middle;
3497
+ padding: 2px;
3498
+ background: #46b450;
3499
+ color: white; }
3500
+ .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.dashicons-no-alt {
3501
+ background: #bbbbbb; }
3502
+
3503
+ .give-import-core-settings .give-progress-steps li {
3504
+ width: 33.33%; }
3505
+
3506
+ .give-import-core-settings .step-3 h2 {
3507
+ text-align: center;
3508
+ font-size: 20px !important; }
3509
+
3510
+ .give-import-core-settings .step-3 p {
3511
+ text-align: center; }
3512
+
3513
+ form.give-import-form table.widefat {
3514
+ border: none; }
3515
+
3516
+ .wrap .give-importer-h1 {
3517
+ margin: 0;
3518
+ padding: 20px 0; }
3519
+
3520
+ /*# sourceMappingURL=../sourcemaps/give-admin.css.map */
assets/css/give-admin.css.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"sources":["give-admin.scss","frontend/_mixins.scss","frontend/_variables.scss","plugins/qtip.scss","frontend/fonts.scss","give-admin.css","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"],"names":[],"mappings":"AAAA;;;;;;;;EAQE;ACRF;;GAEG;AAeH;GAbE,QAAS,EAeV;EAFD;IATC,aAAa;IACb,eAAe,EACb;EAOH;IAJC,YAAY,EACV;;AAOH;;;GAGG;AAOH;;GAEG;AAwBH;EAfE,wBAAwB;EACxB,eAAe;EACf,iBAAiB;EACjB,eAAe;EACf,YAAY;EACZ,mBAAmB;EACnB,oBAAoB;EACpB,yBAAyB;EACzB,qBAAqB,EAStB;;AAED;EAPE,0BAA0B,EAS3B;;AC/DD;;GAEG;ACFH;;;;;;;;;;;GAWG;AACH;EACC,mBAAmB;EACnB,eAAe;EACf,cAAc;EACd,cAAc;EAEd,iBAAiB;EACjB,gBAAgB;EAEhB,kBAAkB;EAClB,kBAAkB;EAElB,eAAe;EAEf,iBAAiB;EACjB,WAAW,EACX;;AAEA;EACC,mBAAmB;EACnB,iBAAiB;EACjB,iBAAiB;EAEjB,iBAAiB;EACjB,sBAAsB,EACtB;;AAED;EACC,mBAAmB;EACnB,2BAA2B;EAC3B,iBAAiB;EAEjB,sBAAsB;EACtB,kBAAkB,EAClB;;AAED;EAAgC,+BAA+B,EAAI;;AAEnE,gCAAgC;AAChC;EACC,mBAAmB;EACnB,YAAY;EAAE,UAAU;EACxB,YAAY;EAAE,uBAAuB;EAErC,gBAAgB;EAChB,qBAAqB;EAErB,8BAA8B,EAC9B;;AAEA;EACC,WAAW;EAAE,SAAS;EACtB,iBAAiB,EACjB;;AAED;EAAmC,UAAU,EAAI;;AAAA,YAAY;AAE7D;;EAEC,eAAe;EACf,qBAAqB;EACrB,eAAe,EACf;;AAED;EAGC,mBAAmB;EACnB,sBAAsB,EACtB;;AAEA;EACC,YAAY;EACZ,aAAa;EAEb,kBAAkB;EAClB,mBAAmB;EACnB,eAAe;EACf,8CAA8C;EAE9C,eAAe;EACf,qDAAqD,EACrD;;AAEJ,gFAAgF;AAGhF,2FAA2F;AAG3F,2BAA2B;AAC3B;EACC,0BAA0B;EAE1B,0BAA0B;EAC1B,YAAY,EACZ;;AAEA;EACC,0BAA0B,EAC1B;;AAED;EACC,mBAAmB;EACnB,oBAAoB;EACpB,YAAY,EACZ;;AAED;EACC,mBAAmB;EACnB,YAAY,EACZ;;AAGF,0BAA0B;AAC1B;EACC,wBAAwB;EACxB,sBAAsB;EACtB,eAAe,EACf;;AAEA;EACC,0BAA0B,EAC1B;;AAGF,yBAAyB;AACzB;EACC,0BAA0B;EAC1B,sBAAsB;EACtB,eAAe,EACf;;AAEA;EACC,0BAA0B,EAC1B;;AAED;EACC,mBAAmB,EACnB;;AAED;EACC,sBAAsB,EACtB;;AAGF,0BAA0B;AAC1B;EACC,0BAA0B;EAC1B,sBAAsB;EACtB,eAAe,EACf;;AAEA;EACC,0BAA0B,EAC1B;;AAED;EACC,6BAA6B,EAC7B;;AAGF,wBAAwB;AACxB;EACC,0BAA0B;EAC1B,sBAAsB;EACtB,eAAe,EACf;;AAEA;EACC,0BAA0B,EAC1B;;AAED;EACC,8BAA8B,EAC9B;;AAED;EACC,sBAAsB,EACtB;;AAED;EACC,sBAAsB,EACtB;;AAGF,0BAA0B;AAC1B;EACC,0BAA0B;EAC1B,sBAAsB;EACtB,eAAe,EACf;;AAEA;EACC,0BAA0B,EAC1B;;AAED;EACC,6BAA6B,EAC7B;;AAGF,yBAAyB;AACzB;EACC,0BAA0B;EAC1B,sBAAsB;EACtB,eAAe,EACf;;AAEA;EACC,0BAA0B,EAC1B;;AAED;EACC,4BAA4B,EAC5B;;AAGF;EAGC,gDAAgC,EAChC;;AAED,4FAA4F;AAC5F;;;EAKC,mBAAmB,EACnB;;AAED;EAGC,2BAA2B,EAC3B;;AAED,2BAA2B;AAC3B;EAGC,mBAAmB;EAInB,yBAAyB;EAEzB,aAAa;EACb,4BAA4B;EAE5B,oBAAoB;EACpB,mHAAkC;EAClC,sEAAyC;EAGzC,iEAAoC,EACpC;;AAEA;EACC,0BAA0B;EAC1B,8BAAsB,EACtB;;AAED;EACC,eAAe;EACf,4BAA4B;EAE5B,6GAA4G;EAC5G,oHAAoH,EACpH;;AAED;EACC,mBAAmB,EACnB;;AAED;EACC,sBAAsB,EACtB;;AAGF,gCAAgC;AAChC;EACC,oBAAoB;EACpB,+BAAgB;EAChB,8FAAkC;EAElC,iEAAyC;EAEzC,4DAAoC;EAEpC,uBAAuB;EACvB,0BAAsB;EAItB,mBAAmB;EAInB,0BAA0B,EAC1B;;AAEA,iBAAiB;AACjB;EACC,8BAA8B;EAC9B,8FAA4F;EAC5F,oGAAoG,EACpG;;AACD;EACC,8FAA4F;EAC5F,oGAAoG,EACpG;;AAED;;EAEC,wBAAwB;EACxB,aAAa;EACb,6BAA6B,EAC7B;;AAED;EACC,mBAAmB,EACnB;;AAED;EACC,mBAAmB,EACnB;;AAGF,mBAAmB;AACnB;EAGC,2CAA4B;EAE5B,0BAA0B;EAC1B,YAAY;EACZ,6BAA6B,EAC7B;;AAEA;EACC,0BAA0B;EAC1B,aAAa;EACb,6BAA6B,EAC7B;;AAED;EACC,sBAAsB,EACtB;;AAED;EACC,sBAAsB;EACtB,eAAe,EACf;;AAGF,iBAAiB;AACjB;EACC,kBAAkB;EAClB,gCAAgB;EAEhB,aAAa;EACb,4BAA4B;EAE5B,gBAAgB;EAChB,yCAAyC;EACzC,kBAAkB;EAClB,kBAAkB;EAClB,yBAAyB,EACzB;;AAEA;EACC,yBAAyB;EACzB,8BAA8B,EAC9B;;AAED;EACC,kBAAkB,EAClB;;AAED;EACC,mBAAmB;EACnB,kBAAkB,EAClB;;AAED;EACC,sBAAsB,EACtB;;AAGF,kBAAkB;AAClB;EACC,0BAA0B;EAI1B,mBAAmB;EAEnB,0BAA0B;EAC1B,eAAe;EAEf,oBAAoB;EACpB,mBAAmB,EACnB;;AAEA;EACC,uBAAuB;EAEvB,aAAa;EACb,oBAAoB;EACpB,8FAAkC;EAClC,iEAAyC;EAGzC,4DAAoC;EACpC,8FAA4F;EAC5F,oGAAoG,EACpG;;AAED;EACC,0BAA0B;EAC1B,oBAAoB,EACpB;;AAEA;EACC,0BAA0B;EAC1B,YAAY,EACZ;;AAGH;;;;;GAKG;AACH;EACC,gCAAgC;EAChC,gBAAgB;EAChB,kBAAkB;EAClB,eAAe;EAEf,oCAAoC;EACpC,aAAa;EACb,0BAA0B;EAC1B,uBAAuB;EACvB,qCAAsB;EAGtB,mBAAmB;EAGnB,0CAA2B;EAG3B,6BAA6B,EAC7B;;AAEA;EACC,0CAA0C;EAC1C,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,oBAAoB;EACpB,kBAAkB;EAClB,0BAA0B;EAC1B,iCAAiC;EAGjC,2BAA2B,EAC3B;;AAEA;EACC;;;;;;;;;MASG;EACH,YAAY;EACZ,SAAS;EACT,mBAAmB,EACnB;;AAEF;EACC,4CAA4C;EAC5C,kBAAkB,EAClB;;AAED;EACC;;;;;;;KAOG;EACH,wBAAwB,EACxB;;AAEA;EACC;;;;;;MAMG;EACH,YAAY;EACZ,aAAa;EAEb,iCAAiC;EACjC,aAAa;EACb,gBAAgB;EAChB,kBAAkB;EAClB,kBAAkB;EAClB,eAAe;EACf,6BAA6B;EAC7B,aAAa;EACb,0BAAa,EACb;;AAED;EACC,uCAAuC;EACvC,eAAe;EACf,sBAAsB;EACtB,gBAAgB;EAChB,aAAa;EACb,0BAAa,EACb;;AAGH,mCAAmC;AACnC;;EAEC,qBAAa;UAAb,aAAa;EACb,iBAAiB,EACjB;;AAGD;EACC,eAAe;EACf,iBAAiB;EACjB,YAAY,EAEZ;;AAEA;+CAC8C;AAC9C;EACC,mBAAmB,EACnB;;AAED;;;EAGC,mBAAmB;EAEnB,eAAe;EACf,wBAAwB;EACxB,6BAA6B,EAC7B;;AAED;EAAwB,OAAO;EAAE,QAAQ,EAAI;;AAE7C;EACC,4BAA2B;EAC3B,sBAAsB;EACtB,oBAAoB,EACpB;;AAGF;EACC,gBAAgB;EAChB,QAAQ;EAAE,OAAO;EACjB,YAAY;EAAE,aAAa,EAC3B;;AAEA,wDAAwD;AACxD;EAAqB,gBAAgB,EAAI;;AAEzC,oCAAoC;AACpC;EACC,mBAAmB;EACnB,QAAQ;EAAE,OAAO;EACjB,YAAY;EAAE,aAAa;EAE3B,wBAAwB;EAExB,aAAa;EACb,0BAAY;EACZ,kEAAiE,EACjE;;AAGF;EACC,8BAA8B,EAC9B;;ACxmBD;;;;;;;;EAQE;AACF;EACE,4BAA4B;EAC5B,+CAAQ;EACR,2QAGwD;EACxD,oBAAoB;EACpB,mBAAmB,EAAA;;ACsiBrB;EDliBE,4BAA4B;EAC5B,YAAY;EACZ,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,eAAe;EAEf,uCAAuC;EACvC,oCAAoC;EACpC,mCAAmC,EAKpC;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB,EAClB;;AAED;EAjEE,4BAA4B;EAC5B,YAAY;EACZ,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,eAAe;EAEf,uCAAuC;EACvC,oCAAoC;EACpC,mCAAmC;EAyDnC,iBAAiB,EAClB;;AAKD;EACE,+CAA+C;EAC/C,uCAAuC,EACxC;;AACD;EACE;IACE,gCAAyB;IACzB,wBAAiB,EAAA;EAEnB;IACE,kCAAyB;IACzB,0BAAiB,EAAA,EAAA;;AAGrB;EACE;IACE,gCAAyB;IACzB,wBAAiB,EAAA;EAEnB;IACE,kCAAyB;IACzB,0BAAiB,EAAA,EAAA;;AEnHrB;;;;;;;EAOE;AAEF;;wCAEwC;AACxC,6BAA6B;AAC7B;;;;;;;;;;;EAWE,cAAc,EACf;;AAED,qCAAqC;AACrC;EACE,gBAAgB,EACjB;;AAED;EACE,cAAc,EACf;;AAED,gBAAgB;AAChB;EACE,sBAAsB;EACtB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa,EAEd;;AAGD;EACE,gCAAgC;EAChC,qBAAqB;EACrB,oBAAoB;EACpB,+BAA+B,EAwBhC;EA5BD;IAOC,eAAe;IACf,YAAY;IAEZ,8BAA8B;IAC9B,iCAAiC;IACjC,+BAA+B,EAe7B;IA3BH;MAeG,mBAAmB;MACnB,oBAAoB,EASrB;MAzBF;QAmBE,oBAAoB;QACpB,uBAAuB;QACvB,mBAAmB;QACnB,gCAAgC,EAC9B;;AAOJ;EACE,oBAAoB;EACpB,qBAAqB;EACrB,uBAAuB,EAyBxB;EA5BD;IAMC,UAAU,EACR;EAPH;IASC,gBAAgB,EAUd;IAnBH;MAYG,aAAa;MACb,eAAe,EAChB;IAdF;MAgBG,oBAAoB,EACrB;EAjBF;IAsBC,cAAc,EACZ;EAvBH;IAyBC,iBAAiB,EACf;;AAOH;EACE,YAAY,EACb;;AAED;EACE,YAAY;EACZ,gBAAgB;EAChB,eAAe,EAChB;;AAED;EACE,0BAA0B;EAC1B,oBAAoB;EACpB,UAAU;EACV,gBAAgB;EAChB,iBAAiB,EAClB;;AAED;EACE,gBAAgB,EACjB;;AAED;EACE,eAAe,EAChB;;AAED;EACE,mBAAmB;EACnB,0BAA0B;EAC1B,oBAAoB;EACpB,iBAAiB;EACjB,gBAAgB,EACjB;;AAED;EACE,2BAA2B,EAC5B;;AAED;EACE,oBAAoB,EAUrB;EAXD;IAIC,mBAAmB,EACjB;EALH;IAOC,oBAAoB;IACpB,uBAAuB,EACrB;;AAIH;EACE,UAAU,EAMX;EAPD;IAIC,kBAAkB,EAChB;;AAIH,wCAAwC;AACxC;EAEE;IACD,cAAc,EACZ;EAED;IACD,YAAY;IACZ,YAAY,EACV;EAED;IACD,YAAY;IACZ,oBAAoB,EAClB;EAED;IACD,gBAAgB,EACd,EAAA;;AAIH,iCAAiC;AACjC;EAEE;IAGC,YAAY;IACZ,eAAe,EAChB;EALA;IAOC,aAAa,EACd;EARA;IAUC,YAAY,EACb;EAXA;IAcC,aAAa;IACb,oBAAoB,EACrB;EAhBA;IAkBC,kBAAkB,EACnB;EAIA;IACD,YAAY,EACV;EACD;IACD,qBAAqB,EACnB;EAED;IACD,YAAY,EACV;EAED;IACD,aAAa,EACX;EACD;IACD,yBAAyB,EACvB,EAAA;;AAGH;EACE;IAGC,aAAa;IACb,oBAAoB,EACrB;EAGA;IACD,aAAa,EACX,EAAA;;AAIH;EACE;IACD,aAAa,EACX;EAED;IACD,oBAAoB,EAClB;EAED;IACD,iBAAiB,EACf;EAED;IACD,YAAY,EACV;EAED;IACD,YAAY,EACV;EACD;IACD,gBAAgB,EACd;EACD;IACD,YAAY,EACV;EAED;IACD,aAAa,EACX;EAED;IACD,aAAa,EACX,EAAA;;AAIH;EAEE;IACD,aAAa,EACX;EAED;IACD,aAAa,EACX,EAAA;;AAIH,+BAA+B;AAC/B;EACE;IACD,yBAAyB,EACvB;EAED;IACD,YAAY;IACZ,kBAAkB;IAClB,gBAAgB,EACd,EAAA;;AAIH;;uCAEuC;AAEvC,oBAAoB;AAEpB;EACE,2BAA2B,EAY5B;EAbD;IAIC,gBAAgB;IAChB,eAAe;IACf,gBAAgB,EACd;EAPH;IAUC,UAAU;IACV,YAAY,EACV;;AAGH;;uCAEuC;AAEvC;;;;;EAKE,+BAA+B;EAC/B,qBAAqB,EACtB;;AAED;;;;;EAKE,yCAAyC,EAC1C;;AAED;;yCAEyC;AAEzC;;EAEE,cAAc,EACf;;AAED;;uCAEuC;AAEvC;EACE,YAAY,EACb;;AAED;;uCAEuC;AAEvC;EAKG,cAAc,EACf;;AANF;EAUC,6BAA6B,EAC3B;;AAXH;EAcC,kBAAkB,EAChB;;AAfH;EAkBC,kBAAkB,EAChB;;AAIH;EACE,gBAAgB;EAChB,iBAAiB,EAClB;;AAED;;uCAEuC;AACvC;EACE,cAAc;EACd,WAAW;EACX,gBAAgB;ELvXhB,oCAA4B;UAA5B,4BAA4B;EKyX5B,6BAAqB;EACrB,mBAAmB;EACnB,SAAS,EAMV;EAbD;IAUC,YJ3ZU,EI4ZR;;ACpaH;;;;;;;;EAQE;AAEF;EACE,YAAY;EACZ,+BAA+B;EAC/B,WAAW;EACX,oBAAoB;EACpB,aAAa;EACb,sBAAsB;EACtB,eAAe;EACf,uBAAuB;EACvB,eAAe;EACf,kBAAkB;EAClB,iBAAiB;EACjB,oBAAoB;EAEpB,sFAAsE;EACtE,uDAAuD;EACvD,+CAA+C;EAC/C,kCAAkC;EAClC,0BAA0B;EAC1B,gDAAgD;EAChD,wCAAwC;EACxC,mBAAmB,EAkCpB;EAvDD;IAwBC,0BAA0B,EACxB;EAzBH;IA4BC,8BAA8B,EAC5B;EA7BH;KNNE,QAAS;IMuCV,mBAAmB,EAUjB;IA3CH;MNFC,aAAa;MACb,eAAe,EACb;IMAH;MNGC,YAAY,EACV;IMJH;MAoCG,iBAAiB,EAKlB;MAzCF;QAsCE,cAAc;QACd,sBAAsB,EACpB;EAxCJ;IA8CC,2BAA2B;IAC3B,mBAAmB;IACnB,YAAY;IACZ,QAAQ;IACR,YAAY;IACZ,uBAAuB;IACvB,mBAAmB,EACjB;;AAIH;EAGC,YAAY;EACZ,aAAa;EACb,gBAAgB;EAChB,kBAAkB,EAChB;;AAIH;EACE,iBAAiB,EAClB;;AChFD;;;;;;;;EAQE;AAEF;EAGC,eAAe;EACf,kBAAkB,EAChB;;AALH;EAQC,oBAAoB,EAClB;;AATH;EAYC,YAAY,EACV;;AAbH;EAiBG,UAAU,EAIX;EArBF;IAmBE,WAAW,EACT;;AApBJ;EAyBC,YAAY;EACZ,iBAAiB;EACjB,eAAe,EAab;EAxCH;IA8BG,YAAY;IACZ,kBAAkB;IAClB,mBAAmB;IACnB,mBAAmB,EACpB;EAlCF;IAqCG,gBAAgB,EACjB;;AAtCF;EA2CC,sBAAsB;EACtB,aAAa;EACb,gBAAgB,EACd;;AAIH;iEACiE;AACjE;EAEC,0BAA0B,EACxB;;AAHH;EAKC,0BAA0B,EACxB;;AAKH;EAGC,oBAAoB,EAClB;;AAJH;EAMC,eAAe,EACb;;AAPH;EAUC,kBAAkB,EAChB;;AAXH;EAcC,mBAAmB,EACjB;;AAfH;EAoBG,aAAa,EACd;;AArBF;EAuBG,cAAc,EACf;;AAxBF;EA0BG,YAAY,EACb;;AA3BF;EAgCC,YAAY,EACV;;AAjCH;EAoCC,YAAY;EACZ,YAAY;EACZ,iBAAiB,EACf;;AAvCH;EA0CC,aAAa;EACb,iBAAiB,EAQf;EAnDH;IA8CG,YAAY,EACb;EA/CF;IAiDG,iBAAiB,EAClB;;AAlDF;EAsDC,iBAAiB,EACf;;AAvDH;EA0DC,gBAAgB,EACd;;AA3DH;EA8DC,iBAAiB,EACf;;AA/DH;EAkEC,gBAAgB;EAChB,oBAAoB,EAClB;;AApEH;EAuEC,kBAAkB;EAClB,qBAAqB,EACnB;;AAIH;;6BAE6B;AAE7B;EAEC,mBAAmB,EACjB;;AAGH;;6BAE6B;AAE7B;EAEC,iBAAiB,EACf;;AAGH;;6BAE6B;AAE7B;EAEC,gBAAgB;EAChB,kBAAkB,EAChB;;AAIH;EAGC,uBAAuB,EACrB;;AAJH;EAOG,kBAAkB;EAClB,iBAAiB,EAClB;;AATF;EAWG,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;EACZ,UAAU,EACX;;AAKF;;8BAE8B;AAC9B;EAEC,aAAa,EACX;;AAHH;EAKC,YAAY;EACZ,YAAY;EACZ,cAAc,EACZ;;ACtNH;;;;;;;;EAQE;AAEF;EACE,sBAAsB;EACtB,8BAA8B,EAC/B;;AAGD;EAGC,YAAY;EACZ,aAAa;EACb,gBAAgB;EAChB,kBAAkB,EAChB;;AAPH;EAUC,WAAU;EACV,YAAW,EACT;;AAZH;EAeC,gBAAe;EACf,gBAAe,EACb;;AJgnCH;EIxmCC,cAAc,EACZ;;AAIH;EACE,sBAAsB,EAOvB;EARD;IAGC,sBAAsB,EACpB;EAJH;IAMC,sBAAsB,EACpB;;AAIH;EAEC,mBAAmB,EACjB;;AAHH;EAKC,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB,EACjB;;AAIH;EACE,gBAAgB;EAChB,mBAAmB;EACnB,YAAY,EACb;;AAED;EACE,yBAAyB;EACzB,iBAAiB,EAoBlB;EAtBD;IAKC,aAAa,EACX;EANH;IASC,iBAAiB;IAEjB,2CAA4B;IAC5B,yBAAyB;IACzB,kBAAkB;IAClB,+BAA+B;IAC/B,cAAc,EAKZ;IApBH;MAiBG,gBAAgB;MAChB,aAAa,EACd;;AC9FF;;;;;;;;EAQE;AAEF;EACE,gBAAgB,EACjB;;ACZD;;;;;;;GAOG;AAEH;;wCAEwC;AACxC;EAGC,mBAAmB,EACjB;;AAJH;EAOC,gBAAgB,EACd;;AARH;EAWC,eAAe;EACf,mBAAmB,EACjB;;AAbH;EAgBC,eAAe,EACb;;AAjBH;EAoBC,gBAAgB,EACd;;AAIH,oBAAoB;AAEpB;EACE,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,YAAY,EACb;;AAED;EACE,iCAAiC;EACjC,iBAAiB,EAClB;;AAED;EACE,cAAc,EACf;;AAED,kCAAkC;AAClC;EACE,WAAW,EAIZ;EALD;IAGC,gBAAgB,EACd;;AAGH,8BAA8B;AAC9B;EAEC,mBAAmB,EAKjB;EAPH;IAIG,oBAAoB;IACpB,YAAY,EACb;;AAIF,6BAA6B;AAC7B;EAEC,mBAAmB;EACnB,YAAY;EACZ,gBAAgB,EACd;;AALH;EAOC,qBAAqB,EACnB;;AARH;EAUC,oBAAoB,EAClB;;AAGH;iEACiE;AACjE;EACE,aAAa;EACb,cAAc;EACd,sCAAsC;EACtC,iBAAiB;EACjB,iBAAiB;EACjB,eAAe;EACf,eAAe,EAChB;;AAED;EACE,UAAU,EACX;;AAED;iEACiE;AAEjE;EAGC,WAAW,EACT;;AAJH;EAMC,kBAAkB,EAChB;;AAPH;EAUC,iBAAiB,EAEf;;AAIH;EACE,mBAAmB;EACnB,kBAAkB,EACnB;;AAED;EACE,mBAAmB;EACnB,QAAQ;EACR,UAAU,EAiBX;EApBD;IAMC,mBAAmB;IACnB,WAAW;IACX,SAAS,EACP;EATH;IAWC,uBAAuB;IACvB,UAAU;IACV,oBAAoB;IACpB,0BAA0B;IAC1B,aAAa;IACb,kBAAkB;IAClB,mBAAmB,EACjB;;AAIH;EACE,kBAAkB,EACnB;;AAED;EACE,YAAY,EACb;;AAED;iEACiE;AACjE;EAEC,qBAAqB;EACrB,aAAa,EACX;;AAJH;EAOC,6CAAqB;EACrB,uBAAuB;EACvB,6BAA6B;EAC7B,kCAAkC;EAClC,sBAAsB,EACpB;;AAZH;EAeC,4CAAqB;EACrB,uBAAuB;EACvB,6BAA6B;EAC7B,kCAAkC;EAClC,cAAc;EACd,sBAAsB,EACpB;;AAIH,YAAY;AAEZ;EAIG,6BAA6B,EAC9B;;AAMF;EACE,cAAc,EACf;;ACzMD;;;;;;;;EAQE;AAEF;EACE,YAAY;EACZ,oBAAoB;EACpB,sBAAsB;EACtB,eAAe;EACf,cAAc;EACd,cAAc;EACd,kBAAkB;EAClB,oBAAoB;EACpB,gBAAgB;EAChB,mBAAmB,EACpB;;AAED;EAEC,YAAY,EACV;;AAHH;EAKC,mBAAmB,EACjB;;AANH;EAQC,mBAAmB;EACnB,eAAe,EAMb;EAfH;IAYG,iBAAiB,EAClB;;AAMF;EAEC,iBAAiB,EACf;;AAHH;EAKC,YAAY,EAMV;EAXH;IAOG,gBAAgB;IAChB,eAAe,EAChB;;AATF;EAcC,gBAAgB;EAChB,kBAAkB,EAChB;;AAhBH;EAmBC,gBAAgB,EACd;;AAIH;EACE,oBAAoB;EACpB,uBAAuB,EACxB;;AAED;EACE,YAAY,EACb;;AAED;EACE,aAAa,EACd;;AAED;EACE,aAAa,EACd;;AAED;EACE,aAAa,EACd;;AAED;EACE,kBAAkB;EAClB,uBAAuB,EACxB;;AAED;EACE,eAAe;EACf,aAAa;EACb,YAAY,EACb;;AAED;;6BAE6B;AAE7B;EAEC,YAAY;EACZ,YAAY;EACZ,aAAa;EACb,oBAAoB;EACpB,WAAW;EACX,mBAAmB;EACnB,iBAAiB;EACjB,kBAAkB,EAChB;;AAVH;EAcC,0BV9Ge,EU+Gb;;AAfH;EAmBC,0BVrHc,EUsHZ;;AApBH;EAwBC,uBVjHoB,EUkHlB;;AAzBH;EA4BC,uBV7HS,EU8HP;;AA7BH;EAgCC,uBV9HU,EU+HR;;AAjCH;EAoCC,0BVzHuB,EU0HrB;;AArCH;EAwCC,0BV9H4B,EU+H1B;;AAKH;EX1GE,wBAAwB;EACxB,eAAe;EACf,iBAAiB;EACjB,eAAe;EACf,YAAY;EACZ,mBAAmB;EACnB,oBAAoB;EACpB,yBAAyB;EACzB,qBAAqB;EAIrB,0BAA0B,EWkGzB;;AAJH;EAOC,oBAAmB,EACjB;;AAIH,0BAA0B;AAE1B;EAEC,sBAAsB;EACtB,YAAY;EACZ,mBAAmB;EACnB,mBAAmB;EACnB,SAAS,EACP;;AAGH;;6BAE6B;AAC7B;EACE;IACD,uBAAuB,EACrB,EAAA;;AAGH;EACE,kBAAkB;EAClB,iBAAiB,EAClB;;AAED;iEACiE;AACjE;EACE,iBAAiB,EAClB;;AAED;EACE,UAAU;EACV,kBAAkB;EAClB,YAAY;EACZ,8BAA8B,EAC/B;;AAED;EACE,wBAAwB,EACzB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,oBAAoB;EACpB,YAAY,EACb;;AAED;EACE,aAAa,EACd;;AAED;EACE,YAAY;EACZ,kBAAkB,EACnB;;AAED;;EAEE,UAAU;EACV,WAAW,EACZ;;AAED;EACE,aAAa,EACd;;AAED;;EAEE,YAAY,EACb;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,sBAAsB,EACvB;;AAED;EACE,mBAAmB,EACpB;;AAED;EACE,aAAa,EACd;;AAED;;;;;EAKE,YAAY;EACZ,eAAe,EAChB;;AAED;EACE,UAAU,EACX;;AAED;EACE,gBAAgB;EAChB,YAAY,EACb;;AAED;EACE,gBAAgB,EACjB;;AAED;EACE,oBAAoB,EACrB;;AAED;;;EAGE,sBAAsB;EACtB,mBAAmB;EACnB,oBAAoB;EACpB,iBAAiB,EAClB;;AAED;EACE,kBAAkB;EAClB,iBAAiB,EAClB;;AAED;EACE,kBAAkB,EACnB;;AAED;EACE,cAAc;EACd,8BAA8B,EAC/B;;AAED;EACE,aAAa,EACd;;AAED;EACE,gBAAgB,EACjB;;AAED;EACE,YAAY;EACZ,iBAAiB,EAClB;;AAED;EACE,cAAc,EACf;;AAED;EACE,YAAY,EACb;;AAED;;EAEE,gBAAgB;EAChB,iBAAiB,EAClB;;AAED;EACE,gBAAgB,EACjB;;AAED;EACE;IACD,kBAAkB,EAChB,EAAA;;AAGH;EACE;IACD,WAAW,EACT,EAAA;;AAGH;EAEE;IACD,WAAW,EACT,EAAA;;AAGH;EACE;IACD,WAAW;IACX,iBAAiB,EACf;EAED;;IAED,WAAW;IACX,iBAAiB,EACf;EAED;;;IAGD,gBAAgB,EACd;EAED;IACD,WAAW,EACT;EAED;;;IAGD,WAAW,EACT;EAED;IACD,WAAW;IACX,cAAc;IACd,gBAAgB,EACd,EAAA;;AAGH;EACE;IACD,eAAe,EACb,EAAA;;AAGH;;8CAE8C;AAE9C;EAGC,kBAAkB;EAClB,qBAAqB,EACnB;;ACjZH;;;;;;;;EAQE;AAEF;EAGC,mBAAmB,EAkCjB;EArCH;IAMG,iBAAiB;IACjB,WAAW,EACZ;EARF;IAWG,aAAa;IACb,UAAU,EACX;EAbF;IAgBG,gBAAgB;IAChB,eAAe;IACf,kBAAkB;IAClB,iBAAiB;IACjB,eAAe,EAChB;EArBF;IAwBG,gBAAgB;IAChB,kBAAkB;IAClB,iBAAiB;IACjB,mBAAmB,EACpB;EA5BF;IA+BG,gBAAgB;IAChB,kBAAkB;IAClB,WAAW;IACX,iBAAiB,EAClB;;AAnCF;EAyCC,YAAY;EACZ,mBAAmB;EACnB,UAAU;EACV,oBAAoB;EACpB,8BAA8B;EAC9B,kBAAkB,EAahB;EA3DH;IAiDG,WAAW;IACX,UAAU,EACX;EAnDF;IAsDG,eAAe;IACf,kBAAkB;IAClB,gBAAgB,EACjB;;AAOF;EAGC,WAAW,EACT;;AAJH;EAQG,gBAAgB,EACjB;;AATF;EAWG,gCAAgC,EACjC;;AAZF;EAcG,iCAAiC,EAClC;;AAMF;ET1EE,4BAA4B;EAC5B,YAAY;EACZ,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,eAAe;EAEf,uCAAuC;EACvC,oCAAoC;EACpC,mCAAmC;ESmEpC,gBAAgB;EAChB,YAAY;EACZ,aAAa;EACb,iBAAiB,EACf;;ACtGH;;;;;;;EAOE;AAEF;iEACiE;AACjE;EAEC,oBAAoB,EAClB;;AAHH;EAKC,mBAAmB,EAKjB;EAVH;IAOG,YAAY;IACZ,UAAU,EACX;;AATF;EAaC,aAAa;EACb,YAAY,EACV;;AAGH;iEACiE;AAMjE;EAEE,8BAA8B;EAC9B,yBAAyB,EAsC1B;EAzCD;IAOC,sBAAsB;IACtB,iBAAiB;IACjB,WAAW,EAgBT;IAzBH;MAYG,kBAAkB;MAClB,kBAAkB;MAClB,gBAAgB;MAChB,kBAAkB;MAClB,uBAAuB;MACvB,oBAAoB;MACpB,oBAAoB;MACpB,YAAY;MACZ,sBAAsB;MACtB,sBAAsB;MACtB,UAAU,EACX;EAvBF;IA4BC,kBAAkB;IAClB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB,uBAAuB;IACvB,iCAAiC;IACjC,oBAAoB;IACpB,YAAY,EACV;EApCH;IAsCC,gBAAgB;IAChB,kBAAkB,EAChB;;AAGH;EACE,kBAAkB;EAClB,WAAW;EACX,kBAAkB,EA+DnB;EAlED;IAMC,oBAAoB,EAClB;EAPH;IASC,8BAA8B;IAC9B,oBAAoB,EAClB;EAXH;IAaC,iBAAiB,EACf;EAdH;IAiBC,kBAAkB,EAChB;EAlBH;IAoBC,qBAAqB;IACrB,aAAa,EACX;EAtBH;IA0BC,uBAAuB;IACvB,mBAAmB;IACnB,YAAY,EAKV;IAjCH;MA8BG,mBAAmB,EACpB;EA/BF;IAoCC,sBAAsB;IACtB,eAAe;IACf,kBAAkB,EAChB;EAvCH;IA2CC,YAAY;IACZ,WAAW,EAoBT;IAhEH;MA+CG,eAAe;MACf,gBAAgB,EACjB;IAjDF;MAoDG,gBAAgB;MAChB,iBAAiB;MACjB,YAAY;MACZ,mBAAmB,EACpB;IAxDF;MA2DG,oBAAoB;MACpB,YAAY,EAEb;;AAMF;EACE,iBAAiB,EAalB;EAXC;IAHF;MAIC,YAAY,EAUZ,EAAA;EAdD;IAQC,UAAU,EACR;EATH;IAWC,aAAa,EACX;;AAKH;EACE,gBAAgB,EAajB;EAdD;IAIC,yBAAyB;IACzB,iBAAiB;IACjB,mBAAmB;IACnB,UAAU;IACV,YAAY;IACZ,iBAAiB;IACjB,eAAe;IACf,WAAW,EACT;;AAIH;EACE,aAAa,EAMd;EAPD;IAIE,eAAe;IACf,YAAY,EACZ;;AAGF;EACE,aAAa,EACd;;AAED;EACE,gBAAgB;EAChB,kBAAkB,EACnB;;AAED;EACE,kBAAkB,EACnB;;AAED;EACE,gBAAgB;EAChB,iBAAiB,EAClB;;AAED;EACE,gBAAgB;EAChB,oBAAoB;EACpB,sBAAsB,EACvB;;AAED;EACE,mBAAmB;EACnB,oBAAoB;EACpB,kBAAkB,EACnB;;AAED;EACE,mBAAmB,EACpB;;AAED;EACE,cAAc,EACf;;AAED;EACE,UAAU;EACV,UAAU,EACX;;AAED;EACE,aACD,EAAC;;AAEF;EACE,eAAe;EACf,mBAAmB;EACnB,cAAc,EAkBf;EArBD;IAKC,UAAU;IACV,WAAW;IACX,iBAAiB,EASf;IAhBH;MASG,WAAW;MACX,YAAY;MACZ,kBAAkB;MAClB,gBAAgB;MAChB,UAAU,EACX;EAdF;IAmBC,sBAAsB,EACpB;;AAGH;EACE,YAAY,EACb;;AAED;EACE,YAAY;EACZ,mBAAmB,EACpB;;AAED;EACE,mBAAmB,EACpB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,mBAAmB,EACpB;;AAED;EACE,iBAAiB,EAClB;;AAED;EACE,iBAAiB;EACjB,kBAAkB;EAClB,uBAAuB,EACxB;;AAED;EACE,YAAY;EACZ,mBAAmB,EACpB;;AAGD;EAEC,0BAA0B,EACxB;;AAHH;EAKC,iCAAiC;EACjC,iBAAiB;EACjB,WAAW,EAQT;EAfH;IAUG,mBAAmB;IACnB,kBAAkB;IAClB,gBAAgB,EACjB;;AAbF;EAkBC,mBAAmB;EACnB,cAAc,EACZ;;AAIH;EACE,eAAe,EAChB;;AAED;EACE,mBAAmB,EACpB;;ACtUD;;;;;;;EAOE;AAEF;wCACwC;AAExC;EACE;IACE,kBAAkB;IAClB,oBAAoB;IACpB,gBAAgB;IAChB,aAAa,EACd;EACD;IACI,yBAAyB;IACzB,4BAA4B,EAC/B,EAAA;;AAGH;wCACwC;AAExC;EACE,oBAAoB;EACpB,mBAAmB,EACpB;;AC9BD;iEACiE;AAEjE;EACC,oBAAoB;EACpB,mBAAmB,EACnB;;AAED;EAEE,2BAA2B,EAC3B;;AAHF;EAKE,mBAAmB,EAUnB;EAfF;IAOG,iBAAiB,EACjB;EARH;IAUG,iBAAiB,EACjB;EAXH;IAaG,gBAAgB,EAChB;;AAIH;iEACiE;AAEjE;EACC;IACC,uBAAuB,EACvB,EAAA;;AAGF;EAEE,cAAc;EACd,kBAAkB;EAClB,gBAAgB,EAKhB;EATF;IAOG,mBAAmB,EACnB;;AAIH;EAEE,mBAAmB;EACnB,sBAAsB;EACtB,UAAU;EACV,YAAY;EACZ,SAAS;EACT,UAAU;EACV,2BAA2B;EAC3B,oCAAoC;EACpC,mCAAmC;EACnC,oBAAoB,EACpB;;AAZF;EAeE,UAAU;EACV,cAAc;EACd,iCAAiC,EACjC;;AAGF;iEACiE;AAEjE;EACC,mBAAmB;EACnB,sBAAsB;EACtB,kBAAkB,EAClB;;AAED;EACC,cAAc;EACd,mBAAmB;EACnB,UAAU;EACV,QAAQ;EACR,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;EAChB,yCAA0B;EAC1B,iBAAiB;EACjB,sCAAsB;EACtB,eAAe;EACf,mBAAmB;EACnB,eAAe;EACf,iBAAiB;EACjB,cAAc,EACd;;AAED;EACC,eAAe;EACf,oBAAoB;EACpB,gBAAgB;EAChB,kBAAkB;EAClB,mBAAmB,EAKnB;EAVD;IAQE,YAAY,EACZ;;AAGF;iEACiE;AAEjE;EACC,aAAa;EACb,0BAAa,EACb","file":"give-admin.css","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/qtip';\r\n@import 'frontend/fonts';\r\n@import 'admin/forms';\r\n@import 'admin/addons';\r\n@import 'admin/reports';\r\n@import 'admin/welcome';\r\n@import 'admin/logs';\r\n@import 'admin/settings';\r\n@import 'admin/payment-history';\r\n@import 'admin/dashboard';\r\n@import 'admin/donors';\r\n@import 'admin/buttons';\r\n@import 'admin/shortcodes';\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\tcontent: \" \";\r\n\tdisplay: table;\r\n }\r\n\r\n &:after {\r\n\tclear: 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 .6em .3em;\r\n font-size: 85%;\r\n font-weight: 700;\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\r\n@mixin give-label-gray() {\r\n background-color: #929292;\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//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 float: left;\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 float: left;\r\n border: 1px solid $borders;\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","/*\n * qTip2 - Pretty powerful tooltips - v2.2.1\n * http://qtip2.com\n *\n * Copyright (c) 2014 \n * Released under the MIT licenses\n * http://jquery.org/license\n *\n * Date: Sun Sep 7 2014 12:09 GMT+0100+0100\n * Plugins: tips modal viewport svg imagemap ie6\n * Styles: core basic css3\n */\n.qtip{\n\tposition: absolute;\n\tleft: -28000px;\n\ttop: -28000px;\n\tdisplay: none;\n\n\tmax-width: 280px;\n\tmin-width: 50px;\n\n\tfont-size: 10.5px;\n\tline-height: 12px;\n\n\tdirection: ltr;\n\n\tbox-shadow: none;\n\tpadding: 0;\n}\n\n\t.qtip-content{\n\t\tposition: relative;\n\t\tpadding: 5px 9px;\n\t\toverflow: hidden;\n\n\t\ttext-align: left;\n\t\tword-wrap: break-word;\n\t}\n\n\t.qtip-titlebar{\n\t\tposition: relative;\n\t\tpadding: 5px 35px 5px 10px;\n\t\toverflow: hidden;\n\n\t\tborder-width: 0 0 1px;\n\t\tfont-weight: bold;\n\t}\n\n\t.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }\n\n\t/* Default close button class */\n\t.qtip-close{\n\t\tposition: absolute;\n\t\tright: -9px; top: -9px;\n\t\tz-index: 11; /* Overlap .qtip-tip */\n\n\t\tcursor: pointer;\n\t\toutline: medium none;\n\n\t\tborder: 1px solid transparent;\n\t}\n\n\t\t.qtip-titlebar .qtip-close{\n\t\t\tright: 4px; top: 50%;\n\t\t\tmargin-top: -9px;\n\t\t}\n\n\t\t* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */\n\n\t\t.qtip-titlebar .ui-icon,\n\t\t.qtip-icon .ui-icon{\n\t\t\tdisplay: block;\n\t\t\ttext-indent: -1000em;\n\t\t\tdirection: ltr;\n\t\t}\n\n\t\t.qtip-icon, .qtip-icon .ui-icon{\n\t\t\t-moz-border-radius: 3px;\n\t\t\t-webkit-border-radius: 3px;\n\t\t\tborder-radius: 3px;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t\t.qtip-icon .ui-icon{\n\t\t\t\twidth: 18px;\n\t\t\t\theight: 14px;\n\n\t\t\t\tline-height: 14px;\n\t\t\t\ttext-align: center;\n\t\t\t\ttext-indent: 0;\n\t\t\t\tfont: normal bold 10px/13px Tahoma,sans-serif;\n\n\t\t\t\tcolor: inherit;\n\t\t\t\tbackground: transparent none no-repeat -100em -100em;\n\t\t\t}\n\n/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */\n.qtip-focus{}\n\n/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */\n.qtip-hover{}\n\n/* Default tooltip style */\n.qtip-default{\n\tborder: 1px solid #F1D031;\n\n\tbackground-color: #FFFFA3;\n\tcolor: #555;\n}\n\n\t.qtip-default .qtip-titlebar{\n\t\tbackground-color: #FFEF93;\n\t}\n\n\t.qtip-default .qtip-icon{\n\t\tborder-color: #CCC;\n\t\tbackground: #F1F1F1;\n\t\tcolor: #777;\n\t}\n\n\t.qtip-default .qtip-titlebar .qtip-close{\n\t\tborder-color: #AAA;\n\t\tcolor: #111;\n\t}\n\n\n/*! Light tooltip style */\n.qtip-light{\n\tbackground-color: white;\n\tborder-color: #E2E2E2;\n\tcolor: #454545;\n}\n\n\t.qtip-light .qtip-titlebar{\n\t\tbackground-color: #f1f1f1;\n\t}\n\n\n/*! Dark tooltip style */\n.qtip-dark{\n\tbackground-color: #505050;\n\tborder-color: #303030;\n\tcolor: #f3f3f3;\n}\n\n\t.qtip-dark .qtip-titlebar{\n\t\tbackground-color: #404040;\n\t}\n\n\t.qtip-dark .qtip-icon{\n\t\tborder-color: #444;\n\t}\n\n\t.qtip-dark .qtip-titlebar .ui-state-hover{\n\t\tborder-color: #303030;\n\t}\n\n\n/*! Cream tooltip style */\n.qtip-cream{\n\tbackground-color: #FBF7AA;\n\tborder-color: #F9E98E;\n\tcolor: #A27D35;\n}\n\n\t.qtip-cream .qtip-titlebar{\n\t\tbackground-color: #F0DE7D;\n\t}\n\n\t.qtip-cream .qtip-close .qtip-icon{\n\t\tbackground-position: -82px 0;\n\t}\n\n\n/*! Red tooltip style */\n.qtip-red{\n\tbackground-color: #F78B83;\n\tborder-color: #D95252;\n\tcolor: #912323;\n}\n\n\t.qtip-red .qtip-titlebar{\n\t\tbackground-color: #F06D65;\n\t}\n\n\t.qtip-red .qtip-close .qtip-icon{\n\t\tbackground-position: -102px 0;\n\t}\n\n\t.qtip-red .qtip-icon{\n\t\tborder-color: #D95252;\n\t}\n\n\t.qtip-red .qtip-titlebar .ui-state-hover{\n\t\tborder-color: #D95252;\n\t}\n\n\n/*! Green tooltip style */\n.qtip-green{\n\tbackground-color: #CAED9E;\n\tborder-color: #90D93F;\n\tcolor: #3F6219;\n}\n\n\t.qtip-green .qtip-titlebar{\n\t\tbackground-color: #B0DE78;\n\t}\n\n\t.qtip-green .qtip-close .qtip-icon{\n\t\tbackground-position: -42px 0;\n\t}\n\n\n/*! Blue tooltip style */\n.qtip-blue{\n\tbackground-color: #E5F6FE;\n\tborder-color: #ADD9ED;\n\tcolor: #5E99BD;\n}\n\n\t.qtip-blue .qtip-titlebar{\n\t\tbackground-color: #D0E9F5;\n\t}\n\n\t.qtip-blue .qtip-close .qtip-icon{\n\t\tbackground-position: -2px 0;\n\t}\n\n\n.qtip-shadow{\n\t-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n\t-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n\tbox-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n}\n\n/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */\n.qtip-rounded,\n.qtip-tipsy,\n.qtip-bootstrap{\n\t-moz-border-radius: 5px;\n\t-webkit-border-radius: 5px;\n\tborder-radius: 5px;\n}\n\n.qtip-rounded .qtip-titlebar{\n\t-moz-border-radius: 4px 4px 0 0;\n\t-webkit-border-radius: 4px 4px 0 0;\n\tborder-radius: 4px 4px 0 0;\n}\n\n/* Youtube tooltip style */\n.qtip-youtube{\n\t-moz-border-radius: 2px;\n\t-webkit-border-radius: 2px;\n\tborder-radius: 2px;\n\n\t-webkit-box-shadow: 0 0 3px #333;\n\t-moz-box-shadow: 0 0 3px #333;\n\tbox-shadow: 0 0 3px #333;\n\n\tcolor: white;\n\tborder: 0 solid transparent;\n\n\tbackground: #4A4A4A;\n\tbackground-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));\n\tbackground-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);\n\tbackground-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);\n\tbackground-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);\n\tbackground-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);\n}\n\n\t.qtip-youtube .qtip-titlebar{\n\t\tbackground-color: #4A4A4A;\n\t\tbackground-color: rgba(0,0,0,0);\n\t}\n\n\t.qtip-youtube .qtip-content{\n\t\tpadding: .75em;\n\t\tfont: 12px arial,sans-serif;\n\n\t\tfilter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);\n\t\t-ms-filter: \"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);\";\n\t}\n\n\t.qtip-youtube .qtip-icon{\n\t\tborder-color: #222;\n\t}\n\n\t.qtip-youtube .qtip-titlebar .ui-state-hover{\n\t\tborder-color: #303030;\n\t}\n\n\n/* jQuery TOOLS Tooltip style */\n.qtip-jtools{\n\tbackground: #232323;\n\tbackground: rgba(0, 0, 0, 0.7);\n\tbackground-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));\n\tbackground-image: -moz-linear-gradient(top, #717171, #232323);\n\tbackground-image: -webkit-linear-gradient(top, #717171, #232323);\n\tbackground-image: -ms-linear-gradient(top, #717171, #232323);\n\tbackground-image: -o-linear-gradient(top, #717171, #232323);\n\n\tborder: 2px solid #ddd;\n\tborder: 2px solid rgba(241,241,241,1);\n\n\t-moz-border-radius: 2px;\n\t-webkit-border-radius: 2px;\n\tborder-radius: 2px;\n\n\t-webkit-box-shadow: 0 0 12px #333;\n\t-moz-box-shadow: 0 0 12px #333;\n\tbox-shadow: 0 0 12px #333;\n}\n\n\t/* IE Specific */\n\t.qtip-jtools .qtip-titlebar{\n\t\tbackground-color: transparent;\n\t\tfilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);\n\t\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)\";\n\t}\n\t.qtip-jtools .qtip-content{\n\t\tfilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);\n\t\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)\";\n\t}\n\n\t.qtip-jtools .qtip-titlebar,\n\t.qtip-jtools .qtip-content{\n\t\tbackground: transparent;\n\t\tcolor: white;\n\t\tborder: 0 dashed transparent;\n\t}\n\n\t.qtip-jtools .qtip-icon{\n\t\tborder-color: #555;\n\t}\n\n\t.qtip-jtools .qtip-titlebar .ui-state-hover{\n\t\tborder-color: #333;\n\t}\n\n\n/* Cluetip style */\n.qtip-cluetip{\n\t-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);\n\t-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);\n\tbox-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);\n\n\tbackground-color: #D9D9C2;\n\tcolor: #111;\n\tborder: 0 dashed transparent;\n}\n\n\t.qtip-cluetip .qtip-titlebar{\n\t\tbackground-color: #87876A;\n\t\tcolor: white;\n\t\tborder: 0 dashed transparent;\n\t}\n\n\t.qtip-cluetip .qtip-icon{\n\t\tborder-color: #808064;\n\t}\n\n\t.qtip-cluetip .qtip-titlebar .ui-state-hover{\n\t\tborder-color: #696952;\n\t\tcolor: #696952;\n\t}\n\n\n/* Tipsy style */\n.qtip-tipsy{\n\tbackground: black;\n\tbackground: rgba(0, 0, 0, .87);\n\n\tcolor: white;\n\tborder: 0 solid transparent;\n\n\tfont-size: 11px;\n\tfont-family: 'Lucida Grande', sans-serif;\n\tfont-weight: bold;\n\tline-height: 16px;\n\ttext-shadow: 0 1px black;\n}\n\n\t.qtip-tipsy .qtip-titlebar{\n\t\tpadding: 6px 35px 0 10px;\n\t\tbackground-color: transparent;\n\t}\n\n\t.qtip-tipsy .qtip-content{\n\t\tpadding: 6px 10px;\n\t}\n\n\t.qtip-tipsy .qtip-icon{\n\t\tborder-color: #222;\n\t\ttext-shadow: none;\n\t}\n\n\t.qtip-tipsy .qtip-titlebar .ui-state-hover{\n\t\tborder-color: #303030;\n\t}\n\n\n/* Tipped style */\n.qtip-tipped{\n\tborder: 3px solid #959FA9;\n\n\t-moz-border-radius: 3px;\n\t-webkit-border-radius: 3px;\n\tborder-radius: 3px;\n\n\tbackground-color: #F9F9F9;\n\tcolor: #454545;\n\n\tfont-weight: normal;\n\tfont-family: serif;\n}\n\n\t.qtip-tipped .qtip-titlebar{\n\t\tborder-bottom-width: 0;\n\n\t\tcolor: white;\n\t\tbackground: #3A79B8;\n\t\tbackground-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));\n\t\tbackground-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);\n\t\tbackground-image: -moz-linear-gradient(top, #3A79B8, #2E629D);\n\t\tbackground-image: -ms-linear-gradient(top, #3A79B8, #2E629D);\n\t\tbackground-image: -o-linear-gradient(top, #3A79B8, #2E629D);\n\t\tfilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);\n\t\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)\";\n\t}\n\n\t.qtip-tipped .qtip-icon{\n\t\tborder: 2px solid #285589;\n\t\tbackground: #285589;\n\t}\n\n\t\t.qtip-tipped .qtip-icon .ui-icon{\n\t\t\tbackground-color: #FBFBFB;\n\t\t\tcolor: #555;\n\t\t}\n\n\n/**\n * Twitter Bootstrap style.\n *\n * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.\n * Does not work with IE 7.\n */\n.qtip-bootstrap{\n\t/** Taken from Bootstrap body */\n\tfont-size: 14px;\n\tline-height: 20px;\n\tcolor: #333333;\n\n\t/** Taken from Bootstrap .popover */\n\tpadding: 1px;\n\tbackground-color: #ffffff;\n\tborder: 1px solid #ccc;\n\tborder: 1px solid rgba(0, 0, 0, 0.2);\n\t-webkit-border-radius: 6px;\n\t-moz-border-radius: 6px;\n\tborder-radius: 6px;\n\t-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n\t-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n\tbox-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n\t-webkit-background-clip: padding-box;\n\t-moz-background-clip: padding;\n\tbackground-clip: padding-box;\n}\n\n\t.qtip-bootstrap .qtip-titlebar{\n\t\t/** Taken from Bootstrap .popover-title */\n\t\tpadding: 8px 14px;\n\t\tmargin: 0;\n\t\tfont-size: 14px;\n\t\tfont-weight: normal;\n\t\tline-height: 18px;\n\t\tbackground-color: #f7f7f7;\n\t\tborder-bottom: 1px solid #ebebeb;\n\t\t-webkit-border-radius: 5px 5px 0 0;\n\t\t-moz-border-radius: 5px 5px 0 0;\n\t\tborder-radius: 5px 5px 0 0;\n\t}\n\n\t\t.qtip-bootstrap .qtip-titlebar .qtip-close{\n\t\t\t/**\n\t\t\t * Overrides qTip2:\n\t\t\t * .qtip-titlebar .qtip-close{\n\t\t\t * [...]\n\t\t\t * right: 4px;\n\t\t\t * top: 50%;\n\t\t\t * [...]\n\t\t\t * border-style: solid;\n\t\t\t * }\n\t\t\t */\n\t\t\tright: 11px;\n\t\t\ttop: 45%;\n\t\t\tborder-style: none;\n\t\t}\n\n\t.qtip-bootstrap .qtip-content{\n\t\t/** Taken from Bootstrap .popover-content */\n\t\tpadding: 9px 14px;\n\t}\n\n\t.qtip-bootstrap .qtip-icon{\n\t\t/**\n\t\t * Overrides qTip2:\n\t\t * .qtip-default .qtip-icon {\n\t\t * border-color: #CCC;\n\t\t * background: #F1F1F1;\n\t\t * color: #777;\n\t\t * }\n\t\t */\n\t\tbackground: transparent;\n\t}\n\n\t\t.qtip-bootstrap .qtip-icon .ui-icon{\n\t\t\t/**\n\t\t\t * Overrides qTip2:\n\t\t\t * .qtip-icon .ui-icon{\n\t\t\t * width: 18px;\n\t\t\t * height: 14px;\n\t\t\t * }\n\t\t\t */\n\t\t\twidth: auto;\n\t\t\theight: auto;\n\n\t\t\t/* Taken from Bootstrap .close */\n\t\t\tfloat: right;\n\t\t\tfont-size: 20px;\n\t\t\tfont-weight: bold;\n\t\t\tline-height: 18px;\n\t\t\tcolor: #000000;\n\t\t\ttext-shadow: 0 1px 0 #ffffff;\n\t\t\topacity: 0.2;\n\t\t\tfilter: alpha(opacity=20);\n\t\t}\n\n\t\t.qtip-bootstrap .qtip-icon .ui-icon:hover{\n\t\t\t/* Taken from Bootstrap .close:hover */\n\t\t\tcolor: #000000;\n\t\t\ttext-decoration: none;\n\t\t\tcursor: pointer;\n\t\t\topacity: 0.4;\n\t\t\tfilter: alpha(opacity=40);\n\t\t}\n\n\n/* IE9 fix - removes all filters */\n.qtip:not(.ie9haxors) div.qtip-content,\n.qtip:not(.ie9haxors) div.qtip-titlebar{\n\tfilter: none;\n\t-ms-filter: none;\n}\n\n\n.qtip .qtip-tip{\n\tmargin: 0 auto;\n\toverflow: hidden;\n\tz-index: 10;\n\n}\n\n\t/* Opera bug #357 - Incorrect tip position\n\thttps://github.com/Craga89/qTip2/issues/367 */\n\tx:-o-prefocus, .qtip .qtip-tip{\n\t\tvisibility: hidden;\n\t}\n\n\t.qtip .qtip-tip,\n\t.qtip .qtip-tip .qtip-vml,\n\t.qtip .qtip-tip canvas{\n\t\tposition: absolute;\n\n\t\tcolor: #123456;\n\t\tbackground: transparent;\n\t\tborder: 0 dashed transparent;\n\t}\n\n\t.qtip .qtip-tip canvas{ top: 0; left: 0; }\n\n\t.qtip .qtip-tip .qtip-vml{\n\t\tbehavior: url(#default#VML);\n\t\tdisplay: inline-block;\n\t\tvisibility: visible;\n\t}\n\n\n#qtip-overlay{\n\tposition: fixed;\n\tleft: 0; top: 0;\n\twidth: 100%; height: 100%;\n}\n\n\t/* Applied to modals with show.modal.blur set to true */\n\t#qtip-overlay.blurs{ cursor: pointer; }\n\n\t/* Change opacity of overlay here */\n\t#qtip-overlay div{\n\t\tposition: absolute;\n\t\tleft: 0; top: 0;\n\t\twidth: 100%; height: 100%;\n\n\t\tbackground-color: black;\n\n\t\topacity: 0.7;\n\t\tfilter:alpha(opacity=70);\n\t\t-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)\";\n\t}\n\n\n.qtipmodal-ie6fix{\n\tposition: absolute !important;\n}\n","/**\n * Give Frontend Fonts SCSS\n *\n * @description: 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.ttf?kdnr3d') format('truetype'),\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// Spinning Icons\n// --------------------------\n\n.fa-spin {\n -webkit-animation: spin 1000ms infinite linear;\n animation: spin 1000ms infinite linear;\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@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","/*!\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*/\n/**\r\n * Clearfix\r\n */\n.give-clearfix {\n *zoom: 1; }\n .give-clearfix:before, .give-clearfix:after {\n content: \" \";\n display: table; }\n .give-clearfix:after {\n clear: both; }\n\n/**\r\n * Box Sizing\r\n * https://github.com/timrogers/sass-box-sizing-mixin\r\n */\n/**\r\n * CSS3 Easing\r\n */\n.give-item-label {\n padding: .2em .6em .3em;\n font-size: 85%;\n font-weight: 700;\n line-height: 1;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: .25em; }\n\n.give-item-label-gray {\n background-color: #929292; }\n\n/**\r\n * Give CSS Variables\r\n */\n/*\n * qTip2 - Pretty powerful tooltips - v2.2.1\n * http://qtip2.com\n *\n * Copyright (c) 2014 \n * Released under the MIT licenses\n * http://jquery.org/license\n *\n * Date: Sun Sep 7 2014 12:09 GMT+0100+0100\n * Plugins: tips modal viewport svg imagemap ie6\n * Styles: core basic css3\n */\n.qtip {\n position: absolute;\n left: -28000px;\n top: -28000px;\n display: none;\n max-width: 280px;\n min-width: 50px;\n font-size: 10.5px;\n line-height: 12px;\n direction: ltr;\n box-shadow: none;\n padding: 0; }\n\n.qtip-content {\n position: relative;\n padding: 5px 9px;\n overflow: hidden;\n text-align: left;\n word-wrap: break-word; }\n\n.qtip-titlebar {\n position: relative;\n padding: 5px 35px 5px 10px;\n overflow: hidden;\n border-width: 0 0 1px;\n font-weight: bold; }\n\n.qtip-titlebar + .qtip-content {\n border-top-width: 0 !important; }\n\n/* Default close button class */\n.qtip-close {\n position: absolute;\n right: -9px;\n top: -9px;\n z-index: 11;\n /* Overlap .qtip-tip */\n cursor: pointer;\n outline: medium none;\n border: 1px solid transparent; }\n\n.qtip-titlebar .qtip-close {\n right: 4px;\n top: 50%;\n margin-top: -9px; }\n\n* html .qtip-titlebar .qtip-close {\n top: 16px; }\n\n/* IE fix */\n.qtip-titlebar .ui-icon,\n.qtip-icon .ui-icon {\n display: block;\n text-indent: -1000em;\n direction: ltr; }\n\n.qtip-icon, .qtip-icon .ui-icon {\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n border-radius: 3px;\n text-decoration: none; }\n\n.qtip-icon .ui-icon {\n width: 18px;\n height: 14px;\n line-height: 14px;\n text-align: center;\n text-indent: 0;\n font: normal bold 10px/13px Tahoma,sans-serif;\n color: inherit;\n background: transparent none no-repeat -100em -100em; }\n\n/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */\n/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */\n/* Default tooltip style */\n.qtip-default {\n border: 1px solid #F1D031;\n background-color: #FFFFA3;\n color: #555; }\n\n.qtip-default .qtip-titlebar {\n background-color: #FFEF93; }\n\n.qtip-default .qtip-icon {\n border-color: #CCC;\n background: #F1F1F1;\n color: #777; }\n\n.qtip-default .qtip-titlebar .qtip-close {\n border-color: #AAA;\n color: #111; }\n\n/*! Light tooltip style */\n.qtip-light {\n background-color: white;\n border-color: #E2E2E2;\n color: #454545; }\n\n.qtip-light .qtip-titlebar {\n background-color: #f1f1f1; }\n\n/*! Dark tooltip style */\n.qtip-dark {\n background-color: #505050;\n border-color: #303030;\n color: #f3f3f3; }\n\n.qtip-dark .qtip-titlebar {\n background-color: #404040; }\n\n.qtip-dark .qtip-icon {\n border-color: #444; }\n\n.qtip-dark .qtip-titlebar .ui-state-hover {\n border-color: #303030; }\n\n/*! Cream tooltip style */\n.qtip-cream {\n background-color: #FBF7AA;\n border-color: #F9E98E;\n color: #A27D35; }\n\n.qtip-cream .qtip-titlebar {\n background-color: #F0DE7D; }\n\n.qtip-cream .qtip-close .qtip-icon {\n background-position: -82px 0; }\n\n/*! Red tooltip style */\n.qtip-red {\n background-color: #F78B83;\n border-color: #D95252;\n color: #912323; }\n\n.qtip-red .qtip-titlebar {\n background-color: #F06D65; }\n\n.qtip-red .qtip-close .qtip-icon {\n background-position: -102px 0; }\n\n.qtip-red .qtip-icon {\n border-color: #D95252; }\n\n.qtip-red .qtip-titlebar .ui-state-hover {\n border-color: #D95252; }\n\n/*! Green tooltip style */\n.qtip-green {\n background-color: #CAED9E;\n border-color: #90D93F;\n color: #3F6219; }\n\n.qtip-green .qtip-titlebar {\n background-color: #B0DE78; }\n\n.qtip-green .qtip-close .qtip-icon {\n background-position: -42px 0; }\n\n/*! Blue tooltip style */\n.qtip-blue {\n background-color: #E5F6FE;\n border-color: #ADD9ED;\n color: #5E99BD; }\n\n.qtip-blue .qtip-titlebar {\n background-color: #D0E9F5; }\n\n.qtip-blue .qtip-close .qtip-icon {\n background-position: -2px 0; }\n\n.qtip-shadow {\n -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }\n\n/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */\n.qtip-rounded,\n.qtip-tipsy,\n.qtip-bootstrap {\n -moz-border-radius: 5px;\n -webkit-border-radius: 5px;\n border-radius: 5px; }\n\n.qtip-rounded .qtip-titlebar {\n -moz-border-radius: 4px 4px 0 0;\n -webkit-border-radius: 4px 4px 0 0;\n border-radius: 4px 4px 0 0; }\n\n/* Youtube tooltip style */\n.qtip-youtube {\n -moz-border-radius: 2px;\n -webkit-border-radius: 2px;\n border-radius: 2px;\n -webkit-box-shadow: 0 0 3px #333;\n -moz-box-shadow: 0 0 3px #333;\n box-shadow: 0 0 3px #333;\n color: white;\n border: 0 solid transparent;\n background: #4A4A4A;\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));\n background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);\n background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);\n background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);\n background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }\n\n.qtip-youtube .qtip-titlebar {\n background-color: #4A4A4A;\n background-color: transparent; }\n\n.qtip-youtube .qtip-content {\n padding: .75em;\n font: 12px arial,sans-serif;\n filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);\n -ms-filter: \"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);\"; }\n\n.qtip-youtube .qtip-icon {\n border-color: #222; }\n\n.qtip-youtube .qtip-titlebar .ui-state-hover {\n border-color: #303030; }\n\n/* jQuery TOOLS Tooltip style */\n.qtip-jtools {\n background: #232323;\n background: rgba(0, 0, 0, 0.7);\n background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));\n background-image: -moz-linear-gradient(top, #717171, #232323);\n background-image: -webkit-linear-gradient(top, #717171, #232323);\n background-image: -ms-linear-gradient(top, #717171, #232323);\n background-image: -o-linear-gradient(top, #717171, #232323);\n border: 2px solid #ddd;\n border: 2px solid #f1f1f1;\n -moz-border-radius: 2px;\n -webkit-border-radius: 2px;\n border-radius: 2px;\n -webkit-box-shadow: 0 0 12px #333;\n -moz-box-shadow: 0 0 12px #333;\n box-shadow: 0 0 12px #333; }\n\n/* IE Specific */\n.qtip-jtools .qtip-titlebar {\n background-color: transparent;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);\n -ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)\"; }\n\n.qtip-jtools .qtip-content {\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);\n -ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)\"; }\n\n.qtip-jtools .qtip-titlebar,\n.qtip-jtools .qtip-content {\n background: transparent;\n color: white;\n border: 0 dashed transparent; }\n\n.qtip-jtools .qtip-icon {\n border-color: #555; }\n\n.qtip-jtools .qtip-titlebar .ui-state-hover {\n border-color: #333; }\n\n/* Cluetip style */\n.qtip-cluetip {\n -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);\n -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);\n box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);\n background-color: #D9D9C2;\n color: #111;\n border: 0 dashed transparent; }\n\n.qtip-cluetip .qtip-titlebar {\n background-color: #87876A;\n color: white;\n border: 0 dashed transparent; }\n\n.qtip-cluetip .qtip-icon {\n border-color: #808064; }\n\n.qtip-cluetip .qtip-titlebar .ui-state-hover {\n border-color: #696952;\n color: #696952; }\n\n/* Tipsy style */\n.qtip-tipsy {\n background: black;\n background: rgba(0, 0, 0, 0.87);\n color: white;\n border: 0 solid transparent;\n font-size: 11px;\n font-family: 'Lucida Grande', sans-serif;\n font-weight: bold;\n line-height: 16px;\n text-shadow: 0 1px black; }\n\n.qtip-tipsy .qtip-titlebar {\n padding: 6px 35px 0 10px;\n background-color: transparent; }\n\n.qtip-tipsy .qtip-content {\n padding: 6px 10px; }\n\n.qtip-tipsy .qtip-icon {\n border-color: #222;\n text-shadow: none; }\n\n.qtip-tipsy .qtip-titlebar .ui-state-hover {\n border-color: #303030; }\n\n/* Tipped style */\n.qtip-tipped {\n border: 3px solid #959FA9;\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n border-radius: 3px;\n background-color: #F9F9F9;\n color: #454545;\n font-weight: normal;\n font-family: serif; }\n\n.qtip-tipped .qtip-titlebar {\n border-bottom-width: 0;\n color: white;\n background: #3A79B8;\n background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));\n background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);\n background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);\n background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);\n background-image: -o-linear-gradient(top, #3A79B8, #2E629D);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);\n -ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)\"; }\n\n.qtip-tipped .qtip-icon {\n border: 2px solid #285589;\n background: #285589; }\n\n.qtip-tipped .qtip-icon .ui-icon {\n background-color: #FBFBFB;\n color: #555; }\n\n/**\n * Twitter Bootstrap style.\n *\n * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.\n * Does not work with IE 7.\n */\n.qtip-bootstrap {\n /** Taken from Bootstrap body */\n font-size: 14px;\n line-height: 20px;\n color: #333333;\n /** Taken from Bootstrap .popover */\n padding: 1px;\n background-color: #ffffff;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, 0.2);\n -webkit-border-radius: 6px;\n -moz-border-radius: 6px;\n border-radius: 6px;\n -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n -webkit-background-clip: padding-box;\n -moz-background-clip: padding;\n background-clip: padding-box; }\n\n.qtip-bootstrap .qtip-titlebar {\n /** Taken from Bootstrap .popover-title */\n padding: 8px 14px;\n margin: 0;\n font-size: 14px;\n font-weight: normal;\n line-height: 18px;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n -webkit-border-radius: 5px 5px 0 0;\n -moz-border-radius: 5px 5px 0 0;\n border-radius: 5px 5px 0 0; }\n\n.qtip-bootstrap .qtip-titlebar .qtip-close {\n /**\n\t\t\t * Overrides qTip2:\n\t\t\t * .qtip-titlebar .qtip-close{\n\t\t\t * [...]\n\t\t\t * right: 4px;\n\t\t\t * top: 50%;\n\t\t\t * [...]\n\t\t\t * border-style: solid;\n\t\t\t * }\n\t\t\t */\n right: 11px;\n top: 45%;\n border-style: none; }\n\n.qtip-bootstrap .qtip-content {\n /** Taken from Bootstrap .popover-content */\n padding: 9px 14px; }\n\n.qtip-bootstrap .qtip-icon {\n /**\n\t\t * Overrides qTip2:\n\t\t * .qtip-default .qtip-icon {\n\t\t * border-color: #CCC;\n\t\t * background: #F1F1F1;\n\t\t * color: #777;\n\t\t * }\n\t\t */\n background: transparent; }\n\n.qtip-bootstrap .qtip-icon .ui-icon {\n /**\n\t\t\t * Overrides qTip2:\n\t\t\t * .qtip-icon .ui-icon{\n\t\t\t * width: 18px;\n\t\t\t * height: 14px;\n\t\t\t * }\n\t\t\t */\n width: auto;\n height: auto;\n /* Taken from Bootstrap .close */\n float: right;\n font-size: 20px;\n font-weight: bold;\n line-height: 18px;\n color: #000000;\n text-shadow: 0 1px 0 #ffffff;\n opacity: 0.2;\n filter: alpha(opacity=20); }\n\n.qtip-bootstrap .qtip-icon .ui-icon:hover {\n /* Taken from Bootstrap .close:hover */\n color: #000000;\n text-decoration: none;\n cursor: pointer;\n opacity: 0.4;\n filter: alpha(opacity=40); }\n\n/* IE9 fix - removes all filters */\n.qtip:not(.ie9haxors) div.qtip-content,\n.qtip:not(.ie9haxors) div.qtip-titlebar {\n filter: none;\n -ms-filter: none; }\n\n.qtip .qtip-tip {\n margin: 0 auto;\n overflow: hidden;\n z-index: 10; }\n\n/* Opera bug #357 - Incorrect tip position\n\thttps://github.com/Craga89/qTip2/issues/367 */\nx:-o-prefocus, .qtip .qtip-tip {\n visibility: hidden; }\n\n.qtip .qtip-tip,\n.qtip .qtip-tip .qtip-vml,\n.qtip .qtip-tip canvas {\n position: absolute;\n color: #123456;\n background: transparent;\n border: 0 dashed transparent; }\n\n.qtip .qtip-tip canvas {\n top: 0;\n left: 0; }\n\n.qtip .qtip-tip .qtip-vml {\n behavior: url(#default#VML);\n display: inline-block;\n visibility: visible; }\n\n#qtip-overlay {\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%; }\n\n/* Applied to modals with show.modal.blur set to true */\n#qtip-overlay.blurs {\n cursor: pointer; }\n\n/* Change opacity of overlay here */\n#qtip-overlay div {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background-color: black;\n opacity: 0.7;\n filter: alpha(opacity=70);\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)\"; }\n\n.qtipmodal-ie6fix {\n position: absolute !important; }\n\n/**\n * Give Frontend Fonts SCSS\n *\n * @description: 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\"), url(\"../assets/fonts/icomoon.woff?kdnr3d\") format(\"woff\"), url(\"../assets/fonts/icomoon.ttf?kdnr3d\") format(\"truetype\"), url(\"../assets/fonts/icomoon.svg?kdnr3d#icomoon\") format(\"svg\");\n font-weight: normal;\n font-style: normal; }\n\n[class^=\"give-icon-\"], [class*=\" give-icon-\"] {\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 /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale; }\n\n.give-icon-lamp:before {\n content: \"\\e603\"; }\n\n.give-icon-heart:before {\n content: \"\\e604\"; }\n\n.give-icon-question:before {\n content: \"\\e602\"; }\n\n.give-icon-info:before {\n content: \"\\e601\"; }\n\n.give-icon-new-tab:before {\n content: \"\\ea7e\"; }\n\n.give-icon-alert:before {\n content: \"\\f02d\"; }\n\n.give-icon-help:before {\n content: \"\\e606\"; }\n\n.give-icon-spinner:before {\n content: \"\\e605\"; }\n\n.give-icon-spinner2:before {\n content: \"\\e607\"; }\n\n.give-icon-plus:before {\n content: \"\\e040\"; }\n\n.give-icon-minus:before {\n content: \"\\e041\"; }\n\n.give-icon-locked:before {\n content: \"\\e600\"; }\n\n.dashicons-give:before {\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 /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n content: \"\\e800\"; }\n\n.fa-spin {\n -webkit-animation: spin 1000ms infinite linear;\n animation: spin 1000ms infinite linear; }\n\n@-webkit-keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n@keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\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*/\n/*------------------------------------\r\nForms CPT\r\n--------------------------------------*/\n/* Hide conditional fields */\n.cmb2-id--give-set-price,\n.cmb2-id--give-levels-header,\n.cmb2-id--give-levels-header + .cmb-repeat-group-wrap,\n.cmb2-id--give-display-style,\n.post-type-give_forms .tablenav #post-query-submit,\n.give-hidden,\n.cmb2-id--give-form-content,\n.cmb2-id--give-reveal-label,\n.cmb2-id--give-custom-amount-minimum,\n.cmb2-id--give-custom-amount-text,\n.cmb2-id--give-offline-checkout-notes {\n display: none; }\n\n/* Donation Levels Repeating Field */\n#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {\n font-size: 12px; }\n\n#_give_donation_levels_repeat .cmb-group-title, #_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row, #_give_donation_levels_repeat .cmb-row > .handlediv {\n display: none; }\n\n/* Table Rows */\ndiv.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {\n padding: 0 !important;\n margin: 0 !important;\n min-width: 100%;\n max-width: 0; }\n\n.cmb2-id--give-levels-header {\n padding: 10px 12px 0 !important;\n margin: 0 !important;\n background: #F7F7F7;\n border-bottom: none !important; }\n .cmb2-id--give-levels-header .table-container {\n display: table;\n width: 100%;\n border-top: 1px solid #e9e9e9;\n border-bottom: 1px solid #e9e9e9;\n border-left: 1px solid #e9e9e9; }\n .cmb2-id--give-levels-header .table-container > .table-row {\n display: table-row;\n background: #FCFCFC; }\n .cmb2-id--give-levels-header .table-container > .table-row > .table-cell {\n display: table-cell;\n vertical-align: middle;\n padding: 10px 15px;\n border-right: 1px solid #e9e9e9; }\n\n#_give_donation_levels_repeat {\n background: #F7F7F7;\n padding: 0 12px 20px;\n box-sizing: border-box; }\n #_give_donation_levels_repeat .cmb-row, #_give_donation_levels_repeat .inside {\n margin: 0; }\n #_give_donation_levels_repeat .cmb-remove-field-row {\n margin: 3px 0 0; }\n #_give_donation_levels_repeat .cmb-remove-field-row .button {\n height: 25px;\n padding: 0 3px; }\n #_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no {\n line-height: 1.15em; }\n #_give_donation_levels_repeat .cmbhandle {\n display: none; }\n #_give_donation_levels_repeat .cmb-add-row {\n margin: 12px 0 0; }\n\n.give-time-field {\n width: 65px; }\n\n.give-money-field {\n width: 75px;\n margin-right: 0;\n margin-left: 0; }\n\n.give-money-symbol {\n border: 1px solid #e9e9e9;\n background: #FCFCFC;\n margin: 0;\n font-size: 14px;\n padding: 5px 8px; }\n\n.give-money-symbol-before {\n border-right: 0; }\n\n.give-money-symbol-after {\n border-left: 0; }\n\np.give-level-id {\n border-radius: 50%;\n border: 1px solid #e9e9e9;\n background: #FCFCFC;\n padding: 2px 7px;\n font-size: 11px; }\n\n.give-underline {\n text-decoration: underline; }\n\n#poststuff .give-subfield {\n background: #FAFAFA; }\n #poststuff .give-subfield .cmb-th label {\n padding-left: 16px; }\n #poststuff .give-subfield .cmb-td {\n padding-right: 10px;\n box-sizing: border-box; }\n\n.postbox-container .cmb-row {\n margin: 0; }\n .postbox-container .cmb-row .cmb-th label {\n padding-left: 8px; }\n\n/* Smaller Resolution Desktops AND UP */\n@media only screen and (min-width: 851px) {\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-th {\n display: none; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-td {\n float: left;\n width: 100%; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {\n float: left;\n border-bottom: none; }\n .cmb-type-give-default-radio-inline .cmb-td {\n margin-top: 5px; } }\n\n/* Smaller Resolution Desktops */\n@media only screen and (min-width: 851px) and (max-width: 1285px) {\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {\n width: 100%;\n padding-top: 0; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text-money {\n width: 105px; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money {\n width: 65px; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text {\n width: 180px;\n padding-right: 20px; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-radio-inline {\n margin-left: 20px; }\n .col-id {\n width: 15px; }\n p.give-level-id {\n margin: 7px 15px 0 0; }\n .col-amount {\n width: 70px; }\n .col-text {\n width: 165px; }\n .col-sort {\n display: none !important; } }\n\n@media only screen and (min-width: 1000px) {\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text {\n width: 220px;\n padding-right: 20px; }\n .col-text {\n width: 205px; } }\n\n@media only screen and (min-width: 1201px) {\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {\n float: right; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {\n padding-right: 20px; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row.cmb-row {\n padding-right: 0; }\n #_give_donation_levels_repeat .regular-text {\n width: 100%; }\n .col-id {\n width: 20px; }\n p.give-level-id {\n margin: 6px 0 0; }\n .col-amount {\n width: 85px; }\n .col-text {\n width: 195px; }\n .col-sort {\n width: 100px; } }\n\n@media only screen and (min-width: 1375px) {\n .col-text {\n width: 270px; }\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text {\n width: 290px; } }\n\n/* Small Resolution Repeater */\n@media only screen and (max-width: 850px) {\n div.cmb-type-levels-repeater-header {\n display: none !important; }\n p.give-level-id {\n float: left;\n font-weight: bold;\n margin-top: 5px; } }\n\n/*-------------------------------------\r\nPublish Metabox\r\n-------------------------------------*/\n/*Shortcode Input */\n.shortcode-wrap {\n margin: 1px 14px 12px 11px; }\n .shortcode-wrap label {\n margin: 0 0 3px;\n display: block;\n cursor: default; }\n .shortcode-wrap .shortcode-input {\n margin: 0;\n width: 100%; }\n\n/*-------------------------------------\r\nContent Options\r\n-------------------------------------*/\n.cmb2-id--give-content-option,\n.cmb2-id--give-terms-option,\n.cmb2-id--give-offline-donation-enable-billing-fields-single,\n.cmb2-id--give-goal-option,\n.cmb2-id--give-customize-offline-donations {\n border-bottom: none !important;\n margin: 0 !important; }\n\n.cmb2-id--give-form-content,\n.cmb2-id--give-agree-label,\n.cmb2-id--give-offline-checkout-notes,\n.cmb2-id--give-set-goal,\n.cmb2-id--give-offline-donation-enable-billing-fields-single {\n border-top: 1px solid #e9e9e9 !important; }\n\n/*-------------------------------------\r\nTerms and Conditions Metabox\r\n---------------------------------------*/\n.cmb2-id--give-agree-label,\n.cmb2-id--give-agree-text {\n display: none; }\n\n/*-------------------------------------\r\nDashboard Columns\r\n-------------------------------------*/\ninput.shortcode-input {\n width: 100%; }\n\n/*-------------------------------------\r\nASIDE\r\n-------------------------------------*/\n#side-sortables .cmb-th label:after {\n display: none; }\n\n#side-sortables .cmb2-id--give-show-register-form {\n padding: 10px 0 0 !important; }\n\n#side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row {\n padding-top: 10px; }\n\n#side-sortables .cmb-row .cmb2-metabox-description {\n padding-bottom: 0; }\n\n.cmb2-metabox-description {\n font-size: 13px;\n line-height: 1.5; }\n\n/*-------------------------------------\r\nTooltips\r\n-------------------------------------*/\n.give-tooltip {\n margin: 0 3px;\n padding: 0;\n font-size: 14px;\n -moz-transition: 0.2s all linear;\n -o-transition: 0.2s all linear;\n transition: 0.2s all linear;\n color: rgba(51, 51, 51, 0.5);\n position: relative;\n top: 1px; }\n .give-tooltip:hover {\n color: #333; }\n\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.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, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 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 .type-download:hover {\n border: 1px solid #d1d1d1; }\n .type-download > .featured-img img {\n border-bottom: 1px solid #ddd; }\n .type-download .addon-content {\n *zoom: 1;\n padding: 15px 20px; }\n .type-download .addon-content:before, .type-download .addon-content:after {\n content: \" \";\n display: table; }\n .type-download .addon-content:after {\n clear: both; }\n .type-download .addon-content .addon-heading {\n margin: 0 0 10px; }\n .type-download .addon-content .addon-heading a {\n outline: none;\n text-decoration: none; }\n .type-download .addon-footer-wrap {\n border-top: 1px solid #ddd;\n position: absolute;\n bottom: 2px;\n left: 0;\n width: 100%;\n background-color: #FFF;\n padding: 15px 20px; }\n\n.give-view-addons-all span.dashicons, .type-download span.dashicons {\n width: 16px;\n height: 16px;\n font-size: 14px;\n margin: 6px 0 0 0; }\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#give-dashboard-widgets-wrap .inside {\n padding-top: 0;\n padding-bottom: 0; }\n\n#give-dashboard-widgets-wrap .postbox {\n margin-bottom: 10px; }\n\n#give-dashboard-widgets-wrap table.reports-table {\n clear: none; }\n\n#give-dashboard-widgets-wrap #give-graphs-filter .tablenav {\n margin: 0; }\n #give-dashboard-widgets-wrap #give-graphs-filter .tablenav .actions {\n padding: 0; }\n\n#give-dashboard-widgets-wrap #give-date-range-options {\n clear: both;\n overflow: hidden;\n padding: 8px 0; }\n #give-dashboard-widgets-wrap #give-date-range-options > span {\n float: left;\n line-height: 30px;\n font-style: italic;\n padding: 0 5px 0 0; }\n #give-dashboard-widgets-wrap #give-date-range-options #give-graphs-year-end {\n margin-right: 0; }\n\n#give-dashboard-widgets-wrap a.give-refresh-reports-button {\n display: inline-block;\n clear: right;\n margin: 8px 0 0; }\n\n/* Global Graph Styles\n-------------------------------------------------------------- */\n.give-graph .y1Axis {\n color: #66bb6a !important; }\n\n.give-graph .y2Axis {\n color: #546e7a !important; }\n\nbody.give_forms_page_give-reports h1.nav-tab-wrapper, body.give_forms_page_give-payment-history h1.nav-tab-wrapper {\n margin-bottom: 10px; }\n\nbody.give_forms_page_give-reports .actions, body.give_forms_page_give-payment-history .actions {\n padding-top: 0; }\n\nbody.give_forms_page_give-reports .pagination-links, body.give_forms_page_give-payment-history .pagination-links {\n margin-left: 10px; }\n\nbody.give_forms_page_give-reports p.donor-search, body.give_forms_page_give-payment-history p.donor-search {\n margin-right: 10px; }\n\nbody.give_forms_page_give-reports .tablenav-right .tablenav-pages, body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages {\n float: right; }\n\nbody.give_forms_page_give-reports .tablenav-right #give-reports-view, body.give_forms_page_give-payment-history .tablenav-right #give-reports-view {\n margin-top: 0; }\n\nbody.give_forms_page_give-reports .tablenav-right .actions, body.give_forms_page_give-payment-history .tablenav-right .actions {\n float: left; }\n\nbody.give_forms_page_give-reports p.search-box, body.give_forms_page_give-payment-history p.search-box {\n float: left; }\n\nbody.give_forms_page_give-reports .reports-table-nav.tablenav.top, body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top {\n width: 100%;\n float: none;\n margin: 0 0 10px; }\n\nbody.give_forms_page_give-reports .reports-forms-details-wrap.top, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top {\n float: right;\n overflow: hidden; }\n body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter {\n float: left; }\n body.give_forms_page_give-reports .reports-forms-details-wrap.top > .actions, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top > .actions {\n padding-right: 0; }\n\nbody.give_forms_page_give-reports .tablenav.bottom, body.give_forms_page_give-payment-history .tablenav.bottom {\n margin-top: 10px; }\n\nbody.give_forms_page_give-reports h3.reports-earnings-title, body.give_forms_page_give-payment-history h3.reports-earnings-title {\n margin: 7px 0 0; }\n\nbody.give_forms_page_give-reports .reports-views-wrap, body.give_forms_page_give-payment-history .reports-views-wrap {\n padding: 3px 0 0; }\n\nbody.give_forms_page_give-reports .wrap.give-reports-donors-wrap, body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap {\n margin-right: 0;\n margin-bottom: 10px; }\n\nbody.give_forms_page_give-reports .widefat tbody td, body.give_forms_page_give-reports .widefat tbody th, body.give_forms_page_give-payment-history .widefat tbody td, body.give_forms_page_give-payment-history .widefat tbody th {\n padding-top: 12px;\n padding-bottom: 12px; }\n\n/*---------------------\nExport Options Styles\n---------------------------*/\nbody.give_forms_page_give-reports table.export-options-table tbody td {\n padding: 20px 12px; }\n\n/*---------------------\nPayment Methods\n---------------------------*/\n.gateways-report-tablenav .actions.bulkactions {\n padding-right: 0; }\n\n/*---------------------\nTable List Styles\n---------------------------*/\n.widefat .column-name, .widefat .column-label {\n font-size: 14px;\n font-weight: bold; }\n\ntable.give-table td {\n vertical-align: middle; }\n\ntable.give-table td.row-title h3 {\n margin: 0 0 0.4em;\n font-size: 1.2em; }\n\ntable.give-table td.row-title p {\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0; }\n\n/*-------------------------\nLogs\n----------------------------*/\n#give-logs-filter .search-box {\n float: right; }\n\n#give-logs-filter .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.welcome-h1 {\n display: inline-block;\n margin-right: 15px !important; }\n\n.feature-section span.dashicons {\n width: 16px;\n height: 16px;\n font-size: 14px;\n margin: 6px 0 0 0; }\n\n.feature-section .feature-section-item {\n width: 48%;\n float: left; }\n\n.feature-section div.last-feature {\n margin-right: 0;\n margin-left: 4%; }\n\n[class^=\"dashboard_page_give-\"] .about-text, [class*=\"dashboard_page_give-\"] .about-text {\n min-height: 0; }\n\n.social-items-wrap {\n display: inline-block; }\n .social-items-wrap > div {\n display: inline-block; }\n .social-items-wrap .twitter-item-wrap {\n margin: 0 20px 10px 0; }\n\n.wp-person img {\n border-radius: 50%; }\n\n.wp-person a.web {\n margin: 17px 0 0;\n font-weight: bold;\n font-style: italic; }\n\n.newsletter-intro {\n font-size: 13px;\n font-style: italic;\n color: #777; }\n\n.give-newsletter-form-wrap {\n margin: 10px 0 20px -5px;\n max-width: 700px; }\n .give-newsletter-form-wrap td {\n padding: 3px; }\n .give-newsletter-form-wrap 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 .give-newsletter-form-wrap div.give-newsletter-confirmation > p {\n margin: 0.5em 0;\n padding: 2px; }\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#give_donor_export_download {\n margin: 0 0 5px; }\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 */\n/*------------------------------------\r\nSettings\r\n--------------------------------------*/\n.give_settings_page .nav-tab-wrapper {\n margin-bottom: 5px; }\n\n.give_settings_page span.cmb2-metabox-description {\n font-size: 13px; }\n\n.give_settings_page .cmb2-wrap .cmb-type-checkbox input[type=\"checkbox\"] {\n display: block;\n margin-bottom: 5px; }\n\n.give_settings_page div.give-submit-wrap {\n margin: 20px 0; }\n\n.give_settings_page .give_forms_page_give-payment-history .postbox .hndle {\n cursor: default; }\n\n/* Section Titles */\n.cmb-type-give-title label {\n float: left;\n width: 220px;\n font-style: italic;\n color: #AAA; }\n\n.postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {\n border-bottom: 1px solid #e9e9e9;\n border-top: none; }\n\n.cmb-type-enabled-gateways .cmb-td > p:first-of-type {\n display: none; }\n\n/* CMB2 Checkbox Revised Styles */\n.cmb-type-checkbox .cmb-td {\n width: 80%; }\n .cmb-type-checkbox .cmb-td label {\n font-size: 13px; }\n\n/* Responsive Settings Rows */\n.give_settings .cmb2-wrap .cmb-row {\n display: table-row; }\n .give_settings .cmb2-wrap .cmb-row > .cmb-th, .give_settings .cmb2-wrap .cmb-row > .cmb-td {\n display: table-cell;\n float: none; }\n\n/* Custom Title Separators */\n.cmb2-id-give-title label {\n font-style: italic;\n color: #AAA;\n cursor: default; }\n\n.cmb2-id-give-title > div.cmb-th {\n padding-bottom: 10px; }\n\n.cmb2-id-give-title > div.cmb-td {\n padding-bottom: 5px; }\n\n/* System Info page styles\r\n-------------------------------------------------------------- */\n#system-info-textarea {\n width: 800px;\n height: 600px;\n font-family: Menlo, Monaco, monospace;\n background: #FFF;\n white-space: pre;\n overflow: auto;\n display: block; }\n\n#give-download-sysinfo {\n margin: 0; }\n\n/* API\r\n-------------------------------------------------------------- */\n.cmb2-id-api .cmb-td {\n padding: 0; }\n\n.cmb2-id-api table th {\n padding: 10px 8px; }\n\n.cmb2-id-api .give-ajax-user-search {\n padding: 3px 5px; }\n\n.give_user_search_wrap {\n position: relative;\n overflow: visible; }\n\n.give_user_search_results {\n position: absolute;\n left: 0;\n top: 27px; }\n .give_user_search_results a.give-ajax-user-cancel {\n position: absolute;\n right: 6px;\n top: 2px; }\n .give_user_search_results ul {\n padding: 10px 10px 4px;\n margin: 0;\n background: #f0f0f0;\n border: 1px solid #DFDFDF;\n width: 300px;\n max-height: 200px;\n overflow-y: scroll; }\n\n.give_forms_page_give-settings .tablenav .actions {\n overflow: visible; }\n\na.give-delete {\n color: #a00; }\n\n/* License\r\n-------------------------------------------------------------- */\n.cmb2-wrap .give-license-deactivate {\n margin: 1px 0 0 10px;\n height: 30px; }\n\n.cmb2-wrap .give-license-field {\n background-image: url(\"../images/close.png\");\n background-color: #FFF;\n background-repeat: no-repeat;\n background-position: 98.5% center;\n background-size: 18px; }\n\n.cmb2-wrap .give-license-active, .cmb2-wrap .give-license-active:focus {\n background-image: url(\"../images/tick.png\");\n background-color: #FFF;\n background-repeat: no-repeat;\n background-position: 98.5% center;\n outline: none;\n background-size: 16px; }\n\n/* Tables */\n.give-table thead th {\n padding: 8px 10px !important; }\n\n.give_settings .cmb-td hr + hr {\n display: none; }\n\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*/\n#give-payment-filters, .give-submit-wrap {\n clear: both;\n background: #f5f5f5;\n border-color: #dfdfdf;\n overflow: auto;\n margin: 8px 0;\n padding: 12px;\n border-width: 1px;\n border-style: solid;\n font-size: 13px;\n line-height: 2.1em; }\n\n#give-payment-filters p {\n color: #777; }\n\n#give-payment-filters ul.subsubsub {\n margin-bottom: 8px; }\n\n#give-payment-filters label {\n font-style: italic;\n margin: 0 10px; }\n #give-payment-filters label.give-start-date-label {\n margin-left: 5px; }\n\n#give-payments-filter ul.subsubsub {\n margin: 0 0 12px; }\n\n#give-payments-filter .tablenav.top {\n float: none; }\n #give-payments-filter .tablenav.top .bulkactions {\n margin-top: 1px;\n padding-top: 0; }\n\n#give-payments-filter .give-email-column-value {\n font-size: 14px;\n font-weight: bold; }\n\n#give-payments-filter #the-list .check-column input {\n margin-top: 1px; }\n\ntr.status-refunded td {\n background: #cecece;\n border-top-color: #ccc; }\n\n.wp-list-table.forms th#ID {\n width: 80px; }\n\n.wp-list-table.forms th#details {\n width: 130px; }\n\n.wp-list-table.forms th#date {\n width: 140px; }\n\n.wp-list-table.forms th#user {\n width: 130px; }\n\n.give-mobile-link {\n line-height: 32px;\n vertical-align: middle; }\n\n.give-mobile-link img {\n max-width: 80%;\n height: auto;\n float: left; }\n\n/*---------------------\r\nStatus Colors\r\n---------------------------*/\n.give-donation-status > span {\n float: left;\n width: 12px;\n height: 12px;\n margin: 3px 4px 0 0;\n padding: 0;\n border-radius: 50%;\n background: #888;\n line-height: 16px; }\n\n.give-donation-status.status-pending > span {\n background-color: #ffba00; }\n\n.give-donation-status.status-complete > span, .give-donation-status.status-publish > span {\n background-color: #7ad03a; }\n\n.give-donation-status.status-refunded > span {\n background-color: #777; }\n\n.give-donation-status.status-failed > span {\n background-color: #a00; }\n\n.give-donation-status.status-abandoned > span {\n background-color: #333; }\n\n.give-donation-status.status-revoked > span {\n background-color: #d9534f; }\n\n.give-donation-status.status-subscription > span, .give-donation-status.status-give_subscription > span {\n background-color: #5bc0de; }\n\n#give-payments-filter .give-payment-id {\n padding: .2em .6em .3em;\n font-size: 85%;\n font-weight: 700;\n line-height: 1;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: .25em;\n background-color: #929292; }\n\n#give-payments-filter .column-details {\n padding-right: 30px; }\n\n/* Payment View Metabox */\n#give-order-update .give-donation-status {\n display: inline-block;\n float: none;\n margin: 0 0 0 10px;\n position: relative;\n top: 3px; }\n\n/*---------------------\r\nResponsiveness\r\n---------------------------*/\n@media handheld, only screen and (max-width: 640px) {\n .wp-list-table.forms th {\n width: auto !important; } }\n\n.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {\n margin-left: -8px;\n margin-top: -8px; }\n\n/* Payment Details\r\n-------------------------------------------------------------- */\n.give-admin-box .label {\n font-weight: 600; }\n\n.give-admin-box-inside {\n margin: 0;\n padding: 3px 12px;\n clear: both;\n border-bottom: 1px solid #eee; }\n\n.rtl .give-admin-box-inside {\n padding: 5px 10px 5px 0; }\n\n.give-admin-box-inside .strong {\n font-weight: 600; }\n\n.give-payment-fees .fee-label {\n font-weight: normal;\n color: #666; }\n\n.give-admin-box .right {\n float: right; }\n\n.rtl .give-admin-box .right {\n float: left;\n margin-left: 10px; }\n\n#give-order-update .inside,\n#give-order-details .inside {\n margin: 0;\n padding: 0; }\n\n#give-order-update input.give_datepicker {\n width: 180px; }\n\n#give-order-update input[type=\"number\"].give-payment-time-hour,\n#give-order-update input[type=\"number\"].give-payment-time-min {\n width: 50px; }\n\n.give-admin-box-inside:last-child {\n border-bottom: 0; }\n\n#give-edit-order-form .data-payment-key {\n word-break: break-all; }\n\n.give-order-update-box #major-publishing-actions .button-secondary {\n margin-right: 10px; }\n\n#give-donation-overview .give-select-chosen {\n width: 196px; }\n\n#give-donation-overview ul,\n#give-order-address-country-wrap select,\n#give-donor-details .order-data-address input,\n#give-edit-order-form .column input,\n#give-donor-details .order-data-column p.data input {\n clear: both;\n display: block; }\n\n.give-order-data input.small-text {\n margin: 0; }\n\n#give-order-update span.label {\n display: inline;\n width: 50px; }\n\n.give-order-update-box .button-primary {\n margin-right: 0; }\n\n#give-edit-order-form .column .description {\n padding-right: 10px; }\n\n#give-edit-order-form .column,\n#give-donation-overview .row > ul > li,\n#give-donation-overview .inside > ul > li {\n display: inline-block;\n position: relative;\n vertical-align: top;\n margin-right: 5%; }\n\n#give-donation-overview li.actions {\n text-align: right;\n min-width: 200px; }\n\n#give-donation-overview ul li.remove {\n text-align: right; }\n\n#give-donation-overview .row {\n padding: 12px;\n border-bottom: 1px solid #eee; }\n\n#give-donation-overview ul {\n font-size: 0; }\n\n#give-donation-overview ul li {\n font-size: 13px; }\n\n#give-order-data .data span {\n color: #666;\n font-weight: 600; }\n\n#give-donation-overview .inside {\n padding: 12px; }\n\n.give-price-field {\n width: 80px; }\n\n.give_repeatable_upload_wrapper .pricing select, .give_repeatable_product_wrapper .give-select,\n#give_products .give-select {\n min-width: 100%;\n max-width: 200px; }\n\n.give_forms_page_give-payment-history.js .postbox .hndle {\n cursor: default; }\n\n@media screen and (max-width: 782px) {\n .order-data-column input[type=\"email\"] {\n padding: 6px 10px; } }\n\n@media screen and (max-width: 1024px) {\n #give-edit-order-form .column {\n width: 49%; } }\n\n@media screen and (max-width: 1280px) and (min-width: 1279px) {\n #give-edit-order-form .column {\n width: 32%; } }\n\n@media screen and (min-width: 1280px) {\n #give-edit-order-form .column {\n width: 32%;\n margin-right: 3%; }\n #give-edit-order-form .columns-4 .column, #give-donation-overview.columns-4 .row > ul > li,\n #give-donation-overview.columns-4 .inside > ul > li {\n width: 22%;\n margin-right: 2%; }\n #give-edit-order-form .columns-3 .column:nth-child(2n+1),\n #give-edit-order-form .columns-4 .column:nth-child(3n+1),\n #give-edit-order-form .column:nth-child(2n+1) {\n margin-right: 0; }\n #give-donation-overview.columns-4 li.download {\n width: 33%; }\n #give-donation-overview.columns-4 li.price,\n #give-donation-overview.columns-3 .row > ul > li.price,\n #give-donation-overview.columns-3 .inside > ul > li.price {\n width: 14%; }\n #give-donation-overview.columns-4 li.actions {\n width: 25%;\n margin-top: 0;\n margin-right: 0; } }\n\n@media screen and (max-width: 1284px) {\n #give-edit-order-form .column strong {\n display: block; } }\n\n/*------------------------------------------\r\nDonation Details\r\n--------------------------------------------*/\n#give-customer-details .inside {\n padding-top: 15px;\n padding-bottom: 15px; }\n\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.give-dashboard-widget .give-dashboard-today {\n text-align: center; }\n .give-dashboard-widget .give-dashboard-today .give-dashboard-date-today {\n margin: 10px 0 0;\n padding: 0; }\n .give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day {\n padding: 3px;\n margin: 0; }\n .give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings {\n font-size: 42px;\n color: #4ead61;\n font-weight: bold;\n margin: 15px 0 0;\n line-height: 1; }\n .give-dashboard-widget .give-dashboard-today .give-orders-today {\n font-size: 18px;\n font-weight: bold;\n margin: 0 0 30px;\n padding: 4px 0 1px; }\n .give-dashboard-widget .give-dashboard-today .give-last-seven {\n font-size: 14px;\n font-weight: bold;\n padding: 0;\n margin: 0 0 30px; }\n\n.give-dashboard-widget .give-table-stats {\n width: 100%;\n text-align: center;\n margin: 0;\n table-layout: fixed;\n border-top: 1px solid #ececec;\n border-spacing: 0; }\n .give-dashboard-widget .give-table-stats .give-dashboard-stat-total, .give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label {\n padding: 0;\n margin: 0; }\n .give-dashboard-widget .give-table-stats .give-dashboard-stat-total {\n color: #4ead61;\n font-weight: bold;\n font-size: 16px; }\n\n#give_dashboard_sales > .inside {\n padding: 0; }\n\n#give_dashboard_sales .give-table-stats td {\n padding: 10px 0; }\n\n#give_dashboard_sales .give-table-stats td:first-of-type {\n border-right: 1px solid #ececec; }\n\n#give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td {\n border-bottom: 1px solid #ececec; }\n\n#dashboard_right_now .give-forms-count:before {\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 /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 18px;\n width: 18px;\n height: 18px;\n content: \"\\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/* Donors Listing Page Style\n-------------------------------------------------------------- */\n.give_forms_page_give-donors .wrap > h2 {\n margin-bottom: 15px; }\n\n.give_forms_page_give-donors #give-donors-filter {\n position: relative; }\n .give_forms_page_give-donors #give-donors-filter p.search-box {\n float: left;\n margin: 0; }\n\n.give_forms_page_give-donors .tablenav.top {\n float: right;\n clear: none; }\n\n/* Donor Styles\n-------------------------------------------------------------- */\n#customer-tab-wrapper-list {\n border-bottom: 1px solid #ccc;\n padding: 5px 15px 0 10px; }\n #customer-tab-wrapper-list li {\n display: inline-block;\n margin: 0 0 -1px;\n padding: 0; }\n #customer-tab-wrapper-list li a {\n padding: 6px 10px;\n font-weight: bold;\n font-size: 15px;\n line-height: 24px;\n border: 1px solid #ccc;\n border-bottom: none;\n background: #e4e4e4;\n color: #555;\n display: inline-block;\n text-decoration: none;\n margin: 0; }\n #customer-tab-wrapper-list .active {\n padding: 6px 10px;\n font-weight: bold;\n font-size: 15px;\n line-height: 24px;\n border: 1px solid #ccc;\n border-bottom: 1px solid #f1f1f1;\n background: #f1f1f1;\n color: #000; }\n #customer-tab-wrapper-list .dashicons {\n font-size: 20px;\n line-height: 26px; }\n\n#give-customer-card-wrapper {\n margin-left: -1px;\n z-index: 2;\n min-height: 200px; }\n #give-customer-card-wrapper input {\n font-weight: normal; }\n #give-customer-card-wrapper .customer-section {\n border-bottom: 1px solid #eee;\n margin-bottom: 10px; }\n #give-customer-card-wrapper .customer-section table {\n margin-bottom: 0; }\n #give-customer-card-wrapper > div:first-child {\n padding-top: 20px; }\n #give-customer-card-wrapper > div:last-child {\n padding-bottom: 20px;\n border: none; }\n #give-customer-card-wrapper .avatar-wrap {\n padding: 0 15px 15px 0;\n text-align: center;\n float: left; }\n #give-customer-card-wrapper .avatar-wrap img {\n border-radius: 3px; }\n #give-customer-card-wrapper a.delete {\n text-decoration: none;\n color: #ff0000;\n margin-right: 5px; }\n #give-customer-card-wrapper .donor-bio-header {\n float: left;\n width: 33%; }\n #give-customer-card-wrapper .donor-bio-header .customer-since {\n margin: 10px 0;\n font-size: 16px; }\n #give-customer-card-wrapper .donor-bio-header .customer-id {\n font-size: 24px;\n font-weight: 600;\n float: left;\n margin-right: 10px; }\n #give-customer-card-wrapper .donor-bio-header .customer-edit-link {\n margin-bottom: 15px;\n float: left; }\n\n.customer-main-wrapper {\n margin: 0 0 20px; }\n @media (max-width: 655px) {\n .customer-main-wrapper {\n width: 100%; } }\n .customer-main-wrapper table {\n margin: 0; }\n .customer-main-wrapper input {\n width: 200px; }\n\n#donor-summary {\n padding: 0 20px; }\n #donor-summary:after {\n font-family: \"dashicons\";\n content: \"\\f110\";\n position: absolute;\n top: 10px;\n right: 10px;\n font-size: 100px;\n color: #F0F0F0;\n z-index: 0; }\n\n#give-customer-card-wrapper .customer-address-wrapper {\n width: 202px; }\n #give-customer-card-wrapper .customer-address-wrapper span[data-key=\"line2\"] {\n display: table;\n clear: both; }\n\n#give-customer-card-wrapper .customer-address-wrapper select {\n width: 200px; }\n\n#give-customer-card-wrapper .customer-info {\n margin-top: 1px;\n min-height: 185px; }\n\n#give-customer-card-wrapper .info-wrapper {\n min-height: 125px; }\n\n.customer-info .customer-name {\n font-size: 24px;\n font-weight: 600; }\n\n.disconnect-user a {\n font-size: 12px;\n font-weight: normal;\n text-decoration: none; }\n\n#customer-edit-actions {\n text-align: center;\n margin-bottom: 20px;\n line-height: 28px; }\n\n#customer-edit-actions .button-secondary {\n margin-right: 10px; }\n\n#give-customer-card-wrapper .edit-item {\n display: none; }\n\n#give-customer-card-wrapper .give_user_search_results {\n left: 1px;\n top: 16px; }\n\n#give-customer-card-wrapper .give_user_search_results ul {\n width: 200px; }\n\n#customer-stats-wrapper {\n margin: 0 auto;\n text-align: center;\n padding: 15px; }\n #customer-stats-wrapper ul {\n margin: 0;\n padding: 0;\n overflow: hidden; }\n #customer-stats-wrapper ul li {\n width: 50%;\n float: left;\n line-height: 22px;\n font-size: 14px;\n margin: 0; }\n #customer-stats-wrapper a {\n text-decoration: none; }\n\n#customer-stats-wrapper .dashicons {\n color: #888; }\n\n#customer-tables-wrapper table {\n width: 100%;\n text-align: center; }\n\n#customer-tables-wrapper th {\n text-align: center; }\n\n#customer-tables-wrapper .downloads tr > th:first-child, #customer-tables-wrapper .downloads tr > td:first-child {\n text-align: left; }\n\n#customer-tables-wrapper .downloads tr > td:only-child {\n text-align: center; }\n\n#customer-notes-wrapper {\n min-height: 50px; }\n\n.customer-notes-header span, .customer-notes-header img {\n font-weight: 600;\n line-height: 30px;\n vertical-align: middle; }\n\n.customer-note-input {\n width: 100%;\n margin-bottom: 5px; }\n\n#give-customer-notes div:nth-of-type(even) {\n background-color: #f9f9f9; }\n\n#give-customer-notes .customer-note-wrapper {\n border-bottom: 1px solid #f9f9f9;\n min-height: 38px;\n padding: 0; }\n #give-customer-notes .customer-note-wrapper .note-content-wrap {\n padding: 10px 12px;\n line-height: 20px;\n font-size: 14px; }\n\n#give-customer-notes .give-no-customer-notes {\n text-align: center;\n padding: 20px; }\n\n.customer-note-wrapper span {\n display: block; }\n\n.delete-customer {\n text-align: center; }\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*/\n/*=Give Shortcode Button\r\n--------------------------------------*/\n@media screen and (max-width: 782px) {\n #wp-content-media-buttons a.give-thickbox {\n padding: 6px 14px;\n line-height: normal;\n font-size: 14px;\n height: auto; }\n .wp-media-buttons span#give-media-button {\n margin-top: 0 !important;\n margin-left: 2px !important; } }\n\n/*=Button in shortcode tinymce dialog\r\n--------------------------------------*/\n.mce-primary.mce-give-primary button {\n padding-right: 10px;\n padding-left: 10px; }\n\n/* =Primary button in shortcode tinymce dialog\n-------------------------------------------------------------- */\n.mce-primary.mce-sc-primary button {\n padding-right: 10px;\n padding-left: 10px; }\n\n.mce-sc-popup a {\n text-decoration: underline; }\n\n.mce-sc-popup p {\n margin-bottom: 1em; }\n .mce-sc-popup p.strong {\n font-weight: 600; }\n .mce-sc-popup p.no-margin {\n margin-bottom: 0; }\n .mce-sc-popup p.margin-top {\n margin-top: 1em; }\n\n/* =Shortcode button above wp_editor\n-------------------------------------------------------------- */\n@media screen and (max-width: 782px) {\n .wp-media-buttons button.sc-button span {\n width: 18px !important; } }\n\n.wp-media-buttons button.sc-button {\n outline: none;\n padding-left: 5px;\n margin-right: 0; }\n .wp-media-buttons button.sc-button:active {\n margin-bottom: 5px; }\n\nbutton.sc-button:after {\n position: relative;\n display: inline-block;\n top: -1px;\n content: '';\n width: 0;\n height: 0;\n border-top: 6px solid #777;\n border-right: 4px solid transparent;\n border-left: 4px solid transparent;\n margin: 0 3px 0 6px; }\n\nbutton.sc-button.active:after {\n top: -2px;\n border-top: 0;\n border-bottom: 6px solid #32373c; }\n\n/* =Shortcode button dropdown menu\n-------------------------------------------------------------- */\n.sc-wrap {\n position: relative;\n display: inline-block;\n margin-right: 5px; }\n\ndiv.sc-menu {\n display: none;\n position: absolute;\n top: 100%;\n left: 0;\n min-width: 100%;\n max-height: 410px;\n font-size: 14px;\n box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);\n background: #fff;\n border: 1px solid rgba(0, 0, 0, 0.15);\n overflow: auto;\n overflow-x: hidden;\n padding: 5px 0;\n margin: -2px 0 0;\n z-index: 1002; }\n\ndiv.sc-shortcode {\n display: block;\n white-space: nowrap;\n cursor: pointer;\n padding: 6px 12px;\n margin-bottom: 2px; }\n div.sc-shortcode:hover {\n color: #fff; }\n\n/* =Shortcode tinymce dialog backdrop\n-------------------------------------------------------------- */\n#mce-modal-block.mce-reset.mce-fade.mce-in {\n opacity: 0.7;\n filter: alpha(opacity=70); }\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 display: 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 font-size: 12px;\r\n}\r\n\r\n#_give_donation_levels_repeat .cmb-group-title, #_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row, #_give_donation_levels_repeat .cmb-row > .handlediv {\r\n display: none;\r\n}\r\n\r\n/* Table Rows */\r\ndiv.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {\r\n padding: 0 !important;\r\n margin: 0 !important;\r\n min-width: 100%;\r\n max-width: 0;\r\n\r\n}\r\n\r\n//Mulilevel Repeater Header\r\n.cmb2-id--give-levels-header {\r\n padding: 10px 12px 0 !important;\r\n margin: 0 !important;\r\n background: #F7F7F7;\r\n border-bottom: none !important;\r\n\r\n .table-container {\r\n\tdisplay: table;\r\n\twidth: 100%;\r\n\r\n\tborder-top: 1px solid #e9e9e9;\r\n\tborder-bottom: 1px solid #e9e9e9;\r\n\tborder-left: 1px solid #e9e9e9;\r\n\r\n\t> .table-row {\r\n\t display: table-row;\r\n\t background: #FCFCFC;\r\n\r\n\t > .table-cell {\r\n\t\tdisplay: table-cell;\r\n\t\tvertical-align: middle;\r\n\t\tpadding: 10px 15px;\r\n\t\tborder-right: 1px solid #e9e9e9;\r\n\t }\r\n\r\n\t}\r\n\r\n }\r\n}\r\n\r\n#_give_donation_levels_repeat {\r\n background: #F7F7F7;\r\n padding: 0 12px 20px;\r\n box-sizing: border-box;\r\n\r\n .cmb-row, .inside {\r\n\tmargin: 0;\r\n }\r\n .cmb-remove-field-row {\r\n\tmargin: 3px 0 0;\r\n\r\n\t.button {\r\n\t height: 25px;\r\n\t padding: 0 3px;\r\n\t}\r\n\tspan.dashicons-no {\r\n\t line-height: 1.15em;\r\n\t}\r\n\r\n }\r\n\r\n .cmbhandle {\r\n\tdisplay: none;\r\n }\r\n .cmb-add-row {\r\n\tmargin: 12px 0 0;\r\n }\r\n\r\n}\r\n\r\n//---------------------------------------------------\r\n//Field One Offs\r\n//---------------------------------------------------\r\n.give-time-field {\r\n width: 65px;\r\n}\r\n\r\n.give-money-field {\r\n width: 75px;\r\n margin-right: 0;\r\n margin-left: 0;\r\n}\r\n\r\n.give-money-symbol {\r\n border: 1px solid #e9e9e9;\r\n background: #FCFCFC;\r\n margin: 0;\r\n font-size: 14px;\r\n padding: 5px 8px;\r\n}\r\n\r\n.give-money-symbol-before {\r\n border-right: 0;\r\n}\r\n\r\n.give-money-symbol-after {\r\n border-left: 0;\r\n}\r\n\r\np.give-level-id {\r\n border-radius: 50%;\r\n border: 1px solid #e9e9e9;\r\n background: #FCFCFC;\r\n padding: 2px 7px;\r\n font-size: 11px;\r\n}\r\n\r\n.give-underline {\r\n text-decoration: underline;\r\n}\r\n\r\n#poststuff .give-subfield {\r\n background: #FAFAFA;\r\n\r\n .cmb-th label {\r\n\tpadding-left: 16px;\r\n }\r\n .cmb-td {\r\n\tpadding-right: 10px;\r\n\tbox-sizing: border-box;\r\n }\r\n\r\n}\r\n\r\n.postbox-container .cmb-row {\r\n margin: 0;\r\n\r\n .cmb-th label {\r\n\tpadding-left: 8px;\r\n }\r\n\r\n}\r\n\r\n/* Smaller Resolution Desktops AND UP */\r\n@media only screen and (min-width: 851px) {\r\n\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-th {\r\n\tdisplay: none;\r\n }\r\n\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-td {\r\n\tfloat: left;\r\n\twidth: 100%;\r\n }\r\n\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {\r\n\tfloat: left;\r\n\tborder-bottom: none;\r\n }\r\n\r\n .cmb-type-give-default-radio-inline .cmb-td {\r\n\tmargin-top: 5px;\r\n }\r\n\r\n}\r\n\r\n/* Smaller Resolution Desktops */\r\n@media only screen and (min-width: 851px) and (max-width: 1285px) {\r\n\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t> .cmb-remove-field-row {\r\n\t width: 100%;\r\n\t padding-top: 0;\r\n\t}\r\n\t> .cmb-type-text-money {\r\n\t width: 105px;\r\n\t}\r\n\tinput.cmb2-text-money {\r\n\t width: 65px;\r\n\t}\r\n\r\n\t> .cmb-type-text {\r\n\t width: 180px;\r\n\t padding-right: 20px;\r\n\t}\r\n\t> .cmb-type-radio-inline {\r\n\t margin-left: 20px;\r\n\t}\r\n\r\n }\r\n\r\n .col-id {\r\n\twidth: 15px;\r\n }\r\n p.give-level-id {\r\n\tmargin: 7px 15px 0 0;\r\n }\r\n\r\n .col-amount {\r\n\twidth: 70px;\r\n }\r\n\r\n .col-text {\r\n\twidth: 165px;\r\n }\r\n .col-sort {\r\n\tdisplay: none !important;\r\n }\r\n}\r\n\r\n@media only screen and (min-width: 1000px) {\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t> .cmb-type-text {\r\n\t width: 220px;\r\n\t padding-right: 20px;\r\n\t}\r\n }\r\n\r\n .col-text {\r\n\twidth: 205px;\r\n }\r\n\r\n}\r\n\r\n@media only screen and (min-width: 1201px) {\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {\r\n\tfloat: right;\r\n }\r\n\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {\r\n\tpadding-right: 20px;\r\n }\r\n\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row.cmb-row {\r\n\tpadding-right: 0;\r\n }\r\n\r\n #_give_donation_levels_repeat .regular-text {\r\n\twidth: 100%;\r\n }\r\n\r\n .col-id {\r\n\twidth: 20px;\r\n }\r\n p.give-level-id {\r\n\tmargin: 6px 0 0;\r\n }\r\n .col-amount {\r\n\twidth: 85px;\r\n }\r\n\r\n .col-text {\r\n\twidth: 195px;\r\n }\r\n\r\n .col-sort {\r\n\twidth: 100px;\r\n }\r\n\r\n}\r\n\r\n@media only screen and (min-width: 1375px) {\r\n\r\n .col-text {\r\n\twidth: 270px;\r\n }\r\n\r\n #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text {\r\n\twidth: 290px;\r\n }\r\n\r\n}\r\n\r\n/* Small Resolution Repeater */\r\n@media only screen and (max-width: 850px) {\r\n div.cmb-type-levels-repeater-header {\r\n\tdisplay: none !important;\r\n }\r\n\r\n p.give-level-id {\r\n\tfloat: left;\r\n\tfont-weight: bold;\r\n\tmargin-top: 5px;\r\n }\r\n\r\n}\r\n\r\n/*-------------------------------------\r\nPublish Metabox\r\n-------------------------------------*/\r\n\r\n/*Shortcode Input */\r\n\r\n.shortcode-wrap {\r\n margin: 1px 14px 12px 11px;\r\n\r\n label {\r\n\tmargin: 0 0 3px;\r\n\tdisplay: block;\r\n\tcursor: default;\r\n }\r\n\r\n .shortcode-input {\r\n\tmargin: 0;\r\n\twidth: 100%;\r\n }\r\n}\r\n\r\n/*-------------------------------------\r\nContent 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 border-bottom: none !important;\r\n margin: 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 border-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 display: none;\r\n}\r\n\r\n/*-------------------------------------\r\nDashboard Columns\r\n-------------------------------------*/\r\n\r\ninput.shortcode-input {\r\n width: 100%;\r\n}\r\n\r\n/*-------------------------------------\r\nASIDE\r\n-------------------------------------*/\r\n\r\n#side-sortables {\r\n\r\n .cmb-th label {\r\n\r\n\t&:after {\r\n\t display: none;\r\n\t}\r\n\r\n }\r\n .cmb2-id--give-show-register-form {\r\n\tpadding: 10px 0 0 !important;\r\n }\r\n\r\n .cmb2-wrap > .cmb-field-list > .cmb-row {\r\n\tpadding-top: 10px;\r\n }\r\n\r\n .cmb-row .cmb2-metabox-description {\r\n\tpadding-bottom: 0;\r\n }\r\n\r\n}\r\n\r\n.cmb2-metabox-description {\r\n font-size: 13px;\r\n line-height: 1.5;\r\n}\r\n\r\n/*-------------------------------------\r\nTooltips\r\n-------------------------------------*/\r\n.give-tooltip {\r\n margin: 0 3px;\r\n padding: 0;\r\n font-size: 14px;\r\n @include easing-transition();\r\n color: transparentize($dark, 0.5);\r\n position: relative;\r\n top: 1px;\r\n\r\n &:hover {\r\n\tcolor: $dark;\r\n }\r\n\r\n}\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 * 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#give-dashboard-widgets-wrap {\n\n .inside {\n\tpadding-top: 0;\n\tpadding-bottom: 0;\n }\n\n .postbox {\n\tmargin-bottom: 10px;\n }\n\n table.reports-table {\n\tclear: none;\n }\n\n #give-graphs-filter {\n\t.tablenav {\n\t margin: 0;\n\t .actions {\n\t\tpadding: 0;\n\t }\n\t}\n }\n\n #give-date-range-options {\n\tclear: both;\n\toverflow: hidden;\n\tpadding: 8px 0;\n\n\t> span {\n\t float: left;\n\t line-height: 30px;\n\t font-style: italic;\n\t padding: 0 5px 0 0;\n\t}\n\n\t#give-graphs-year-end {\n\t margin-right: 0;\n\t}\n\n }\n\n a.give-refresh-reports-button {\n\tdisplay: inline-block;\n\tclear: right;\n\tmargin: 8px 0 0;\n }\n\n}\n\n/* Global Graph Styles\n-------------------------------------------------------------- */\n.give-graph {\n .y1Axis {\n\tcolor: #66bb6a !important;\n }\n .y2Axis {\n\tcolor: #546e7a !important;\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 {\n\tmargin-bottom: 10px;\n }\n .actions {\n\tpadding-top: 0;\n }\n\n .pagination-links {\n\tmargin-left: 10px;\n }\n\n p.donor-search {\n\tmargin-right: 10px;\n }\n\n .tablenav-right {\n\n\t.tablenav-pages {\n\t float: right;\n\t}\n\t#give-reports-view {\n\t margin-top: 0;\n\t}\n\t.actions {\n\t float: left;\n\t}\n\n }\n\n p.search-box {\n\tfloat: left;\n }\n\n .reports-table-nav.tablenav.top {\n\twidth: 100%;\n\tfloat: none;\n\tmargin: 0 0 10px;\n }\n\n .reports-forms-details-wrap.top {\n\tfloat: right;\n\toverflow: hidden;\n\n\t#give-reports-filter {\n\t float: left;\n\t}\n\t> .actions {\n\t padding-right: 0;\n\t}\n }\n\n .tablenav.bottom {\n\tmargin-top: 10px;\n }\n\n h3.reports-earnings-title {\n\tmargin: 7px 0 0;\n }\n\n .reports-views-wrap {\n\tpadding: 3px 0 0;\n }\n\n .wrap.give-reports-donors-wrap {\n\tmargin-right: 0;\n\tmargin-bottom: 10px;\n }\n\n .widefat tbody td, .widefat tbody th {\n\tpadding-top: 12px;\n\tpadding-bottom: 12px;\n }\n\n}\n\n/*---------------------\nExport Options Styles\n---------------------------*/\n\nbody.give_forms_page_give-reports table.export-options-table {\n tbody td {\n\tpadding: 20px 12px;\n }\n}\n\n/*---------------------\nPayment Methods\n---------------------------*/\n\n.gateways-report-tablenav {\n .actions.bulkactions {\n\tpadding-right: 0;\n }\n}\n\n/*---------------------\nTable List Styles\n---------------------------*/\n\n.widefat {\n .column-name, .column-label {\n\tfont-size: 14px;\n\tfont-weight: bold;\n }\n\n}\n\ntable.give-table {\n\n td {\n\tvertical-align: middle;\n }\n td.row-title {\n\th3 {\n\t margin: 0 0 0.4em;\n\t font-size: 1.2em;\n\t}\n\tp {\n\t font-size: 13px;\n\t font-style: italic;\n\t font-weight: normal;\n\t color: #aaa;\n\t margin: 0;\n\t}\n }\n\n}\n\n/*-------------------------\nLogs\n----------------------------*/\n#give-logs-filter {\n .search-box {\n\tfloat: right;\n }\n .tablenav.top {\n\tfloat: left;\n\tclear: none;\n\tmargin-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//Feature section\n.feature-section {\n\n span.dashicons {\n\twidth: 16px;\n\theight: 16px;\n\tfont-size: 14px;\n\tmargin: 6px 0 0 0;\n }\n\n .feature-section-item {\n\twidth:48%;\n\tfloat:left;\n }\n\n div.last-feature {\n\tmargin-right:0;\n\tmargin-left:4%;\n }\n\n}\n\n\n//Get started\n[class^=\"dashboard_page_give-\"], [class*=\"dashboard_page_give-\"] {\n .about-text {\n\tmin-height: 0;\n }\n}\n\n//Social Media\n.social-items-wrap {\n display: inline-block;\n > div {\n\tdisplay: inline-block;\n }\n .twitter-item-wrap {\n\tmargin: 0 20px 10px 0;\n }\n}\n\n//Credits\n.wp-person {\n img {\n\tborder-radius: 50%;\n }\n a.web {\n\tmargin: 17px 0 0;\n\tfont-weight: bold;\n\tfont-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\tpadding: 3px;\n }\n\n div.give-newsletter-confirmation {\n\tbackground: #fff;\n\t-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n\tbox-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n\tmargin: 5px 10px 4px 5px;\n\tpadding: 1px 12px;\n\tborder-left: 4px solid #7ad03a;\n\tdisplay: none;\n\t> p {\n\t margin: 0.5em 0;\n\t padding: 2px;\n\t}\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_download {\n margin: 0 0 5px;\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\nSettings\r\n--------------------------------------*/\r\n.give_settings_page {\r\n\r\n .nav-tab-wrapper {\r\n\tmargin-bottom: 5px;\r\n }\r\n\r\n span.cmb2-metabox-description {\r\n\tfont-size: 13px;\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}\r\n\r\n/* Section Titles */\r\n\r\n.cmb-type-give-title label {\r\n float: left;\r\n width: 220px;\r\n font-style: italic;\r\n color: #AAA;\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/* System Info page styles\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}\r\n\r\n#give-download-sysinfo {\r\n margin: 0;\r\n}\r\n\r\n/* API\r\n-------------------------------------------------------------- */\r\n\r\n.cmb2-id-api {\r\n\r\n .cmb-td {\r\n\tpadding: 0;\r\n }\r\n table th {\r\n\tpadding: 10px 8px;\r\n }\r\n\r\n .give-ajax-user-search {\r\n\tpadding: 3px 5px;\r\n\r\n }\r\n\r\n}\r\n\r\n.give_user_search_wrap {\r\n position: relative;\r\n overflow: visible;\r\n}\r\n\r\n.give_user_search_results {\r\n position: absolute;\r\n left: 0;\r\n top: 27px;\r\n\r\n a.give-ajax-user-cancel {\r\n\tposition: absolute;\r\n\tright: 6px;\r\n\ttop: 2px;\r\n }\r\n ul {\r\n\tpadding: 10px 10px 4px;\r\n\tmargin: 0;\r\n\tbackground: #f0f0f0;\r\n\tborder: 1px solid #DFDFDF;\r\n\twidth: 300px;\r\n\tmax-height: 200px;\r\n\toverflow-y: scroll;\r\n }\r\n\r\n}\r\n\r\n.give_forms_page_give-settings .tablenav .actions {\r\n overflow: visible;\r\n}\r\n\r\na.give-delete {\r\n color: #a00;\r\n}\r\n\r\n/* License\r\n-------------------------------------------------------------- */\r\n.cmb2-wrap {\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-image: url('../images/close.png');\r\n\tbackground-color: #FFF;\r\n\tbackground-repeat: 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 }\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 * 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#give-payment-filters, .give-submit-wrap {\r\n clear: both;\r\n background: #f5f5f5;\r\n border-color: #dfdfdf;\r\n overflow: auto;\r\n margin: 8px 0;\r\n padding: 12px;\r\n border-width: 1px;\r\n border-style: solid;\r\n font-size: 13px;\r\n line-height: 2.1em;\r\n}\r\n\r\n#give-payment-filters {\r\n p {\r\n\tcolor: #777;\r\n }\r\n ul.subsubsub {\r\n\tmargin-bottom: 8px;\r\n }\r\n label {\r\n\tfont-style: italic;\r\n\tmargin: 0 10px;\r\n\r\n\t&.give-start-date-label {\r\n\t margin-left: 5px;\r\n\t}\r\n\r\n }\r\n\r\n}\r\n\r\n#give-payments-filter {\r\n ul.subsubsub {\r\n\tmargin: 0 0 12px;\r\n }\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}\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#ID {\r\n width: 80px;\r\n}\r\n\r\n.wp-list-table.forms th#details {\r\n width: 130px;\r\n}\r\n\r\n.wp-list-table.forms th#date {\r\n width: 140px;\r\n}\r\n\r\n.wp-list-table.forms th#user {\r\n width: 130px;\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\nStatus Colors\r\n---------------------------*/\r\n\r\n.give-donation-status {\r\n > span {\r\n\tfloat: left;\r\n\twidth: 12px;\r\n\theight: 12px;\r\n\tmargin: 3px 4px 0 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-give_subscription > span {\r\n\tbackground-color: $status-subscription;\r\n }\r\n\r\n}\r\n\r\n//ID & link field\r\n#give-payments-filter {\r\n .give-payment-id {\r\n\t@include give-label();\r\n\t@include give-label-gray();\r\n }\r\n\r\n .column-details {\r\n\tpadding-right:30px;\r\n }\r\n\r\n}\r\n\r\n/* Payment View Metabox */\r\n\r\n#give-order-update {\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n\tfloat: none;\r\n\tmargin: 0 0 0 10px;\r\n\tposition: relative;\r\n\ttop: 3px;\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 12px;\r\n clear: both;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n.rtl .give-admin-box-inside {\r\n padding: 5px 10px 5px 0;\r\n}\r\n\r\n.give-admin-box-inside .strong {\r\n font-weight: 600;\r\n}\r\n\r\n.give-payment-fees .fee-label {\r\n font-weight: normal;\r\n color: #666;\r\n}\r\n\r\n.give-admin-box .right {\r\n float: right;\r\n}\r\n\r\n.rtl .give-admin-box .right {\r\n float: left;\r\n margin-left: 10px;\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 .give-select-chosen {\r\n width: 196px;\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 margin-right: 5%;\r\n}\r\n\r\n#give-donation-overview li.actions {\r\n text-align: right;\r\n min-width: 200px;\r\n}\r\n\r\n#give-donation-overview ul li.remove {\r\n text-align: right;\r\n}\r\n\r\n#give-donation-overview .row {\r\n padding: 12px;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n#give-donation-overview ul {\r\n font-size: 0;\r\n}\r\n\r\n#give-donation-overview ul li {\r\n font-size: 13px;\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\n#give-donation-overview .inside {\r\n padding: 12px;\r\n}\r\n\r\n.give-price-field {\r\n width: 80px;\r\n}\r\n\r\n.give_repeatable_upload_wrapper .pricing select, .give_repeatable_product_wrapper .give-select,\r\n#give_products .give-select {\r\n min-width: 100%;\r\n max-width: 200px;\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@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@media screen and (max-width: 1024px) {\r\n #give-edit-order-form .column {\r\n\twidth: 49%;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 1280px) and (min-width: 1279px) {\r\n\r\n #give-edit-order-form .column {\r\n\twidth: 32%;\r\n }\r\n}\r\n\r\n@media screen and (min-width: 1280px) {\r\n #give-edit-order-form .column {\r\n\twidth: 32%;\r\n\tmargin-right: 3%;\r\n }\r\n\r\n #give-edit-order-form .columns-4 .column, #give-donation-overview.columns-4 .row > ul > li,\r\n #give-donation-overview.columns-4 .inside > ul > li {\r\n\twidth: 22%;\r\n\tmargin-right: 2%;\r\n }\r\n\r\n #give-edit-order-form .columns-3 .column:nth-child(2n+1),\r\n #give-edit-order-form .columns-4 .column:nth-child(3n+1),\r\n #give-edit-order-form .column:nth-child(2n+1) {\r\n\tmargin-right: 0;\r\n }\r\n\r\n #give-donation-overview.columns-4 li.download {\r\n\twidth: 33%;\r\n }\r\n\r\n #give-donation-overview.columns-4 li.price,\r\n #give-donation-overview.columns-3 .row > ul > li.price,\r\n #give-donation-overview.columns-3 .inside > ul > li.price {\r\n\twidth: 14%;\r\n }\r\n\r\n #give-donation-overview.columns-4 li.actions {\r\n\twidth: 25%;\r\n\tmargin-top: 0;\r\n\tmargin-right: 0;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 1284px) {\r\n #give-edit-order-form .column strong {\r\n\tdisplay: block;\r\n }\r\n}\r\n\r\n/*------------------------------------------\r\nDonation Details\r\n--------------------------------------------*/\r\n\r\n#give-customer-details {\r\n\r\n .inside {\r\n\tpadding-top: 15px;\r\n\tpadding-bottom: 15px;\r\n }\r\n\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-orders-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/* Donors Listing Page Style\n-------------------------------------------------------------- */\n.give_forms_page_give-donors {\n .wrap > h2 {\n\tmargin-bottom: 15px;\n }\n #give-donors-filter {\n\tposition: relative;\n\tp.search-box {\n\t float: left;\n\t margin: 0;\n\t}\n }\n\n .tablenav.top {\n\tfloat: right;\n\tclear: none;\n }\n}\n\n/* Donor Styles\n-------------------------------------------------------------- */\n\n#customer-tab-wrapper {\n\n}\n\n#customer-tab-wrapper-list {\n\n border-bottom: 1px solid #ccc;\n padding: 5px 15px 0 10px;\n\n li {\n\n\tdisplay: inline-block;\n\tmargin: 0 0 -1px;\n\tpadding: 0;\n\n\ta {\n\t padding: 6px 10px;\n\t font-weight: bold;\n\t font-size: 15px;\n\t line-height: 24px;\n\t border: 1px solid #ccc;\n\t border-bottom: none;\n\t background: #e4e4e4;\n\t color: #555;\n\t display: inline-block;\n\t text-decoration: none;\n\t margin: 0;\n\t}\n\n }\n\n .active {\n\tpadding: 6px 10px;\n\tfont-weight: bold;\n\tfont-size: 15px;\n\tline-height: 24px;\n\tborder: 1px solid #ccc;\n\tborder-bottom: 1px solid #f1f1f1;\n\tbackground: #f1f1f1;\n\tcolor: #000;\n }\n .dashicons {\n\tfont-size: 20px;\n\tline-height: 26px;\n }\n}\n\n#give-customer-card-wrapper {\n margin-left: -1px;\n z-index: 2;\n min-height: 200px;\n\n input {\n\tfont-weight: normal;\n }\n .customer-section {\n\tborder-bottom: 1px solid #eee;\n\tmargin-bottom: 10px;\n }\n .customer-section table {\n\tmargin-bottom: 0;\n }\n\n > div:first-child {\n\tpadding-top: 20px;\n }\n > div:last-child {\n\tpadding-bottom: 20px;\n\tborder: none;\n }\n\n //AVATAR\n .avatar-wrap {\n\tpadding: 0 15px 15px 0;\n\ttext-align: center;\n\tfloat: left;\n\timg {\n\t border-radius: 3px;\n\t}\n\n }\n\n a.delete {\n\ttext-decoration: none;\n\tcolor: #ff0000;\n\tmargin-right: 5px;\n }\n\n //Donor Header (non-avatar content)\n .donor-bio-header {\n\tfloat: left;\n\twidth: 33%;\n\n\t.customer-since {\n\t margin: 10px 0;\n\t font-size: 16px;\n\t}\n\n\t.customer-id {\n\t font-size: 24px;\n\t font-weight: 600;\n\t float: left;\n\t margin-right: 10px;\n\t}\n\n\t.customer-edit-link {\n\t margin-bottom: 15px;\n\t float: left;\n\n\t}\n\n }\n\n}\n\n.customer-main-wrapper {\n margin: 0 0 20px;\n\n @media(max-width: 655px) {\n\twidth: 100%;\n }\n\n table {\n\tmargin: 0;\n }\n input {\n\twidth: 200px;\n }\n\n}\n\n//Donor Summary\n#donor-summary {\n padding: 0 20px;\n\n &:after {\n\tfont-family: \"dashicons\";\n\tcontent: \"\\f110\";\n\tposition: absolute;\n\ttop: 10px;\n\tright: 10px;\n\tfont-size: 100px;\n\tcolor: #F0F0F0;\n\tz-index: 0;\n }\n\n}\n\n#give-customer-card-wrapper .customer-address-wrapper {\n width: 202px;\n\n\tspan[data-key=\"line2\"] {\n\t\tdisplay: table;\n\t\tclear: both;\n\t}\n}\n\n#give-customer-card-wrapper .customer-address-wrapper select {\n width: 200px;\n}\n\n#give-customer-card-wrapper .customer-info {\n margin-top: 1px;\n min-height: 185px;\n}\n\n#give-customer-card-wrapper .info-wrapper {\n min-height: 125px;\n}\n\n.customer-info .customer-name {\n font-size: 24px;\n font-weight: 600;\n}\n\n.disconnect-user a {\n font-size: 12px;\n font-weight: normal;\n text-decoration: none;\n}\n\n#customer-edit-actions {\n text-align: center;\n margin-bottom: 20px;\n line-height: 28px;\n}\n\n#customer-edit-actions .button-secondary {\n margin-right: 10px;\n}\n\n#give-customer-card-wrapper .edit-item {\n display: none;\n}\n\n#give-customer-card-wrapper .give_user_search_results {\n left: 1px;\n top: 16px;\n}\n\n#give-customer-card-wrapper .give_user_search_results ul {\n width: 200px\n}\n\n#customer-stats-wrapper {\n margin: 0 auto;\n text-align: center;\n padding: 15px;\n ul {\n\tmargin: 0;\n\tpadding: 0;\n\toverflow: hidden;\n\tli {\n\t width: 50%;\n\t float: left;\n\t line-height: 22px;\n\t font-size: 14px;\n\t margin: 0;\n\t}\n\n }\n\n a {\n\ttext-decoration: none;\n }\n}\n\n#customer-stats-wrapper .dashicons {\n color: #888;\n}\n\n#customer-tables-wrapper table {\n width: 100%;\n text-align: center;\n}\n\n#customer-tables-wrapper th {\n text-align: center;\n}\n\n#customer-tables-wrapper .downloads tr > th:first-child, #customer-tables-wrapper .downloads tr > td:first-child {\n text-align: left;\n}\n\n#customer-tables-wrapper .downloads tr > td:only-child {\n text-align: center;\n}\n\n#customer-notes-wrapper {\n min-height: 50px;\n}\n\n.customer-notes-header span, .customer-notes-header img {\n font-weight: 600;\n line-height: 30px;\n vertical-align: middle;\n}\n\n.customer-note-input {\n width: 100%;\n margin-bottom: 5px;\n}\n\n//Customer Notes\n#give-customer-notes {\n div:nth-of-type(even) {\n\tbackground-color: #f9f9f9;\n }\n .customer-note-wrapper {\n\tborder-bottom: 1px solid #f9f9f9;\n\tmin-height: 38px;\n\tpadding: 0;\n\n\t.note-content-wrap {\n\t padding: 10px 12px;\n\t line-height: 20px;\n\t font-size: 14px;\n\t}\n\n }\n\n .give-no-customer-notes {\n\ttext-align: center;\n\tpadding: 20px;\n }\n\n}\n\n.customer-note-wrapper span {\n display: block;\n}\n\n.delete-customer {\n text-align: center;\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","\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}\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"],"sourceRoot":"/source/"}
assets/css/give-admin.min.css ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Give Admin SCSS/CSS
3
+ *
4
+ * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner
5
+ * @package: Give
6
+ * @subpackage: SCSS/Admin
7
+ * @copyright: Copyright (c) 2016, WordImpress
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}.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)}/*!
12
+ Chosen, a Select Box Enhancer for jQuery and Prototype
13
+ by Patrick Filler for Harvest, http://getharvest.com
14
+
15
+ Version 1.8.3
16
+ Full source at https://github.com/harvesthq/chosen
17
+ Copyright (c) 2011-2018 Harvest http://getharvest.com
18
+
19
+ MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
20
+ This file is generated by `grunt build`, do not edit it by hand.
21
+ */.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.chosen-container.chosen-with-drop .chosen-drop{display:block}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) 100% -20px no-repeat;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.dashicons-give:before,[class*=" give-icon-"],[class^=give-icon-]{line-height:1;font-family:give-icomoon;font-style:normal;font-weight:400}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) -30px -20px no-repeat;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}@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}.chosen-container-single a.chosen-single{background:#FFF!important}.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%}.settings-excludes-list{max-height:120px;overflow:auto;padding:.5rem;border:1px solid #ddd}.settings-excludes-list li{margin:3px 0}#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,div.give-field-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 .edit-item,div.sc-menu{display:none}.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 .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{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-tools-setting-page-import table.step-2 h2#give-import-title{font-size:small;font-weight:inherit}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields-title{font-size:18px;font-weight:600;margin:0}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields{white-space:nowrap;overflow:hidden}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li{display:inline-block;margin:0 10% 0 0}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.give-import-donation-required-symbol{border-radius:1em;vertical-align:middle;padding:2px;background:#46b450;color:#fff}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.dashicons-no-alt{background:#bbb}.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-dashicon.css ADDED
File without changes
assets/css/jquery-ui-fresh.css ADDED
@@ -0,0 +1,713 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery UI CSS Framework 1.8.16
3
+ *
4
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Theming/API
9
+ */
10
+
11
+ /* Layout helpers
12
+ ----------------------------------*/
13
+ .ui-helper-hidden {
14
+ display: none;
15
+ }
16
+
17
+ .ui-helper-hidden-accessible {
18
+ position: absolute !important;
19
+ clip: rect(1px 1px 1px 1px);
20
+ clip: rect(1px, 1px, 1px, 1px);
21
+ }
22
+
23
+ .ui-helper-reset {
24
+ margin: 0;
25
+ padding: 0;
26
+ border: 0;
27
+ outline: 0;
28
+ line-height: 1.3;
29
+ text-decoration: none;
30
+ font-size: 100%;
31
+ list-style: none;
32
+ }
33
+
34
+ .ui-helper-clearfix:after {
35
+ content: ".";
36
+ display: block;
37
+ height: 0;
38
+ clear: both;
39
+ visibility: hidden;
40
+ }
41
+
42
+ .ui-helper-clearfix {
43
+ display: inline-block;
44
+ }
45
+
46
+ /* required comment for clearfix to work in Opera \*/
47
+ * html .ui-helper-clearfix {
48
+ height: 1%;
49
+ }
50
+
51
+ .ui-helper-clearfix {
52
+ display: block;
53
+ }
54
+
55
+ /* end clearfix */
56
+ .ui-helper-zfix {
57
+ width: 100%;
58
+ height: 100%;
59
+ top: 0;
60
+ left: 0;
61
+ position: absolute;
62
+ opacity: 0;
63
+ filter: Alpha(Opacity=0);
64
+ }
65
+
66
+ /* Interaction Cues
67
+ ----------------------------------*/
68
+ .ui-state-disabled {
69
+ cursor: default !important;
70
+ }
71
+
72
+ /* Icons
73
+ ----------------------------------*/
74
+
75
+ /* states and images */
76
+ .ui-icon {
77
+ display: block;
78
+ text-indent: -99999px;
79
+ overflow: hidden;
80
+ background-repeat: no-repeat;
81
+ }
82
+
83
+ /* Component containers
84
+ ----------------------------------*/
85
+ .ui-widget {
86
+ font-family: sans-serif;
87
+ font-size: 12px;
88
+ }
89
+
90
+ .ui-widget .ui-widget {
91
+ font-size: 1em;
92
+ }
93
+
94
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
95
+ font-family: sans-serif;
96
+ font-size: 1em;
97
+ }
98
+
99
+ .ui-widget-content {
100
+ border: 1px solid #dfdfdf;
101
+ background: #ffffff;
102
+ color: #333333;
103
+ }
104
+
105
+ .ui-widget-header {
106
+ border: 1px solid #dfdfdf;
107
+ color: #333333;
108
+ font-weight: bold;
109
+ background-color: #f1f1f1;
110
+
111
+ }
112
+
113
+ .ui-widget-header a {
114
+ color: #333333;
115
+ }
116
+
117
+ /* Interaction states
118
+ ----------------------------------*/
119
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
120
+ border: 1px solid #dfdfdf;
121
+ background-color: #f1f1f1;
122
+ font-weight: normal;
123
+ color: #333333;
124
+ }
125
+
126
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
127
+ color: #333333;
128
+ text-decoration: none;
129
+ }
130
+
131
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
132
+ border: 1px solid #ccc;
133
+ background-color: #ececec;
134
+ font-weight: normal;
135
+ color: #000000;
136
+ }
137
+
138
+ .ui-state-hover a, .ui-state-hover a:hover {
139
+ color: #000000;
140
+ text-decoration: none;
141
+ }
142
+
143
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
144
+ border: 1px solid #dfdfdf;
145
+ background: #ffffff;
146
+ font-weight: normal;
147
+ color: #333333;
148
+ }
149
+
150
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
151
+ color: #333333;
152
+ text-decoration: none;
153
+ }
154
+
155
+ .ui-widget :active {
156
+ outline: none;
157
+ }
158
+
159
+ /* Interaction Cues
160
+ ----------------------------------*/
161
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
162
+ border: 1px solid #e6db55;
163
+ background: #ffffe0;
164
+ color: #333333;
165
+ }
166
+
167
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
168
+ color: #333333;
169
+ }
170
+
171
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
172
+ border: 1px solid #cc0000;
173
+ background: #ffebe8;
174
+ color: #cc0000;
175
+ }
176
+
177
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
178
+ color: #cc0000;
179
+ }
180
+
181
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
182
+ color: #cc0000;
183
+ }
184
+
185
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
186
+ font-weight: bold;
187
+ }
188
+
189
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
190
+ opacity: .7;
191
+ filter: Alpha(Opacity=70);
192
+ font-weight: normal;
193
+ }
194
+
195
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
196
+ opacity: .35;
197
+ filter: Alpha(Opacity=35);
198
+ background-image: none;
199
+ }
200
+
201
+ /* Icons
202
+ ----------------------------------*/
203
+
204
+ /* states and images */
205
+ .ui-icon {
206
+ width: 16px;
207
+ height: 16px;
208
+ background-image: url(../images/ui-icons_333333_256x240.png);
209
+ }
210
+
211
+ .ui-widget-content .ui-icon {
212
+ background-image: url(../images/ui-icons_333333_256x240.png);
213
+ }
214
+
215
+ .ui-widget-header .ui-icon {
216
+ background-image: url(../images/ui-icons_999999_256x240.png);
217
+ }
218
+
219
+ .ui-state-default .ui-icon {
220
+ background-image: url(../images/ui-icons_333333_256x240.png);
221
+ }
222
+
223
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
224
+ background-image: url(../images/ui-icons_333333_256x240.png);
225
+ }
226
+
227
+ .ui-state-active .ui-icon {
228
+ background-image: url(../images/ui-icons_333333_256x240.png);
229
+ }
230
+
231
+ .ui-state-highlight .ui-icon {
232
+ background-image: url(../images/ui-icons_21759b_256x240.png);
233
+ }
234
+
235
+ /* positioning */
236
+ .ui-icon-triangle-1-n {
237
+ background-position: 0 -16px;
238
+ }
239
+
240
+ .ui-icon-triangle-1-ne {
241
+ background-position: -16px -16px;
242
+ }
243
+
244
+ .ui-icon-triangle-1-e {
245
+ background-position: -32px -16px;
246
+ }
247
+
248
+ .ui-icon-triangle-1-se {
249
+ background-position: -48px -16px;
250
+ }
251
+
252
+ .ui-icon-triangle-1-s {
253
+ background-position: -64px -16px;
254
+ }
255
+
256
+ .ui-icon-triangle-1-sw {
257
+ background-position: -80px -16px;
258
+ }
259
+
260
+ .ui-icon-triangle-1-w {
261
+ background-position: -96px -16px;
262
+ }
263
+
264
+ .ui-icon-triangle-1-nw {
265
+ background-position: -112px -16px;
266
+ }
267
+
268
+ .ui-icon-triangle-2-n-s {
269
+ background-position: -128px -16px;
270
+ }
271
+
272
+ .ui-icon-triangle-2-e-w {
273
+ background-position: -144px -16px;
274
+ }
275
+
276
+ .ui-icon-arrow-1-n {
277
+ background-position: 0 -32px;
278
+ }
279
+
280
+ .ui-icon-arrow-1-ne {
281
+ background-position: -16px -32px;
282
+ }
283
+
284
+ .ui-icon-arrow-1-e {
285
+ background-position: -32px -32px;
286
+ }
287
+
288
+ .ui-icon-arrow-1-se {
289
+ background-position: -48px -32px;
290
+ }
291
+
292
+ .ui-icon-arrow-1-s {
293
+ background-position: -64px -32px;
294
+ }
295
+
296
+ .ui-icon-arrow-1-sw {
297
+ background-position: -80px -32px;
298
+ }
299
+
300
+ .ui-icon-arrow-1-w {
301
+ background-position: -96px -32px;
302
+ }
303
+
304
+ .ui-icon-arrow-1-nw {
305
+ background-position: -112px -32px;
306
+ }
307
+
308
+ .ui-icon-arrow-2-n-s {
309
+ background-position: -128px -32px;
310
+ }
311
+
312
+ .ui-icon-arrow-2-ne-sw {
313
+ background-position: -144px -32px;
314
+ }
315
+
316
+ .ui-icon-arrow-2-e-w {
317
+ background-position: -160px -32px;
318
+ }
319
+
320
+ .ui-icon-arrow-2-se-nw {
321
+ background-position: -176px -32px;
322
+ }
323
+
324
+ .ui-icon-arrow-4 {
325
+ background-position: 0 -80px;
326
+ }
327
+
328
+ .ui-icon-arrow-4-diag {
329
+ background-position: -16px -80px;
330
+ }
331
+
332
+ .ui-icon-extlink {
333
+ background-position: -32px -80px;
334
+ }
335
+
336
+ .ui-icon-newwin {
337
+ background-position: -48px -80px;
338
+ }
339
+
340
+ .ui-icon-refresh {
341
+ background-position: -64px -80px;
342
+ }
343
+
344
+ .ui-icon-shuffle {
345
+ background-position: -80px -80px;
346
+ }
347
+
348
+ .ui-icon-transfer-e-w {
349
+ background-position: -96px -80px;
350
+ }
351
+
352
+ .ui-icon-transferthick-e-w {
353
+ background-position: -112px -80px;
354
+ }
355
+
356
+ .ui-icon-folder-collapsed {
357
+ background-position: 0 -96px;
358
+ }
359
+
360
+ .ui-icon-folder-open {
361
+ background-position: -16px -96px;
362
+ }
363
+
364
+ .ui-icon-document {
365
+ background-position: -32px -96px;
366
+ }
367
+
368
+ .ui-icon-document-b {
369
+ background-position: -48px -96px;
370
+ }
371
+
372
+ .ui-icon-cancel {
373
+ background-position: 0 -128px;
374
+ }
375
+
376
+ .ui-icon-plus {
377
+ background-position: -16px -128px;
378
+ }
379
+
380
+ .ui-icon-plusthick {
381
+ background-position: -32px -128px;
382
+ }
383
+
384
+ .ui-icon-minus {
385
+ background-position: -48px -128px;
386
+ }
387
+
388
+ .ui-icon-minusthick {
389
+ background-position: -64px -128px;
390
+ }
391
+
392
+ .ui-icon-close {
393
+ background-position: -80px -128px;
394
+ }
395
+
396
+ .ui-icon-closethick {
397
+ background-position: -96px -128px;
398
+ }
399
+
400
+ .ui-icon-key {
401
+ background-position: -112px -128px;
402
+ }
403
+
404
+ .ui-icon-info {
405
+ background-position: -16px -144px;
406
+ }
407
+
408
+ .ui-icon-notice {
409
+ background-position: -32px -144px;
410
+ }
411
+
412
+ .ui-icon-help {
413
+ background-position: -48px -144px;
414
+ }
415
+
416
+ .ui-icon-check {
417
+ background-position: -64px -144px;
418
+ }
419
+
420
+ .ui-icon-bullet {
421
+ background-position: -80px -144px;
422
+ }
423
+
424
+ .ui-icon-circle-plus {
425
+ background-position: 0 -192px;
426
+ }
427
+
428
+ .ui-icon-circle-minus {
429
+ background-position: -16px -192px;
430
+ }
431
+
432
+ .ui-icon-circle-close {
433
+ background-position: -32px -192px;
434
+ }
435
+
436
+ .ui-icon-circle-triangle-e {
437
+ background-position: -48px -192px;
438
+ }
439
+
440
+ .ui-icon-circle-triangle-s {
441
+ background-position: -64px -192px;
442
+ }
443
+
444
+ .ui-icon-circle-triangle-w {
445
+ background-position: -80px -192px;
446
+ }
447
+
448
+ .ui-icon-circle-triangle-n {
449
+ background-position: -96px -192px;
450
+ }
451
+
452
+ .ui-icon-circle-arrow-e {
453
+ background-position: -112px -192px;
454
+ }
455
+
456
+ .ui-icon-circle-arrow-s {
457
+ background-position: -128px -192px;
458
+ }
459
+
460
+ .ui-icon-circle-arrow-w {
461
+ background-position: -144px -192px;
462
+ }
463
+
464
+ .ui-icon-circle-arrow-n {
465
+ background-position: -160px -192px;
466
+ }
467
+
468
+ /* Misc visuals
469
+ ----------------------------------*/
470
+
471
+ /* Corner radius */
472
+ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
473
+ -moz-border-radius-topleft: 3px;
474
+ -webkit-border-top-left-radius: 3px;
475
+ border-top-left-radius: 3px;
476
+ }
477
+
478
+ .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
479
+ -moz-border-radius-topright: 3px;
480
+ -webkit-border-top-right-radius: 3px;
481
+ border-top-right-radius: 3px;
482
+ }
483
+
484
+ .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
485
+ -moz-border-radius-bottomleft: 3px;
486
+ -webkit-border-bottom-left-radius: 3px;
487
+ border-bottom-left-radius: 3px;
488
+ }
489
+
490
+ .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
491
+ -moz-border-radius-bottomright: 3px;
492
+ -webkit-border-bottom-right-radius: 3px;
493
+ border-bottom-right-radius: 3px;
494
+ }
495
+
496
+ /*
497
+ * jQuery UI Datepicker 1.8.16
498
+ *
499
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
500
+ * Dual licensed under the MIT or GPL Version 2 licenses.
501
+ * http://jquery.org/license
502
+ *
503
+ * http://docs.jquery.com/UI/Datepicker#theming
504
+ */
505
+ .ui-datepicker {
506
+ width: 17em;
507
+ padding: .2em .2em 0;
508
+ display: none;
509
+ }
510
+
511
+ .ui-datepicker .ui-datepicker-header {
512
+ position: relative;
513
+ padding: .2em 0;
514
+ }
515
+
516
+ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
517
+ position: absolute;
518
+ top: 2px;
519
+ width: 1.8em;
520
+ height: 1.8em;
521
+ }
522
+
523
+ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
524
+ top: 1px;
525
+ }
526
+
527
+ .ui-datepicker .ui-datepicker-prev {
528
+ left: 2px;
529
+ }
530
+
531
+ .ui-datepicker .ui-datepicker-next {
532
+ right: 2px;
533
+ }
534
+
535
+ .ui-datepicker .ui-datepicker-prev-hover {
536
+ left: 1px;
537
+ }
538
+
539
+ .ui-datepicker .ui-datepicker-next-hover {
540
+ right: 1px;
541
+ }
542
+
543
+ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
544
+ display: block;
545
+ position: absolute;
546
+ left: 50%;
547
+ margin-left: -8px;
548
+ top: 50%;
549
+ margin-top: -8px;
550
+ }
551
+
552
+ .ui-datepicker .ui-datepicker-title {
553
+ margin: 0 2.3em;
554
+ line-height: 1.8em;
555
+ text-align: center;
556
+ }
557
+
558
+ .ui-datepicker .ui-datepicker-title select {
559
+ font-size: 1em;
560
+ margin: 1px 0;
561
+ }
562
+
563
+ .ui-datepicker select.ui-datepicker-month-year {
564
+ width: 100%;
565
+ }
566
+
567
+ .ui-datepicker select.ui-datepicker-month,
568
+ .ui-datepicker select.ui-datepicker-year {
569
+ width: 49%;
570
+ }
571
+
572
+ .ui-datepicker table {
573
+ width: 100%;
574
+ font-size: .9em;
575
+ border-collapse: collapse;
576
+ margin: 0 0 .4em;
577
+ }
578
+
579
+ .ui-datepicker th {
580
+ padding: .7em .3em;
581
+ text-align: center;
582
+ font-weight: bold;
583
+ border: 0;
584
+ }
585
+
586
+ .ui-datepicker td {
587
+ border: 0;
588
+ padding: 1px;
589
+ }
590
+
591
+ .ui-datepicker td span, .ui-datepicker td a {
592
+ display: block;
593
+ padding: .2em;
594
+ text-align: right;
595
+ text-decoration: none;
596
+ }
597
+
598
+ .ui-datepicker .ui-datepicker-buttonpane {
599
+ background-image: none;
600
+ margin: .7em 0 0 0;
601
+ padding: 0 .2em;
602
+ border-left: 0;
603
+ border-right: 0;
604
+ border-bottom: 0;
605
+ }
606
+
607
+ .ui-datepicker .ui-datepicker-buttonpane button {
608
+ float: right;
609
+ margin: .5em .2em .4em;
610
+ cursor: pointer;
611
+ padding: .2em .6em .3em .6em;
612
+ width: auto;
613
+ overflow: visible;
614
+ }
615
+
616
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
617
+ float: left;
618
+ }
619
+
620
+ /* with multiple calendars */
621
+ .ui-datepicker.ui-datepicker-multi {
622
+ width: auto;
623
+ }
624
+
625
+ .ui-datepicker-multi .ui-datepicker-group {
626
+ float: left;
627
+ }
628
+
629
+ .ui-datepicker-multi .ui-datepicker-group table {
630
+ width: 95%;
631
+ margin: 0 auto .4em;
632
+ }
633
+
634
+ .ui-datepicker-multi-2 .ui-datepicker-group {
635
+ width: 50%;
636
+ }
637
+
638
+ .ui-datepicker-multi-3 .ui-datepicker-group {
639
+ width: 33.3%;
640
+ }
641
+
642
+ .ui-datepicker-multi-4 .ui-datepicker-group {
643
+ width: 25%;
644
+ }
645
+
646
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
647
+ border-left-width: 0;
648
+ }
649
+
650
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
651
+ border-left-width: 0;
652
+ }
653
+
654
+ .ui-datepicker-multi .ui-datepicker-buttonpane {
655
+ clear: left;
656
+ }
657
+
658
+ .ui-datepicker-row-break {
659
+ clear: both;
660
+ width: 100%;
661
+ font-size: 0em;
662
+ }
663
+
664
+ /* RTL support */
665
+ .ui-datepicker-rtl {
666
+ direction: rtl;
667
+ }
668
+
669
+ .ui-datepicker-rtl .ui-datepicker-prev {
670
+ right: 2px;
671
+ left: auto;
672
+ }
673
+
674
+ .ui-datepicker-rtl .ui-datepicker-next {
675
+ left: 2px;
676
+ right: auto;
677
+ }
678
+
679
+ .ui-datepicker-rtl .ui-datepicker-prev:hover {
680
+ right: 1px;
681
+ left: auto;
682
+ }
683
+
684
+ .ui-datepicker-rtl .ui-datepicker-next:hover {
685
+ left: 1px;
686
+ right: auto;
687
+ }
688
+
689
+ .ui-datepicker-rtl .ui-datepicker-buttonpane {
690
+ clear: right;
691
+ }
692
+
693
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
694
+ float: left;
695
+ }
696
+
697
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
698
+ float: right;
699
+ }
700
+
701
+ .ui-datepicker-rtl .ui-datepicker-group {
702
+ float: right;
703
+ }
704
+
705
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
706
+ border-right-width: 0;
707
+ border-left-width: 1px;
708
+ }
709
+
710
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
711
+ border-right-width: 0;
712
+ border-left-width: 1px;
713
+ }
assets/css/jquery-ui-fresh.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .ui-helper-hidden{display:none}.ui-helper-clearfix,.ui-icon{display:block}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html .ui-helper-clearfix{height:1%}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget{font-family:sans-serif;font-size:12px}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:sans-serif;font-size:1em}.ui-widget-content{border:1px solid #dfdfdf;background:#fff;color:#333}.ui-widget-header{border:1px solid #dfdfdf;color:#333;font-weight:700;background-color:#f1f1f1}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #dfdfdf;background-color:#f1f1f1;font-weight:400;color:#333}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#333;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background-color:#ececec;font-weight:400;color:#000}.ui-state-hover a,.ui-state-hover a:hover{color:#000;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #dfdfdf;background:#fff;font-weight:400;color:#333}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#333;text-decoration:none}.ui-widget :active{outline:0}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #e6db55;background:#ffffe0;color:#333}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#333}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #c00;background:#ffebe8;color:#c00}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#c00}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../images/ui-icons_333333_256x240.png)}.ui-icon{width:16px;height:16px}.ui-widget-header .ui-icon{background-image:url(../images/ui-icons_999999_256x240.png)}.ui-state-active .ui-icon,.ui-state-default .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(../images/ui-icons_333333_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_21759b_256x240.png)}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{-moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}
assets/dist/css/admin-shortcode-button.css DELETED
@@ -1 +0,0 @@
1
- .mce-primary.mce-sc-primary button{padding-right:10px;padding-left:10px}.mce-sc-popup{overflow-y:scroll;max-height:100%!important;top:50%!important;transform:translateY(-50%)!important}.mce-sc-popup a{text-decoration:underline}.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:none;padding-left:5px;margin-right:0}.wp-media-buttons button.sc-button:active{margin-bottom:5px}button.sc-button:after{position:relative;display:inline-block;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{position:relative;display:inline-block;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)}
 
assets/dist/css/admin-shortcode-button.rtl.css DELETED
@@ -1 +0,0 @@
1
- .mce-primary.mce-sc-primary button{padding-left:10px;padding-right:10px}.mce-sc-popup{overflow-y:scroll;max-height:100%!important;top:50%!important;transform:translateY(-50%)!important}.mce-sc-popup a{text-decoration:underline}.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:none;padding-right:5px;margin-left:0}.wp-media-buttons button.sc-button:active{margin-bottom:5px}button.sc-button:after{position:relative;display:inline-block;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{position:relative;display:inline-block;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)}
 
assets/dist/css/admin.css DELETED
@@ -1,17 +0,0 @@
1
- /*!
2
- Chosen, a Select Box Enhancer for jQuery and Prototype
3
- by Patrick Filler for Harvest, http://getharvest.com
4
-
5
- Version 1.8.7
6
- Full source at https://github.com/harvesthq/chosen
7
- Copyright (c) 2011-2018 Harvest http://getharvest.com
8
-
9
- MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
- This file is generated by `grunt build`, do not edit it by hand.
11
- */.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../images/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../images/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%)}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:inset 0 1px 0 #fff}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.give-clearfix{*zoom:1}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}.give-clearfix:after{clear:both}#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}/*! jQuery UI - v1.12.1 - 2016-09-14
12
- * http://jqueryui.com
13
- * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
14
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
15
- * Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;vertical-align:middle;margin:.2em 2em .2em .4em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif}.ui-widget,.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error-text,.ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error-text,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(../images/ui-icons_444444_256x240.png)}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(../images/ui-icons_555555_256x240.png)}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url(../images/ui-icons_ffffff_256x240.png)}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_777620_256x240.png)}.ui-state-error-text .ui-icon,.ui-state-error .ui-icon{background-image:url(../images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(../images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=0.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/*! Hint.css - v2.5.0 - 2017-04-23
16
- * http://kushagragour.in/lab/hint/
17
- * Copyright (c) 2017 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(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)}.mfp-bg{z-index:1000001;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000002;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1000004}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1000003}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1000005;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face{font-family:give-icomoon;src:url(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff"),url(../images/icomoon.svg#icomoon) format("svg");font-weight:400;font-style:normal}.give-icon:before{font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-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"}.dashicons-give:before{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e800"}.fa-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.give-modal{box-shadow:0 15px 10px -5px rgba(0,0,0,.15);position:relative;background:#fff;font-family:Arial,Baskerville,monospace;font-size:16px;width:auto;max-width:500px;margin:60px auto 20px;border-top:5px solid transparent;line-height:1.5}.give-modal--success{border-top-color:#46b450}.give-modal--notice{border-top-color:#00a0d2}.give-modal--warning{border-top-color:#ffb900}.give-modal--error{border-top-color:#dc3232}.give-modal__body{padding:1.5rem}.give-modal__body>:last-child{margin-bottom:0}.give-modal__title{margin:0 0 .75rem;padding:0}.give-modal__description{margin:0 0 1.5rem;padding:0}.give-modal .give-modal__controls{position:relative;padding:1rem 1.5rem;background-color:#fbfbfb;border-top:1px solid #d7d7d7;text-align:right}.give-modal .give-modal__controls .spinner{display:none;visibility:visible;margin-left:0;float:left}.give-modal--additional-link{float:left;line-height:26px}.modal-fade-slide .give-modal--zoom{opacity:0;transition:all .2s ease-out;transform:translateY(-20px) perspective(600px) rotateX(10deg)}.modal-fade-slide.mfp-ready .give-modal--zoom{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-removing .give-modal--zoom{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(10deg)}.modal-fade-slide.mfp-bg{opacity:0;transition:opacity .3s ease-out}.modal-fade-slide.mfp-ready.mfp-bg{opacity:.8}.modal-fade-slide.mfp-removing.mfp-bg{opacity:0}.give-button{display:inline-block;height:30px;line-height:28px;padding:0 12px 2px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;margin-left:.5rem;font-weight:400;font-size:.9em}.give-button:active{transform:translateY(1px)}.give-button--primary{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;outline:0}.give-button--primary:hover{background:#008ec2;border-color:#006799;color:#fff}.give-button--primary:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.give-button--primary:focus{background:#0073aa;border-color:#006799;color:#fff;box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.give-button--secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.give-button--secondary:hover{background:#fafafa;border-color:#999;color:#23282d}.give-button--secondary:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.give-button--secondary:focus{background:#eee}@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(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff"),url(../images/icomoon.svg#icomoon) format("svg");speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-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,.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,.cmb-type-levels-id,.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}.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 .cmbhandle{display:none}#_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=email],.give_options_panel input[type=text]{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}.js-give-shortcode-button{font-weight:400;cursor:help}.js-give-shortcode-button:after{box-shadow:0 1px 1px 0 rgba(0,0,0,.1);text-shadow:none}.js-give-shortcode-button .dashicons{font-size:16px;width:16px;vertical-align:middle;color:#909090;margin-right:2px}.js-give-shortcode-button:hover .dashicons{color:#555}#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{font-size:13px;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:all .2s 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{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-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-metabox-form-data .give-minmax-wrap{display:block;margin-bottom:.5rem}#give-metabox-form-data .give-minmax-wrap label{display:inline-block;width:120px;font-size:12px}#give-metabox-form-data .give-minmax-wrap input{margin-left:1px}#_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-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 (max-width:550px),only screen and (min-width:851px) and (max-width:1025px){#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%}}.chosen-container-single a.chosen-single{background:#fff!important}.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}.post-type-give_forms #posts-filter .search-box{display:none}.post-type-give_forms #posts-filter .tablenav.top{position:relative;margin:42px 0 0}.post-type-give_forms #posts-filter .tablenav.top #give-forms-advanced-filter{margin:0 0 10px}.post-type-give_forms #posts-filter .tablenav.top #give-forms-advanced-filter #give-forms-goal-filter{width:255px}.post-type-give_forms #posts-filter .tablenav.top #give-forms-advanced-filter a{display:inline-block;margin:0}.post-type-give_forms #posts-filter .tablenav.top #give-forms-advanced-filter #give-forms-search-input{margin-right:6px}.post-type-give_forms #posts-filter .tablenav.top .bulkactions{position:absolute;left:0;bottom:4px}.type-download{float:left;margin:0 1em 1em 0!important;padding:0;vertical-align:top;width:280px;text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:365px;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.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{*zoom:1;padding:15px 20px}.type-download .addon-content:after,.type-download .addon-content:before{content:" ";display:table}.type-download .addon-content:after{clear:both}.type-download .addon-content .addon-heading{margin:0 0 10px}.type-download .addon-content .addon-heading a{outline:none;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{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 .tablenav-pages,body.give_forms_page_give-reports .tablenav-right .tablenav-pages{float:right}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}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%}.settings-excludes-list{max-height:120px;overflow:auto;padding:.5rem;border:1px solid #ddd}.settings-excludes-list li{margin:3px 0}#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}.gateways-report-tablenav .actions.bulkactions{padding-right:0}table.give-table td{vertical-align:middle}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{display:inline-block;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,.social-items-wrap>div{display:inline-block}.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}#give_donor_export #give_donor_export_form_chosen{display:block;margin:5px 0 1px}.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 .give-subsubsub{list-style:none;margin:8px 0 0;padding:0;font-size:13px;float:left;color:#666}.give-settings-page .give-subsubsub li{display:inline-block;margin:0;padding:0;white-space:nowrap}.give-settings-page .give-subsubsub a{line-height:2;padding:.2em;text-decoration:none}.give-settings-page .give-subsubsub a.current{color:#000;font-weight:600;border:none}.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 tr.give-import-option:nth-child(odd) th{vertical-align:middle}.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,div.give-field-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}.tablenav{height:auto}.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}.gateway-enabled-wrap{background-color:#f7f7f7;border:1px solid #e5e5e5}.gateway-enabled-wrap .gateway-enabled-settings-title{display:grid;grid-template-columns:.5fr 2.5fr 5fr 1fr 1fr;grid-gap:20px;border-bottom:1px solid #e5e5e5;padding:1rem;font-weight:600}.gateway-enabled-wrap .ui-sortable-placeholder{visibility:visible!important;border:2px dashed #e5e5e5;transition:all .2s ease}.gateway-enabled-wrap .ui-sortable-helper{background-color:#fafafa;box-shadow:0 4px 20px -5px rgba(0,0,0,.25);border:1px solid #e5e5e5;padding:.5rem!important}.give-payment-gatways-list{margin:0;padding:1rem}.give-payment-gatways-list li{display:grid;grid-template-columns:.5fr 2.5fr 5fr 1fr 1fr;align-items:center;grid-gap:20px;margin:0;padding:.5rem 0}.give-payment-gatways-list li:first-child{padding-top:0}.give-payment-gatways-list li:last-child{padding-bottom:0}.give-payment-gatways-list li .checkout-label{padding:.5rem .75rem}.give-payment-gatways-list li .gateways-checkbox,.give-payment-gatways-list li .gateways-radio{justify-self:center}.give-payment-gatways-list li span.give-drag-handle{padding:3px 4px 0 0;font-size:15px;font-weight:400;color:#bdbdbd;cursor:move}.give-payment-gatways-list li span.give-drag-handle:hover{color:#333}.give-gateways-notice{display:table;width:100%;overflow:hidden;background:#fff;margin:15px 0 0;padding:0;border:1px solid #e3e3e3}.give-gateways-notice .give-gateways-cc-icon{margin:0;padding:0 0 0 15px;height:30px;width:30px;display:table-cell;vertical-align:middle}.give-gateways-notice .give-gateways-cc-icon svg{position:relative;top:2px}.give-gateways-notice .give-gateways-notice-message{line-height:24px;font-size:16px;margin:15px 20px}.give-gateways-notice .give-gateways-notice-button{display:table-cell;vertical-align:middle;text-align:right;margin:0;padding:0 15px 0 0}.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-email-tags-wrap .give_receipt_id_tag,.give-settings-admin-email-section .tablenav,.give-settings-donor-email-section .tablenav,.give-settings-email-settings-section .tablenav{display:none}.give-settings-admin-email-section .give-setting-tab-header-emails,.give-settings-donor-email-section .give-setting-tab-header-emails,.give-settings-email-settings-section .give-setting-tab-header-emails{margin:0 0 20px}.give-settings-admin-email-section .give-setting-tab-header-emails hr,.give-settings-donor-email-section .give-setting-tab-header-emails hr,.give-settings-email-settings-section .give-setting-tab-header-emails hr{display:none}.give-settings-admin-email-section .tablenav.bottom+.give-setting-tab-header-emails,.give-settings-donor-email-section .tablenav.bottom+.give-setting-tab-header-emails,.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails{margin:20px 0}.give-settings-admin-email-section .tablenav.bottom+.give-setting-tab-header-emails hr,.give-settings-donor-email-section .tablenav.bottom+.give-setting-tab-header-emails hr,.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:#fff url(../images/close.png) no-repeat;background-position:98.5%;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%;outline:none;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=password].give-license-field,.give-settings-page input[type=text].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}}@media screen and (max-width:600px){.give-settings-page .give-settings-wrap-licenses{width:100%;max-width:320px}}.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-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;display:inline-block;z-index:999;float:left}.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-sub-nav-tab-wrapper{display:none}#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:none;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_email_access_link_tag{display:none}.give-filters{clear:both;background:#f5f5f5;border:1px solid #dfdfdf;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-payment-date-filters label,.give-filters #give-payment-form-filter label{vertical-align:initial}.give-filters #give-payment-date-filters label.give-donation-forms-filter-label,.give-filters #give-payment-form-filter label.give-donation-forms-filter-label{vertical-align:middle}.give-filters #give_donation_forms_filter{width:255px}@media screen and (max-width:782px){.give-filters #give_donation_forms_filter{width:100%;max-width:100%}}.give-filters:after{content:"";display:table;clear:both}.give-filter{display:block;margin-bottom:12px;width:100%}.give-filter:after{content:"";display:table;clear:both}.give-filter label{display:block;margin-right:4px}.give-filter input{margin:0}.give-filter input[type=text]{height:28px;width:100%}.give-filter input[type=search],.give-filter input[type=text]{height:28px}.give-filter .button{height:28px;line-height:26px;margin:0;padding:0 10px 1px}.give-filter select{width:100%}@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]#give-payments-search-input{display:block;float:left;width:205px;max-width:100%}.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:auto}.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{clear:both;background:#f5f5f5;border:1px solid #dfdfdf;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;vertical-align:middle}.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-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{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;background-color:#ffba00;margin:0 15px;vertical-align:middle}#test-payment-label:hover{color:#fff;text-decoration:none}#give-payments-filter .give-payment-id{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;font-weight:400}#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}#give-order-update .give-order-top{border-bottom:1px solid #eee;overflow-x:auto;white-space:nowrap;width:100%}#give-order-update .give-order-top h3.hndle{float:left;border:none;display:inline-block}#give-order-update .give-order-top .delete-donation{display:inline-block;float:right}#give-order-update .give-order-top .delete-donation a{width:18px;height:16px;display:block;margin:11px 15px;content:"\f182";font-size:18px;color:#b5b5b5}#give-order-update .give-order-top .delete-donation a:focus,#give-order-update .give-order-top .delete-donation a:hover{color:red;box-shadow:none}.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 .label{font-weight:600}.give-admin-box-inside{margin:0;padding:3px 10px;clear:both;border-bottom:1px solid #eee;word-break:break-word}.give-admin-box-inside .strong{font-weight:600}.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_comment{min-height:150px}#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-container-single .chosen-search input[type=text],.give-select-chosen-ajax .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;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;width:18px;height:18px;content:"\e800"}.give-range_slider_field{margin-top:.8rem}.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 .give-donor-search-box{margin-right:25px;width:auto;display:inline-block;float:left}.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:50%}.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 #give-donor-filters .give-donor-search-box{display:inline-block;float:left;margin-right:18px}.give_forms_page_give-donors #give-donor-filters .give-donor-search-box input#give-donors-search-input{width:205px;max-width:100%}.give_forms_page_give-donors #give-donor-filters label{vertical-align:initial}.give_forms_page_give-donors #give-donor-filters label.give-donation-forms-filter-label{vertical-align:middle}.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[type=email],.give_forms_page_give-donors .donor-main-wrapper input[type=number],.give_forms_page_give-donors .donor-main-wrapper input[type=text]{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 span[data-key=line2]{display:table;clear:both}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select{width:200px}.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 #give-donor-card-wrapper .give_user_search_results ul{width:200px}.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(2n){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}.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:grey;cursor:default}.give_forms_page_give-donors #donor-address-wrapper .all-address .address a{text-decoration:none}.give_forms_page_give-donors .comments td:nth-child(3n){text-align:left}.give_forms_page_give-donors .give-donor-admin-avatar{width:40px;height:40px;border-radius:50%;border:1px solid #e5e5e5;float:left;vertical-align:middle;margin-right:10px;line-height:40px;text-align:center}.give_forms_page_give-donors .give-donor-admin-avatar img{border-radius:50%;width:40px;height:40px}.give_forms_page_give-donors .give-donor-name-text{font-weight:600;font-size:14px}.give_forms_page_give-donors .give-donor-id{color:#555}.give_forms_page_give-donors .give-donor-name:focus{box-shadow:none;outline:none}.give_forms_page_give-donors #donor-avatar .give-donor-admin-avatar,.give_forms_page_give-donors #donor-avatar img{width:96px;height:96px;line-height:96px;margin-right:0;font-size:36px}@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"}.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:transparent none}.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:hsla(0,0%,96.1%,.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}ul.give-radio-inline input,ul.give-radio-inline li{display:inline-block!important}.chosen-container a{transition: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!important;margin:0 auto 10px;width:auto}.give-blank-slate__select{margin-bottom:20px}.give-blank-slate__help{color:#666;font-style:italic}.give-blank-slate__help a{display:inline-block;text-decoration:underline}.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}.chosen-container-single .chosen-single{background:#fff;height:30px;line-height:30px;border:1px solid #ddd;box-shadow:none}.chosen-container-single .chosen-single span{font-size:14px}.chosen-container-single .chosen-single div b,.chosen-container-single.chosen-with-drop .chosen-single div b{background-position-y:4px}.chosen-container-active.chosen-with-drop .chosen-single{background:#fff}.chosen-container .chosen-results li.highlighted{background:#3875d7;color:#fff}.chosen-container-multi .chosen-choices{border:1px solid #aaa;background-image:none}.chosen-container-multi .chosen-choices li.search-choice{background-image:none}.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 outside;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-tools-setting-page-import table.step-2 h2#give-import-title{font-size:small;font-weight:inherit}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields-title{font-size:18px;font-weight:600;margin:0}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields{white-space:nowrap;overflow:hidden}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li{display:inline-block;margin:0 10% 0 0}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.give-import-donation-required-symbol{border-radius:1em;vertical-align:middle;padding:2px;background:#46b450;color:#fff}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.dashicons-no-alt{background:#bbb}.give-tools-setting-page-import .give-progress{margin-top:7px}.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}.give-tools-setting-page #give-export_donations-form table{padding-left:10px}.give-tools-setting-page #give-export_donations-form table tbody h2{padding:8px 0 0}.give-tools-setting-page #give-export_donations-form table tbody td.row-title{width:30%;vertical-align:top}.give-tools-setting-page #give-export_donations-form table tbody td ul.give-export-option-ul{margin-top:5px}.give-tools-setting-page #give-export_donations-form table tbody p.give-field-description{display:table;width:100%}.give-tools-setting-page #give-export_donations-form table tbody .add-notices{margin-top:15px}.give-tools-setting-page #give-export_donations-form table tbody .add-notices .give-progress{margin-top:7px}.give-tools-setting-page #give-export_donations-form table tbody .chosen-container-multi .chosen-choices{min-height:30px}.give-tools-setting-page #give-export_donations-form table tbody .chosen-container-multi .chosen-choices li{margin:4px 4px 4px 0}.give-tools-setting-page #give-export_donations-form .give-export-option{display:flex;flex-flow:row wrap;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5}.give-tools-setting-page #give-export_donations-form .give-export-option ul{margin-bottom:1rem}.give-tools-setting-page #give-export_donations-form .give-export-option ul li{position:relative;margin-bottom:.7rem;padding:0 1rem}.give-tools-setting-page #give-export_donations-form .give-export-option ul li label{display:block;padding-left:22px}.give-tools-setting-page #give-export_donations-form .give-export-option ul li label input{position:absolute;top:6px;left:15px}.give-tools-setting-page #give-export_donations-form .give-export-option ul .give-export-option-label{font-size:15px;font-weight:500;border-bottom:1px solid #e5e5e5;margin-bottom:1rem;padding:1rem}.give-tools-setting-page #give-export_donations-form .give-export-option>li{border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;width:33%;margin-bottom:0}.give-tools-setting-page .give-export-donors .give-progress{margin-top:7px}#give-export-donations .give_forms_categories,#give-export-donations .give_forms_tags{min-width:250px;margin:0 0 10px;display:block}#give-export-donations .give_forms_categories input,#give-export-donations .give_forms_tags input{color:#999}#give-export-donations div.chosen-container ul.chosen-choices{border:1px solid #ddd}#give-export-donations div.chosen-container ul.chosen-choices input.chosen-search-input{border:1px solid #ddd;height:20px}#give-export-donations select{vertical-align:inherit;margin:0;height:26px;line-height:26px;border:1px solid #ddd}@media only screen and (max-width:1080px){.give-tools-setting-page #give-export_donations-form .give-export-option>li{width:49.5%}}@media only screen and (max-width:782px){.give-tools-setting-page #give-export_donations-form .give-export-option>li{width:49.5%}.give-tools-setting-page #give-export_donations-form .give-export-option ul li label{padding-left:32px}.give-tools-setting-page #give-export_donations-form .give-export-option ul li label input{top:0}}.give-admin-progress-bar{height:8px;position:relative;background:#eee;border-radius:25px;overflow:hidden;margin:5px 0 2px}.give-admin-progress-bar>span{display:block;height:100%;border-top-right-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-bottom-left-radius:20px;background-color:#2bc253;position:relative;overflow:hidden}.give-admin-goal-achieved>.dashicons{color:#ffba00;font-size:13px;height:16px;width:13px;line-height:18px}#give-form-goal-stats .inside{margin:0;padding:15px;text-align:center}#give-form-goal-stats .give-admin-progress-bar{margin-bottom:10px}#give-form-goal-stats .give-admin-goal-achieved{display:block;margin-top:6px}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/dist/css/admin.rtl.css DELETED
@@ -1,17 +0,0 @@
1
- /*!
2
- Chosen, a Select Box Enhancer for jQuery and Prototype
3
- by Patrick Filler for Harvest, http://getharvest.com
4
-
5
- Version 1.8.7
6
- Full source at https://github.com/harvesthq/chosen
7
- Copyright (c) 2011-2018 Harvest http://getharvest.com
8
-
9
- MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
- This file is generated by `grunt build`, do not edit it by hand.
11
- */.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-right:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 8px 0 0;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-left:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-left:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;left:26px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;left:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../images/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 5px 4px 20px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../images/chosen-sprite.png) no-repeat 0 -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 0 4px 4px;padding:0 4px 0 0;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%)}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-right:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;background-color:#fff;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:right;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 5px 3px 20px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;left:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-left:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,right top,right bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:inset 0 1px 0 #fff}.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:left}.chosen-rtl .chosen-single{overflow:visible;padding:0 0 0 8px}.chosen-rtl .chosen-single span{margin-left:0;margin-right:26px;direction:ltr}.chosen-rtl .chosen-single-with-deselect span{margin-right:38px}.chosen-rtl .chosen-single div{left:auto;right:3px}.chosen-rtl .chosen-single abbr{left:auto;right:26px}.chosen-rtl .chosen-choices li{float:left}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:ltr}.chosen-rtl .chosen-choices li.search-choice{margin:3px 0 3px 5px;padding:3px 19px 3px 5px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{left:auto;right:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 4px 4px 0;padding:0 0 0 4px}.chosen-rtl .chosen-results li.group-option{padding-left:15px;padding-right:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 20px 4px 5px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px;direction:ltr}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.give-clearfix{*zoom:1}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}.give-clearfix:after{clear:both}#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}/*! jQuery UI - v1.12.1 - 2016-09-14
12
- * http://jqueryui.com
13
- * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
14
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
15
- * Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{right:50%;margin-right:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .7em .5em .5em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px .4em 3px 1em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;right:50%;margin-top:-8px;margin-right:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:right;margin-right:0;margin-left:0}.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:right}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset -1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;right:.5em;top:.3em}.ui-dialog{position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;left:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;right:0}.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw{width:7px;height:7px}.ui-dialog .ui-resizable-se{left:0;bottom:0}.ui-dialog .ui-resizable-sw{right:0;bottom:0}.ui-dialog .ui-resizable-ne{left:0;top:0}.ui-dialog .ui-resizable-nw{right:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-left:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:right;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:left;margin-top:0}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;vertical-align:middle;margin:.2em .4em .2em 2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-left-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif}.ui-widget,.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error-text,.ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error-text,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(../images/ui-icons_444444_256x240.png)}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(../images/ui-icons_555555_256x240.png)}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url(../images/ui-icons_ffffff_256x240.png)}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_777620_256x240.png)}.ui-state-error-text .ui-icon,.ui-state-error .ui-icon{background-image:url(../images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(../images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:100% 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=0.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/*! Hint.css - v2.5.0 - 2017-04-23
16
- * http://kushagragour.in/lab/hint/
17
- * Copyright (c) 2017 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(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}.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)}.mfp-bg{z-index:1000001;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;right:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000002;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;right:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:right;z-index:1000004}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;right:8px;left:8px;z-index:1000003}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1000005;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;left:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 10px 18px 0;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;left:-6px;text-align:left;padding-left:6px;width:100%}.mfp-counter{position:absolute;top:0;left:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;right:0;top:0;margin-top:35px;margin-right:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{right:0}.mfp-arrow-left:after{border-left:17px solid #fff;margin-right:31px}.mfp-arrow-left:before{margin-right:25px;border-left:27px solid #3f3f3f}.mfp-arrow-right{left:0}.mfp-arrow-right:after{border-right:17px solid #fff;margin-right:39px}.mfp-arrow-right:before{border-right:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;right:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;right:0;top:40px;bottom:40px;display:block;left:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;right:0;width:100%;cursor:auto}.mfp-title{text-align:right;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-left:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-right:0;padding-left:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-right:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{left:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;left:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:100%;transform-origin:100%}.mfp-arrow-right{-webkit-transform-origin:0;transform-origin:0}.mfp-container{padding-right:6px;padding-left:6px}}@font-face{font-family:give-icomoon;src:url(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff"),url(../images/icomoon.svg#icomoon) format("svg");font-weight:400;font-style:normal}.give-icon:before{font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-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"}.dashicons-give:before{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e800"}.fa-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.give-modal{box-shadow:0 15px 10px -5px rgba(0,0,0,.15);position:relative;background:#fff;font-family:Arial,Baskerville,monospace;font-size:16px;width:auto;max-width:500px;margin:60px auto 20px;border-top:5px solid transparent;line-height:1.5}.give-modal--success{border-top-color:#46b450}.give-modal--notice{border-top-color:#00a0d2}.give-modal--warning{border-top-color:#ffb900}.give-modal--error{border-top-color:#dc3232}.give-modal__body{padding:1.5rem}.give-modal__body>:last-child{margin-bottom:0}.give-modal__title{margin:0 0 .75rem;padding:0}.give-modal__description{margin:0 0 1.5rem;padding:0}.give-modal .give-modal__controls{position:relative;padding:1rem 1.5rem;background-color:#fbfbfb;border-top:1px solid #d7d7d7;text-align:left}.give-modal .give-modal__controls .spinner{display:none;visibility:visible;margin-right:0;float:right}.give-modal--additional-link{float:right;line-height:26px}.modal-fade-slide .give-modal--zoom{opacity:0;transition:all .2s ease-out;transform:translateY(-20px) perspective(600px) rotateX(10deg)}.modal-fade-slide.mfp-ready .give-modal--zoom{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-removing .give-modal--zoom{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(10deg)}.modal-fade-slide.mfp-bg{opacity:0;transition:opacity .3s ease-out}.modal-fade-slide.mfp-ready.mfp-bg{opacity:.8}.modal-fade-slide.mfp-removing.mfp-bg{opacity:0}.give-button{display:inline-block;height:30px;line-height:28px;padding:0 12px 2px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;margin-right:.5rem;font-weight:400;font-size:.9em}.give-button:active{transform:translateY(1px)}.give-button--primary{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799;outline:0}.give-button--primary:hover{background:#008ec2;border-color:#006799;color:#fff}.give-button--primary:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.give-button--primary:focus{background:#0073aa;border-color:#006799;color:#fff;box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.give-button--secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.give-button--secondary:hover{background:#fafafa;border-color:#999;color:#23282d}.give-button--secondary:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.give-button--secondary:focus{background:#eee}@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(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff"),url(../images/icomoon.svg#icomoon) format("svg");speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-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,.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,.cmb-type-levels-id,.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}.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 .cmbhandle{display:none}#_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=email],.give_options_panel input[type=text]{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}.js-give-shortcode-button{font-weight:400;cursor:help}.js-give-shortcode-button:after{box-shadow:0 1px 1px 0 rgba(0,0,0,.1);text-shadow:none}.js-give-shortcode-button .dashicons{font-size:16px;width:16px;vertical-align:middle;color:#909090;margin-left:2px}.js-give-shortcode-button:hover .dashicons{color:#555}#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{font-size:13px;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:all .2s 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{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-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-metabox-form-data .give-minmax-wrap{display:block;margin-bottom:.5rem}#give-metabox-form-data .give-minmax-wrap label{display:inline-block;width:120px;font-size:12px}#give-metabox-form-data .give-minmax-wrap input{margin-right:1px}#_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-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 (max-width:550px),only screen and (min-width:851px) and (max-width:1025px){#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%}}.chosen-container-single a.chosen-single{background:#fff!important}.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}.post-type-give_forms #posts-filter .search-box{display:none}.post-type-give_forms #posts-filter .tablenav.top{position:relative;margin:42px 0 0}.post-type-give_forms #posts-filter .tablenav.top #give-forms-advanced-filter{margin:0 0 10px}.post-type-give_forms #posts-filter .tablenav.top #give-forms-advanced-filter #give-forms-goal-filter{width:255px}.post-type-give_forms #posts-filter .tablenav.top #give-forms-advanced-filter a{display:inline-block;margin:0}.post-type-give_forms #posts-filter .tablenav.top #give-forms-advanced-filter #give-forms-search-input{margin-left:6px}.post-type-give_forms #posts-filter .tablenav.top .bulkactions{position:absolute;right:0;bottom:4px}.type-download{float:right;margin:0 0 1em 1em!important;padding:0;vertical-align:top;width:280px;text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:365px;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.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{*zoom:1;padding:15px 20px}.type-download .addon-content:after,.type-download .addon-content:before{content:" ";display:table}.type-download .addon-content:after{clear:both}.type-download .addon-content .addon-heading{margin:0 0 10px}.type-download .addon-content .addon-heading a{outline:none;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{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 .tablenav-pages,body.give_forms_page_give-reports .tablenav-right .tablenav-pages{float:left}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}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%}.settings-excludes-list{max-height:120px;overflow:auto;padding:.5rem;border:1px solid #ddd}.settings-excludes-list li{margin:3px 0}#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}.gateways-report-tablenav .actions.bulkactions{padding-left:0}table.give-table td{vertical-align:middle}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{display:inline-block;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,.social-items-wrap>div{display:inline-block}.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}#give_donor_export #give_donor_export_form_chosen{display:block;margin:5px 0 1px}.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 .give-subsubsub{list-style:none;margin:8px 0 0;padding:0;font-size:13px;float:right;color:#666}.give-settings-page .give-subsubsub li{display:inline-block;margin:0;padding:0;white-space:nowrap}.give-settings-page .give-subsubsub a{line-height:2;padding:.2em;text-decoration:none}.give-settings-page .give-subsubsub a.current{color:#000;font-weight:600;border:none}.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 tr.give-import-option:nth-child(odd) th{vertical-align:middle}.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,div.give-field-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}.tablenav{height:auto}.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}.gateway-enabled-wrap{background-color:#f7f7f7;border:1px solid #e5e5e5}.gateway-enabled-wrap .gateway-enabled-settings-title{display:grid;grid-template-columns:.5fr 2.5fr 5fr 1fr 1fr;grid-gap:20px;border-bottom:1px solid #e5e5e5;padding:1rem;font-weight:600}.gateway-enabled-wrap .ui-sortable-placeholder{visibility:visible!important;border:2px dashed #e5e5e5;transition:all .2s ease}.gateway-enabled-wrap .ui-sortable-helper{background-color:#fafafa;box-shadow:0 4px 20px -5px rgba(0,0,0,.25);border:1px solid #e5e5e5;padding:.5rem!important}.give-payment-gatways-list{margin:0;padding:1rem}.give-payment-gatways-list li{display:grid;grid-template-columns:.5fr 2.5fr 5fr 1fr 1fr;align-items:center;grid-gap:20px;margin:0;padding:.5rem 0}.give-payment-gatways-list li:first-child{padding-top:0}.give-payment-gatways-list li:last-child{padding-bottom:0}.give-payment-gatways-list li .checkout-label{padding:.5rem .75rem}.give-payment-gatways-list li .gateways-checkbox,.give-payment-gatways-list li .gateways-radio{justify-self:center}.give-payment-gatways-list li span.give-drag-handle{padding:3px 0 0 4px;font-size:15px;font-weight:400;color:#bdbdbd;cursor:move}.give-payment-gatways-list li span.give-drag-handle:hover{color:#333}.give-gateways-notice{display:table;width:100%;overflow:hidden;background:#fff;margin:15px 0 0;padding:0;border:1px solid #e3e3e3}.give-gateways-notice .give-gateways-cc-icon{margin:0;padding:0 15px 0 0;height:30px;width:30px;display:table-cell;vertical-align:middle}.give-gateways-notice .give-gateways-cc-icon svg{position:relative;top:2px}.give-gateways-notice .give-gateways-notice-message{line-height:24px;font-size:16px;margin:15px 20px}.give-gateways-notice .give-gateways-notice-button{display:table-cell;vertical-align:middle;text-align:left;margin:0;padding:0 0 0 15px}.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-email-tags-wrap .give_receipt_id_tag,.give-settings-admin-email-section .tablenav,.give-settings-donor-email-section .tablenav,.give-settings-email-settings-section .tablenav{display:none}.give-settings-admin-email-section .give-setting-tab-header-emails,.give-settings-donor-email-section .give-setting-tab-header-emails,.give-settings-email-settings-section .give-setting-tab-header-emails{margin:0 0 20px}.give-settings-admin-email-section .give-setting-tab-header-emails hr,.give-settings-donor-email-section .give-setting-tab-header-emails hr,.give-settings-email-settings-section .give-setting-tab-header-emails hr{display:none}.give-settings-admin-email-section .tablenav.bottom+.give-setting-tab-header-emails,.give-settings-donor-email-section .tablenav.bottom+.give-setting-tab-header-emails,.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails{margin:20px 0}.give-settings-admin-email-section .tablenav.bottom+.give-setting-tab-header-emails hr,.give-settings-donor-email-section .tablenav.bottom+.give-setting-tab-header-emails hr,.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:rtl}#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:#fff url(../images/close.png) no-repeat;background-position:1.5%;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%;outline:none;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=password].give-license-field,.give-settings-page input[type=text].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}}@media screen and (max-width:600px){.give-settings-page .give-settings-wrap-licenses{width:100%;max-width:320px}}.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-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;display:inline-block;z-index:999;float:right}.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-sub-nav-tab-wrapper{display:none}#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:none;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_email_access_link_tag{display:none}.give-filters{clear:both;background:#f5f5f5;border:1px solid #dfdfdf;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-payment-date-filters label,.give-filters #give-payment-form-filter label{vertical-align:initial}.give-filters #give-payment-date-filters label.give-donation-forms-filter-label,.give-filters #give-payment-form-filter label.give-donation-forms-filter-label{vertical-align:middle}.give-filters #give_donation_forms_filter{width:255px}@media screen and (max-width:782px){.give-filters #give_donation_forms_filter{width:100%;max-width:100%}}.give-filters:after{content:"";display:table;clear:both}.give-filter{display:block;margin-bottom:12px;width:100%}.give-filter:after{content:"";display:table;clear:both}.give-filter label{display:block;margin-left:4px}.give-filter input{margin:0}.give-filter input[type=text]{height:28px;width:100%}.give-filter input[type=search],.give-filter input[type=text]{height:28px}.give-filter .button{height:28px;line-height:26px;margin:0;padding:0 10px 1px}.give-filter select{width:100%}@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]#give-payments-search-input{display:block;float:right;width:205px;max-width:100%}.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:auto}.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{clear:both;background:#f5f5f5;border:1px solid #dfdfdf;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;vertical-align:middle}.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-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{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;background-color:#ffba00;margin:0 15px;vertical-align:middle}#test-payment-label:hover{color:#fff;text-decoration:none}#give-payments-filter .give-payment-id{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;font-weight:400}#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}#give-order-update .give-order-top{border-bottom:1px solid #eee;overflow-x:auto;white-space:nowrap;width:100%}#give-order-update .give-order-top h3.hndle{float:right;border:none;display:inline-block}#give-order-update .give-order-top .delete-donation{display:inline-block;float:left}#give-order-update .give-order-top .delete-donation a{width:18px;height:16px;display:block;margin:11px 15px;content:"\f182";font-size:18px;color:#b5b5b5}#give-order-update .give-order-top .delete-donation a:focus,#give-order-update .give-order-top .delete-donation a:hover{color:red;box-shadow:none}.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 .label{font-weight:600}.give-admin-box-inside{margin:0;padding:3px 10px;clear:both;border-bottom:1px solid #eee;word-break:break-word}.give-admin-box-inside .strong{font-weight:600}.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_comment{min-height:150px}#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-container-single .chosen-search input[type=text],.give-select-chosen-ajax .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;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;width:18px;height:18px;content:"\e800"}.give-range_slider_field{margin-top:.8rem}.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 .give-donor-search-box{margin-left:25px;width:auto;display:inline-block;float:right}.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:50%}.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 #give-donor-filters .give-donor-search-box{display:inline-block;float:right;margin-left:18px}.give_forms_page_give-donors #give-donor-filters .give-donor-search-box input#give-donors-search-input{width:205px;max-width:100%}.give_forms_page_give-donors #give-donor-filters label{vertical-align:initial}.give_forms_page_give-donors #give-donor-filters label.give-donation-forms-filter-label{vertical-align:middle}.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[type=email],.give_forms_page_give-donors .donor-main-wrapper input[type=number],.give_forms_page_give-donors .donor-main-wrapper input[type=text]{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 span[data-key=line2]{display:table;clear:both}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select{width:200px}.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 #give-donor-card-wrapper .give_user_search_results ul{width:200px}.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(2n){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}.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:grey;cursor:default}.give_forms_page_give-donors #donor-address-wrapper .all-address .address a{text-decoration:none}.give_forms_page_give-donors .comments td:nth-child(3n){text-align:right}.give_forms_page_give-donors .give-donor-admin-avatar{width:40px;height:40px;border-radius:50%;border:1px solid #e5e5e5;float:right;vertical-align:middle;margin-left:10px;line-height:40px;text-align:center}.give_forms_page_give-donors .give-donor-admin-avatar img{border-radius:50%;width:40px;height:40px}.give_forms_page_give-donors .give-donor-name-text{font-weight:600;font-size:14px}.give_forms_page_give-donors .give-donor-id{color:#555}.give_forms_page_give-donors .give-donor-name:focus{box-shadow:none;outline:none}.give_forms_page_give-donors #donor-avatar .give-donor-admin-avatar,.give_forms_page_give-donors #donor-avatar img{width:96px;height:96px;line-height:96px;margin-left:0;font-size:36px}@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"}.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:transparent none}.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:hsla(0,0%,96.1%,.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}ul.give-radio-inline input,ul.give-radio-inline li{display:inline-block!important}.chosen-container a{transition: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!important;margin:0 auto 10px;width:auto}.give-blank-slate__select{margin-bottom:20px}.give-blank-slate__help{color:#666;font-style:italic}.give-blank-slate__help a{display:inline-block;text-decoration:underline}.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}.chosen-container-single .chosen-single{background:#fff;height:30px;line-height:30px;border:1px solid #ddd;box-shadow:none}.chosen-container-single .chosen-single span{font-size:14px}.chosen-container-single .chosen-single div b,.chosen-container-single.chosen-with-drop .chosen-single div b{background-position-y:4px}.chosen-container-active.chosen-with-drop .chosen-single{background:#fff}.chosen-container .chosen-results li.highlighted{background:#3875d7;color:#fff}.chosen-container-multi .chosen-choices{border:1px solid #aaa;background-image:none}.chosen-container-multi .chosen-choices li.search-choice{background-image:none}.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 outside;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-tools-setting-page-import table.step-2 h2#give-import-title{font-size:small;font-weight:inherit}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields-title{font-size:18px;font-weight:600;margin:0}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields{white-space:nowrap;overflow:hidden}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li{display:inline-block;margin:0 0 0 10%}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.give-import-donation-required-symbol{border-radius:1em;vertical-align:middle;padding:2px;background:#46b450;color:#fff}.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.dashicons-no-alt{background:#bbb}.give-tools-setting-page-import .give-progress{margin-top:7px}.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}.give-tools-setting-page #give-export_donations-form table{padding-right:10px}.give-tools-setting-page #give-export_donations-form table tbody h2{padding:8px 0 0}.give-tools-setting-page #give-export_donations-form table tbody td.row-title{width:30%;vertical-align:top}.give-tools-setting-page #give-export_donations-form table tbody td ul.give-export-option-ul{margin-top:5px}.give-tools-setting-page #give-export_donations-form table tbody p.give-field-description{display:table;width:100%}.give-tools-setting-page #give-export_donations-form table tbody .add-notices{margin-top:15px}.give-tools-setting-page #give-export_donations-form table tbody .add-notices .give-progress{margin-top:7px}.give-tools-setting-page #give-export_donations-form table tbody .chosen-container-multi .chosen-choices{min-height:30px}.give-tools-setting-page #give-export_donations-form table tbody .chosen-container-multi .chosen-choices li{margin:4px 0 4px 4px}.give-tools-setting-page #give-export_donations-form .give-export-option{display:flex;flex-flow:row wrap;border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.give-tools-setting-page #give-export_donations-form .give-export-option ul{margin-bottom:1rem}.give-tools-setting-page #give-export_donations-form .give-export-option ul li{position:relative;margin-bottom:.7rem;padding:0 1rem}.give-tools-setting-page #give-export_donations-form .give-export-option ul li label{display:block;padding-right:22px}.give-tools-setting-page #give-export_donations-form .give-export-option ul li label input{position:absolute;top:6px;right:15px}.give-tools-setting-page #give-export_donations-form .give-export-option ul .give-export-option-label{font-size:15px;font-weight:500;border-bottom:1px solid #e5e5e5;margin-bottom:1rem;padding:1rem}.give-tools-setting-page #give-export_donations-form .give-export-option>li{border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;width:33%;margin-bottom:0}.give-tools-setting-page .give-export-donors .give-progress{margin-top:7px}#give-export-donations .give_forms_categories,#give-export-donations .give_forms_tags{min-width:250px;margin:0 0 10px;display:block}#give-export-donations .give_forms_categories input,#give-export-donations .give_forms_tags input{color:#999}#give-export-donations div.chosen-container ul.chosen-choices{border:1px solid #ddd}#give-export-donations div.chosen-container ul.chosen-choices input.chosen-search-input{border:1px solid #ddd;height:20px}#give-export-donations select{vertical-align:inherit;margin:0;height:26px;line-height:26px;border:1px solid #ddd}@media only screen and (max-width:1080px){.give-tools-setting-page #give-export_donations-form .give-export-option>li{width:49.5%}}@media only screen and (max-width:782px){.give-tools-setting-page #give-export_donations-form .give-export-option>li{width:49.5%}.give-tools-setting-page #give-export_donations-form .give-export-option ul li label{padding-right:32px}.give-tools-setting-page #give-export_donations-form .give-export-option ul li label input{top:0}}.give-admin-progress-bar{height:8px;position:relative;background:#eee;border-radius:25px;overflow:hidden;margin:5px 0 2px}.give-admin-progress-bar>span{display:block;height:100%;border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:20px;border-bottom-right-radius:20px;background-color:#2bc253;position:relative;overflow:hidden}.give-admin-goal-achieved>.dashicons{color:#ffba00;font-size:13px;height:16px;width:13px;line-height:18px}#give-form-goal-stats .inside{margin:0;padding:15px;text-align:center}#give-form-goal-stats .give-admin-progress-bar{margin-bottom:10px}#give-form-goal-stats .give-admin-goal-achieved{display:block;margin-top:6px}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/dist/css/give.css DELETED
@@ -1,18 +0,0 @@
1
- /*!
2
- * Give Frontend SCSS/CSS
3
- *
4
- * @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
5
- * @package: Give
6
- * @subpackage: SCSS/Frontend
7
- * @copyright: Copyright (c) 2016, GiveWP
8
- * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
9
- */.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:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(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)}/*!
12
- * Float Labels
13
- *
14
- * @version: 3.2.0
15
- * @author: Paul Ryley (http://geminilabs.io)
16
- * @url: https://geminilabs.github.io/float-labels.js
17
- * @license: MIT
18
- */[id*=give-form].give-fl-form .give-fl-wrap{position:relative;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[id*=give-form].give-fl-form input.give-fl-input,[id*=give-form].give-fl-form select.give-fl-select,[id*=give-form].give-fl-form textarea.give-fl-textarea{width:100%;outline:0;font-size:16px;line-height:normal;border-radius:0;border:1px solid #ccc;background-color:inherit;box-sizing:border-box;transition:all .2s ease-in-out;margin-bottom:0}[id*=give-form].give-fl-form input.give-fl-input:-moz-placeholder,[id*=give-form].give-fl-form input.give-fl-input::-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-moz-placeholder{color:#757575}[id*=give-form].give-fl-form input.give-fl-input:-ms-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-ms-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-ms-input-placeholder{color:#757575}[id*=give-form].give-fl-form input.give-fl-input::-webkit-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-webkit-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-webkit-input-placeholder{color:#757575}[id*=give-form].give-fl-form select.give-fl-select{position:relative;color:#757575;cursor:pointer;-webkit-appearance:none;-moz-appearance:none}[id*=give-form].give-fl-form .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form .give-fl-is-active textarea.give-fl-textarea{color:#333;background-color:inherit;border-color:#ccc}[id*=give-form].give-fl-form .give-fl-has-focus input.give-fl-input,[id*=give-form].give-fl-form .give-fl-has-focus select.give-fl-select,[id*=give-form].give-fl-form .give-fl-has-focus textarea.give-fl-textarea{background-color:inherit;border-color:#ccc}[id*=give-form].give-fl-form label.give-fl-label{opacity:0;visibility:hidden;display:block;position:absolute;top:-12px;left:0;font-size:12px;font-weight:700;line-height:1;color:#757575;border-radius-top-left:0;transition:all .2s ease-in-out;z-index:1}[id*=give-form].give-fl-form .give-fl-is-active label.give-fl-label{opacity:1;visibility:visible}[id*=give-form].give-fl-form .give-fl-has-focus label.give-fl-label{color:#1976d2}[id*=give-form].give-fl-form .give-fl-is-required:before{opacity:1;content:"*";display:block;position:absolute;top:1px;right:18px;font-size:16px;line-height:1.75;color:#d32f2f;transition:all .2s ease-in-out;padding:6px 0 0;z-index:1}[id*=give-form].give-fl-form .give-fl-is-required.give-fl-is-active:before{opacity:0}[id*=give-form].give-fl-form.give-fl-style-1 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 textarea.give-fl-textarea{padding:6px 12px}[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select{height:44px}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active textarea.give-fl-textarea{padding:6px 12px}[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label{top:1px;left:10px;background-color:transparent;padding:12px 3px}[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label:before{content:"";display:block;position:absolute;top:19px;left:0;right:0;height:1px;background-color:inherit;z-index:-1}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label{top:-9px;padding:3px}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label:before{top:9px}[id*=give-form].give-fl-form.give-fl-style-2 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 textarea.give-fl-textarea{padding:12px}[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select{height:56px}[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active textarea.give-fl-textarea{padding:18px 12px 6px}[id*=give-form].give-fl-form.give-fl-style-2 label.give-fl-label{top:1px;left:10px;padding:6px 3px 3px}[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-required:before{padding-top:12px}[id*=give-form].give-fl-form .give-fl-wrap-select:after{content:"";position:absolute;display:block;top:1px;right:6px;height:calc(100% - 2px);width:15px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'><path fill='#757575' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/></svg>") no-repeat;background-position:100% 50%;background-size:7px 14px;z-index:2}.mfp-bg{z-index:1000001;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000002;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1000004}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1000003}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1000005;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face{font-family:give-icomoon;src:url(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff"),url(../images/icomoon.svg#icomoon) format("svg");font-weight:400;font-style:normal}.give-icon:before{font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-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-button-with-loader span.give-loading-animation:before,.give-icon-spinner2:before,form[id*=give-form] .give-loading-animation:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before,[id*=give_secure_site_wrapper] span.padlock:before{content:"\e600"}.dashicons-give:before{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e800"}.fa-spin,.give-button-with-loader span.give-loading-animation,form[id*=give-form] .give-loading-animation{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}body.give_receipt_page{background-color:#fff;color:#141412;margin:0;font-family:Helvetica,sans-serif;font-size:12px}body.give_receipt_page #give_receipt_wrapper{width:660px;margin:0 auto;padding:50px 0}body.give_receipt_page table{display:table;width:100%;border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:2;margin:0 0 20px}body.give_receipt_page td,body.give_receipt_page th{display:table-cell;text-align:left;border-top:1px solid #ededed;padding:6px 10px 6px 0;font-weight:400}body.give_receipt_page th{font-weight:700;text-transform:uppercase}body.give_receipt_page h3{font-size:22px;margin:40px 0 5px;clear:both;display:block;font-weight:700}table#give_donation_receipt,table#give_donation_receipt_products{width:100%}table#give_donation_receipt td,table#give_donation_receipt th{text-align:left}table#give_donation_receipt .give-receipt-thead-text{font-size:18px;text-align:center;display:block}table#give_donation_receipt .give-receipt-thead-text>span{font-size:16px}table#give_donation_receipt li{margin:0 0 8px 10px}table#give_donation_receipt ul{margin:0;padding:0;list-style:none}table#give_donation_receipt .give_receipt_payment_status.failed,table#give_donation_receipt .give_receipt_payment_status.pending,table#give_donation_receipt .give_receipt_payment_status.revoked{color:#f73f2e}table#give_donation_receipt span.donation-level-text-wrap{font-style:italic;display:block}[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give textarea.give-fl-textarea{line-height:inherit;padding:12px;background-color:#fff}[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=email],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=number],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=password],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=search],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=tel],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=text],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=url]{height:auto;min-height:50px}[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select{line-height:inherit}[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea{padding:20px 12px 4px;transition:padding .2s ease-in-out,border .2s ease-in-out}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label{top:1px;left:13px;right:0;padding:6px 0 0}[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-required:before{padding-top:12px}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-required-indicator{display:none}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip{position:absolute;top:0;width:100%;height:100%;margin:0;z-index:1}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip:before{content:unset}.give-clearfix{*zoom:1}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}.give-clearfix:after{clear:both}[id*=give-form] .give-hidden{display:none}[id*=give-form] fieldset{background-color:transparent;padding:0;margin:0;border:0}[id*=give-form] .give-form-title{padding:0;margin:0 0 15px}[id*=give-form] div#give-sidebar-left{width:38%;float:left}[id*=give-form] div.images{margin:0 0 15px}[id*=give-form] div.images img{display:block;width:100%;height:auto;box-shadow:none}[id*=give-form] .give-custom-amount-text{clear:both}[id*=give-form] div.summary{width:58%;float:right}[id*=give-form] div.summary.give-full-width{width:100%;float:none}[id*=give-form] .give_form select.give-select.required{color:#000}[id*=give-form] div.give-form-content-wrap{margin:0 0 20px}[id*=give-form] div.give-form-content-wrap.give_post_form-content{margin:20px 0 0}[id*=give-form].give-display-modal form .give_notices{display:none}[id*=give-form].give-display-modal .give-btn,[id*=give-form].give-display-reveal .give-btn{margin:0 0 15px}[id*=give-form].give-display-modal #give-payment-mode-select,[id*=give-form].give-display-modal #give_purchase_form_wrap,[id*=give-form].give-display-reveal #give-payment-mode-select,[id*=give-form].give-display-reveal #give_purchase_form_wrap{display:none}[id*=give-form] .cc-address{margin-bottom:15px}.single-give_forms.et_right_sidebar #main-content .container:before{display:none}.single-give_forms .give_forms{*zoom:1}.single-give_forms .give_forms:after,.single-give_forms .give_forms:before{content:" ";display:table}.single-give_forms .give_forms:after{clear:both}#give-purchase-gravatars .give-gravatars-title{margin:0 0 15px}#give-purchase-gravatars .give-purchase-gravatars-list{list-style:none;margin:0;padding:0}#give-purchase-gravatars .give-purchase-gravatars-list li{list-style-type:none;display:inline-block;margin:0 5px 0 0;padding:0}#give-recurring-form,form.give-form,form[id*=give-form]{margin:0 0 25px;padding:0}#give-recurring-form .give-hidden,form.give-form .give-hidden,form[id*=give-form] .give-hidden{display:none}@media (min-width:481px){#give-recurring-form .give-title-prefix-wrap .form-row-first,#give-recurring-form .give-title-prefix-wrap .form-row-last,form.give-form .give-title-prefix-wrap .form-row-first,form.give-form .give-title-prefix-wrap .form-row-last,form[id*=give-form] .give-title-prefix-wrap .form-row-first,form[id*=give-form] .give-title-prefix-wrap .form-row-last{float:left;width:40%}#give-recurring-form .give-title-prefix-wrap .form-row-title,form.give-form .give-title-prefix-wrap .form-row-title,form[id*=give-form] .give-title-prefix-wrap .form-row-title{float:left;width:15%}}#give-recurring-form .give-tooltip,form.give-form .give-tooltip,form[id*=give-form] .give-tooltip{margin:0 3px;padding:0;font-size:14px;-moz-transition:.2s all linear;-o-transition:.2s all linear;transition:all .2s linear;color:rgba(51,51,51,.5)}#give-recurring-form .give-tooltip:hover,form.give-form .give-tooltip:hover,form[id*=give-form] .give-tooltip:hover{color:#333}#give-recurring-form h3.give-section-break,#give-recurring-form h4.give-section-break,#give-recurring-form legend,form.give-form h3.give-section-break,form.give-form h4.give-section-break,form.give-form legend,form[id*=give-form] h3.give-section-break,form[id*=give-form] h4.give-section-break,form[id*=give-form] legend{background-color:transparent;font-size:1.15em;font-weight:700;margin:10px 0 15px;padding:0 0 5px;border-bottom:1px solid rgba(0,0,0,.1);width:100%}#give-recurring-form h3.give-section-break span.sub-text,#give-recurring-form h4.give-section-break span.sub-text,#give-recurring-form legend span.sub-text,form.give-form h3.give-section-break span.sub-text,form.give-form h4.give-section-break span.sub-text,form.give-form legend span.sub-text,form[id*=give-form] h3.give-section-break span.sub-text,form[id*=give-form] h4.give-section-break span.sub-text,form[id*=give-form] legend span.sub-text{font-style:italic;font-weight:400}#give-recurring-form .form-row,form.give-form .form-row,form[id*=give-form] .form-row{*zoom:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 15px;overflow:visible;padding:0}#give-recurring-form .form-row:after,#give-recurring-form .form-row:before,form.give-form .form-row:after,form.give-form .form-row:before,form[id*=give-form] .form-row:after,form[id*=give-form] .form-row:before{content:" ";display:table}#give-recurring-form .form-row:after,form.give-form .form-row:after,form[id*=give-form] .form-row:after{clear:both}#give-recurring-form .form-row:last-child,form.give-form .form-row:last-child,form[id*=give-form] .form-row:last-child{margin-bottom:15px}#give-recurring-form .form-row label,form.give-form .form-row label,form[id*=give-form] .form-row label{display:block;margin:0 0 5px;position:relative;line-height:1.7}#give-recurring-form .form-row label.checkbox,form.give-form .form-row label.checkbox,form[id*=give-form] .form-row label.checkbox{display:inline}#give-recurring-form .form-row input[type=email],#give-recurring-form .form-row input[type=password],#give-recurring-form .form-row input[type=tel],#give-recurring-form .form-row input[type=text],#give-recurring-form .form-row input[type=url],#give-recurring-form .form-row select,#give-recurring-form .form-row textarea,form.give-form .form-row input[type=email],form.give-form .form-row input[type=password],form.give-form .form-row input[type=tel],form.give-form .form-row input[type=text],form.give-form .form-row input[type=url],form.give-form .form-row select,form.give-form .form-row textarea,form[id*=give-form] .form-row input[type=email],form[id*=give-form] .form-row input[type=password],form[id*=give-form] .form-row input[type=tel],form[id*=give-form] .form-row input[type=text],form[id*=give-form] .form-row input[type=url],form[id*=give-form] .form-row select,form[id*=give-form] .form-row textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0;outline:none;color:#333;background-color:#fdfdfd;border:1px solid #ccc;margin:0;padding:.5em}#give-recurring-form .form-row input[type=email]:focus,#give-recurring-form .form-row input[type=password]:focus,#give-recurring-form .form-row input[type=tel]:focus,#give-recurring-form .form-row input[type=text]:focus,#give-recurring-form .form-row input[type=url]:focus,#give-recurring-form .form-row select:focus,#give-recurring-form .form-row textarea:focus,form.give-form .form-row input[type=email]:focus,form.give-form .form-row input[type=password]:focus,form.give-form .form-row input[type=tel]:focus,form.give-form .form-row input[type=text]:focus,form.give-form .form-row input[type=url]:focus,form.give-form .form-row select:focus,form.give-form .form-row textarea:focus,form[id*=give-form] .form-row input[type=email]:focus,form[id*=give-form] .form-row input[type=password]:focus,form[id*=give-form] .form-row input[type=tel]:focus,form[id*=give-form] .form-row input[type=text]:focus,form[id*=give-form] .form-row input[type=url]:focus,form[id*=give-form] .form-row select:focus,form[id*=give-form] .form-row textarea:focus{background-color:#fff}#give-recurring-form .form-row input[type=email].required,#give-recurring-form .form-row input[type=password].required,#give-recurring-form .form-row input[type=tel].required,#give-recurring-form .form-row input[type=text].required,#give-recurring-form .form-row input[type=url].required,#give-recurring-form .form-row select.required,#give-recurring-form .form-row textarea.required,form.give-form .form-row input[type=email].required,form.give-form .form-row input[type=password].required,form.give-form .form-row input[type=tel].required,form.give-form .form-row input[type=text].required,form.give-form .form-row input[type=url].required,form.give-form .form-row select.required,form.give-form .form-row textarea.required,form[id*=give-form] .form-row input[type=email].required,form[id*=give-form] .form-row input[type=password].required,form[id*=give-form] .form-row input[type=tel].required,form[id*=give-form] .form-row input[type=text].required,form[id*=give-form] .form-row input[type=url].required,form[id*=give-form] .form-row select.required,form[id*=give-form] .form-row textarea.required{color:#333}#give-recurring-form .form-row-first,#give-recurring-form .form-row-title,form.give-form .form-row-first,form.give-form .form-row-title,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-title{margin-right:2.5%}#give-recurring-form .form-row-first,#give-recurring-form .form-row-last,form.give-form .form-row-first,form.give-form .form-row-last,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-last{float:left;width:48.5%}#give-recurring-form .form-row-last,form.give-form .form-row-last,form[id*=give-form] .form-row-last{float:right}#give-recurring-form .form-row-wide,form.give-form .form-row-wide,form[id*=give-form] .form-row-wide{*zoom:1;clear:both}#give-recurring-form .form-row-wide:after,#give-recurring-form .form-row-wide:before,form.give-form .form-row-wide:after,form.give-form .form-row-wide:before,form[id*=give-form] .form-row-wide:after,form[id*=give-form] .form-row-wide:before{content:" ";display:table}#give-recurring-form .form-row-wide:after,form.give-form .form-row-wide:after,form[id*=give-form] .form-row-wide:after{clear:both}#give-recurring-form .form-row-two-thirds,form.give-form .form-row-two-thirds,form[id*=give-form] .form-row-two-thirds{float:left;width:65.75%}#give-recurring-form .form-row-two-thirds.form-row-first,form.give-form .form-row-two-thirds.form-row-first,form[id*=give-form] .form-row-two-thirds.form-row-first{margin-left:0}#give-recurring-form .form-row-one-third,form.give-form .form-row-one-third,form[id*=give-form] .form-row-one-third{float:left;width:31.25%;margin-left:3%}#give-recurring-form .form-row-one-third.form-row-first,form.give-form .form-row-one-third.form-row-first,form[id*=give-form] .form-row-one-third.form-row-first{margin-left:0}@media (max-width:480px){#give-recurring-form .form-row-responsive,form.give-form .form-row-responsive,form[id*=give-form] .form-row-responsive{margin-left:0;margin-right:0;width:100%}}#give-recurring-form .give-error,#give-recurring-form .give-required-indicator,form.give-form .give-error,form.give-form .give-required-indicator,form[id*=give-form] .give-error,form[id*=give-form] .give-required-indicator{color:#a00}#give-recurring-form .card-expiration>select,form.give-form .card-expiration>select,form[id*=give-form] .card-expiration>select{width:44%;margin:0}#give-recurring-form .card-expiration>span.exp-divider,form.give-form .card-expiration>span.exp-divider,form[id*=give-form] .card-expiration>span.exp-divider{display:inline;text-align:center}#give-recurring-form .card-expiration select.card-expiry-year,form.give-form .card-expiration select.card-expiry-year,form[id*=give-form] .card-expiration select.card-expiry-year{float:right}#give-recurring-form .give-disabled,#give-recurring-form [disabled],form.give-form .give-disabled,form.give-form [disabled],form[id*=give-form] .give-disabled,form[id*=give-form] [disabled]{cursor:not-allowed}form[id*=give-form] .give-donation-amount{margin:0 0 15px}form[id*=give-form] .give-donation-amount .give-currency-symbol{background-color:#f2f2f2;border-top:1px solid #ccc;border-bottom:1px solid #ccc;color:#333;margin:0;padding:0 12px;height:35px;line-height:35px;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left}form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before{border-left:1px solid #ccc;border-right:none}form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after{border-left:none;border-right:1px solid #ccc}form[id*=give-form] .give-donation-amount #give-amount,form[id*=give-form] .give-donation-amount #give-amount-text{border:1px solid #ccc;background:#fff;border-radius:0;height:35px;line-height:35px;padding:0 12px;margin:0;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:125px;float:left}form[id*=give-form] .give-donation-amount #give-amount-text.invalid-amount,form[id*=give-form] .give-donation-amount #give-amount.invalid-amount{border:1px solid red}form[id*=give-form] .give-donation-amount input.give-amount-top{width:125px}form[id*=give-form] .give-donation-amount span.give-final-total-amount{border:1px solid #ccc;border-radius:0;height:35px;line-height:35px;padding:0 12px;margin:0;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:not-allowed;background:#fff;float:left}form[id*=give-form] #give_terms_agreement legend{display:none}form[id*=give-form] #give_terms_agreement label{display:inline-block}form[id*=give-form] #give-final-total-wrap{margin:10px 0 25px;padding:0;*zoom:1}form[id*=give-form] #give-final-total-wrap:after,form[id*=give-form] #give-final-total-wrap:before{content:" ";display:table}form[id*=give-form] #give-final-total-wrap:after{clear:both}form[id*=give-form] #give-final-total-wrap .give-donation-total-label{background-color:#f2f2f2;color:#333;margin:0;padding:0 12px;height:35px;line-height:35px;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;border:1px solid #ccc}@media (max-width:480px){form[id*=give-form] #give-final-total-wrap .give-donation-total-label{display:block;float:none}}form[id*=give-form] #give-final-total-wrap .give-final-total-amount{background:#fff;border-radius:0;height:35px;line-height:35px;padding:0 12px;margin:0;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;border-left:none;float:left}@media (max-width:480px){form[id*=give-form] #give-final-total-wrap .give-final-total-amount{border:1px solid #ccc;border-top:0;display:block;float:none}}.give-display-button-only>:not(form),.give-display-button-only form[id*=give-form]>:not(.give-btn-modal){display:none}form[id*=give-form] input[type=radio]{margin:0 .5em 0 0}form[id*=give-form] #give-donation-level-radio-list{margin:0 0 15px;padding:0;list-style:none;clear:both}form[id*=give-form] #give-donation-level-radio-list>li{list-style-type:none;list-style-image:none;margin:0;padding:0}form[id*=give-form] #give-donation-level-radio-list>li label{cursor:pointer;display:inline-block;margin:0}form[id*=give-form] #give-donation-level-radio-list>li input[type=radio]{margin:0 .5em 0 0;outline:none;width:auto}form[id*=give-form] #give-gateway-radio-list{*zoom:1;margin:0 0 15px;padding:0;list-style:none}form[id*=give-form] #give-gateway-radio-list:after,form[id*=give-form] #give-gateway-radio-list:before{content:" ";display:table}form[id*=give-form] #give-gateway-radio-list:after{clear:both}form[id*=give-form] #give-gateway-radio-list>li{list-style-type:none;list-style-image:none;margin:0;padding:0}@media (min-width:480px){form[id*=give-form] #give-gateway-radio-list>li{display:inline-block;margin-right:15px;margin-left:0}}form[id*=give-form] #give-gateway-radio-list>li label.give-gateway-option{cursor:pointer;display:inline;margin:0}form[id*=give-form] #give-gateway-radio-list>li input[type=radio]{margin:0 .25em 0 0;outline:none;width:auto;display:inline}form[id*=give-form] input[type=checkbox]{margin:0 .25em 0 0}form[id*=give-form] select.give-select-level{outline:none;border-radius:0;min-width:155px;border:1px solid #ccc;margin:0 0 15px;display:block;clear:both;color:#333;background-color:#fdfdfd;padding:.5em;max-width:100%}#give-donation-level-button-wrap{*zoom:1;margin:0 0 15px;padding:0;clear:both;list-style:none}#give-donation-level-button-wrap:after,#give-donation-level-button-wrap:before{content:" ";display:table}#give-donation-level-button-wrap:after{clear:both}#give-donation-level-button-wrap>li{list-style-type:none;list-style-image:none;float:left;margin:0 5px 5px 0}.give_terms_links{float:right}[id*=give_secure_site_wrapper]{padding:4px 4px 15px 0;font-size:16px;line-height:20px}[id*=give_secure_site_wrapper] span.padlock{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:20px}[id*=give_secure_site_wrapper] span.padlock :before{display:inline-block}#give_purchase_form_wrap input.give-input.card-cvc.valid,#give_purchase_form_wrap input.give-input.card-expiry.valid,#give_purchase_form_wrap input.give-input.card-number.valid{background-image:url(../images/tick.png);background-repeat:no-repeat;background-position:right 10px top 50%;background-size:16px}#give_purchase_form_wrap input.give-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry){background-position:right 55px top 50%}#give_purchase_form_wrap span.card-type{position:absolute;top:-2px;right:0;width:37px;height:26px;background-size:37px 26px!important}#give_purchase_form_wrap .fl-wrap span.card-type{top:calc(.5em + 6px);right:11px}#give_purchase_form_wrap span.card-type.off{display:none}#give_purchase_form_wrap span.card-type.visa{background:url(../images/visa.svg) no-repeat}#give_purchase_form_wrap span.card-type.mastercard{background:url(../images/mastercard.svg) no-repeat}#give_purchase_form_wrap span.card-type.discover{background:url(../images/discover.svg) no-repeat}#give_purchase_form_wrap span.card-type.amex{background:url(../images/amex.svg) no-repeat}#give_purchase_form_wrap span.card-type.maestro{background:url(../images/maestro.svg) no-repeat}#give_purchase_form_wrap span.card-type.dinersclub{background:url(../images/diners-club.svg) no-repeat}#give_purchase_form_wrap span.card-type.jcb{background:url(../images/jcb.svg) no-repeat}#give_purchase_form_wrap span.card-type.dankort{background:url(../images/dankort.png) no-repeat}#give_purchase_form_wrap span.card-type.unionpay{background:url(../images/unionpay.svg) no-repeat}@-webkit-keyframes opacity{0%{opacity:1}to{opacity:0}}@-moz-keyframes opacity{0%{opacity:1}to{opacity:0}}form[id*=give-form] p.give-loading-text,form[id*=give-form] span.give-loading-text{display:none;float:right;height:16px;width:16px;margin:0;padding:0;font-style:italic;line-height:20px;font-size:16px;font-weight:400}form[id*=give-form] .give-loading-animation{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:left;height:16px;width:16px;line-height:1;font-size:16px;margin:0 5px 0 0;background-size:20px 20px;background-repeat:no-repeat;background-color:transparent}form[id*=give-form] .give-payment-mode-label .give-loading-text{float:right}[id*=give-form] .give-login-account-wrap{margin:0 0 15px;position:relative}[id*=give-form] .give-login-account-wrap .give-login-message{text-align:right;margin:0;padding:0}[id*=give-form] .give-login-account-wrap .give-loading-text{position:absolute;right:0;top:.25em}[id*=give-form] fieldset[id^=give-login-fields]{margin:0 0 15px}[id*=give-form] .give-new-account-link{margin:0 0 15px;padding:0}[id*=give-form] .give_login_forgot_password{float:right}.give-submit-button-wrap input.give-cancel-login,[id^=give-user-login-submit] input.give-cancel-login{margin-left:5px}.give-submit-button-wrap span.give-loading-animation,[id^=give-user-login-submit] span.give-loading-animation{margin:0 0 0 .5em;display:none}.give-submit-button-wrap .give-submit,[id^=give-user-login-submit] .give-submit{float:left}.give-user-login-fields-container:after{display:block;content:"";clear:both}#give-login-form div.give-login,#give-login-form legend,#give-register-form div.give-login,#give-register-form legend{line-height:2;margin-bottom:15px}#give-login-form label,#give-register-form label{min-width:100px;display:inline-block}div.give-form-wrap.mfp-hide{display:block!important}div.mfp-content fieldset ol,div.mfp-content fieldset p,div.mfp-content fieldset ul{margin-bottom:1.2em;line-height:1.4}div.mfp-content form[id*=give-form] .give_notices{display:block!important}.give-btn{background:#ededed;border:1px solid #ccc;color:#333;padding:8px 10px;cursor:pointer;line-height:1.2em;font-size:1em}.give-btn:hover{background:#dbdbdb}#give_profile_editor_form legend{width:auto;padding:0 5px 5px;border-bottom:0}form#give-email-access-form div.g-recaptcha,form#give-email-access-form input#give-email{margin:0 0 15px}form#give-email-access-form input#give-email{width:305px}@media (max-width:768px){[id*=give-form] div#give-sidebar-left,[id*=give-form] div.images,[id*=give-form] div.summary{width:100%;float:none}}.give-form-wrap .give-form h3.give-section-break,.give-form-wrap .give-form h4.give-section-break{margin:10px 0 0}.give-do-validate input.error{border-color:red!important}.give-button-with-loader span.give-loading-animation{display:none;position:relative;top:3px;float:right;font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:16px;width:16px;line-height:1;font-size:16px;margin:0 0 0 5px;background-size:20px 20px;background-repeat:no-repeat;background-color:transparent}.give-active span.give-loading-animation{display:inline}.give_notices{position:relative}.give_notices .notice-dismiss{position:absolute;top:50%;right:0;transform:translateY(-50%);border:none;margin:0;padding:5px;background:0 0;color:#72777c;cursor:pointer;max-width:28px!important}.give_notices .notice-dismiss:before{background:0 0;color:#72777c;content:"\f153";display:block;font:400 16px/20px dashicons;speak:none;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased}.give_notices .notice-dismiss:hover{background-color:transparent}.give_notices .notice-dismiss:hover:before{color:#dc3232}.give_error,.give_success,.give_warning{position:relative;margin:15px 0;background:#f9f9f9;padding:1em 1.5em 1em 2em;border-left:4px solid;box-shadow:0 1px 1px rgba(0,0,0,.125);clear:both}.give_error>p,.give_success>p,.give_warning>p{margin:0!important;color:#333}.give_error:before,.give_success:before,.give_warning:before{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;font-size:16px;margin-top:-15px;left:-17px;color:#fff;width:30px;height:30px;border-radius:100%;text-align:center;line-height:30px;text-shadow:1px 1px rgba(0,0,0,.5)}.give_error{border-color:#a00}.give_error:before{content:"\f02d";background-color:#a00}.give_success{border-color:#7ad03a}.give_success:before{background-color:#7ad03a;content:"\e601"}.give_warning{border-color:#ffba00}.give_warning:before{background-color:#ffba00;content:"\f02d"}.twentythirteen .give_forms{padding:40px 0}.twentyfourteen .tfgive{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfgive .give_forms .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail{margin-top:0}.twentyfourteen .tfgive .give_forms .images img{margin-bottom:1em}@media screen and (min-width:673px){.twentyfourteen .tfgive{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfgive{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfgive{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfgive{margin-right:54px}.full-width .twentyfourteen .tfgive{margin-right:auto}}.twentyfifteen .t15give{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15give .page-title{margin-left:0}.twentyfifteen .t15give div.summary{padding:0}@media screen and (min-width:38.75em){.twentyfifteen .t15give{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15give{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.avada-row>div.give-wrap #content{width:100%}.give-goal-progress{margin-bottom:20px;clear:both}.give-goal-progress .income{font-size:46px;line-height:48px;letter-spacing:-1px;color:#333}.give-goal-progress .raised{margin-bottom:15px}.give-progress-bar{height:20px;position:relative;background:#eee;border-radius:25px;overflow:hidden}.give-progress-bar>span{display:block;height:100%;border-top-right-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-bottom-left-radius:20px;background-color:#2bc253;position:relative;overflow:hidden}table.give-table{color:#666;font-size:14px;text-shadow:1px 1px 0 #fff;background:#eaebec;margin:20px 0;border:1px solid #e0e0e0;border-top:none;border-bottom:none;width:100%}table.give-table thead{font-weight:700}table.give-table thead th:first-child{text-align:left;border-left:none}table.give-table th{padding:21px 25px;border:1px solid #e0e0e0;border-top-color:#e8e8e8;border-right:none;background:#f6f6f6;text-align:center;font-weight:700}table.give-table tbody tr{text-align:center}table.give-table tbody tr td{padding:18px;border:1px solid #e0e0e0;border-top-color:#fff;border-right:none;background:#fff;text-align:center}table.give-table tbody tr td:first-child{text-align:left;border-left:0}table.give-table tbody tr:nth-child(2n) td{background:#fcfcfc}body.give-twentysixteen div.entry-summary{margin:0}body.give-twentysixteen button.give-btn{color:#333}body.give-twentysixteen .give-submit{color:#fff}body.give-twentysixteen fieldset#give_terms_agreement{padding-left:0}body.give-twentyseventeen.colors-dark div#give_purchase_form_wrap span.give-final-total-amount,body.give-twentyseventeen.colors-dark div.give-total-wrap input.give-text-input,body.give-twentyseventeen.colors-dark div.give_notices p{color:#000}body.give-twentyseventeen.colors-dark form[id*=give] fieldset{background-color:transparent}body.give-twentynineteen .give-form .give-btn:focus{color:#fff}html[class*=avia] body#top form[id*=give-form] input.give-amount-top{width:unset;border:1px solid #ccc;border-left:none}html[class*=avia] body#top [id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label{left:7px}html[class*=avia] body#top [id*=give-form].give-fl-form div.give-fl-is-active input{padding:8px 6px 0}.give-donation-history .give-table{table-layout:auto}.give-donation-history .give-table .give-security-column{float:left}.give-donation-history .give-table .give-security-column.give-security-description-wrap{width:75%;padding:16px 13px;font-size:12px;font-style:italic}.give-donation-history .give-table .give-security-column.give-security-button-wrap{width:25%;padding:25px 5px}.give-donation-history .give-table .give-security-column.give-security-button-wrap span{display:none;padding:0 20px}.give_user_history_main .give-mobile-title{display:none}@media screen and (max-width:480px){#give_user_history thead{display:none}#give_user_history tbody{border-top:1px solid #e0e0e0}#give_user_history tr{padding:.5rem 0;background:#fff}#give_user_history tr:nth-child(2n){background-color:#fafafa}#give_user_history td{border:none;padding-top:0;padding-bottom:0;background-color:transparent}#give_user_history td,#give_user_history tr{display:block;border-left:none;text-align:left}#give_user_history .give-mobile-title{display:inline-block;font-weight:700;min-width:6em}}.give-modal{top:0;left:0;width:100%;height:100%;z-index:2148482499;position:fixed;overflow:hidden;outline:none!important;-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;-webkit-transform:translateZ(0)}.give-modal form[id*=give-form],.give-modal form[id*=give-form] .give-submit{margin-bottom:0}.give-modal form[id*=give-form] .give-payment-mode-label{margin-top:0;padding-top:0}@media (max-width:580px){.give-modal form[id*=give-form] .give-input{font-size:16px}}.give-modal .mfp-content{box-sizing:border-box;position:relative;background:#fff;padding:20px;width:auto;max-width:650px;margin:40px auto;z-index:2148482599}.give-modal .mfp-content [id*=give-form] #give-payment-mode-select,.give-modal .mfp-content [id*=give-form] #give_purchase_form_wrap,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-amount,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-levels-wrap{display:block}.give-modal .mfp-content .mfp-close:hover{background-color:transparent}.give-modal form.give-form button.mfp-close{position:absolute;display:block!important}.give-modal .mfp-container:after{display:none}.give-modal .mfp-content{vertical-align:middle;transform:translateY(-100px)}.give-modal.mfp-bg,.give-modal .mfp-content{opacity:0;transition:all .2s}.give-modal.mfp-ready .mfp-content{opacity:1;transform:translateY(0)}.give-modal.mfp-ready.mfp-bg{opacity:.8}.give-modal.mfp-removing .mfp-content{transform:translateY(-50px);opacity:0}.give-modal.mfp-removing.mfp-bg{opacity:0}.give-donation-grid-item-form{position:relative;margin:0 auto;max-width:600px;background-color:#fff;padding:1rem 1.5rem;height:85vh;overflow-y:auto}.give-donation-grid-item-form #give_purchase_form_wrap{display:block!important}.give-donation-grid-item-form .give-btn-modal,.give-donation-grid-item-form .give-btn-reveal{display:none!important}.modal-fade-slide.give-modal .mfp-content{padding:0;max-width:100%}.modal-fade-slide .give-modal--slide{opacity:0;transition:all .2s ease-out;transform:translateY(-20px) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-ready .give-modal--slide{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-removing .give-modal--slide{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-bg{opacity:0;transition:opacity .3s ease-out}.modal-fade-slide.mfp-ready.mfp-bg{opacity:.8}.modal-fade-slide.mfp-removing.mfp-bg{opacity:0}.mfp-close:hover{background-color:transparent}.mfp-content .give-display-button-only .give-form-title{display:none}.mfp-content .give-display-button-only>:not(form),.mfp-content .give-display-button-only form>:not(.give-btn-modal){display:block}.give-donor{border:1px solid #e5e5e5;background:#fff;color:#333;font-size:1em;margin-bottom:20px;padding:20px;position:relative;transition:all .2s ease-out;width:100%}.give-donor__header{align-items:center;display:flex}.give-donor__image{border:1px solid #e5e5e5;background:#fff;text-align:center;flex-basis:60px;flex-shrink:0;line-height:60px;height:60px;margin-right:10px;overflow:hidden;border-radius:50%}.give-donor__image img{border-radius:50%;display:block;height:58px;object-fit:cover;width:100%}.give-donor__details{flex-grow:1;overflow:hidden}.give-donor__name{font-size:1em!important;font-weight:700!important;margin:0!important;padding:0!important}.give-donor__name,.give-donor__timestamp{color:#333!important;line-height:1.3!important}.give-donor__timestamp{display:block;font-size:75%!important}.give-donor__content{margin-top:10px;width:100%}.give-donor__content p{color:#333;font-size:1em!important;line-height:1.5!important;margin:0 0 20px!important;padding:0!important;width:100%}.give-donor__content:first-child{margin-top:0!important}.give-donor__content :last-child{margin-bottom:0!important}.give-donor__read-more{cursor:pointer;white-space:nowrap}.give-donor__excerpt+.give-donor__comment{display:none}.give-donor-wall-modal p:last-child{margin-bottom:0}.give-wrap .give-grid{max-width:30rem}.give-wrap .give-grid__item{margin-bottom:1.5rem;width:100%}.give-wrap .give-grid__item>:last-child{margin-bottom:0}.give-wrap .give-wrap:before{display:block;content:"";clear:both}@media (min-width:30rem){.give-wrap .give-grid{display:flex;flex-flow:row wrap;margin-bottom:1.5rem;max-width:100%}.give-wrap .give-grid__item{padding:0 .75rem;display:flex}}@media (min-width:30rem) and (min-width:40rem){.give-wrap .give-grid--2 .give-grid__item,.give-wrap .give-grid--3 .give-grid__item,.give-wrap .give-grid--4 .give-grid__item{width:50%}}@media (min-width:30rem) and (min-width:72rem){.give-wrap .give-grid--3 .give-grid__item,.give-wrap .give-grid--4 .give-grid__item{width:33.33333%}}@media (min-width:30rem) and (min-width:90rem){.give-wrap .give-grid--4 .give-grid__item{width:25%}}@supports (display:grid){.give-wrap .give-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;margin-bottom:1.5rem;max-width:100%}.give-wrap .give-grid__item{display:flex;margin-bottom:0;padding:0;width:auto!important}@media (min-width:40rem){.give-wrap .give-grid--best-fit{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (min-width:40rem){.give-wrap .give-grid--2,.give-wrap .give-grid--3,.give-wrap .give-grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:72rem){.give-wrap .give-grid--3,.give-wrap .give-grid--4{grid-template-columns:repeat(3,1fr)}}@media (min-width:90rem){.give-wrap .give-grid--4{grid-template-columns:repeat(4,1fr)}}}.give-wrap .give-card{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);color:inherit;display:flex;flex-direction:column;width:100%;text-decoration:none;transition:all .1s ease-out}.give-wrap .give-card:active,.give-wrap .give-card:focus,.give-wrap .give-card:hover,.give-wrap .give-card:visited{border-color:#ccc;box-shadow:0 4px 12px rgba(0,0,0,.16)}.give-wrap .give-card__media img{border-radius:0;box-shadow:none;display:block;height:auto;margin:0;object-fit:cover;order:1;width:100%}.give-wrap .give-card__body{display:flex;flex-direction:column;flex-grow:1;order:2;padding:1.5rem}.give-wrap .give-card__body>:last-child{margin-bottom:0}.give-wrap .give-card__title{line-height:1.3;margin:0 0 .75rem;padding:0}.give-wrap .give-card__text{margin:0 0 1.5rem;padding:0}.give-wrap .give-card__progress{margin-top:auto;width:100%}.give-wrap .give-card__progress .raised,.give-wrap .give-card__progress>:last-child{margin-bottom:0}.give-wrap .give-card__progress .income{font-size:2em}.give-wrap .give-page-numbers{font-size:1.25em}#give-receipt .timeline-item{background:#fff}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:520px 0}}#give-receipt .placeholder-animation{max-width:650px;margin:0 auto}#give-receipt .animated-background{animation-duration:.85s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:520px 100%;position:relative}#give-receipt .container{margin:0 auto;width:650px;background-color:#eee;border:1px solid #eee}#give-receipt .layer{display:flex}#give-receipt .layer.h1{height:28px}#give-receipt .layer.h2{height:22px}#give-receipt .layer.inline-radios{height:12px}#give-receipt .layer.label{height:8px}#give-receipt .layer-item.opaque{background:#fff}#give-receipt .layer-gap{background-color:#fff}#give-receipt .layer-gap.large{height:40px}#give-receipt .layer-gap.medium{height:20px}#give-receipt .layer-gap.small{height:10px}#give-receipt .layer-1 .layer-item:nth-child(odd){width:45%}#give-receipt .layer-1 .layer-item:nth-child(2n){width:55%}#give-receipt .layer-4 .layer-item:first-child{width:30%}#give-receipt .layer-4 .layer-item:nth-child(2){width:10%}#give-receipt .layer-4 .layer-item:nth-child(3){width:20%}#give-receipt .layer-4 .layer-item:nth-child(4){width:30%}#give-receipt .layer-4 .layer-item:nth-child(5){width:10%}#give-receipt .layer-5 .layer-item:first-child{width:40%}#give-receipt .layer-5 .layer-item:nth-child(2){width:5%}#give-receipt .layer-5 .layer-item:nth-child(3){width:15%}#give-receipt .layer-5 .layer-item:nth-child(4){width:40%}#give-receipt .layer-6 .layer-item:nth-child(odd){width:30%}#give-receipt .layer-6 .layer-item:nth-child(2n){width:70%}#give-receipt .layer-8 .layer-item:first-child{width:40%}#give-receipt .layer-8 .layer-item:nth-child(2){width:20%}#give-receipt .layer-8 .layer-item:nth-child(3){width:40%}.give-grid-ie-utility{margin:0 -12px}@supports (display:grid){.give-grid-ie-utility{margin:0}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/dist/css/give.rtl.css DELETED
@@ -1,18 +0,0 @@
1
- /*!
2
- * Give Frontend SCSS/CSS
3
- *
4
- * @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
5
- * @package: Give
6
- * @subpackage: SCSS/Frontend
7
- * @copyright: Copyright (c) 2016, GiveWP
8
- * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
9
- */.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:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(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}.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)}/*!
12
- * Float Labels
13
- *
14
- * @version: 3.2.0
15
- * @author: Paul Ryley (http://geminilabs.io)
16
- * @url: https://geminilabs.github.io/float-labels.js
17
- * @license: MIT
18
- */[id*=give-form].give-fl-form .give-fl-wrap{position:relative;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[id*=give-form].give-fl-form input.give-fl-input,[id*=give-form].give-fl-form select.give-fl-select,[id*=give-form].give-fl-form textarea.give-fl-textarea{width:100%;outline:0;font-size:16px;line-height:normal;border-radius:0;border:1px solid #ccc;background-color:inherit;box-sizing:border-box;transition:all .2s ease-in-out;margin-bottom:0}[id*=give-form].give-fl-form input.give-fl-input:-moz-placeholder,[id*=give-form].give-fl-form input.give-fl-input::-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-moz-placeholder{color:#757575}[id*=give-form].give-fl-form input.give-fl-input:-ms-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-ms-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-ms-input-placeholder{color:#757575}[id*=give-form].give-fl-form input.give-fl-input::-webkit-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-webkit-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-webkit-input-placeholder{color:#757575}[id*=give-form].give-fl-form select.give-fl-select{position:relative;color:#757575;cursor:pointer;-webkit-appearance:none;-moz-appearance:none}[id*=give-form].give-fl-form .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form .give-fl-is-active textarea.give-fl-textarea{color:#333;background-color:inherit;border-color:#ccc}[id*=give-form].give-fl-form .give-fl-has-focus input.give-fl-input,[id*=give-form].give-fl-form .give-fl-has-focus select.give-fl-select,[id*=give-form].give-fl-form .give-fl-has-focus textarea.give-fl-textarea{background-color:inherit;border-color:#ccc}[id*=give-form].give-fl-form label.give-fl-label{opacity:0;visibility:hidden;display:block;position:absolute;top:-12px;right:0;font-size:12px;font-weight:700;line-height:1;color:#757575;border-radius-top-right:0;transition:all .2s ease-in-out;z-index:1}[id*=give-form].give-fl-form .give-fl-is-active label.give-fl-label{opacity:1;visibility:visible}[id*=give-form].give-fl-form .give-fl-has-focus label.give-fl-label{color:#1976d2}[id*=give-form].give-fl-form .give-fl-is-required:before{opacity:1;content:"*";display:block;position:absolute;top:1px;left:18px;font-size:16px;line-height:1.75;color:#d32f2f;transition:all .2s ease-in-out;padding:6px 0 0;z-index:1}[id*=give-form].give-fl-form .give-fl-is-required.give-fl-is-active:before{opacity:0}[id*=give-form].give-fl-form.give-fl-style-1 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 textarea.give-fl-textarea{padding:6px 12px}[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select{height:44px}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active textarea.give-fl-textarea{padding:6px 12px}[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label{top:1px;right:10px;background-color:transparent;padding:12px 3px}[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label:before{content:"";display:block;position:absolute;top:19px;right:0;left:0;height:1px;background-color:inherit;z-index:-1}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label{top:-9px;padding:3px}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label:before{top:9px}[id*=give-form].give-fl-form.give-fl-style-2 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 textarea.give-fl-textarea{padding:12px}[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select{height:56px}[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active textarea.give-fl-textarea{padding:18px 12px 6px}[id*=give-form].give-fl-form.give-fl-style-2 label.give-fl-label{top:1px;right:10px;padding:6px 3px 3px}[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-required:before{padding-top:12px}[id*=give-form].give-fl-form .give-fl-wrap-select:after{content:"";position:absolute;display:block;top:1px;left:6px;height:calc(100% - 2px);width:15px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'><path fill='#757575' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/></svg>") no-repeat;background-position:0 50%;background-size:7px 14px;z-index:2}.mfp-bg{z-index:1000001;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;right:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000002;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;right:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:right;z-index:1000004}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;right:8px;left:8px;z-index:1000003}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1000005;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;left:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 10px 18px 0;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;left:-6px;text-align:left;padding-left:6px;width:100%}.mfp-counter{position:absolute;top:0;left:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;right:0;top:0;margin-top:35px;margin-right:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{right:0}.mfp-arrow-left:after{border-left:17px solid #fff;margin-right:31px}.mfp-arrow-left:before{margin-right:25px;border-left:27px solid #3f3f3f}.mfp-arrow-right{left:0}.mfp-arrow-right:after{border-right:17px solid #fff;margin-right:39px}.mfp-arrow-right:before{border-right:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;right:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;right:0;top:40px;bottom:40px;display:block;left:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;right:0;width:100%;cursor:auto}.mfp-title{text-align:right;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-left:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-right:0;padding-left:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-right:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{left:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;left:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:100%;transform-origin:100%}.mfp-arrow-right{-webkit-transform-origin:0;transform-origin:0}.mfp-container{padding-right:6px;padding-left:6px}}@font-face{font-family:give-icomoon;src:url(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff"),url(../images/icomoon.svg#icomoon) format("svg");font-weight:400;font-style:normal}.give-icon:before{font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-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-button-with-loader span.give-loading-animation:before,.give-icon-spinner2:before,form[id*=give-form] .give-loading-animation:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before,[id*=give_secure_site_wrapper] span.padlock:before{content:"\e600"}.dashicons-give:before{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e800"}.fa-spin,.give-button-with-loader span.give-loading-animation,form[id*=give-form] .give-loading-animation{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}body.give_receipt_page{background-color:#fff;color:#141412;margin:0;font-family:Helvetica,sans-serif;font-size:12px}body.give_receipt_page #give_receipt_wrapper{width:660px;margin:0 auto;padding:50px 0}body.give_receipt_page table{display:table;width:100%;border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:2;margin:0 0 20px}body.give_receipt_page td,body.give_receipt_page th{display:table-cell;text-align:right;border-top:1px solid #ededed;padding:6px 0 6px 10px;font-weight:400}body.give_receipt_page th{font-weight:700;text-transform:uppercase}body.give_receipt_page h3{font-size:22px;margin:40px 0 5px;clear:both;display:block;font-weight:700}table#give_donation_receipt,table#give_donation_receipt_products{width:100%}table#give_donation_receipt td,table#give_donation_receipt th{text-align:right}table#give_donation_receipt .give-receipt-thead-text{font-size:18px;text-align:center;display:block}table#give_donation_receipt .give-receipt-thead-text>span{font-size:16px}table#give_donation_receipt li{margin:0 10px 8px 0}table#give_donation_receipt ul{margin:0;padding:0;list-style:none}table#give_donation_receipt .give_receipt_payment_status.failed,table#give_donation_receipt .give_receipt_payment_status.pending,table#give_donation_receipt .give_receipt_payment_status.revoked{color:#f73f2e}table#give_donation_receipt span.donation-level-text-wrap{font-style:italic;display:block}[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give textarea.give-fl-textarea{line-height:inherit;padding:12px;background-color:#fff}[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=email],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=number],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=password],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=search],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=tel],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=text],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=url]{height:auto;min-height:50px}[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select{line-height:inherit}[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea{padding:20px 12px 4px;transition:padding .2s ease-in-out,border .2s ease-in-out}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label{top:1px;right:13px;left:0;padding:6px 0 0}[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-required:before{padding-top:12px}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-required-indicator{display:none}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip{position:absolute;top:0;width:100%;height:100%;margin:0;z-index:1}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip:before{content:unset}.give-clearfix{*zoom:1}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}.give-clearfix:after{clear:both}[id*=give-form] .give-hidden{display:none}[id*=give-form] fieldset{background-color:transparent;padding:0;margin:0;border:0}[id*=give-form] .give-form-title{padding:0;margin:0 0 15px}[id*=give-form] div#give-sidebar-left{width:38%;float:right}[id*=give-form] div.images{margin:0 0 15px}[id*=give-form] div.images img{display:block;width:100%;height:auto;box-shadow:none}[id*=give-form] .give-custom-amount-text{clear:both}[id*=give-form] div.summary{width:58%;float:left}[id*=give-form] div.summary.give-full-width{width:100%;float:none}[id*=give-form] .give_form select.give-select.required{color:#000}[id*=give-form] div.give-form-content-wrap{margin:0 0 20px}[id*=give-form] div.give-form-content-wrap.give_post_form-content{margin:20px 0 0}[id*=give-form].give-display-modal form .give_notices{display:none}[id*=give-form].give-display-modal .give-btn,[id*=give-form].give-display-reveal .give-btn{margin:0 0 15px}[id*=give-form].give-display-modal #give-payment-mode-select,[id*=give-form].give-display-modal #give_purchase_form_wrap,[id*=give-form].give-display-reveal #give-payment-mode-select,[id*=give-form].give-display-reveal #give_purchase_form_wrap{display:none}[id*=give-form] .cc-address{margin-bottom:15px}.single-give_forms.et_right_sidebar #main-content .container:before{display:none}.single-give_forms .give_forms{*zoom:1}.single-give_forms .give_forms:after,.single-give_forms .give_forms:before{content:" ";display:table}.single-give_forms .give_forms:after{clear:both}#give-purchase-gravatars .give-gravatars-title{margin:0 0 15px}#give-purchase-gravatars .give-purchase-gravatars-list{list-style:none;margin:0;padding:0}#give-purchase-gravatars .give-purchase-gravatars-list li{list-style-type:none;display:inline-block;margin:0 0 0 5px;padding:0}#give-recurring-form,form.give-form,form[id*=give-form]{margin:0 0 25px;padding:0}#give-recurring-form .give-hidden,form.give-form .give-hidden,form[id*=give-form] .give-hidden{display:none}@media (min-width:481px){#give-recurring-form .give-title-prefix-wrap .form-row-first,#give-recurring-form .give-title-prefix-wrap .form-row-last,form.give-form .give-title-prefix-wrap .form-row-first,form.give-form .give-title-prefix-wrap .form-row-last,form[id*=give-form] .give-title-prefix-wrap .form-row-first,form[id*=give-form] .give-title-prefix-wrap .form-row-last{float:right;width:40%}#give-recurring-form .give-title-prefix-wrap .form-row-title,form.give-form .give-title-prefix-wrap .form-row-title,form[id*=give-form] .give-title-prefix-wrap .form-row-title{float:right;width:15%}}#give-recurring-form .give-tooltip,form.give-form .give-tooltip,form[id*=give-form] .give-tooltip{margin:0 3px;padding:0;font-size:14px;-moz-transition:.2s all linear;-o-transition:.2s all linear;transition:all .2s linear;color:rgba(51,51,51,.5)}#give-recurring-form .give-tooltip:hover,form.give-form .give-tooltip:hover,form[id*=give-form] .give-tooltip:hover{color:#333}#give-recurring-form h3.give-section-break,#give-recurring-form h4.give-section-break,#give-recurring-form legend,form.give-form h3.give-section-break,form.give-form h4.give-section-break,form.give-form legend,form[id*=give-form] h3.give-section-break,form[id*=give-form] h4.give-section-break,form[id*=give-form] legend{background-color:transparent;font-size:1.15em;font-weight:700;margin:10px 0 15px;padding:0 0 5px;border-bottom:1px solid rgba(0,0,0,.1);width:100%}#give-recurring-form h3.give-section-break span.sub-text,#give-recurring-form h4.give-section-break span.sub-text,#give-recurring-form legend span.sub-text,form.give-form h3.give-section-break span.sub-text,form.give-form h4.give-section-break span.sub-text,form.give-form legend span.sub-text,form[id*=give-form] h3.give-section-break span.sub-text,form[id*=give-form] h4.give-section-break span.sub-text,form[id*=give-form] legend span.sub-text{font-style:italic;font-weight:400}#give-recurring-form .form-row,form.give-form .form-row,form[id*=give-form] .form-row{*zoom:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 15px;overflow:visible;padding:0}#give-recurring-form .form-row:after,#give-recurring-form .form-row:before,form.give-form .form-row:after,form.give-form .form-row:before,form[id*=give-form] .form-row:after,form[id*=give-form] .form-row:before{content:" ";display:table}#give-recurring-form .form-row:after,form.give-form .form-row:after,form[id*=give-form] .form-row:after{clear:both}#give-recurring-form .form-row:last-child,form.give-form .form-row:last-child,form[id*=give-form] .form-row:last-child{margin-bottom:15px}#give-recurring-form .form-row label,form.give-form .form-row label,form[id*=give-form] .form-row label{display:block;margin:0 0 5px;position:relative;line-height:1.7}#give-recurring-form .form-row label.checkbox,form.give-form .form-row label.checkbox,form[id*=give-form] .form-row label.checkbox{display:inline}#give-recurring-form .form-row input[type=email],#give-recurring-form .form-row input[type=password],#give-recurring-form .form-row input[type=tel],#give-recurring-form .form-row input[type=text],#give-recurring-form .form-row input[type=url],#give-recurring-form .form-row select,#give-recurring-form .form-row textarea,form.give-form .form-row input[type=email],form.give-form .form-row input[type=password],form.give-form .form-row input[type=tel],form.give-form .form-row input[type=text],form.give-form .form-row input[type=url],form.give-form .form-row select,form.give-form .form-row textarea,form[id*=give-form] .form-row input[type=email],form[id*=give-form] .form-row input[type=password],form[id*=give-form] .form-row input[type=tel],form[id*=give-form] .form-row input[type=text],form[id*=give-form] .form-row input[type=url],form[id*=give-form] .form-row select,form[id*=give-form] .form-row textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0;outline:none;color:#333;background-color:#fdfdfd;border:1px solid #ccc;margin:0;padding:.5em}#give-recurring-form .form-row input[type=email]:focus,#give-recurring-form .form-row input[type=password]:focus,#give-recurring-form .form-row input[type=tel]:focus,#give-recurring-form .form-row input[type=text]:focus,#give-recurring-form .form-row input[type=url]:focus,#give-recurring-form .form-row select:focus,#give-recurring-form .form-row textarea:focus,form.give-form .form-row input[type=email]:focus,form.give-form .form-row input[type=password]:focus,form.give-form .form-row input[type=tel]:focus,form.give-form .form-row input[type=text]:focus,form.give-form .form-row input[type=url]:focus,form.give-form .form-row select:focus,form.give-form .form-row textarea:focus,form[id*=give-form] .form-row input[type=email]:focus,form[id*=give-form] .form-row input[type=password]:focus,form[id*=give-form] .form-row input[type=tel]:focus,form[id*=give-form] .form-row input[type=text]:focus,form[id*=give-form] .form-row input[type=url]:focus,form[id*=give-form] .form-row select:focus,form[id*=give-form] .form-row textarea:focus{background-color:#fff}#give-recurring-form .form-row input[type=email].required,#give-recurring-form .form-row input[type=password].required,#give-recurring-form .form-row input[type=tel].required,#give-recurring-form .form-row input[type=text].required,#give-recurring-form .form-row input[type=url].required,#give-recurring-form .form-row select.required,#give-recurring-form .form-row textarea.required,form.give-form .form-row input[type=email].required,form.give-form .form-row input[type=password].required,form.give-form .form-row input[type=tel].required,form.give-form .form-row input[type=text].required,form.give-form .form-row input[type=url].required,form.give-form .form-row select.required,form.give-form .form-row textarea.required,form[id*=give-form] .form-row input[type=email].required,form[id*=give-form] .form-row input[type=password].required,form[id*=give-form] .form-row input[type=tel].required,form[id*=give-form] .form-row input[type=text].required,form[id*=give-form] .form-row input[type=url].required,form[id*=give-form] .form-row select.required,form[id*=give-form] .form-row textarea.required{color:#333}#give-recurring-form .form-row-first,#give-recurring-form .form-row-title,form.give-form .form-row-first,form.give-form .form-row-title,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-title{margin-left:2.5%}#give-recurring-form .form-row-first,#give-recurring-form .form-row-last,form.give-form .form-row-first,form.give-form .form-row-last,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-last{float:right;width:48.5%}#give-recurring-form .form-row-last,form.give-form .form-row-last,form[id*=give-form] .form-row-last{float:left}#give-recurring-form .form-row-wide,form.give-form .form-row-wide,form[id*=give-form] .form-row-wide{*zoom:1;clear:both}#give-recurring-form .form-row-wide:after,#give-recurring-form .form-row-wide:before,form.give-form .form-row-wide:after,form.give-form .form-row-wide:before,form[id*=give-form] .form-row-wide:after,form[id*=give-form] .form-row-wide:before{content:" ";display:table}#give-recurring-form .form-row-wide:after,form.give-form .form-row-wide:after,form[id*=give-form] .form-row-wide:after{clear:both}#give-recurring-form .form-row-two-thirds,form.give-form .form-row-two-thirds,form[id*=give-form] .form-row-two-thirds{float:right;width:65.75%}#give-recurring-form .form-row-two-thirds.form-row-first,form.give-form .form-row-two-thirds.form-row-first,form[id*=give-form] .form-row-two-thirds.form-row-first{margin-right:0}#give-recurring-form .form-row-one-third,form.give-form .form-row-one-third,form[id*=give-form] .form-row-one-third{float:right;width:31.25%;margin-right:3%}#give-recurring-form .form-row-one-third.form-row-first,form.give-form .form-row-one-third.form-row-first,form[id*=give-form] .form-row-one-third.form-row-first{margin-right:0}@media (max-width:480px){#give-recurring-form .form-row-responsive,form.give-form .form-row-responsive,form[id*=give-form] .form-row-responsive{margin-right:0;margin-left:0;width:100%}}#give-recurring-form .give-error,#give-recurring-form .give-required-indicator,form.give-form .give-error,form.give-form .give-required-indicator,form[id*=give-form] .give-error,form[id*=give-form] .give-required-indicator{color:#a00}#give-recurring-form .card-expiration>select,form.give-form .card-expiration>select,form[id*=give-form] .card-expiration>select{width:44%;margin:0}#give-recurring-form .card-expiration>span.exp-divider,form.give-form .card-expiration>span.exp-divider,form[id*=give-form] .card-expiration>span.exp-divider{display:inline;text-align:center}#give-recurring-form .card-expiration select.card-expiry-year,form.give-form .card-expiration select.card-expiry-year,form[id*=give-form] .card-expiration select.card-expiry-year{float:left}#give-recurring-form .give-disabled,#give-recurring-form [disabled],form.give-form .give-disabled,form.give-form [disabled],form[id*=give-form] .give-disabled,form[id*=give-form] [disabled]{cursor:not-allowed}form[id*=give-form] .give-donation-amount{margin:0 0 15px}form[id*=give-form] .give-donation-amount .give-currency-symbol{background-color:#f2f2f2;border-top:1px solid #ccc;border-bottom:1px solid #ccc;color:#333;margin:0;padding:0 12px;height:35px;line-height:35px;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right}form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before{border-right:1px solid #ccc;border-left:none}form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after{border-right:none;border-left:1px solid #ccc}form[id*=give-form] .give-donation-amount #give-amount,form[id*=give-form] .give-donation-amount #give-amount-text{border:1px solid #ccc;background:#fff;border-radius:0;height:35px;line-height:35px;padding:0 12px;margin:0;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:125px;float:right}form[id*=give-form] .give-donation-amount #give-amount-text.invalid-amount,form[id*=give-form] .give-donation-amount #give-amount.invalid-amount{border:1px solid red}form[id*=give-form] .give-donation-amount input.give-amount-top{width:125px}form[id*=give-form] .give-donation-amount span.give-final-total-amount{border:1px solid #ccc;border-radius:0;height:35px;line-height:35px;padding:0 12px;margin:0;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:not-allowed;background:#fff;float:right}form[id*=give-form] #give_terms_agreement legend{display:none}form[id*=give-form] #give_terms_agreement label{display:inline-block}form[id*=give-form] #give-final-total-wrap{margin:10px 0 25px;padding:0;*zoom:1}form[id*=give-form] #give-final-total-wrap:after,form[id*=give-form] #give-final-total-wrap:before{content:" ";display:table}form[id*=give-form] #give-final-total-wrap:after{clear:both}form[id*=give-form] #give-final-total-wrap .give-donation-total-label{background-color:#f2f2f2;color:#333;margin:0;padding:0 12px;height:35px;line-height:35px;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;border:1px solid #ccc}@media (max-width:480px){form[id*=give-form] #give-final-total-wrap .give-donation-total-label{display:block;float:none}}form[id*=give-form] #give-final-total-wrap .give-final-total-amount{background:#fff;border-radius:0;height:35px;line-height:35px;padding:0 12px;margin:0;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;border-right:none;float:right}@media (max-width:480px){form[id*=give-form] #give-final-total-wrap .give-final-total-amount{border:1px solid #ccc;border-top:0;display:block;float:none}}.give-display-button-only>:not(form),.give-display-button-only form[id*=give-form]>:not(.give-btn-modal){display:none}form[id*=give-form] input[type=radio]{margin:0 0 0 .5em}form[id*=give-form] #give-donation-level-radio-list{margin:0 0 15px;padding:0;list-style:none;clear:both}form[id*=give-form] #give-donation-level-radio-list>li{list-style-type:none;list-style-image:none;margin:0;padding:0}form[id*=give-form] #give-donation-level-radio-list>li label{cursor:pointer;display:inline-block;margin:0}form[id*=give-form] #give-donation-level-radio-list>li input[type=radio]{margin:0 0 0 .5em;outline:none;width:auto}form[id*=give-form] #give-gateway-radio-list{*zoom:1;margin:0 0 15px;padding:0;list-style:none}form[id*=give-form] #give-gateway-radio-list:after,form[id*=give-form] #give-gateway-radio-list:before{content:" ";display:table}form[id*=give-form] #give-gateway-radio-list:after{clear:both}form[id*=give-form] #give-gateway-radio-list>li{list-style-type:none;list-style-image:none;margin:0;padding:0}@media (min-width:480px){form[id*=give-form] #give-gateway-radio-list>li{display:inline-block;margin-left:15px;margin-right:0}}form[id*=give-form] #give-gateway-radio-list>li label.give-gateway-option{cursor:pointer;display:inline;margin:0}form[id*=give-form] #give-gateway-radio-list>li input[type=radio]{margin:0 0 0 .25em;outline:none;width:auto;display:inline}form[id*=give-form] input[type=checkbox]{margin:0 0 0 .25em}form[id*=give-form] select.give-select-level{outline:none;border-radius:0;min-width:155px;border:1px solid #ccc;margin:0 0 15px;display:block;clear:both;color:#333;background-color:#fdfdfd;padding:.5em;max-width:100%}#give-donation-level-button-wrap{*zoom:1;margin:0 0 15px;padding:0;clear:both;list-style:none}#give-donation-level-button-wrap:after,#give-donation-level-button-wrap:before{content:" ";display:table}#give-donation-level-button-wrap:after{clear:both}#give-donation-level-button-wrap>li{list-style-type:none;list-style-image:none;float:right;margin:0 0 5px 5px}.give_terms_links{float:left}[id*=give_secure_site_wrapper]{padding:4px 0 15px 4px;font-size:16px;line-height:20px}[id*=give_secure_site_wrapper] span.padlock{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:20px}[id*=give_secure_site_wrapper] span.padlock :before{display:inline-block}#give_purchase_form_wrap input.give-input.card-cvc.valid,#give_purchase_form_wrap input.give-input.card-expiry.valid,#give_purchase_form_wrap input.give-input.card-number.valid{background-image:url(../images/tick.png);background-repeat:no-repeat;background-position:left 10px top 50%;background-size:16px}#give_purchase_form_wrap input.give-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry){background-position:left 55px top 50%}#give_purchase_form_wrap span.card-type{position:absolute;top:-2px;left:0;width:37px;height:26px;background-size:37px 26px!important}#give_purchase_form_wrap .fl-wrap span.card-type{top:calc(.5em + 6px);left:11px}#give_purchase_form_wrap span.card-type.off{display:none}#give_purchase_form_wrap span.card-type.visa{background:url(../images/visa.svg) no-repeat}#give_purchase_form_wrap span.card-type.mastercard{background:url(../images/mastercard.svg) no-repeat}#give_purchase_form_wrap span.card-type.discover{background:url(../images/discover.svg) no-repeat}#give_purchase_form_wrap span.card-type.amex{background:url(../images/amex.svg) no-repeat}#give_purchase_form_wrap span.card-type.maestro{background:url(../images/maestro.svg) no-repeat}#give_purchase_form_wrap span.card-type.dinersclub{background:url(../images/diners-club.svg) no-repeat}#give_purchase_form_wrap span.card-type.jcb{background:url(../images/jcb.svg) no-repeat}#give_purchase_form_wrap span.card-type.dankort{background:url(../images/dankort.png) no-repeat}#give_purchase_form_wrap span.card-type.unionpay{background:url(../images/unionpay.svg) no-repeat}@-webkit-keyframes opacity{0%{opacity:1}to{opacity:0}}@-moz-keyframes opacity{0%{opacity:1}to{opacity:0}}form[id*=give-form] p.give-loading-text,form[id*=give-form] span.give-loading-text{display:none;float:left;height:16px;width:16px;margin:0;padding:0;font-style:italic;line-height:20px;font-size:16px;font-weight:400}form[id*=give-form] .give-loading-animation{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:right;height:16px;width:16px;line-height:1;font-size:16px;margin:0 0 0 5px;background-size:20px 20px;background-repeat:no-repeat;background-color:transparent}form[id*=give-form] .give-payment-mode-label .give-loading-text{float:left}[id*=give-form] .give-login-account-wrap{margin:0 0 15px;position:relative}[id*=give-form] .give-login-account-wrap .give-login-message{text-align:left;margin:0;padding:0}[id*=give-form] .give-login-account-wrap .give-loading-text{position:absolute;left:0;top:.25em}[id*=give-form] fieldset[id^=give-login-fields]{margin:0 0 15px}[id*=give-form] .give-new-account-link{margin:0 0 15px;padding:0}[id*=give-form] .give_login_forgot_password{float:left}.give-submit-button-wrap input.give-cancel-login,[id^=give-user-login-submit] input.give-cancel-login{margin-right:5px}.give-submit-button-wrap span.give-loading-animation,[id^=give-user-login-submit] span.give-loading-animation{margin:0 .5em 0 0;display:none}.give-submit-button-wrap .give-submit,[id^=give-user-login-submit] .give-submit{float:right}.give-user-login-fields-container:after{display:block;content:"";clear:both}#give-login-form div.give-login,#give-login-form legend,#give-register-form div.give-login,#give-register-form legend{line-height:2;margin-bottom:15px}#give-login-form label,#give-register-form label{min-width:100px;display:inline-block}div.give-form-wrap.mfp-hide{display:block!important}div.mfp-content fieldset ol,div.mfp-content fieldset p,div.mfp-content fieldset ul{margin-bottom:1.2em;line-height:1.4}div.mfp-content form[id*=give-form] .give_notices{display:block!important}.give-btn{background:#ededed;border:1px solid #ccc;color:#333;padding:8px 10px;cursor:pointer;line-height:1.2em;font-size:1em}.give-btn:hover{background:#dbdbdb}#give_profile_editor_form legend{width:auto;padding:0 5px 5px;border-bottom:0}form#give-email-access-form div.g-recaptcha,form#give-email-access-form input#give-email{margin:0 0 15px}form#give-email-access-form input#give-email{width:305px}@media (max-width:768px){[id*=give-form] div#give-sidebar-left,[id*=give-form] div.images,[id*=give-form] div.summary{width:100%;float:none}}.give-form-wrap .give-form h3.give-section-break,.give-form-wrap .give-form h4.give-section-break{margin:10px 0 0}.give-do-validate input.error{border-color:red!important}.give-button-with-loader span.give-loading-animation{display:none;position:relative;top:3px;float:left;font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:16px;width:16px;line-height:1;font-size:16px;margin:0 5px 0 0;background-size:20px 20px;background-repeat:no-repeat;background-color:transparent}.give-active span.give-loading-animation{display:inline}.give_notices{position:relative}.give_notices .notice-dismiss{position:absolute;top:50%;left:0;transform:translateY(-50%);border:none;margin:0;padding:5px;background:100% 0;color:#72777c;cursor:pointer;max-width:28px!important}.give_notices .notice-dismiss:before{background:100% 0;color:#72777c;content:"\f153";display:block;font:400 16px/20px dashicons;speak:none;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased}.give_notices .notice-dismiss:hover{background-color:transparent}.give_notices .notice-dismiss:hover:before{color:#dc3232}.give_error,.give_success,.give_warning{position:relative;margin:15px 0;background:#f9f9f9;padding:1em 2em 1em 1.5em;border-right:4px solid;box-shadow:0 1px 1px rgba(0,0,0,.125);clear:both}.give_error>p,.give_success>p,.give_warning>p{margin:0!important;color:#333}.give_error:before,.give_success:before,.give_warning:before{font-family:give-icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;font-size:16px;margin-top:-15px;right:-17px;color:#fff;width:30px;height:30px;border-radius:100%;text-align:center;line-height:30px;text-shadow:-1px 1px rgba(0,0,0,.5)}.give_error{border-color:#a00}.give_error:before{content:"\f02d";background-color:#a00}.give_success{border-color:#7ad03a}.give_success:before{background-color:#7ad03a;content:"\e601"}.give_warning{border-color:#ffba00}.give_warning:before{background-color:#ffba00;content:"\f02d"}.twentythirteen .give_forms{padding:40px 0}.twentyfourteen .tfgive{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfgive .give_forms .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail{margin-top:0}.twentyfourteen .tfgive .give_forms .images img{margin-bottom:1em}@media screen and (min-width:673px){.twentyfourteen .tfgive{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfgive{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfgive{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfgive{margin-left:54px}.full-width .twentyfourteen .tfgive{margin-left:auto}}.twentyfifteen .t15give{padding-right:7.6923%;padding-left:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15give .page-title{margin-right:0}.twentyfifteen .t15give div.summary{padding:0}@media screen and (min-width:38.75em){.twentyfifteen .t15give{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15give{margin-right:8.3333%;margin-left:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.avada-row>div.give-wrap #content{width:100%}.give-goal-progress{margin-bottom:20px;clear:both}.give-goal-progress .income{font-size:46px;line-height:48px;letter-spacing:-1px;color:#333}.give-goal-progress .raised{margin-bottom:15px}.give-progress-bar{height:20px;position:relative;background:#eee;border-radius:25px;overflow:hidden}.give-progress-bar>span{display:block;height:100%;border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:20px;border-bottom-right-radius:20px;background-color:#2bc253;position:relative;overflow:hidden}table.give-table{color:#666;font-size:14px;text-shadow:-1px 1px 0 #fff;background:#eaebec;margin:20px 0;border:1px solid #e0e0e0;border-top:none;border-bottom:none;width:100%}table.give-table thead{font-weight:700}table.give-table thead th:first-child{text-align:right;border-right:none}table.give-table th{padding:21px 25px;border:1px solid #e0e0e0;border-top-color:#e8e8e8;border-left:none;background:#f6f6f6;text-align:center;font-weight:700}table.give-table tbody tr{text-align:center}table.give-table tbody tr td{padding:18px;border:1px solid #e0e0e0;border-top-color:#fff;border-left:none;background:#fff;text-align:center}table.give-table tbody tr td:first-child{text-align:right;border-right:0}table.give-table tbody tr:nth-child(2n) td{background:#fcfcfc}body.give-twentysixteen div.entry-summary{margin:0}body.give-twentysixteen button.give-btn{color:#333}body.give-twentysixteen .give-submit{color:#fff}body.give-twentysixteen fieldset#give_terms_agreement{padding-right:0}body.give-twentyseventeen.colors-dark div#give_purchase_form_wrap span.give-final-total-amount,body.give-twentyseventeen.colors-dark div.give-total-wrap input.give-text-input,body.give-twentyseventeen.colors-dark div.give_notices p{color:#000}body.give-twentyseventeen.colors-dark form[id*=give] fieldset{background-color:transparent}body.give-twentynineteen .give-form .give-btn:focus{color:#fff}html[class*=avia] body#top form[id*=give-form] input.give-amount-top{width:unset;border:1px solid #ccc;border-right:none}html[class*=avia] body#top [id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label{right:7px}html[class*=avia] body#top [id*=give-form].give-fl-form div.give-fl-is-active input{padding:8px 6px 0}.give-donation-history .give-table{table-layout:auto}.give-donation-history .give-table .give-security-column{float:right}.give-donation-history .give-table .give-security-column.give-security-description-wrap{width:75%;padding:16px 13px;font-size:12px;font-style:italic}.give-donation-history .give-table .give-security-column.give-security-button-wrap{width:25%;padding:25px 5px}.give-donation-history .give-table .give-security-column.give-security-button-wrap span{display:none;padding:0 20px}.give_user_history_main .give-mobile-title{display:none}@media screen and (max-width:480px){#give_user_history thead{display:none}#give_user_history tbody{border-top:1px solid #e0e0e0}#give_user_history tr{padding:.5rem 0;background:#fff}#give_user_history tr:nth-child(2n){background-color:#fafafa}#give_user_history td{border:none;padding-top:0;padding-bottom:0;background-color:transparent}#give_user_history td,#give_user_history tr{display:block;border-right:none;text-align:right}#give_user_history .give-mobile-title{display:inline-block;font-weight:700;min-width:6em}}.give-modal{top:0;right:0;width:100%;height:100%;z-index:2148482499;position:fixed;overflow:hidden;outline:none!important;-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;-webkit-transform:translateZ(0)}.give-modal form[id*=give-form],.give-modal form[id*=give-form] .give-submit{margin-bottom:0}.give-modal form[id*=give-form] .give-payment-mode-label{margin-top:0;padding-top:0}@media (max-width:580px){.give-modal form[id*=give-form] .give-input{font-size:16px}}.give-modal .mfp-content{box-sizing:border-box;position:relative;background:#fff;padding:20px;width:auto;max-width:650px;margin:40px auto;z-index:2148482599}.give-modal .mfp-content [id*=give-form] #give-payment-mode-select,.give-modal .mfp-content [id*=give-form] #give_purchase_form_wrap,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-amount,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-levels-wrap{display:block}.give-modal .mfp-content .mfp-close:hover{background-color:transparent}.give-modal form.give-form button.mfp-close{position:absolute;display:block!important}.give-modal .mfp-container:after{display:none}.give-modal .mfp-content{vertical-align:middle;transform:translateY(-100px)}.give-modal.mfp-bg,.give-modal .mfp-content{opacity:0;transition:all .2s}.give-modal.mfp-ready .mfp-content{opacity:1;transform:translateY(0)}.give-modal.mfp-ready.mfp-bg{opacity:.8}.give-modal.mfp-removing .mfp-content{transform:translateY(-50px);opacity:0}.give-modal.mfp-removing.mfp-bg{opacity:0}.give-donation-grid-item-form{position:relative;margin:0 auto;max-width:600px;background-color:#fff;padding:1rem 1.5rem;height:85vh;overflow-y:auto}.give-donation-grid-item-form #give_purchase_form_wrap{display:block!important}.give-donation-grid-item-form .give-btn-modal,.give-donation-grid-item-form .give-btn-reveal{display:none!important}.modal-fade-slide.give-modal .mfp-content{padding:0;max-width:100%}.modal-fade-slide .give-modal--slide{opacity:0;transition:all .2s ease-out;transform:translateY(-20px) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-ready .give-modal--slide{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-removing .give-modal--slide{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-bg{opacity:0;transition:opacity .3s ease-out}.modal-fade-slide.mfp-ready.mfp-bg{opacity:.8}.modal-fade-slide.mfp-removing.mfp-bg{opacity:0}.mfp-close:hover{background-color:transparent}.mfp-content .give-display-button-only .give-form-title{display:none}.mfp-content .give-display-button-only>:not(form),.mfp-content .give-display-button-only form>:not(.give-btn-modal){display:block}.give-donor{border:1px solid #e5e5e5;background:#fff;color:#333;font-size:1em;margin-bottom:20px;padding:20px;position:relative;transition:all .2s ease-out;width:100%}.give-donor__header{align-items:center;display:flex}.give-donor__image{border:1px solid #e5e5e5;background:#fff;text-align:center;flex-basis:60px;flex-shrink:0;line-height:60px;height:60px;margin-left:10px;overflow:hidden;border-radius:50%}.give-donor__image img{border-radius:50%;display:block;height:58px;object-fit:cover;width:100%}.give-donor__details{flex-grow:1;overflow:hidden}.give-donor__name{font-size:1em!important;font-weight:700!important;margin:0!important;padding:0!important}.give-donor__name,.give-donor__timestamp{color:#333!important;line-height:1.3!important}.give-donor__timestamp{display:block;font-size:75%!important}.give-donor__content{margin-top:10px;width:100%}.give-donor__content p{color:#333;font-size:1em!important;line-height:1.5!important;margin:0 0 20px!important;padding:0!important;width:100%}.give-donor__content:first-child{margin-top:0!important}.give-donor__content :last-child{margin-bottom:0!important}.give-donor__read-more{cursor:pointer;white-space:nowrap}.give-donor__excerpt+.give-donor__comment{display:none}.give-donor-wall-modal p:last-child{margin-bottom:0}.give-wrap .give-grid{max-width:30rem}.give-wrap .give-grid__item{margin-bottom:1.5rem;width:100%}.give-wrap .give-grid__item>:last-child{margin-bottom:0}.give-wrap .give-wrap:before{display:block;content:"";clear:both}@media (min-width:30rem){.give-wrap .give-grid{display:flex;flex-flow:row wrap;margin-bottom:1.5rem;max-width:100%}.give-wrap .give-grid__item{padding:0 .75rem;display:flex}}@media (min-width:30rem) and (min-width:40rem){.give-wrap .give-grid--2 .give-grid__item,.give-wrap .give-grid--3 .give-grid__item,.give-wrap .give-grid--4 .give-grid__item{width:50%}}@media (min-width:30rem) and (min-width:72rem){.give-wrap .give-grid--3 .give-grid__item,.give-wrap .give-grid--4 .give-grid__item{width:33.33333%}}@media (min-width:30rem) and (min-width:90rem){.give-wrap .give-grid--4 .give-grid__item{width:25%}}@supports (display:grid){.give-wrap .give-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;margin-bottom:1.5rem;max-width:100%}.give-wrap .give-grid__item{display:flex;margin-bottom:0;padding:0;width:auto!important}@media (min-width:40rem){.give-wrap .give-grid--best-fit{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (min-width:40rem){.give-wrap .give-grid--2,.give-wrap .give-grid--3,.give-wrap .give-grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:72rem){.give-wrap .give-grid--3,.give-wrap .give-grid--4{grid-template-columns:repeat(3,1fr)}}@media (min-width:90rem){.give-wrap .give-grid--4{grid-template-columns:repeat(4,1fr)}}}.give-wrap .give-card{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);color:inherit;display:flex;flex-direction:column;width:100%;text-decoration:none;transition:all .1s ease-out}.give-wrap .give-card:active,.give-wrap .give-card:focus,.give-wrap .give-card:hover,.give-wrap .give-card:visited{border-color:#ccc;box-shadow:0 4px 12px rgba(0,0,0,.16)}.give-wrap .give-card__media img{border-radius:0;box-shadow:none;display:block;height:auto;margin:0;object-fit:cover;order:1;width:100%}.give-wrap .give-card__body{display:flex;flex-direction:column;flex-grow:1;order:2;padding:1.5rem}.give-wrap .give-card__body>:last-child{margin-bottom:0}.give-wrap .give-card__title{line-height:1.3;margin:0 0 .75rem;padding:0}.give-wrap .give-card__text{margin:0 0 1.5rem;padding:0}.give-wrap .give-card__progress{margin-top:auto;width:100%}.give-wrap .give-card__progress .raised,.give-wrap .give-card__progress>:last-child{margin-bottom:0}.give-wrap .give-card__progress .income{font-size:2em}.give-wrap .give-page-numbers{font-size:1.25em}#give-receipt .timeline-item{background:#fff}@keyframes placeHolderShimmer{0%{background-position:100% 0}to{background-position:520px 0}}#give-receipt .placeholder-animation{max-width:650px;margin:0 auto}#give-receipt .animated-background{animation-duration:.85s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(270deg,#eee 8%,#ddd 18%,#eee 33%);background-size:520px 100%;position:relative}#give-receipt .container{margin:0 auto;width:650px;background-color:#eee;border:1px solid #eee}#give-receipt .layer{display:flex}#give-receipt .layer.h1{height:28px}#give-receipt .layer.h2{height:22px}#give-receipt .layer.inline-radios{height:12px}#give-receipt .layer.label{height:8px}#give-receipt .layer-item.opaque{background:#fff}#give-receipt .layer-gap{background-color:#fff}#give-receipt .layer-gap.large{height:40px}#give-receipt .layer-gap.medium{height:20px}#give-receipt .layer-gap.small{height:10px}#give-receipt .layer-1 .layer-item:nth-child(odd){width:45%}#give-receipt .layer-1 .layer-item:nth-child(2n){width:55%}#give-receipt .layer-4 .layer-item:first-child{width:30%}#give-receipt .layer-4 .layer-item:nth-child(2){width:10%}#give-receipt .layer-4 .layer-item:nth-child(3){width:20%}#give-receipt .layer-4 .layer-item:nth-child(4){width:30%}#give-receipt .layer-4 .layer-item:nth-child(5){width:10%}#give-receipt .layer-5 .layer-item:first-child{width:40%}#give-receipt .layer-5 .layer-item:nth-child(2){width:5%}#give-receipt .layer-5 .layer-item:nth-child(3){width:15%}#give-receipt .layer-5 .layer-item:nth-child(4){width:40%}#give-receipt .layer-6 .layer-item:nth-child(odd){width:30%}#give-receipt .layer-6 .layer-item:nth-child(2n){width:70%}#give-receipt .layer-8 .layer-item:first-child{width:40%}#give-receipt .layer-8 .layer-item:nth-child(2){width:20%}#give-receipt .layer-8 .layer-item:nth-child(3){width:40%}.give-grid-ie-utility{margin:0 -12px}@supports (display:grid){.give-grid-ie-utility{margin:0}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/dist/css/gutenberg.css DELETED
@@ -1 +0,0 @@
1
- .float-right{float:right}.gutenberg__editor .give-blank-slate__image{max-width:96px}.timeline-item{background:#fff}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:520px 0}}.placeholder-animation{max-width:650px;margin:0 auto}.animated-background{animation-duration:.85s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:520px 100%;position:relative}.container{margin:0 auto;width:650px;background-color:#eee;border:1px solid #eee}.layer{display:flex}.layer.h1{height:28px}.layer.h2{height:22px}.layer.inline-radios{height:12px}.layer.label{height:8px}.layer-item.opaque{background:#fff}.layer-gap{background-color:#fff}.layer-gap.large{height:40px}.layer-gap.medium{height:20px}.layer-gap.small{height:10px}.layer-1 .layer-item:nth-child(odd){width:45%}.layer-1 .layer-item:nth-child(2n){width:55%}.layer-4 .layer-item:first-child{width:30%}.layer-4 .layer-item:nth-child(2){width:10%}.layer-4 .layer-item:nth-child(3){width:20%}.layer-4 .layer-item:nth-child(4){width:30%}.layer-4 .layer-item:nth-child(5){width:10%}.layer-5 .layer-item:first-child{width:40%}.layer-5 .layer-item:nth-child(2){width:5%}.layer-5 .layer-item:nth-child(3){width:15%}.layer-5 .layer-item:nth-child(4){width:40%}.layer-6 .layer-item:nth-child(odd){width:30%}.layer-6 .layer-item:nth-child(2n){width:70%}.layer-8 .layer-item:first-child{width:40%}.layer-8 .layer-item:nth-child(2){width:20%}.layer-8 .layer-item:nth-child(3){width:40%}.wp-block-give-donation-form{position:relative}.wp-block-give-donation-form .control-popup{display:flex;flex-flow:row wrap;position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:rgba(0,0,0,.8);text-align:center;color:#fff;opacity:0;transition:opacity .3s ease;overflow:hidden}.wp-block-give-donation-form .control-popup:hover{opacity:1;transition:opacity .3s ease}.wp-block-give-donation-form .control-popup:hover .control-button>div{transform:translateY(0);opacity:1;transition:transform .3s ease .15s,opacity .3s ease .15s;cursor:pointer}.wp-block-give-donation-form .control-popup:hover .control-button.edit-form>div{transition:transform .3s ease .2s,opacity .3s ease .2s}.wp-block-give-donation-form .control-popup a{color:#fff;text-decoration:none;outline:0}.wp-block-give-donation-form .control-popup a:active,.wp-block-give-donation-form .control-popup a:focus,.wp-block-give-donation-form .control-popup a:hover{color:#fff}.wp-block-give-donation-form .control-popup>*{width:50%;cursor:pointer}.wp-block-give-donation-form .control-popup .dashicons{margin-right:5px}.wp-block-give-donation-form .control-popup .control-button{display:flex;flex-flow:row wrap;align-items:center;transition:background-color .3s ease}.wp-block-give-donation-form .control-popup .control-button>div{display:inline-block;width:100%;position:relative;transform:translateY(-25px);opacity:0;transition:transform .3s ease,opacity .3s ease;font-size:1.5rem;text-shadow:0 2px 0 rgba(0,0,0,.3)}.wp-block-give-donation-form .control-popup .control-button>div>*{vertical-align:middle}.wp-block-give-donation-form .control-popup .control-button:hover{transition:background-color .3s ease;background-color:rgba(0,0,0,.5)}.wp-block-give-donation-form .give-form-wrap{transition:transform .3s ease,opacity .3s ease}.wp-block-give-donation-form:hover .give-form-wrap{transition:transform .3s ease,opacity .3s ease;opacity:.3;transform:scale(.9)}.wp-block-give-donation-form form[id*=give-form] #give-gateway-radio-list>li input[type=radio]{display:inline-block}
 
assets/dist/css/gutenberg.rtl.css DELETED
@@ -1 +0,0 @@
1
- .float-right{float:left}.gutenberg__editor .give-blank-slate__image{max-width:96px}.timeline-item{background:#fff}@keyframes placeHolderShimmer{0%{background-position:100% 0}to{background-position:520px 0}}.placeholder-animation{max-width:650px;margin:0 auto}.animated-background{animation-duration:.85s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(270deg,#eee 8%,#ddd 18%,#eee 33%);background-size:520px 100%;position:relative}.container{margin:0 auto;width:650px;background-color:#eee;border:1px solid #eee}.layer{display:flex}.layer.h1{height:28px}.layer.h2{height:22px}.layer.inline-radios{height:12px}.layer.label{height:8px}.layer-item.opaque{background:#fff}.layer-gap{background-color:#fff}.layer-gap.large{height:40px}.layer-gap.medium{height:20px}.layer-gap.small{height:10px}.layer-1 .layer-item:nth-child(odd){width:45%}.layer-1 .layer-item:nth-child(2n){width:55%}.layer-4 .layer-item:first-child{width:30%}.layer-4 .layer-item:nth-child(2){width:10%}.layer-4 .layer-item:nth-child(3){width:20%}.layer-4 .layer-item:nth-child(4){width:30%}.layer-4 .layer-item:nth-child(5){width:10%}.layer-5 .layer-item:first-child{width:40%}.layer-5 .layer-item:nth-child(2){width:5%}.layer-5 .layer-item:nth-child(3){width:15%}.layer-5 .layer-item:nth-child(4){width:40%}.layer-6 .layer-item:nth-child(odd){width:30%}.layer-6 .layer-item:nth-child(2n){width:70%}.layer-8 .layer-item:first-child{width:40%}.layer-8 .layer-item:nth-child(2){width:20%}.layer-8 .layer-item:nth-child(3){width:40%}.wp-block-give-donation-form{position:relative}.wp-block-give-donation-form .control-popup{display:flex;flex-flow:row wrap;position:absolute;top:0;right:0;width:100%;height:100%;z-index:9999;background-color:rgba(0,0,0,.8);text-align:center;color:#fff;opacity:0;transition:opacity .3s ease;overflow:hidden}.wp-block-give-donation-form .control-popup:hover{opacity:1;transition:opacity .3s ease}.wp-block-give-donation-form .control-popup:hover .control-button>div{transform:translateY(0);opacity:1;transition:transform .3s ease .15s,opacity .3s ease .15s;cursor:pointer}.wp-block-give-donation-form .control-popup:hover .control-button.edit-form>div{transition:transform .3s ease .2s,opacity .3s ease .2s}.wp-block-give-donation-form .control-popup a{color:#fff;text-decoration:none;outline:0}.wp-block-give-donation-form .control-popup a:active,.wp-block-give-donation-form .control-popup a:focus,.wp-block-give-donation-form .control-popup a:hover{color:#fff}.wp-block-give-donation-form .control-popup>*{width:50%;cursor:pointer}.wp-block-give-donation-form .control-popup .dashicons{margin-left:5px}.wp-block-give-donation-form .control-popup .control-button{display:flex;flex-flow:row wrap;align-items:center;transition:background-color .3s ease}.wp-block-give-donation-form .control-popup .control-button>div{display:inline-block;width:100%;position:relative;transform:translateY(-25px);opacity:0;transition:transform .3s ease,opacity .3s ease;font-size:1.5rem;text-shadow:0 2px 0 rgba(0,0,0,.3)}.wp-block-give-donation-form .control-popup .control-button>div>*{vertical-align:middle}.wp-block-give-donation-form .control-popup .control-button:hover{transition:background-color .3s ease;background-color:rgba(0,0,0,.5)}.wp-block-give-donation-form .give-form-wrap{transition:transform .3s ease,opacity .3s ease}.wp-block-give-donation-form:hover .give-form-wrap{transition:transform .3s ease,opacity .3s ease;opacity:.3;transform:scale(.9)}.wp-block-give-donation-form form[id*=give-form] #give-gateway-radio-list>li input[type=radio]{display:inline-block}
 
assets/dist/css/plugin-deactivation-survey.css DELETED
@@ -1 +0,0 @@
1
- .give-button{display:inline-block;height:30px;line-height:28px;padding:0 12px 2px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;margin-left:.5rem;font-weight:400;font-size:.9em}.give-button:active{transform:translateY(1px)}.give-button--primary{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;outline:0}.give-button--primary:hover{background:#008ec2;border-color:#006799;color:#fff}.give-button--primary:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.give-button--primary:focus{background:#0073aa;border-color:#006799;color:#fff;box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.give-button--secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.give-button--secondary:hover{background:#fafafa;border-color:#999;color:#23282d}.give-button--secondary:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.give-button--secondary:focus{background:#eee}.mfp-bg{z-index:1000001;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000002;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1000004}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1000003}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1000005;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.give-modal{box-shadow:0 15px 10px -5px rgba(0,0,0,.15);position:relative;background:#fff;font-family:Arial,Baskerville,monospace;font-size:16px;width:auto;max-width:500px;margin:60px auto 20px;border-top:5px solid transparent;line-height:1.5}.give-modal--success{border-top-color:#46b450}.give-modal--notice{border-top-color:#00a0d2}.give-modal--warning{border-top-color:#ffb900}.give-modal--error{border-top-color:#dc3232}.give-modal__body{padding:1.5rem}.give-modal__body>:last-child{margin-bottom:0}.give-modal__title{margin:0 0 .75rem;padding:0}.give-modal__description{margin:0 0 1.5rem;padding:0}.give-modal .give-modal__controls{position:relative;padding:1rem 1.5rem;background-color:#fbfbfb;border-top:1px solid #d7d7d7;text-align:right}.give-modal .give-modal__controls .spinner{display:none;visibility:visible;margin-left:0;float:left}.give-modal--additional-link{float:left;line-height:26px}.modal-fade-slide .give-modal--zoom{opacity:0;transition:all .2s ease-out;transform:translateY(-20px) perspective(600px) rotateX(10deg)}.modal-fade-slide.mfp-ready .give-modal--zoom{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-removing .give-modal--zoom{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(10deg)}.modal-fade-slide.mfp-bg{opacity:0;transition:opacity .3s ease-out}.modal-fade-slide.mfp-ready.mfp-bg{opacity:.8}.modal-fade-slide.mfp-removing.mfp-bg{opacity:0}#deactivation-survey-title{display:flex;flex-flow:row wrap;align-items:center;margin:0;padding:.85rem 1rem;background-color:#f0f1f1;border-bottom:1px solid #cdcdcd}#deactivation-survey-title img{max-width:45px}#deactivation-survey-title span{margin-left:12px}.give-survey-extra-field{display:none;margin-bottom:15px}.deactivation-survey-form{padding:1rem 1.5rem}.deactivation-survey-form label{display:block;font-size:13px;margin-top:8px}.deactivation-survey-form .give-field-description{color:#888;font-style:italic}.deactivation-error{margin:25px 0 0;padding:1rem}.deactivation-survey-wrap{max-width:650px;border-top:0}.deactivation-survey-wrap .give-modal__body{padding:0}.deactivation-survey-wrap .give-modal__description{display:none}#survey-and-delete-data{background-color:#fefcf1;border:1px solid #f3eed6;margin-top:20px;padding:0 1rem}#survey-and-delete-data label{font-size:15px}#survey-and-delete-data .give-field-description{font-size:13px}
 
assets/dist/css/plugin-deactivation-survey.rtl.css DELETED
@@ -1 +0,0 @@
1
- .give-button{display:inline-block;height:30px;line-height:28px;padding:0 12px 2px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;margin-right:.5rem;font-weight:400;font-size:.9em}.give-button:active{transform:translateY(1px)}.give-button--primary{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799;outline:0}.give-button--primary:hover{background:#008ec2;border-color:#006799;color:#fff}.give-button--primary:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.give-button--primary:focus{background:#0073aa;border-color:#006799;color:#fff;box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.give-button--secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.give-button--secondary:hover{background:#fafafa;border-color:#999;color:#23282d}.give-button--secondary:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.give-button--secondary:focus{background:#eee}.mfp-bg{z-index:1000001;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;right:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000002;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;right:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:right;z-index:1000004}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;right:8px;left:8px;z-index:1000003}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1000005;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;left:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 10px 18px 0;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;left:-6px;text-align:left;padding-left:6px;width:100%}.mfp-counter{position:absolute;top:0;left:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;right:0;top:0;margin-top:35px;margin-right:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{right:0}.mfp-arrow-left:after{border-left:17px solid #fff;margin-right:31px}.mfp-arrow-left:before{margin-right:25px;border-left:27px solid #3f3f3f}.mfp-arrow-right{left:0}.mfp-arrow-right:after{border-right:17px solid #fff;margin-right:39px}.mfp-arrow-right:before{border-right:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;right:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;right:0;top:40px;bottom:40px;display:block;left:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;right:0;width:100%;cursor:auto}.mfp-title{text-align:right;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-left:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-right:0;padding-left:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-right:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{left:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;left:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:100%;transform-origin:100%}.mfp-arrow-right{-webkit-transform-origin:0;transform-origin:0}.mfp-container{padding-right:6px;padding-left:6px}}.give-modal{box-shadow:0 15px 10px -5px rgba(0,0,0,.15);position:relative;background:#fff;font-family:Arial,Baskerville,monospace;font-size:16px;width:auto;max-width:500px;margin:60px auto 20px;border-top:5px solid transparent;line-height:1.5}.give-modal--success{border-top-color:#46b450}.give-modal--notice{border-top-color:#00a0d2}.give-modal--warning{border-top-color:#ffb900}.give-modal--error{border-top-color:#dc3232}.give-modal__body{padding:1.5rem}.give-modal__body>:last-child{margin-bottom:0}.give-modal__title{margin:0 0 .75rem;padding:0}.give-modal__description{margin:0 0 1.5rem;padding:0}.give-modal .give-modal__controls{position:relative;padding:1rem 1.5rem;background-color:#fbfbfb;border-top:1px solid #d7d7d7;text-align:left}.give-modal .give-modal__controls .spinner{display:none;visibility:visible;margin-right:0;float:right}.give-modal--additional-link{float:right;line-height:26px}.modal-fade-slide .give-modal--zoom{opacity:0;transition:all .2s ease-out;transform:translateY(-20px) perspective(600px) rotateX(10deg)}.modal-fade-slide.mfp-ready .give-modal--zoom{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-removing .give-modal--zoom{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(10deg)}.modal-fade-slide.mfp-bg{opacity:0;transition:opacity .3s ease-out}.modal-fade-slide.mfp-ready.mfp-bg{opacity:.8}.modal-fade-slide.mfp-removing.mfp-bg{opacity:0}#deactivation-survey-title{display:flex;flex-flow:row wrap;align-items:center;margin:0;padding:.85rem 1rem;background-color:#f0f1f1;border-bottom:1px solid #cdcdcd}#deactivation-survey-title img{max-width:45px}#deactivation-survey-title span{margin-right:12px}.give-survey-extra-field{display:none;margin-bottom:15px}.deactivation-survey-form{padding:1rem 1.5rem}.deactivation-survey-form label{display:block;font-size:13px;margin-top:8px}.deactivation-survey-form .give-field-description{color:#888;font-style:italic}.deactivation-error{margin:25px 0 0;padding:1rem}.deactivation-survey-wrap{max-width:650px;border-top:0}.deactivation-survey-wrap .give-modal__body{padding:0}.deactivation-survey-wrap .give-modal__description{display:none}#survey-and-delete-data{background-color:#fefcf1;border:1px solid #f3eed6;margin-top:20px;padding:0 1rem}#survey-and-delete-data label{font-size:15px}#survey-and-delete-data .give-field-description{font-size:13px}
 
assets/dist/images/admin/getting-started-add-content.png DELETED
Binary file
assets/dist/images/admin/getting-started-add-new-form.png DELETED
Binary file
assets/dist/images/admin/getting-started-display-options.png DELETED
Binary file
assets/dist/images/admin/give-form-mockup.png DELETED
Binary file
assets/dist/images/amex.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="750" height="471"><g fill="none"><rect width="750" height="471" rx="40" fill="#2557D6"/><path d="M0 221.2h36l8.1-19.5h18.2l8.1 19.5h70.9v-14.9l6.3 14.9h36.8l6.4-15.2v15.2h176.1l-.1-32h3.4c2.4 0 3.1.3 3.1 4.2v27.8h91.1v-7.5c7.4 4 18.8 7.5 33.9 7.5h38.3l8.2-19.5H563l8 19.5h73.8v-18.5l11.2 18.5h59.2V98.7h-58.6v14.4l-8.2-14.4h-60.1v14.4l-7.5-14.4h-81.2c-13.6 0-25.5 1.9-35.2 7.1v-7.1h-56v7.1c-6.1-5.4-14.5-7.1-23.8-7.1H179.9l-13.7 31.6-14.1-31.6H87.6v14.4l-7.1-14.4h-55L0 156.9v64.3zm227.4-17.7h-21.6l-.1-68.8-30.6 68.8h-18.5L126 134.7v68.8H83.1L75 183.9H31.1l-8.2 19.6H0l37.8-87.8h31.3l35.8 83.1v-83.1h34.5l27.5 59.6 25.4-59.6h35.1v87.8zM67.8 165.7l-14.5-35-14.3 35h28.8zm245.6 37.8H243v-87.8h70.4V134h-49.3v15.8h48.1v18h-48.1v17.5h49.3v18.2zm99.3-64.2c0 14-9.4 21.3-14.9 23.4 4.6 1.8 8.6 4.9 10.4 7.4 3 4.4 3.5 8.3 3.5 16.2v17.2h-21.2l-.1-11.1c0-5.2.5-12.8-3.3-17.1-3.1-3.1-7.8-3.7-15.4-3.7h-22.6v31.9H328v-87.8h48.5c10.8 0 18.7.3 25.5 4.2 6.7 3.9 10.7 9.6 10.7 19.4zM386 152.4c-2.9 1.7-6.3 1.8-10.4 1.8H350v-19.5h25.9c3.7 0 7.5.1 10 1.6 2.8 1.2 4.5 4 4.5 7.7 0 3.9-1.6 7-4.4 8.4zm60.5 51.1H425v-87.8h21.5v87.8zm249.7 0h-29.8l-40-65.9v65.9h-43l-8.2-19.6h-43.8l-7.9 19.6h-24.7c-10.2 0-23.2-2.2-30.6-9.7-7.4-7.5-11.2-17.6-11.2-33.5 0-13.1 2.3-25 11.3-34.4 6.9-7 17.5-10.2 32.1-10.2h20.4v18.8h-20c-7.7 0-12.1 1.1-16.2 5.2-3.6 3.7-6.1 10.7-6.1 19.9 0 9.4 1.9 16.2 5.8 20.6 3.2 3.5 9.1 4.6 14.7 4.6h9.5l29.7-69.1h31.6l35.7 83.1v-83.1h32.1l37 61.2v-61.2h21.6v87.8zm-128.1-37.8l-14.6-35-14.5 35h29.1zM750 343.8c-5.2 7.4-15.1 11.2-28.7 11.2h-40.7v-18.8h40.6c4 0 6.8-.6 8.5-2.2 1.5-1.4 2.5-3.3 2.5-5.7 0-2.6-1-4.6-2.6-5.8-1.5-1.4-3.7-2-7.4-2-19.8-.7-44.5.6-44.5-27.2 0-12.7 8.1-26.2 30.3-26.2h42v-17.4h-39.1c-11.7 0-20.3 2.8-26.4 7.1v-7.1h-57.7c-9.2 0-20 2.2-25.2 7.1v-7.1h-103v7.1c-8.2-5.8-22.1-7.1-28.5-7.1h-67.9v7.1c-6.5-6.2-21-7.1-29.8-7.1h-76L279 268.4l-16.4-18.7H149v122.6h111.5l17.9-19.1 16.9 19.1h68.8v-28.8h6.7c9.2.1 19.9-.2 29.4-4.3v33.1h56.7v-32h2.7c3.5 0 3.9.2 3.9 3.6v28.4h172.2c10.9 0 22.4-2.8 28.7-7.9v7.9H719c11.4 0 22.5-1.6 31-5.7v-22.8zm-341.5-47.2c0 24.4-18.3 29.5-36.8 29.5h-26.3v29.4h-41l-25.9-29.1-27 29.1H168v-87.8h84.8l25.9 28.8 26.9-28.8h67.3c16.8 0 35.6 4.6 35.6 28.9zM240.8 337H189v-17.4h46.3v-18H189v-15.9h52.8l23.1 25.6-24.1 25.7zm83.6 10.1L292 311.3l32.4-34.6v70.4zm47.8-39.1H345v-22.3h27.5c7.6 0 12.9 3.1 12.9 10.7s-5.1 11.6-13.2 11.6zM515 267.7h70.3v18.1H536v16h48.1v17.9H536v17.5l49.3.1v18.2H515v-87.8zm-27.1 47c4.7 1.7 8.5 4.8 10.3 7.4 3 4.3 3.5 8.3 3.5 16v17.4h-21.1v-11c0-5.3.5-13.1-3.4-17.2-3.1-3.1-7.8-3.9-15.5-3.9h-22.5v32.1H418v-87.8h48.7c10.6 0 18.4.4 25.3 4.1 6.7 4 10.9 9.5 10.9 19.5 0 14-9.4 21.2-15 23.4zM476 303.6c-2.8 1.7-6.3 1.8-10.4 1.8H440v-19.7h25.9c3.8 0 7.5 0 10.1 1.6 2.7 1.4 4.4 4.1 4.4 7.9 0 3.7-1.7 6.7-4.4 8.4zm190.3 5.6c4.1 4.2 6.3 9.6 6.3 18.6 0 18.9-11.8 27.7-33.1 27.7h-41v-18.8h40.9c4 0 6.8-.5 8.6-2.2 1.4-1.3 2.5-3.3 2.5-5.7 0-2.6-1.2-4.6-2.6-5.8-1.6-1.4-3.9-2-7.5-2-19.7-.7-44.4.6-44.4-27.2 0-12.7 8-26.1 30.1-26.1h42.3v18.7h-38.7c-3.8 0-6.3.1-8.4 1.6-2.4 1.4-3.2 3.5-3.2 6.3 0 3.3 1.9 5.5 4.6 6.5 2.2.8 4.6 1 8.2 1l11.4.3c11.4.3 19.3 2.3 24 7.1zm83.7-23.5h-38.4c-3.9 0-6.4.1-8.6 1.6-2.2 1.4-3 3.5-3 6.3 0 3.3 1.8 5.5 4.6 6.5 2.2.8 4.6 1 8.1 1l11.4.3c11.6.3 19.3 2.3 23.9 7.1.9.7 1.4 1.4 2 2.2v-25z" fill="#fff"/></g></svg>
 
assets/dist/images/anonymous-user.svg DELETED
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" data-prefix="fas" data-icon="user-circle" class="svg-inline--fa fa-user-circle fa-w-16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="#e5e5e5" d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"/></svg>
 
assets/dist/images/chosen-sprite.png DELETED
Binary file
assets/dist/images/close.svg DELETED
@@ -1 +0,0 @@
1
- <svg fill="#aaa" id="Layer_1" version="1.0" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.9 13.5l-1.4 1.4-3.5-3.5-3.5 3.5-1.4-1.4 3.5-3.5-3.5-3.5 1.4-1.4 3.5 3.5 3.5-3.5 1.4 1.4-3.5 3.5 3.5 3.5z"/><style>path:hover{fill:tomato}</style></svg>
 
assets/dist/images/dankort.png DELETED
Binary file
assets/dist/images/diners-club.svg DELETED
@@ -1 +0,0 @@
1
- <svg width="750" height="471" xmlns="http://www.w3.org/2000/svg"><g fill="none"><rect fill="#0079BE" width="750" height="471" rx="40"/><path d="M584.934 237.947c0-99.415-82.981-168.133-173.895-168.1h-78.242c-92.003-.033-167.73 68.705-167.73 168.1 0 90.93 75.727 165.64 167.73 165.204h78.242c90.914.436 173.895-74.293 173.895-165.204z" fill="#FFF"/><path d="M333.28 83.93c-84.07.027-152.194 68.308-152.214 152.58.02 84.258 68.144 152.533 152.214 152.56 84.09-.027 152.228-68.302 152.24-152.56-.012-84.272-68.15-152.553-152.24-152.58z" fill="#0079BE"/><path d="M237.066 236.098c.08-41.18 25.746-76.296 61.94-90.25v180.48c-36.194-13.947-61.861-49.044-61.94-90.23zm131 90.275V145.847c36.207 13.92 61.914 49.057 61.98 90.257-.066 41.212-25.773 76.322-61.98 90.269z" fill="#FFF"/></g></svg>
 
assets/dist/images/discover.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="750" height="471"><g fill="none"><path d="M52.9 0C23.7 0 0 23.2 0 51.7v367.6C0 447.9 23.7 471 52.9 471h644.2c29.2 0 52.9-23.2 52.9-51.7V51.7C750 23.1 726.3 0 697.1 0H52.9z" fill="#4D4D4D"/><path d="M314.6 152.2c8.5 0 15.6 1.7 24.3 5.9v22.1c-8.2-7.6-15.4-10.8-24.8-10.8-18.5 0-33.1 14.5-33.1 33 0 19.5 14.1 33.2 34 33.2 9 0 16-3 23.9-10.5v22.1c-9 4-16.3 5.6-24.8 5.6-30.1 0-53.4-22-53.4-50.2 0-28 23.9-50.4 53.9-50.4zm-93.4.6c11.1 0 21.3 3.6 29.7 10.7l-10.3 12.8c-5.1-5.4-10-7.8-15.9-7.8-8.5 0-14.7 4.7-14.7 10.7 0 5.2 3.5 8 15.3 12.1 22.5 7.8 29.1 14.8 29.1 30.1 0 18.6-14.4 31.6-34.9 31.6-15 0-26-5.7-35.1-18.4l12.8-11.6c4.6 8.3 12.1 12.8 21.6 12.8 8.8 0 15.3-5.8 15.3-13.6 0-4-2-7.5-5.9-9.9-2-1.2-5.9-2.9-13.7-5.5-18.5-6.4-24.9-13.2-24.9-26.4 0-15.8 13.7-27.6 31.6-27.6zm225.7 1.7h21.6l27 64.6 27.3-64.6h21.4l-43.7 98.7h-10.6l-43-98.7zm-382.1.1h29c32 0 54.4 19.8 54.4 48.2 0 14.2-6.9 27.9-18.4 37-9.7 7.6-20.8 11.1-36.1 11.1H64.8v-96.3zm92.5 0H177v96.3h-19.7v-96.3zm395.9 0h56v16.3h-36.3v21.4h34.9v16.3h-34.9v26h36.3v16.3h-56v-96.3zm69.1 0h29.2c22.8 0 35.9 10.4 35.9 28.4 0 14.8-8.2 24.5-23.1 27.3l31.9 40.6h-24.3l-27.3-38.7H642v38.7h-19.7v-96.3zm19.7 15.2v29.1h5.7c12.7 0 19.3-5.2 19.3-14.8 0-9.4-6.6-14.3-18.9-14.3H642zm-557.4 1.1v63.7h5.3c12.7 0 20.8-2.3 27-7.7 6.8-5.7 10.9-15 10.9-24.2s-4.1-18.2-10.9-24c-6.5-5.6-14.3-7.8-27-7.8h-5.3z" fill="#FFF"/><path d="M399.2 151.6c29.7 0 53.8 22.1 53.8 49.5s-24.1 49.6-53.8 49.6c-29.8 0-53.9-22.2-53.9-49.6 0-27.4 24.1-49.5 53.9-49.5zM750 271.1C724.9 288.3 537.4 411.5 212.7 471h484.4c29.2 0 52.9-23.2 52.9-51.7V271.1z" fill="#F47216"/></g></svg>
 
assets/dist/images/give-icon-full-circle-grey.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="100.1 0 400 400"><circle fill="#66BB6A" cx="-407.3" cy="346.3" r="42.2"/><path d="M-786.4 133.8v-12.5h4.8c3.8 0 6.6 2.5 6.6 6.4s-2.8 6.4-6.6 6.4h-4.8v-.3zm8.9-6.3c0-2.3-1.3-3.8-3.8-3.8h-2.3v7.9h2.3c2.3 0 3.8-1.8 3.8-4.1zm5.9 6.3v-12.5h8.9v2.3h-6.1v2.5h6.1v2.3h-6.1v2.8h6.1v2.3h-8.9v.3zm23.1 0v-8.7l-3.6 8.7h-1.3l-3.6-8.7v8.7h-2.5v-12.5h3.8l3.1 7.6 3.1-7.6h3.8v12.5h-2.8zm6.1-6.3c0-3.8 2.8-6.4 6.6-6.4s6.6 2.8 6.6 6.4c0 3.8-2.8 6.4-6.6 6.4-4 .2-6.6-2.6-6.6-6.4zm10.2 0c0-2.3-1.5-4.1-3.8-4.1s-3.8 1.8-3.8 4.1 1.5 4.1 3.8 4.1 3.8-1.8 3.8-4.1zm5.4 0c0-3.8 2.8-6.4 6.6-6.4 2.8 0 4.3 1.5 5.3 3.1l-2.3 1c-.5-1-1.5-1.8-3.1-1.8-2.3 0-3.8 1.8-3.8 4.1s1.5 4.1 3.8 4.1c1.3 0 2.3-.8 3.1-1.8l2.3 1c-1 1.5-2.5 3.1-5.3 3.1-3.6.2-6.6-2.6-6.6-6.4zm22.1 6.3l-2.5-4.3h-2v4.3h-2.5v-12.5h5.9c2.5 0 4.1 1.8 4.1 4.1s-1.3 3.3-2.8 3.8l2.8 4.8h-2.8v-.2zm.2-8.6c0-1-.8-1.8-1.8-1.8h-2.8v3.3h2.8c.8.3 1.8-.2 1.8-1.5zm14.8 8.6l-.8-2h-5.3l-.8 2h-3.1l4.8-12.5h3.3l4.8 12.5h-2.9zm-3.6-9.9l-2 5.3h3.8l-1.8-5.3zm10.7 9.9v-10.2h-3.6v-2.3h9.9v2.3h-3.6v10.2h-2.7zm9.4 0v-12.5h2.5v12.5h-2.5zm6.2 0v-2l5.9-7.9h-5.9v-2.3h9.4v2l-5.9 8.1h6.1v2.3h-9.7v-.2zm12.9 0v-12.5h2.5v12.5h-2.5zm15 0l-5.9-8.1v8.1h-2.5v-12.5h2.8l5.9 7.9v-7.9h2.5v12.5h-2.8zm5.9-6.3c0-4.1 3.1-6.4 6.6-6.4 2.5 0 4.3 1.3 5.1 2.8l-2.3 1.3c-.5-.8-1.5-1.5-3.1-1.5-2.3 0-3.8 1.8-3.8 4.1s1.5 4.1 3.8 4.1c1 0 2-.5 2.5-1v-1.5h-3.3V127h5.9v4.8c-1.3 1.5-3.1 2.3-5.3 2.3-3.1 0-6.1-2.5-6.1-6.6zm21.1 0c0-4.1 3.1-6.4 6.6-6.4 2.5 0 4.3 1.3 5.1 2.8l-2.3 1.3c-.5-.8-1.5-1.5-3.1-1.5-2.3 0-3.8 1.8-3.8 4.1s1.5 4.1 3.8 4.1c1 0 2-.5 2.5-1v-1.5h-3.3V127h5.9v4.8c-1.3 1.5-3.1 2.3-5.3 2.3-3 0-6.1-2.5-6.1-6.6zm15.5 6.3v-12.5h8.9v2.3h-6.1v2.5h6.1v2.3h-6.1v2.8h6.1v2.3h-8.9v.3zm20.9 0l-5.9-8.1v8.1h-2.5v-12.5h2.8l5.9 7.9v-7.9h2.5v12.5h-2.8zm6.6 0v-12.5h8.9v2.3h-6.1v2.5h6.1v2.3h-6.1v2.8h6.1v2.3h-8.9v.3zm19.4 0l-2.5-4.3h-2v4.3h-2.5v-12.5h5.9c2.5 0 4.1 1.8 4.1 4.1s-1.3 3.3-2.8 3.8l2.8 4.8h-2.8v-.2zm.2-8.6c0-1-.8-1.8-1.8-1.8h-2.8v3.3h2.8c1 .3 1.8-.2 1.8-1.5zm5.6 2.3c0-3.8 2.8-6.4 6.6-6.4s6.6 2.8 6.6 6.4c0 3.8-2.8 6.4-6.6 6.4-4 .2-6.6-2.6-6.6-6.4zm10.2 0c0-2.3-1.5-4.1-3.8-4.1s-3.8 1.8-3.8 4.1 1.5 4.1 3.8 4.1 3.8-1.8 3.8-4.1zm5.1 4.6l1.5-2c.8 1 2.3 1.8 4.1 1.8 1.5 0 2.3-.8 2.3-1.3 0-2.3-7.1-.8-7.1-5.3 0-2 1.8-3.8 4.8-3.8 2 0 3.6.5 4.8 1.8l-1.5 2c-1-1-2.3-1.3-3.6-1.3-1 0-1.8.5-1.8 1.3 0 2 7.1.8 7.1 5.3 0 2.3-1.5 4.1-5.1 4.1-2.5-.6-4.3-1.6-5.5-2.6zm13.5 1.7v-12.5h2.5v12.5h-2.5zm9.4 0v-10.2h-3.6v-2.3h9.9v2.3h-3.6v10.2h-2.7zm13 0v-5.1l-4.8-7.4h3.1l3.1 5.1 3.1-5.1h3.1l-4.8 7.4v5.1h-2.8z" fill="#546E7A"/><g fill="#66BB6A"><path d="M-485.9 44.3h-1.3l.3 1.3c2 9.9.3 24.7-7.4 33.8-4.3 5.3-9.9 8.1-16.8 8.1-10.9 0-15-13-15.5-27.7 17.8-4.3 29.8-15.5 29.8-28.5 0-9.4-2.8-24.9-21.4-24.9-17.6 0-26.5 26.2-28.2 44.5-8.9-.3-15.5-4.3-19.6-8.1 1.5-6.4 2.3-12.2 2.3-17.6 0-7.4-5.1-10.7-9.9-10.7-6.9 0-14 6.6-14 19.3 0 7.6 2.8 14 8.7 18.6-5.1 12-13.7 22.1-16.5 25.4-2.3-4.8-9.7-22.4-12-41.5 2.8-7.6 4.3-14 4.3-17 0-4.8-3.1-7.6-8.1-7.6-6.9 0-17.8 4.3-18.1 4.6l-.5.3v.8c0 .3 3.3 15.5 6.6 32.3-6.4 10.4-17.6 27.7-23.2 27.7-10.2 0 6.6-52.2-.8-53.9-.3 0-.5 0-.8.3-3.6 2.3-43.5 24.4-96.7 24.4 0 0 0 1 .5 2 .3.8 1 1.5 1 1.5 15 1.8 36.4-.3 52.7-2.5-9.4 20.1-26 33.3-41.2 33.3-28.8 0-50.9-34.9-50.9-34.9 8.9-7.9 23.4-33.3 44.8-33.3 21.1 0 30.3 11.7 30.3 11.7l2.3-3.8s-9.9-34.6-37.9-34.6-57.8 45.8-75.1 56.5c0 0 23.9 56.5 76.1 56.5 43.8 0 55-42 57-52.2 10.7-1.5 18.1-3.1 18.1-3.1s-2.8 21.4-2.8 30.3 9.9 18.3 18.1 18.3c6.9 0 20.9-14.2 31-31.6l.5 2c5.3 19.6 12 29.8 19.8 29.8 7.9 0 20.9-16.3 29.3-36.9 8.4 3.6 18.3 4.6 24.2 4.8 2.3 35.4 31.8 36.4 35.4 36.4 21.9 0 40.5-15.8 40.5-34.4.4-19.5-14.6-19.7-14.9-19.7zm-26.7-14.8s-.3 11.7-13.5 17.6c1.3-15.5 5.1-29.5 7.6-29.5 2.9.2 5.9 4.5 5.9 11.9z"/><path d="M-665 15.5c0 .5.3.8.8 1 10.4 1.5 17.3-1.8 17.3-18.6 0-15.8-16.3-3.3-19.3-1-.3.3-.3.5-.3 1 2.8 6.2 1.7 15.1 1.5 17.6z"/></g><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="-289.586" y1="373.238" x2="-282.884" y2="375.472" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#a)" d="M-623 49.4c-4.1 6.9-10.2 16.3-15.5 22.1 1.3 3.1 2.8 6.9 4.3 9.9 4.8-5.3 9.7-12.2 14-19.3l-2.8-12.7z"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="-269.058" y1="371.544" x2="-265.171" y2="378.38" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#b)" d="M-574.7 54.7c-2-1-3.8-2.5-3.8-2.5-3.6 7.9-8.4 15.3-12.2 20.1 1.8 2.5 4.8 5.9 7.1 8.4 4.6-6.4 9.4-14.8 13-23.7.2-.3-2-1-4.1-2.3z"/><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="-248.642" y1="368.384" x2="-249.446" y2="375.532" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#c)" d="M-526.3 59.8s-5.1 1-10.2 1.5-9.9.3-9.9.3c.8 10.2 3.6 17.3 7.4 22.6l18.6-1.5c-3.9-5.1-5.7-13.7-5.9-22.9z"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="-249.8" y1="383.581" x2="-249.8" y2="376.376" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#d)" d="M-541.1 28.8c-.5 1.5-1.3 3.3-1.8 5.1 0 .5-.3.8-.3 1.3-1 3.3-1.8 6.6-2.3 9.9 0 .5-.3.8-.3 1.3-.3 1.5-.5 3.1-.5 4.6 12 0 20.1-3.6 20.1-3.6 0-1.3.3-2.3.3-3.6V43c0-1 .3-1.8.3-2.8v-.8c.3-2.3.8-4.6 1-6.6l-16.5-4zm-5.3 21.8z"/><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="-313" y1="371.772" x2="-313" y2="380.708" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#e)" d="M-708.3 72.8l11.2 4.8c5.3-7.6 8.7-15.5 10.7-21.6l2-8.1-5.3.8c-4.8 10.1-11.4 18.2-18.6 24.1z"/><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="-277.526" y1="390.213" x2="-278.648" y2="388.425" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#f)" d="M-607 36.1c2.8-7.6 4.3-14 4.3-17v-.8l-6.6 2c0 .1.3 4.4 2.3 15.8z"/><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="-262.581" y1="386.483" x2="-263.215" y2="384.075" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#g)" d="M-571.4 30.5s-1.8 5.3 5.6 12c1.3-5.3 2-10.7 2.3-15.3l-7.9 3.3z"/><g fill="#66BB6A"><path d="M-807.8 346.6h-.5v.5c.8 4.3 0 10.4-3.1 14.5-1.8 2.3-4.3 3.6-7.1 3.6-4.6 0-6.4-5.6-6.6-11.7 7.6-1.8 12.7-6.6 12.7-12.2 0-4.1-1.3-10.7-9.2-10.7-7.4 0-11.2 11.2-12 18.8-3.8 0-6.6-1.8-8.4-3.6.8-2.8 1-5.1 1-7.4 0-3.1-2.3-4.6-4.1-4.6-3.1 0-5.9 2.8-5.9 8.1 0 3.3 1.3 5.9 3.8 7.9-2.3 5.1-5.9 9.4-7.1 10.7-1-2-4.1-9.7-5.1-17.6 1.3-3.3 1.8-5.9 1.8-7.1 0-2-1.3-3.3-3.6-3.3-3.1 0-7.6 1.8-7.6 2l-.3.3v.3s1.3 6.6 2.8 13.7c-2.8 4.3-7.4 11.7-9.9 11.7-4.3 0 2.8-22.1-.3-22.9h-.3c-1.5 1-18.6 10.4-41 10.4 0 0 0 .5.3.8l.5.5c6.4.8 15.5 0 22.4-1-4.1 8.4-10.9 14.2-17.6 14.2-12.2 0-21.6-14.8-21.6-14.8 3.8-3.3 9.9-14.2 19.1-14.2 8.9 0 13 4.8 13 4.8l1-1.5s-4.3-14.8-16-14.8-24.4 19.6-31.8 23.9c0 0 10.2 24.2 32.3 24.2 18.6 0 23.4-17.8 24.2-22.1 4.6-.8 7.6-1.3 7.6-1.3s-1 9.2-1 13c0 3.8 4.1 7.9 7.6 7.9 3.1 0 8.9-6.1 13.2-13.5l.3.8c2.3 8.4 5.1 12.7 8.4 12.7s8.9-6.9 12.5-15.5c3.6 1.5 7.9 2 10.2 2 1 15 13.5 15.5 15 15.5 9.4 0 17.3-6.6 17.3-14.5-.5-8.3-6.9-8.5-6.9-8.5zm-11.2-6.4s0 5.1-5.9 7.6c.5-6.6 2-12.5 3.3-12.5 1.1.1 2.6 1.9 2.6 4.9z"/><path d="M-883.8 334.4c0 .3 0 .3.3.5 4.3.5 7.4-.8 7.4-7.9 0-6.6-6.9-1.5-8.1-.5 0 0-.3.3 0 .5.9 2.5.4 6.1.4 7.4z"/></g><linearGradient id="h" gradientUnits="userSpaceOnUse" x1="-382.007" y1="259.848" x2="-379.159" y2="260.797" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#h)" d="M-866 348.6c-1.8 2.8-4.3 6.9-6.6 9.4.5 1.3 1.3 2.8 1.8 4.3 2-2.3 4.1-5.1 6.1-8.1l-1.3-5.6z"/><linearGradient id="i" gradientUnits="userSpaceOnUse" x1="-373.163" y1="259.042" x2="-371.51" y2="261.948" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#i)" d="M-845.4 350.9c-.8-.5-1.5-1-1.5-1-1.5 3.3-3.6 6.4-5.1 8.7.8 1 2 2.5 3.1 3.6 2-2.8 4.1-6.1 5.6-10.2-.3-.1-1.4-.6-2.1-1.1z"/><linearGradient id="j" gradientUnits="userSpaceOnUse" x1="-364.7" y1="257.75" x2="-365.041" y2="260.789" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#j)" d="M-825.1 353.2s-2 .5-4.3.8c-2 .3-4.3 0-4.3 0 .3 4.3 1.5 7.4 3.1 9.7l7.9-.8c-1.3-2.1-2.1-5.9-2.4-9.7z"/><linearGradient id="k" gradientUnits="userSpaceOnUse" x1="-365" y1="264.222" x2="-365" y2="261.16" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#k)" d="M-831.2 339.9c-.3.8-.5 1.5-.8 2 0 .3 0 .3-.3.5-.5 1.5-.8 2.8-1 4.3v.5c0 .8-.3 1.3-.3 2 5.1 0 8.7-1.5 8.7-1.5 0-.5 0-1 .3-1.5v-.3c0-.5 0-.8.3-1v-.3c.3-1 .3-2 .5-2.8l-7.4-1.9zm-2.3 9.5z"/><linearGradient id="l" gradientUnits="userSpaceOnUse" x1="-392" y1="259.202" x2="-392" y2="263.001" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#l)" d="M-902.4 358.8l4.8 2c2.3-3.3 3.6-6.6 4.6-9.2l.8-3.6-2.3.3c-2.1 4.4-4.6 7.9-7.9 10.5z"/><linearGradient id="m" gradientUnits="userSpaceOnUse" x1="-376.864" y1="267.036" x2="-377.341" y2="266.276" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#m)" d="M-859.2 343c1.3-3.3 1.8-5.9 1.8-7.1v-.3l-2.8.8s0 1.8 1 6.6z"/><linearGradient id="n" gradientUnits="userSpaceOnUse" x1="-370.554" y1="265.464" x2="-370.824" y2="264.441" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#n)" d="M-844.1 340.7s-.8 2.3 2.3 5.1c.5-2.3 1-4.6 1-6.6l-3.3 1.5z"/><path fill="#FFF" d="M-697.3 292.9h106.9v106.9h-106.9z"/><path fill="#66BB6A" d="M-644.4 349.9c.3.5.5.8.5.8 8.7 1 21.1 0 30.5-1.5-5.3 11.7-15 19.3-23.9 19.3-16.5 0-29.5-20.1-29.5-20.1 5.1-4.6 13.7-19.3 26-19.3 12.2 0 17.6 6.6 17.6 6.6l1.3-2.3s-5.9-20.1-21.9-20.1c-16.3 0-33.3 26.5-43.5 32.6 0 0 13.7 32.8 44 32.8 25.4 0 31.8-24.2 33.1-30.3 3.3-.5 6.1-1 8.1-1.3.5-1.3 1.3-3.8.8-7.1-10.2 3.8-25.4 8.4-43.5 8.4.1.2.1.7.4 1.5z"/><linearGradient id="o" gradientUnits="userSpaceOnUse" x1="-281.85" y1="257.519" x2="-281.85" y2="262.651" gradientTransform="matrix(2.5445 0 0 -2.5445 100.127 1017.812)"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path fill="url(#o)" d="M-610.1 348.9l-3.1.3c0 .3-.3.5-.5.8-.5 1-1 1.8-1.5 2.8-.3.5-.5.8-.8 1.3-.5 1-1.3 2-2 2.8l-.5.5c-1.8 2.3-3.6 4.3-5.6 5.9l6.4 2.8c5.1-6.8 7.1-14.4 7.6-17.2z"/><defs><circle id="p" cx="-407.3" cy="346.3" r="42.2"/></defs><clipPath id="q"><use xlink:href="#p" overflow="visible"/></clipPath><path clip-path="url(#q)" fill="#FFF" d="M-401.1 349.4c.3.3.5.8.5.8 7.4 1 18.1 0 26.2-1.3-4.6 9.9-13 16.5-20.4 16.5-14.2 0-25.2-17.3-25.2-17.3 4.3-3.8 11.7-16.5 22.1-16.5s15 5.9 15 5.9l1.3-1.8s-4.8-17-18.8-17-28.5 22.6-37.2 28c0 0 12 28 37.7 28 21.6 0 27.2-20.9 28.2-26 2.8-.5 5.3-.8 6.9-1 .5-1.3 1-3.3.8-6.1-8.7 3.3-21.6 7.1-37.2 7.1-.2-.4-.2.2.1.7z"/><path fill="#888" d="M467.3 209.9c-4.8 24.4-30.8 122.6-133.6 122.6-122.6 0-178.6-132.8-178.6-132.8 41-24.9 110.4-132.3 176.1-132.3s88.8 81.2 88.8 81.2l-5.6 8.9s-21.6-27.2-71.2-27.2-83.7 59.8-104.6 78.4c0 0 52.2 81.7 119.3 81.7 36.1 0 75.1-31.3 96.9-78.4-38.2 5.3-88.3 10.2-123.7 5.6 0 0-1.8-1.5-2.5-3.3-1-2.3-1.3-4.6-1.3-4.6 70.2 0 130.5-16.5 171.5-31.8C487.7 77.6 402.9 0 300.1 0c-110.4 0-200 89.6-200 200s89.6 200 200 200c108.9 0 197.5-87 200-195.4-7.6 1.3-19.1 3.3-32.8 5.3z"/></svg>
 
assets/dist/images/give-icon-full-circle-white.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 157.1 157.2"><style>.st0{fill:#66bb6a}</style><g id="Layer_1"><circle class="st0" cx="-199.4" cy="136.1" r="16.6"/><path d="M-348.4 52.6v-4.9h1.9c1.5 0 2.6 1 2.6 2.5s-1.1 2.5-2.6 2.5h-1.9zm3.5-2.5c0-.9-.5-1.5-1.5-1.5h-.9v3.1h.9c.9 0 1.5-.7 1.5-1.6zm2.3 2.5v-4.9h3.5v.9h-2.4v1h2.4v.9h-2.4v1.1h2.4v.9h-3.5zm9.1 0v-3.4l-1.4 3.4h-.5l-1.4-3.4v3.4h-1v-4.9h1.5l1.2 3 1.2-3h1.5v4.9h-1.1zm2.4-2.5c0-1.5 1.1-2.5 2.6-2.5s2.6 1.1 2.6 2.5c0 1.5-1.1 2.5-2.6 2.5-1.6.1-2.6-1-2.6-2.5zm4 0c0-.9-.6-1.6-1.5-1.6s-1.5.7-1.5 1.6c0 .9.6 1.6 1.5 1.6s1.5-.7 1.5-1.6zm2.1 0c0-1.5 1.1-2.5 2.6-2.5 1.1 0 1.7.6 2.1 1.2l-.9.4c-.2-.4-.6-.7-1.2-.7-.9 0-1.5.7-1.5 1.6 0 .9.6 1.6 1.5 1.6.5 0 .9-.3 1.2-.7l.9.4c-.4.6-1 1.2-2.1 1.2-1.4.1-2.6-1-2.6-2.5zm8.7 2.5l-1-1.7h-.8v1.7h-1v-4.9h2.3c1 0 1.6.7 1.6 1.6 0 .9-.5 1.3-1.1 1.5l1.1 1.9h-1.1zm.1-3.4c0-.4-.3-.7-.7-.7h-1.1v1.3h1.1c.3.1.7-.1.7-.6zm5.8 3.4l-.3-.8h-2.1l-.3.8h-1.2l1.9-4.9h1.3l1.9 4.9h-1.2zm-1.4-3.9l-.8 2.1h1.5l-.7-2.1zm4.2 3.9v-4h-1.4v-.9h3.9v.9h-1.4v4h-1.1zm3.7 0v-4.9h1v4.9h-1zm2.4 0v-.8l2.3-3.1h-2.3v-.9h3.7v.8l-2.3 3.2h2.4v.9h-3.8zm5.1 0v-4.9h1v4.9h-1zm5.9 0l-2.3-3.2v3.2h-1v-4.9h1.1l2.3 3.1v-3.1h1v4.9h-1.1zm2.3-2.5c0-1.6 1.2-2.5 2.6-2.5 1 0 1.7.5 2 1.1l-.9.5c-.2-.3-.6-.6-1.2-.6-.9 0-1.5.7-1.5 1.6 0 .9.6 1.6 1.5 1.6.4 0 .8-.2 1-.4v-.6h-1.3v-.9h2.3v1.9c-.5.6-1.2.9-2.1.9-1.2 0-2.4-1-2.4-2.6zm8.3 0c0-1.6 1.2-2.5 2.6-2.5 1 0 1.7.5 2 1.1l-.9.5c-.2-.3-.6-.6-1.2-.6-.9 0-1.5.7-1.5 1.6 0 .9.6 1.6 1.5 1.6.4 0 .8-.2 1-.4v-.6h-1.3v-.9h2.3v1.9c-.5.6-1.2.9-2.1.9-1.2 0-2.4-1-2.4-2.6zm6.1 2.5v-4.9h3.5v.9h-2.4v1h2.4v.9h-2.4v1.1h2.4v.9h-3.5zm8.2 0l-2.3-3.2v3.2h-1v-4.9h1.1l2.3 3.1v-3.1h1v4.9h-1.1zm2.6 0v-4.9h3.5v.9h-2.4v1h2.4v.9h-2.4v1.1h2.4v.9h-3.5zm7.6 0l-1-1.7h-.8v1.7h-1v-4.9h2.3c1 0 1.6.7 1.6 1.6 0 .9-.5 1.3-1.1 1.5l1.1 1.9h-1.1zm.1-3.4c0-.4-.3-.7-.7-.7h-1.1v1.3h1.1c.4.1.7-.1.7-.6zm2.2.9c0-1.5 1.1-2.5 2.6-2.5s2.6 1.1 2.6 2.5c0 1.5-1.1 2.5-2.6 2.5-1.6.1-2.6-1-2.6-2.5zm4 0c0-.9-.6-1.6-1.5-1.6s-1.5.7-1.5 1.6c0 .9.6 1.6 1.5 1.6s1.5-.7 1.5-1.6zm2 1.8l.6-.8c.3.4.9.7 1.6.7.6 0 .9-.3.9-.5 0-.9-2.8-.3-2.8-2.1 0-.8.7-1.5 1.9-1.5.8 0 1.4.2 1.9.7l-.6.8c-.4-.4-.9-.5-1.4-.5-.4 0-.7.2-.7.5 0 .8 2.8.3 2.8 2.1 0 .9-.6 1.6-2 1.6-1-.2-1.7-.6-2.2-1zm5.3.7v-4.9h1v4.9h-1zm3.7 0v-4h-1.4v-.9h3.9v.9h-1.4v4h-1.1zm5.1 0v-2l-1.9-2.9h1.2l1.2 2 1.2-2h1.2l-1.9 2.9v2h-1z" fill="#546e7a"/><path class="st0" d="M-230.3 17.4h-.5l.1.5c.8 3.9.1 9.7-2.9 13.3-1.7 2.1-3.9 3.2-6.6 3.2-4.3 0-5.9-5.1-6.1-10.9 7-1.7 11.7-6.1 11.7-11.2 0-3.7-1.1-9.8-8.4-9.8-6.9 0-10.4 10.3-11.1 17.5-3.5-.1-6.1-1.7-7.7-3.2.6-2.5.9-4.8.9-6.9 0-2.9-2-4.2-3.9-4.2-2.7 0-5.5 2.6-5.5 7.6 0 3 1.1 5.5 3.4 7.3-2 4.7-5.4 8.7-6.5 10-.9-1.9-3.8-8.8-4.7-16.3 1.1-3 1.7-5.5 1.7-6.7 0-1.9-1.2-3-3.2-3-2.7 0-7 1.7-7.1 1.8l-.2.1v.3c0 .1 1.3 6.1 2.6 12.7-2.5 4.1-6.9 10.9-9.1 10.9-4 0 2.6-20.5-.3-21.2-.1 0-.2 0-.3.1-1.4.9-17.1 9.6-38 9.6 0 0 0 .4.2.8.1.3.4.6.4.6 5.9.7 14.3-.1 20.7-1-3.7 7.9-10.2 13.1-16.2 13.1-11.3 0-20-13.7-20-13.7 3.5-3.1 9.2-13.1 17.6-13.1 8.3 0 11.9 4.6 11.9 4.6l.9-1.5s-3.9-13.6-14.9-13.6-22.7 18-29.5 22.2c0 0 9.4 22.2 29.9 22.2 17.2 0 21.6-16.5 22.4-20.5 4.2-.6 7.1-1.2 7.1-1.2s-1.1 8.4-1.1 11.9 3.9 7.2 7.1 7.2c2.7 0 8.2-5.6 12.2-12.4l.2.8c2.1 7.7 4.7 11.7 7.8 11.7 3.1 0 8.2-6.4 11.5-14.5 3.3 1.4 7.2 1.8 9.5 1.9.9 13.9 12.5 14.3 13.9 14.3 8.6 0 15.9-6.2 15.9-13.5.2-7.7-5.7-7.8-5.8-7.8zm-10.5-5.8s-.1 4.6-5.3 6.9c.5-6.1 2-11.6 3-11.6 1.1.1 2.3 1.8 2.3 4.7z"/><path class="st0" d="M-300.7 6.1c0 .2.1.3.3.4 4.1.6 6.8-.7 6.8-7.3 0-6.2-6.4-1.3-7.6-.4-.1.1-.1.2-.1.4 1.1 2.4.7 5.9.6 6.9z"/><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-289.584" y1="26.768" x2="-282.882" y2="24.534"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-284.2 19.4c-1.6 2.7-4 6.4-6.1 8.7.5 1.2 1.1 2.7 1.7 3.9 1.9-2.1 3.8-4.8 5.5-7.6l-1.1-5z" fill="url(#SVGID_1_)"/><linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-269.019" y1="28.478" x2="-265.132" y2="21.642"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-265.2 21.5c-.8-.4-1.5-1-1.5-1-1.4 3.1-3.3 6-4.8 7.9.7 1 1.9 2.3 2.8 3.3 1.8-2.5 3.7-5.8 5.1-9.3.1-.1-.8-.4-1.6-.9z" fill="url(#SVGID_2_)"/><linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-248.625" y1="31.615" x2="-249.43" y2="24.466"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-246.2 23.5s-2 .4-4 .6c-2 .2-3.9.1-3.9.1.3 4 1.4 6.8 2.9 8.9l7.3-.6c-1.5-2-2.2-5.4-2.3-9z" fill="url(#SVGID_3_)"/><linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-249.727" y1="16.419" x2="-249.727" y2="23.624"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-252 11.3c-.2.6-.5 1.3-.7 2 0 .2-.1.3-.1.5-.4 1.3-.7 2.6-.9 3.9 0 .2-.1.3-.1.5-.1.6-.2 1.2-.2 1.8 4.7 0 7.9-1.4 7.9-1.4 0-.5.1-.9.1-1.4v-.3c0-.4.1-.7.1-1.1v-.3c.1-.9.3-1.8.4-2.6l-6.5-1.6zm-2.1 8.6z" fill="url(#SVGID_4_)"/><linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-313.027" y1="28.228" x2="-313.027" y2="19.292"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-317.7 28.6l4.4 1.9c2.1-3 3.4-6.1 4.2-8.5l.8-3.2-2.1.3c-1.9 4-4.5 7.2-7.3 9.5z" fill="url(#SVGID_5_)"/><linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-277.524" y1="9.788" x2="-278.646" y2="11.576"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-277.9 14.2c1.1-3 1.7-5.5 1.7-6.7v-.3l-2.6.8s.1 1.7.9 6.2z" fill="url(#SVGID_6_)"/><linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-262.553" y1="13.525" x2="-263.187" y2="15.933"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-263.9 12s-.7 2.1 2.2 4.7c.5-2.1.8-4.2.9-6l-3.1 1.3z" fill="url(#SVGID_7_)"/><path class="st0" d="M-356.8 136.2h-.2v.2c.3 1.7 0 4.1-1.2 5.7-.7.9-1.7 1.4-2.8 1.4-1.8 0-2.5-2.2-2.6-4.6 3-.7 5-2.6 5-4.8 0-1.6-.5-4.2-3.6-4.2-2.9 0-4.4 4.4-4.7 7.4-1.5 0-2.6-.7-3.3-1.4.3-1.1.4-2 .4-2.9 0-1.2-.9-1.8-1.6-1.8-1.2 0-2.3 1.1-2.3 3.2 0 1.3.5 2.3 1.5 3.1-.9 2-2.3 3.7-2.8 4.2-.4-.8-1.6-3.8-2-6.9.5-1.3.7-2.3.7-2.8 0-.8-.5-1.3-1.4-1.3-1.2 0-3 .7-3 .8l-.1.1v.1s.5 2.6 1.1 5.4c-1.1 1.7-2.9 4.6-3.9 4.6-1.7 0 1.1-8.7-.1-9h-.1c-.6.4-7.3 4.1-16.1 4.1 0 0 0 .2.1.3l.2.2c2.5.3 6.1 0 8.8-.4-1.6 3.3-4.3 5.6-6.9 5.6-4.8 0-8.5-5.8-8.5-5.8 1.5-1.3 3.9-5.6 7.5-5.6 3.5 0 5.1 1.9 5.1 1.9l.4-.6s-1.7-5.8-6.3-5.8-9.6 7.7-12.5 9.4c0 0 4 9.5 12.7 9.5 7.3 0 9.2-7 9.5-8.7l3-.5s-.4 3.6-.4 5.1 1.6 3.1 3 3.1c1.2 0 3.5-2.4 5.2-5.3l.1.3c.9 3.3 2 5 3.3 5 1.3 0 3.5-2.7 4.9-6.1 1.4.6 3.1.8 4 .8.4 5.9 5.3 6.1 5.9 6.1 3.7 0 6.8-2.6 6.8-5.7-.3-3.3-2.8-3.4-2.8-3.4zm-4.4-2.5s0 2-2.3 3c.2-2.6.8-4.9 1.3-4.9.4 0 1 .7 1 1.9z"/><path class="st0" d="M-386.7 131.4c0 .1 0 .1.1.2 1.7.2 2.9-.3 2.9-3.1 0-2.6-2.7-.6-3.2-.2 0 0-.1.1 0 .2.4 1 .2 2.4.2 2.9z"/><linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="-381.999" y1="140.177" x2="-379.15" y2="139.227"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-379.7 137c-.7 1.1-1.7 2.7-2.6 3.7.2.5.5 1.1.7 1.7.8-.9 1.6-2 2.4-3.2l-.5-2.2z" fill="url(#SVGID_8_)"/><linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-373.257" y1="140.904" x2="-371.605" y2="137.998"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-371.6 137.9l-.6-.4c-.6 1.3-1.4 2.5-2 3.4.3.4.8 1 1.2 1.4.8-1.1 1.6-2.4 2.2-4-.1 0-.5-.2-.8-.4z" fill="url(#SVGID_9_)"/><linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-364.588" y1="142.237" x2="-364.93" y2="139.198"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-363.6 138.8s-.8.2-1.7.3c-.8.1-1.7 0-1.7 0 .1 1.7.6 2.9 1.2 3.8l3.1-.3c-.5-.8-.8-2.3-.9-3.8z" fill="url(#SVGID_10_)"/><linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="-365.057" y1="135.778" x2="-365.057" y2="138.84"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-366 133.6c-.1.3-.2.6-.3.8 0 .1 0 .1-.1.2-.2.6-.3 1.1-.4 1.7v.2c0 .3-.1.5-.1.8 2 0 3.4-.6 3.4-.6 0-.2 0-.4.1-.6v-.1c0-.2 0-.3.1-.4v-.1c.1-.4.1-.8.2-1.1l-2.9-.8zm-.9 3.7z" fill="url(#SVGID_11_)"/><linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="-391.964" y1="140.798" x2="-391.964" y2="136.999"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-394 141l1.9.8c.9-1.3 1.4-2.6 1.8-3.6l.3-1.4-.9.1c-.8 1.7-1.8 3.1-3.1 4.1z" fill="url(#SVGID_12_)"/><linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="-376.873" y1="132.959" x2="-377.35" y2="133.719"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-377 134.8c.5-1.3.7-2.3.7-2.8v-.1l-1.1.3s0 .7.4 2.6z" fill="url(#SVGID_13_)"/><linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="-370.509" y1="134.548" x2="-370.778" y2="135.571"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-371.1 133.9s-.3.9.9 2c.2-.9.4-1.8.4-2.6l-1.3.6z" fill="url(#SVGID_14_)"/><path fill="#fff" d="M-313.4 115.1h42v42h-42z"/><path class="st0" d="M-292.6 137.5c.1.2.2.3.2.3 3.4.4 8.3 0 12-.6-2.1 4.6-5.9 7.6-9.4 7.6-6.5 0-11.6-7.9-11.6-7.9 2-1.8 5.4-7.6 10.2-7.6s6.9 2.6 6.9 2.6l.5-.9s-2.3-7.9-8.6-7.9c-6.4 0-13.1 10.4-17.1 12.8 0 0 5.4 12.9 17.3 12.9 10 0 12.5-9.5 13-11.9 1.3-.2 2.4-.4 3.2-.5.2-.5.5-1.5.3-2.8-4 1.5-10 3.3-17.1 3.3.1.1.1.3.2.6z"/><linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="-281.796" y1="142.481" x2="-281.796" y2="137.349"><stop offset="0" stop-color="#66bb6a"/><stop offset="1" stop-color="#378f43"/></linearGradient><path d="M-279.1 137.1l-1.2.1c0 .1-.1.2-.2.3-.2.4-.4.7-.6 1.1-.1.2-.2.3-.3.5-.2.4-.5.8-.8 1.1l-.2.2c-.7.9-1.4 1.7-2.2 2.3l2.5 1.1c2-2.6 2.8-5.6 3-6.7z" fill="url(#SVGID_15_)"/><defs><circle id="SVGID_16_" cx="-199.4" cy="136.1" r="16.6"/></defs><clipPath id="SVGID_17_"><use xlink:href="#SVGID_16_" overflow="visible"/></clipPath><path d="M-197 137.3c.1.1.2.3.2.3 2.9.4 7.1 0 10.3-.5-1.8 3.9-5.1 6.5-8 6.5-5.6 0-9.9-6.8-9.9-6.8 1.7-1.5 4.6-6.5 8.7-6.5s5.9 2.3 5.9 2.3l.5-.7s-1.9-6.7-7.4-6.7-11.2 8.9-14.6 11c0 0 4.7 11 14.8 11 8.5 0 10.7-8.2 11.1-10.2 1.1-.2 2.1-.3 2.7-.4.2-.5.4-1.3.3-2.4-3.4 1.3-8.5 2.8-14.6 2.8-.1-.1-.1.1 0 .3z" clip-path="url(#SVGID_17_)" fill="#fff"/></g><path d="M144.3 82.5c-1.9 9.6-12.1 48.2-52.5 48.2-48.2 0-70.2-52.2-70.2-52.2 16.1-9.8 43.4-52 69.2-52s34.9 31.9 34.9 31.9l-2.2 3.5s-8.5-10.7-28-10.7S62.6 74.7 54.4 82c0 0 20.5 32.1 46.9 32.1 14.2 0 29.5-12.3 38.1-30.8-15 2.1-34.7 4-48.6 2.2 0 0-.7-.6-1-1.3-.4-.9-.5-1.8-.5-1.8 27.6 0 51.3-6.5 67.4-12.5C152.3 30.5 119 0 78.6 0 35.2 0 0 35.2 0 78.6c0 43.4 35.2 78.6 78.6 78.6 42.8 0 77.6-34.2 78.6-76.8-3 .5-7.5 1.3-12.9 2.1z" fill="#f1f2f2" id="Layer_2"/></svg>
 
assets/dist/images/give-icon-full-circle.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 157.2 157.2"><style/><g id="Layer_2"><circle cx="78.6" cy="78.6" r="78.6" fill="#66bb6a"/><defs><circle id="SVGID_18_" cx="78.6" cy="78.6" r="78.6"/></defs><clipPath id="SVGID_1_"><use xlink:href="#SVGID_18_" overflow="visible"/></clipPath><path d="M89.8 84.2c.3.7 1 1.3 1 1.3 13.9 1.7 33.6-.2 48.6-2.2-8.6 18.5-24 30.8-38.1 30.8-26.5 0-46.9-32.1-46.9-32.1 8.2-7.2 21.7-30.8 41.2-30.8s28 10.7 28 10.7l2.2-3.5s-9.1-31.9-34.9-31.9-53.2 42.3-69.2 52c0 0 22 52.2 70.2 52.2 40.4 0 50.6-38.6 52.5-48.2 5.4-.8 9.9-1.6 12.8-2.1 1-2.2 2.1-6.1 1.3-11.3-16.1 6.2-40.5 13.2-69.1 13.2-.1 0 0 1 .4 1.9z" clip-path="url(#SVGID_1_)" fill="#fff"/></g></svg>
 
assets/dist/images/give-loader.svg DELETED
@@ -1 +0,0 @@
1
- <svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-money" id="svg3229"><style id="style6589"/><defs id="defs691"><clipPath id="lds-money-cpid-51929356b3473"><path id="rect8119" d="M0 0h100v82.235H0z"/></clipPath></defs><path stroke-width="1" d="M85.529 75.177H14.471A4.471 4.471 0 0 0 10 79.648h80a4.471 4.471 0 0 0-4.471-4.471z" stroke="#eaf9ed" fill="#eaf9ed" id="path4683"/><g clip-path="url(#lds-money-cpid-51929356b3473)" id="g973"><g transform="translate(0 75)" id="g7676"><animateTransform attributeName="transform" type="translate" calcMode="linear" values="0 0 ;0 150" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite" id="animateTransform6035"/><g id="Layer_2" transform="translate(0 -75)"><circle cx="50" cy="40" r="35" id="circle9981" fill="#66bb6a"/><defs id="defs9529"><circle id="SVGID_18_" cx="78.6" cy="78.6" r="78.6"/></defs><clipPath id="SVGID_1_"><use xlink:href="#SVGID_18_" overflow="visible" id="use7689"/></clipPath><path d="M89.8 84.2c.3.7 1 1.3 1 1.3 13.9 1.7 33.6-.2 48.6-2.2-8.6 18.5-24 30.8-38.1 30.8-26.5 0-46.9-32.1-46.9-32.1 8.2-7.2 21.7-30.8 41.2-30.8s28 10.7 28 10.7l2.2-3.5s-9.1-31.9-34.9-31.9-53.2 42.3-69.2 52c0 0 22 52.2 70.2 52.2 40.4 0 50.6-38.6 52.5-48.2 5.4-.8 9.9-1.6 12.8-2.1 1-2.2 2.1-6.1 1.3-11.3-16.1 6.2-40.5 13.2-69.1 13.2-.1 0 0 1 .4 1.9z" clip-path="url(#SVGID_1_)" fill="#fff" id="path9794" transform="matrix(.47328 0 0 .47575 10.465 2.048)"/></g></g></g><path stroke-width="1" d="M14.471 84.823h71.058A4.471 4.471 0 0 0 90 80.352v-.704H10v.704a4.471 4.471 0 0 0 4.471 4.471z" stroke="#eaf9ed" fill="#eaf9ed" id="path7605"/></svg>
 
assets/dist/images/icomoon.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg"><defs><font id="icomoon" horiz-adv-x="1024"><font-face units-per-em="1024" ascent="960" descent="-64"/><glyph horiz-adv-x="512"/><glyph unicode="" glyph-name="circle-plus" d="M512 891.733q95.667 0 182.5-37.167t149.667-100 100-149.667 37.167-182.5-37.167-182.5-100-149.667-149.667-100T512-46.935 329.5-9.768t-149.667 100-100 149.667-37.167 182.5 37.167 182.5 100 149.667 149.667 100T512 891.733zm0-85.333q-78 0-149.167-30.5t-122.5-81.833-81.833-122.5T128 422.4t30.5-149.167 81.833-122.5 122.5-81.833T512 38.4t149.167 30.5 122.5 81.833 81.833 122.5T896 422.4t-30.5 149.167-81.833 122.5-122.5 81.833T512 806.4zm0-170.667q17.667 0 30.167-12.5t12.5-30.167v-128h128q17.667 0 30.167-12.5t12.5-30.167-12.5-30.167-30.167-12.5h-128v-128q0-17.667-12.5-30.167T512 209.065t-30.167 12.5-12.5 30.167v128h-128q-17.667 0-30.167 12.5t-12.5 30.167 12.5 30.167 30.167 12.5h128v128q0 17.667 12.5 30.167t30.167 12.5z"/><glyph unicode="" glyph-name="circle-minus" d="M512 891.733q95.667 0 182.5-37.167t149.667-100 100-149.667 37.167-182.5-37.167-182.5-100-149.667-149.667-100T512-46.935 329.5-9.768t-149.667 100-100 149.667-37.167 182.5 37.167 182.5 100 149.667 149.667 100T512 891.733zm0-85.333q-78 0-149.167-30.5t-122.5-81.833-81.833-122.5T128 422.4t30.5-149.167 81.833-122.5 122.5-81.833T512 38.4t149.167 30.5 122.5 81.833 81.833 122.5T896 422.4t-30.5 149.167-81.833 122.5-122.5 81.833T512 806.4zM341.333 465.067h341.333q17.667 0 30.167-12.5t12.5-30.167-12.5-30.167-30.167-12.5H341.333q-17.667 0-30.167 12.5t-12.5 30.167 12.5 30.167 30.167 12.5z"/><glyph unicode="" glyph-name="locked" d="M234.666 678.399V529.065l-64 .002c-47.146 0-85.334-38.186-85.334-85.334V17.067c0-47.146 38.186-85.334 85.334-85.334h682.666c47.146 0 85.334 38.186 85.334 85.334v426.666c0 47.146-38.186 85.334-85.334 85.334h-64v149.334c0 153.174-124.16 277.334-277.334 277.334-153.172-.002-277.332-124.162-277.332-277.336zm106.668-149.332v149.334c0 94.294 76.374 170.666 170.666 170.666s170.666-76.374 170.666-170.666V529.067H341.334zm85.332-234.668c0 47.146 38.186 85.334 85.334 85.334s85.334-38.186 85.334-85.334c0-30.08-15.574-56.534-39.04-71.68 0 0 8.342-50.346 17.706-109.654 0-17.706-14.294-32-32-32h-64c-17.706 0-32 14.294-32 32l17.706 109.654c-23.466 15.148-39.04 41.6-39.04 71.68z"/><glyph unicode="" glyph-name="info" d="M448 651.733c0 26.4 21.6 48 48 48h32c26.4 0 48-21.6 48-48v-32c0-26.4-21.6-48-48-48h-32c-26.4 0-48 21.6-48 48v32zm192-464H384v64h64v192h-64v64h192v-256h64zm-128 768c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zm0-928c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z"/><glyph unicode="" glyph-name="question" d="M512-68.267c-282.75 0-512 229.218-512 512 0 282.75 229.25 512 512 512s512-229.25 512-512c0-282.782-229.25-512-512-512zm0 896c-212.062 0-384-171.938-384-384s171.938-384 384-384 384 171.938 384 384-171.938 384-384 384zm0-128c-106.062 0-192-85.968-192-192h128c0 35.344 28.624 64 64 64s64-28.656 64-64-28.624-64-64-64h-32c-17.688 0-32-14.344-32-32v-96h128v11.75c74.376 26.438 128 96.782 128 180.25 0 106.032-85.938 192-192 192zm0-448h-64v-64h128v64z"/><glyph unicode="" glyph-name="lamp" d="M341.334 166.399v-64.214c0-29.866 12.374-56.982 32.214-76.374l62.72-62.72c41.814-41.814 109.654-41.814 151.466 0l62.72 62.72c19.84 19.392 32.214 46.506 32.214 76.374l-.002 42.882H492.8c-24.746 0-44.8 19.2-44.8 42.666s20.032 42.666 44.8 42.666h195.414c29.226 164.48 165.12 232.748 165.12 393.174 0 183.446-152.748 332.16-341.334 332.16s-341.334-148.714-341.334-332.16c0-181.142 170.668-245.142 170.668-457.174zm227.2 597.334c-20.054 3.626-35.2 21.12-35.2 42.026 0 23.446 19.2 43.308 42.666 43.308 33.92 0 75.094-24.106 109.654-58.24 35.2-34.988 61.012-81.728 61.012-112.428 0-23.466-19.2-42.666-42.666-42.666-20.906 0-38.4 15.146-42.048 35.2-10.666 42.88-47.318 82.134-93.418 92.8z"/><glyph unicode="" glyph-name="heart" d="M512 759.403c-21.334 82.986-129.706 132.266-213.334 132.266C133.76 891.669 0 763.669 0 593.003c0-320 304.214-405.334 469.334-597.334 1.472-2.134 3.2-3.862 5.12-5.76 20.886-20.714 54.614-20.714 75.498 0 1.942 1.898 3.2 3.626 4.714 5.76C720 188.095 1024 271.701 1024 593.003c0 170.666-133.76 298.666-298.666 298.666-83.628 0-192-49.28-213.334-132.266zm227.2-59.734c-20.054 3.626-35.2 21.12-35.2 42.026 0 23.466 19.2 43.306 42.666 43.306 33.92 0 75.094-24.106 109.654-58.24 35.2-34.986 61.014-81.706 61.014-112.426 0-23.466-19.2-42.666-42.666-42.666-20.906 0-38.4 15.146-42.048 35.2-10.668 42.88-47.318 82.134-93.42 92.8z"/><glyph unicode="" glyph-name="spinner" d="M512 652.637c-32.964 0-59.686 26.724-59.686 59.686v179.06c0 32.964 26.722 59.686 59.686 59.686 32.962 0 59.688-26.722 59.688-59.686v-179.06c0-32.964-26.726-59.686-59.688-59.686zm0-693.86c-20.602 0-37.304 16.702-37.304 37.304v179.06c0 20.602 16.702 37.304 37.304 37.304 20.604 0 37.304-16.704 37.304-37.304V-3.919c0-20.602-16.7-37.304-37.304-37.304zM377.756 620.373c-19.34 0-38.146 10.034-48.512 27.988l-89.53 155.07c-15.452 26.764-6.282 60.986 20.482 76.438 26.762 15.45 60.986 6.284 76.438-20.482l89.53-155.072c15.452-26.764 6.282-60.986-20.482-76.438-8.81-5.084-18.432-7.504-27.926-7.504zm358.1-597.896c-11.602 0-22.886 6.022-29.108 16.792l-89.53 155.07c-9.27 16.056-3.77 36.592 12.29 45.864 16.056 9.264 36.59 3.77 45.864-12.292l89.532-155.068c9.27-16.058 3.768-36.592-12.292-45.864a33.462 33.462 0 0 0-16.756-4.502zM279.344 525.793c-8.86 0-17.838 2.256-26.064 7.006l-155.072 89.53c-24.978 14.422-33.538 46.362-19.116 71.342 14.42 24.978 46.364 33.538 71.342 19.116l155.07-89.53c24.98-14.422 33.538-46.362 19.116-71.34-9.668-16.756-27.226-26.124-45.276-26.124zm620.304-335.734a29.694 29.694 0 0 0-14.894 4.004l-155.068 89.53c-14.274 8.24-19.164 26.494-10.924 40.768 8.242 14.276 26.496 19.166 40.766 10.924l155.07-89.532c14.274-8.24 19.164-26.492 10.924-40.766-5.53-9.574-15.562-14.928-25.874-14.928zM243.41 395.237H64.35c-26.784 0-48.496 21.712-48.496 48.496s21.712 48.496 48.496 48.496h179.06c26.784 0 48.496-21.712 48.496-48.496s-21.712-48.496-48.496-48.496zm716.24 18.652c-.002 0 0 0 0 0H780.59c-16.482.002-29.844 13.364-29.844 29.844s13.364 29.844 29.844 29.844c.002 0 0 0 0 0h179.06c16.482 0 29.844-13.362 29.844-29.844 0-16.48-13.364-29.844-29.844-29.844zM124.366 175.135c-15.472 0-30.518 8.028-38.81 22.39-12.362 21.41-5.026 48.79 16.384 61.148l155.072 89.532c21.41 12.368 48.79 5.028 61.15-16.384 12.362-21.412 5.026-48.79-16.384-61.15l-155.072-89.53a44.567 44.567 0 0 0-22.34-6.006zm620.266 373.046c-10.314 0-20.346 5.352-25.874 14.926-8.24 14.274-3.35 32.526 10.924 40.768l155.07 89.528c14.272 8.236 32.526 3.352 40.768-10.922 8.24-14.274 3.35-32.526-10.924-40.768l-155.07-89.528a29.7 29.7 0 0 0-14.894-4.004zM288.136 15.017a40.863 40.863 0 0 0-20.48 5.504c-19.626 11.332-26.35 36.428-15.02 56.054l89.53 155.07c11.33 19.628 36.426 26.352 56.054 15.022 19.626-11.332 26.35-36.43 15.02-56.054L323.71 35.541c-7.598-13.166-21.392-20.524-35.574-20.524zm358.13 631.474a29.718 29.718 0 0 0-14.894 4.002c-14.274 8.242-19.164 26.494-10.924 40.766l89.534 155.07c8.24 14.274 26.492 19.166 40.766 10.922 14.274-8.242 19.164-26.494 10.924-40.766l-89.532-155.07c-5.53-9.57-15.56-14.924-25.874-14.924z"/><glyph unicode="" glyph-name="help" d="M505.754 927.522C245.607 924.04 37.53 710.332 41.012 450.184 44.494 190.19 258.202-17.938 518.35-14.456c260.045 3.482 468.173 217.19 464.64 477.338-3.43 260.045-217.139 468.122-477.235 464.64zm-1.383-757.709h-2.611c-40.038 1.178-68.301 30.72-67.174 70.195 1.126 38.758 30.054 66.97 68.813 66.97l2.355-.051c41.165-1.229 69.12-30.464 67.891-71.066C572.519 197 544 169.813 504.371 169.813zM672.87 504.251c-9.472-13.363-30.157-30.003-56.269-50.33l-28.774-19.866c-15.77-12.288-25.293-23.808-28.826-35.123-2.867-9.011-4.198-11.315-4.454-29.491l-.051-4.659H444.774l.307 9.318c1.331 38.195 2.304 60.621 18.125 79.206 24.832 29.133 79.616 64.41 81.92 65.894 7.834 5.939 14.438 12.646 19.405 19.814 11.52 15.872 16.589 28.416 16.589 40.653 0 17.05-5.069 32.819-15.053 46.848-9.626 13.568-27.904 20.429-54.323 20.429-26.214 0-44.134-8.346-54.886-25.395-11.11-17.562-16.64-35.942-16.64-54.784v-4.71H327.066l.205 4.915c2.918 69.325 27.648 119.194 73.523 148.326 28.774 18.586 64.614 27.955 106.394 27.955 54.733 0 101.018-13.312 137.37-39.526 36.864-26.573 55.552-66.406 55.552-118.323 0-29.082-9.165-56.371-27.238-81.152z"/><glyph unicode="" glyph-name="spinner2" d="M512 955.733c-66.862-1.278-133.516-15.784-194.462-42.576-61-26.704-116.258-65.462-161.92-113.042-45.696-47.552-81.82-103.944-105.652-164.984C26.042 574.127 14.614 508.535 16 443.733c1.282-64.81 15.374-129.332 41.356-188.334 25.896-59.048 63.47-112.542 109.576-156.734C213.014 54.441 267.64 19.505 326.73-3.521 385.792-26.635 449.25-37.649 512-36.267c62.76 1.286 125.148 14.964 182.206 40.134 57.1 25.088 108.828 61.476 151.548 106.11 42.754 44.61 76.504 97.472 98.72 154.614 22.304 57.118 32.902 118.446 31.526 179.142-1.29 60.708-14.554 120.962-38.914 176.076-24.282 55.15-59.48 105.116-102.644 146.366-43.14 41.282-94.236 73.844-149.43 95.254-33.458 13.034-68.4 21.88-103.798 26.542.072 1.246.12 2.498.12 3.762 0 35.346-28.652 64-64 64-1.796 0-3.572-.094-5.332-.238v.238zm169.948-101.694c53.202-23.472 101.4-57.484 141.18-99.178 39.81-41.67 71.186-91 91.79-144.244 20.678-53.228 30.452-110.29 29.082-166.884-1.298-56.604-13.736-112.596-36.474-163.82-22.666-51.25-55.49-97.684-95.712-135.994-40.198-38.338-87.764-68.528-139.058-88.322C621.472 35.727 566.542 26.369 512 27.733c-54.552 1.302-108.412 13.328-157.69 35.254-49.3 21.858-93.97 53.498-130.81 92.246-36.868 38.73-65.87 84.53-84.856 133.874-19.06 49.338-28.006 102.136-26.644 154.626 1.306 52.5 12.918 104.228 34.034 151.562 21.05 47.352 51.502 90.256 88.782 125.624 37.258 35.396 81.294 63.21 128.688 81.39 47.392 18.248 98.058 26.782 148.496 25.424v.238a65.305 65.305 0 0 1 5.332-.238c33.012 0 60.174 24.992 63.624 57.086 34.822-6.224 68.818-16.53 100.992-30.78z"/><glyph unicode="" glyph-name="give-icon-full-circle-white" horiz-adv-x="1023" d="M939.969 418.328c-12.377-62.534-78.819-313.975-341.985-313.975-313.975 0-457.282 340.031-457.282 340.031 104.875 63.837 282.707 338.728 450.768 338.728s227.338-207.796 227.338-207.796l-14.331-22.799s-55.369 69.7-182.392 69.7-214.31-153.079-267.725-200.631c0 0 133.537-209.099 305.506-209.099 92.499 0 192.163 80.122 248.183 200.631-97.71-13.679-226.036-26.056-316.58-14.331 0 0-4.56 3.908-6.514 8.468-2.606 5.863-3.257 11.725-3.257 11.725 179.786 0 334.168 42.341 439.043 81.425-28.662 256.651-245.578 455.328-508.743 455.328-282.707 0-512-229.293-512-512s229.293-512 512-512c278.799 0 505.486 222.779 512 500.275-19.542-3.257-48.855-8.468-84.031-13.679z"/><glyph unicode="" glyph-name="wallet" d="M819.2 665.6h-640v25.6l563.2 45.056V691.2h76.8V768c0 56.32-45.619 95.846-101.325 87.91l-514.099-73.421c-55.757-7.987-101.376-60.57-101.376-116.89v-512c0-56.525 45.824-102.4 102.4-102.4h614.4c56.525 0 102.4 45.875 102.4 102.4v409.6c0 56.525-45.875 102.4-102.4 102.4zm-76.8-358.707c-42.394 0-76.8 34.406-76.8 76.8s34.406 76.8 76.8 76.8 76.8-34.406 76.8-76.8-34.406-76.8-76.8-76.8z"/><glyph unicode="" glyph-name="check-square-o" horiz-adv-x="950" d="M804.571 419.428V237.714q0-68-48.286-116.286T639.999 73.142H164.57q-68 0-116.286 48.286T-.002 237.714v475.429q0 68 48.286 116.286t116.286 48.286h475.429q36 0 66.857-14.286 8.571-4 10.286-13.143 1.714-9.714-5.143-16.571l-28-28q-5.714-5.714-13.143-5.714-1.714 0-5.143 1.143-13.143 3.429-25.714 3.429H164.57q-37.714 0-64.571-26.857t-26.857-64.571V237.716q0-37.714 26.857-64.571t64.571-26.857h475.429q37.714 0 64.571 26.857t26.857 64.571v145.143q0 7.429 5.143 12.571l36.571 36.571q5.714 5.714 13.143 5.714 3.429 0 6.857-1.714 11.429-4.571 11.429-16.571zm132 279.429L471.428 233.714Q457.714 220 438.857 220t-32.571 13.714L160.572 479.428q-13.714 13.714-13.714 32.571t13.714 32.571l62.857 62.857q13.714 13.714 32.571 13.714t32.571-13.714l150.286-150.286 369.714 369.714q13.714 13.714 32.571 13.714t32.571-13.714l62.857-62.857q13.714-13.714 13.714-32.571t-13.714-32.571z"/><glyph unicode="" glyph-name="1-66" d="M590.24 384.773l-74.496-68.304a930.276 930.276 0 0 1-7.216-6.576c-9.568-52.832-55.904-93.008-111.44-93.008-62.432 0-113.248 50.8-113.248 113.248 0 57.552 43.152 105.184 98.768 112.304 1.072 1.2 2.128 2.352 3.152 3.504l29.584 33.2.688-.224c13.04 14.224 28.032 30.576 39.632 43.232-18.528 5.648-38.208 8.704-58.56 8.704-110.688 0-200.72-90.032-200.72-200.72s90.032-200.72 200.72-200.72 200.72 90.032 200.72 200.72c-.016 18.944-2.656 37.264-7.584 54.64zm146.704 134.4c-22.416-20.4-44.768-40.88-66.848-61.152 18.272-38.848 28.48-82.208 28.48-127.888 0-166.24-135.248-301.488-301.488-301.488S95.6 163.909 95.6 330.133s135.248 301.488 301.488 301.488c47.072 0 91.664-10.848 131.392-30.16 20.192 22.032 40.624 44.32 60.944 66.656-56.752 32.432-122.416 50.976-192.336 50.976-214.464 0-388.96-174.496-388.96-388.96s174.496-388.96 388.96-388.96 388.96 174.496 388.96 388.96c.016 68.576-17.824 133.056-49.104 189.04zm276.752 242.88c-1.712 4.496-4.128 8.32-7.184 11.376-8.208 8.208-19.008 9.344-29.44 9.344-15.12 0-30.224.096-45.344.208-23.36.16-47.52.32-71.312.08-1.6-.016-2.64.08-3.264.176l-1.28 3.056-3.056 1.28c-.096.64-.192 1.664-.176 3.264.24 23.792.064 47.952-.08 71.328-.096 15.104-.208 30.224-.208 45.344 0 10.432-1.136 21.232-9.344 29.44-3.056 3.056-6.88 5.472-11.392 7.184-19.376 7.328-32.304-5.76-38.528-12.048-10.56-10.736-21.184-21.408-31.792-32.112-24.256-24.416-49.328-49.664-73.488-75.12-7.856-8.32-13.376-21.936-13.728-33.888-.544-18.48-.4-37.168-.256-55.264.128-16.464.272-33.472-.128-50.112-.128-5.408-2.88-12.448-6.416-16.368-41.28-45.776-83.696-91.952-124.72-136.592l-33.776-36.8c-18.16-19.824-61.008-66.56-75.44-82.256l-.128.048-4.944-5.552a1774.5 1774.5 0 0 0-10.48-11.584c-11.52-12.64-24.592-26.96-36.736-42.512-8.752-11.232-4.048-27.904 5.568-37.52a30.69 30.69 0 0 1 1.056-1.008c9.136-8.272 24.256-13.024 35.872-3.952 15.872 12.416 30.464 25.744 43.328 37.52 3.776 3.456 7.376 6.752 10.848 9.856l124.48 114.128c44.656 41.024 90.832 83.44 136.592 124.72 3.92 3.536 10.96 6.288 16.384 6.416 16.624.4 33.648.256 50.112.128 18.08-.144 36.784-.288 55.264.256 11.952.352 25.568 5.872 33.904 13.744 25.44 24.144 50.688 49.216 75.104 73.472 10.688 10.608 21.376 21.232 32.112 31.808 6.272 6.192 19.344 19.104 12.016 38.512z"/><glyph unicode="" glyph-name="write" d="M910.284 341.333c-31.445 0-56.889-25.472-56.889-56.889V142.222c0-15.708-12.75-28.444-28.444-28.444H199.063c-15.723 0-28.444 12.736-28.444 28.444V768c0 15.708 12.722 28.444 28.444 28.444h142.222c31.445 0 56.917 25.472 56.917 56.889s-25.474 56.889-56.917 56.889H113.729c-31.445 0-56.917-25.472-56.917-56.889V56.889C56.812 25.472 82.284 0 113.729 0h796.555c31.445 0 56.889 25.472 56.889 56.889v227.556c0 31.417-25.444 56.889-56.889 56.889zM749.173 773.541l81.305-81.319L492.09 341.333h-93.888v93.876l350.971 338.332zm.722 136.681c-14.556 0-29.06-5.541-40.171-16.626L284.396 483.555v-256h256.055l410.112 425.25c22.167 22.167 22.167 58.098 0 80.263L790.007 893.596c-11.056 11.084-25.611 16.626-40.112 16.626z"/><glyph unicode="" glyph-name="chevron-right" d="M469.146 741.581c21.402-20.89 230.502-240.384 230.502-240.384 11.418-11.213 17.152-25.805 17.152-40.397s-5.734-29.184-17.152-40.294c0 0-209.101-219.597-230.502-240.384-21.402-20.89-59.904-22.323-82.688 0-22.835 22.221-24.627 53.299 0 80.589l191.846 200.09-191.846 200.09c-24.627 27.29-22.835 58.419 0 80.691 22.784 22.323 61.286 20.941 82.688 0z"/><glyph unicode="" glyph-name="monitor" d="M960 192H640c-56 0 64-192 64-192 0-35.328-28.672-64-64-64H384c-35.328 0-64 28.672-64 64 0 0 121.984 192 64 192H64c-35.328 0-64 28.672-64 64v640c0 35.328 28.672 64 64 64h896c35.328 0 64-28.672 64-64V256c0-35.328-28.672-64-64-64zm-448 32c35.328 0 64 28.672 64 64s-28.672 64-64 64-64-28.672-64-64 28.672-64 64-64zm448 608c0 35.328-28.672 64-64 64H128c-35.328 0-64-28.672-64-64V448c0-35.328 28.672-64 64-64h768c35.328 0 64 28.672 64 64v384z"/><glyph unicode="" glyph-name="new-tab" d="M192 891.733v-768h768v768H192zm704-704H256v640h640v-640zm-768-128v672l-64 64v-800h800l-64 64H128zm224 640l160-160-192-192 96-96 192 192 160-160v416z"/><glyph unicode="" glyph-name="alert" d="M1005.854 155.486l-438.286 767a64 64 0 0 1-111.135 0l-438.286-767a64 64 0 0 1 55.567-95.753h876.572a64 64 0 0 1 55.568 95.753zM576 187.733H448v128h128v-128zm0 192H448v256h128v-256z"/></font></defs></svg>
 
assets/dist/images/jcb.svg DELETED
@@ -1 +0,0 @@
1
- <svg width="750" height="471" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient x1=".032%" y1="50%" x2="99.974%" y2="50%" id="a"><stop stop-color="#007B40" offset="0%"/><stop stop-color="#55B330" offset="100%"/></linearGradient><linearGradient x1=".472%" y1="50%" x2="99.986%" y2="50%" id="b"><stop stop-color="#1D2970" offset="0%"/><stop stop-color="#006DBA" offset="100%"/></linearGradient><linearGradient x1=".114%" y1="50.001%" x2="99.986%" y2="50.001%" id="c"><stop stop-color="#6E2B2F" offset="0%"/><stop stop-color="#E30138" offset="100%"/></linearGradient></defs><g fill="none"><rect fill="#0E4C96" width="750" height="471" rx="40"/><path d="M617.243 346.766c0 41.615-33.728 75.36-75.36 75.36H132.757V124.245c0-41.626 33.733-75.37 75.365-75.37l409.121-.001v297.892z" fill="#FFF"/><path d="M483.859 242.045c11.684.253 23.437-.516 35.077.4 11.787 2.2 14.628 20.043 4.156 25.888-7.141 3.85-15.633 1.432-23.379 2.113H483.86v-28.401zm41.833-32.145c2.596 9.165-6.238 17.392-15.066 16.13h-26.767c.185-8.642-.368-18.021.272-26.208 10.724.301 21.549-.616 32.21.48 4.58 1.15 8.413 4.916 9.35 9.598zM590.12 73.997c.498 17.501.071 35.927.214 53.783-.035 72.596.072 145.194-.055 217.79-.469 27.207-24.582 50.844-51.6 51.387-27.046.111-54.095.016-81.142.047v-109.75c29.47-.154 58.959.307 88.417-.232 13.667-.86 28.632-9.876 29.27-24.915 1.61-15.102-12.632-25.55-26.153-27.201-5.198-.135-5.044-1.515 0-2.117 12.892-2.787 23.02-16.133 19.226-29.499-3.236-14.058-18.773-19.499-31.697-19.472-26.351-.18-52.709-.026-79.063-.077.172-20.489-.354-41 .286-61.474 2.087-26.716 26.806-48.747 53.447-48.27h78.85z" fill="url(#a)"/><path d="M159.74 125.04c.674-27.163 24.889-50.611 51.875-51.007 26.944-.083 53.891-.012 80.837-.036-.074 90.885.148 181.777-.112 272.658-1.038 26.834-24.99 49.834-51.679 50.307-26.996.099-53.995.014-80.992.042V283.551c26.223 6.194 53.722 8.832 80.473 4.721 15.993-2.575 33.488-10.424 38.902-27.014 3.986-14.192 1.742-29.126 2.334-43.692v-33.824h-46.297c-.208 22.37.426 44.78-.335 67.125-1.248 13.734-14.846 22.46-27.8 21.995-16.066.169-47.898-11.64-47.898-11.64-.08-41.917.466-94.408.692-136.182z" fill="url(#b)"/><path d="M309.72 197.39c-2.434.517-.49-8.3-1.114-11.646.166-21.15-.346-42.323.284-63.458 2.083-26.829 26.991-48.916 53.739-48.288h78.766c-.074 90.884.147 181.775-.112 272.656-1.039 26.834-24.992 49.833-51.68 50.308-26.998.1-53.998.015-80.997.043V272.708c18.44 15.128 43.5 17.484 66.472 17.525 17.317-.006 34.534-2.675 51.35-6.67V260.79c-18.953 9.447-41.233 15.446-62.243 10.018-14.656-3.65-25.294-17.811-25.056-32.936-1.699-15.728 7.524-32.335 22.981-37.011 19.19-6.008 40.108-1.413 58.096 6.398 3.855 2.018 7.765 4.521 6.222-1.921v-17.9c-30.084-7.157-62.101-9.792-92.329-2.004-8.748 2.468-17.27 6.21-24.379 11.956z" fill="url(#c)"/></g></svg>
 
assets/dist/images/maestro.svg DELETED
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 750 471" xmlns="http://www.w3.org/2000/svg"><g fill="none"><rect width="750" height="471" rx="40" fill="#000"/><path d="M675 235.51c0 99.133-80.35 179.5-179.48 179.5-99.121 0-179.48-80.363-179.48-179.5C316.04 136.368 396.398 56 495.52 56 594.653 56 675 136.367 675 235.51" fill="#D9222A"/><path d="M356.87 349.49a177.908 177.908 0 0 1-13.675-19.008h63.612a178.69 178.69 0 0 0 10.342-19.013h-84.292a178.418 178.418 0 0 1-7.596-19h99.475c5.988-17.904 9.23-37.05 9.23-56.962 0-13.046-1.392-25.762-4.03-38.013h-109.86a178.214 178.214 0 0 1 5.208-19.008h99.442a181.442 181.442 0 0 0-7.591-19.004H332.88a180.85 180.85 0 0 1 10.338-19.008h63.57a181.433 181.433 0 0 0-13.67-18.992h-36.225a181.088 181.088 0 0 1 18.112-19c-31.854-28.883-74.138-46.483-120.52-46.483-99.13 0-179.49 80.367-179.49 179.51 0 99.133 80.358 179.5 179.49 179.5 46.388 0 88.667-17.596 120.52-46.475a180.337 180.337 0 0 0 18.133-19.038h-36.267" fill="#0097D0"/><path d="M651.08 335.54c0-3.2 2.596-5.796 5.8-5.796 3.2 0 5.792 2.596 5.792 5.796 0 3.204-2.592 5.8-5.792 5.8a5.799 5.799 0 0 1-5.8-5.8zm5.8 4.408a4.401 4.401 0 0 0 4.404-4.408 4.396 4.396 0 0 0-4.404-4.396 4.4 4.4 0 0 0-4.408 4.396 4.405 4.405 0 0 0 4.408 4.408zm-.787-1.862h-1.184v-5.092h2.15c.446 0 .904.004 1.3.258.417.284.646.775.646 1.271 0 .584-.337 1.113-.88 1.317l.934 2.246h-1.317l-.775-2.009h-.875v2.009zm0-2.88h.658c.246 0 .504.017.725-.1a.712.712 0 0 0 .3-.591.652.652 0 0 0-.288-.513c-.212-.125-.541-.1-.762-.1h-.634v1.305zM372.45 284.01c-7.67 2.033-15.088 3.025-22.929 3.008-25.017-.025-38.046-11.417-38.046-33.2 0-25.458 16.588-44.183 39.1-44.183 18.417 0 30.175 10.5 30.175 26.946 0 5.459-.796 10.771-2.746 18.296h-44.488c-1.583 10.633 6.188 15.304 19.412 15.304 7.925 0 15.092-1.425 23.025-4.612l-3.504 18.442zm-11.962-44.15c0-1.608 2.475-13.033-10.4-13.283-7.108 0-12.208 4.725-14.271 13.283h24.671zm27.032-5c0 9.404 5.296 15.9 17.329 20.738 9.2 3.77 10.65 4.858 10.65 8.22 0 4.663-4.067 6.805-13.092 6.747-6.78-.05-12.962-.871-20.262-2.896l-3.23 17.154c6.488 1.504 15.589 2 23.65 2.187 24.026 0 35.118-7.866 35.118-24.867 0-10.217-4.625-16.233-16.033-20.712-9.538-3.808-10.658-4.637-10.658-8.083 0-4.05 3.779-6.1 11.15-6.1 4.462 0 10.579.412 16.379 1.108l3.258-17.242c-5.912-.825-14.883-1.483-20.075-1.483-25.45 0-34.258 11.458-34.183 25.229m-88.241 50.93h-18.662l.446-7.82c-5.692 6.17-13.271 9.04-23.558 9.04-12.175 0-20.517-8.324-20.517-20.295 0-18.196 14.5-28.692 39.429-28.692 2.562 0 5.82.192 9.167.562.691-2.433.879-3.479.879-4.808 0-4.98-3.921-6.812-14.412-6.812-10.342.041-17.321 1.57-23.796 3.312l3.187-16.7c11.196-2.846 18.53-3.942 26.825-3.942 19.304 0 29.5 7.567 29.5 21.796.167 3.796-1.158 11.412-1.82 14.746-.759 4.855-6.109 32.975-6.667 39.612zm-16.379-33.192c-2.367-.242-3.396-.313-5.013-.313-12.729 0-19.183 3.788-19.183 11.268 0 4.691 3.15 7.633 8.059 7.633 9.146 0 15.75-7.65 16.138-18.588zM477 284.61c-6.125 1.68-10.896 2.408-16.058 2.408-11.433 0-17.675-5.841-17.675-16.25-.358-2.858 2.433-16.058 3.067-19.738.633-3.691 10.538-57.492 10.538-57.492h22.212l-3.363 17.8h11.392l-3.096 18.171h-11.442s-6.279 31.53-6.279 33.933c0 3.825 2.317 5.488 7.634 5.488 2.545 0 4.508-.238 6.029-.692L477 284.61m99.25-74.98c-16.279 0-29 6.7-36.388 17.892l6.412-16.596c-11.817-4.338-19.433 1.85-26.325 10.65 0 0-1.154 1.462-2.3 2.8v-13.05h-20.858c-2.825 23.029-7.82 46.379-11.729 69.446l-.941 5.02h22.438c2.125-11.707 3.875-21.211 5.617-28.787 4.766-20.788 12.788-27.142 24.829-24.333-2.78 5.979-4.305 12.892-4.305 20.554 0 18.579 10.092 33.788 35.15 33.788 25.288 0 43.596-13.508 43.596-44.308 0-18.58-12.2-33.075-35.196-33.075zm-6.53 59.317c-7.924.125-12.728-6.525-12.728-16.471 0-11.792 7.012-25.112 18.275-25.112 9.087 0 12.2 7.204 12.2 14.879 0 16.779-6.875 26.704-17.746 26.704zM226.53 285.79h-22.34l13.28-69.95-30.57 69.95h-20.37l-3.73-69.55-13.32 69.55h-20.27l17.27-90.99h34.91l2.91 50.72 22.12-50.72h37.72l-17.61 90.99" fill="#000"/><path d="M613.15 274.39a5.8 5.8 0 0 1 5.796-5.796c3.204 0 5.796 2.6 5.796 5.796a5.796 5.796 0 1 1-11.592 0zm5.796 4.412a4.414 4.414 0 0 0 4.408-4.412 4.407 4.407 0 0 0-4.408-4.404 4.406 4.406 0 0 0-4.409 4.404 4.414 4.414 0 0 0 4.409 4.412zm-.784-1.866h-1.187v-5.083h2.15c.45 0 .908 0 1.304.25.409.279.646.766.646 1.27 0 .58-.338 1.117-.883 1.317l.933 2.246h-1.317l-.77-2.008h-.876v2.008zm0-2.888h.659c.241 0 .504.017.725-.096a.702.702 0 0 0 .296-.587.635.635 0 0 0-.284-.513c-.212-.129-.541-.095-.762-.095h-.634v1.291zM378.05 278.4c-7.667 2.033-15.088 3.03-22.925 3.013-25.017-.026-38.046-11.422-38.046-33.209 0-25.45 16.579-44.179 39.096-44.179 18.421 0 30.175 10.496 30.175 26.942 0 5.467-.8 10.771-2.742 18.3H339.12c-1.583 10.63 6.18 15.308 19.408 15.308 7.925 0 15.088-1.425 23.03-4.616l-3.509 18.442zm-11.962-44.15c0-1.604 2.47-13.033-10.4-13.279-7.108 0-12.204 4.73-14.271 13.279h24.671zm27.042-5c0 9.408 5.287 15.9 17.325 20.746 9.204 3.767 10.65 4.858 10.65 8.213 0 4.666-4.067 6.808-13.088 6.75-6.783-.046-12.967-.871-20.262-2.896l-3.238 17.146c6.492 1.516 15.596 2.012 23.654 2.2 24.025 0 35.121-7.871 35.121-24.871 0-10.217-4.629-16.238-16.042-20.712-9.537-3.809-10.654-4.638-10.654-8.084 0-4.05 3.784-6.1 11.146-6.1 4.471 0 10.583.417 16.388 1.113l3.25-17.246c-5.912-.825-14.879-1.483-20.067-1.483-25.458 0-34.262 11.454-34.183 25.225m-88.24 50.929h-18.667l.45-7.82c-5.696 6.157-13.275 9.032-23.558 9.032-12.175 0-20.521-8.325-20.521-20.288 0-18.204 14.496-28.696 39.429-28.696 2.562 0 5.817.192 9.17.563.692-2.433.876-3.475.876-4.808 0-4.984-3.917-6.813-14.408-6.813-10.342.042-17.321 1.575-23.796 3.313l3.183-16.696c11.2-2.85 18.53-3.946 26.83-3.946 19.303 0 29.495 7.567 29.495 21.792.167 3.8-1.158 11.412-1.817 14.754-.762 4.85-6.112 32.97-6.666 39.612zm-16.388-33.196c-2.358-.246-3.392-.313-5.013-.313-12.72 0-19.178 3.788-19.178 11.268 0 4.695 3.154 7.633 8.054 7.633 9.154 0 15.758-7.654 16.138-18.588zM482.61 279c-6.12 1.675-10.896 2.408-16.054 2.408-11.433 0-17.671-5.846-17.671-16.254-.362-2.854 2.433-16.058 3.063-19.738.633-3.691 10.538-57.492 10.538-57.492h22.208l-3.355 17.8h11.392l-3.095 18.171h-11.442s-6.284 31.53-6.284 33.933c0 3.825 2.321 5.48 7.634 5.48 2.541 0 4.508-.23 6.029-.692l-2.963 16.383m110.47-42.359c0 16.775-6.88 26.708-17.754 26.708-7.92.112-12.725-6.525-12.725-16.475 0-11.792 7.008-25.112 18.271-25.112 9.092 0 12.208 7.212 12.208 14.879zm23.979.467c0-18.58-12.208-33.08-35.196-33.08-26.45 0-43.55 17.626-43.55 43.597 0 18.579 10.083 33.792 35.15 33.792 25.288 0 43.596-13.512 43.596-44.308zM502.4 205.72c-2.82 23.029-7.817 46.375-11.721 69.45l-.946 5.02h22.433c8.088-44.557 10.8-57.253 27.742-52.782l8.15-21.088c-11.817-4.338-19.425 1.854-26.308 10.658.621-3.963 1.792-7.784 1.508-11.258H502.4m-270.26 74.47H209.8l13.27-69.96-30.57 69.96h-20.36l-3.73-69.55-13.32 69.55h-20.27l17.26-91H187l1.85 56.33 24.57-56.33h36.33l-17.61 91" fill="#fff"/></g></svg>
 
assets/dist/images/mastercard.svg DELETED
@@ -1 +0,0 @@
1
- <svg width="750" height="471" xmlns="http://www.w3.org/2000/svg"><g fill="none"><rect fill="#000" width="750" height="471" rx="40"/><path d="M434.008 235.5c0 99.142-80.37 179.504-179.508 179.504S75 334.642 75 235.5c0-99.133 80.362-179.504 179.5-179.504 99.137 0 179.508 80.37 179.508 179.504" fill="#D9222A"/><path d="M495.492 55.996c-46.38 0-88.642 17.596-120.5 46.466a182.43 182.43 0 0 0-18.125 18.996h36.266a181.8 181.8 0 0 1 13.684 19.013h-63.634a178.716 178.716 0 0 0-10.341 19.008h84.312a179.19 179.19 0 0 1 7.6 19.004h-99.512a177.294 177.294 0 0 0-5.217 19.009h109.942a180.428 180.428 0 0 1 4.041 38.008c0 19.933-3.254 39.113-9.254 57.02h-99.512a177.651 177.651 0 0 0 7.595 19.01h84.317a179.97 179.97 0 0 1-10.346 19.012h-63.625a181.65 181.65 0 0 0 13.684 18.996h36.258a179.297 179.297 0 0 1-18.13 19.012c31.86 28.867 74.118 46.454 120.497 46.454C594.629 415.004 675 334.642 675 235.5c0-99.13-80.37-179.504-179.508-179.504" fill="#EE9F2D"/><path d="M651.075 335.558c0-3.2 2.592-5.8 5.796-5.8s5.796 2.6 5.796 5.8c0 3.2-2.592 5.8-5.796 5.8a5.798 5.798 0 0 1-5.796-5.8zm5.796 4.409a4.41 4.41 0 0 0 4.408-4.409 4.404 4.404 0 0 0-4.408-4.404 4.398 4.398 0 0 0-4.404 4.404 4.404 4.404 0 0 0 4.404 4.409zm-.783-1.859H654.9v-5.095h2.15c.45 0 .908 0 1.304.254.413.279.646.77.646 1.279 0 .57-.337 1.104-.883 1.312l.937 2.25h-1.316l-.78-2.016h-.87v2.016zm0-2.891h.658c.246 0 .504.02.725-.1.196-.125.296-.359.296-.584a.636.636 0 0 0-.288-.516c-.208-.13-.537-.1-.758-.1h-.633v1.3zm-443.501-80.063c-2.045-.237-2.945-.3-4.35-.3-11.045 0-16.637 3.788-16.637 11.267 0 4.612 2.73 7.546 6.987 7.546 7.938 0 13.659-7.559 14-18.513zm14.171 32.996h-16.146l.371-7.675c-4.925 6.067-11.496 8.95-20.425 8.95-10.562 0-17.804-8.25-17.804-20.23 0-18.024 12.596-28.54 34.217-28.54 2.208 0 5.041.2 7.941.57.605-2.442.763-3.487.763-4.8 0-4.908-3.396-6.738-12.5-6.738-9.533-.108-17.396 2.271-20.625 3.334.204-1.23 2.7-16.658 2.7-16.658 9.712-2.846 16.117-3.917 23.325-3.917 16.733 0 25.596 7.512 25.58 21.712.032 3.805-.597 8.5-1.58 14.671-1.692 10.73-5.32 33.717-5.817 39.321zm-62.158 0h-19.488l11.163-69.996-24.925 69.996h-13.28l-1.64-69.596-11.734 69.596H86.454l15.238-91.054h28.02l1.7 50.967 17.092-50.967h31.167L164.6 288.15m354.975-32.996c-2.037-.237-2.942-.3-4.342-.3-11.041 0-16.633 3.788-16.633 11.267 0 4.612 2.725 7.546 6.983 7.546 7.938 0 13.663-7.559 13.992-18.513zm14.183 32.996h-16.145l.366-7.675c-4.925 6.067-11.5 8.95-20.42 8.95-10.567 0-17.8-8.25-17.8-20.23 0-18.024 12.587-28.54 34.212-28.54 2.208 0 5.037.2 7.933.57.604-2.442.763-3.487.763-4.8 0-4.908-3.392-6.738-12.496-6.738-9.533-.108-17.388 2.271-20.63 3.334.205-1.23 2.709-16.658 2.709-16.658 9.713-2.846 16.113-3.917 23.313-3.917 16.741 0 25.604 7.512 25.587 21.712.033 3.805-.596 8.5-1.58 14.671-1.682 10.73-5.32 33.717-5.812 39.321zm-220.391-1.125c-5.334 1.68-9.492 2.4-14 2.4-9.963 0-15.4-5.725-15.4-16.267-.142-3.27 1.433-11.879 2.67-19.737 1.125-6.917 8.45-50.53 8.45-50.53h19.371l-2.262 11.209h11.7l-2.642 17.796h-11.742c-2.25 14.083-5.454 31.625-5.491 33.95 0 3.817 2.037 5.483 6.67 5.483 2.221 0 3.942-.225 5.255-.7l-2.58 16.396m59.392-.6c-6.654 2.033-13.075 3.017-19.879 3-21.683-.02-32.987-11.346-32.987-33.033 0-25.313 14.379-43.946 33.9-43.946 15.97 0 26.17 10.433 26.17 26.796 0 5.429-.7 10.729-2.387 18.212H339c-1.304 10.742 5.57 15.217 16.837 15.217 6.934 0 13.188-1.43 20.142-4.663l-3.22 18.417zm-10.887-43.9c.108-1.542 2.054-13.217-9.013-13.217-6.17 0-10.583 4.704-12.379 13.217h21.392zm-123.425-5.017c0 9.367 4.541 15.825 14.841 20.675 7.892 3.709 9.113 4.809 9.113 8.171 0 4.617-3.48 6.7-11.192 6.7-5.812 0-11.22-.908-17.458-2.92 0 0-2.563 16.32-2.68 17.1 4.43.966 8.38 1.862 20.28 2.191 20.562 0 30.058-7.83 30.058-24.75 0-10.175-3.975-16.146-13.737-20.633-8.171-3.75-9.109-4.588-9.109-8.046 0-4.004 3.238-6.046 9.538-6.046 3.825 0 9.05.408 14 1.113l2.775-17.175c-5.046-.8-12.696-1.442-17.15-1.442-21.8 0-29.346 11.387-29.28 25.062m229.088-23.116c5.413 0 10.459 1.42 17.413 4.92l3.187-19.762c-2.854-1.12-12.904-7.7-21.416-7.7-13.042 0-24.067 6.47-31.821 17.15-11.309-3.746-15.959 3.825-21.659 11.367l-5.062 1.179c.383-2.483.73-4.95.613-7.446h-17.896c-2.446 22.917-6.78 46.13-10.171 69.075l-.884 4.975h19.496c3.254-21.142 5.038-34.68 6.121-43.842l7.342-4.083c1.096-4.08 4.529-5.458 11.416-5.292a82.966 82.966 0 0 0-1.383 15.184c0 24.225 13.071 39.308 34.05 39.308 5.404 0 10.042-.712 17.221-2.658l3.43-20.759c-6.46 3.18-11.76 4.675-16.56 4.675-11.328 0-18.183-8.362-18.183-22.183 0-20.05 10.196-34.108 24.746-34.108" fill="#000"/><path fill="#FFF" d="M170.208 282.742h-19.491l11.17-69.988-24.925 69.988H123.68l-1.642-69.588-11.733 69.588H92.062L107.3 191.7h28.02l.788 56.363 18.904-56.363h30.267l-15.07 91.042"/><path d="M632.52 197.096l-4.32 26.308c-5.33-7.012-11.054-12.087-18.612-12.087-9.834 0-18.784 7.454-24.642 18.425-8.158-1.692-16.596-4.563-16.596-4.563l-.004.067c.658-6.133.92-9.875.862-11.146h-17.9c-2.437 22.917-6.77 46.13-10.158 69.075l-.892 4.975h19.492c2.633-17.096 4.65-31.292 6.133-42.55 6.659-6.017 9.992-11.267 16.721-10.917-2.979 7.205-4.725 15.505-4.725 24.017 0 18.513 9.367 30.725 23.534 30.725 7.141 0 12.62-2.462 17.966-8.17l-.912 6.883H636.9l14.842-91.042H632.52zm-24.37 73.942c-6.633 0-9.983-4.909-9.983-14.596 0-14.554 6.27-24.875 15.112-24.875 6.696 0 10.321 5.104 10.321 14.508 0 14.68-6.37 24.963-15.45 24.963z" fill="#000"/><path d="M218.192 249.758c-2.042-.237-2.946-.3-4.346-.3-11.046 0-16.634 3.788-16.634 11.267 0 4.604 2.73 7.546 6.98 7.546 7.945 0 13.666-7.558 14-18.513zm14.179 32.984h-16.146l.367-7.663c-4.921 6.054-11.5 8.95-20.421 8.95-10.567 0-17.804-8.25-17.804-20.229 0-18.033 12.591-28.542 34.216-28.542 2.209 0 5.042.2 7.938.571.604-2.442.762-3.487.762-4.808 0-4.908-3.391-6.73-12.496-6.73-9.537-.108-17.395 2.272-20.629 3.322.204-1.226 2.7-16.638 2.7-16.638 9.709-2.858 16.121-3.93 23.321-3.93 16.738 0 25.604 7.518 25.588 21.705.029 3.82-.605 8.512-1.584 14.675-1.687 10.725-5.32 33.725-5.812 39.317zm261.375-88.592l-3.192 19.767c-6.95-3.496-12-4.921-17.408-4.921-14.55 0-24.75 14.058-24.75 34.108 0 13.821 6.858 22.18 18.183 22.18 4.8 0 10.096-1.492 16.554-4.676l-3.42 20.75c-7.184 1.959-11.817 2.671-17.226 2.671-20.975 0-34.05-15.083-34.05-39.308 0-32.55 18.059-55.3 43.888-55.3 8.508 0 18.563 3.608 21.42 4.729m31.443 55.608c-2.042-.237-2.942-.3-4.346-.3-11.042 0-16.634 3.788-16.634 11.267 0 4.604 2.73 7.546 6.984 7.546 7.937 0 13.662-7.558 13.996-18.513zm14.179 32.984h-16.15l.37-7.663c-4.924 6.054-11.5 8.95-20.42 8.95-10.563 0-17.804-8.25-17.804-20.229 0-18.033 12.595-28.542 34.212-28.542 2.213 0 5.042.2 7.942.571.6-2.442.762-3.487.762-4.808 0-4.908-3.391-6.73-12.496-6.73-9.533-.108-17.395 2.272-20.629 3.322.204-1.226 2.704-16.638 2.704-16.638 9.709-2.858 16.117-3.93 23.317-3.93 16.742 0 25.604 7.518 25.583 21.705.034 3.82-.595 8.512-1.579 14.675-1.683 10.725-5.325 33.725-5.812 39.317zm-220.392-1.122c-5.338 1.68-9.496 2.41-14 2.41-9.963 0-15.4-5.726-15.4-16.267-.138-3.28 1.437-11.88 2.675-19.738 1.12-6.925 8.446-50.533 8.446-50.533h19.366l-2.258 11.212h9.942l-2.646 17.788h-9.975c-2.25 14.091-5.463 31.62-5.496 33.95 0 3.829 2.042 5.483 6.671 5.483 2.22 0 3.937-.217 5.254-.692l-2.579 16.388m59.392-.591c-6.65 2.033-13.08 3.012-19.88 3-21.683-.022-32.987-11.347-32.987-33.034 0-25.321 14.38-43.95 33.9-43.95 15.97 0 26.17 10.429 26.17 26.8 0 5.433-.7 10.733-2.382 18.212h-38.575c-1.305 10.742 5.57 15.221 16.837 15.221 6.93 0 13.188-1.433 20.137-4.675l-3.22 18.425zm-10.892-43.913c.117-1.538 2.058-13.217-9.013-13.217-6.166 0-10.579 4.717-12.375 13.217h21.388zm-123.421-5.004c0 9.366 4.542 15.816 14.842 20.675 7.891 3.708 9.112 4.812 9.112 8.17 0 4.617-3.483 6.7-11.187 6.7-5.817 0-11.225-.908-17.467-2.92 0 0-2.554 16.32-2.67 17.1 4.42.966 8.374 1.85 20.274 2.191 20.567 0 30.059-7.829 30.059-24.746 0-10.179-3.971-16.15-13.738-20.637-8.167-3.758-9.112-4.583-9.112-8.046 0-4 3.245-6.058 9.541-6.058 3.821 0 9.046.42 14.004 1.125l2.771-17.18c-5.041-.8-12.691-1.441-17.146-1.441-21.804 0-29.345 11.379-29.283 25.067m398.454 50.629h-18.437l.917-6.892c-5.346 5.717-10.825 8.18-17.967 8.18-14.167 0-23.53-12.213-23.53-30.726 0-24.629 14.522-45.392 31.709-45.392 7.558 0 13.28 3.088 18.604 10.096l4.325-26.308h19.221l-14.842 91.042zm-28.745-17.109c9.075 0 15.45-10.283 15.45-24.954 0-9.404-3.63-14.508-10.325-14.508-8.838 0-15.117 10.317-15.117 24.875 0 9.687 3.358 14.587 9.992 14.587zm-56.843-56.929c-2.44 22.917-6.774 46.13-10.162 69.063l-.891 4.975h19.491c6.971-45.275 8.659-54.117 19.588-53.009 1.742-9.266 4.983-17.383 7.4-21.479-8.163-1.7-12.721 2.913-18.688 11.675.471-3.787 1.334-7.466 1.163-11.225h-17.9m-160.421 0c-2.446 22.917-6.78 46.13-10.167 69.063l-.887 4.975h19.5c6.962-45.275 8.646-54.117 19.57-53.009 1.75-9.266 4.992-17.383 7.4-21.479-8.154-1.7-12.716 2.913-18.678 11.675.47-3.787 1.325-7.466 1.162-11.225h-17.9m254.567 68.242c0-3.213 2.596-5.8 5.796-5.8a5.79 5.79 0 0 1 5.795 5.8 5.797 5.797 0 0 1-5.795 5.796 5.8 5.8 0 0 1-5.796-5.796zm5.796 4.404a4.403 4.403 0 0 0 4.404-4.404 4.404 4.404 0 0 0-4.404-4.408 4.41 4.41 0 0 0-4.409 4.408 4.41 4.41 0 0 0 4.409 4.404zm-.784-1.87h-1.187v-5.084h2.154c.446 0 .908.008 1.296.254.416.283.654.767.654 1.275 0 .575-.338 1.113-.888 1.317l.942 2.237h-1.32l-.78-2.008h-.87v2.008zm0-2.88h.654c.246 0 .513.017.73-.1.195-.125.295-.362.295-.587a.677.677 0 0 0-.287-.525c-.204-.117-.542-.084-.763-.084h-.629v1.296z" fill="#FFF"/></g></svg>
 
assets/dist/images/paypal.png DELETED
Binary file
assets/dist/images/spinner-2x.gif DELETED
Binary file
assets/dist/images/spinner.gif DELETED
Binary file
assets/dist/images/ui-icons_444444_256x240.png DELETED
Binary file
assets/dist/images/ui-icons_555555_256x240.png DELETED
Binary file
assets/dist/images/ui-icons_777620_256x240.png DELETED
Binary file
assets/dist/images/ui-icons_777777_256x240.png DELETED
Binary file
assets/dist/images/ui-icons_cc0000_256x240.png DELETED
Binary file
assets/dist/images/ui-icons_ffffff_256x240.png DELETED
Binary file
assets/dist/images/unionpay.svg DELETED
@@ -1 +0,0 @@
1
- <svg width="750" height="471" xmlns="http://www.w3.org/2000/svg"><g fill="none"><rect fill="#FFF" width="750" height="471" rx="40"/><path d="M201.81 55h142.393c19.87 0 32.287 16.406 27.63 36.47L305.5 378.948c-4.656 20.064-24.629 36.47-44.498 36.47H118.61c-19.87 0-32.287-16.406-27.63-36.47L157.311 91.47C161.968 71.302 181.837 55 201.706 55h.104z" fill="#D10429"/><path d="M331.75 55h163.815c19.869 0 10.866 16.406 6.209 36.47L435.44 378.948c-4.657 20.064-3.208 36.47-23.077 36.47H248.549c-19.972 0-32.287-16.406-27.527-36.47L287.356 91.47C292.012 71.302 311.88 55 331.854 55h-.104z" fill="#022E64"/><path d="M489.815 55h142.394c19.869 0 32.287 16.406 27.63 36.47l-66.333 287.478c-4.657 20.064-24.63 36.47-44.498 36.47H406.614c-19.972 0-32.287-16.406-27.63-36.47L445.317 91.47C449.974 71.302 469.843 55 489.711 55h.104z" fill="#076F74"/><path d="M465.905 326.015h13.453l3.829-13.063h-13.35l-3.932 13.063zm10.762-35.948l-4.657 15.466s5.071-2.613 7.865-3.449c2.794-.627 6.933-1.15 6.933-1.15l3.208-10.763h-13.452l.103-.104zm6.727-22.154l-4.45 14.839s4.967-2.3 7.761-3.03c2.794-.732 6.933-.941 6.933-.941l3.208-10.764h-13.349l-.103-.104zm29.7 0l-17.386 57.997h4.657l-3.622 12.017h-4.657l-1.138 3.658H474.39l1.139-3.658H442l3.311-11.076h3.415l17.593-58.938L469.837 256h16.868l-1.76 5.956s4.45-3.239 8.797-4.389c4.243-1.149 28.665-1.567 28.665-1.567l-3.622 11.808h-5.795l.103.105z" fill="#FEFEFE"/><path d="M520 256h18.006l.207 6.792c-.103 1.15.828 1.672 3.001 1.672h3.622l-3.311 11.182h-9.728c-8.382.627-11.59-3.03-11.383-7.106l-.31-12.436L520 256zm2.216 53.2h-17.178l2.897-9.927h19.662l2.794-9.092H511.04L514.351 279h53.812l-3.311 11.181h-18.11l-2.794 9.092h18.11l-3.002 9.927h-19.558l-3.518 4.18h7.968l1.966 12.54c.207 1.254.207 2.09.62 2.613.415.418 2.795.627 4.14.627h2.38l-3.725 12.226h-6.106c-.93 0-2.38-.104-4.346-.104-1.863-.21-3.104-1.254-4.346-1.881-1.139-.523-2.794-1.881-3.208-4.285l-1.863-12.54-8.9 12.331c-2.794 3.867-6.622 6.897-13.142 6.897H495l3.311-10.868h4.76c1.346 0 2.588-.522 3.52-1.045.93-.418 1.758-.836 2.586-2.194l13.04-18.497zM334.314 282h45.429l-3.312 10.972h-18.11l-2.793 9.3h18.627l-3.415 11.287h-18.524l-4.553 15.152c-.517 1.672 4.45 1.881 6.209 1.881l9.314-1.254-3.726 12.54h-20.904c-1.655 0-2.897-.209-4.76-.627-1.76-.418-2.587-1.254-3.311-2.403-.725-1.254-1.967-2.195-1.139-4.912l6.002-20.064H325l3.415-11.495h10.348l2.794-9.3H331.21l3.312-10.973-.207-.104zm31.387-19.835h18.627l-3.415 11.39h-25.457l-2.794 2.404c-1.242 1.15-1.552.732-3.105 1.568-1.448.731-4.45 2.194-8.382 2.194H333l3.311-10.972h2.484c2.07 0 3.519-.21 4.243-.627.828-.523 1.76-1.672 2.69-3.553l4.657-8.569h18.524l-3.208 6.27v-.105zm35.108 18.81s5.07-4.702 13.763-6.165c1.966-.418 14.384-.21 14.384-.21l1.863-6.27h-26.181l-3.83 12.75v-.105zm24.629 4.807h-25.975l-1.552 5.33h22.56c2.69-.314 3.208.104 3.415-.105l1.655-5.225h-.103zm-33.736-29.678h15.833l-2.276 8.047s4.967-4.076 8.485-5.539c3.519-1.254 11.383-2.508 11.383-2.508l25.664-.104-8.796 29.469c-1.449 5.016-3.208 8.255-4.243 9.823-.93 1.463-2.07 2.821-4.346 4.075-2.173 1.15-4.14 1.881-6.002 1.986-1.656.104-4.346.209-7.865.209h-24.732l-6.934 23.303c-.62 2.299-.931 3.448-.517 4.075.31.523 1.242 1.15 2.38 1.15l10.866-1.045-3.726 12.749h-12.21c-3.933 0-6.727-.105-8.693-.21-1.863-.208-3.83 0-5.175-1.044-1.138-1.045-2.897-2.404-2.794-3.762.104-1.254.621-3.344 1.45-6.27l22.248-74.404z" fill="#FEFEFE"/><path d="M437.84 303l-1.449 7.106c-.62 2.194-1.138 3.866-2.794 5.33-1.759 1.462-3.725 3.03-8.485 3.03l-8.796.418-.104 7.942c-.103 2.194.518 1.985.828 2.403.414.418.724.523 1.138.732l2.794-.21 8.383-.417-3.519 11.704h-9.624c-6.726 0-11.797-.21-13.35-1.463-1.655-1.045-1.862-2.3-1.862-4.598l.62-31.141h15.42l-.207 6.374h3.725c1.242 0 2.174-.104 2.691-.418.517-.313.828-.836 1.035-1.567l1.552-5.016h12.108l-.104-.209zM218.47 147c-.517 2.508-10.451 48.592-10.451 48.592-2.174 9.3-3.726 15.989-8.9 20.273-3.001 2.508-6.52 3.657-10.555 3.657-6.52 0-10.245-3.239-10.866-9.404l-.104-2.09s1.966-12.436 1.966-12.54c0 0 10.349-42.009 12.212-47.548.103-.313.103-.522.103-.627-20.18.21-23.801 0-24.008-.313-.104.418-.621 3.03-.621 3.03l-10.556 47.34-.932 3.97L154 214.508c0 3.866.724 7.105 2.277 9.718 4.863 8.569 18.627 9.823 26.388 9.823 10.038 0 19.455-2.195 25.767-6.061 11.073-6.584 13.97-16.929 16.454-26.02l1.242-4.703s10.659-43.576 12.522-49.219c.103-.314.103-.523.207-.627-14.695.104-18.938 0-20.387-.314V147zm59.03 86.623c-7.141-.105-9.728-.105-18.11.313l-.311-.627c.724-3.24 1.552-6.374 2.173-9.614l1.035-4.389c1.552-6.792 3.001-14.839 3.208-17.242.207-1.463.62-5.12-3.519-5.12-1.759 0-3.518.835-5.38 1.671-1.036 3.658-3.002 13.899-4.037 18.497-2.07 9.823-2.173 10.972-3.104 15.78l-.621.626c-7.347-.104-9.934-.104-18.42.314L230 233.1c1.449-5.852 2.794-11.704 4.14-17.556 3.518-15.78 4.45-21.84 5.38-29.887l.725-.418c8.279-1.149 10.245-1.463 19.248-3.239l.724.836-1.345 5.016c1.552-.94 3.001-1.881 4.553-2.613 4.243-2.09 8.9-2.717 11.487-2.717 3.932 0 8.279 1.15 10.038 5.748 1.656 4.075.62 9.091-1.656 19.019l-1.138 5.016c-2.277 11.077-2.69 13.062-3.933 20.586l-.827.627.103.105zm29.058.027c-4.346 0-7.14-.104-9.83 0-2.691 0-5.278.21-9.314.314l-.207-.314-.207-.418c1.138-4.18 1.656-5.643 2.277-7.106.517-1.463 1.034-2.926 2.07-7.21 1.241-5.539 2.069-9.405 2.586-12.854.621-3.24.932-6.06 1.346-9.3l.31-.209.31-.314c4.347-.627 7.038-1.045 9.832-1.463 2.794-.418 5.691-.94 10.141-1.776l.207.418.103.418-2.483 10.345c-.828 3.449-1.656 6.897-2.38 10.346-1.553 7.315-2.277 10.032-2.587 12.017-.414 1.881-.518 2.822-1.139 6.584l-.414.313-.414.314-.207-.105zm45.941-25.675c-.31 1.881-1.966 8.883-4.139 11.809-1.552 2.194-3.312 3.553-5.381 3.553-.621 0-4.14 0-4.243-5.33 0-2.612.517-5.33 1.138-8.255 1.863-8.465 4.14-15.466 9.831-15.466 4.45 0 4.76 5.225 2.794 13.69zm18.73.836c2.484-11.077.518-16.302-1.862-19.437-3.725-4.807-10.348-6.374-17.178-6.374-4.14 0-13.867.418-21.525 7.524-5.484 5.12-8.071 12.122-9.52 18.81-1.553 6.792-3.312 19.019 7.865 23.617 3.414 1.463 8.382 1.88 11.59 1.88 8.175 0 16.557-2.298 22.87-8.986 4.863-5.434 7.036-13.585 7.864-17.034h-.103zm174.433 26.08c-8.693-.104-11.176-.104-19.145.314l-.517-.627c2.173-8.256 4.346-16.616 6.313-24.976 2.483-10.868 3.104-15.466 3.932-21.84l.62-.523c8.59-1.254 10.97-1.567 19.973-3.239l.207.731c-1.656 6.897-3.208 13.69-4.864 20.482-3.311 14.317-4.45 21.632-5.691 29.156l-.828.627v-.105z" fill="#FEFEFE"/><path d="M533.16 209.374c-.414 1.776-2.07 8.882-4.243 11.808-1.449 2.09-4.967 3.449-6.933 3.449-.621 0-4.036 0-4.243-5.225 0-2.613.517-5.33 1.138-8.256 1.863-8.255 4.14-15.257 9.831-15.257 4.45 0 6.416 5.12 4.45 13.585v-.104zm17.075.836c2.483-11.077-7.658-.94-9.21-4.598-2.484-5.748-.932-17.243-10.866-21.109-3.829-1.568-12.832.418-20.49 7.524-5.381 5.016-8.072 12.017-9.52 18.705-1.553 6.688-3.312 19.02 7.76 23.304 3.52 1.567 6.727 1.985 9.935 1.776 11.177-.627 19.662-17.66 25.975-24.348 4.863-5.33 5.691 1.985 6.416-1.254zm-129.943 23.413c-7.14-.105-9.624-.105-18.006.313l-.31-.627c.724-3.24 1.552-6.374 2.276-9.614l.931-4.389c1.553-6.792 3.105-14.839 3.208-17.242.207-1.463.621-5.12-3.415-5.12-1.759 0-3.621.835-5.38 1.671-.932 3.658-3.002 13.899-4.037 18.497-1.966 9.823-2.173 10.972-3.104 15.78l-.621.626c-7.347-.104-9.934-.104-18.42.314L373 233.1c1.449-5.852 2.794-11.704 4.14-17.556 3.518-15.78 4.346-21.84 5.38-29.887l.621-.418c8.28-1.149 10.349-1.463 19.248-3.239l.725.836-1.242 5.016c1.449-.94 3.001-1.881 4.45-2.613 4.243-2.09 8.9-2.717 11.486-2.717 3.933 0 8.176 1.15 10.038 5.748 1.656 4.075.518 9.091-1.759 19.019l-1.138 5.016c-2.38 11.077-2.69 13.062-3.933 20.586l-.827.627.103.105zm62.001-86.519l-6.002.105c-15.523.209-21.732.104-24.215-.209-.207 1.15-.621 3.135-.621 3.135s-5.588 25.916-5.588 26.02c0 0-13.246 55.176-13.867 57.788 13.556-.209 19.041-.209 21.421.105.518-2.613 3.622-17.974 3.726-17.974 0 0 2.69-11.286 2.794-11.704 0 0 .827-1.15 1.655-1.672h1.242c11.694 0 24.836 0 35.185-7.628 7.037-5.225 11.797-13.063 13.97-22.468.517-2.299.931-5.016.931-7.837 0-3.658-.724-7.21-2.794-10.032-5.277-7.42-15.73-7.524-27.837-7.629zm7.761 27.066c-1.241 5.747-4.967 10.659-9.727 12.958-3.932 1.985-8.693 2.194-13.66 2.194h-3.208l.207-1.254s5.899-25.916 5.899-25.811l.207-1.359.103-1.045 2.38.21s12.211 1.044 12.418 1.044c4.76 1.881 6.83 6.688 5.381 13.063zm127.207 8.666l-.724-.836c-8.796 1.776-10.452 2.09-18.524 3.24l-.62.626c0 .105-.104.21-.104.418v-.104c-6.002 14.107-5.899 11.077-10.762 22.154 0-.523 0-.836-.104-1.359l-1.242-24.035-.724-.836c-9.314 1.777-9.52 2.09-18.006 3.24l-.621.627c-.104.313-.104.627-.104.94l.104.105c1.035 5.538.828 4.284 1.863 12.958.517 4.284 1.138 8.569 1.655 12.749.828 7.106 1.346 10.554 2.38 21.318-5.795 9.614-7.14 13.271-12.728 21.735l.31.836c8.383-.313 10.245-.313 16.454-.313l1.346-1.568c4.656-10.136 40.255-71.79 40.255-71.79l-.104-.105zm-302.717 6.922c4.76-3.344 5.38-7.942 1.345-10.345-4.036-2.404-11.176-1.672-15.937 1.672-4.76 3.24-5.277 7.837-1.241 10.345 3.932 2.3 11.072 1.672 15.833-1.672z" fill="#FEFEFE"/><path d="M575.735 256.104l-6.934 12.018c-2.173 4.075-6.312 7.21-12.728 7.21L545 275.123l3.208-10.868h2.173c1.138 0 1.966-.104 2.587-.418.621-.209.932-.627 1.449-1.254l4.14-6.583h17.281l-.103.104z" fill="#FEFEFE"/></g></svg>
 
assets/dist/images/visa.svg DELETED
@@ -1 +0,0 @@
1
- <svg width="750" height="471" xmlns="http://www.w3.org/2000/svg"><g fill="none"><rect fill="#0E4595" width="750" height="471" rx="40"/><path fill="#FFF" d="M278.197 334.228l33.361-195.763h53.36l-33.385 195.763zm246.111-191.54c-10.572-3.966-27.137-8.222-47.823-8.222-52.725 0-89.865 26.55-90.18 64.603-.298 28.13 26.513 43.822 46.753 53.186 20.77 9.594 27.752 15.714 27.654 24.283-.132 13.121-16.587 19.116-31.923 19.116-21.357 0-32.703-2.966-50.226-10.276l-6.876-3.111-7.49 43.824c12.464 5.464 35.51 10.198 59.438 10.443 56.09 0 92.501-26.246 92.916-66.882.2-22.268-14.016-39.216-44.8-53.188-18.65-9.055-30.072-15.099-29.951-24.268 0-8.137 9.667-16.839 30.556-16.839 17.45-.27 30.089 3.535 39.937 7.5l4.781 2.26 7.234-42.43m137.307-4.222h-41.231c-12.774 0-22.332 3.487-27.942 16.234l-79.245 179.404h56.032s9.161-24.123 11.233-29.418c6.124 0 60.554.084 68.337.084 1.596 6.853 6.491 29.334 6.491 29.334h49.513l-43.188-195.638zm-65.418 126.407c4.413-11.279 21.26-54.723 21.26-54.723-.316.522 4.38-11.334 7.075-18.684l3.606 16.879s10.217 46.728 12.352 56.528h-44.293zM232.903 138.465l-52.24 133.496-5.567-27.13c-9.725-31.273-40.025-65.155-73.898-82.118l47.766 171.203 56.456-.065 84.004-195.386h-56.521"/><path d="M131.92 138.465H45.879l-.681 4.073c66.938 16.204 111.231 55.363 129.618 102.414l-18.71-89.96c-3.23-12.395-12.597-16.094-24.186-16.526" fill="#F2AE14"/></g></svg>
 
assets/dist/js/admin-shortcode-button.js DELETED
@@ -1 +0,0 @@
1
- !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=340)}({340:function(e,t,n){e.exports=n(341)},341:function(e,t,n){}});
 
assets/dist/js/admin-shortcodes.js DELETED
@@ -1,13 +0,0 @@
1
- !function(e){var t={};function n(o){if(t[o])return t[o].exports;var i=t[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(o,i,function(t){return e[t]}.bind(null,i));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=342)}({342:function(e,t){
2
- /*!
3
- * Give Admin Shortcodes JS
4
- *
5
- * @description: The Give Admin Shortcode scripts. Only enqueued on the admin widgets screen; used to show shortcode dialogs, show/hide, and other functions
6
- * @package: Give
7
- * @subpackage: Assets/JS
8
- * @author: Paul Ryley
9
- * @copyright: Copyright (c) 2016, GiveWP
10
- * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
11
- * @since: 1.3.0
12
- */
13
- var n,o;jQuery(function(e){var t=e(this);window.render_continue_button_title_field=function(){var t=e(".mce-txt",".mce-give-display-style").text();-1!==e.inArray(t,["- Select -","All Fields"])?e(".mce-give-continue-button-title").closest(".mce-container").hide():e(".mce-give-continue-button-title").closest(".mce-container").show()},window.scForm={open:function(t){var o,i,r,c,s,a=tinymce.get(t);a&&(o={action:"give_shortcode",shortcode:n},e.post(ajaxurl,o,function(t){if(t.body){if(0===t.body.length)return window.send_to_editor("["+t.shortcode+"]"),void scForm.destroy();e.each(t.body,function(e,n){"display_style"===n.name&&(t.body[e].onselect=function(){render_continue_button_title_field()})});var o={title:t.title,body:t.body,classes:"sc-popup",minWidth:320,buttons:[{text:t.ok,classes:"primary sc-primary",onclick:function(){for(var e in s=a.windowManager.getWindows()[0],r=scShortcodes[n],c=!0,r)if(r.hasOwnProperty(e)&&void 0!==(i=s.find("#"+e)[0])&&""===i.state.data.value){c=!1,new Give.modal.GiveErrorAlert({modalContent:{desc:r[e],cancelBtnTitle:Give.fn.getGlobalVar("ok")}}).render();break}c&&s.submit()}},{text:t.close,onclick:"close"}],onsubmit:function(e){var n="";for(var o in e.data)e.data.hasOwnProperty(o)&&""!==e.data[o]&&(n+=" "+o+'="'+e.data[o]+'"');window.send_to_editor("["+t.shortcode+n+"]")},onclose:function(){scForm.destroy()},onopen:function(){var t=e(".mce-sc-popup");t.css({width:t.width(),height:t.height(),overflow:"auto"}),render_continue_button_title_field()}};t.ok.constructor===Array&&(o.buttons[0].text=t.ok[0],o.buttons[0].onclick="close",delete o.buttons[1]),a.windowManager.open(o)}else console.error("Bad AJAX response!")}))},destroy:function(){var t=e("#scTemp");t.length&&(tinymce.get("scTemp").remove(),t.remove())}};var i=function(){void 0!==o&&o.removeClass("active").parent().find(".sc-menu").hide()};t.on("click",function(t){e(t.target).closest(".sc-wrap").length||i()}),t.on("click",".sc-button",function(t){t.preventDefault(),(o=e(this)).hasClass("active")?i():o.addClass("active").parent().find(".sc-menu").show()}),t.on("click",".sc-shortcode",function(t){t.preventDefault(),(n=e(this).attr("data-shortcode"))?(tinymce.get(window.wpActiveEditor)?tinymce.execCommand("Give_Shortcode"):(e("#scTemp").length||(e("body").append('<textarea id="scTemp" style="display: none;" />'),tinymce.init({mode:"exact",elements:"scTemp",plugins:["give_shortcode","wplink"]})),setTimeout(function(){tinymce.execCommand("Give_Shortcode")},200)),setTimeout(function(){i()},100)):console.warn("That is not a valid shortcode link.")})})}});
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/dist/js/admin.js DELETED
@@ -1,72 +0,0 @@
1
- !function(e){var t={};function i(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)i.d(n,o,function(t){return e[t]}.bind(null,o));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=153)}({11:function(e,t){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(t){return"function"==typeof Symbol&&"symbol"===i(Symbol.iterator)?e.exports=n=function(e){return i(e)}:e.exports=n=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":i(e)},n(t)}e.exports=n},12:function(e,t,i){var n=i(11),o=i(31);e.exports=function(e,t){return!t||"object"!==n(t)&&"function"!=typeof t?o(e):t}},13:function(e,t){function i(t){return e.exports=i=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},i(t)}e.exports=i},14:function(e,t,i){var n=i(59);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&n(e,t)}},142:function(e,t,i){
2
- /*!
3
- * clipboard.js v2.0.4
4
- * https://zenorocha.github.io/clipboard.js
5
- *
6
- * Licensed MIT © Zeno Rocha
7
- */
8
- var n;n=function(){return function(e){var t={};function i(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}return i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)i.d(n,o,function(t){return e[t]}.bind(null,o));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=0)}([function(e,t,i){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=function(){function e(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,i,n){return i&&e(t.prototype,i),n&&e(t,n),t}}(),a=l(i(1)),r=l(i(3)),s=l(i(4));function l(e){return e&&e.__esModule?e:{default:e}}var c=function(e){function t(e,i){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return n.resolveOptions(i),n.listenClick(e),n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,r.default),o(t,[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===n(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=(0,s.default)(e,"click",function(e){return t.onClick(e)})}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new a.default({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return d("action",e)}},{key:"defaultTarget",value:function(e){var t=d("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return d("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,i=!!document.queryCommandSupported;return t.forEach(function(e){i=i&&!!document.queryCommandSupported(e)}),i}}]),t}();function d(e,t){var i="data-clipboard-"+e;if(t.hasAttribute(i))return t.getAttribute(i)}e.exports=c},function(e,t,i){"use strict";var n,o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a=function(){function e(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,i,n){return i&&e(t.prototype,i),n&&e(t,n),t}}(),r=i(2),s=(n=r)&&n.__esModule?n:{default:n};var l=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.resolveOptions(t),this.initSelection()}return a(e,[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var e=this,t="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[t?"right":"left"]="-9999px";var i=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=i+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=(0,s.default)(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=(0,s.default)(this.target),this.copyText()}},{key:"copyText",value:function(){var e=void 0;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==(void 0===e?"undefined":o(e))||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}]),e}();e.exports=l},function(e,t){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var i=e.hasAttribute("readonly");i||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),i||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var n=window.getSelection(),o=document.createRange();o.selectNodeContents(e),n.removeAllRanges(),n.addRange(o),t=n.toString()}return t}},function(e,t){function i(){}i.prototype={on:function(e,t,i){var n=this.e||(this.e={});return(n[e]||(n[e]=[])).push({fn:t,ctx:i}),this},once:function(e,t,i){var n=this;function o(){n.off(e,o),t.apply(i,arguments)}return o._=t,this.on(e,o,i)},emit:function(e){for(var t=[].slice.call(arguments,1),i=((this.e||(this.e={}))[e]||[]).slice(),n=0,o=i.length;n<o;n++)i[n].fn.apply(i[n].ctx,t);return this},off:function(e,t){var i=this.e||(this.e={}),n=i[e],o=[];if(n&&t)for(var a=0,r=n.length;a<r;a++)n[a].fn!==t&&n[a].fn._!==t&&o.push(n[a]);return o.length?i[e]=o:delete i[e],this}},e.exports=i},function(e,t,i){var n=i(5),o=i(6);e.exports=function(e,t,i){if(!e&&!t&&!i)throw new Error("Missing required arguments");if(!n.string(t))throw new TypeError("Second argument must be a String");if(!n.fn(i))throw new TypeError("Third argument must be a Function");if(n.node(e))return function(e,t,i){return e.addEventListener(t,i),{destroy:function(){e.removeEventListener(t,i)}}}(e,t,i);if(n.nodeList(e))return function(e,t,i){return Array.prototype.forEach.call(e,function(e){e.addEventListener(t,i)}),{destroy:function(){Array.prototype.forEach.call(e,function(e){e.removeEventListener(t,i)})}}}(e,t,i);if(n.string(e))return function(e,t,i){return o(document.body,e,t,i)}(e,t,i);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var i=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===i||"[object HTMLCollection]"===i)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},function(e,t,i){var n=i(7);function o(e,t,i,o,a){var r=function(e,t,i,o){return function(i){i.delegateTarget=n(i.target,t),i.delegateTarget&&o.call(e,i)}}.apply(this,arguments);return e.addEventListener(i,r,a),{destroy:function(){e.removeEventListener(i,r,a)}}}e.exports=function(e,t,i,n,a){return"function"==typeof e.addEventListener?o.apply(null,arguments):"function"==typeof i?o.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,function(e){return o(e,t,i,n,a)}))}},function(e,t){var i=9;if("undefined"!=typeof Element&&!Element.prototype.matches){var n=Element.prototype;n.matches=n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}e.exports=function(e,t){for(;e&&e.nodeType!==i;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}}])},e.exports=n()},153:function(e,t,i){i(154),e.exports=i(347)},154:function(e,t,i){},155:function(e,t){(function(){var e,t,i,n,o=function(e,t){return function(){return e.apply(t,arguments)}},a={}.hasOwnProperty;(n=function(){function e(){this.options_index=0,this.parsed=[]}return e.prototype.add_node=function(e){return"OPTGROUP"===e.nodeName.toUpperCase()?this.add_group(e):this.add_option(e)},e.prototype.add_group=function(e){var t,i,n,o,a,r;for(t=this.parsed.length,this.parsed.push({array_index:t,group:!0,label:e.label,title:e.title?e.title:void 0,children:0,disabled:e.disabled,classes:e.className}),r=[],i=0,n=(a=e.childNodes).length;i<n;i++)o=a[i],r.push(this.add_option(o,t,e.disabled));return r},e.prototype.add_option=function(e,t,i){if("OPTION"===e.nodeName.toUpperCase())return""!==e.text?(null!=t&&(this.parsed[t].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:e.value,text:e.text,html:e.innerHTML,title:e.title?e.title:void 0,selected:e.selected,disabled:!0===i?i:e.disabled,group_array_index:t,group_label:null!=t?this.parsed[t].label:null,classes:e.className,style:e.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1},e}()).select_to_array=function(e){var t,i,o,a,r;for(a=new n,i=0,o=(r=e.childNodes).length;i<o;i++)t=r[i],a.add_node(t);return a.parsed},t=function(){function e(t,i){this.form_field=t,this.options=null!=i?i:{},this.label_click_handler=o(this.label_click_handler,this),e.browser_is_supported()&&(this.is_multiple=this.form_field.multiple,this.set_default_text(),this.set_default_values(),this.setup(),this.set_up_html(),this.register_observers(),this.on_ready())}return e.prototype.set_default_values=function(){var e;return this.click_test_action=(e=this,function(t){return e.test_active_click(t)}),this.activate_action=function(e){return function(t){return e.activate_field(t)}}(this),this.active_field=!1,this.mouse_on_container=!1,this.results_showing=!1,this.result_highlighted=null,this.is_rtl=this.options.rtl||/\bchosen-rtl\b/.test(this.form_field.className),this.allow_single_deselect=null!=this.options.allow_single_deselect&&null!=this.form_field.options[0]&&""===this.form_field.options[0].text&&this.options.allow_single_deselect,this.disable_search_threshold=this.options.disable_search_threshold||0,this.disable_search=this.options.disable_search||!1,this.enable_split_word_search=null==this.options.enable_split_word_search||this.options.enable_split_word_search,this.group_search=null==this.options.group_search||this.options.group_search,this.search_contains=this.options.search_contains||!1,this.single_backstroke_delete=null==this.options.single_backstroke_delete||this.options.single_backstroke_delete,this.max_selected_options=this.options.max_selected_options||1/0,this.inherit_select_classes=this.options.inherit_select_classes||!1,this.display_selected_options=null==this.options.display_selected_options||this.options.display_selected_options,this.display_disabled_options=null==this.options.display_disabled_options||this.options.display_disabled_options,this.include_group_label_in_selected=this.options.include_group_label_in_selected||!1,this.max_shown_results=this.options.max_shown_results||Number.POSITIVE_INFINITY,this.case_sensitive_search=this.options.case_sensitive_search||!1,this.hide_results_on_select=null==this.options.hide_results_on_select||this.options.hide_results_on_select},e.prototype.set_default_text=function(){return this.form_field.getAttribute("data-placeholder")?this.default_text=this.form_field.getAttribute("data-placeholder"):this.is_multiple?this.default_text=this.options.placeholder_text_multiple||this.options.placeholder_text||e.default_multiple_text:this.default_text=this.options.placeholder_text_single||this.options.placeholder_text||e.default_single_text,this.default_text=this.escape_html(this.default_text),this.results_none_found=this.form_field.getAttribute("data-no_results_text")||this.options.no_results_text||e.default_no_result_text},e.prototype.choice_label=function(e){return this.include_group_label_in_selected&&null!=e.group_label?"<b class='group-name'>"+this.escape_html(e.group_label)+"</b>"+e.html:e.html},e.prototype.mouse_enter=function(){return this.mouse_on_container=!0},e.prototype.mouse_leave=function(){return this.mouse_on_container=!1},e.prototype.input_focus=function(e){if(this.is_multiple){if(!this.active_field)return setTimeout((t=this,function(){return t.container_mousedown()}),50)}else if(!this.active_field)return this.activate_field();var t},e.prototype.input_blur=function(e){if(!this.mouse_on_container)return this.active_field=!1,setTimeout((t=this,function(){return t.blur_test()}),100);var t},e.prototype.label_click_handler=function(e){return this.is_multiple?this.container_mousedown(e):this.activate_field()},e.prototype.results_option_build=function(e){var t,i,n,o,a,r,s;for(t="",s=0,o=0,a=(r=this.results_data).length;o<a&&(n="",""!==(n=(i=r[o]).group?this.result_add_group(i):this.result_add_option(i))&&(s++,t+=n),(null!=e?e.first:void 0)&&(i.selected&&this.is_multiple?this.choice_build(i):i.selected&&!this.is_multiple&&this.single_set_selected_text(this.choice_label(i))),!(s>=this.max_shown_results));o++);return t},e.prototype.result_add_option=function(e){var t,i;return e.search_match&&this.include_option_in_results(e)?(t=[],e.disabled||e.selected&&this.is_multiple||t.push("active-result"),!e.disabled||e.selected&&this.is_multiple||t.push("disabled-result"),e.selected&&t.push("result-selected"),null!=e.group_array_index&&t.push("group-option"),""!==e.classes&&t.push(e.classes),(i=document.createElement("li")).className=t.join(" "),e.style&&(i.style.cssText=e.style),i.setAttribute("data-option-array-index",e.array_index),i.innerHTML=e.highlighted_html||e.html,e.title&&(i.title=e.title),this.outerHTML(i)):""},e.prototype.result_add_group=function(e){var t,i;return(e.search_match||e.group_match)&&e.active_options>0?((t=[]).push("group-result"),e.classes&&t.push(e.classes),(i=document.createElement("li")).className=t.join(" "),i.innerHTML=e.highlighted_html||this.escape_html(e.label),e.title&&(i.title=e.title),this.outerHTML(i)):""},e.prototype.results_update_field=function(){if(this.set_default_text(),this.is_multiple||this.results_reset_cleanup(),this.result_clear_highlight(),this.results_build(),this.results_showing)return this.winnow_results()},e.prototype.reset_single_select_options=function(){var e,t,i,n,o;for(o=[],e=0,t=(i=this.results_data).length;e<t;e++)(n=i[e]).selected?o.push(n.selected=!1):o.push(void 0);return o},e.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},e.prototype.results_search=function(e){return this.results_showing?this.winnow_results():this.results_show()},e.prototype.winnow_results=function(e){var t,i,n,o,a,r,s,l,c,d,u,h,f,p,g;for(this.no_results_clear(),d=0,t=(s=this.get_search_text()).replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),c=this.get_search_regex(t),n=0,o=(l=this.results_data).length;n<o;n++)(a=l[n]).search_match=!1,u=null,h=null,a.highlighted_html="",this.include_option_in_results(a)&&(a.group&&(a.group_match=!1,a.active_options=0),null!=a.group_array_index&&this.results_data[a.group_array_index]&&(0===(u=this.results_data[a.group_array_index]).active_options&&u.search_match&&(d+=1),u.active_options+=1),g=a.group?a.label:a.text,a.group&&!this.group_search||(h=this.search_string_match(g,c),a.search_match=null!=h,a.search_match&&!a.group&&(d+=1),a.search_match?(s.length&&(f=h.index,r=g.slice(0,f),i=g.slice(f,f+s.length),p=g.slice(f+s.length),a.highlighted_html=this.escape_html(r)+"<em>"+this.escape_html(i)+"</em>"+this.escape_html(p)),null!=u&&(u.group_match=!0)):null!=a.group_array_index&&this.results_data[a.group_array_index].search_match&&(a.search_match=!0)));return this.result_clear_highlight(),d<1&&s.length?(this.update_results_content(""),this.no_results(s)):(this.update_results_content(this.results_option_build()),(null!=e?e.skip_highlight:void 0)?void 0:this.winnow_results_set_highlight())},e.prototype.get_search_regex=function(e){var t,i;return i=this.search_contains?e:"(^|\\s|\\b)"+e+"[^\\s]*",this.enable_split_word_search||this.search_contains||(i="^"+i),t=this.case_sensitive_search?"":"i",new RegExp(i,t)},e.prototype.search_string_match=function(e,t){var i;return i=t.exec(e),!this.search_contains&&(null!=i?i[1]:void 0)&&(i.index+=1),i},e.prototype.choices_count=function(){var e,t,i;if(null!=this.selected_option_count)return this.selected_option_count;for(this.selected_option_count=0,e=0,t=(i=this.form_field.options).length;e<t;e++)i[e].selected&&(this.selected_option_count+=1);return this.selected_option_count},e.prototype.choices_click=function(e){if(e.preventDefault(),this.activate_field(),!this.results_showing&&!this.is_disabled)return this.results_show()},e.prototype.keydown_checker=function(e){var t,i;switch(i=null!=(t=e.which)?t:e.keyCode,this.search_field_scale(),8!==i&&this.pending_backstroke&&this.clear_backstroke(),i){case 8:this.backstroke_length=this.get_search_field_value().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(e),this.mouse_on_container=!1;break;case 13:case 27:this.results_showing&&e.preventDefault();break;case 32:this.disable_search&&e.preventDefault();break;case 38:e.preventDefault(),this.keyup_arrow();break;case 40:e.preventDefault(),this.keydown_arrow()}},e.prototype.keyup_checker=function(e){var t,i;switch(i=null!=(t=e.which)?t:e.keyCode,this.search_field_scale(),i){case 8:this.is_multiple&&this.backstroke_length<1&&this.choices_count()>0?this.keydown_backstroke():this.pending_backstroke||(this.result_clear_highlight(),this.results_search());break;case 13:e.preventDefault(),this.results_showing&&this.result_select(e);break;case 27:this.results_showing&&this.results_hide();break;case 9:case 16:case 17:case 18:case 38:case 40:case 91:break;default:this.results_search()}},e.prototype.clipboard_event_checker=function(e){var t;if(!this.is_disabled)return setTimeout((t=this,function(){return t.results_search()}),50)},e.prototype.container_width=function(){return null!=this.options.width?this.options.width:this.form_field.offsetWidth+"px"},e.prototype.include_option_in_results=function(e){return!(this.is_multiple&&!this.display_selected_options&&e.selected)&&(!(!this.display_disabled_options&&e.disabled)&&!e.empty)},e.prototype.search_results_touchstart=function(e){return this.touch_started=!0,this.search_results_mouseover(e)},e.prototype.search_results_touchmove=function(e){return this.touch_started=!1,this.search_results_mouseout(e)},e.prototype.search_results_touchend=function(e){if(this.touch_started)return this.search_results_mouseup(e)},e.prototype.outerHTML=function(e){var t;return e.outerHTML?e.outerHTML:((t=document.createElement("div")).appendChild(e),t.innerHTML)},e.prototype.get_single_html=function(){return'<a class="chosen-single chosen-default">\n <span>'+this.default_text+'</span>\n <div><b></b></div>\n</a>\n<div class="chosen-drop">\n <div class="chosen-search">\n <input class="chosen-search-input" type="text" autocomplete="off" />\n </div>\n <ul class="chosen-results"></ul>\n</div>'},e.prototype.get_multi_html=function(){return'<ul class="chosen-choices">\n <li class="search-field">\n <input class="chosen-search-input" type="text" autocomplete="off" value="'+this.default_text+'" />\n </li>\n</ul>\n<div class="chosen-drop">\n <ul class="chosen-results"></ul>\n</div>'},e.prototype.get_no_results_html=function(e){return'<li class="no-results">\n '+this.results_none_found+" <span>"+this.escape_html(e)+"</span>\n</li>"},e.browser_is_supported=function(){return"Microsoft Internet Explorer"===window.navigator.appName?document.documentMode>=8:!(/iP(od|hone)/i.test(window.navigator.userAgent)||/IEMobile/i.test(window.navigator.userAgent)||/Windows Phone/i.test(window.navigator.userAgent)||/BlackBerry/i.test(window.navigator.userAgent)||/BB10/i.test(window.navigator.userAgent)||/Android.*Mobile/i.test(window.navigator.userAgent))},e.default_multiple_text="Select Some Options",e.default_single_text="Select an Option",e.default_no_result_text="No results match",e}(),(e=jQuery).fn.extend({chosen:function(n){return t.browser_is_supported()?this.each(function(t){var o,a;a=(o=e(this)).data("chosen"),"destroy"!==n?a instanceof i||o.data("chosen",new i(this,n)):a instanceof i&&a.destroy()}):this}}),i=function(i){function o(){return o.__super__.constructor.apply(this,arguments)}return function(e,t){for(var i in t)a.call(t,i)&&(e[i]=t[i]);function n(){this.constructor=e}n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype}(o,t),o.prototype.setup=function(){return this.form_field_jq=e(this.form_field),this.current_selectedIndex=this.form_field.selectedIndex},o.prototype.set_up_html=function(){var t,i;return(t=["chosen-container"]).push("chosen-container-"+(this.is_multiple?"multi":"single")),this.inherit_select_classes&&this.form_field.className&&t.push(this.form_field.className),this.is_rtl&&t.push("chosen-rtl"),i={class:t.join(" "),title:this.form_field.title},this.form_field.id.length&&(i.id=this.form_field.id.replace(/[^\w]/g,"_")+"_chosen"),this.container=e("<div />",i),this.container.width(this.container_width()),this.is_multiple?this.container.html(this.get_multi_html()):this.container.html(this.get_single_html()),this.form_field_jq.hide().after(this.container),this.dropdown=this.container.find("div.chosen-drop").first(),this.search_field=this.container.find("input").first(),this.search_results=this.container.find("ul.chosen-results").first(),this.search_field_scale(),this.search_no_results=this.container.find("li.no-results").first(),this.is_multiple?(this.search_choices=this.container.find("ul.chosen-choices").first(),this.search_container=this.container.find("li.search-field").first()):(this.search_container=this.container.find("div.chosen-search").first(),this.selected_item=this.container.find(".chosen-single").first()),this.results_build(),this.set_tab_index(),this.set_label_behavior()},o.prototype.on_ready=function(){return this.form_field_jq.trigger("chosen:ready",{chosen:this})},o.prototype.register_observers=function(){var e;return this.container.on("touchstart.chosen",(e=this,function(t){e.container_mousedown(t)})),this.container.on("touchend.chosen",function(e){return function(t){e.container_mouseup(t)}}(this)),this.container.on("mousedown.chosen",function(e){return function(t){e.container_mousedown(t)}}(this)),this.container.on("mouseup.chosen",function(e){return function(t){e.container_mouseup(t)}}(this)),this.container.on("mouseenter.chosen",function(e){return function(t){e.mouse_enter(t)}}(this)),this.container.on("mouseleave.chosen",function(e){return function(t){e.mouse_leave(t)}}(this)),this.search_results.on("mouseup.chosen",function(e){return function(t){e.search_results_mouseup(t)}}(this)),this.search_results.on("mouseover.chosen",function(e){return function(t){e.search_results_mouseover(t)}}(this)),this.search_results.on("mouseout.chosen",function(e){return function(t){e.search_results_mouseout(t)}}(this)),this.search_results.on("mousewheel.chosen DOMMouseScroll.chosen",function(e){return function(t){e.search_results_mousewheel(t)}}(this)),this.search_results.on("touchstart.chosen",function(e){return function(t){e.search_results_touchstart(t)}}(this)),this.search_results.on("touchmove.chosen",function(e){return function(t){e.search_results_touchmove(t)}}(this)),this.search_results.on("touchend.chosen",function(e){return function(t){e.search_results_touchend(t)}}(this)),this.form_field_jq.on("chosen:updated.chosen",function(e){return function(t){e.results_update_field(t)}}(this)),this.form_field_jq.on("chosen:activate.chosen",function(e){return function(t){e.activate_field(t)}}(this)),this.form_field_jq.on("chosen:open.chosen",function(e){return function(t){e.container_mousedown(t)}}(this)),this.form_field_jq.on("chosen:close.chosen",function(e){return function(t){e.close_field(t)}}(this)),this.search_field.on("blur.chosen",function(e){return function(t){e.input_blur(t)}}(this)),this.search_field.on("keyup.chosen",function(e){return function(t){e.keyup_checker(t)}}(this)),this.search_field.on("keydown.chosen",function(e){return function(t){e.keydown_checker(t)}}(this)),this.search_field.on("focus.chosen",function(e){return function(t){e.input_focus(t)}}(this)),this.search_field.on("cut.chosen",function(e){return function(t){e.clipboard_event_checker(t)}}(this)),this.search_field.on("paste.chosen",function(e){return function(t){e.clipboard_event_checker(t)}}(this)),this.is_multiple?this.search_choices.on("click.chosen",function(e){return function(t){e.choices_click(t)}}(this)):this.container.on("click.chosen",function(e){e.preventDefault()})},o.prototype.destroy=function(){return e(this.container[0].ownerDocument).off("click.chosen",this.click_test_action),this.form_field_label.length>0&&this.form_field_label.off("click.chosen"),this.search_field[0].tabIndex&&(this.form_field_jq[0].tabIndex=this.search_field[0].tabIndex),this.container.remove(),this.form_field_jq.removeData("chosen"),this.form_field_jq.show()},o.prototype.search_field_disabled=function(){return this.is_disabled=this.form_field.disabled||this.form_field_jq.parents("fieldset").is(":disabled"),this.container.toggleClass("chosen-disabled",this.is_disabled),this.search_field[0].disabled=this.is_disabled,this.is_multiple||this.selected_item.off("focus.chosen",this.activate_field),this.is_disabled?this.close_field():this.is_multiple?void 0:this.selected_item.on("focus.chosen",this.activate_field)},o.prototype.container_mousedown=function(t){var i;if(!this.is_disabled)return!t||"mousedown"!==(i=t.type)&&"touchstart"!==i||this.results_showing||t.preventDefault(),null!=t&&e(t.target).hasClass("search-choice-close")?void 0:(this.active_field?this.is_multiple||!t||e(t.target)[0]!==this.selected_item[0]&&!e(t.target).parents("a.chosen-single").length||(t.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),e(this.container[0].ownerDocument).on("click.chosen",this.click_test_action),this.results_show()),this.activate_field())},o.prototype.container_mouseup=function(e){if("ABBR"===e.target.nodeName&&!this.is_disabled)return this.results_reset(e)},o.prototype.search_results_mousewheel=function(e){var t;if(e.originalEvent&&(t=e.originalEvent.deltaY||-e.originalEvent.wheelDelta||e.originalEvent.detail),null!=t)return e.preventDefault(),"DOMMouseScroll"===e.type&&(t*=40),this.search_results.scrollTop(t+this.search_results.scrollTop())},o.prototype.blur_test=function(e){if(!this.active_field&&this.container.hasClass("chosen-container-active"))return this.close_field()},o.prototype.close_field=function(){return e(this.container[0].ownerDocument).off("click.chosen",this.click_test_action),this.active_field=!1,this.results_hide(),this.container.removeClass("chosen-container-active"),this.clear_backstroke(),this.show_search_field_default(),this.search_field_scale(),this.search_field.blur()},o.prototype.activate_field=function(){if(!this.is_disabled)return this.container.addClass("chosen-container-active"),this.active_field=!0,this.search_field.val(this.search_field.val()),this.search_field.focus()},o.prototype.test_active_click=function(t){var i;return(i=e(t.target).closest(".chosen-container")).length&&this.container[0]===i[0]?this.active_field=!0:this.close_field()},o.prototype.results_build=function(){return this.parsing=!0,this.selected_option_count=null,this.results_data=n.select_to_array(this.form_field),this.is_multiple?this.search_choices.find("li.search-choice").remove():(this.single_set_selected_text(),this.disable_search||this.form_field.options.length<=this.disable_search_threshold?(this.search_field[0].readOnly=!0,this.container.addClass("chosen-container-single-nosearch")):(this.search_field[0].readOnly=!1,this.container.removeClass("chosen-container-single-nosearch"))),this.update_results_content(this.results_option_build({first:!0})),this.search_field_disabled(),this.show_search_field_default(),this.search_field_scale(),this.parsing=!1},o.prototype.result_do_highlight=function(e){var t,i,n,o,a;if(e.length){if(this.result_clear_highlight(),this.result_highlight=e,this.result_highlight.addClass("highlighted"),o=(n=parseInt(this.search_results.css("maxHeight"),10))+(a=this.search_results.scrollTop()),(t=(i=this.result_highlight.position().top+this.search_results.scrollTop())+this.result_highlight.outerHeight())>=o)return this.search_results.scrollTop(t-n>0?t-n:0);if(i<a)return this.search_results.scrollTop(i)}},o.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},o.prototype.results_show=function(){return this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.container.addClass("chosen-with-drop"),this.results_showing=!0,this.search_field.focus(),this.search_field.val(this.get_search_field_value()),this.winnow_results(),this.form_field_jq.trigger("chosen:showing_dropdown",{chosen:this}))},o.prototype.update_results_content=function(e){return this.search_results.html(e)},o.prototype.results_hide=function(){return this.results_showing&&(this.result_clear_highlight(),this.container.removeClass("chosen-with-drop"),this.form_field_jq.trigger("chosen:hiding_dropdown",{chosen:this})),this.results_showing=!1},o.prototype.set_tab_index=function(e){var t;if(this.form_field.tabIndex)return t=this.form_field.tabIndex,this.form_field.tabIndex=-1,this.search_field[0].tabIndex=t},o.prototype.set_label_behavior=function(){if(this.form_field_label=this.form_field_jq.parents("label"),!this.form_field_label.length&&this.form_field.id.length&&(this.form_field_label=e("label[for='"+this.form_field.id+"']")),this.form_field_label.length>0)return this.form_field_label.on("click.chosen",this.label_click_handler)},o.prototype.show_search_field_default=function(){return this.is_multiple&&this.choices_count()<1&&!this.active_field?(this.search_field.val(this.default_text),this.search_field.addClass("default")):(this.search_field.val(""),this.search_field.removeClass("default"))},o.prototype.search_results_mouseup=function(t){var i;if((i=e(t.target).hasClass("active-result")?e(t.target):e(t.target).parents(".active-result").first()).length)return this.result_highlight=i,this.result_select(t),this.search_field.focus()},o.prototype.search_results_mouseover=function(t){var i;if(i=e(t.target).hasClass("active-result")?e(t.target):e(t.target).parents(".active-result").first())return this.result_do_highlight(i)},o.prototype.search_results_mouseout=function(t){if(e(t.target).hasClass("active-result")||e(t.target).parents(".active-result").first())return this.result_clear_highlight()},o.prototype.choice_build=function(t){var i,n,o;return i=e("<li />",{class:"search-choice"}).html("<span>"+this.choice_label(t)+"</span>"),t.disabled?i.addClass("search-choice-disabled"):((n=e("<a />",{class:"search-choice-close","data-option-array-index":t.array_index})).on("click.chosen",(o=this,function(e){return o.choice_destroy_link_click(e)})),i.append(n)),this.search_container.before(i)},o.prototype.choice_destroy_link_click=function(t){if(t.preventDefault(),t.stopPropagation(),!this.is_disabled)return this.choice_destroy(e(t.target))},o.prototype.choice_destroy=function(e){if(this.result_deselect(e[0].getAttribute("data-option-array-index")))return this.active_field?this.search_field.focus():this.show_search_field_default(),this.is_multiple&&this.choices_count()>0&&this.get_search_field_value().length<1&&this.results_hide(),e.parents("li").first().remove(),this.search_field_scale()},o.prototype.results_reset=function(){if(this.reset_single_select_options(),this.form_field.options[0].selected=!0,this.single_set_selected_text(),this.show_search_field_default(),this.results_reset_cleanup(),this.trigger_form_field_change(),this.active_field)return this.results_hide()},o.prototype.results_reset_cleanup=function(){return this.current_selectedIndex=this.form_field.selectedIndex,this.selected_item.find("abbr").remove()},o.prototype.result_select=function(e){var t,i;if(this.result_highlight)return t=this.result_highlight,this.result_clear_highlight(),this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.is_multiple?t.removeClass("active-result"):this.reset_single_select_options(),t.addClass("result-selected"),(i=this.results_data[t[0].getAttribute("data-option-array-index")]).selected=!0,this.form_field.options[i.options_index].selected=!0,this.selected_option_count=null,this.is_multiple?this.choice_build(i):this.single_set_selected_text(this.choice_label(i)),this.is_multiple&&(!this.hide_results_on_select||e.metaKey||e.ctrlKey)?e.metaKey||e.ctrlKey?this.winnow_results({skip_highlight:!0}):(this.search_field.val(""),this.winnow_results()):(this.results_hide(),this.show_search_field_default()),(this.is_multiple||this.form_field.selectedIndex!==this.current_selectedIndex)&&this.trigger_form_field_change({selected:this.form_field.options[i.options_index].value}),this.current_selectedIndex=this.form_field.selectedIndex,e.preventDefault(),this.search_field_scale())},o.prototype.single_set_selected_text=function(e){return null==e&&(e=this.default_text),e===this.default_text?this.selected_item.addClass("chosen-default"):(this.single_deselect_control_build(),this.selected_item.removeClass("chosen-default")),this.selected_item.find("span").html(e)},o.prototype.result_deselect=function(e){var t;return t=this.results_data[e],!this.form_field.options[t.options_index].disabled&&(t.selected=!1,this.form_field.options[t.options_index].selected=!1,this.selected_option_count=null,this.result_clear_highlight(),this.results_showing&&this.winnow_results(),this.trigger_form_field_change({deselected:this.form_field.options[t.options_index].value}),this.search_field_scale(),!0)},o.prototype.single_deselect_control_build=function(){if(this.allow_single_deselect)return this.selected_item.find("abbr").length||this.selected_item.find("span").first().after('<abbr class="search-choice-close"></abbr>'),this.selected_item.addClass("chosen-single-with-deselect")},o.prototype.get_search_field_value=function(){return this.search_field.val()},o.prototype.get_search_text=function(){return e.trim(this.get_search_field_value())},o.prototype.escape_html=function(t){return e("<div/>").text(t).html()},o.prototype.winnow_results_set_highlight=function(){var e,t;if(null!=(e=(t=this.is_multiple?[]:this.search_results.find(".result-selected.active-result")).length?t.first():this.search_results.find(".active-result").first()))return this.result_do_highlight(e)},o.prototype.no_results=function(e){var t;return t=this.get_no_results_html(e),this.search_results.append(t),this.form_field_jq.trigger("chosen:no_results",{chosen:this})},o.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},o.prototype.keydown_arrow=function(){var e;return this.results_showing&&this.result_highlight?(e=this.result_highlight.nextAll("li.active-result").first())?this.result_do_highlight(e):void 0:this.results_show()},o.prototype.keyup_arrow=function(){var e;return this.results_showing||this.is_multiple?this.result_highlight?(e=this.result_highlight.prevAll("li.active-result")).length?this.result_do_highlight(e.first()):(this.choices_count()>0&&this.results_hide(),this.result_clear_highlight()):void 0:this.results_show()},o.prototype.keydown_backstroke=function(){var e;return this.pending_backstroke?(this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke()):(e=this.search_container.siblings("li.search-choice").last()).length&&!e.hasClass("search-choice-disabled")?(this.pending_backstroke=e,this.single_backstroke_delete?this.keydown_backstroke():this.pending_backstroke.addClass("search-choice-focus")):void 0},o.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},o.prototype.search_field_scale=function(){var t,i,n,o,a,r,s;if(this.is_multiple){for(a={position:"absolute",left:"-1000px",top:"-1000px",display:"none",whiteSpace:"pre"},i=0,n=(r=["fontSize","fontStyle","fontWeight","fontFamily","lineHeight","textTransform","letterSpacing"]).length;i<n;i++)a[o=r[i]]=this.search_field.css(o);return(t=e("<div />").css(a)).text(this.get_search_field_value()),e("body").append(t),s=t.width()+25,t.remove(),this.container.is(":visible")&&(s=Math.min(this.container.outerWidth()-10,s)),this.search_field.width(s)}},o.prototype.trigger_form_field_change=function(e){return this.form_field_jq.trigger("input",e),this.form_field_jq.trigger("change",e