Give – Donation Plugin and Fundraising Platform - Version 2.0.4

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.4
Comparing to
See all releases

Code changes from version 2.0.3 to 2.0.4

assets/css/give-admin-rtl.css CHANGED
@@ -444,6 +444,409 @@
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
  * Give Frontend Fonts SCSS
449
  *
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
  *
assets/css/give-admin-rtl.min.css CHANGED
@@ -8,4 +8,14 @@
8
  * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
9
  */.give-clearfix:after,.type-download .addon-content:after{clear:both}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}#give-payments-filter .give-payment-id,.give-item-label-gray{background-color:#929292}.give-item-label-orange{background-color:#ffba00}.give-item-label{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.give-item-label:hover{color:#fff;text-decoration:none}/*! Hint.css - v2.5.0 - 2017-04-23
10
  * http://kushagragour.in/lab/hint/
11
- * Copyright (c) 2017 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:100% 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:-4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;right:50%}.hint--top:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);transform:translateX(50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(50%) translateY(-8px);-moz-transform:translateX(50%) translateY(-8px);transform:translateX(50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;right:50%}.hint--bottom:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);transform:translateX(50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(50%) translateY(8px);-moz-transform:translateX(50%) translateY(8px);transform:translateX(50%) translateY(8px)}.hint--right:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{right:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--left:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{left:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;right:50%}.hint--top-left:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translateX(100%);margin-right:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(100%) translateY(-8px);-moz-transform:translateX(100%) translateY(-8px);transform:translateX(100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;right:50%}.hint--top-right:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-right:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;right:50%}.hint--bottom-left:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translateX(100%);margin-right:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(100%) translateY(8px);-moz-transform:translateX(100%) translateY(8px);transform:translateX(100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;right:50%}.hint--bottom-right:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-right:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.dashicons-give:before,[class*=" give-icon-"],[class^=give-icon-]{line-height:1;font-family:give-icomoon;font-style:normal;font-weight:400}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-right-color:#b34e4d}.hint--error.hint--right:before{border-left-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-right-color:#c09854}.hint--warning.hint--right:before{border-left-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-right-color:#3986ac}.hint--info.hint--right:before{border-left-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-right-color:#458746}.hint--success.hint--right:before{border-left-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(50%) translateY(-8px);-moz-transform:translateX(50%) translateY(-8px);transform:translateX(50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(100%) translateY(-8px);-moz-transform:translateX(100%) translateY(-8px);transform:translateX(100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(50%) translateY(8px);-moz-transform:translateX(50%) translateY(8px);transform:translateX(50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(100%) translateY(8px);-moz-transform:translateX(100%) translateY(8px);transform:translateX(100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}@font-face{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-icon-lamp:before{content:"\e603"}.give-icon-heart:before{content:"\e604"}.give-icon-question:before{content:"\e602"}.give-icon-info:before{content:"\e601"}.give-icon-new-tab:before{content:"\ea7e"}.give-icon-alert:before{content:"\f02d"}.give-icon-help:before{content:"\e606"}.give-icon-spinner:before{content:"\e605"}.give-icon-spinner2:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before{content:"\e600"}#dashboard_right_now .give-forms-count:before,.dashicons-give:before{font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;content:"\e800";speak:none;-moz-osx-font-smoothing:grayscale}.fa-spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@font-face{font-family:give-icomoon;font-weight:400;font-style:normal}.give-metabox-tabs li .give-icon:before{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;vertical-align:top;line-height:20px;margin:0 0 0 5px}.give-metabox-tabs li .give-icon-default:before{content:"\e903"}.give-metabox-tabs li .give-icon-heart:before{content:"\e604"}.give-metabox-tabs li .give-icon-target:before{content:"\e901"}.give-metabox-tabs li .give-icon-display:before{content:"\e90c"}.give-metabox-tabs li .give-icon-edit:before{content:"\e902"}.give-metabox-tabs li .give-icon-checklist:before{position:relative;top:1px;content:"\e900"}.give-metabox-tabs li .give-icon-purse:before{content:"\e8df"}.give-metabox-tabs li .dashicons{font-size:14px;width:14px;line-height:20px}.give-grid-row{position:relative;width:100%}.give-grid-row [class^=give-grid-col]{float:right;margin:.5rem 1%;min-height:.125rem}.give-grid-row::after{content:"";display:table;clear:both}.give-grid-col-1{width:6.33333%}.give-grid-col-2{width:14.66667%}.give-grid-col-3{width:23%}.give-grid-col-4{width:31.33333%}.give-grid-col-5{width:39.66667%}.give-grid-col-6{width:48%}.give-grid-col-7{width:56.33333%}.give-grid-col-8{width:64.66667%}.give-grid-col-9{width:73%}.give-grid-col-10{width:81.33333%}.give-grid-col-11{width:89.66667%}.give-grid-col-12{width:98%}@media only screen and (max-width:33.75em){.give-grid-row [class^=give-grid-col]{width:98%}}#_give_donation_levels_repeat .cmb-group-title,#_give_donation_levels_repeat .cmb-row>.cmb-remove-group-row,#_give_donation_levels_repeat .cmb-row>.handlediv,.cmb-type-levels-id,.cmb2-id--give-custom-amount-minimum,.cmb2-id--give-custom-amount-text,.cmb2-id--give-display-style,.cmb2-id--give-form-content,.cmb2-id--give-levels-header,.cmb2-id--give-levels-header+.cmb-repeat-group-wrap,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-reveal-label,.cmb2-id--give-set-price,.give-hidden,.post-type-give_forms .tablenav #post-query-submit{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row .cmb2-radio-list label{font-size:12px}div.cmb-type-levels-repeater-header+div.cmb-repeat-group-wrap{padding:0!important;margin:0!important;min-width:100%;max-width:0}.cmb2-id--give-levels-header{padding:10px 12px 0!important;margin:0!important;background:#F7F7F7;border-bottom:none!important}.cmb2-id--give-levels-header .table-container{display:table;width:100%;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9}.cmb2-id--give-levels-header .table-container>.table-row{display:table-row;background:#FCFCFC}.cmb2-id--give-levels-header .table-container>.table-row>.table-cell{display:table-cell;vertical-align:middle;padding:10px 15px;border-left:1px solid #e9e9e9}#_give_donation_levels_repeat .cmbhandle,.cmb2-id--give-levels-header .table-container>.table-row>.table-cell.col-id{display:none}#_give_donation_levels_repeat{background:#F7F7F7;padding:0 12px 20px 1px;box-sizing:border-box}#_give_donation_levels_repeat .cmb-row,#_give_donation_levels_repeat .inside{margin:0}#_give_donation_levels_repeat .cmb-remove-field-row{margin:3px 0 0}#_give_donation_levels_repeat .cmb-remove-field-row .button{height:25px;padding:0 3px}#_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no{line-height:1.15em}#_give_donation_levels_repeat .cmb-add-row{margin:12px 0 0}.give-time-field{width:65px}.give-money-field{width:75px;margin-left:0;margin-right:0}.give-money-symbol{border:1px solid #DDD;background:#FCFCFC;margin:0;font-size:14px;padding:5px 8px}.give-money-symbol-before{border-left:0;margin-left:-4px}.give-money-symbol-after{margin-right:-5px}.give_options_panel input[type=text],.give_options_panel input[type=email]{padding:5px;width:100%}input.give-text-small,input.give-text_small{width:100px!important}input.give-text-medium,input.give-text_medium{width:200px!important}.give-underline{text-decoration:underline}.postbox-container .cmb-row{margin:0}.postbox-container .cmb-row .cmb-th label{padding-right:8px}#give-bulk-donors div[id^=give-donor-]{display:block;overflow:hidden}@media only screen and (min-width:851px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{float:right;border-bottom:none;padding-left:10px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-th{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-td{float:right;width:100%}.cmb-type-give-default-radio-inline .cmb-td{margin-top:5px}}@media only screen and (min-width:851px) and (max-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{width:100%;padding-top:0}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-type-text-money{width:105px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money{width:65px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field{width:160px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline{margin-right:20px}.col-amount{width:70px}.col-text{width:140px}.col-sort{display:none!important}.give-money-field{width:55px}}@media only screen and (min-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{float:left}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{padding-left:20px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row.cmb-row{padding-left:0}.col-amount{width:93px}.col-text{width:195px}.col-sort{width:100px}.give-multilevel-text-field{width:205px}}@media only screen and (max-width:850px){div.cmb-type-levels-repeater-header{display:none!important}}.shortcode-wrap{margin:1px 11px 12px 14px}.shortcode-wrap label{margin:0 0 3px;display:block;cursor:default}.shortcode-wrap .shortcode-input{margin:0;width:100%}.cmb2-id--give-content-option,.cmb2-id--give-customize-offline-donations,.cmb2-id--give-goal-option,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-terms-option{border-bottom:none!important;margin:0!important}.cmb2-id--give-agree-label,.cmb2-id--give-form-content,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-set-goal{border-top:1px solid #e9e9e9!important}.cmb2-id--give-agree-label,.cmb2-id--give-agree-text{display:none}input.shortcode-input{width:100%}.price .give_price_range_high,.price .give_price_range_low,.price .give_price_range_sep{display:inline-block}#side-sortables .cmb-th label:after{display:none}#side-sortables .cmb2-id--give-show-register-form{padding:10px 0 0!important}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row{padding-top:10px}#side-sortables .cmb-row .cmb2-metabox-description{padding-bottom:0}.cmb2-metabox-description{line-height:1.5;display:block}.give-tooltip{margin:0 3px;padding:0;font-size:14px;-moz-transition:.2s all linear;-o-transition:.2s all linear;transition:.2s all linear;color:rgba(51,51,51,.5);position:relative;top:1px}.give-tooltip:hover{color:#333}#give-metabox-form-data .inside{margin:0;padding:0}#give-metabox-form-data .give-metabox-panel-wrap{background:#fff;overflow:hidden}#give-metabox-form-data .give_options_panel{display:none;padding-right:170px}#give-metabox-form-data .give_options_panel.active,.no-js #give-metabox-form-data .give_options_panel{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:1em 162px 1em 20px;margin:0;border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-field-wrap>label,#give-metabox-form-data .give_options_panel .give-field-wrap>span.give-field-label{float:right;width:135px;padding:0;margin:2px -150px 0 0;line-height:18px;font-size:12px;font-weight:400}#give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-top:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-field-wrap ul{margin:0}#give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe,#give-metabox-form-data .give_options_panel .give-field-wrap textarea{min-height:250px!important}#give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap{display:inline-block;width:100%}#give-metabox-form-data .give_options_panel textarea.give-field{width:100%}#give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap:last-child{border-bottom:0}#give-metabox-form-data .give_options_panel .give-inline-radio-fields li{display:inline-block;margin-left:15px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section{padding:10px;background:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper{width:100%;background-color:#fff;border-collapse:collapse}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row{border-bottom:15px solid #f5f5f5;background-color:#fff}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template{display:none}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child{border-bottom:10px solid #f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column{padding:0}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove{float:left;width:22px;height:36px;padding:0;display:block;text-align:center;line-height:34px;font-size:21px;font-weight:300;cursor:pointer}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover{background-color:red;color:#fff;width:22px;height:22px;border-radius:30px;margin-top:8px;line-height:19px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head{border-bottom:1px solid #eee;cursor:move}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2{text-align:right!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before{content:"\f140"}.give-filter:after,.give-filters:after{content:""}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before{margin-right:7px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap{background-color:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row{margin:5px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child{border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight{background-color:#68bb6c}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name{border:0!important;padding:0!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-bottom:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper{display:table!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper{border-bottom:0}#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove{display:none!important}#give-metabox-form-data .give-metabox-tabs{margin:0;max-width:170px;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#give-metabox-form-data .give-metabox-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#give-metabox-form-data .give-metabox-tabs li{margin:0;padding:0;display:block;position:relative}#give-metabox-form-data .give-metabox-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee;overflow:hidden}#give-metabox-form-data .give-metabox-tabs li a span.give-label{width:122px;display:inline-block}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li{background-color:#f1f1f1}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a{border-bottom-color:#e5e5e5}#give-export-payments div.chosen-container ul.chosen-choices,#give-export-payments select,.type-download{border:1px solid #ddd}#give-metabox-form-data .give-metabox-tabs li.active>a{color:#555;position:relative;background-color:#eee}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active>a{background-color:#ddd}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs{display:block;position:absolute;bottom:0;right:166px;width:170px;max-height:250px}@media only screen and (min-width:851px) and (max-width:1025px),(max-width:550px){#give-metabox-form-data ul.give-metabox-tabs{min-width:40px}#give-metabox-form-data ul.give-metabox-tabs li>a{text-align:center}#give-metabox-form-data ul.give-metabox-tabs li>a:before{margin-left:0;font-size:15px}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-label{display:none}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-icon:before{margin:0}#give-metabox-form-data .give_options_panel{padding-right:40px}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:10px}#give-metabox-form-data .give_options_panel .give-field-wrap label,#give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label{display:block;float:none;margin:0 0 10px;font-size:14px;width:100%}}#give-export-payments .give_forms_categories,#give-export-payments .give_forms_tags{min-width:250px;margin:0 0 10px;display:block}#give-export-payments .give_forms_categories input,#give-export-payments .give_forms_tags input{color:#999}#give-export-payments div.chosen-container:first-of-type{margin-top:10px}#give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input{border:1px solid #ddd;height:20px}#give-export-payments select{vertical-align:inherit;margin:0;height:26px;line-height:26px}.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%}#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}
 
 
 
 
 
 
 
 
 
 
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%}#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 CHANGED
@@ -444,6 +444,409 @@
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
  * Give Frontend Fonts SCSS
449
  *
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
  *
assets/css/give-admin.min.css CHANGED
@@ -8,4 +8,14 @@
8
  * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
9
  */.give-clearfix:after,.type-download .addon-content:after{clear:both}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}#give-payments-filter .give-payment-id,.give-item-label-gray{background-color:#929292}.give-item-label-orange{background-color:#ffba00}.give-item-label{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.give-item-label:hover{color:#fff;text-decoration:none}/*! Hint.css - v2.5.0 - 2017-04-23
10
  * http://kushagragour.in/lab/hint/
11
- * Copyright (c) 2017 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.dashicons-give:before,[class*=" give-icon-"],[class^=give-icon-]{line-height:1;font-family:give-icomoon;font-style:normal;font-weight:400}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}@font-face{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-icon-lamp:before{content:"\e603"}.give-icon-heart:before{content:"\e604"}.give-icon-question:before{content:"\e602"}.give-icon-info:before{content:"\e601"}.give-icon-new-tab:before{content:"\ea7e"}.give-icon-alert:before{content:"\f02d"}.give-icon-help:before{content:"\e606"}.give-icon-spinner:before{content:"\e605"}.give-icon-spinner2:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before{content:"\e600"}#dashboard_right_now .give-forms-count:before,.dashicons-give:before{font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;content:"\e800";speak:none;-moz-osx-font-smoothing:grayscale}.fa-spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:give-icomoon;font-weight:400;font-style:normal}.give-metabox-tabs li .give-icon:before{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;vertical-align:top;line-height:20px;margin:0 5px 0 0}.give-metabox-tabs li .give-icon-default:before{content:"\e903"}.give-metabox-tabs li .give-icon-heart:before{content:"\e604"}.give-metabox-tabs li .give-icon-target:before{content:"\e901"}.give-metabox-tabs li .give-icon-display:before{content:"\e90c"}.give-metabox-tabs li .give-icon-edit:before{content:"\e902"}.give-metabox-tabs li .give-icon-checklist:before{position:relative;top:1px;content:"\e900"}.give-metabox-tabs li .give-icon-purse:before{content:"\e8df"}.give-metabox-tabs li .dashicons{font-size:14px;width:14px;line-height:20px}.give-grid-row{position:relative;width:100%}.give-grid-row [class^=give-grid-col]{float:left;margin:.5rem 1%;min-height:.125rem}.give-grid-row::after{content:"";display:table;clear:both}.give-grid-col-1{width:6.33333%}.give-grid-col-2{width:14.66667%}.give-grid-col-3{width:23%}.give-grid-col-4{width:31.33333%}.give-grid-col-5{width:39.66667%}.give-grid-col-6{width:48%}.give-grid-col-7{width:56.33333%}.give-grid-col-8{width:64.66667%}.give-grid-col-9{width:73%}.give-grid-col-10{width:81.33333%}.give-grid-col-11{width:89.66667%}.give-grid-col-12{width:98%}@media only screen and (max-width:33.75em){.give-grid-row [class^=give-grid-col]{width:98%}}#_give_donation_levels_repeat .cmb-group-title,#_give_donation_levels_repeat .cmb-row>.cmb-remove-group-row,#_give_donation_levels_repeat .cmb-row>.handlediv,.cmb-type-levels-id,.cmb2-id--give-custom-amount-minimum,.cmb2-id--give-custom-amount-text,.cmb2-id--give-display-style,.cmb2-id--give-form-content,.cmb2-id--give-levels-header,.cmb2-id--give-levels-header+.cmb-repeat-group-wrap,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-reveal-label,.cmb2-id--give-set-price,.give-hidden,.post-type-give_forms .tablenav #post-query-submit{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row .cmb2-radio-list label{font-size:12px}div.cmb-type-levels-repeater-header+div.cmb-repeat-group-wrap{padding:0!important;margin:0!important;min-width:100%;max-width:0}.cmb2-id--give-levels-header{padding:10px 12px 0!important;margin:0!important;background:#F7F7F7;border-bottom:none!important}.cmb2-id--give-levels-header .table-container{display:table;width:100%;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;border-left:1px solid #e9e9e9}.cmb2-id--give-levels-header .table-container>.table-row{display:table-row;background:#FCFCFC}.cmb2-id--give-levels-header .table-container>.table-row>.table-cell{display:table-cell;vertical-align:middle;padding:10px 15px;border-right:1px solid #e9e9e9}#_give_donation_levels_repeat .cmbhandle,.cmb2-id--give-levels-header .table-container>.table-row>.table-cell.col-id{display:none}#_give_donation_levels_repeat{background:#F7F7F7;padding:0 1px 20px 12px;box-sizing:border-box}#_give_donation_levels_repeat .cmb-row,#_give_donation_levels_repeat .inside{margin:0}#_give_donation_levels_repeat .cmb-remove-field-row{margin:3px 0 0}#_give_donation_levels_repeat .cmb-remove-field-row .button{height:25px;padding:0 3px}#_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no{line-height:1.15em}#_give_donation_levels_repeat .cmb-add-row{margin:12px 0 0}.give-time-field{width:65px}.give-money-field{width:75px;margin-right:0;margin-left:0}.give-money-symbol{border:1px solid #DDD;background:#FCFCFC;margin:0;font-size:14px;padding:5px 8px}.give-money-symbol-before{border-right:0;margin-right:-4px}.give-money-symbol-after{margin-left:-5px}.give_options_panel input[type=text],.give_options_panel input[type=email]{padding:5px;width:100%}input.give-text-small,input.give-text_small{width:100px!important}input.give-text-medium,input.give-text_medium{width:200px!important}.give-underline{text-decoration:underline}.postbox-container .cmb-row{margin:0}.postbox-container .cmb-row .cmb-th label{padding-left:8px}#give-bulk-donors div[id^=give-donor-]{display:block;overflow:hidden}@media only screen and (min-width:851px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{float:left;border-bottom:none;padding-right:10px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-th{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-td{float:left;width:100%}.cmb-type-give-default-radio-inline .cmb-td{margin-top:5px}}@media only screen and (min-width:851px) and (max-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{width:100%;padding-top:0}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-type-text-money{width:105px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money{width:65px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field{width:160px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline{margin-left:20px}.col-amount{width:70px}.col-text{width:140px}.col-sort{display:none!important}.give-money-field{width:55px}}@media only screen and (min-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{float:right}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{padding-right:20px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row.cmb-row{padding-right:0}.col-amount{width:93px}.col-text{width:195px}.col-sort{width:100px}.give-multilevel-text-field{width:205px}}@media only screen and (max-width:850px){div.cmb-type-levels-repeater-header{display:none!important}}.shortcode-wrap{margin:1px 14px 12px 11px}.shortcode-wrap label{margin:0 0 3px;display:block;cursor:default}.shortcode-wrap .shortcode-input{margin:0;width:100%}.cmb2-id--give-content-option,.cmb2-id--give-customize-offline-donations,.cmb2-id--give-goal-option,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-terms-option{border-bottom:none!important;margin:0!important}.cmb2-id--give-agree-label,.cmb2-id--give-form-content,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-set-goal{border-top:1px solid #e9e9e9!important}.cmb2-id--give-agree-label,.cmb2-id--give-agree-text{display:none}input.shortcode-input{width:100%}.price .give_price_range_high,.price .give_price_range_low,.price .give_price_range_sep{display:inline-block}#side-sortables .cmb-th label:after{display:none}#side-sortables .cmb2-id--give-show-register-form{padding:10px 0 0!important}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row{padding-top:10px}#side-sortables .cmb-row .cmb2-metabox-description{padding-bottom:0}.cmb2-metabox-description{line-height:1.5;display:block}.give-tooltip{margin:0 3px;padding:0;font-size:14px;-moz-transition:.2s all linear;-o-transition:.2s all linear;transition:.2s all linear;color:rgba(51,51,51,.5);position:relative;top:1px}.give-tooltip:hover{color:#333}#give-metabox-form-data .inside{margin:0;padding:0}#give-metabox-form-data .give-metabox-panel-wrap{background:#fff;overflow:hidden}#give-metabox-form-data .give_options_panel{display:none;padding-left:170px}#give-metabox-form-data .give_options_panel.active,.no-js #give-metabox-form-data .give_options_panel{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:1em 20px 1em 162px;margin:0;border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-field-wrap>label,#give-metabox-form-data .give_options_panel .give-field-wrap>span.give-field-label{float:left;width:135px;padding:0;margin:2px 0 0 -150px;line-height:18px;font-size:12px;font-weight:400}#give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-top:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-field-wrap ul{margin:0}#give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe,#give-metabox-form-data .give_options_panel .give-field-wrap textarea{min-height:250px!important}#give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap{display:inline-block;width:100%}#give-metabox-form-data .give_options_panel textarea.give-field{width:100%}#give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap:last-child{border-bottom:0}#give-metabox-form-data .give_options_panel .give-inline-radio-fields li{display:inline-block;margin-right:15px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section{padding:10px;background:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper{width:100%;background-color:#fff;border-collapse:collapse}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row{border-bottom:15px solid #f5f5f5;background-color:#fff}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template{display:none}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child{border-bottom:10px solid #f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column{padding:0}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove{float:right;width:22px;height:36px;padding:0;display:block;text-align:center;line-height:34px;font-size:21px;font-weight:300;cursor:pointer}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover{background-color:red;color:#fff;width:22px;height:22px;border-radius:30px;margin-top:8px;line-height:19px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head{border-bottom:1px solid #eee;cursor:move}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2{text-align:left!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before{content:"\f140"}.give-filter:after,.give-filters:after{content:""}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before{margin-left:7px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap{background-color:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row{margin:5px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child{border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight{background-color:#68bb6c}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name{border:0!important;padding:0!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-bottom:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper{display:table!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper{border-bottom:0}#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove{display:none!important}#give-metabox-form-data .give-metabox-tabs{margin:0;max-width:170px;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#give-metabox-form-data .give-metabox-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#give-metabox-form-data .give-metabox-tabs li{margin:0;padding:0;display:block;position:relative}#give-metabox-form-data .give-metabox-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee;overflow:hidden}#give-metabox-form-data .give-metabox-tabs li a span.give-label{width:122px;display:inline-block}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li{background-color:#f1f1f1}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a{border-bottom-color:#e5e5e5}#give-export-payments div.chosen-container ul.chosen-choices,#give-export-payments select,.type-download{border:1px solid #ddd}#give-metabox-form-data .give-metabox-tabs li.active>a{color:#555;position:relative;background-color:#eee}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active>a{background-color:#ddd}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs{display:block;position:absolute;bottom:0;left:166px;width:170px;max-height:250px}@media only screen and (min-width:851px) and (max-width:1025px),(max-width:550px){#give-metabox-form-data ul.give-metabox-tabs{min-width:40px}#give-metabox-form-data ul.give-metabox-tabs li>a{text-align:center}#give-metabox-form-data ul.give-metabox-tabs li>a:before{margin-right:0;font-size:15px}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-label{display:none}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-icon:before{margin:0}#give-metabox-form-data .give_options_panel{padding-left:40px}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:10px}#give-metabox-form-data .give_options_panel .give-field-wrap label,#give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label{display:block;float:none;margin:0 0 10px;font-size:14px;width:100%}}#give-export-payments .give_forms_categories,#give-export-payments .give_forms_tags{min-width:250px;margin:0 0 10px;display:block}#give-export-payments .give_forms_categories input,#give-export-payments .give_forms_tags input{color:#999}#give-export-payments div.chosen-container:first-of-type{margin-top:10px}#give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input{border:1px solid #ddd;height:20px}#give-export-payments select{vertical-align:inherit;margin:0;height:26px;line-height:26px}.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%}#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}
 
 
 
 
 
 
 
 
 
 
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%}#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/js/frontend/give-donations.js CHANGED
@@ -1161,7 +1161,7 @@ jQuery(function ($) {
1161
  });
1162
  });
1163
 
1164
- jQuery(window).load(function () {
1165
 
1166
  /**
1167
  * Validate cc fields on change
1161
  });
1162
  });
1163
 
1164
+ jQuery(window).on('load', function () {
1165
 
1166
  /**
1167
  * Validate cc fields on change
assets/js/frontend/give-donations.min.js CHANGED
@@ -1 +1 @@
1
- var give_scripts,give_global_vars,Give="undefined"!=typeof Give?Give:{};Give={init:function(){var e=["form"],t=0;for(jQuery(document).trigger("give:preInit"),this.fn.__initialize_cache();t<e.length;)Give[e[t]].init&&Give[e[t]].init(),t++;jQuery(document).trigger("give:postInit")},fn:{formatCurrency:function(e,t,i){var n={symbol:"",decimal:give_global_vars.decimal_separator,thousand:give_global_vars.thousands_separator,precision:give_global_vars.number_decimals,currency:give_global_vars.currency};if(e=e.toString().trim(),i="undefined"==typeof i?{}:i,i.length&&(n={symbol:"",decimal:Give.form.fn.getInfo("decimal_separator",i),thousand:Give.form.fn.getInfo("thousands_separator",i),precision:Give.form.fn.getInfo("number_decimals",i),currency:Give.form.fn.getInfo("currency_code",i)}),t=jQuery.extend(n,t),t.precision=parseInt(t.precision),"INR"===t.currency){var a=accounting.unformat(e,".").toString();e=Number(a).toFixed(t.precision);var r=e.toString().split("."),o=r[0].substring(r[0].length-3),d=r[0].substring(0,r[0].length-3);""!==d&&(o=t.thousand+o),e=d.replace(/\B(?=(\d{2})+(?!\d))/g,t.thousand)+o,r.length>1&&(e+=t.decimal+r[1]),void 0!==t.symbol&&t.symbol.length&&("after"===t.position?e+=t.symbol:e=t.symbol+e)}else"after"===t.position&&(t.format="%v%s"),e=accounting.formatMoney(e,t);return e},unFormatCurrency:function(e,t){return Math.abs(parseFloat(accounting.unformat(e,t)))},getParameterByName:function(e,t){t||(t=window.location.href),e=e.replace(/[\[\]]/g,"\\$&");var i=new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)"),n=i.exec(t);return n?n[2]?decodeURIComponent(n[2].replace(/\+/g," ")):"":null},getGlobalVar:function(e){return"undefined"==typeof give_global_vars[e]?"":give_global_vars[e]},setCache:function(e,t,i){i.length?Give.cache["form_"+Give.form.fn.getInfo("form-id",i)][e]=t:Give.cache[e]=t},getCache:function(e,t){var i;return i=t.length?Give.cache["form_"+Give.form.fn.getInfo("form-id",t)][e]:Give.cache[e],i="undefined"==typeof i?"":i},__initialize_cache:function(){jQuery.each(jQuery(".give-form"),function(e,t){t=t instanceof jQuery?t:jQuery(t),Give.cache["form_"+Give.form.fn.getInfo("form-id",t)]=[]})}},cache:{}},Give.form={init:function(){this.fn.field.formatCreditCard(jQuery("form.give-form")),window.onload=function(){Give.form.fn.__sendBackToForm()}},fn:{disable:function(e,t){return!!e.length&&void e.find(".give-submit").prop("disabled",t)},formatAmount:function(e,t,i){return t.length?Give.fn.formatCurrency(e,i,t):e},getInfo:function(e,t){var i="";if(t="undefined"!=typeof t?t:{},!e.length||!t.length)return i;switch(e){case"gateways":i=[],jQuery.each(t.find('input[name="payment-mode"]'),function(e,t){t=t instanceof jQuery?t:jQuery(t),i.push(t.val().trim())});break;case"form-type":t.hasClass("give-form-type-set")?i="set":t.hasClass("give-form-type-multi")&&(i="multi");break;case"form-id":i=t.find('input[name="give-form-id"]').val();break;default:i=t.get(0).hasAttribute("data-"+e)?t.attr("data-"+e):t.attr(e),"undefined"!=typeof i?i.trim():i}return i},setInfo:function(e,t,i,n){if(!i.length)return!1;switch(e="undefined"==typeof e?"data":e){case"nonce":i.find('input[name="_wpnonce"]').val(t)}if("undefined"!=typeof n&&!n.length)return!1;switch(e){case"attr":i.attr(n,t);break;default:i.data(n,t)}return!0},getGateway:function(e){var t="";return e.length?(t=e.find('input[name="payment-mode"]:checked').val().trim(),"undefined"!=typeof t?t:""):t},getVariablePrices:function(e){var t,i=[];return e.length&&e.hasClass("give-form-type-multi")&&(t=e.find(".give-donation-levels-wrap [data-price-id] "))?(jQuery.each(t,function(t,n){n=n instanceof jQuery?n:jQuery(n);var a=Give.form.fn.getInfo("decimal_separator",e);i.push({price_id:n.data("price-id"),amount:Give.fn.unFormatCurrency(n.val(),a)})}),i):i},getPriceID:function(e,t){var i=this.getVariablePrices(e),n=Give.fn.unFormatCurrency(e.find('input[name="give-amount"]').val(),this.getInfo("decimal_separator",e)),a=Give.fn.getCache("amount_"+n,e)?Give.fn.getCache("amount_"+n,e):-1;return t="undefined"==typeof t||t,i.length&&-1===a&&(t?(jQuery.each(i,function(e,t){if(t.amount===n)return a=t.price_id,!1}),-1===a&&this.getMinimumAmount(e)<=n&&(a="custom")):a=jQuery('input[name="give-price-id"]',e).val()),a},getMinimumAmount:function(e){return Give.fn.unFormatCurrency(e.find('input[name="give-form-minimum"]').val(),Give.form.fn.getInfo("decimal_separator",e))},getAmount:function(e){if(!e.length)return null;var t=e.find('input[name="give-amount"]').val();return"undefined"!=typeof t&&t||(t=0),Give.fn.unFormatCurrency(t,this.getInfo("decimal_separator",e))},getNonce:function(e){if(!e.length)return"";var t=e.find('input[name="_wpnonce"]').val();return"undefined"!=typeof t&&t||(t=""),t},resetNonce:function(e){return!!e.length&&void jQuery.post(give_scripts.ajaxurl,{action:"give_donation_form_nonce",give_form_id:Give.form.fn.getInfo("form-id",e)},function(t){Give.form.fn.setInfo("nonce",t.data,e,"")})},autoSelectDonationLevel:function(e,t){if(!e.length||"multi"!==this.getInfo("form-type",e))return!1;switch(t="undefined"==typeof t?this.getPriceID(e,!1):t,!0){case!!e.find(".give-radio-input").length:e.find(".give-radio-input").prop("checked",!1),e.find('.give-radio-input[data-price-id="'+t+'"]').prop("checked",!0).addClass("give-default-level");break;case!!e.find("button.give-donation-level-btn").length:e.find("button.give-donation-level-btn").blur(),e.find('button.give-donation-level-btn[data-price-id="'+t+'"]').focus().addClass("give-default-level");break;case!!e.find("select.give-select-level").length:e.find("select.give-select-level option").prop("selected",!1),e.find('select.give-select-level option[data-price-id="'+t+'"]').prop("selected",!0).addClass("give-default-level")}},autoSetMultiLevel:function(e){var t=e.parents("form"),i=e.val(),n=e.data("price-id");if("undefined"==typeof n&&(n=e.find("option:selected").data("price-id")),"custom"===i)return t.find(".give-amount-top").val("").focus(),!1;t.find(".give-amount-top").val(i),t.find("span.give-amount-top").text(i);var a=Give.form.fn.getInfo("decimal_separator",t);jQuery(".give-donation-amount .give-text-input",t).data("amount",Give.fn.unFormatCurrency(t.find(".give-final-total-amount").data("total"),a)),t.find(".give-donation-amount .give-text-input").trigger("blur",[t,i,n]),jQuery(document).trigger("give_donation_value_updated",[t,i,n])},__sendBackToForm:function(){var e=Give.fn.getParameterByName("form-id"),t=Give.fn.getParameterByName("payment-mode");if(!e||!t)return!1;var i=jQuery("body").find("#give-form-"+e+"-wrap"),n=i.find("form.give-form"),a=i.hasClass("give-display-modal"),r=i.hasClass("give-display-reveal");n.find("#give-gateway-radio-list label").removeClass("give-gateway-option-selected"),n.find("input[name=payment-mode][value="+t+"]").prop("checked",!0).parent().addClass("give-gateway-option-selected");var o=Give.fn.getParameterByName("level-id"),d=n.find('*[data-price-id="'+o+'"]');d.length>0&&this.autoSetMultiLevel(d),a?give_open_form_modal(i,n):r&&(n.find(".give-btn-reveal").hide(),n.find("#give-payment-mode-select, #give_purchase_form_wrap").slideDown())},isValidDonationAmount:function(e){var t=this.getMinimumAmount(e),i=this.getAmount(e),n=this.getPriceID(e,!0);return-1<i&&i>=t||-1!==n},field:{formatCreditCard:function(e){e.each(function(e,t){t=jQuery(t);var i=t.find(".card-number"),n=t.find(".card-cvc"),a=t.find(".card-expiry");i.length&&(i.payment("formatCardNumber"),n.payment("formatCardCVC"),a.payment("formatCardExpiry"))})}}}},Give.notice={fn:{renderNotice:function(e,t){var i,n="";switch(t="undefined"!=typeof t?t:{},e){case"bad_minimum":i=jQuery('<div class="give_error give-invalid-minimum give-hidden">'+this.getNotice(e,t)+"</div>")}return t.length?void i.insertBefore(t.find(".give-total-wrap")).show():n},getNotice:function(e,t){if(!e.length)return null;var i="";switch(e){case"bad_minimum":t.length&&(i=Give.fn.getGlobalVar("bad_minimum")+" "+Give.fn.formatCurrency(Give.form.fn.getMinimumAmount(t),{symbol:Give.form.fn.getInfo("currency_symbol",t)},t))}return i}}},jQuery(function(e){function t(){var t=e(this),i=t.parents("form");if("card_state"!==t.attr("id")){i.find("#card_state").empty().append('<option value="1">'+give_global_vars.general_loading+"</option>").prop("disabled",!0);var a={action:"give_get_states",country:t.val(),field_name:"card_state"};e.ajax({type:"POST",data:a,url:give_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(e){var t="",a=e.states_label;t=void 0!=typeof e.states_found&&1==e.states_found?e.data:'<input type="text" id="card_state" name="card_state" class="cart-state give-input required" placeholder="'+a+'" value="'+e.default_state+'"/>',!1===i.hasClass("float-labels-enabled")?"undefined"!=typeof e.states_require&&1==e.states_require?i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .give-required-indicator").removeClass("give-hidden"):i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .give-required-indicator").addClass("give-hidden"):i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label").text(a),i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .state-label-text").text(a),i.find('input[name="card_state"], select[name="card_state"]').replaceWith(t),void 0!=typeof e.show_field&&1==e.show_field?(i.find("p#give-card-state-wrap").removeClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-last"),i.find("p#give-card-zip-wrap").removeClass("form-row-wide")):(i.find("p#give-card-state-wrap").addClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-wide"),i.find("p#give-card-zip-wrap").removeClass("form-row-last")),n.trigger("give_checkout_billing_address_updated",[e,i.attr("id")])}}).fail(function(e){window.console&&window.console.log&&console.log(e)})}return!1}var i=jQuery("form.give-form"),n=e(document);e.fn.toggleError=function(e){return this.toggleClass("error",e),this.toggleClass("valid",!e),this},Give.init(),n.on("change","#give_cc_address input.card_state, #give_cc_address select",t),n.on("give_gateway_loaded",function(){Give.form.fn.field.formatCreditCard(i)}),n.on("submit","#give_payment_mode",function(){var t=Give.form.fn.getGateway(e(this).closest("form"));if(!t.length)return alert(Give.fn.getGlobalVar("no_gateway")),!1}),n.on("click","#give-payment-mode-select input",function(){var t,i=e(this).parents("form"),n=i.find("#give-payment-mode-select li"),a=i.find('li.give-gateway-option-selected input[name="payment-mode"]').val().trim();n.removeClass("give-gateway-option-selected"),n.prop("checked",!1),e(this).prop("checked",!0),e(this).parent().addClass("give-gateway-option-selected"),t=Give.form.fn.getGateway(i),i.attr("action",i.attr("action").replace("payment-mode="+a,"payment-mode="+t))}),n.on("focus",".give-donation-amount .give-text-input",function(t){var i=e(this).parents("form");e(this).removeClass("invalid-amount");var n=i.find(".give-final-total-amount").data("total"),a=Give.form.fn.getInfo("decimal_separator",i);e(this).data("amount",Give.fn.unFormatCurrency(n,a)),e(this).parent(".give-donation-amount").addClass("give-custom-amount-focus-in"),i.find(".give-default-level, .give-radio-input").removeClass("give-default-level"),i.find(".give-btn-level-custom").addClass("give-default-level"),i.find(".give-radio-input").prop("checked",!1),i.find(".give-radio-input.give-radio-level-custom").prop("checked",!0),i.find(".give-select-level").prop("selected",!1),i.find(".give-select-level .give-donation-level-custom").prop("selected",!0)}),n.on("blur",".give-donation-amount .give-text-input",function(t,i,n,a){var r="undefined"!=typeof i?i:e(this).closest("form"),o=e(this).data("amount"),d="undefined"!=typeof n?n:e(this).val(),f=Give.form.fn.getInfo("decimal_separator",r),l=Give.form.fn.getMinimumAmount(r),s=0===d?l:Give.fn.unFormatCurrency(d,f),c=Give.form.fn.formatAmount(s,r,{});if(a="undefined"==typeof a?Give.form.fn.getPriceID(r,!0):a,Give.fn.setCache("amount_"+s,a,r),e(this).val(c),Give.form.fn.isValidDonationAmount(r))e(this).removeClass("give-invalid-amount"),r.find(".give-invalid-minimum").slideUp(300,function(){e(this).remove()}),Give.form.fn.disable(r,!1);else{e(this).addClass("give-invalid-amount"),Give.form.fn.disable(r,!0);var u=r.find(".give-invalid-minimum");0===u.length&&Give.notice.fn.renderNotice("bad_minimum",r)}o!==s&&r.find(".give-final-total-amount").data("total",s).text(Give.fn.formatCurrency(s,{symbol:Give.form.fn.getInfo("currency_symbol",r),position:Give.form.fn.getInfo("currency_position",r)},r)),-1!==a&&(e('input[name="give-price-id"]',r).val(a),r.find(".give-amount-hidden").val(Give.form.fn.formatAmount(s,r,{})),r.find(".give-default-level").removeClass("give-default-level"),Give.form.fn.autoSelectDonationLevel(r,a)),e(this).parent(".give-donation-amount").removeClass("give-custom-amount-focus-in")}),n.on("click touchend",".give-donation-level-btn",function(t){t.preventDefault(),Give.form.fn.autoSetMultiLevel(e(this))}),n.on("click touchend",".give-radio-input-level",function(t){Give.form.fn.autoSetMultiLevel(e(this))}),n.on("change",".give-select-level",function(t){Give.form.fn.autoSetMultiLevel(e(this))}),n.on("click",".give_terms_links",function(t){t.preventDefault();var i=e(this).closest("fieldset");return e("[class^=give_terms-]",i).slideToggle(),e("a.give_terms_links",i).toggle(),!1}),e('label[for^="give-radio-level"]').on("click",function(t){var i=e(this).closest("form"),n=i.find("#"+e(this).attr("for"));n.length&&(n.trigger("click"),t.preventDefault())})}),jQuery(window).load(function(){jQuery("body").on("keyup change focusout",".give-form .card-number, .give-form .card-cvc, .give-form .card-expiry",function(e){var t=jQuery(this),i=t.parents("form.give-form"),n=t.attr("id"),a=i.find(".card-number"),r=i.find(".card-cvc"),o=i.find(".card-expiry"),d=jQuery.payment.cardType(a.val()),f=!1;switch(e.type){case"focusout":n.indexOf("card_number")>-1?(f=!jQuery.payment.validateCardNumber(a.val()),a.toggleError(f)):n.indexOf("card_cvc")>-1?(f=!jQuery.payment.validateCardCVC(r.val(),d),r.toggleError(f)):n.indexOf("card_expiry")>-1&&(f=!jQuery.payment.validateCardExpiry(o.payment("cardExpiryVal")),o.toggleError(f)),Give.form.fn.disable(t.parents("form"),f);break;default:if(t.hasClass("error")&&t.removeClass("error"),n.indexOf("card_number")>-1){var l=i.find(".card-type");null===d?(l.removeClass().addClass("off card-type"),t.removeClass("valid").addClass("error")):l.removeClass().addClass("card-type "+d)}else if(n.indexOf("card_expiry")>-1){var s=o.payment("cardExpiryVal");i.find(".card-expiry-month").val(s.month),i.find(".card-expiry-year").val(s.year)}}})});
1
+ var give_scripts,give_global_vars,Give="undefined"!=typeof Give?Give:{};Give={init:function(){var e=["form"],t=0;for(jQuery(document).trigger("give:preInit"),this.fn.__initialize_cache();t<e.length;)Give[e[t]].init&&Give[e[t]].init(),t++;jQuery(document).trigger("give:postInit")},fn:{formatCurrency:function(e,t,i){var n={symbol:"",decimal:give_global_vars.decimal_separator,thousand:give_global_vars.thousands_separator,precision:give_global_vars.number_decimals,currency:give_global_vars.currency};if(e=e.toString().trim(),i="undefined"==typeof i?{}:i,i.length&&(n={symbol:"",decimal:Give.form.fn.getInfo("decimal_separator",i),thousand:Give.form.fn.getInfo("thousands_separator",i),precision:Give.form.fn.getInfo("number_decimals",i),currency:Give.form.fn.getInfo("currency_code",i)}),t=jQuery.extend(n,t),t.precision=parseInt(t.precision),"INR"===t.currency){var a=accounting.unformat(e,".").toString();e=Number(a).toFixed(t.precision);var r=e.toString().split("."),o=r[0].substring(r[0].length-3),d=r[0].substring(0,r[0].length-3);""!==d&&(o=t.thousand+o),e=d.replace(/\B(?=(\d{2})+(?!\d))/g,t.thousand)+o,r.length>1&&(e+=t.decimal+r[1]),void 0!==t.symbol&&t.symbol.length&&("after"===t.position?e+=t.symbol:e=t.symbol+e)}else"after"===t.position&&(t.format="%v%s"),e=accounting.formatMoney(e,t);return e},unFormatCurrency:function(e,t){return Math.abs(parseFloat(accounting.unformat(e,t)))},getParameterByName:function(e,t){t||(t=window.location.href),e=e.replace(/[\[\]]/g,"\\$&");var i=new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)"),n=i.exec(t);return n?n[2]?decodeURIComponent(n[2].replace(/\+/g," ")):"":null},getGlobalVar:function(e){return"undefined"==typeof give_global_vars[e]?"":give_global_vars[e]},setCache:function(e,t,i){i.length?Give.cache["form_"+Give.form.fn.getInfo("form-id",i)][e]=t:Give.cache[e]=t},getCache:function(e,t){var i;return i=t.length?Give.cache["form_"+Give.form.fn.getInfo("form-id",t)][e]:Give.cache[e],i="undefined"==typeof i?"":i},__initialize_cache:function(){jQuery.each(jQuery(".give-form"),function(e,t){t=t instanceof jQuery?t:jQuery(t),Give.cache["form_"+Give.form.fn.getInfo("form-id",t)]=[]})}},cache:{}},Give.form={init:function(){this.fn.field.formatCreditCard(jQuery("form.give-form")),window.onload=function(){Give.form.fn.__sendBackToForm()}},fn:{disable:function(e,t){return!!e.length&&void e.find(".give-submit").prop("disabled",t)},formatAmount:function(e,t,i){return t.length?Give.fn.formatCurrency(e,i,t):e},getInfo:function(e,t){var i="";if(t="undefined"!=typeof t?t:{},!e.length||!t.length)return i;switch(e){case"gateways":i=[],jQuery.each(t.find('input[name="payment-mode"]'),function(e,t){t=t instanceof jQuery?t:jQuery(t),i.push(t.val().trim())});break;case"form-type":t.hasClass("give-form-type-set")?i="set":t.hasClass("give-form-type-multi")&&(i="multi");break;case"form-id":i=t.find('input[name="give-form-id"]').val();break;default:i=t.get(0).hasAttribute("data-"+e)?t.attr("data-"+e):t.attr(e),"undefined"!=typeof i?i.trim():i}return i},setInfo:function(e,t,i,n){if(!i.length)return!1;switch(e="undefined"==typeof e?"data":e){case"nonce":i.find('input[name="_wpnonce"]').val(t)}if("undefined"!=typeof n&&!n.length)return!1;switch(e){case"attr":i.attr(n,t);break;default:i.data(n,t)}return!0},getGateway:function(e){var t="";return e.length?(t=e.find('input[name="payment-mode"]:checked').val().trim(),"undefined"!=typeof t?t:""):t},getVariablePrices:function(e){var t,i=[];return e.length&&e.hasClass("give-form-type-multi")&&(t=e.find(".give-donation-levels-wrap [data-price-id] "))?(jQuery.each(t,function(t,n){n=n instanceof jQuery?n:jQuery(n);var a=Give.form.fn.getInfo("decimal_separator",e);i.push({price_id:n.data("price-id"),amount:Give.fn.unFormatCurrency(n.val(),a)})}),i):i},getPriceID:function(e,t){var i=this.getVariablePrices(e),n=Give.fn.unFormatCurrency(e.find('input[name="give-amount"]').val(),this.getInfo("decimal_separator",e)),a=Give.fn.getCache("amount_"+n,e)?Give.fn.getCache("amount_"+n,e):-1;return t="undefined"==typeof t||t,i.length&&-1===a&&(t?(jQuery.each(i,function(e,t){if(t.amount===n)return a=t.price_id,!1}),-1===a&&this.getMinimumAmount(e)<=n&&(a="custom")):a=jQuery('input[name="give-price-id"]',e).val()),a},getMinimumAmount:function(e){return Give.fn.unFormatCurrency(e.find('input[name="give-form-minimum"]').val(),Give.form.fn.getInfo("decimal_separator",e))},getAmount:function(e){if(!e.length)return null;var t=e.find('input[name="give-amount"]').val();return"undefined"!=typeof t&&t||(t=0),Give.fn.unFormatCurrency(t,this.getInfo("decimal_separator",e))},getNonce:function(e){if(!e.length)return"";var t=e.find('input[name="_wpnonce"]').val();return"undefined"!=typeof t&&t||(t=""),t},resetNonce:function(e){return!!e.length&&void jQuery.post(give_scripts.ajaxurl,{action:"give_donation_form_nonce",give_form_id:Give.form.fn.getInfo("form-id",e)},function(t){Give.form.fn.setInfo("nonce",t.data,e,"")})},autoSelectDonationLevel:function(e,t){if(!e.length||"multi"!==this.getInfo("form-type",e))return!1;switch(t="undefined"==typeof t?this.getPriceID(e,!1):t,!0){case!!e.find(".give-radio-input").length:e.find(".give-radio-input").prop("checked",!1),e.find('.give-radio-input[data-price-id="'+t+'"]').prop("checked",!0).addClass("give-default-level");break;case!!e.find("button.give-donation-level-btn").length:e.find("button.give-donation-level-btn").blur(),e.find('button.give-donation-level-btn[data-price-id="'+t+'"]').focus().addClass("give-default-level");break;case!!e.find("select.give-select-level").length:e.find("select.give-select-level option").prop("selected",!1),e.find('select.give-select-level option[data-price-id="'+t+'"]').prop("selected",!0).addClass("give-default-level")}},autoSetMultiLevel:function(e){var t=e.parents("form"),i=e.val(),n=e.data("price-id");if("undefined"==typeof n&&(n=e.find("option:selected").data("price-id")),"custom"===i)return t.find(".give-amount-top").val("").focus(),!1;t.find(".give-amount-top").val(i),t.find("span.give-amount-top").text(i);var a=Give.form.fn.getInfo("decimal_separator",t);jQuery(".give-donation-amount .give-text-input",t).data("amount",Give.fn.unFormatCurrency(t.find(".give-final-total-amount").data("total"),a)),t.find(".give-donation-amount .give-text-input").trigger("blur",[t,i,n]),jQuery(document).trigger("give_donation_value_updated",[t,i,n])},__sendBackToForm:function(){var e=Give.fn.getParameterByName("form-id"),t=Give.fn.getParameterByName("payment-mode");if(!e||!t)return!1;var i=jQuery("body").find("#give-form-"+e+"-wrap"),n=i.find("form.give-form"),a=i.hasClass("give-display-modal"),r=i.hasClass("give-display-reveal");n.find("#give-gateway-radio-list label").removeClass("give-gateway-option-selected"),n.find("input[name=payment-mode][value="+t+"]").prop("checked",!0).parent().addClass("give-gateway-option-selected");var o=Give.fn.getParameterByName("level-id"),d=n.find('*[data-price-id="'+o+'"]');d.length>0&&this.autoSetMultiLevel(d),a?give_open_form_modal(i,n):r&&(n.find(".give-btn-reveal").hide(),n.find("#give-payment-mode-select, #give_purchase_form_wrap").slideDown())},isValidDonationAmount:function(e){var t=this.getMinimumAmount(e),i=this.getAmount(e),n=this.getPriceID(e,!0);return-1<i&&i>=t||-1!==n},field:{formatCreditCard:function(e){e.each(function(e,t){t=jQuery(t);var i=t.find(".card-number"),n=t.find(".card-cvc"),a=t.find(".card-expiry");i.length&&(i.payment("formatCardNumber"),n.payment("formatCardCVC"),a.payment("formatCardExpiry"))})}}}},Give.notice={fn:{renderNotice:function(e,t){var i,n="";switch(t="undefined"!=typeof t?t:{},e){case"bad_minimum":i=jQuery('<div class="give_error give-invalid-minimum give-hidden">'+this.getNotice(e,t)+"</div>")}return t.length?void i.insertBefore(t.find(".give-total-wrap")).show():n},getNotice:function(e,t){if(!e.length)return null;var i="";switch(e){case"bad_minimum":t.length&&(i=Give.fn.getGlobalVar("bad_minimum")+" "+Give.fn.formatCurrency(Give.form.fn.getMinimumAmount(t),{symbol:Give.form.fn.getInfo("currency_symbol",t)},t))}return i}}},jQuery(function(e){function t(){var t=e(this),i=t.parents("form");if("card_state"!==t.attr("id")){i.find("#card_state").empty().append('<option value="1">'+give_global_vars.general_loading+"</option>").prop("disabled",!0);var a={action:"give_get_states",country:t.val(),field_name:"card_state"};e.ajax({type:"POST",data:a,url:give_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(e){var t="",a=e.states_label;t=void 0!=typeof e.states_found&&1==e.states_found?e.data:'<input type="text" id="card_state" name="card_state" class="cart-state give-input required" placeholder="'+a+'" value="'+e.default_state+'"/>',!1===i.hasClass("float-labels-enabled")?"undefined"!=typeof e.states_require&&1==e.states_require?i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .give-required-indicator").removeClass("give-hidden"):i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .give-required-indicator").addClass("give-hidden"):i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label").text(a),i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .state-label-text").text(a),i.find('input[name="card_state"], select[name="card_state"]').replaceWith(t),void 0!=typeof e.show_field&&1==e.show_field?(i.find("p#give-card-state-wrap").removeClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-last"),i.find("p#give-card-zip-wrap").removeClass("form-row-wide")):(i.find("p#give-card-state-wrap").addClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-wide"),i.find("p#give-card-zip-wrap").removeClass("form-row-last")),n.trigger("give_checkout_billing_address_updated",[e,i.attr("id")])}}).fail(function(e){window.console&&window.console.log&&console.log(e)})}return!1}var i=jQuery("form.give-form"),n=e(document);e.fn.toggleError=function(e){return this.toggleClass("error",e),this.toggleClass("valid",!e),this},Give.init(),n.on("change","#give_cc_address input.card_state, #give_cc_address select",t),n.on("give_gateway_loaded",function(){Give.form.fn.field.formatCreditCard(i)}),n.on("submit","#give_payment_mode",function(){var t=Give.form.fn.getGateway(e(this).closest("form"));if(!t.length)return alert(Give.fn.getGlobalVar("no_gateway")),!1}),n.on("click","#give-payment-mode-select input",function(){var t,i=e(this).parents("form"),n=i.find("#give-payment-mode-select li"),a=i.find('li.give-gateway-option-selected input[name="payment-mode"]').val().trim();n.removeClass("give-gateway-option-selected"),n.prop("checked",!1),e(this).prop("checked",!0),e(this).parent().addClass("give-gateway-option-selected"),t=Give.form.fn.getGateway(i),i.attr("action",i.attr("action").replace("payment-mode="+a,"payment-mode="+t))}),n.on("focus",".give-donation-amount .give-text-input",function(t){var i=e(this).parents("form");e(this).removeClass("invalid-amount");var n=i.find(".give-final-total-amount").data("total"),a=Give.form.fn.getInfo("decimal_separator",i);e(this).data("amount",Give.fn.unFormatCurrency(n,a)),e(this).parent(".give-donation-amount").addClass("give-custom-amount-focus-in"),i.find(".give-default-level, .give-radio-input").removeClass("give-default-level"),i.find(".give-btn-level-custom").addClass("give-default-level"),i.find(".give-radio-input").prop("checked",!1),i.find(".give-radio-input.give-radio-level-custom").prop("checked",!0),i.find(".give-select-level").prop("selected",!1),i.find(".give-select-level .give-donation-level-custom").prop("selected",!0)}),n.on("blur",".give-donation-amount .give-text-input",function(t,i,n,a){var r="undefined"!=typeof i?i:e(this).closest("form"),o=e(this).data("amount"),d="undefined"!=typeof n?n:e(this).val(),f=Give.form.fn.getInfo("decimal_separator",r),l=Give.form.fn.getMinimumAmount(r),s=0===d?l:Give.fn.unFormatCurrency(d,f),c=Give.form.fn.formatAmount(s,r,{});if(a="undefined"==typeof a?Give.form.fn.getPriceID(r,!0):a,Give.fn.setCache("amount_"+s,a,r),e(this).val(c),Give.form.fn.isValidDonationAmount(r))e(this).removeClass("give-invalid-amount"),r.find(".give-invalid-minimum").slideUp(300,function(){e(this).remove()}),Give.form.fn.disable(r,!1);else{e(this).addClass("give-invalid-amount"),Give.form.fn.disable(r,!0);var u=r.find(".give-invalid-minimum");0===u.length&&Give.notice.fn.renderNotice("bad_minimum",r)}o!==s&&r.find(".give-final-total-amount").data("total",s).text(Give.fn.formatCurrency(s,{symbol:Give.form.fn.getInfo("currency_symbol",r),position:Give.form.fn.getInfo("currency_position",r)},r)),-1!==a&&(e('input[name="give-price-id"]',r).val(a),r.find(".give-amount-hidden").val(Give.form.fn.formatAmount(s,r,{})),r.find(".give-default-level").removeClass("give-default-level"),Give.form.fn.autoSelectDonationLevel(r,a)),e(this).parent(".give-donation-amount").removeClass("give-custom-amount-focus-in")}),n.on("click touchend",".give-donation-level-btn",function(t){t.preventDefault(),Give.form.fn.autoSetMultiLevel(e(this))}),n.on("click touchend",".give-radio-input-level",function(t){Give.form.fn.autoSetMultiLevel(e(this))}),n.on("change",".give-select-level",function(t){Give.form.fn.autoSetMultiLevel(e(this))}),n.on("click",".give_terms_links",function(t){t.preventDefault();var i=e(this).closest("fieldset");return e("[class^=give_terms-]",i).slideToggle(),e("a.give_terms_links",i).toggle(),!1}),e('label[for^="give-radio-level"]').on("click",function(t){var i=e(this).closest("form"),n=i.find("#"+e(this).attr("for"));n.length&&(n.trigger("click"),t.preventDefault())})}),jQuery(window).on("load",function(){jQuery("body").on("keyup change focusout",".give-form .card-number, .give-form .card-cvc, .give-form .card-expiry",function(e){var t=jQuery(this),i=t.parents("form.give-form"),n=t.attr("id"),a=i.find(".card-number"),r=i.find(".card-cvc"),o=i.find(".card-expiry"),d=jQuery.payment.cardType(a.val()),f=!1;switch(e.type){case"focusout":n.indexOf("card_number")>-1?(f=!jQuery.payment.validateCardNumber(a.val()),a.toggleError(f)):n.indexOf("card_cvc")>-1?(f=!jQuery.payment.validateCardCVC(r.val(),d),r.toggleError(f)):n.indexOf("card_expiry")>-1&&(f=!jQuery.payment.validateCardExpiry(o.payment("cardExpiryVal")),o.toggleError(f)),Give.form.fn.disable(t.parents("form"),f);break;default:if(t.hasClass("error")&&t.removeClass("error"),n.indexOf("card_number")>-1){var l=i.find(".card-type");null===d?(l.removeClass().addClass("off card-type"),t.removeClass("valid").addClass("error")):l.removeClass().addClass("card-type "+d)}else if(n.indexOf("card_expiry")>-1){var s=o.payment("cardExpiryVal");i.find(".card-expiry-month").val(s.month),i.find(".card-expiry-year").val(s.year)}}})});
assets/js/plugins/chosen.jquery.js CHANGED
@@ -929,7 +929,7 @@
929
  this.results_data = SelectParser.select_to_array(this.form_field);
930
  if (this.is_multiple) {
931
  this.search_choices.find("li.search-choice").remove();
932
- } else {
933
  this.single_set_selected_text();
934
  if (this.disable_search || this.form_field.options.length <= this.disable_search_threshold) {
935
  this.search_field[0].readOnly = true;
929
  this.results_data = SelectParser.select_to_array(this.form_field);
930
  if (this.is_multiple) {
931
  this.search_choices.find("li.search-choice").remove();
932
+ } else if (!this.is_multiple) {
933
  this.single_set_selected_text();
934
  if (this.disable_search || this.form_field.options.length <= this.disable_search_threshold) {
935
  this.search_field[0].readOnly = true;
assets/js/plugins/chosen.jquery.min.js CHANGED
@@ -1 +1 @@
1
- (function(){var t,e,s,i,n=function(t,e){return function(){return t.apply(e,arguments)}},r=function(t,e){function s(){this.constructor=t}for(var i in e)o.call(e,i)&&(t[i]=e[i]);return s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype,t},o={}.hasOwnProperty;i=function(){function t(){this.options_index=0,this.parsed=[]}return t.prototype.add_node=function(t){return"OPTGROUP"===t.nodeName.toUpperCase()?this.add_group(t):this.add_option(t)},t.prototype.add_group=function(t){var e,s,i,n,r,o;for(e=this.parsed.length,this.parsed.push({array_index:e,group:!0,label:t.label,title:t.title?t.title:void 0,children:0,disabled:t.disabled,classes:t.className}),r=t.childNodes,o=[],s=0,i=r.length;s<i;s++)n=r[s],o.push(this.add_option(n,e,t.disabled));return o},t.prototype.add_option=function(t,e,s){if("OPTION"===t.nodeName.toUpperCase())return""!==t.text?(null!=e&&(this.parsed[e].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:t.value,text:t.text,html:t.innerHTML,title:t.title?t.title:void 0,selected:t.selected,disabled:s===!0?s:t.disabled,group_array_index:e,group_label:null!=e?this.parsed[e].label:null,classes:t.className,style:t.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1},t}(),i.select_to_array=function(t){var e,s,n,r,o;for(r=new i,o=t.childNodes,s=0,n=o.length;s<n;s++)e=o[s],r.add_node(e);return r.parsed},e=function(){function t(e,s){this.form_field=e,this.options=null!=s?s:{},this.label_click_handler=n(this.label_click_handler,this),t.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 t.prototype.set_default_values=function(){return this.click_test_action=function(t){return function(e){return t.test_active_click(e)}}(this),this.activate_action=function(t){return function(e){return t.activate_field(e)}}(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},t.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||t.default_multiple_text:this.default_text=this.options.placeholder_text_single||this.options.placeholder_text||t.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||t.default_no_result_text},t.prototype.choice_label=function(t){return this.include_group_label_in_selected&&null!=t.group_label?"<b class='group-name'>"+t.group_label+"</b>"+t.html:t.html},t.prototype.mouse_enter=function(){return this.mouse_on_container=!0},t.prototype.mouse_leave=function(){return this.mouse_on_container=!1},t.prototype.input_focus=function(t){if(this.is_multiple){if(!this.active_field)return setTimeout(function(t){return function(){return t.container_mousedown()}}(this),50)}else if(!this.active_field)return this.activate_field()},t.prototype.input_blur=function(t){if(!this.mouse_on_container)return this.active_field=!1,setTimeout(function(t){return function(){return t.blur_test()}}(this),100)},t.prototype.label_click_handler=function(t){return this.is_multiple?this.container_mousedown(t):this.activate_field()},t.prototype.results_option_build=function(t){var e,s,i,n,r,o,h;for(e="",h=0,o=this.results_data,n=0,r=o.length;n<r&&(s=o[n],i="",i=s.group?this.result_add_group(s):this.result_add_option(s),""!==i&&(h++,e+=i),(null!=t?t.first:void 0)&&(s.selected&&this.is_multiple?this.choice_build(s):s.selected&&!this.is_multiple&&this.single_set_selected_text(this.choice_label(s))),!(h>=this.max_shown_results));n++);return e},t.prototype.result_add_option=function(t){var e,s;return t.search_match&&this.include_option_in_results(t)?(e=[],t.disabled||t.selected&&this.is_multiple||e.push("active-result"),!t.disabled||t.selected&&this.is_multiple||e.push("disabled-result"),t.selected&&e.push("result-selected"),null!=t.group_array_index&&e.push("group-option"),""!==t.classes&&e.push(t.classes),s=document.createElement("li"),s.className=e.join(" "),s.style.cssText=t.style,s.setAttribute("data-option-array-index",t.array_index),s.innerHTML=t.highlighted_html||t.html,t.title&&(s.title=t.title),this.outerHTML(s)):""},t.prototype.result_add_group=function(t){var e,s;return(t.search_match||t.group_match)&&t.active_options>0?(e=[],e.push("group-result"),t.classes&&e.push(t.classes),s=document.createElement("li"),s.className=e.join(" "),s.innerHTML=t.highlighted_html||this.escape_html(t.label),t.title&&(s.title=t.title),this.outerHTML(s)):""},t.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()},t.prototype.reset_single_select_options=function(){var t,e,s,i,n;for(s=this.results_data,n=[],t=0,e=s.length;t<e;t++)i=s[t],i.selected?n.push(i.selected=!1):n.push(void 0);return n},t.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},t.prototype.results_search=function(t){return this.results_showing?this.winnow_results():this.results_show()},t.prototype.winnow_results=function(){var t,e,s,i,n,r,o,h,l,c,_,a,u,d,p;for(this.no_results_clear(),c=0,o=this.get_search_text(),t=o.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),l=this.get_search_regex(t),h=this.results_data,s=0,i=h.length;s<i;s++)n=h[s],n.search_match=!1,_=null,a=null,n.highlighted_html="",this.include_option_in_results(n)&&(n.group&&(n.group_match=!1,n.active_options=0),null!=n.group_array_index&&this.results_data[n.group_array_index]&&(_=this.results_data[n.group_array_index],0===_.active_options&&_.search_match&&(c+=1),_.active_options+=1),p=n.group?n.label:n.text,n.group&&!this.group_search||(a=this.search_string_match(p,l),n.search_match=null!=a,n.search_match&&!n.group&&(c+=1),n.search_match?(o.length&&(u=a.index,r=p.slice(0,u),e=p.slice(u,u+o.length),d=p.slice(u+o.length),n.highlighted_html=this.escape_html(r)+"<em>"+this.escape_html(e)+"</em>"+this.escape_html(d)),null!=_&&(_.group_match=!0)):null!=n.group_array_index&&this.results_data[n.group_array_index].search_match&&(n.search_match=!0)));return this.result_clear_highlight(),c<1&&o.length?(this.update_results_content(""),this.no_results(o)):(this.update_results_content(this.results_option_build()),this.winnow_results_set_highlight())},t.prototype.get_search_regex=function(t){var e,s;return s=this.search_contains?t:"(^|\\s|\\b)"+t+"[^\\s]*",this.enable_split_word_search||this.search_contains||(s="^"+s),e=this.case_sensitive_search?"":"i",new RegExp(s,e)},t.prototype.search_string_match=function(t,e){var s;return s=e.exec(t),!this.search_contains&&(null!=s?s[1]:void 0)&&(s.index+=1),s},t.prototype.choices_count=function(){var t,e,s,i;if(null!=this.selected_option_count)return this.selected_option_count;for(this.selected_option_count=0,i=this.form_field.options,t=0,e=i.length;t<e;t++)s=i[t],s.selected&&(this.selected_option_count+=1);return this.selected_option_count},t.prototype.choices_click=function(t){if(t.preventDefault(),this.activate_field(),!this.results_showing&&!this.is_disabled)return this.results_show()},t.prototype.keydown_checker=function(t){var e,s;switch(s=null!=(e=t.which)?e:t.keyCode,this.search_field_scale(),8!==s&&this.pending_backstroke&&this.clear_backstroke(),s){case 8:this.backstroke_length=this.get_search_field_value().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(t),this.mouse_on_container=!1;break;case 13:this.results_showing&&t.preventDefault();break;case 27:this.results_showing&&t.preventDefault();break;case 32:this.disable_search&&t.preventDefault();break;case 38:t.preventDefault(),this.keyup_arrow();break;case 40:t.preventDefault(),this.keydown_arrow()}},t.prototype.keyup_checker=function(t){var e,s;switch(s=null!=(e=t.which)?e:t.keyCode,this.search_field_scale(),s){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:t.preventDefault(),this.results_showing&&this.result_select(t);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()}},t.prototype.clipboard_event_checker=function(t){if(!this.is_disabled)return setTimeout(function(t){return function(){return t.results_search()}}(this),50)},t.prototype.container_width=function(){return null!=this.options.width?this.options.width:this.form_field.offsetWidth+"px"},t.prototype.include_option_in_results=function(t){return!(this.is_multiple&&!this.display_selected_options&&t.selected)&&(!(!this.display_disabled_options&&t.disabled)&&!t.empty)},t.prototype.search_results_touchstart=function(t){return this.touch_started=!0,this.search_results_mouseover(t)},t.prototype.search_results_touchmove=function(t){return this.touch_started=!1,this.search_results_mouseout(t)},t.prototype.search_results_touchend=function(t){if(this.touch_started)return this.search_results_mouseup(t)},t.prototype.outerHTML=function(t){var e;return t.outerHTML?t.outerHTML:(e=document.createElement("div"),e.appendChild(t),e.innerHTML)},t.prototype.get_single_html=function(){return'<a class="chosen-single chosen-default">\n <input class="chosen-search-input" type="text" autocomplete="off" />\n <span>'+this.default_text+'</span>\n <div><b></b></div>\n</a>\n<div class="chosen-drop">\n <div class="chosen-search">\n </div>\n <ul class="chosen-results"></ul>\n</div>'},t.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>'},t.prototype.get_no_results_html=function(t){return'<li class="no-results">\n '+this.results_none_found+" <span>"+this.escape_html(t)+"</span>\n</li>"},t.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))},t.default_multiple_text="Select Some Options",t.default_single_text="Select an Option",t.default_no_result_text="No results match",t}(),t=jQuery,t.fn.extend({chosen:function(i){return e.browser_is_supported()?this.each(function(e){var n,r;return n=t(this),r=n.data("chosen"),"destroy"===i?void(r instanceof s&&r.destroy()):void(r instanceof s||n.data("chosen",new s(this,i)))}):this}}),s=function(e){function s(){return s.__super__.constructor.apply(this,arguments)}return r(s,e),s.prototype.setup=function(){return this.form_field_jq=t(this.form_field),this.current_selectedIndex=this.form_field.selectedIndex},s.prototype.set_up_html=function(){var e,s;return e=["chosen-container"],e.push("chosen-container-"+(this.is_multiple?"multi":"single")),this.inherit_select_classes&&this.form_field.className&&e.push(this.form_field.className),this.is_rtl&&e.push("chosen-rtl"),s={"class":e.join(" "),title:this.form_field.title},this.form_field.id.length&&(s.id=this.form_field.id.replace(/[^\w]/g,"_")+"_chosen"),this.container=t("<div />",s),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()},s.prototype.on_ready=function(){return this.form_field_jq.trigger("chosen:ready",{chosen:this})},s.prototype.register_observers=function(){return this.container.on("touchstart.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.container.on("touchend.chosen",function(t){return function(e){t.container_mouseup(e)}}(this)),this.container.on("mousedown.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.container.on("mouseup.chosen",function(t){return function(e){t.container_mouseup(e)}}(this)),this.container.on("mouseenter.chosen",function(t){return function(e){t.mouse_enter(e)}}(this)),this.container.on("mouseleave.chosen",function(t){return function(e){t.mouse_leave(e)}}(this)),this.search_results.on("mouseup.chosen",function(t){return function(e){t.search_results_mouseup(e)}}(this)),this.search_results.on("mouseover.chosen",function(t){return function(e){t.search_results_mouseover(e)}}(this)),this.search_results.on("mouseout.chosen",function(t){return function(e){t.search_results_mouseout(e)}}(this)),this.search_results.on("mousewheel.chosen DOMMouseScroll.chosen",function(t){return function(e){t.search_results_mousewheel(e)}}(this)),this.search_results.on("touchstart.chosen",function(t){return function(e){t.search_results_touchstart(e)}}(this)),this.search_results.on("touchmove.chosen",function(t){return function(e){t.search_results_touchmove(e)}}(this)),this.search_results.on("touchend.chosen",function(t){return function(e){t.search_results_touchend(e)}}(this)),this.form_field_jq.on("chosen:updated.chosen",function(t){return function(e){t.results_update_field(e)}}(this)),this.form_field_jq.on("chosen:activate.chosen",function(t){return function(e){t.activate_field(e)}}(this)),this.form_field_jq.on("chosen:open.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.form_field_jq.on("chosen:close.chosen",function(t){return function(e){t.close_field(e)}}(this)),this.search_field.on("blur.chosen",function(t){return function(e){t.input_blur(e)}}(this)),this.search_field.on("keyup.chosen",function(t){return function(e){t.keyup_checker(e)}}(this)),this.search_field.on("keydown.chosen",function(t){return function(e){t.keydown_checker(e)}}(this)),this.search_field.on("focus.chosen",function(t){return function(e){t.input_focus(e)}}(this)),this.search_field.on("cut.chosen",function(t){return function(e){t.clipboard_event_checker(e)}}(this)),this.search_field.on("paste.chosen",function(t){return function(e){t.clipboard_event_checker(e)}}(this)),this.is_multiple?this.search_choices.on("click.chosen",function(t){return function(e){t.choices_click(e)}}(this)):this.container.on("click.chosen",function(t){t.preventDefault()})},s.prototype.destroy=function(){return t(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()},s.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)},s.prototype.container_mousedown=function(e){var s;if(!this.is_disabled)return!e||"mousedown"!==(s=e.type)&&"touchstart"!==s||this.results_showing||e.preventDefault(),null!=e&&t(e.target).hasClass("search-choice-close")?void 0:(this.active_field?this.is_multiple||!e||t(e.target)[0]!==this.selected_item[0]&&!t(e.target).parents("a.chosen-single").length||(e.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),t(this.container[0].ownerDocument).on("click.chosen",this.click_test_action),this.results_show()),this.activate_field())},s.prototype.container_mouseup=function(t){if("ABBR"===t.target.nodeName&&!this.is_disabled)return this.results_reset(t)},s.prototype.search_results_mousewheel=function(t){var e;if(t.originalEvent&&(e=t.originalEvent.deltaY||-t.originalEvent.wheelDelta||t.originalEvent.detail),null!=e)return t.preventDefault(),"DOMMouseScroll"===t.type&&(e=40*e),this.search_results.scrollTop(e+this.search_results.scrollTop())},s.prototype.blur_test=function(t){if(!this.active_field&&this.container.hasClass("chosen-container-active"))return this.close_field()},s.prototype.close_field=function(){return t(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()},s.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()},s.prototype.test_active_click=function(e){var s;return s=t(e.target).closest(".chosen-container"),s.length&&this.container[0]===s[0]?this.active_field=!0:this.close_field()},s.prototype.results_build=function(){return this.parsing=!0,this.selected_option_count=null,this.results_data=i.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},s.prototype.result_do_highlight=function(t){var e,s,i,n,r;if(t.length){if(this.result_clear_highlight(),this.result_highlight=t,this.result_highlight.addClass("highlighted"),i=parseInt(this.search_results.css("maxHeight"),10),r=this.search_results.scrollTop(),n=i+r,s=this.result_highlight.position().top+this.search_results.scrollTop(),e=s+this.result_highlight.outerHeight(),e>=n)return this.search_results.scrollTop(e-i>0?e-i:0);if(s<r)return this.search_results.scrollTop(s)}},s.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},s.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.is_multiple||this.search_container.append(this.search_field),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}))},s.prototype.update_results_content=function(t){return this.search_results.html(t)},s.prototype.results_hide=function(){return this.results_showing&&(this.result_clear_highlight(),this.is_multiple||(this.selected_item.prepend(this.search_field),this.search_field.focus()),this.container.removeClass("chosen-with-drop"),this.form_field_jq.trigger("chosen:hiding_dropdown",{chosen:this})),this.results_showing=!1},s.prototype.set_tab_index=function(t){var e;if(this.form_field.tabIndex)return e=this.form_field.tabIndex,this.form_field.tabIndex=-1,this.search_field[0].tabIndex=e},s.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=t("label[for='"+this.form_field.id+"']")),this.form_field_label.length>0)return this.form_field_label.on("click.chosen",this.label_click_handler)},s.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"))},s.prototype.search_results_mouseup=function(e){var s;if(s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first(),s.length)return this.result_highlight=s,this.result_select(e),this.search_field.focus()},s.prototype.search_results_mouseover=function(e){var s;if(s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first())return this.result_do_highlight(s)},s.prototype.search_results_mouseout=function(e){if(t(e.target).hasClass("active-result")||t(e.target).parents(".active-result").first())return this.result_clear_highlight()},s.prototype.choice_build=function(e){var s,i;return s=t("<li />",{"class":"search-choice"}).html("<span>"+this.choice_label(e)+"</span>"),e.disabled?s.addClass("search-choice-disabled"):(i=t("<a />",{"class":"search-choice-close","data-option-array-index":e.array_index}),i.on("click.chosen",function(t){return function(e){return t.choice_destroy_link_click(e)}}(this)),s.append(i)),this.search_container.before(s)},s.prototype.choice_destroy_link_click=function(e){if(e.preventDefault(),e.stopPropagation(),!this.is_disabled)return this.choice_destroy(t(e.target))},s.prototype.choice_destroy=function(t){if(this.result_deselect(t[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(),t.parents("li").first().remove(),this.search_field_scale()},s.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()},s.prototype.results_reset_cleanup=function(){return this.current_selectedIndex=this.form_field.selectedIndex,this.selected_item.find("abbr").remove()},s.prototype.result_select=function(t){var e,s;if(this.result_highlight)return e=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?e.removeClass("active-result"):this.reset_single_select_options(),e.addClass("result-selected"),s=this.results_data[e[0].getAttribute("data-option-array-index")],s.selected=!0,this.form_field.options[s.options_index].selected=!0,this.selected_option_count=null,this.search_field.val(""),this.is_multiple?this.choice_build(s):this.single_set_selected_text(this.choice_label(s)),this.is_multiple&&(!this.hide_results_on_select||t.metaKey||t.ctrlKey)?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[s.options_index].value}),this.current_selectedIndex=this.form_field.selectedIndex,t.preventDefault(),this.search_field_scale())},s.prototype.single_set_selected_text=function(t){return null==t&&(t=this.default_text),t===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(t)},s.prototype.result_deselect=function(t){var e;return e=this.results_data[t],!this.form_field.options[e.options_index].disabled&&(e.selected=!1,this.form_field.options[e.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[e.options_index].value}),this.search_field_scale(),!0)},s.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")},s.prototype.get_search_field_value=function(){return this.search_field.val()},s.prototype.get_search_text=function(){return t.trim(this.get_search_field_value())},s.prototype.escape_html=function(e){return t("<div/>").text(e).html()},s.prototype.winnow_results_set_highlight=function(){var t,e;if(e=this.is_multiple?[]:this.search_results.find(".result-selected.active-result"),t=e.length?e.first():this.search_results.find(".active-result").first(),null!=t)return this.result_do_highlight(t)},s.prototype.no_results=function(t){var e;return e=this.get_no_results_html(t),this.search_results.append(e),this.form_field_jq.trigger("chosen:no_results",{chosen:this})},s.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},s.prototype.keydown_arrow=function(){var t;return this.results_showing&&this.result_highlight?(t=this.result_highlight.nextAll("li.active-result").first())?this.result_do_highlight(t):void 0:this.results_show()},s.prototype.keyup_arrow=function(){var t;return this.results_showing||this.is_multiple?this.result_highlight?(t=this.result_highlight.prevAll("li.active-result"),t.length?this.result_do_highlight(t.first()):(this.choices_count()>0&&this.results_hide(),this.result_clear_highlight())):void 0:this.results_show()},s.prototype.keydown_backstroke=function(){var t;return this.pending_backstroke?(this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke()):(t=this.search_container.siblings("li.search-choice").last(),t.length&&!t.hasClass("search-choice-disabled")?(this.pending_backstroke=t,this.single_backstroke_delete?this.keydown_backstroke():this.pending_backstroke.addClass("search-choice-focus")):void 0)},s.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},s.prototype.search_field_scale=function(){var e,s,i,n,r,o,h;if(this.is_multiple){for(r={position:"absolute",left:"-1000px",top:"-1000px",display:"none",whiteSpace:"pre"},o=["fontSize","fontStyle","fontWeight","fontFamily","lineHeight","textTransform","letterSpacing"],s=0,i=o.length;s<i;s++)n=o[s],r[n]=this.search_field.css(n);return e=t("<div />").css(r),e.text(this.get_search_field_value()),t("body").append(e),h=e.width()+25,e.remove(),this.container.is(":visible")&&(h=Math.min(this.container.outerWidth()-10,h)),this.search_field.width(h)}},s.prototype.trigger_form_field_change=function(t){return this.form_field_jq.trigger("input",t),this.form_field_jq.trigger("change",t)},s}(e)}).call(this);
1
+ (function(){var t,e,s,i,n=function(t,e){return function(){return t.apply(e,arguments)}},r=function(t,e){function s(){this.constructor=t}for(var i in e)o.call(e,i)&&(t[i]=e[i]);return s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype,t},o={}.hasOwnProperty;i=function(){function t(){this.options_index=0,this.parsed=[]}return t.prototype.add_node=function(t){return"OPTGROUP"===t.nodeName.toUpperCase()?this.add_group(t):this.add_option(t)},t.prototype.add_group=function(t){var e,s,i,n,r,o;for(e=this.parsed.length,this.parsed.push({array_index:e,group:!0,label:t.label,title:t.title?t.title:void 0,children:0,disabled:t.disabled,classes:t.className}),r=t.childNodes,o=[],s=0,i=r.length;s<i;s++)n=r[s],o.push(this.add_option(n,e,t.disabled));return o},t.prototype.add_option=function(t,e,s){if("OPTION"===t.nodeName.toUpperCase())return""!==t.text?(null!=e&&(this.parsed[e].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:t.value,text:t.text,html:t.innerHTML,title:t.title?t.title:void 0,selected:t.selected,disabled:s===!0?s:t.disabled,group_array_index:e,group_label:null!=e?this.parsed[e].label:null,classes:t.className,style:t.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1},t}(),i.select_to_array=function(t){var e,s,n,r,o;for(r=new i,o=t.childNodes,s=0,n=o.length;s<n;s++)e=o[s],r.add_node(e);return r.parsed},e=function(){function t(e,s){this.form_field=e,this.options=null!=s?s:{},this.label_click_handler=n(this.label_click_handler,this),t.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 t.prototype.set_default_values=function(){return this.click_test_action=function(t){return function(e){return t.test_active_click(e)}}(this),this.activate_action=function(t){return function(e){return t.activate_field(e)}}(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},t.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||t.default_multiple_text:this.default_text=this.options.placeholder_text_single||this.options.placeholder_text||t.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||t.default_no_result_text},t.prototype.choice_label=function(t){return this.include_group_label_in_selected&&null!=t.group_label?"<b class='group-name'>"+t.group_label+"</b>"+t.html:t.html},t.prototype.mouse_enter=function(){return this.mouse_on_container=!0},t.prototype.mouse_leave=function(){return this.mouse_on_container=!1},t.prototype.input_focus=function(t){if(this.is_multiple){if(!this.active_field)return setTimeout(function(t){return function(){return t.container_mousedown()}}(this),50)}else if(!this.active_field)return this.activate_field()},t.prototype.input_blur=function(t){if(!this.mouse_on_container)return this.active_field=!1,setTimeout(function(t){return function(){return t.blur_test()}}(this),100)},t.prototype.label_click_handler=function(t){return this.is_multiple?this.container_mousedown(t):this.activate_field()},t.prototype.results_option_build=function(t){var e,s,i,n,r,o,h;for(e="",h=0,o=this.results_data,n=0,r=o.length;n<r&&(s=o[n],i="",i=s.group?this.result_add_group(s):this.result_add_option(s),""!==i&&(h++,e+=i),(null!=t?t.first:void 0)&&(s.selected&&this.is_multiple?this.choice_build(s):s.selected&&!this.is_multiple&&this.single_set_selected_text(this.choice_label(s))),!(h>=this.max_shown_results));n++);return e},t.prototype.result_add_option=function(t){var e,s;return t.search_match&&this.include_option_in_results(t)?(e=[],t.disabled||t.selected&&this.is_multiple||e.push("active-result"),!t.disabled||t.selected&&this.is_multiple||e.push("disabled-result"),t.selected&&e.push("result-selected"),null!=t.group_array_index&&e.push("group-option"),""!==t.classes&&e.push(t.classes),s=document.createElement("li"),s.className=e.join(" "),s.style.cssText=t.style,s.setAttribute("data-option-array-index",t.array_index),s.innerHTML=t.highlighted_html||t.html,t.title&&(s.title=t.title),this.outerHTML(s)):""},t.prototype.result_add_group=function(t){var e,s;return(t.search_match||t.group_match)&&t.active_options>0?(e=[],e.push("group-result"),t.classes&&e.push(t.classes),s=document.createElement("li"),s.className=e.join(" "),s.innerHTML=t.highlighted_html||this.escape_html(t.label),t.title&&(s.title=t.title),this.outerHTML(s)):""},t.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()},t.prototype.reset_single_select_options=function(){var t,e,s,i,n;for(s=this.results_data,n=[],t=0,e=s.length;t<e;t++)i=s[t],i.selected?n.push(i.selected=!1):n.push(void 0);return n},t.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},t.prototype.results_search=function(t){return this.results_showing?this.winnow_results():this.results_show()},t.prototype.winnow_results=function(){var t,e,s,i,n,r,o,h,l,c,_,a,u,d,p;for(this.no_results_clear(),c=0,o=this.get_search_text(),t=o.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),l=this.get_search_regex(t),h=this.results_data,s=0,i=h.length;s<i;s++)n=h[s],n.search_match=!1,_=null,a=null,n.highlighted_html="",this.include_option_in_results(n)&&(n.group&&(n.group_match=!1,n.active_options=0),null!=n.group_array_index&&this.results_data[n.group_array_index]&&(_=this.results_data[n.group_array_index],0===_.active_options&&_.search_match&&(c+=1),_.active_options+=1),p=n.group?n.label:n.text,n.group&&!this.group_search||(a=this.search_string_match(p,l),n.search_match=null!=a,n.search_match&&!n.group&&(c+=1),n.search_match?(o.length&&(u=a.index,r=p.slice(0,u),e=p.slice(u,u+o.length),d=p.slice(u+o.length),n.highlighted_html=this.escape_html(r)+"<em>"+this.escape_html(e)+"</em>"+this.escape_html(d)),null!=_&&(_.group_match=!0)):null!=n.group_array_index&&this.results_data[n.group_array_index].search_match&&(n.search_match=!0)));return this.result_clear_highlight(),c<1&&o.length?(this.update_results_content(""),this.no_results(o)):(this.update_results_content(this.results_option_build()),this.winnow_results_set_highlight())},t.prototype.get_search_regex=function(t){var e,s;return s=this.search_contains?t:"(^|\\s|\\b)"+t+"[^\\s]*",this.enable_split_word_search||this.search_contains||(s="^"+s),e=this.case_sensitive_search?"":"i",new RegExp(s,e)},t.prototype.search_string_match=function(t,e){var s;return s=e.exec(t),!this.search_contains&&(null!=s?s[1]:void 0)&&(s.index+=1),s},t.prototype.choices_count=function(){var t,e,s,i;if(null!=this.selected_option_count)return this.selected_option_count;for(this.selected_option_count=0,i=this.form_field.options,t=0,e=i.length;t<e;t++)s=i[t],s.selected&&(this.selected_option_count+=1);return this.selected_option_count},t.prototype.choices_click=function(t){if(t.preventDefault(),this.activate_field(),!this.results_showing&&!this.is_disabled)return this.results_show()},t.prototype.keydown_checker=function(t){var e,s;switch(s=null!=(e=t.which)?e:t.keyCode,this.search_field_scale(),8!==s&&this.pending_backstroke&&this.clear_backstroke(),s){case 8:this.backstroke_length=this.get_search_field_value().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(t),this.mouse_on_container=!1;break;case 13:this.results_showing&&t.preventDefault();break;case 27:this.results_showing&&t.preventDefault();break;case 32:this.disable_search&&t.preventDefault();break;case 38:t.preventDefault(),this.keyup_arrow();break;case 40:t.preventDefault(),this.keydown_arrow()}},t.prototype.keyup_checker=function(t){var e,s;switch(s=null!=(e=t.which)?e:t.keyCode,this.search_field_scale(),s){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:t.preventDefault(),this.results_showing&&this.result_select(t);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()}},t.prototype.clipboard_event_checker=function(t){if(!this.is_disabled)return setTimeout(function(t){return function(){return t.results_search()}}(this),50)},t.prototype.container_width=function(){return null!=this.options.width?this.options.width:this.form_field.offsetWidth+"px"},t.prototype.include_option_in_results=function(t){return!(this.is_multiple&&!this.display_selected_options&&t.selected)&&(!(!this.display_disabled_options&&t.disabled)&&!t.empty)},t.prototype.search_results_touchstart=function(t){return this.touch_started=!0,this.search_results_mouseover(t)},t.prototype.search_results_touchmove=function(t){return this.touch_started=!1,this.search_results_mouseout(t)},t.prototype.search_results_touchend=function(t){if(this.touch_started)return this.search_results_mouseup(t)},t.prototype.outerHTML=function(t){var e;return t.outerHTML?t.outerHTML:(e=document.createElement("div"),e.appendChild(t),e.innerHTML)},t.prototype.get_single_html=function(){return'<a class="chosen-single chosen-default">\n <input class="chosen-search-input" type="text" autocomplete="off" />\n <span>'+this.default_text+'</span>\n <div><b></b></div>\n</a>\n<div class="chosen-drop">\n <div class="chosen-search">\n </div>\n <ul class="chosen-results"></ul>\n</div>'},t.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>'},t.prototype.get_no_results_html=function(t){return'<li class="no-results">\n '+this.results_none_found+" <span>"+this.escape_html(t)+"</span>\n</li>"},t.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))},t.default_multiple_text="Select Some Options",t.default_single_text="Select an Option",t.default_no_result_text="No results match",t}(),t=jQuery,t.fn.extend({chosen:function(i){return e.browser_is_supported()?this.each(function(e){var n,r;return n=t(this),r=n.data("chosen"),"destroy"===i?void(r instanceof s&&r.destroy()):void(r instanceof s||n.data("chosen",new s(this,i)))}):this}}),s=function(e){function s(){return s.__super__.constructor.apply(this,arguments)}return r(s,e),s.prototype.setup=function(){return this.form_field_jq=t(this.form_field),this.current_selectedIndex=this.form_field.selectedIndex},s.prototype.set_up_html=function(){var e,s;return e=["chosen-container"],e.push("chosen-container-"+(this.is_multiple?"multi":"single")),this.inherit_select_classes&&this.form_field.className&&e.push(this.form_field.className),this.is_rtl&&e.push("chosen-rtl"),s={"class":e.join(" "),title:this.form_field.title},this.form_field.id.length&&(s.id=this.form_field.id.replace(/[^\w]/g,"_")+"_chosen"),this.container=t("<div />",s),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()},s.prototype.on_ready=function(){return this.form_field_jq.trigger("chosen:ready",{chosen:this})},s.prototype.register_observers=function(){return this.container.on("touchstart.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.container.on("touchend.chosen",function(t){return function(e){t.container_mouseup(e)}}(this)),this.container.on("mousedown.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.container.on("mouseup.chosen",function(t){return function(e){t.container_mouseup(e)}}(this)),this.container.on("mouseenter.chosen",function(t){return function(e){t.mouse_enter(e)}}(this)),this.container.on("mouseleave.chosen",function(t){return function(e){t.mouse_leave(e)}}(this)),this.search_results.on("mouseup.chosen",function(t){return function(e){t.search_results_mouseup(e)}}(this)),this.search_results.on("mouseover.chosen",function(t){return function(e){t.search_results_mouseover(e)}}(this)),this.search_results.on("mouseout.chosen",function(t){return function(e){t.search_results_mouseout(e)}}(this)),this.search_results.on("mousewheel.chosen DOMMouseScroll.chosen",function(t){return function(e){t.search_results_mousewheel(e)}}(this)),this.search_results.on("touchstart.chosen",function(t){return function(e){t.search_results_touchstart(e)}}(this)),this.search_results.on("touchmove.chosen",function(t){return function(e){t.search_results_touchmove(e)}}(this)),this.search_results.on("touchend.chosen",function(t){return function(e){t.search_results_touchend(e)}}(this)),this.form_field_jq.on("chosen:updated.chosen",function(t){return function(e){t.results_update_field(e)}}(this)),this.form_field_jq.on("chosen:activate.chosen",function(t){return function(e){t.activate_field(e)}}(this)),this.form_field_jq.on("chosen:open.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.form_field_jq.on("chosen:close.chosen",function(t){return function(e){t.close_field(e)}}(this)),this.search_field.on("blur.chosen",function(t){return function(e){t.input_blur(e)}}(this)),this.search_field.on("keyup.chosen",function(t){return function(e){t.keyup_checker(e)}}(this)),this.search_field.on("keydown.chosen",function(t){return function(e){t.keydown_checker(e)}}(this)),this.search_field.on("focus.chosen",function(t){return function(e){t.input_focus(e)}}(this)),this.search_field.on("cut.chosen",function(t){return function(e){t.clipboard_event_checker(e)}}(this)),this.search_field.on("paste.chosen",function(t){return function(e){t.clipboard_event_checker(e)}}(this)),this.is_multiple?this.search_choices.on("click.chosen",function(t){return function(e){t.choices_click(e)}}(this)):this.container.on("click.chosen",function(t){t.preventDefault()})},s.prototype.destroy=function(){return t(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()},s.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)},s.prototype.container_mousedown=function(e){var s;if(!this.is_disabled)return!e||"mousedown"!==(s=e.type)&&"touchstart"!==s||this.results_showing||e.preventDefault(),null!=e&&t(e.target).hasClass("search-choice-close")?void 0:(this.active_field?this.is_multiple||!e||t(e.target)[0]!==this.selected_item[0]&&!t(e.target).parents("a.chosen-single").length||(e.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),t(this.container[0].ownerDocument).on("click.chosen",this.click_test_action),this.results_show()),this.activate_field())},s.prototype.container_mouseup=function(t){if("ABBR"===t.target.nodeName&&!this.is_disabled)return this.results_reset(t)},s.prototype.search_results_mousewheel=function(t){var e;if(t.originalEvent&&(e=t.originalEvent.deltaY||-t.originalEvent.wheelDelta||t.originalEvent.detail),null!=e)return t.preventDefault(),"DOMMouseScroll"===t.type&&(e=40*e),this.search_results.scrollTop(e+this.search_results.scrollTop())},s.prototype.blur_test=function(t){if(!this.active_field&&this.container.hasClass("chosen-container-active"))return this.close_field()},s.prototype.close_field=function(){return t(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()},s.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()},s.prototype.test_active_click=function(e){var s;return s=t(e.target).closest(".chosen-container"),s.length&&this.container[0]===s[0]?this.active_field=!0:this.close_field()},s.prototype.results_build=function(){return this.parsing=!0,this.selected_option_count=null,this.results_data=i.select_to_array(this.form_field),this.is_multiple?this.search_choices.find("li.search-choice").remove():this.is_multiple||(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},s.prototype.result_do_highlight=function(t){var e,s,i,n,r;if(t.length){if(this.result_clear_highlight(),this.result_highlight=t,this.result_highlight.addClass("highlighted"),i=parseInt(this.search_results.css("maxHeight"),10),r=this.search_results.scrollTop(),n=i+r,s=this.result_highlight.position().top+this.search_results.scrollTop(),e=s+this.result_highlight.outerHeight(),e>=n)return this.search_results.scrollTop(e-i>0?e-i:0);if(s<r)return this.search_results.scrollTop(s)}},s.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},s.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.is_multiple||this.search_container.append(this.search_field),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}))},s.prototype.update_results_content=function(t){return this.search_results.html(t)},s.prototype.results_hide=function(){return this.results_showing&&(this.result_clear_highlight(),this.is_multiple||(this.selected_item.prepend(this.search_field),this.search_field.focus()),this.container.removeClass("chosen-with-drop"),this.form_field_jq.trigger("chosen:hiding_dropdown",{chosen:this})),this.results_showing=!1},s.prototype.set_tab_index=function(t){var e;if(this.form_field.tabIndex)return e=this.form_field.tabIndex,this.form_field.tabIndex=-1,this.search_field[0].tabIndex=e},s.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=t("label[for='"+this.form_field.id+"']")),this.form_field_label.length>0)return this.form_field_label.on("click.chosen",this.label_click_handler)},s.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"))},s.prototype.search_results_mouseup=function(e){var s;if(s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first(),s.length)return this.result_highlight=s,this.result_select(e),this.search_field.focus()},s.prototype.search_results_mouseover=function(e){var s;if(s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first())return this.result_do_highlight(s)},s.prototype.search_results_mouseout=function(e){if(t(e.target).hasClass("active-result")||t(e.target).parents(".active-result").first())return this.result_clear_highlight()},s.prototype.choice_build=function(e){var s,i;return s=t("<li />",{"class":"search-choice"}).html("<span>"+this.choice_label(e)+"</span>"),e.disabled?s.addClass("search-choice-disabled"):(i=t("<a />",{"class":"search-choice-close","data-option-array-index":e.array_index}),i.on("click.chosen",function(t){return function(e){return t.choice_destroy_link_click(e)}}(this)),s.append(i)),this.search_container.before(s)},s.prototype.choice_destroy_link_click=function(e){if(e.preventDefault(),e.stopPropagation(),!this.is_disabled)return this.choice_destroy(t(e.target))},s.prototype.choice_destroy=function(t){if(this.result_deselect(t[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(),t.parents("li").first().remove(),this.search_field_scale()},s.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()},s.prototype.results_reset_cleanup=function(){return this.current_selectedIndex=this.form_field.selectedIndex,this.selected_item.find("abbr").remove()},s.prototype.result_select=function(t){var e,s;if(this.result_highlight)return e=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?e.removeClass("active-result"):this.reset_single_select_options(),e.addClass("result-selected"),s=this.results_data[e[0].getAttribute("data-option-array-index")],s.selected=!0,this.form_field.options[s.options_index].selected=!0,this.selected_option_count=null,this.search_field.val(""),this.is_multiple?this.choice_build(s):this.single_set_selected_text(this.choice_label(s)),this.is_multiple&&(!this.hide_results_on_select||t.metaKey||t.ctrlKey)?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[s.options_index].value}),this.current_selectedIndex=this.form_field.selectedIndex,t.preventDefault(),this.search_field_scale())},s.prototype.single_set_selected_text=function(t){return null==t&&(t=this.default_text),t===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(t)},s.prototype.result_deselect=function(t){var e;return e=this.results_data[t],!this.form_field.options[e.options_index].disabled&&(e.selected=!1,this.form_field.options[e.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[e.options_index].value}),this.search_field_scale(),!0)},s.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")},s.prototype.get_search_field_value=function(){return this.search_field.val()},s.prototype.get_search_text=function(){return t.trim(this.get_search_field_value())},s.prototype.escape_html=function(e){return t("<div/>").text(e).html()},s.prototype.winnow_results_set_highlight=function(){var t,e;if(e=this.is_multiple?[]:this.search_results.find(".result-selected.active-result"),t=e.length?e.first():this.search_results.find(".active-result").first(),null!=t)return this.result_do_highlight(t)},s.prototype.no_results=function(t){var e;return e=this.get_no_results_html(t),this.search_results.append(e),this.form_field_jq.trigger("chosen:no_results",{chosen:this})},s.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},s.prototype.keydown_arrow=function(){var t;return this.results_showing&&this.result_highlight?(t=this.result_highlight.nextAll("li.active-result").first())?this.result_do_highlight(t):void 0:this.results_show()},s.prototype.keyup_arrow=function(){var t;return this.results_showing||this.is_multiple?this.result_highlight?(t=this.result_highlight.prevAll("li.active-result"),t.length?this.result_do_highlight(t.first()):(this.choices_count()>0&&this.results_hide(),this.result_clear_highlight())):void 0:this.results_show()},s.prototype.keydown_backstroke=function(){var t;return this.pending_backstroke?(this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke()):(t=this.search_container.siblings("li.search-choice").last(),t.length&&!t.hasClass("search-choice-disabled")?(this.pending_backstroke=t,this.single_backstroke_delete?this.keydown_backstroke():this.pending_backstroke.addClass("search-choice-focus")):void 0)},s.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},s.prototype.search_field_scale=function(){var e,s,i,n,r,o,h;if(this.is_multiple){for(r={position:"absolute",left:"-1000px",top:"-1000px",display:"none",whiteSpace:"pre"},o=["fontSize","fontStyle","fontWeight","fontFamily","lineHeight","textTransform","letterSpacing"],s=0,i=o.length;s<i;s++)n=o[s],r[n]=this.search_field.css(n);return e=t("<div />").css(r),e.text(this.get_search_field_value()),t("body").append(e),h=e.width()+25,e.remove(),this.container.is(":visible")&&(h=Math.min(this.container.outerWidth()-10,h)),this.search_field.width(h)}},s.prototype.trigger_form_field_change=function(t){return this.form_field_jq.trigger("input",t),this.form_field_jq.trigger("change",t)},s}(e)}).call(this);
assets/scss/admin/give-admin.scss CHANGED
@@ -10,6 +10,7 @@
10
  @import '../frontend/mixins';
11
  @import '../frontend/variables';
12
  @import '../plugins/hint.min';
 
13
  @import '../frontend/fonts';
14
  @import 'fonts';
15
  @import 'grids';
10
  @import '../frontend/mixins';
11
  @import '../frontend/variables';
12
  @import '../plugins/hint.min';
13
+ @import '../plugins/chosen.min';
14
  @import '../frontend/fonts';
15
  @import 'fonts';
16
  @import 'grids';
assets/scss/plugins/chosen.min.scss ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
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.3
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);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{background-position:-42px -10px}.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) 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(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)}.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}.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-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{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) 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: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}}
assets/{css/chosen.css → scss/plugins/chosen.scss} RENAMED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  /* @group Base */
2
  .chosen-container {
3
  position: relative;
@@ -5,14 +17,14 @@
5
  vertical-align: middle;
6
  font-size: 13px;
7
  -webkit-user-select: none;
8
- -moz-user-select: none;
9
- -ms-user-select: none;
10
- user-select: none;
11
  }
12
 
13
  .chosen-container * {
14
  -webkit-box-sizing: border-box;
15
- box-sizing: border-box;
16
  }
17
 
18
  .chosen-container .chosen-drop {
@@ -24,7 +36,7 @@
24
  border-top: 0;
25
  background: #fff;
26
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
27
- box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
28
  display: none;
29
  }
30
 
@@ -66,7 +78,7 @@
66
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
67
  background-clip: padding-box;
68
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
69
- box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
70
  color: #444;
71
  text-decoration: none;
72
  white-space: nowrap;
@@ -260,7 +272,7 @@
260
  border: 0 !important;
261
  background: transparent !important;
262
  -webkit-box-shadow: none;
263
- box-shadow: none;
264
  color: #999;
265
  font-size: 100%;
266
  font-family: sans-serif;
@@ -283,7 +295,7 @@
283
  background-repeat: repeat-x;
284
  background-clip: padding-box;
285
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
286
- box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
287
  color: #333;
288
  line-height: 13px;
289
  cursor: default;
@@ -341,7 +353,7 @@
341
  .chosen-container-active .chosen-single {
342
  border: 1px solid #5897fb;
343
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
344
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
345
  }
346
 
347
  .chosen-container-active.chosen-with-drop .chosen-single {
@@ -351,7 +363,7 @@
351
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
352
  background-image: linear-gradient(#eee 20%, #fff 80%);
353
  -webkit-box-shadow: 0 1px 0 #fff inset;
354
- box-shadow: 0 1px 0 #fff inset;
355
  }
356
 
357
  .chosen-container-active.chosen-with-drop .chosen-single div {
@@ -366,7 +378,7 @@
366
  .chosen-container-active .chosen-choices {
367
  border: 1px solid #5897fb;
368
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
369
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
370
  }
371
 
372
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
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.3
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
+ */
12
+
13
  /* @group Base */
14
  .chosen-container {
15
  position: relative;
17
  vertical-align: middle;
18
  font-size: 13px;
19
  -webkit-user-select: none;
20
+ -moz-user-select: none;
21
+ -ms-user-select: none;
22
+ user-select: none;
23
  }
24
 
25
  .chosen-container * {
26
  -webkit-box-sizing: border-box;
27
+ box-sizing: border-box;
28
  }
29
 
30
  .chosen-container .chosen-drop {
36
  border-top: 0;
37
  background: #fff;
38
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
39
+ box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
40
  display: none;
41
  }
42
 
78
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
79
  background-clip: padding-box;
80
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
81
+ box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
82
  color: #444;
83
  text-decoration: none;
84
  white-space: nowrap;
272
  border: 0 !important;
273
  background: transparent !important;
274
  -webkit-box-shadow: none;
275
+ box-shadow: none;
276
  color: #999;
277
  font-size: 100%;
278
  font-family: sans-serif;
295
  background-repeat: repeat-x;
296
  background-clip: padding-box;
297
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
298
+ box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
299
  color: #333;
300
  line-height: 13px;
301
  cursor: default;
353
  .chosen-container-active .chosen-single {
354
  border: 1px solid #5897fb;
355
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
356
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
357
  }
358
 
359
  .chosen-container-active.chosen-with-drop .chosen-single {
363
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
364
  background-image: linear-gradient(#eee 20%, #fff 80%);
365
  -webkit-box-shadow: 0 1px 0 #fff inset;
366
+ box-shadow: 0 1px 0 #fff inset;
367
  }
368
 
369
  .chosen-container-active.chosen-with-drop .chosen-single div {
378
  .chosen-container-active .chosen-choices {
379
  border: 1px solid #5897fb;
380
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
381
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
382
  }
383
 
384
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
assets/sourcemaps/give-admin.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"give-admin.css","sources":["admin/give-admin.scss","frontend/_mixins.scss","frontend/_variables.scss","plugins/hint.min.scss","frontend/fonts.scss","admin/fonts.scss","admin/grids.scss","admin/forms.scss","admin/addons.scss","admin/reports.scss","admin/welcome.scss","admin/logs.scss","admin/settings.scss","admin/payment-history.scss","admin/dashboard.scss","admin/donors.scss","admin/buttons.scss","admin/shortcodes.scss","admin/system-info.scss","admin/util.scss","admin/updates.scss","admin/blank-slate.scss","admin/importer.scss"],"sourcesContent":["/*!\r\n * Give Admin SCSS/CSS\r\n *\r\n * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner\r\n * @package: Give\r\n * @subpackage: SCSS/Admin\r\n * @copyright: Copyright (c) 2016, WordImpress\r\n * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n@import '../frontend/mixins';\r\n@import '../frontend/variables';\r\n@import '../plugins/hint.min';\r\n@import '../frontend/fonts';\r\n@import 'fonts';\r\n@import 'grids';\r\n@import 'forms';\r\n@import 'addons';\r\n@import 'reports';\r\n@import 'welcome';\r\n@import 'logs';\r\n@import 'settings';\r\n@import 'payment-history';\r\n@import 'dashboard';\r\n@import 'donors';\r\n@import 'buttons';\r\n@import 'shortcodes';\r\n@import 'system-info';\r\n@import 'util';\r\n@import 'updates';\r\n@import 'blank-slate';\r\n@import 'importer';\r\n","/**\r\n * Clearfix\r\n */\r\n@mixin clearfix() {\r\n *zoom: 1;\r\n\r\n &:before,\r\n &:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n\r\n &:after {\r\n clear: both;\r\n }\r\n}\r\n\r\n.give-clearfix {\r\n @include clearfix;\r\n}\r\n\r\n/**\r\n * Box Sizing\r\n * https://github.com/timrogers/sass-box-sizing-mixin\r\n */\r\n@mixin box-sizing($box-model) {\r\n -webkit-box-sizing: $box-model; // Safari <= 5\r\n -moz-box-sizing: $box-model; // Firefox <= 19\r\n box-sizing: $box-model;\r\n}\r\n\r\n/**\r\n * CSS3 Easing\r\n */\r\n@mixin easing-transition() {\r\n -moz-transition: 0.2s all linear;\r\n -o-transition: 0.2s all linear;\r\n transition: 0.2s all linear;\r\n}\r\n\r\n//Labels\r\n@mixin give-label() {\r\n padding: .2em .4em .3em;\r\n font-size: 11px;\r\n line-height: 1;\r\n color: #fff;\r\n text-align: center;\r\n white-space: nowrap;\r\n vertical-align: baseline;\r\n border-radius: .25em;\r\n \r\n &:hover {\r\n color:#fff;\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n@mixin give-label-gray() {\r\n background-color: #929292;\r\n}\r\n@mixin give-label-orange() {\r\n background-color: #ffba00;\r\n}\r\n\r\n.give-item-label {\r\n @include give-label();\r\n}\r\n\r\n.give-item-label-gray {\r\n @include give-label-gray();\r\n}\r\n\r\n.give-item-label-orange {\r\n @include give-label-orange();\r\n}\r\n\r\n\r\n.give-item-label {\r\n @include give-label();\r\n}\r\n\r\n//Fields\r\n@mixin give-currency() {\r\n background-color: lighten($light-gray, 2%);\r\n border-top: 1px solid $borders;\r\n border-bottom: 1px solid $borders;\r\n color: $dark;\r\n margin: 0;\r\n padding: 0 12px;\r\n height: 35px;\r\n line-height: 35px;\r\n font-size: $font-size-medium;\r\n @include box-sizing(border-box);\r\n}\r\n\r\n@mixin give-input() {\r\n border: 1px solid $borders;\r\n background: #FFF;\r\n border-radius: 0;\r\n height: 35px;\r\n line-height: 35px;\r\n padding: 0 12px;\r\n margin: 0;\r\n font-size: $font-size-medium;\r\n @include box-sizing(border-box);\r\n}","/**\r\n * Give CSS Variables\r\n */\r\n\r\n$green: #7ad03a;\r\n$red: #a00;\r\n$orange: #ffba00;\r\n$blue: #2ea2cc;\r\n$dark: #333;\r\n$borders: #ccc;\r\n$light-gray: #EDEDED;\r\n\r\n//Status\r\n$status-default: #777;\r\n$status-complete: $green;\r\n$status-refunded: $status-default;\r\n$status-subscription: #5bc0de;\r\n$status-revoked: #d9534f;\r\n\r\n//Font sizes\r\n$font-size-medium: 18px;\r\n\r\n$primary: #007ba4;\r\n// Primary colour for buttons (alt)\r\n$primarytext: desaturate(lighten($primary, 50%), 18%);\r\n// Text on primary colour bg\r\n\r\n$secondary: desaturate(lighten($primary, 40%), 21%);\r\n// Secondary buttons\r\n$secondarytext: desaturate(darken($secondary, 60%), 21%);\r\n// Text on secondary colour bg\r\n\r\n$highlight: adjust-hue($primary, 150deg);\r\n// Prices, In stock labels, sales flash\r\n$highlightext: desaturate(lighten($highlight, 50%), 18%);\r\n// Text on highlight colour bg\r\n\r\n$contentbg: #fff;\r\n// Content BG - Tabs (active state)\r\n$subtext: #777;\r\n// small, breadcrumbs etc\r\n\r\n$float-labels: (\r\n\tbase-height : 30px,\r\n\tborder-radius : 0,\r\n\tmargin-bottom : 0,\r\n\tcolor-background : inherit,\r\n\tcolor-background-active : inherit,\r\n\tcolor-background-focus : inherit,\r\n\tcolor-border : #ccc,\r\n\tcolor-border-active : #ccc,\r\n\tcolor-border-focus : #ccc,\r\n\tcolor-text : #333,\r\n\tline-height : normal,\r\n\tfont-weight : 700,\r\n\tparent : '[id*=\"give-form\"]',\r\n);\r\n","/*! Hint.css - v2.5.0 - 2017-04-23\n* http://kushagragour.in/lab/hint/\n* Copyright (c) 2017 Kushagra Gour */\n\n[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:\"Helvetica Neue\",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}","/**\n * Give Frontend Fonts SCSS\n *\n * Fonts are from icomoon and the src paths need to be relative to template directory.\n * @package Give\n * @subpackage SCSS/Frontend\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n@font-face {\n font-family: 'give-icomoon';\n src: url('../assets/fonts/icomoon.eot?kdnr3d');\n src: url('../assets/fonts/icomoon.eot?kdnr3d#iefix') format('embedded-opentype'),\n url('../assets/fonts/icomoon.woff?kdnr3d') format('woff'),\n url('../assets/fonts/icomoon.svg?kdnr3d#icomoon') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n\n@mixin iconstyle() {\n font-family: 'give-icomoon';\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n // Better Font Rendering\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n[class^=\"give-icon-\"], [class*=\" give-icon-\"] {\n @include iconstyle();\n}\n\n.give-icon-lamp:before {\n content: \"\\e603\";\n}\n\n.give-icon-heart:before {\n content: \"\\e604\";\n}\n\n.give-icon-question:before {\n content: \"\\e602\";\n}\n\n.give-icon-info:before {\n content: \"\\e601\";\n}\n\n.give-icon-new-tab:before {\n content: \"\\ea7e\";\n}\n\n.give-icon-alert:before {\n content: \"\\f02d\";\n}\n\n.give-icon-help:before {\n content: \"\\e606\";\n}\n\n.give-icon-spinner:before {\n content: \"\\e605\";\n}\n\n.give-icon-spinner2:before {\n content: \"\\e607\";\n}\n\n.give-icon-plus:before {\n content: \"\\e040\";\n}\n\n.give-icon-minus:before {\n content: \"\\e041\";\n}\n\n.give-icon-locked:before {\n content: \"\\e600\";\n}\n\n.dashicons-give:before {\n @include iconstyle();\n content: \"\\e800\";\n}\n\n// --------------------------\n// Spinning Icons\n// --------------------------\n\n.fa-spin {\n -webkit-animation: spin 1000ms infinite linear;\n animation: spin 1000ms infinite linear;\n}\n\n@-webkit-keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n\n@keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n","@font-face {\n\tfont-family: 'give-icomoon';\n\tfont-weight: normal;\n\tfont-style: normal;\n}\n\n@mixin admin_fonts() {\n\tfont-family: 'give-icomoon';\n\tsrc: url('../assets/fonts/icomoon.eot?kdnr3d');\n\tsrc: url('../assets/fonts/icomoon.eot?kdnr3d#iefix') format('embedded-opentype'),\n\turl('../assets/fonts/icomoon.woff?kdnr3d') format('woff'),\n\turl('../assets/fonts/icomoon.svg?kdnr3d#icomoon') format('svg');\n\tspeak: none;\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-variant: normal;\n\ttext-transform: none;\n\tline-height: 1;\n\n\t// Better Font Rendering\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\n// ---------------------------------\n// Donation form vertical tab icons.\n// ---------------------------------\n.give-metabox-tabs li {\n\n\t.give-icon:before {\n\t\t@include admin_fonts();\n\t\tfont-size: 12px;\n\t\tvertical-align: top;\n\t\tline-height: 20px;\n\t\tmargin: 0 5px 0 0;\n\t}\n\n\t.give-icon-default:before {\n\t\tcontent: \"\\e903\";\n\t}\n\n\t//Donation options tab.\n\t.give-icon-heart:before {\n\t\tcontent: \"\\e604\"; //this is a wp dashicon heart.\n\t}\n\t//Goal tab.\n\t.give-icon-target:before {\n\t\tcontent: \"\\e901\";\n\t}\n\t//Form display tab.\n\t.give-icon-display:before {\n\t\tcontent: \"\\e90c\";\n\t}\n\t//Form content tab.\n\t.give-icon-edit:before {\n\t\tcontent: \"\\e902\";\n\t}\n\t//Form terms tab.\n\t.give-icon-checklist:before {\n\t\tposition: relative;\n\t\ttop: 1px;\n\t\tcontent: \"\\e900\";\n\t}\n\t//Form offline donations tab.\n\t.give-icon-purse:before {\n\t\tcontent: \"\\e8df\";\n\t}\n\n\t.dashicons {\n\t\tfont-size:14px;\n\t\twidth:14px;\n\t\tline-height: 20px;\n\t}\n\n}","$width: 98%;\n$gutter: 2%;\n$breakpoint-small: 33.75em; // 540px\n$breakpoint-medium: 45em; // 720px\n$breakpoint-large: 60em; // 960px\n\n.give-grid-row {\n position: relative;\n width: 100%;\n\n [class^=\"give-grid-col\"] {\n float: left;\n margin: 0.5rem 1%;\n min-height: 0.125rem;\n }\n\n &::after {\n content: \"\";\n display: table;\n clear: both;\n }\n}\n\n\n.give-grid-col-1 { width:($width / 12) - ($gutter * 11 / 12); }\n.give-grid-col-2 { width: ($width / 6) - ($gutter * 10 / 12); }\n.give-grid-col-3 { width: ($width / 4) - ($gutter * 9 / 12); }\n.give-grid-col-4 { width: ($width / 3) - ($gutter * 8 / 12); }\n.give-grid-col-5 { width: ($width / (12 / 5)) - ($gutter * 7 / 12); }\n.give-grid-col-6 { width: ($width / 2) - ($gutter * 6 / 12); }\n.give-grid-col-7 { width: ($width / (12 / 7)) - ($gutter * 5 / 12); }\n.give-grid-col-8 { width: ($width / (12 / 8)) - ($gutter * 4 / 12); }\n.give-grid-col-9 { width: ($width / (12 / 9)) - ($gutter * 3 / 12); }\n.give-grid-col-10 { width: ($width / (12 / 10)) - ($gutter * 2 / 12); }\n.give-grid-col-11 { width: ($width / (12 / 11)) - ($gutter * 1 / 12); }\n.give-grid-col-12 { width: $width; }\n\n@media only screen and (max-width: $breakpoint-small) {\n .give-grid-row {\n [class^=\"give-grid-col\"] {\n width: $width;\n }\n }\n}\n","/**\r\n * Give Forms SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n/*------------------------------------\r\nForms CPT\r\n--------------------------------------*/\r\n/* Hide conditional fields */\r\n.cmb2-id--give-set-price,\r\n.cmb2-id--give-levels-header,\r\n.cmb2-id--give-levels-header + .cmb-repeat-group-wrap,\r\n.cmb2-id--give-display-style,\r\n.post-type-give_forms .tablenav #post-query-submit,\r\n.give-hidden,\r\n.cmb2-id--give-form-content,\r\n.cmb2-id--give-reveal-label,\r\n.cmb2-id--give-custom-amount-minimum,\r\n.cmb2-id--give-custom-amount-text,\r\n.cmb2-id--give-offline-checkout-notes,\r\n.cmb-type-levels-id,\r\n#_give_donation_levels_repeat .cmb-group-title,\r\n#_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row,\r\n#_give_donation_levels_repeat .cmb-row > .handlediv {\r\n\tdisplay: none;\r\n}\r\n\r\n/* Donation Levels Repeating Field */\r\n#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {\r\n\tfont-size: 12px;\r\n}\r\n\r\n//-----------------------------\r\n// Table Rows\r\n//-----------------------------\r\ndiv.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {\r\n\tpadding: 0 !important;\r\n\tmargin: 0 !important;\r\n\tmin-width: 100%;\r\n\tmax-width: 0;\r\n\r\n}\r\n\r\n//-----------------------------\r\n// Multilevel Repeater Header\r\n//-----------------------------\r\n.cmb2-id--give-levels-header {\r\n\tpadding: 10px 12px 0 !important;\r\n\tmargin: 0 !important;\r\n\tbackground: #F7F7F7;\r\n\tborder-bottom: none !important;\r\n\r\n\t.table-container {\r\n\t\tdisplay: table;\r\n\t\twidth: 100%;\r\n\r\n\t\tborder-top: 1px solid #e9e9e9;\r\n\t\tborder-bottom: 1px solid #e9e9e9;\r\n\t\tborder-left: 1px solid #e9e9e9;\r\n\r\n\t\t> .table-row {\r\n\t\t\tdisplay: table-row;\r\n\t\t\tbackground: #FCFCFC;\r\n\r\n\t\t\t> .table-cell {\r\n\t\t\t\tdisplay: table-cell;\r\n\t\t\t\tvertical-align: middle;\r\n\t\t\t\tpadding: 10px 15px;\r\n\t\t\t\tborder-right: 1px solid #e9e9e9;\r\n\t\t\t\t&.col-id {\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t}\r\n}\r\n\r\n#_give_donation_levels_repeat {\r\n\tbackground: #F7F7F7;\r\n\tpadding: 0 1px 20px 12px;\r\n\tbox-sizing: border-box;\r\n\r\n\t.cmb-row, .inside {\r\n\t\tmargin: 0;\r\n\t}\r\n\t.cmb-remove-field-row {\r\n\t\tmargin: 3px 0 0;\r\n\r\n\t\t.button {\r\n\t\t\theight: 25px;\r\n\t\t\tpadding: 0 3px;\r\n\t\t}\r\n\t\tspan.dashicons-no {\r\n\t\t\tline-height: 1.15em;\r\n\t\t}\r\n\r\n\t}\r\n\r\n\t.cmbhandle {\r\n\t\tdisplay: none;\r\n\t}\r\n\t.cmb-add-row {\r\n\t\tmargin: 12px 0 0;\r\n\t}\r\n\r\n}\r\n\r\n//---------------------------------------------------\r\n// Field One Offs\r\n//---------------------------------------------------\r\n.give-time-field {\r\n\twidth: 65px;\r\n}\r\n\r\n.give-money-field {\r\n\twidth: 75px;\r\n\tmargin-right: 0;\r\n\tmargin-left: 0;\r\n}\r\n\r\n.give-money-symbol {\r\n\tborder: 1px solid #DDD;\r\n\tbackground: #FCFCFC;\r\n\tmargin: 0;\r\n\tfont-size: 14px;\r\n\tpadding: 5px 8px;\r\n}\r\n\r\n.give-money-symbol-before {\r\n\tborder-right: 0;\r\n\tmargin-right: -4px;\r\n}\r\n\r\n.give-money-symbol-after {\r\n\t//border-left: 0;\r\n\tmargin-left: -5px;\r\n}\r\n\r\n.give_options_panel input[ type=\"text\"],\r\n.give_options_panel input[ type=\"email\"]{\r\n\tpadding: 5px;\r\n\twidth: 100%;\r\n}\r\n\r\ninput.give-text_small,\r\ninput.give-text-small {\r\n\twidth: 100px !important;\r\n}\r\n\r\ninput.give-text-medium,\r\ninput.give-text_medium {\r\n\twidth: 200px !important;\r\n}\r\n\r\n.give-underline {\r\n\ttext-decoration: underline;\r\n}\r\n\r\n.postbox-container .cmb-row {\r\n\tmargin: 0;\r\n\r\n\t.cmb-th label {\r\n\t\tpadding-left: 8px;\r\n\t}\r\n\r\n}\r\n\r\n// Show unnamed donors one per line.\r\n#give-bulk-donors div[id^=\"give-donor-\"] {\r\n display: block;\r\n overflow: hidden;\r\n}\r\n\r\n//---------------------------------------------------\r\n// Responsive\r\n//---------------------------------------------------\r\n@media only screen and (min-width: 851px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\t\t> .cmb-row {\r\n\t\t\tfloat: left;\r\n\t\t\tborder-bottom: none;\r\n\t\t\tpadding-right: 10px;\r\n\t\t\t> .cmb-th {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\t\t\t> .cmb-td {\r\n\t\t\t\tfloat: left;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.cmb-type-give-default-radio-inline .cmb-td {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n\r\n}\r\n\r\n/* Smaller Resolution Desktops */\r\n@media only screen and (min-width: 851px) and (max-width: 1201px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t\t> .cmb-remove-field-row {\r\n\t\t\twidth: 100%;\r\n\t\t\tpadding-top: 0;\r\n\t\t}\r\n\t\t> .cmb-type-text-money {\r\n\t\t\twidth: 105px;\r\n\t\t}\r\n\t\tinput.cmb2-text-money {\r\n\t\t\twidth: 65px;\r\n\t\t}\r\n\r\n\t\t.give-multilevel-text-field {\r\n\t\t\twidth: 160px;\r\n\t\t}\r\n\t\t.cmb-type-radio-inline {\r\n\t\t\tmargin-left: 20px;\r\n\t\t}\r\n\r\n\t}\r\n\t.col-amount {\r\n\t\twidth: 70px;\r\n\t}\r\n\t.col-text {\r\n\t\twidth: 140px;\r\n\t}\r\n\t.col-sort {\r\n\t\tdisplay: none !important;\r\n\t}\r\n\t.give-money-field {\r\n\t\twidth: 55px;\r\n\t}\r\n}\r\n\r\n@media only screen and (min-width: 1201px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t\t> .cmb-remove-field-row {\r\n\t\t\tfloat: right;\r\n\t\t}\r\n\t\t> .cmb-row {\r\n\t\t\tpadding-right: 20px;\r\n\t\t}\r\n\t\t> .cmb-remove-field-row.cmb-row {\r\n\t\t\tpadding-right: 0;\r\n\t\t}\r\n\r\n\t}\r\n\r\n\t.col-amount {\r\n\t\twidth: 93px;\r\n\t}\r\n\t.col-text {\r\n\t\twidth: 195px;\r\n\t}\r\n\t.col-sort {\r\n\t\twidth: 100px;\r\n\t}\r\n\t.give-multilevel-text-field {\r\n\t\twidth: 205px;\r\n\t}\r\n\r\n}\r\n\r\n//Small Resolution Repeater\r\n@media only screen and (max-width: 850px) {\r\n\tdiv.cmb-type-levels-repeater-header {\r\n\t\tdisplay: none !important;\r\n\t}\r\n}\r\n\r\n//-------------------------------------\r\n// Publish Metabox\r\n//-------------------------------------\r\n\r\n/*Shortcode Input */\r\n\r\n.shortcode-wrap {\r\n\tmargin: 1px 14px 12px 11px;\r\n\r\n\tlabel {\r\n\t\tmargin: 0 0 3px;\r\n\t\tdisplay: block;\r\n\t\tcursor: default;\r\n\t}\r\n\r\n\t.shortcode-input {\r\n\t\tmargin: 0;\r\n\t\twidth: 100%;\r\n\t}\r\n\r\n}\r\n\r\n//-------------------------------------\r\n// Content Options\r\n//-------------------------------------\r\n\r\n.cmb2-id--give-content-option,\r\n.cmb2-id--give-terms-option,\r\n.cmb2-id--give-offline-donation-enable-billing-fields-single,\r\n.cmb2-id--give-goal-option,\r\n.cmb2-id--give-customize-offline-donations {\r\n\tborder-bottom: none !important;\r\n\tmargin: 0 !important;\r\n}\r\n\r\n.cmb2-id--give-form-content,\r\n.cmb2-id--give-agree-label,\r\n.cmb2-id--give-offline-checkout-notes,\r\n.cmb2-id--give-set-goal,\r\n.cmb2-id--give-offline-donation-enable-billing-fields-single {\r\n\tborder-top: 1px solid #e9e9e9 !important;\r\n}\r\n\r\n/*-------------------------------------\r\nTerms and Conditions Metabox\r\n---------------------------------------*/\r\n\r\n.cmb2-id--give-agree-label,\r\n.cmb2-id--give-agree-text {\r\n\tdisplay: none;\r\n}\r\n\r\n/*-------------------------------------\r\nDashboard Columns\r\n-------------------------------------*/\r\n\r\ninput.shortcode-input {\r\n\twidth: 100%;\r\n}\r\n\r\n.price .give_price_range_low,\r\n.price .give_price_range_high,\r\n.price .give_price_range_sep{\r\n\tdisplay: inline-block;\r\n}\r\n\r\n/*-------------------------------------\r\nASIDE\r\n-------------------------------------*/\r\n\r\n#side-sortables {\r\n\r\n\t.cmb-th label {\r\n\r\n\t\t&:after {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\r\n\t}\r\n\t.cmb2-id--give-show-register-form {\r\n\t\tpadding: 10px 0 0 !important;\r\n\t}\r\n\r\n\t.cmb2-wrap > .cmb-field-list > .cmb-row {\r\n\t\tpadding-top: 10px;\r\n\t}\r\n\r\n\t.cmb-row .cmb2-metabox-description {\r\n\t\tpadding-bottom: 0;\r\n\t}\r\n\r\n}\r\n\r\n.cmb2-metabox-description {\r\n\tfont-size: 13px;\r\n\tline-height: 1.5;\r\n\tdisplay: block;\r\n}\r\n\r\n//-------------------------------------\r\n// Tooltips\r\n//-------------------------------------\r\n.give-tooltip {\r\n\tmargin: 0 3px;\r\n\tpadding: 0;\r\n\tfont-size: 14px;\r\n\t@include easing-transition();\r\n\tcolor: transparentize($dark, 0.5);\r\n\tposition: relative;\r\n\ttop: 1px;\r\n\r\n\t&:hover {\r\n\t\tcolor: $dark;\r\n\t}\r\n\r\n}\r\n\r\n//-------------------------------------\r\n// Metabox Form\r\n// -------------------------------------\r\n#give-metabox-form-data {\r\n\r\n\t.inside {\r\n\t\tmargin: 0;\r\n\t\tpadding: 0;\r\n\t}\r\n\r\n\t.give-metabox-panel-wrap {\r\n\t\tbackground: #fff;\r\n\t\toverflow: hidden;\r\n\t}\r\n\r\n\t.give_options_panel {\r\n\t\tdisplay: none;\r\n\t\tpadding-left: 170px;\r\n\r\n\t\t&.active,\r\n\t\t.no-js & {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap {\r\n\t\t\tpadding: 1em 20px 1em 162px;\r\n\t\t\tmargin: 0;\r\n\t\t\tborder-bottom: 1px solid #eee;\r\n\r\n\t\t\t> label, > span.give-field-label {\r\n\t\t\t\tfloat: left;\r\n\t\t\t\twidth: 135px;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\tmargin: 2px 0 0 -150px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tfont-weight: 400;\r\n\t\t\t}\r\n\r\n\t\t\t.give-field-description {\r\n\t\t\t\tcolor: #aaaaaa;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding-top: 10px;\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t}\r\n\r\n\t\t\tul {\r\n\t\t\t\tmargin: 0;\r\n\t\t\t}\r\n\r\n\t\t\t.mce-container iframe, textarea {\r\n\t\t\t\tmin-height: 250px !important;\r\n\t\t\t}\r\n\r\n\t\t\t.wp-editor-wrap {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:last-child {\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\r\n\t\ttextarea.give-field {\r\n\t\t\twidth: 100%;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:hover .give-field-row-actions {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:last-child {\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\r\n\t\t.give-inline-radio-fields {\r\n\t\t\tli {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tmargin-right: 15px;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.give-repeatable-field-section {\r\n\t\t\tpadding: 10px;\r\n\t\t\tbackground: #f5f5f5;\r\n\r\n\t\t\t.give-repeatable-fields-section-wrapper {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tbackground-color: white;\r\n\t\t\t\tborder-collapse: collapse;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row {\r\n\t\t\t\tborder-bottom: 15px solid #f5f5f5;\r\n\t\t\t\tbackground-color: white;\r\n\t\t\t}\r\n\r\n\t\t\t.give-template {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row:last-child {\r\n\t\t\t\tborder-bottom: 10px solid #f5f5f5;\r\n\t\t\t}\r\n\r\n\t\t\t.give-column {\r\n\t\t\t\tpadding: 0;\r\n\t\t\t}\r\n\r\n\t\t\t.give-remove {\r\n\t\t\t\tfloat: right;\r\n\t\t\t\twidth: 22px;\r\n\t\t\t\theight: 36px;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tline-height: 34px;\r\n\t\t\t\tfont-size: 21px;\r\n\t\t\t\tfont-weight: 300;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t}\r\n\r\n\t\t\t.give-remove:hover {\r\n\t\t\t\tbackground-color: red;\r\n\t\t\t\tcolor: white;\r\n\t\t\t\twidth: 22px;\r\n\t\t\t\theight: 22px;\r\n\t\t\t\tborder-radius: 30px;\r\n\t\t\t\tmargin-top: 8px;\r\n\t\t\t\tline-height: 19px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row-head {\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t\tcursor: move;\r\n\t\t\t\th2 {\r\n\t\t\t\t\ttext-align: left !important;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.give-row.closed .toggle-indicator:before {\r\n\t\t\t\tcontent: \"\\f140\";\r\n\t\t\t}\r\n\r\n\t\t\t.give-row .give-move .toggle-indicator:before {\r\n\t\t\t\tmargin-left: 7px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-add-repeater-field-section-row-wrap {\r\n\t\t\t\tbackground-color: #f5f5f5;\r\n\t\t\t}\r\n\r\n\t\t\t.give-add-repeater-field-section-row {\r\n\t\t\t\tmargin: 5px 5px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-field-wrap:last-child {\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t}\r\n\r\n\t\t\t.give-ui-placeholder-state-highlight {\r\n\t\t\t\tbackground-color: #68bb6c;\r\n\t\t\t}\r\n\r\n\t\t\t.give-repeater-field-name {\r\n\t\t\t\tborder: 0 !important;\r\n\t\t\t\tpadding: 0 !important;\r\n\t\t\t}\r\n\r\n\t\t\t.give-repeater-field-description {\r\n\t\t\t\tcolor: #aaaaaa;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t}\r\n\r\n\t\t\t// Sortable jquery css fix.\r\n\t\t\t.ui-sortable-helper {\r\n\t\t\t\tdisplay: table !important;\r\n\t\t\t}\r\n\t\t\t.give-row.ui-sortable-helper {\r\n\t\t\t\tborder-bottom: 0;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n// Hide first row remove button for multi-level.\r\n#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove {\r\n display: none !important;\r\n}\r\n\r\n//-------------------------------------\r\n// Metabox Tabs\r\n//-------------------------------------\r\n#give-metabox-form-data {\r\n\r\n\t.give-metabox-tabs {\r\n\t\tmargin: 0;\r\n\t\tmax-width: 170px;\r\n\t\tfloat: left;\r\n\t\tline-height: 1em;\r\n\t\tpadding: 0 0 10px;\r\n\t\tposition: relative;\r\n\t\tbackground-color: #fafafa;\r\n\t\tborder-right: 1px solid #eee;\r\n\t\tbox-sizing: border-box;\r\n\r\n\t\t&:after {\r\n\t\t\tcontent: \"\";\r\n\t\t\tdisplay: block;\r\n\t\t\twidth: 100%;\r\n\t\t\theight: 9999em;\r\n\t\t\tposition: absolute;\r\n\t\t\tbottom: -9999em;\r\n\t\t\tleft: 0;\r\n\t\t\tbackground-color: #fafafa;\r\n\t\t\tborder-right: 1px solid #eee;\r\n\t\t}\r\n\r\n\t\tli {\r\n\t\t\tmargin: 0;\r\n\t\t\tpadding: 0;\r\n\t\t\tdisplay: block;\r\n\t\t\tposition: relative;\r\n\r\n\t\t\ta {\r\n\t\t\t\tmargin: 0;\r\n\t\t\t\tpadding: 10px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tbox-shadow: none;\r\n\t\t\t\ttext-decoration: none;\r\n\t\t\t\tline-height: 20px !important;\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t\toverflow: hidden;\r\n\r\n\t\t\t\tspan.give-label {\r\n\t\t\t\t\twidth: 122px;\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\t.give-metabox-sub-tabs li {\r\n\t\t\tbackground-color: #f1f1f1;\r\n\t\t\ta {\r\n\t\t\t\tborder-bottom-color: #e5e5e5;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli.active {\r\n\t\t\t> a {\r\n\t\t\t\tcolor: #555;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\tbackground-color: #eee;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli.has-sub-fields.active > a {\r\n\t\t\tbackground-color: #ddd;\r\n\t\t}\r\n\r\n\t\tli.has-sub-fields:not(.active):hover {\r\n\t\t\tul.give-metabox-sub-tabs {\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tbottom: 0;\r\n\t\t\t\tleft: 166px;\r\n\t\t\t\twidth: 170px;\r\n\t\t\t\tmax-height: 250px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n}\r\n\r\n// Icons only display for tight resolutions.\r\n@media only screen and (min-width: 851px) and (max-width: 1025px),\r\n(max-width: 550px) {\r\n\r\n\t#give-metabox-form-data {\r\n\t\tul.give-metabox-tabs {\r\n\t\t\tmin-width: 40px;\r\n\r\n\t\t\tli > a {\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tmargin-right: 0;\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}\r\n\t\t\t\tspan.give-label {\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tspan.give-icon:before {\r\n\t\t\t\t\tmargin: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\t\t.give_options_panel {\r\n\t\t\tpadding-left: 40px;\r\n\r\n\t\t\t.give-field-wrap {\r\n\t\t\t\tpadding: 10px;\r\n\r\n\t\t\t\tspan.give-field-label, label {\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\tfloat: none;\r\n\t\t\t\t\tmargin: 0 0 10px 0;\r\n\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t}\r\n\t//#give-metabox-form-data\r\n}\r\n\r\n//-------------------------------------\r\n// Export Form\r\n// -------------------------------------\r\n\r\n#give-export-payments {\r\n\t.give_forms_categories,\r\n\t.give_forms_tags {\r\n\t\tinput {\r\n\t\t\tcolor: #999;\r\n\t\t}\r\n\r\n\t\tmin-width: 250px;\r\n\t\tmargin: 0 0 10px 0;\r\n\t\tdisplay: block;\r\n\t}\r\n\r\n\tdiv.chosen-container:first-of-type {\r\n\t\tmargin-top: 10px;\r\n\t}\r\n\r\n\tdiv.chosen-container {\r\n\t\tul.chosen-choices {\r\n\t\t\tinput.chosen-search-input {\r\n\t\t\t\tborder: 1px solid #ddd;\r\n\t\t\t\theight: 20px;\r\n\t\t\t}\r\n\r\n\t\t\tborder: 1px solid #ddd;\r\n\t\t}\r\n\t}\r\n\r\n\tselect {\r\n\t\tvertical-align: inherit;\r\n\t\tmargin: 0;\r\n\t\theight: 26px;\r\n\t\tline-height: 26px;\r\n\t\tborder: 1px solid #ddd;\r\n\t}\r\n}\r\n\r\n/*-------------------------------------\r\nChosen Overrides\r\n-------------------------------------*/\r\n\r\n.chosen-container-single a.chosen-single {\r\n background: #FFF !important;\r\n}\r\n\r\n/*-------------------------------------\r\nDoc Links\r\n-------------------------------------*/\r\n\r\n.give-docs-link {\r\n\ttext-align: right;\r\n\tmargin-right: 15px;\r\n\r\n\ta {\r\n\t\tcolor: #999;\r\n\t\ttext-decoration: none;\r\n\t\tfont-style: italic;\r\n\r\n\t\t&:hover {\r\n\t\t\tcolor: rgb(0, 115, 170);\r\n\t\t}\r\n\t\tspan {\r\n\t\t\tfont-style: normal;\r\n\t\t}\r\n\t}\r\n}","/**\n * Give Add-ons SCSS\n *\n * @description Add-on Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.type-download {\n float: left;\n margin: 0 1em 1em 0 !important;\n padding: 0;\n vertical-align: top;\n width: 280px;\n text-decoration: none;\n color: inherit;\n border: 1px solid #ddd;\n display: block;\n min-height: 365px;\n overflow: hidden;\n background: #f5f5f5;\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);\n -webkit-transition-property: border, background, color;\n transition-property: border, background, color;\n -webkit-transition-duration: .05s;\n transition-duration: .05s;\n -webkit-transition-timing-function: ease-in-out;\n transition-timing-function: ease-in-out;\n position: relative;\n\n &:hover {\n\tborder: 1px solid #d1d1d1;\n }\n\n > .featured-img img {\n\tborder-bottom: 1px solid #ddd;\n }\n\n .addon-content {\n\t@include clearfix;\n\tpadding: 15px 20px;\n\n\t.addon-heading {\n\t margin: 0 0 10px;\n\t a {\n\t\toutline: none;\n\t\ttext-decoration: none;\n\t }\n\t}\n\n }\n\n .addon-footer-wrap {\n\tborder-top: 1px solid #ddd;\n\tposition: absolute;\n\tbottom: 2px;\n\tleft: 0;\n\twidth: 100%;\n\tbackground-color: #FFF;\n\tpadding: 15px 20px;\n }\n\n}\n\n.give-view-addons-all, .type-download {\n\n span.dashicons {\n\twidth: 16px;\n\theight: 16px;\n\tfont-size: 14px;\n\tmargin: 6px 0 0 0;\n }\n\n}\n\n.give-view-addons-all span.dashicons {\n margin-left: 3px;\n}\n","/**\n * Give Reports SCSS\n *\n * @description Payment History Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n//---------------------------------------------------------\n// Dashboard Widget\n//---------------------------------------------------------\n#give-dashboard-widgets-wrap {\n\n .inside {\n padding-top: 0;\n padding-bottom: 0;\n\n /* counteract extra padding in Income Report graph */\n .give_forms_page_give-reports & {\n padding-left: 0;\n }\n\n #give-graphs-filter {\n float:none;\n }\n }\n\n .postbox {\n margin-bottom: 10px;\n }\n\n table.reports-table {\n clear: none;\n }\n\n #give-date-range-options {\n float: left;\n\n > span {\n float: left;\n line-height: 30px;\n font-style: italic;\n padding: 0 5px 0 0;\n }\n\n }\n\n}\n\n\n#give-graphs-filter {\n float:right;\n\n .tablenav {\n margin: 0 0 0 17px;\n .actions {\n padding: 0;\n }\n }\n}\n\n//---------------------------------------------------------\n// Global Graph Styles\n//---------------------------------------------------------\n\n.give-graph {\n .y1Axis {\n color: #66bb6a !important;\n }\n .y2Axis {\n color: #546e7a !important;\n }\n}\n\n//---------------------------------------------------------\n//Donor Filter\n//---------------------------------------------------------\nbody.give_forms_page_give-reports, body.give_forms_page_give-payment-history {\n\n h1.nav-tab-wrapper, h2.nav-tab-wrapper {\n margin-bottom: 10px;\n }\n .actions {\n padding-top: 0;\n }\n\n .pagination-links {\n margin-left: 10px;\n }\n\n p.donor-search {\n margin-right: 10px;\n }\n\n .tablenav-right {\n\n .tablenav-pages {\n float: right;\n }\n #give-reports-view {\n margin-top: 0;\n }\n .actions {\n float: left;\n }\n\n }\n\n p.search-box {\n float: left;\n }\n\n .reports-table-nav.tablenav.top {\n width: 100%;\n float: none;\n margin: 0 0 10px;\n }\n\n .reports-forms-details-wrap.top {\n float: right;\n overflow: hidden;\n\n #give-reports-filter {\n float: left;\n }\n > .actions {\n padding-right: 0;\n }\n }\n\n .tablenav.bottom {\n margin-top: 10px;\n }\n\n h2.reports-earnings-title {\n margin: 7px 0 0;\n }\n\n .reports-views-wrap {\n padding: 3px 0 0;\n }\n\n .wrap.give-reports-donors-wrap {\n margin-right: 0;\n margin-bottom: 10px;\n }\n\n .widefat tbody td, .widefat tbody th {\n padding-top: 12px;\n padding-bottom: 12px;\n }\n\n}\n\n//---------------------------------------------------------\n//Export Options Styles\n//---------------------------------------------------------\nbody.give_forms_page_give-reports table.export-options-table {\n tbody td {\n padding: 20px 12px;\n vertical-align: top;\n }\n .give-export-form {\n position: relative;\n .notice-wrap {\n background-color: transparent;\n padding: 12px 12px 4px;\n margin: 2px 0 -16px -11px;\n overflow: auto;\n .spinner {\n margin: -2px -12px 8px 0;\n }\n }\n }\n\n span#give-start-wrap, span#give-end-wrap {\n input {\n width: 100px;\n }\n }\n\n}\n\n#export-donor-options-wrap {\n p {\n padding: 20px 0 0;\n margin: 0;\n font-weight: bold;\n }\n ul {\n max-width: 900px;\n overflow: hidden;\n\n li {\n margin: 0;\n padding: 0 5px 5px 0;\n box-sizing: border-box;\n float: left;\n width: 33%;\n }\n }\n\n}\n\n//---------------------------------------------------------\n//Recount Stats Form\n//---------------------------------------------------------\n\n#give-tools-recount-form {\n\n .notice-wrap {\n position: relative;\n min-height: 25px;\n margin: 10px -12px -12px;\n background: #EFEFEF;\n padding: 10px 12px 12px;\n border-top: 1px solid #E5E5E5;\n\n .give-progress {\n position: absolute;\n top: 15px;\n }\n\n .spinner {\n position: absolute;\n right: 14px;\n top: 13px;\n margin: 0;\n }\n\n #give-batch-success {\n margin-bottom: 6px;\n }\n\n }\n\n}\n\n\n//---------------------------------------------------------\n//Tools\n//---------------------------------------------------------\n\n.recount-stats-controls form {\n display: inline;\n}\n\n.give-recount-stats-descriptions {\n margin: 8px 0 0;\n display: block;\n\n span {\n line-height: 24px;\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0;\n display: none;\n }\n}\n\n//---------------------------------------------------------\n//Payment Methods\n//---------------------------------------------------------\n.gateways-report-tablenav {\n .actions.bulkactions {\n padding-right: 0;\n }\n}\n\n//---------------------------------------------------------\n//Table List Styles\n//---------------------------------------------------------\n\ntable.give-table {\n\n td {\n vertical-align: middle;\n }\n td.row-title {\n h3 {\n margin: 0 0 0.4em;\n font-size: 1.2em;\n }\n p {\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0;\n }\n }\n\n}\n\n#give-graphs-filter > .tablenav {\n height: auto;\n}\n\n//---------------------------------------------------------\n//Logs\n//---------------------------------------------------------\n#give-logs-filter {\n .search-box {\n float: right;\n }\n .tablenav.top {\n float: left;\n clear: none;\n margin-top: 0;\n }\n}","/**\n * Give Admin Welcome SCSS\n *\n * @description Displays when user activates the plugin\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n */\n\n.welcome-h1 {\n display: inline-block;\n margin-right: 15px !important;\n}\n\n.about-wrap {\n h3 {\n margin: 1.5em 0 .6em;\n }\n\n img {\n border:none;\n }\n}\n\n.give-badge {\n padding-top: 150px;\n height: 52px;\n width: 185px;\n color: #FFF;\n font-weight: bold;\n font-size: 14px;\n text-align: center;\n text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);\n margin: 0 -5px;\n\n position: absolute;\n top: 0;\n right: 0;\n}\n\n.introduction {\n padding: 0 0 20px;\n margin: 0 0 20px;\n}\n\n//Feature section\n.feature-section {\n margin-top: 40px;\n\n span.dashicons {\n width: 16px;\n height: 16px;\n font-size: 14px;\n margin: 6px 0 0 0;\n }\n\n .feature-section-item {\n width: 48%;\n float: left;\n }\n\n div.last-feature {\n margin-right: 0;\n margin-left: 4%;\n }\n\n}\n\n//Get started\n[class^=\"dashboard_page_give-\"], [class*=\"dashboard_page_give-\"] {\n .about-text {\n min-height: 0;\n }\n}\n\n//Social Media\n.social-items-wrap {\n display: inline-block;\n > div {\n display: inline-block;\n }\n .twitter-item-wrap {\n margin: 0 20px 10px 0;\n }\n}\n\n//Credits\n.wp-person {\n img {\n border-radius: 50%;\n }\n a.web {\n margin: 17px 0 0;\n font-weight: bold;\n font-style: italic;\n }\n}\n\n//Newsletter\n.newsletter-intro {\n font-size: 13px;\n font-style: italic;\n color: #777;\n}\n\n.give-newsletter-form-wrap {\n margin: 10px 0 20px -5px;\n max-width: 700px;\n\n td {\n padding: 3px;\n }\n\n div.give-newsletter-confirmation {\n background: #fff;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n margin: 5px 10px 4px 5px;\n padding: 1px 12px;\n border-left: 4px solid #7ad03a;\n display: none;\n > p {\n margin: 0.5em 0;\n padding: 2px;\n }\n }\n\n}","/**\n * Give Logs SCSS\n *\n * @description Payment History Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n#give_donor_export_form {\n margin: 0 0 5px;\n}\n\n\n#give-payments-filter .give-donation-status {\n display: inline-block;\n}\n\n.column-status {\n .give-donation-status, .give-test-mode-transactions-label {\n display: inline-block;\n }\n .give-test-mode-transactions-label {\n margin: 0 5px;\n vertical-align: middle;\n }\n}\n","/**\r\n * Give Settings SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n */\r\n\r\n//--------------------------------------------------------------\r\n// General Settings\r\n//--------------------------------------------------------------\r\n\r\n.give-settings-page {\r\n\r\n .give-settings-heading-sep {\r\n\tfont-size: 14px;\r\n\tline-height: 32px;\r\n\twidth: 15px;\r\n }\r\n\r\n .nav-tab-wrapper {\r\n\tmargin-bottom: 5px;\r\n\toverflow: visible;\r\n }\r\n\r\n .cmb2-wrap .cmb-type-checkbox input[type=\"checkbox\"] {\r\n\tdisplay: block;\r\n\tmargin-bottom: 5px;\r\n }\r\n\r\n div.give-submit-wrap {\r\n\tmargin: 20px 0;\r\n }\r\n\r\n .give_forms_page_give-payment-history .postbox .hndle {\r\n\tcursor: default;\r\n }\r\n\r\n .give-input-field {\r\n\twidth: 25em;\r\n }\r\n\r\n table table input[type=\"text\"] {\r\n\twidth: 15em;\r\n }\r\n\r\n .give-repeat-setting-field {\r\n\tmargin: 10px 0;\r\n }\r\n\r\n .give-remove-setting-field {\r\n\twidth: 25px;\r\n\theight: 25px;\r\n\tpadding: 0;\r\n\ttext-align: center;\r\n\tline-height: 22px;\r\n\tfont-size: 21px;\r\n\tfont-weight: 300;\r\n\tcursor: pointer;\r\n\tmargin-left: 20px;\r\n\tdisplay: inline-block;\r\n }\r\n\r\n .give-remove-setting-field:hover {\r\n\tbackground-color: red;\r\n\tcolor: white;\r\n\tborder-radius: 30px;\r\n }\r\n\r\n .give-forminp p:first-child .give-remove-setting-field {\r\n\tdisplay: none;\r\n }\r\n\r\n .export-options-table {\r\n\ttr.give-import-option:nth-child(odd) {\r\n\t background: #f4f3f3;\r\n\t th {\r\n\t\tvertical-align: middle;\r\n\t }\r\n\t}\r\n\t.give-import-dropdown:nth-child(2),\r\n\ttr.give-import-option th:first-child {\r\n\t width: 250px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-setting-tab-header {\r\n clear: both;\r\n overflow: hidden;\r\n margin: 30px 0;\r\n\r\n h2 {\r\n\tmargin-top: 8px;\r\n }\r\n\r\n p {\r\n\tmargin-bottom: 0;\r\n }\r\n}\r\n\r\n.give-radio-inline {\r\n ul {\r\n\tmargin-top: 0;\r\n }\r\n\r\n li {\r\n\tdisplay: inline-block;\r\n\tmargin: 0 0 0 15px;\r\n }\r\n\r\n li:first-child {\r\n\tmargin-left: 0;\r\n }\r\n}\r\n\r\n// Tools page: fix ajax search user list hide bug\r\n.give-tools-setting-page .bulkactions {\r\n overflow: visible;\r\n}\r\n\r\n//Ugly but necessary to override WP core styles.\r\n.form-table td.give-radio-inline fieldset li > label {\r\n margin: 5px 0 0 !important;\r\n}\r\n\r\np.give-field-description,\r\ndiv.give-field-description,\r\n.cmb2-metabox-description {\r\n color: #aaaaaa;\r\n font-style: italic;\r\n font-size: 13px !important;\r\n}\r\n\r\n.cmb-type-give-title label,\r\n.give-setting-tab-header h2 {\r\n float: left;\r\n display: inline-block;\r\n width: 220px;\r\n font-style: italic;\r\n color: #AAA;\r\n margin: 0;\r\n font-size: 14px;\r\n}\r\n\r\n.postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {\r\n border-bottom: 1px solid #e9e9e9;\r\n border-top: none;\r\n}\r\n\r\n.cmb-type-enabled-gateways .cmb-td > p:first-of-type {\r\n display: none;\r\n}\r\n\r\n// CMB2 Checkbox Revised Styles\r\n.cmb-type-checkbox .cmb-td {\r\n width: 80%;\r\n label {\r\n\tfont-size: 13px;\r\n }\r\n}\r\n\r\n/* Responsive Settings Rows */\r\n.give_settings {\r\n .cmb2-wrap .cmb-row {\r\n\tdisplay: table-row;\r\n\t> .cmb-th, > .cmb-td {\r\n\t display: table-cell;\r\n\t float: none;\r\n\t}\r\n }\r\n}\r\n\r\n/* Custom Title Separators */\r\n.cmb2-id-give-title {\r\n label {\r\n\tfont-style: italic;\r\n\tcolor: #AAA;\r\n\tcursor: default;\r\n }\r\n > div.cmb-th {\r\n\tpadding-bottom: 10px;\r\n }\r\n > div.cmb-td {\r\n\tpadding-bottom: 5px;\r\n }\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Payment Gateways\r\n//--------------------------------------------------------------\r\n.give-payment-gatways-list li.ui-sortable-handle {\r\n\r\n span.give-drag-handle {\r\n\tpadding: 3px 4px 0 0;\r\n\tfont-size: 15px;\r\n\tfont-weight: normal;\r\n\tcolor: #bdbdbd;\r\n\tcursor: move;\r\n\r\n\t&:hover {\r\n\t color: #333;\r\n\t}\r\n\r\n }\r\n\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Emails\r\n//--------------------------------------------------------------\r\n\r\n.give-email-tags-wrap {\r\n margin: 5px 0 0;\r\n code {\r\n\tfont-style: normal;\r\n\tpadding: 1px 2px;\r\n\tfont-size: 12px;\r\n }\r\n span {\r\n\tdisplay: block;\r\n\tcolor: #AAA;\r\n\tfont-style: italic;\r\n\tmargin: 0 0 2px;\r\n\tfont-size: 13px;\r\n }\r\n .give_price_tag {\r\n\tdisplay: none;\r\n }\r\n}\r\n\r\n.give-settings-email-settings-section {\r\n // Nothing in table nav so hide it.\r\n .tablenav {\r\n\tdisplay: none;\r\n }\r\n .give-setting-tab-header-emails {\r\n\tmargin: 0 0 20px;\r\n\thr {\r\n\t display: none;\r\n\t}\r\n }\r\n .tablenav.bottom + .give-setting-tab-header-emails {\r\n\tmargin: 20px 0;\r\n\thr {\r\n\t display: block;\r\n\t}\r\n }\r\n\r\n}\r\n\r\n// Email notification list.\r\n.giveemailnotifications {\r\n .check-column {\r\n\tpadding: 13px 10px 0 20px !important;\r\n }\r\n\r\n td.check-column input {\r\n\t//width: 1em;\r\n\tdisplay: none;\r\n }\r\n\r\n th.check-column {\r\n\t.give-email-notification-status {\r\n\t color: white;\r\n\t cursor: pointer;\r\n\r\n\t &[data-edit=\"1\"] i.dashicons {\r\n\t\tborder-radius: 1em;\r\n\t\tpadding: 2px;\r\n\t }\r\n\t}\r\n\r\n\t.give-email-notification-enabled .dashicons-yes,\r\n\t.give-email-notification-disabled:hover .dashicons-no-alt {\r\n\t background: #46b450;\r\n\t}\r\n\r\n\t.give-email-notification-enabled .dashicons-lock {\r\n\t color: #46b450;\r\n\t}\r\n\r\n\t.give-email-notification-disabled .dashicons-no-alt,\r\n\t.give-email-notification-enabled:hover .dashicons-yes {\r\n\t background: #bbbbbb;\r\n\t}\r\n\r\n\t.give-email-notification-disabled .dashicons-lock {\r\n\t color: #bbbbbb;\r\n\t}\r\n\r\n\t.dashicons-no-alt:hover:before {\r\n\t content: \"\\f147\" !important;\r\n\t}\r\n\r\n\t.dashicons-yes:hover:before {\r\n\t content: \"\\f335\" !important;\r\n\t}\r\n }\r\n\r\n .spinner.is-active {\r\n\tmargin: 0 0 0 2px;\r\n\tfloat: none;\r\n }\r\n\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// System Info page styles\r\n//--------------------------------------------------------------\r\n\r\n#system-info-textarea {\r\n width: 800px;\r\n height: 600px;\r\n font-family: Menlo, Monaco, monospace;\r\n background: #FFF;\r\n white-space: pre;\r\n overflow: auto;\r\n display: block;\r\n /*rtl:ignore*/\r\n direction: ltr;\r\n}\r\n\r\n#give-download-sysinfo {\r\n margin: 0;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// API\r\n//--------------------------------------------------------------\r\n\r\n#api {\r\n .tablenav .actions {\r\n\toverflow: visible;\r\n }\r\n}\r\n\r\na.give-delete {\r\n color: #a00;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// License\r\n//--------------------------------------------------------------\r\n.give-settings-wrap-licenses {\r\n .give-license-deactivate {\r\n\tmargin: 1px 0 0 10px;\r\n\theight: 30px;\r\n }\r\n\r\n .give-license-field {\r\n\tbackground: #FFF url('../images/close.png') no-repeat;\r\n\tbackground-position: 98.5% center;\r\n\tbackground-size: 18px;\r\n }\r\n\r\n .give-license-active, .give-license-active:focus {\r\n\tbackground-image: url('../images/tick.png');\r\n\tbackground-color: #FFF;\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: 98.5% center;\r\n\toutline: none;\r\n\tbackground-size: 16px;\r\n\twidth: 100%;\r\n }\r\n\r\n}\r\n\r\n/* Addon grid design */\r\n.give-settings-page {\r\n .give-settings-wrap-licenses {\r\n\tdisplay: block;\r\n\tposition: relative;\r\n\tfloat: left;\r\n\twidth: 30.5%;\r\n\tmin-height: 180px;\r\n\tmargin: 20px 1% 20px 0;\r\n }\r\n\r\n .give-license-key {\r\n\tlabel {\r\n\t margin: 0 0 0 10px;\r\n\t padding: 10px 0;\r\n\t display: block;\r\n\t font-size: 14px;\r\n\t font-weight: 600;\r\n\t cursor: default;\r\n\t}\r\n }\r\n\r\n .give-license-block {\r\n\tmargin: 0 10px;\r\n }\r\n\r\n input[type=\"text\"].give-license-field,\r\n input[type=\"password\"].give-license-field {\r\n\twidth: 100%;\r\n }\r\n\r\n .give-license-block input[type=\"submit\"] {\r\n\tposition: absolute;\r\n\ttop: 3px;\r\n\tright: 10px;\r\n\theight: 24px;\r\n\tline-height: 22px;\r\n\tpadding: 0 8px 1px;\r\n\tfont-size: 11px;\r\n }\r\n\r\n //License status notice.\r\n .give-license-status-notice {\r\n\tbackground: #fff;\r\n\tborder-left: 4px solid #fff;\r\n\t-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\r\n\tbox-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\r\n\tmargin: 5px 0 2px;\r\n\tpadding: 1px 12px;\r\n\r\n\tp {\r\n\t padding: 10px 0;\r\n\t margin: 0;\r\n\t}\r\n\r\n\ta {\r\n\t color: #444;\r\n\t cursor: pointer;\r\n\t &:hover {\r\n\t\ttext-decoration: none;\r\n\t }\r\n\t}\r\n\r\n }\r\n\r\n .give-license-status-notice.give-license-expires-soon {\r\n\tborder-color: #00a0d2;\r\n }\r\n\r\n //Inactive or Expired.\r\n .give-license-status-notice.give-inactive,\r\n .give-license-status-notice.give-license-expired {\r\n\tborder-color: #e24e4e;\r\n }\r\n\r\n .give-license-status-notice.give-license-error,\r\n .give-license-status-notice.give-license-no_activations_left,\r\n .give-license-status-notice.give-license-missing,\r\n .give-license-status-notice.give-license-invalid,\r\n .give-license-status-notice.give-license-site_inactive,\r\n .give-license-status-notice.give-license-item_name_mismatch {\r\n\tborder-color: orange;\r\n }\r\n\r\n .give-license-status-notice.give-license-lifetime-notice,\r\n .give-license-status-notice.give-license-expiration-date {\r\n\tborder-color: #46b450;\r\n }\r\n\r\n .give-license-status-notice.give-license-expires-soon a:hover,\r\n .give-license-status-notice.give-license-expired a:hover {\r\n\ttext-decoration: none;\r\n }\r\n}\r\n\r\n/* Responsive fixes: Addon grid design */\r\n@media screen and (max-width: 1100px) {\r\n .give-settings-page .give-settings-wrap-licenses {\r\n\twidth: 45%;\r\n\tmin-height: 150px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n .give-settings-page .give-settings-wrap-licenses {\r\n\twidth: 100%;\r\n\tmax-width: 320px;\r\n }\r\n}\r\n\r\n/* Tables */\r\n\r\n.give-table {\r\n\r\n thead {\r\n\tth {\r\n\t padding: 8px 10px !important;\r\n\t}\r\n }\r\n\r\n}\r\n\r\n//Fix double <hr>s for change to `give_title` in 1.3.5\r\n.give_settings .cmb-td hr + hr {\r\n display: none;\r\n}\r\n\r\n//Set a min-height for TinyMCE so it's not too small when hidden in a tab and then revealed\r\n.post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area {\r\n min-height: 400px;\r\n}\r\n\r\n// Widget Page\r\n.give-field-description {\r\n color: #aaaaaa;\r\n font-style: italic;\r\n margin: 0;\r\n padding-top: .5em;\r\n}\r\n\r\n// Setting page tab\r\nh2.give-nav-tab-wrapper {\r\n overflow: hidden;\r\n height: 35px;\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n .give-nav-tab-wrapper {\r\n\tposition: relative;\r\n\tpadding-top: 0 !important;\r\n\r\n\t> a {\r\n\t width: 100%;\r\n\t box-sizing: border-box;\r\n\t margin: 0;\r\n\t background-color: #ffffff;\r\n\t border: 1px solid #cccccc;\r\n\t &:hover {\r\n\t\tborder-bottom: 1px solid #ccc;\r\n\t }\r\n\t}\r\n\r\n\tdiv.give-sub-nav-tab-wrapper {\r\n\t position: absolute;\r\n\t top: 0;\r\n\t right: 0;\r\n\r\n\t #give-show-sub-nav {\r\n\t\theight: 28px;\r\n\t\twidth: 30px;\r\n\t\tborder-radius: 0;\r\n\t\tmargin: 0;\r\n\t\t> span.dashicons {\r\n\t\t margin: 6px auto 0;\r\n\t\t display: block;\r\n\t\t}\r\n\r\n\t }\r\n\r\n\t nav.give-sub-nav-tab {\r\n\t\ttop: 35px;\r\n\t\tright: 0;\r\n\t\tleft: auto;\r\n\r\n\t\ta {\r\n\t\t background: #ffffff;\r\n\t\t &:hover {\r\n\t\t\tbackground: #e5e5e5;\r\n\t\t }\r\n\t\t}\r\n\t }\r\n\t}\r\n\r\n }\r\n\r\n .give-mobile-hidden {\r\n\tdisplay: none;\r\n }\r\n}\r\n\r\n.give-sub-nav-tab-wrapper {\r\n position: relative;\r\n display: inline-block;\r\n z-index: 9999;\r\n float: left;\r\n\r\n nav.give-sub-nav-tab {\r\n\tborder: 1px solid #ccc;\r\n\tborder-bottom: 0;\r\n\tposition: absolute;\r\n\ttop: 35px;\r\n\tright: 0;\r\n\r\n\ta {\r\n\t float: left;\r\n\t background: white;\r\n\t padding: 6px 10px;\r\n\t clear: both;\r\n\t text-decoration: none;\r\n\t border-bottom: 1px solid #ccc;\r\n\t min-width: 170px;\r\n\t color: #555;\r\n\t font-size: 14px;\r\n\t}\r\n\r\n\ta:hover {\r\n\t background: #ffffff;\r\n\t}\r\n }\r\n}\r\n\r\n// By default hide setting tab wrapper.\r\n.give-sub-nav-tab-wrapper {\r\n display: none;\r\n}\r\n\r\n#give-show-sub-nav {\r\n text-decoration: none;\r\n padding: 3px 4px;\r\n border-bottom: 1px solid #ccc;\r\n line-height: 0;\r\n background: white;\r\n border-radius: 4px;\r\n margin-top: 5px;\r\n\r\n > span.dashicons {\r\n\tfont-size: 16px;\r\n\theight: 16px;\r\n\twidth: 16px;\r\n }\r\n}\r\n\r\n#give-show-sub-nav:hover, #give-show-sub-nav:active {\r\n outline: none;\r\n box-shadow: inset 0px 0px 4px #ddd;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Image preview container\r\n//--------------------------------------------------------------\r\n.give-image-thumb {\r\n position: relative;\r\n margin-top: 14px;\r\n\r\n span.give-delete-image-thumb {\r\n\tposition: absolute;\r\n\tbackground: red;\r\n\tcolor: white;\r\n\tborder-radius: 30px;\r\n\tleft: -10px;\r\n\ttop: -10px;\r\n\tcursor: pointer;\r\n }\r\n\r\n img {\r\n\tmax-width: 250px;\r\n\tborder: 4px solid white;\r\n }\r\n}","/**\r\n * Give Payment History SCSS\r\n *\r\n * @description Payment History Styles\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n//------------------------------------\r\n// Payment Filters\r\n//------------------------------------\r\n\r\n// Wrapper for multiple filter fields.\r\n.give-filters {\r\n clear: both;\r\n background: #f5f5f5;\r\n border: 1px solid #dfdfdf;\r\n padding: 12px 12px 0 12px;\r\n\r\n // Chosen height adjustment.\r\n .give-donation-forms-filter .chosen-single {\r\n\theight: 28px;\r\n\tline-height: 28px;\r\n }\r\n\r\n // Chosen up arrow.\r\n .chosen-container-single .chosen-single div b {\r\n\tbackground-position: 0 4px;\r\n }\r\n\r\n // Chosen down arrow.\r\n .chosen-container-active.chosen-with-drop .chosen-single div b {\r\n\tbackground-position: -18px 6px;\r\n }\r\n\r\n\r\n // Prevent select from causing line break flash.\r\n #give-payment-form-filter, #give_donation_forms_filter {\r\n\tdisplay: inline-block;\r\n\twidth: 300px;\r\n\t@media screen and (max-width: 782px) {\r\n\t width: 100%;\r\n\t}\r\n }\r\n // Chosen / Select donation form filter dropdown.\r\n #give_donation_forms_filter {\r\n\twidth: 255px;\r\n\t@media screen and (max-width: 782px) {\r\n\t width: 100%;\r\n\t max-width:100%;\r\n\t}\r\n }\r\n\r\n &:after {\r\n\tcontent: \"\";\r\n\tdisplay: table;\r\n\tclear: both;\r\n }\r\n}\r\n\r\n// Individual filter field.\r\n.give-filter {\r\n display: block;\r\n margin-bottom: 12px;\r\n width: 100%;\r\n\r\n &:after {\r\n\tcontent: \"\";\r\n\tdisplay: table;\r\n\tclear: both;\r\n }\r\n\r\n label {\r\n\tdisplay: block;\r\n\tmargin-right: 4px;\r\n }\r\n\r\n input {\r\n\tmargin: 0;\r\n }\r\n\r\n input[type=\"text\"] {\r\n\theight: 28px;\r\n\twidth: 100%;\r\n }\r\n\r\n input[type=\"text\"],\r\n input[type=\"search\"] {\r\n\theight: 28px;\r\n }\r\n\r\n .button {\r\n\theight: 28px;\r\n\tline-height: 26px;\r\n\tmargin: 0;\r\n\tpadding: 0 10px 1px;\r\n }\r\n\r\n select {\r\n\twidth: 100%;\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\tfloat: left;\r\n\tmargin-right: 18px;\r\n\twidth: auto;\r\n\r\n\tlabel {\r\n\t display: inline-block;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t display: inline-block;\r\n\t width: 144px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-filter-search {\r\n input[type=\"search\"] {\r\n\tdisplay: block;\r\n\tfloat: left;\r\n\twidth: 68%;\r\n }\r\n\r\n input[type=\"submit\"] {\r\n\tdisplay: block;\r\n\tfloat: right;\r\n\twidth: 30%;\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\tinput[type=\"search\"] {\r\n\t display: inline-block;\r\n\t margin-right: 4px;\r\n\t width: 144px;\r\n\t}\r\n\r\n\tinput[type=\"submit\"] {\r\n\t display: inline-block;\r\n\t width: auto;\r\n\t}\r\n }\r\n}\r\n\r\n.give-filter-half {\r\n @media screen and (min-width: 600px) {\r\n\tfloat: left;\r\n\twidth: 49%;\r\n\r\n\t&:last-child {\r\n\t float: right;\r\n\t}\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\twidth: auto;\r\n\r\n\t&:last-child {\r\n\t float: left;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t width: 96px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-clear-filters-button {\r\n margin-left: 8px;\r\n}\r\n\r\n.give-submit-wrap {\r\n clear: both;\r\n background: #f5f5f5;\r\n border: 1px solid #dfdfdf;\r\n margin: 8px 0;\r\n padding: 12px;\r\n font-size: 13px;\r\n line-height: 2.1em;\r\n}\r\n\r\n#give-payment-filters {\r\n ul.subsubsub {\r\n\tmargin-bottom: 8px;\r\n }\r\n}\r\n\r\n#give-payments-advanced-filter {\r\n ul.subsubsub {\r\n\tmargin-bottom: 12px;\r\n }\r\n}\r\n\r\n#give-payments-filter {\r\n .tablenav.top {\r\n\tfloat: none;\r\n\t.bulkactions {\r\n\t margin-top: 1px;\r\n\t padding-top: 0;\r\n\t}\r\n\r\n }\r\n\r\n .give-email-column-value {\r\n\tfont-size: 14px;\r\n\tfont-weight: bold;\r\n }\r\n\r\n #the-list .check-column input {\r\n\tmargin-top: 1px;\r\n }\r\n\r\n .column-details {\r\n\twidth: 50px;\r\n }\r\n\r\n .column-amount {\r\n\twidth: 120px;\r\n }\r\n\r\n}\r\n\r\ntr.status-refunded td {\r\n background: #cecece;\r\n border-top-color: #ccc;\r\n}\r\n\r\n.wp-list-table.forms th#date {\r\n width: 140px;\r\n}\r\n\r\n.give-mobile-link {\r\n line-height: 32px;\r\n vertical-align: middle;\r\n}\r\n\r\n.give-mobile-link img {\r\n max-width: 80%;\r\n height: auto;\r\n float: left;\r\n}\r\n\r\n//------------------------------------\r\n// Status Colors\r\n//------------------------------------\r\n\r\n.give-donation-status {\r\n > span {\r\n\tdisplay: inline-block;\r\n\twidth: 12px;\r\n\theight: 12px;\r\n\tposition: relative;\r\n\ttop: 1px;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tborder-radius: 50%;\r\n\tbackground: #888;\r\n\tline-height: 16px;\r\n }\r\n\r\n //Pending\r\n &.status-pending > span {\r\n\tbackground-color: $orange;\r\n }\r\n\r\n //Complete\r\n &.status-complete > span, &.status-publish > span {\r\n\tbackground-color: $status-complete;\r\n }\r\n\r\n //Refunded\r\n &.status-refunded > span {\r\n\tbackground-color: $status-default;\r\n }\r\n\r\n &.status-failed > span {\r\n\tbackground-color: $red;\r\n }\r\n\r\n &.status-abandoned > span {\r\n\tbackground-color: $dark;\r\n }\r\n\r\n &.status-revoked > span {\r\n\tbackground-color: $status-revoked;\r\n }\r\n\r\n &.status-subscription > span, &.status-renewal > span, &.status-give_subscription > span {\r\n\tbackground-color: $status-subscription;\r\n }\r\n\r\n}\r\n\r\n//Test Payment Label\r\n#test-payment-label {\r\n @include give-label();\r\n background-color: $orange;\r\n margin: 0 15px;\r\n vertical-align: middle;\r\n}\r\n\r\n//ID & link field\r\n#give-payments-filter {\r\n\r\n .give-payment-id {\r\n\t@include give-label();\r\n\tfont-weight: normal;\r\n\t@extend .give-item-label-gray;\r\n }\r\n\r\n .column-details {\r\n\tpadding-right: 30px;\r\n }\r\n\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n }\r\n\r\n}\r\n\r\n//Payment View Metabox\r\n#give-order-update {\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n\tfloat: none;\r\n\tmargin: 0 10px;\r\n\tposition: relative;\r\n\ttop: 3px;\r\n }\r\n}\r\n\r\n//Donation Column\r\n.column-donation_form {\r\n .donation-level-text-wrap {\r\n\tfont-style: italic;\r\n\tdisplay: block;\r\n }\r\n}\r\n\r\n/*---------------------\r\nResponsiveness\r\n---------------------------*/\r\n@media handheld, only screen and (max-width: 640px) {\r\n .wp-list-table.forms th {\r\n\twidth: auto !important;\r\n }\r\n}\r\n\r\n.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {\r\n margin-left: -8px;\r\n margin-top: -8px;\r\n}\r\n\r\n/* Payment Details\r\n-------------------------------------------------------------- */\r\n.give-admin-box .label {\r\n font-weight: 600;\r\n}\r\n\r\n.give-admin-box-inside {\r\n margin: 0;\r\n padding: 3px 10px;\r\n clear: both;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n.give-admin-box-inside .strong {\r\n font-weight: 600;\r\n}\r\n\r\n.give-admin-box .right {\r\n float: right;\r\n}\r\n\r\n#give-order-update .inside,\r\n#give-order-details .inside {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#give-order-update input.give_datepicker {\r\n width: 180px;\r\n}\r\n\r\n#give-order-update input[type=\"number\"].give-payment-time-hour,\r\n#give-order-update input[type=\"number\"].give-payment-time-min {\r\n width: 50px;\r\n}\r\n\r\n.give-admin-box-inside:last-child {\r\n border-bottom: 0;\r\n}\r\n\r\n#give-edit-order-form .data-payment-key {\r\n word-break: break-all;\r\n}\r\n\r\n.give-order-update-box #major-publishing-actions .button-secondary {\r\n margin-right: 10px;\r\n}\r\n\r\n#give-donation-overview th {\r\n text-align: left;\r\n}\r\n\r\n#give-donation-overview .give-select-chosen {\r\n width: 97%;\r\n}\r\n\r\n#give-edit-order-form .row {\r\n\tmargin-top: 10px;\r\n}\r\n\r\n#give-donation-overview ul,\r\n#give-order-address-country-wrap select,\r\n#give-donor-details .order-data-address input,\r\n#give-edit-order-form .column input,\r\n#give-donor-details .order-data-column p.data input {\r\n clear: both;\r\n display: block;\r\n}\r\n\r\n.give-order-data input.small-text {\r\n margin: 0;\r\n}\r\n\r\n#give-order-update span.label {\r\n display: inline;\r\n width: 50px;\r\n}\r\n\r\n.give-order-update-box .button-primary {\r\n margin-right: 0;\r\n}\r\n\r\n#give-edit-order-form .column .description {\r\n padding-right: 10px;\r\n}\r\n\r\n#give-edit-order-form .column,\r\n#give-donation-overview .row > ul > li,\r\n#give-donation-overview .inside > ul > li {\r\n display: inline-block;\r\n position: relative;\r\n vertical-align: top;\r\n}\r\n\r\n#give-donation-overview ul {\r\n font-size: 0;\r\n\r\n li {\r\n\tfont-size: 13px;\r\n\r\n\t&.actions {\r\n\t text-align: right;\r\n\t min-width: 200px;\r\n\t}\r\n\r\n\t&.remove {\r\n\t text-align: right;\r\n\t}\r\n\r\n }\r\n\r\n .row {\r\n\tpadding: 12px;\r\n\tborder-bottom: 1px solid #eee;\r\n }\r\n\r\n}\r\n\r\n#give-order-data .data span {\r\n color: #666;\r\n font-weight: 600;\r\n}\r\n\r\ninput.give-price-field {\r\n width: 80px;\r\n padding: 3px 5px;\r\n}\r\n\r\n.give_forms_page_give-payment-history.js .postbox .hndle {\r\n cursor: default;\r\n}\r\n\r\n//------------------------------------------\r\n//Payment Notes Section\r\n//------------------------------------------\r\n\r\n#give-payment-notes {\r\n textarea {\r\n\tmin-height: 150px;\r\n }\r\n #give-add-payment-note {\r\n\tmargin: 6px 0 15px;\r\n }\r\n\r\n}\r\n\r\n//------------------------------------------\r\n//Edit Order Form\r\n//------------------------------------------\r\n#give-billing-details {\r\n\t.column > div {\r\n\t\tmargin: 0 0 10px;\r\n\t}\r\n\r\n\tlabel {\r\n\t\tdisplay: block;\r\n\t\tmargin-bottom: 5px;\r\n\t}\r\n\r\n\t.column-container {\r\n\t\tpadding: 5px 0 10px;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t\twidth: 98%;\r\n\t}\r\n\r\n\t.chosen-container {\r\n\t\twidth: 98% !important;\r\n\t}\r\n}\r\n\r\n//------------------------------------------\r\n//Responsive\r\n//------------------------------------------\r\n@media screen and (min-width: 1200px) {\r\n\t#give-edit-order-form .column {\r\n\t\twidth: 33%;\r\n\t}\r\n\r\n\t#give-order-address .column {\r\n\t\twidth: 49%;\r\n\t}\r\n\r\n\t#give-donation-overview.columns-4 li.actions {\r\n\t\twidth: 25%;\r\n\t\tmargin-top: 0;\r\n\t\tmargin-right: 0;\r\n\t}\r\n}\r\n\r\n@media screen and (max-width: 1199px) {\r\n #give-edit-order-form .column {\r\n\twidth: 49%;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 782px) {\r\n .order-data-column input[type=\"email\"] {\r\n\tpadding: 6px 10px;\r\n }\r\n}\r\n\r\n//------------------------------------------\r\n//Donation Details\r\n//------------------------------------------\r\n#give-donor-details .inside, #give-donation-overview .inside {\r\n margin-top: 0;\r\n}\r\n\r\n.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables {\r\n padding-top: 0;\r\n}\r\n\r\n//------------------------------------------\r\n// Ajax chosen select field\r\n//------------------------------------------\r\n.give-select-chosen {\r\n .spinner {\r\n\tposition: absolute;\r\n\tright: 5px;\r\n\ttop: 2px;\r\n\tz-index: 999;\r\n }\r\n}\r\n\r\n.give-select-chosen-ajax {\r\n // Show spinner.\r\n .spinner {\r\n\tvisibility: visible;\r\n }\r\n\r\n // Hide search icon.\r\n .chosen-search input[type=\"text\"] {\r\n\tbackground-image: none !important;\r\n }\r\n}\r\n\r\n.give-select-chosen-ajax.chosen-container-single .chosen-search input[type=\"text\"] {\r\n background-image: none !important;\r\n}","/**\n * Give Admin Dashboard SCSS\n *\n * @description Styles the Give dashboard widget\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.give-dashboard-widget {\n\n .give-dashboard-today {\n\ttext-align: center;\n\n\t.give-dashboard-date-today {\n\t margin: 10px 0 0;\n\t padding: 0;\n\t}\n\n\t.give-dashboard-happy-day {\n\t padding: 3px;\n\t margin: 0;\n\t}\n\n\t.give-dashboard-today-earnings {\n\t font-size: 42px;\n\t color: #4ead61;\n\t font-weight: bold;\n\t margin: 15px 0 0;\n\t line-height: 1;\n\t}\n\n\t.give-donations-today {\n\t font-size: 18px;\n\t font-weight: bold;\n\t margin: 0 0 30px;\n\t padding: 4px 0 1px;\n\t}\n\n\t.give-last-seven {\n\t font-size: 14px;\n\t font-weight: bold;\n\t padding: 0;\n\t margin: 0 0 30px;\n\t}\n\n }\n\n //Table Stats\n .give-table-stats {\n\twidth: 100%;\n\ttext-align: center;\n\tmargin: 0;\n\ttable-layout: fixed;\n\tborder-top: 1px solid #ececec;\n\tborder-spacing: 0;\n\n\t.give-dashboard-stat-total, .give-dashboard-stat-total-label {\n\t padding: 0;\n\t margin: 0;\n\t}\n\n\t.give-dashboard-stat-total {\n\t color: #4ead61;\n\t font-weight: bold;\n\t font-size: 16px;\n\t}\n\n }\n\n}\n\n//Fancy borders\n#give_dashboard_sales {\n\n > .inside {\n\tpadding: 0;\n }\n\n .give-table-stats {\n\ttd {\n\t padding: 10px 0;\n\t}\n\ttd:first-of-type {\n\t border-right: 1px solid #ececec;\n\t}\n\ttr#give-table-stats-tr-1 td {\n\t border-bottom: 1px solid #ececec;\n\t}\n }\n\n}\n\n//At a Glance Widget\n#dashboard_right_now {\n .give-forms-count:before {\n\t@include iconstyle();\n\tfont-size: 18px;\n\twidth: 18px;\n\theight: 18px;\n\tcontent: \"\\e800\";\n }\n}","/**\n * Give Forms SCSS\n *\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n//--------------------------------------------------------------\n// Donors Listing Page Style\n//--------------------------------------------------------------\n.give_forms_page_give-donors {\n\t.wrap > h2 {\n\t\tmargin-bottom: 15px;\n\t}\n\n\t.nav-tab-wrapper .dashicons {\n\t\tposition: relative;\n\t\ttop: 2px;\n\t\tmargin: 0 3px 0 0;\n\t}\n\n\t#give-donors-filter {\n\t\tposition: relative;\n\t\tp.search-box {\n\t\t\tmargin: 0;\n\t\t}\n\t}\n\n\t#give-donors-search-filter {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t}\n\n\t//--------------------------------------------------------------\n\t// Donor Styles\n\t//--------------------------------------------------------------\n\t#give-donor-card-wrapper {\n\t\tmargin-left: -1px;\n\t\tz-index: 2;\n\t\tmin-height: 200px;\n\n\t\tinput {\n\t\t\tfont-weight: normal;\n\t\t}\n\n\t\t.donor-section {\n\t\t\tborder-bottom: 1px solid #eee;\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.donor-section table {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\t> div:first-child {\n\t\t\tpadding-top: 20px;\n\t\t}\n\n\t\t> div:last-child {\n\t\t\tpadding-bottom: 20px;\n\t\t\tborder: none;\n\t\t}\n\n\t\t//AVATAR\n\t\t.avatar-wrap {\n\t\t\tpadding: 0 15px 15px 0;\n\t\t\ttext-align: center;\n\t\t\tfloat: left;\n\n\t\t\timg {\n\t\t\t\tborder-radius: 3px;\n\t\t\t}\n\n\t\t}\n\n\t\ta.delete {\n\t\t\ttext-decoration: none;\n\t\t\tcolor: #ff0000;\n\t\t\tmargin-right: 5px;\n\t\t}\n\n\t\t//Donor Header (non-avatar content)\n\t\t.donor-bio-header {\n\n\t\t\t.donor-since {\n\t\t\t\tmargin: 10px 0;\n\t\t\t\tfont-size: 16px;\n\t\t\t}\n\n\t\t\t.donor-id {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tfont-size: 24px;\n\t\t\t\tfont-weight: 600;\n\t\t\t\tmargin-right: 10px;\n\t\t\t}\n\n\t\t\t.donor-name-wrap {\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\n\t\t\t.donor-edit-link {\n\t\t\t\tmargin-bottom: 15px;\n\t\t\t}\n\n\t\t}\n\t}\n\n\t.donor-main-wrapper {\n\t\tclear: both;\n\t\tmargin: 0 0 20px;\n\n\t\t@media(max-width: 655px) {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\ttable {\n\t\t\tmargin: 0;\n\t\t}\n\n\t\tinput {\n\t\t\twidth: 200px;\n\t\t}\n\n\t}\n\n\t//Donor Summary\n\t#donor-summary {\n\t\tpadding: 0 20px;\n\n\t\t&:after {\n\t\t\tfont-family: \"dashicons\";\n\t\t\tcontent: \"\\f110\";\n\t\t\tposition: absolute;\n\t\t\ttop: 10px;\n\t\t\tright: 10px;\n\t\t\tfont-size: 100px;\n\t\t\tcolor: #F0F0F0;\n\t\t\tz-index: 0;\n\t\t}\n\n\t}\n\n\t#give-donor-card-wrapper .donor-address-wrapper {\n\t\twidth: 202px;\n\n\t\tspan[data-key=\"line2\"] {\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\n\t#give-donor-card-wrapper .donor-address-wrapper select {\n\t\twidth: 200px;\n\t}\n\n\t#give-donor-card-wrapper .donor-info {\n\t\tmin-height: 185px;\n\t}\n\n\t#give-donor-card-wrapper .info-wrapper {\n\t\tmin-height: 125px;\n\t}\n\n\t.donor-info .donor-name {\n\t\tfont-size: 24px;\n\t\tfont-weight: 600;\n\t}\n\n\t#disconnect-donor {\n\t\tfont-size: 12px;\n\t\tfont-weight: normal;\n\t\ttext-decoration: none;\n\t}\n\n\t#view-user-profile {\n\t\t@extend #disconnect-donor;\n\t}\n\n\t#donor-edit-actions {\n\t\ttext-align: center;\n\t\tmargin-bottom: 20px;\n\t\tline-height: 28px;\n\t}\n\n\t#donor-edit-actions .button-secondary {\n\t\tmargin-right: 10px;\n\t}\n\n\t#give-donor-card-wrapper .edit-item {\n\t\tdisplay: none;\n\t}\n\n\t#give-donor-card-wrapper .give_user_search_results {\n\t\tleft: 1px;\n\t\ttop: 16px;\n\t}\n\n\t#give-donor-card-wrapper .give_user_search_results ul {\n\t\twidth: 200px\n\t}\n\n\t#donor-stats-wrapper {\n\t\tmargin: 0 auto;\n\t\ttext-align: center;\n\t\tpadding: 15px;\n\t\tul {\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\toverflow: hidden;\n\t\t\tli {\n\t\t\t\twidth: 50%;\n\t\t\t\tfloat: left;\n\t\t\t\tline-height: 22px;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t}\n\n\t\ta {\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n\n\t#donor-stats-wrapper .dashicons {\n\t\tcolor: #888;\n\t}\n\n\t#donor-tables-wrapper table {\n\t\twidth: 100%;\n\t\ttext-align: center;\n\t}\n\n\t#donor-tables-wrapper th {\n\t\ttext-align: center;\n\t}\n\n\t#donor-tables-wrapper .donations tr > th:first-child,\n\t#donor-tables-wrapper .donations tr > td:first-child,\n\t#donor-tables-wrapper .emails tr > th:first-child,\n\t#donor-tables-wrapper .emails tr > td:first-child {\n\t\ttext-align: left;\n\t}\n\n\t#donor-tables-wrapper .donations tr > td:only-child {\n\t\ttext-align: center;\n\t}\n\n\t#donor-notes-wrapper {\n\t\tmin-height: 50px;\n\t}\n\n\t.donor-notes-header span, .donor-notes-header img {\n\t\tfont-weight: 600;\n\t\tline-height: 30px;\n\t\tvertical-align: middle;\n\t}\n\n\t.donor-note-input {\n\t\twidth: 100%;\n\t\tmargin-bottom: 5px;\n\t}\n\n\t// Donor Notes\n\t#give-donor-notes {\n\t\tdiv:nth-of-type(even) {\n\t\t\tbackground-color: #f9f9f9;\n\t\t}\n\t\t.donor-note-wrapper {\n\t\t\tborder-bottom: 1px solid #f9f9f9;\n\t\t\tmin-height: 38px;\n\t\t\tpadding: 0;\n\n\t\t\t.note-content-wrap {\n\t\t\t\tpadding: 10px 12px;\n\t\t\t\tline-height: 20px;\n\t\t\t\tfont-size: 14px;\n\t\t\t}\n\n\t\t}\n\n\t\t.give-no-donor-notes {\n\t\t\ttext-align: center;\n\t\t\tpadding: 20px;\n\t\t}\n\n\t}\n\n\t.donor-note-wrapper span {\n\t\tdisplay: block;\n\t}\n\n\t.delete-donor {\n\t\ttext-align: center;\n\t}\n\n\t.give-lock-block {\n\t\tmargin-left: -25px;\n\t\ttext-decoration: none;\n\t\tfont-size: 14px;\n\t\tmargin-right: 3px;\n\n\t\ti {\n\t\t\tcolor: #000000;\n\t\t\tfont-size: 14px;\n\t\t}\n\t}\n\n\t/*\n\t * Donor address metabox\n\t */\n\t#donor-address-wrapper {\n\t\t.give-no-address-message {\n\t\t\tmargin: 0.5rem 1%;\n\t\t\tline-height: 3.4em;\n\t\t}\n\n\t\t.add-new-address {\n\t\t\tmargin: 0.5rem 1% !important;\n\t\t}\n\n\t\t.add-new-address-form-hidden {\n\t\t\tposition: absolute;\n\t\t\tright: 13px;\n\t\t\tleft: 13px;\n\t\t\ttop: 0;\n\t\t\tvisibility: hidden;\n\t\t}\n\n\t\t// Address meta-box\n\t\t.all-address {\n\t\t\t.address {\n\t\t\t\tmin-height: 146px;\n\t\t\t\tborder: 1px solid #dad9d9;\n\t\t\t\tpadding: 9px;\n\t\t\t\tborder-radius: 5px;\n\t\t\t\tbackground-color: white;\n\n\t\t\t\t.address-number-label {\n\t\t\t\t\tcolor: gray;\n\t\t\t\t\tcursor: default;\n\t\t\t\t}\n\n\t\t\t\ta {\n\t\t\t\t\ttext-decoration: none;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n","/**\r\n * Give Admin Buttons SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n/*=Give Shortcode Button\r\n--------------------------------------*/\r\n\r\n@media screen and (max-width: 782px) {\r\n #wp-content-media-buttons a.give-thickbox {\r\n padding: 6px 14px;\r\n line-height: normal;\r\n font-size: 14px;\r\n height: auto;\r\n }\r\n .wp-media-buttons span#give-media-button {\r\n margin-top: 0 !important;\r\n margin-left: 2px !important;\r\n }\r\n}\r\n\r\n/*=Button in shortcode tinymce dialog\r\n--------------------------------------*/\r\n\r\n.mce-primary.mce-give-primary button {\r\n padding-right: 10px;\r\n padding-left: 10px;\r\n}\r\n\r\n/*=Admin Buttons w/ Icons\r\n--------------------------------------*/\r\n\r\n/* extends .wp-core-ui .button */\r\n.wp-core-ui .give-admin-button {\r\n padding-left: 7px;\r\n padding-right: 7px;\r\n}\r\n\r\n/* matches style of Add Media and Give Shortcodes buttons */\r\n.give-admin-button-icon {\r\n display: inline-block;\r\n width: 18px;\r\n height: 18px;\r\n vertical-align: text-top;\r\n margin: 0 2px;\r\n\r\n &:before {\r\n font: 400 18px/1 dashicons;\r\n speak: none;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n }\r\n\r\n /* specific DashIcon styles */\r\n &-update:before {\r\n content: \"\\f463\";\r\n }\r\n}\r\n","\n/* =Primary button in shortcode tinymce dialog\n-------------------------------------------------------------- */\n\n.mce-primary.mce-sc-primary button {\n\tpadding-right: 10px;\n\tpadding-left: 10px;\n}\n\n.mce-sc-popup {\n\ta {\n\t\ttext-decoration: underline;\n\t}\n\tp {\n\t\tmargin-bottom: 1em;\n\t\t&.strong {\n\t\t\tfont-weight: 600;\n\t\t}\n\t\t&.no-margin {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t\t&.margin-top {\n\t\t\tmargin-top: 1em;\n\t\t}\n\t}\n\t// Crop text which overflow in listbox.\n\t.mce-listbox button{\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden !important;\n\t}\n}\n\n/* =Shortcode button above wp_editor\n-------------------------------------------------------------- */\n\n@media screen and (max-width: 782px) {\n\t.wp-media-buttons button.sc-button span {\n\t\twidth: 18px !important;\n\t}\n}\n\n.wp-media-buttons {\n\tbutton.sc-button {\n\t\toutline: none;\n\t\tpadding-left: 5px;\n\t\tmargin-right: 0;\n\n\t\t&:active {\n\t\t\tmargin-bottom: 5px;\n\t\t}\n\t}\n}\n\nbutton.sc-button {\n\t&:after {\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\ttop: -1px;\n\t\tcontent: '';\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-top: 6px solid #777;\n\t\tborder-right: 4px solid transparent;\n\t\tborder-left: 4px solid transparent;\n\t\tmargin: 0 3px 0 6px;\n\t}\n\n\t&.active:after {\n\t\ttop: -2px;\n\t\tborder-top: 0;\n\t\tborder-bottom: 6px solid #32373c;\n\t}\n}\n\n/* =Shortcode button dropdown menu\n-------------------------------------------------------------- */\n\n.sc-wrap {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 5px;\n}\n\ndiv.sc-menu {\n\tdisplay: none;\n\tposition: absolute;\n\ttop: 100%;\n\tleft: 0;\n\tmin-width: 100%;\n\tmax-height: 410px;\n\tfont-size: 14px;\n\tbox-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );\n\tbackground: #fff;\n\tborder: 1px solid rgba( 0, 0, 0, 0.15 );\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding: 5px 0;\n\tmargin: -2px 0 0;\n\tz-index: 1002;\n}\n\ndiv.sc-shortcode {\n\tdisplay: block;\n\twhite-space: nowrap;\n\tcursor: pointer;\n\tpadding: 6px 12px;\n\tmargin-bottom: 2px;\n\n\t&:hover {\n\t\tcolor: #fff;\n\t}\n}\n\n/* =Shortcode tinymce dialog backdrop\n-------------------------------------------------------------- */\n\n#mce-modal-block.mce-reset.mce-fade.mce-in {\n\topacity: 0.7;\n\tfilter: alpha(opacity=70);\n}\n","/**\n * Give System Info SCSS\n *\n * @description System Info Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license https://opensource.org/licenses/gpl-3.0/ GNU Public License\n *\n * The following code is a derivative work of the code from the WooCommerce\n * plugin, which is licensed GPLv3. This code therefore is also licensed under\n * the terms of the GNU Public License, version 3.\n *\n * Copyright (c) 2015 WooThemes\n * Copyright (c) 2016 WordImpress, LLC\n*/\n\n.give-status-table {\n margin-bottom: 1em;\n\n h2 {\n\tfont-size: 14px;\n\tmargin: 0;\n }\n\n tr {\n\t&:nth-child(2n) {\n\t th,\n\t td {\n\t\tbackground: #fcfcfc;\n\t }\n\t}\n }\n\n th {\n\tfont-weight: 700;\n\tpadding: 9px;\n }\n\n td:first-child {\n\twidth: 33%;\n }\n\n td.help {\n\twidth: 1em;\n }\n\n td {\n\tpadding: 9px;\n\tfont-size: 1.1em;\n\n\tmark {\n\t background: transparent none;\n\t}\n\n\tmark.yes {\n\t color: $green;\n\t}\n\n\tmark.no {\n\t color: #999;\n\t}\n\n\tmark.error {\n\t color: $red;\n\t}\n\n\tul {\n\t margin: 0;\n\t}\n }\n}\n\n/* System info download header */\n.wrap div.give-debug-report-wrapper {\n margin-bottom: 5px;\n p {\n\tfont-size: 18px;\n\tmargin: 1em 0 0.7em;\n\tpadding: 0;\n }\n\n .give-debug-report-actions {\n\tmargin: 0 0 1.7em;\n\t.js-give-debug-report-button {\n\t margin-right: 10px;\n\t}\n\t.dashicons {\n\t font-size: 16px;\n\t position: relative;\n\t top: 4px;\n\t left: -2px;\n\t}\n }\n}\n\n.give-debug-report {\n display: none;\n margin: 10px 0;\n padding: 0;\n position: relative;\n\n textarea {\n\tfont-family: monospace;\n\twidth: 100%;\n\tmargin: 0;\n\theight: 300px;\n\tpadding: 20px;\n\t-moz-border-radius: 0;\n\t-webkit-border-radius: 0;\n\tborder-radius: 0;\n\tresize: none;\n\tfont-size: 12px;\n\tline-height: 20px;\n\toutline: 0;\n }\n}\n","//---------------------------------------------------------\n//Progress Bar Styles\n//---------------------------------------------------------\n.give-progress {\n\theight: 15px;\n\twidth: 95%;\n\tborder-radius: 4px;\n\toverflow: hidden;\n\tbackground-color: whitesmoke;\n\n\t> div {\n\t\theight: 100%;\n\t\twidth: 0;\n\t}\n\n}\n\n.admin-color-fresh .give-progress div, .give-progress div {\n\tbackground: #0073aa;\n}\n\n.admin-color-light .give-progress div {\n\tbackground: #888;\n}\n\n.admin-color-blue .give-progress div {\n\tbackground: #096484;\n}\n\n.admin-color-coffee .give-progress div {\n\tbackground: #c7a589;\n}\n\n.admin-color-ectoplasm .give-progress div {\n\tbackground: #a3b745;\n}\n\n.admin-color-midnight .give-progress div {\n\tbackground: #e14d43;\n}\n\n.admin-color-sunrise .give-progress div {\n\tbackground: #dd823b;\n}\n\n\n/**\n * Spinner\n */\n.give-spinner-wrapper{\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\ttop: 0;\n\tbackground: rgba(245, 245, 245, 0.57);\n\tz-index: 1;\n\tdisplay: none;\n\n\t&.is-active{\n\t\tdisplay: inline-block;\n\t}\n\n\t.aligncenter{\n\t\tposition: absolute;\n\t\ttop: 50%;\n\t\tleft: 50%;\n\t\tmargin: 10px 10px 0 0;\n\t}\n}\n\n.give-spinner {\n\t&.spinner.is-active{\n\t\tmargin: 0 0 0 2px;\n\t\tfloat: none;\n\t}\n}","/**\n * Give Updates Panel SCSS\n *\n * @description Updates Panel Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2017, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n#give-updates-h1 {\n padding-top: 0;\n}\n\n.give-update-panel-content p {\n font-size: 16px;\n}\n\n#give-updates .dashicons-no-alt {\n color: red;\n}\n\n#give-updates .dashicons-yes {\n color: green;\n}\n\n#give-db-updates .spinner {\n margin-top:0;\n}\n\nbody.give_forms_page_give-updates {\n\t.give-run-update-containt {\n\t\t.give-run-update-button {\n\t\t\tmargin-right: 10px;\n\t\t}\n\t}\n}\n\n#give-plugin-updates {\n\t.panel-content {\n\t\ttable {\n\t\t\ttr {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t}\n}","/**\n * Give Blank Slate\n *\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.give-blank-slate {\n\tbackground: white;\n\tborder: 1px solid #e5e5e5;\n\tbox-shadow: 0 1px 1px rgba( 0,0,0,0.04 );\n\tmargin: 0 auto;\n\tpadding: 40px;\n\ttext-align: center;\n\n\t:last-child {\n\t\tmargin-bottom: 0;\n\t}\n\n\t&__heading,\n\t&__message,\n\t&__cta,\n\t&__help {\n\t\tmargin: 0 0 10px;\n\t}\n\n\t&__image {\n\t\tdisplay: block;\n\t\theight: 80px;\n\t\tmargin: 0 auto 10px;\n\t\twidth: auto;\n\t}\n\n\t&__help {\n\t\tcolor: #666;\n\t\tfont-style: italic;\n\n\t\ta {\n\t\t\tdisplay: inline-block;\n\t\t\ttext-decoration: underline;\n\t\t}\n\t}\n}\n\n// Extra selectors needed to override WP Core styles.\n.give-blank-slate a.give-blank-slate__cta {\n\tdisplay: inline-block;\n\tfont-size: 1.2em;\n\theight: auto;\n\tmargin: 0 0 10px;\n\tpadding: .75em 1.5em;\n}\n","/**\r\n * Give Donations Importer\r\n *\r\n * @description Payment History Styles\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2017, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n.give-tools-setting-page-import {\r\n\th1.handle {\r\n\t\tpadding: 15px 0 0;\r\n\t}\r\n\t.give-progress-steps {\r\n\t\twidth: 100%;\r\n\t\tpadding: 0 0 24px;\r\n\t\tmargin-left: 0;\r\n\t\tlist-style: none outside;\r\n\t\toverflow: hidden;\r\n\t\tdisplay: -webkit-inline-flex;\r\n\t\tdisplay: -ms-inline-flexbox;\r\n\t\tdisplay: inline-flex;\r\n\t\tli {\r\n\t\t\twidth: 25%;\r\n\t\t\tfloat: left;\r\n\t\t\tpadding: 0 0 1.2em;\r\n\t\t\tmargin: 0;\r\n\t\t\ttext-align: center;\r\n\t\t\tposition: relative;\r\n\t\t\tborder-bottom: 4px solid #ccc;\r\n\t\t\tline-height: 1.4em;\r\n\t\t}\r\n\r\n\t\tli.active {\r\n\t\t\tborder-color: #4ead61;\r\n\t\t\tcolor: #4ead61;\r\n\r\n\t\t\t&:before {\r\n\t\t\t\tborder-color: #4ead61;\r\n\t\t\t\tcolor: #4ead61;\r\n\t\t\t\tbackground: #4ead61;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli::before {\r\n\t\t\tcontent: '';\r\n\t\t\tborder: 4px solid #ccc;\r\n\t\t\tborder-radius: 100%;\r\n\t\t\twidth: 10px;\r\n\t\t\theight: 10px;\r\n\t\t\tposition: absolute;\r\n\t\t\tbottom: 0;\r\n\t\t\tleft: 50%;\r\n\t\t\tmargin-left: -6px;\r\n\t\t\tmargin-bottom: -10px;\r\n\t\t\tbackground: #fff;\r\n\t\t}\r\n\t}\r\n\r\n\t.step-4 {\r\n\t\th2 {\r\n\t\t\ttext-align: center;\r\n\t\t\tfont-size: 20px !important;\r\n\t\t}\r\n\t\tp {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t}\r\n\r\n\t.button-secondary.step-4, .give-image-thumb {\r\n\t\tdisplay: none;\r\n\t}\r\n\r\n\th2#give-import-title {\r\n\t\tbackground: #f3f3f3;\r\n\t\tfont-size: 15px;\r\n\t\tfont-weight: 600;\r\n\t\tmargin: -8px -22px 11px;\r\n\t\tpadding: 12px 22px;\r\n\t}\r\n\r\n\ttable.step-2 {\r\n\r\n\t\th2#give-import-title {\r\n\t\t\tfont-size: small;\r\n\t\t\tfont-weight: inherit;\r\n\t\t}\r\n\r\n\t\t.give-import-donation-required-fields-title {\r\n\t\t\tfont-size: 18px;\r\n\t\t\tfont-weight: 600;\r\n\t\t\tmargin: 0px;\r\n\t\t}\r\n\r\n\t\t.give-import-donation-required-fields {\r\n\t\t\twhite-space:nowrap;\r\n\t\t\toverflow:hidden;\r\n\r\n\t\t\tli {\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t\tmargin: 0 10% 0 0;\r\n\r\n\t\t\t\tspan.give-import-donation-required-symbol {\r\n\t\t\t\t\tborder-radius: 1em;\r\n\t\t\t\t\tvertical-align: middle;\r\n\t\t\t\t\tpadding: 2px;\r\n\t\t\t\t\tbackground: #46b450;\r\n\t\t\t\t\tcolor: white;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tspan.dashicons-no-alt {\r\n\t\t\t\t\tbackground: #bbbbbb;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.give-import-core-settings {\r\n\t.give-progress-steps {\r\n\t\tli {\r\n\t\t\twidth: 33.33%;\r\n\t\t}\r\n\t}\r\n\r\n\t.step-3 {\r\n\t\th2 {\r\n\t\t\ttext-align: center;\r\n\t\t\tfont-size: 20px !important;\r\n\t\t}\r\n\t\tp {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t}\r\n}\r\n\r\nform.give-import-form table.widefat {\r\n\tborder: none;\r\n}\r\n\r\n.wrap .give-importer-h1 {\r\n\tmargin: 0;\r\n\tpadding: 20px 0;\r\n}"],"names":[],"mappings":"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","sourceRoot":"/source/"}
1
+ {"version":3,"file":"give-admin.css","sources":["admin/give-admin.scss","frontend/_mixins.scss","frontend/_variables.scss","plugins/hint.min.scss","plugins/chosen.min.scss","frontend/fonts.scss","admin/fonts.scss","admin/grids.scss","admin/forms.scss","admin/addons.scss","admin/reports.scss","admin/welcome.scss","admin/logs.scss","admin/settings.scss","admin/payment-history.scss","admin/dashboard.scss","admin/donors.scss","admin/buttons.scss","admin/shortcodes.scss","admin/system-info.scss","admin/util.scss","admin/updates.scss","admin/blank-slate.scss","admin/importer.scss"],"sourcesContent":["/*!\r\n * Give Admin SCSS/CSS\r\n *\r\n * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner\r\n * @package: Give\r\n * @subpackage: SCSS/Admin\r\n * @copyright: Copyright (c) 2016, WordImpress\r\n * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n@import '../frontend/mixins';\r\n@import '../frontend/variables';\r\n@import '../plugins/hint.min';\r\n@import '../plugins/chosen.min';\r\n@import '../frontend/fonts';\r\n@import 'fonts';\r\n@import 'grids';\r\n@import 'forms';\r\n@import 'addons';\r\n@import 'reports';\r\n@import 'welcome';\r\n@import 'logs';\r\n@import 'settings';\r\n@import 'payment-history';\r\n@import 'dashboard';\r\n@import 'donors';\r\n@import 'buttons';\r\n@import 'shortcodes';\r\n@import 'system-info';\r\n@import 'util';\r\n@import 'updates';\r\n@import 'blank-slate';\r\n@import 'importer';\r\n","/**\r\n * Clearfix\r\n */\r\n@mixin clearfix() {\r\n *zoom: 1;\r\n\r\n &:before,\r\n &:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n\r\n &:after {\r\n clear: both;\r\n }\r\n}\r\n\r\n.give-clearfix {\r\n @include clearfix;\r\n}\r\n\r\n/**\r\n * Box Sizing\r\n * https://github.com/timrogers/sass-box-sizing-mixin\r\n */\r\n@mixin box-sizing($box-model) {\r\n -webkit-box-sizing: $box-model; // Safari <= 5\r\n -moz-box-sizing: $box-model; // Firefox <= 19\r\n box-sizing: $box-model;\r\n}\r\n\r\n/**\r\n * CSS3 Easing\r\n */\r\n@mixin easing-transition() {\r\n -moz-transition: 0.2s all linear;\r\n -o-transition: 0.2s all linear;\r\n transition: 0.2s all linear;\r\n}\r\n\r\n//Labels\r\n@mixin give-label() {\r\n padding: .2em .4em .3em;\r\n font-size: 11px;\r\n line-height: 1;\r\n color: #fff;\r\n text-align: center;\r\n white-space: nowrap;\r\n vertical-align: baseline;\r\n border-radius: .25em;\r\n \r\n &:hover {\r\n color:#fff;\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n@mixin give-label-gray() {\r\n background-color: #929292;\r\n}\r\n@mixin give-label-orange() {\r\n background-color: #ffba00;\r\n}\r\n\r\n.give-item-label {\r\n @include give-label();\r\n}\r\n\r\n.give-item-label-gray {\r\n @include give-label-gray();\r\n}\r\n\r\n.give-item-label-orange {\r\n @include give-label-orange();\r\n}\r\n\r\n\r\n.give-item-label {\r\n @include give-label();\r\n}\r\n\r\n//Fields\r\n@mixin give-currency() {\r\n background-color: lighten($light-gray, 2%);\r\n border-top: 1px solid $borders;\r\n border-bottom: 1px solid $borders;\r\n color: $dark;\r\n margin: 0;\r\n padding: 0 12px;\r\n height: 35px;\r\n line-height: 35px;\r\n font-size: $font-size-medium;\r\n @include box-sizing(border-box);\r\n}\r\n\r\n@mixin give-input() {\r\n border: 1px solid $borders;\r\n background: #FFF;\r\n border-radius: 0;\r\n height: 35px;\r\n line-height: 35px;\r\n padding: 0 12px;\r\n margin: 0;\r\n font-size: $font-size-medium;\r\n @include box-sizing(border-box);\r\n}","/**\r\n * Give CSS Variables\r\n */\r\n\r\n$green: #7ad03a;\r\n$red: #a00;\r\n$orange: #ffba00;\r\n$blue: #2ea2cc;\r\n$dark: #333;\r\n$borders: #ccc;\r\n$light-gray: #EDEDED;\r\n\r\n//Status\r\n$status-default: #777;\r\n$status-complete: $green;\r\n$status-refunded: $status-default;\r\n$status-subscription: #5bc0de;\r\n$status-revoked: #d9534f;\r\n\r\n//Font sizes\r\n$font-size-medium: 18px;\r\n\r\n$primary: #007ba4;\r\n// Primary colour for buttons (alt)\r\n$primarytext: desaturate(lighten($primary, 50%), 18%);\r\n// Text on primary colour bg\r\n\r\n$secondary: desaturate(lighten($primary, 40%), 21%);\r\n// Secondary buttons\r\n$secondarytext: desaturate(darken($secondary, 60%), 21%);\r\n// Text on secondary colour bg\r\n\r\n$highlight: adjust-hue($primary, 150deg);\r\n// Prices, In stock labels, sales flash\r\n$highlightext: desaturate(lighten($highlight, 50%), 18%);\r\n// Text on highlight colour bg\r\n\r\n$contentbg: #fff;\r\n// Content BG - Tabs (active state)\r\n$subtext: #777;\r\n// small, breadcrumbs etc\r\n\r\n$float-labels: (\r\n\tbase-height : 30px,\r\n\tborder-radius : 0,\r\n\tmargin-bottom : 0,\r\n\tcolor-background : inherit,\r\n\tcolor-background-active : inherit,\r\n\tcolor-background-focus : inherit,\r\n\tcolor-border : #ccc,\r\n\tcolor-border-active : #ccc,\r\n\tcolor-border-focus : #ccc,\r\n\tcolor-text : #333,\r\n\tline-height : normal,\r\n\tfont-weight : 700,\r\n\tparent : '[id*=\"give-form\"]',\r\n);\r\n","/*! Hint.css - v2.5.0 - 2017-04-23\n* http://kushagragour.in/lab/hint/\n* Copyright (c) 2017 Kushagra Gour */\n\n[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:\"Helvetica Neue\",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}","/*!\nChosen, a Select Box Enhancer for jQuery and Prototype\nby Patrick Filler for Harvest, http://getharvest.com\n\nVersion 1.8.3\nFull source at https://github.com/harvesthq/chosen\nCopyright (c) 2011-2018 Harvest http://getharvest.com\n\nMIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md\nThis file is generated by `grunt build`, do not edit it by hand.\n*/.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{background-position:-42px -10px}.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) 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(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)}.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}.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-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{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) 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: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}}","/**\n * Give Frontend Fonts SCSS\n *\n * Fonts are from icomoon and the src paths need to be relative to template directory.\n * @package Give\n * @subpackage SCSS/Frontend\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n@font-face {\n font-family: 'give-icomoon';\n src: url('../assets/fonts/icomoon.eot?kdnr3d');\n src: url('../assets/fonts/icomoon.eot?kdnr3d#iefix') format('embedded-opentype'),\n url('../assets/fonts/icomoon.woff?kdnr3d') format('woff'),\n url('../assets/fonts/icomoon.svg?kdnr3d#icomoon') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n\n@mixin iconstyle() {\n font-family: 'give-icomoon';\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n // Better Font Rendering\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n[class^=\"give-icon-\"], [class*=\" give-icon-\"] {\n @include iconstyle();\n}\n\n.give-icon-lamp:before {\n content: \"\\e603\";\n}\n\n.give-icon-heart:before {\n content: \"\\e604\";\n}\n\n.give-icon-question:before {\n content: \"\\e602\";\n}\n\n.give-icon-info:before {\n content: \"\\e601\";\n}\n\n.give-icon-new-tab:before {\n content: \"\\ea7e\";\n}\n\n.give-icon-alert:before {\n content: \"\\f02d\";\n}\n\n.give-icon-help:before {\n content: \"\\e606\";\n}\n\n.give-icon-spinner:before {\n content: \"\\e605\";\n}\n\n.give-icon-spinner2:before {\n content: \"\\e607\";\n}\n\n.give-icon-plus:before {\n content: \"\\e040\";\n}\n\n.give-icon-minus:before {\n content: \"\\e041\";\n}\n\n.give-icon-locked:before {\n content: \"\\e600\";\n}\n\n.dashicons-give:before {\n @include iconstyle();\n content: \"\\e800\";\n}\n\n// --------------------------\n// Spinning Icons\n// --------------------------\n\n.fa-spin {\n -webkit-animation: spin 1000ms infinite linear;\n animation: spin 1000ms infinite linear;\n}\n\n@-webkit-keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n\n@keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n","@font-face {\n\tfont-family: 'give-icomoon';\n\tfont-weight: normal;\n\tfont-style: normal;\n}\n\n@mixin admin_fonts() {\n\tfont-family: 'give-icomoon';\n\tsrc: url('../assets/fonts/icomoon.eot?kdnr3d');\n\tsrc: url('../assets/fonts/icomoon.eot?kdnr3d#iefix') format('embedded-opentype'),\n\turl('../assets/fonts/icomoon.woff?kdnr3d') format('woff'),\n\turl('../assets/fonts/icomoon.svg?kdnr3d#icomoon') format('svg');\n\tspeak: none;\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-variant: normal;\n\ttext-transform: none;\n\tline-height: 1;\n\n\t// Better Font Rendering\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\n// ---------------------------------\n// Donation form vertical tab icons.\n// ---------------------------------\n.give-metabox-tabs li {\n\n\t.give-icon:before {\n\t\t@include admin_fonts();\n\t\tfont-size: 12px;\n\t\tvertical-align: top;\n\t\tline-height: 20px;\n\t\tmargin: 0 5px 0 0;\n\t}\n\n\t.give-icon-default:before {\n\t\tcontent: \"\\e903\";\n\t}\n\n\t//Donation options tab.\n\t.give-icon-heart:before {\n\t\tcontent: \"\\e604\"; //this is a wp dashicon heart.\n\t}\n\t//Goal tab.\n\t.give-icon-target:before {\n\t\tcontent: \"\\e901\";\n\t}\n\t//Form display tab.\n\t.give-icon-display:before {\n\t\tcontent: \"\\e90c\";\n\t}\n\t//Form content tab.\n\t.give-icon-edit:before {\n\t\tcontent: \"\\e902\";\n\t}\n\t//Form terms tab.\n\t.give-icon-checklist:before {\n\t\tposition: relative;\n\t\ttop: 1px;\n\t\tcontent: \"\\e900\";\n\t}\n\t//Form offline donations tab.\n\t.give-icon-purse:before {\n\t\tcontent: \"\\e8df\";\n\t}\n\n\t.dashicons {\n\t\tfont-size:14px;\n\t\twidth:14px;\n\t\tline-height: 20px;\n\t}\n\n}","$width: 98%;\n$gutter: 2%;\n$breakpoint-small: 33.75em; // 540px\n$breakpoint-medium: 45em; // 720px\n$breakpoint-large: 60em; // 960px\n\n.give-grid-row {\n position: relative;\n width: 100%;\n\n [class^=\"give-grid-col\"] {\n float: left;\n margin: 0.5rem 1%;\n min-height: 0.125rem;\n }\n\n &::after {\n content: \"\";\n display: table;\n clear: both;\n }\n}\n\n\n.give-grid-col-1 { width:($width / 12) - ($gutter * 11 / 12); }\n.give-grid-col-2 { width: ($width / 6) - ($gutter * 10 / 12); }\n.give-grid-col-3 { width: ($width / 4) - ($gutter * 9 / 12); }\n.give-grid-col-4 { width: ($width / 3) - ($gutter * 8 / 12); }\n.give-grid-col-5 { width: ($width / (12 / 5)) - ($gutter * 7 / 12); }\n.give-grid-col-6 { width: ($width / 2) - ($gutter * 6 / 12); }\n.give-grid-col-7 { width: ($width / (12 / 7)) - ($gutter * 5 / 12); }\n.give-grid-col-8 { width: ($width / (12 / 8)) - ($gutter * 4 / 12); }\n.give-grid-col-9 { width: ($width / (12 / 9)) - ($gutter * 3 / 12); }\n.give-grid-col-10 { width: ($width / (12 / 10)) - ($gutter * 2 / 12); }\n.give-grid-col-11 { width: ($width / (12 / 11)) - ($gutter * 1 / 12); }\n.give-grid-col-12 { width: $width; }\n\n@media only screen and (max-width: $breakpoint-small) {\n .give-grid-row {\n [class^=\"give-grid-col\"] {\n width: $width;\n }\n }\n}\n","/**\r\n * Give Forms SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n/*------------------------------------\r\nForms CPT\r\n--------------------------------------*/\r\n/* Hide conditional fields */\r\n.cmb2-id--give-set-price,\r\n.cmb2-id--give-levels-header,\r\n.cmb2-id--give-levels-header + .cmb-repeat-group-wrap,\r\n.cmb2-id--give-display-style,\r\n.post-type-give_forms .tablenav #post-query-submit,\r\n.give-hidden,\r\n.cmb2-id--give-form-content,\r\n.cmb2-id--give-reveal-label,\r\n.cmb2-id--give-custom-amount-minimum,\r\n.cmb2-id--give-custom-amount-text,\r\n.cmb2-id--give-offline-checkout-notes,\r\n.cmb-type-levels-id,\r\n#_give_donation_levels_repeat .cmb-group-title,\r\n#_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row,\r\n#_give_donation_levels_repeat .cmb-row > .handlediv {\r\n\tdisplay: none;\r\n}\r\n\r\n/* Donation Levels Repeating Field */\r\n#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {\r\n\tfont-size: 12px;\r\n}\r\n\r\n//-----------------------------\r\n// Table Rows\r\n//-----------------------------\r\ndiv.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {\r\n\tpadding: 0 !important;\r\n\tmargin: 0 !important;\r\n\tmin-width: 100%;\r\n\tmax-width: 0;\r\n\r\n}\r\n\r\n//-----------------------------\r\n// Multilevel Repeater Header\r\n//-----------------------------\r\n.cmb2-id--give-levels-header {\r\n\tpadding: 10px 12px 0 !important;\r\n\tmargin: 0 !important;\r\n\tbackground: #F7F7F7;\r\n\tborder-bottom: none !important;\r\n\r\n\t.table-container {\r\n\t\tdisplay: table;\r\n\t\twidth: 100%;\r\n\r\n\t\tborder-top: 1px solid #e9e9e9;\r\n\t\tborder-bottom: 1px solid #e9e9e9;\r\n\t\tborder-left: 1px solid #e9e9e9;\r\n\r\n\t\t> .table-row {\r\n\t\t\tdisplay: table-row;\r\n\t\t\tbackground: #FCFCFC;\r\n\r\n\t\t\t> .table-cell {\r\n\t\t\t\tdisplay: table-cell;\r\n\t\t\t\tvertical-align: middle;\r\n\t\t\t\tpadding: 10px 15px;\r\n\t\t\t\tborder-right: 1px solid #e9e9e9;\r\n\t\t\t\t&.col-id {\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t}\r\n}\r\n\r\n#_give_donation_levels_repeat {\r\n\tbackground: #F7F7F7;\r\n\tpadding: 0 1px 20px 12px;\r\n\tbox-sizing: border-box;\r\n\r\n\t.cmb-row, .inside {\r\n\t\tmargin: 0;\r\n\t}\r\n\t.cmb-remove-field-row {\r\n\t\tmargin: 3px 0 0;\r\n\r\n\t\t.button {\r\n\t\t\theight: 25px;\r\n\t\t\tpadding: 0 3px;\r\n\t\t}\r\n\t\tspan.dashicons-no {\r\n\t\t\tline-height: 1.15em;\r\n\t\t}\r\n\r\n\t}\r\n\r\n\t.cmbhandle {\r\n\t\tdisplay: none;\r\n\t}\r\n\t.cmb-add-row {\r\n\t\tmargin: 12px 0 0;\r\n\t}\r\n\r\n}\r\n\r\n//---------------------------------------------------\r\n// Field One Offs\r\n//---------------------------------------------------\r\n.give-time-field {\r\n\twidth: 65px;\r\n}\r\n\r\n.give-money-field {\r\n\twidth: 75px;\r\n\tmargin-right: 0;\r\n\tmargin-left: 0;\r\n}\r\n\r\n.give-money-symbol {\r\n\tborder: 1px solid #DDD;\r\n\tbackground: #FCFCFC;\r\n\tmargin: 0;\r\n\tfont-size: 14px;\r\n\tpadding: 5px 8px;\r\n}\r\n\r\n.give-money-symbol-before {\r\n\tborder-right: 0;\r\n\tmargin-right: -4px;\r\n}\r\n\r\n.give-money-symbol-after {\r\n\t//border-left: 0;\r\n\tmargin-left: -5px;\r\n}\r\n\r\n.give_options_panel input[ type=\"text\"],\r\n.give_options_panel input[ type=\"email\"]{\r\n\tpadding: 5px;\r\n\twidth: 100%;\r\n}\r\n\r\ninput.give-text_small,\r\ninput.give-text-small {\r\n\twidth: 100px !important;\r\n}\r\n\r\ninput.give-text-medium,\r\ninput.give-text_medium {\r\n\twidth: 200px !important;\r\n}\r\n\r\n.give-underline {\r\n\ttext-decoration: underline;\r\n}\r\n\r\n.postbox-container .cmb-row {\r\n\tmargin: 0;\r\n\r\n\t.cmb-th label {\r\n\t\tpadding-left: 8px;\r\n\t}\r\n\r\n}\r\n\r\n// Show unnamed donors one per line.\r\n#give-bulk-donors div[id^=\"give-donor-\"] {\r\n display: block;\r\n overflow: hidden;\r\n}\r\n\r\n//---------------------------------------------------\r\n// Responsive\r\n//---------------------------------------------------\r\n@media only screen and (min-width: 851px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\t\t> .cmb-row {\r\n\t\t\tfloat: left;\r\n\t\t\tborder-bottom: none;\r\n\t\t\tpadding-right: 10px;\r\n\t\t\t> .cmb-th {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\t\t\t> .cmb-td {\r\n\t\t\t\tfloat: left;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.cmb-type-give-default-radio-inline .cmb-td {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n\r\n}\r\n\r\n/* Smaller Resolution Desktops */\r\n@media only screen and (min-width: 851px) and (max-width: 1201px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t\t> .cmb-remove-field-row {\r\n\t\t\twidth: 100%;\r\n\t\t\tpadding-top: 0;\r\n\t\t}\r\n\t\t> .cmb-type-text-money {\r\n\t\t\twidth: 105px;\r\n\t\t}\r\n\t\tinput.cmb2-text-money {\r\n\t\t\twidth: 65px;\r\n\t\t}\r\n\r\n\t\t.give-multilevel-text-field {\r\n\t\t\twidth: 160px;\r\n\t\t}\r\n\t\t.cmb-type-radio-inline {\r\n\t\t\tmargin-left: 20px;\r\n\t\t}\r\n\r\n\t}\r\n\t.col-amount {\r\n\t\twidth: 70px;\r\n\t}\r\n\t.col-text {\r\n\t\twidth: 140px;\r\n\t}\r\n\t.col-sort {\r\n\t\tdisplay: none !important;\r\n\t}\r\n\t.give-money-field {\r\n\t\twidth: 55px;\r\n\t}\r\n}\r\n\r\n@media only screen and (min-width: 1201px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t\t> .cmb-remove-field-row {\r\n\t\t\tfloat: right;\r\n\t\t}\r\n\t\t> .cmb-row {\r\n\t\t\tpadding-right: 20px;\r\n\t\t}\r\n\t\t> .cmb-remove-field-row.cmb-row {\r\n\t\t\tpadding-right: 0;\r\n\t\t}\r\n\r\n\t}\r\n\r\n\t.col-amount {\r\n\t\twidth: 93px;\r\n\t}\r\n\t.col-text {\r\n\t\twidth: 195px;\r\n\t}\r\n\t.col-sort {\r\n\t\twidth: 100px;\r\n\t}\r\n\t.give-multilevel-text-field {\r\n\t\twidth: 205px;\r\n\t}\r\n\r\n}\r\n\r\n//Small Resolution Repeater\r\n@media only screen and (max-width: 850px) {\r\n\tdiv.cmb-type-levels-repeater-header {\r\n\t\tdisplay: none !important;\r\n\t}\r\n}\r\n\r\n//-------------------------------------\r\n// Publish Metabox\r\n//-------------------------------------\r\n\r\n/*Shortcode Input */\r\n\r\n.shortcode-wrap {\r\n\tmargin: 1px 14px 12px 11px;\r\n\r\n\tlabel {\r\n\t\tmargin: 0 0 3px;\r\n\t\tdisplay: block;\r\n\t\tcursor: default;\r\n\t}\r\n\r\n\t.shortcode-input {\r\n\t\tmargin: 0;\r\n\t\twidth: 100%;\r\n\t}\r\n\r\n}\r\n\r\n//-------------------------------------\r\n// Content Options\r\n//-------------------------------------\r\n\r\n.cmb2-id--give-content-option,\r\n.cmb2-id--give-terms-option,\r\n.cmb2-id--give-offline-donation-enable-billing-fields-single,\r\n.cmb2-id--give-goal-option,\r\n.cmb2-id--give-customize-offline-donations {\r\n\tborder-bottom: none !important;\r\n\tmargin: 0 !important;\r\n}\r\n\r\n.cmb2-id--give-form-content,\r\n.cmb2-id--give-agree-label,\r\n.cmb2-id--give-offline-checkout-notes,\r\n.cmb2-id--give-set-goal,\r\n.cmb2-id--give-offline-donation-enable-billing-fields-single {\r\n\tborder-top: 1px solid #e9e9e9 !important;\r\n}\r\n\r\n/*-------------------------------------\r\nTerms and Conditions Metabox\r\n---------------------------------------*/\r\n\r\n.cmb2-id--give-agree-label,\r\n.cmb2-id--give-agree-text {\r\n\tdisplay: none;\r\n}\r\n\r\n/*-------------------------------------\r\nDashboard Columns\r\n-------------------------------------*/\r\n\r\ninput.shortcode-input {\r\n\twidth: 100%;\r\n}\r\n\r\n.price .give_price_range_low,\r\n.price .give_price_range_high,\r\n.price .give_price_range_sep{\r\n\tdisplay: inline-block;\r\n}\r\n\r\n/*-------------------------------------\r\nASIDE\r\n-------------------------------------*/\r\n\r\n#side-sortables {\r\n\r\n\t.cmb-th label {\r\n\r\n\t\t&:after {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\r\n\t}\r\n\t.cmb2-id--give-show-register-form {\r\n\t\tpadding: 10px 0 0 !important;\r\n\t}\r\n\r\n\t.cmb2-wrap > .cmb-field-list > .cmb-row {\r\n\t\tpadding-top: 10px;\r\n\t}\r\n\r\n\t.cmb-row .cmb2-metabox-description {\r\n\t\tpadding-bottom: 0;\r\n\t}\r\n\r\n}\r\n\r\n.cmb2-metabox-description {\r\n\tfont-size: 13px;\r\n\tline-height: 1.5;\r\n\tdisplay: block;\r\n}\r\n\r\n//-------------------------------------\r\n// Tooltips\r\n//-------------------------------------\r\n.give-tooltip {\r\n\tmargin: 0 3px;\r\n\tpadding: 0;\r\n\tfont-size: 14px;\r\n\t@include easing-transition();\r\n\tcolor: transparentize($dark, 0.5);\r\n\tposition: relative;\r\n\ttop: 1px;\r\n\r\n\t&:hover {\r\n\t\tcolor: $dark;\r\n\t}\r\n\r\n}\r\n\r\n//-------------------------------------\r\n// Metabox Form\r\n// -------------------------------------\r\n#give-metabox-form-data {\r\n\r\n\t.inside {\r\n\t\tmargin: 0;\r\n\t\tpadding: 0;\r\n\t}\r\n\r\n\t.give-metabox-panel-wrap {\r\n\t\tbackground: #fff;\r\n\t\toverflow: hidden;\r\n\t}\r\n\r\n\t.give_options_panel {\r\n\t\tdisplay: none;\r\n\t\tpadding-left: 170px;\r\n\r\n\t\t&.active,\r\n\t\t.no-js & {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap {\r\n\t\t\tpadding: 1em 20px 1em 162px;\r\n\t\t\tmargin: 0;\r\n\t\t\tborder-bottom: 1px solid #eee;\r\n\r\n\t\t\t> label, > span.give-field-label {\r\n\t\t\t\tfloat: left;\r\n\t\t\t\twidth: 135px;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\tmargin: 2px 0 0 -150px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tfont-weight: 400;\r\n\t\t\t}\r\n\r\n\t\t\t.give-field-description {\r\n\t\t\t\tcolor: #aaaaaa;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding-top: 10px;\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t}\r\n\r\n\t\t\tul {\r\n\t\t\t\tmargin: 0;\r\n\t\t\t}\r\n\r\n\t\t\t.mce-container iframe, textarea {\r\n\t\t\t\tmin-height: 250px !important;\r\n\t\t\t}\r\n\r\n\t\t\t.wp-editor-wrap {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:last-child {\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\r\n\t\ttextarea.give-field {\r\n\t\t\twidth: 100%;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:hover .give-field-row-actions {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:last-child {\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\r\n\t\t.give-inline-radio-fields {\r\n\t\t\tli {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tmargin-right: 15px;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.give-repeatable-field-section {\r\n\t\t\tpadding: 10px;\r\n\t\t\tbackground: #f5f5f5;\r\n\r\n\t\t\t.give-repeatable-fields-section-wrapper {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tbackground-color: white;\r\n\t\t\t\tborder-collapse: collapse;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row {\r\n\t\t\t\tborder-bottom: 15px solid #f5f5f5;\r\n\t\t\t\tbackground-color: white;\r\n\t\t\t}\r\n\r\n\t\t\t.give-template {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row:last-child {\r\n\t\t\t\tborder-bottom: 10px solid #f5f5f5;\r\n\t\t\t}\r\n\r\n\t\t\t.give-column {\r\n\t\t\t\tpadding: 0;\r\n\t\t\t}\r\n\r\n\t\t\t.give-remove {\r\n\t\t\t\tfloat: right;\r\n\t\t\t\twidth: 22px;\r\n\t\t\t\theight: 36px;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tline-height: 34px;\r\n\t\t\t\tfont-size: 21px;\r\n\t\t\t\tfont-weight: 300;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t}\r\n\r\n\t\t\t.give-remove:hover {\r\n\t\t\t\tbackground-color: red;\r\n\t\t\t\tcolor: white;\r\n\t\t\t\twidth: 22px;\r\n\t\t\t\theight: 22px;\r\n\t\t\t\tborder-radius: 30px;\r\n\t\t\t\tmargin-top: 8px;\r\n\t\t\t\tline-height: 19px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row-head {\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t\tcursor: move;\r\n\t\t\t\th2 {\r\n\t\t\t\t\ttext-align: left !important;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.give-row.closed .toggle-indicator:before {\r\n\t\t\t\tcontent: \"\\f140\";\r\n\t\t\t}\r\n\r\n\t\t\t.give-row .give-move .toggle-indicator:before {\r\n\t\t\t\tmargin-left: 7px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-add-repeater-field-section-row-wrap {\r\n\t\t\t\tbackground-color: #f5f5f5;\r\n\t\t\t}\r\n\r\n\t\t\t.give-add-repeater-field-section-row {\r\n\t\t\t\tmargin: 5px 5px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-field-wrap:last-child {\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t}\r\n\r\n\t\t\t.give-ui-placeholder-state-highlight {\r\n\t\t\t\tbackground-color: #68bb6c;\r\n\t\t\t}\r\n\r\n\t\t\t.give-repeater-field-name {\r\n\t\t\t\tborder: 0 !important;\r\n\t\t\t\tpadding: 0 !important;\r\n\t\t\t}\r\n\r\n\t\t\t.give-repeater-field-description {\r\n\t\t\t\tcolor: #aaaaaa;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t}\r\n\r\n\t\t\t// Sortable jquery css fix.\r\n\t\t\t.ui-sortable-helper {\r\n\t\t\t\tdisplay: table !important;\r\n\t\t\t}\r\n\t\t\t.give-row.ui-sortable-helper {\r\n\t\t\t\tborder-bottom: 0;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n// Hide first row remove button for multi-level.\r\n#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove {\r\n display: none !important;\r\n}\r\n\r\n//-------------------------------------\r\n// Metabox Tabs\r\n//-------------------------------------\r\n#give-metabox-form-data {\r\n\r\n\t.give-metabox-tabs {\r\n\t\tmargin: 0;\r\n\t\tmax-width: 170px;\r\n\t\tfloat: left;\r\n\t\tline-height: 1em;\r\n\t\tpadding: 0 0 10px;\r\n\t\tposition: relative;\r\n\t\tbackground-color: #fafafa;\r\n\t\tborder-right: 1px solid #eee;\r\n\t\tbox-sizing: border-box;\r\n\r\n\t\t&:after {\r\n\t\t\tcontent: \"\";\r\n\t\t\tdisplay: block;\r\n\t\t\twidth: 100%;\r\n\t\t\theight: 9999em;\r\n\t\t\tposition: absolute;\r\n\t\t\tbottom: -9999em;\r\n\t\t\tleft: 0;\r\n\t\t\tbackground-color: #fafafa;\r\n\t\t\tborder-right: 1px solid #eee;\r\n\t\t}\r\n\r\n\t\tli {\r\n\t\t\tmargin: 0;\r\n\t\t\tpadding: 0;\r\n\t\t\tdisplay: block;\r\n\t\t\tposition: relative;\r\n\r\n\t\t\ta {\r\n\t\t\t\tmargin: 0;\r\n\t\t\t\tpadding: 10px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tbox-shadow: none;\r\n\t\t\t\ttext-decoration: none;\r\n\t\t\t\tline-height: 20px !important;\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t\toverflow: hidden;\r\n\r\n\t\t\t\tspan.give-label {\r\n\t\t\t\t\twidth: 122px;\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\t.give-metabox-sub-tabs li {\r\n\t\t\tbackground-color: #f1f1f1;\r\n\t\t\ta {\r\n\t\t\t\tborder-bottom-color: #e5e5e5;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli.active {\r\n\t\t\t> a {\r\n\t\t\t\tcolor: #555;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\tbackground-color: #eee;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli.has-sub-fields.active > a {\r\n\t\t\tbackground-color: #ddd;\r\n\t\t}\r\n\r\n\t\tli.has-sub-fields:not(.active):hover {\r\n\t\t\tul.give-metabox-sub-tabs {\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tbottom: 0;\r\n\t\t\t\tleft: 166px;\r\n\t\t\t\twidth: 170px;\r\n\t\t\t\tmax-height: 250px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n}\r\n\r\n// Icons only display for tight resolutions.\r\n@media only screen and (min-width: 851px) and (max-width: 1025px),\r\n(max-width: 550px) {\r\n\r\n\t#give-metabox-form-data {\r\n\t\tul.give-metabox-tabs {\r\n\t\t\tmin-width: 40px;\r\n\r\n\t\t\tli > a {\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tmargin-right: 0;\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}\r\n\t\t\t\tspan.give-label {\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tspan.give-icon:before {\r\n\t\t\t\t\tmargin: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\t\t.give_options_panel {\r\n\t\t\tpadding-left: 40px;\r\n\r\n\t\t\t.give-field-wrap {\r\n\t\t\t\tpadding: 10px;\r\n\r\n\t\t\t\tspan.give-field-label, label {\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\tfloat: none;\r\n\t\t\t\t\tmargin: 0 0 10px 0;\r\n\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t}\r\n\t//#give-metabox-form-data\r\n}\r\n\r\n//-------------------------------------\r\n// Export Form\r\n// -------------------------------------\r\n\r\n#give-export-payments {\r\n\t.give_forms_categories,\r\n\t.give_forms_tags {\r\n\t\tinput {\r\n\t\t\tcolor: #999;\r\n\t\t}\r\n\r\n\t\tmin-width: 250px;\r\n\t\tmargin: 0 0 10px 0;\r\n\t\tdisplay: block;\r\n\t}\r\n\r\n\tdiv.chosen-container:first-of-type {\r\n\t\tmargin-top: 10px;\r\n\t}\r\n\r\n\tdiv.chosen-container {\r\n\t\tul.chosen-choices {\r\n\t\t\tinput.chosen-search-input {\r\n\t\t\t\tborder: 1px solid #ddd;\r\n\t\t\t\theight: 20px;\r\n\t\t\t}\r\n\r\n\t\t\tborder: 1px solid #ddd;\r\n\t\t}\r\n\t}\r\n\r\n\tselect {\r\n\t\tvertical-align: inherit;\r\n\t\tmargin: 0;\r\n\t\theight: 26px;\r\n\t\tline-height: 26px;\r\n\t\tborder: 1px solid #ddd;\r\n\t}\r\n}\r\n\r\n/*-------------------------------------\r\nChosen Overrides\r\n-------------------------------------*/\r\n\r\n.chosen-container-single a.chosen-single {\r\n background: #FFF !important;\r\n}\r\n\r\n/*-------------------------------------\r\nDoc Links\r\n-------------------------------------*/\r\n\r\n.give-docs-link {\r\n\ttext-align: right;\r\n\tmargin-right: 15px;\r\n\r\n\ta {\r\n\t\tcolor: #999;\r\n\t\ttext-decoration: none;\r\n\t\tfont-style: italic;\r\n\r\n\t\t&:hover {\r\n\t\t\tcolor: rgb(0, 115, 170);\r\n\t\t}\r\n\t\tspan {\r\n\t\t\tfont-style: normal;\r\n\t\t}\r\n\t}\r\n}","/**\n * Give Add-ons SCSS\n *\n * @description Add-on Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.type-download {\n float: left;\n margin: 0 1em 1em 0 !important;\n padding: 0;\n vertical-align: top;\n width: 280px;\n text-decoration: none;\n color: inherit;\n border: 1px solid #ddd;\n display: block;\n min-height: 365px;\n overflow: hidden;\n background: #f5f5f5;\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);\n -webkit-transition-property: border, background, color;\n transition-property: border, background, color;\n -webkit-transition-duration: .05s;\n transition-duration: .05s;\n -webkit-transition-timing-function: ease-in-out;\n transition-timing-function: ease-in-out;\n position: relative;\n\n &:hover {\n\tborder: 1px solid #d1d1d1;\n }\n\n > .featured-img img {\n\tborder-bottom: 1px solid #ddd;\n }\n\n .addon-content {\n\t@include clearfix;\n\tpadding: 15px 20px;\n\n\t.addon-heading {\n\t margin: 0 0 10px;\n\t a {\n\t\toutline: none;\n\t\ttext-decoration: none;\n\t }\n\t}\n\n }\n\n .addon-footer-wrap {\n\tborder-top: 1px solid #ddd;\n\tposition: absolute;\n\tbottom: 2px;\n\tleft: 0;\n\twidth: 100%;\n\tbackground-color: #FFF;\n\tpadding: 15px 20px;\n }\n\n}\n\n.give-view-addons-all, .type-download {\n\n span.dashicons {\n\twidth: 16px;\n\theight: 16px;\n\tfont-size: 14px;\n\tmargin: 6px 0 0 0;\n }\n\n}\n\n.give-view-addons-all span.dashicons {\n margin-left: 3px;\n}\n","/**\n * Give Reports SCSS\n *\n * @description Payment History Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n//---------------------------------------------------------\n// Dashboard Widget\n//---------------------------------------------------------\n#give-dashboard-widgets-wrap {\n\n .inside {\n padding-top: 0;\n padding-bottom: 0;\n\n /* counteract extra padding in Income Report graph */\n .give_forms_page_give-reports & {\n padding-left: 0;\n }\n\n #give-graphs-filter {\n float:none;\n }\n }\n\n .postbox {\n margin-bottom: 10px;\n }\n\n table.reports-table {\n clear: none;\n }\n\n #give-date-range-options {\n float: left;\n\n > span {\n float: left;\n line-height: 30px;\n font-style: italic;\n padding: 0 5px 0 0;\n }\n\n }\n\n}\n\n\n#give-graphs-filter {\n float:right;\n\n .tablenav {\n margin: 0 0 0 17px;\n .actions {\n padding: 0;\n }\n }\n}\n\n//---------------------------------------------------------\n// Global Graph Styles\n//---------------------------------------------------------\n\n.give-graph {\n .y1Axis {\n color: #66bb6a !important;\n }\n .y2Axis {\n color: #546e7a !important;\n }\n}\n\n//---------------------------------------------------------\n//Donor Filter\n//---------------------------------------------------------\nbody.give_forms_page_give-reports, body.give_forms_page_give-payment-history {\n\n h1.nav-tab-wrapper, h2.nav-tab-wrapper {\n margin-bottom: 10px;\n }\n .actions {\n padding-top: 0;\n }\n\n .pagination-links {\n margin-left: 10px;\n }\n\n p.donor-search {\n margin-right: 10px;\n }\n\n .tablenav-right {\n\n .tablenav-pages {\n float: right;\n }\n #give-reports-view {\n margin-top: 0;\n }\n .actions {\n float: left;\n }\n\n }\n\n p.search-box {\n float: left;\n }\n\n .reports-table-nav.tablenav.top {\n width: 100%;\n float: none;\n margin: 0 0 10px;\n }\n\n .reports-forms-details-wrap.top {\n float: right;\n overflow: hidden;\n\n #give-reports-filter {\n float: left;\n }\n > .actions {\n padding-right: 0;\n }\n }\n\n .tablenav.bottom {\n margin-top: 10px;\n }\n\n h2.reports-earnings-title {\n margin: 7px 0 0;\n }\n\n .reports-views-wrap {\n padding: 3px 0 0;\n }\n\n .wrap.give-reports-donors-wrap {\n margin-right: 0;\n margin-bottom: 10px;\n }\n\n .widefat tbody td, .widefat tbody th {\n padding-top: 12px;\n padding-bottom: 12px;\n }\n\n}\n\n//---------------------------------------------------------\n//Export Options Styles\n//---------------------------------------------------------\nbody.give_forms_page_give-reports table.export-options-table {\n tbody td {\n padding: 20px 12px;\n vertical-align: top;\n }\n .give-export-form {\n position: relative;\n .notice-wrap {\n background-color: transparent;\n padding: 12px 12px 4px;\n margin: 2px 0 -16px -11px;\n overflow: auto;\n .spinner {\n margin: -2px -12px 8px 0;\n }\n }\n }\n\n span#give-start-wrap, span#give-end-wrap {\n input {\n width: 100px;\n }\n }\n\n}\n\n#export-donor-options-wrap {\n p {\n padding: 20px 0 0;\n margin: 0;\n font-weight: bold;\n }\n ul {\n max-width: 900px;\n overflow: hidden;\n\n li {\n margin: 0;\n padding: 0 5px 5px 0;\n box-sizing: border-box;\n float: left;\n width: 33%;\n }\n }\n\n}\n\n//---------------------------------------------------------\n//Recount Stats Form\n//---------------------------------------------------------\n\n#give-tools-recount-form {\n\n .notice-wrap {\n position: relative;\n min-height: 25px;\n margin: 10px -12px -12px;\n background: #EFEFEF;\n padding: 10px 12px 12px;\n border-top: 1px solid #E5E5E5;\n\n .give-progress {\n position: absolute;\n top: 15px;\n }\n\n .spinner {\n position: absolute;\n right: 14px;\n top: 13px;\n margin: 0;\n }\n\n #give-batch-success {\n margin-bottom: 6px;\n }\n\n }\n\n}\n\n\n//---------------------------------------------------------\n//Tools\n//---------------------------------------------------------\n\n.recount-stats-controls form {\n display: inline;\n}\n\n.give-recount-stats-descriptions {\n margin: 8px 0 0;\n display: block;\n\n span {\n line-height: 24px;\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0;\n display: none;\n }\n}\n\n//---------------------------------------------------------\n//Payment Methods\n//---------------------------------------------------------\n.gateways-report-tablenav {\n .actions.bulkactions {\n padding-right: 0;\n }\n}\n\n//---------------------------------------------------------\n//Table List Styles\n//---------------------------------------------------------\n\ntable.give-table {\n\n td {\n vertical-align: middle;\n }\n td.row-title {\n h3 {\n margin: 0 0 0.4em;\n font-size: 1.2em;\n }\n p {\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0;\n }\n }\n\n}\n\n#give-graphs-filter > .tablenav {\n height: auto;\n}\n\n//---------------------------------------------------------\n//Logs\n//---------------------------------------------------------\n#give-logs-filter {\n .search-box {\n float: right;\n }\n .tablenav.top {\n float: left;\n clear: none;\n margin-top: 0;\n }\n}","/**\n * Give Admin Welcome SCSS\n *\n * @description Displays when user activates the plugin\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n */\n\n.welcome-h1 {\n display: inline-block;\n margin-right: 15px !important;\n}\n\n.about-wrap {\n h3 {\n margin: 1.5em 0 .6em;\n }\n\n img {\n border:none;\n }\n}\n\n.give-badge {\n padding-top: 150px;\n height: 52px;\n width: 185px;\n color: #FFF;\n font-weight: bold;\n font-size: 14px;\n text-align: center;\n text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);\n margin: 0 -5px;\n\n position: absolute;\n top: 0;\n right: 0;\n}\n\n.introduction {\n padding: 0 0 20px;\n margin: 0 0 20px;\n}\n\n//Feature section\n.feature-section {\n margin-top: 40px;\n\n span.dashicons {\n width: 16px;\n height: 16px;\n font-size: 14px;\n margin: 6px 0 0 0;\n }\n\n .feature-section-item {\n width: 48%;\n float: left;\n }\n\n div.last-feature {\n margin-right: 0;\n margin-left: 4%;\n }\n\n}\n\n//Get started\n[class^=\"dashboard_page_give-\"], [class*=\"dashboard_page_give-\"] {\n .about-text {\n min-height: 0;\n }\n}\n\n//Social Media\n.social-items-wrap {\n display: inline-block;\n > div {\n display: inline-block;\n }\n .twitter-item-wrap {\n margin: 0 20px 10px 0;\n }\n}\n\n//Credits\n.wp-person {\n img {\n border-radius: 50%;\n }\n a.web {\n margin: 17px 0 0;\n font-weight: bold;\n font-style: italic;\n }\n}\n\n//Newsletter\n.newsletter-intro {\n font-size: 13px;\n font-style: italic;\n color: #777;\n}\n\n.give-newsletter-form-wrap {\n margin: 10px 0 20px -5px;\n max-width: 700px;\n\n td {\n padding: 3px;\n }\n\n div.give-newsletter-confirmation {\n background: #fff;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n margin: 5px 10px 4px 5px;\n padding: 1px 12px;\n border-left: 4px solid #7ad03a;\n display: none;\n > p {\n margin: 0.5em 0;\n padding: 2px;\n }\n }\n\n}","/**\n * Give Logs SCSS\n *\n * @description Payment History Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n#give_donor_export_form {\n margin: 0 0 5px;\n}\n\n\n#give-payments-filter .give-donation-status {\n display: inline-block;\n}\n\n.column-status {\n .give-donation-status, .give-test-mode-transactions-label {\n display: inline-block;\n }\n .give-test-mode-transactions-label {\n margin: 0 5px;\n vertical-align: middle;\n }\n}\n","/**\r\n * Give Settings SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n */\r\n\r\n//--------------------------------------------------------------\r\n// General Settings\r\n//--------------------------------------------------------------\r\n\r\n.give-settings-page {\r\n\r\n .give-settings-heading-sep {\r\n\tfont-size: 14px;\r\n\tline-height: 32px;\r\n\twidth: 15px;\r\n }\r\n\r\n .nav-tab-wrapper {\r\n\tmargin-bottom: 5px;\r\n\toverflow: visible;\r\n }\r\n\r\n .cmb2-wrap .cmb-type-checkbox input[type=\"checkbox\"] {\r\n\tdisplay: block;\r\n\tmargin-bottom: 5px;\r\n }\r\n\r\n div.give-submit-wrap {\r\n\tmargin: 20px 0;\r\n }\r\n\r\n .give_forms_page_give-payment-history .postbox .hndle {\r\n\tcursor: default;\r\n }\r\n\r\n .give-input-field {\r\n\twidth: 25em;\r\n }\r\n\r\n table table input[type=\"text\"] {\r\n\twidth: 15em;\r\n }\r\n\r\n .give-repeat-setting-field {\r\n\tmargin: 10px 0;\r\n }\r\n\r\n .give-remove-setting-field {\r\n\twidth: 25px;\r\n\theight: 25px;\r\n\tpadding: 0;\r\n\ttext-align: center;\r\n\tline-height: 22px;\r\n\tfont-size: 21px;\r\n\tfont-weight: 300;\r\n\tcursor: pointer;\r\n\tmargin-left: 20px;\r\n\tdisplay: inline-block;\r\n }\r\n\r\n .give-remove-setting-field:hover {\r\n\tbackground-color: red;\r\n\tcolor: white;\r\n\tborder-radius: 30px;\r\n }\r\n\r\n .give-forminp p:first-child .give-remove-setting-field {\r\n\tdisplay: none;\r\n }\r\n\r\n .export-options-table {\r\n\ttr.give-import-option:nth-child(odd) {\r\n\t background: #f4f3f3;\r\n\t th {\r\n\t\tvertical-align: middle;\r\n\t }\r\n\t}\r\n\t.give-import-dropdown:nth-child(2),\r\n\ttr.give-import-option th:first-child {\r\n\t width: 250px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-setting-tab-header {\r\n clear: both;\r\n overflow: hidden;\r\n margin: 30px 0;\r\n\r\n h2 {\r\n\tmargin-top: 8px;\r\n }\r\n\r\n p {\r\n\tmargin-bottom: 0;\r\n }\r\n}\r\n\r\n.give-radio-inline {\r\n ul {\r\n\tmargin-top: 0;\r\n }\r\n\r\n li {\r\n\tdisplay: inline-block;\r\n\tmargin: 0 0 0 15px;\r\n }\r\n\r\n li:first-child {\r\n\tmargin-left: 0;\r\n }\r\n}\r\n\r\n// Tools page: fix ajax search user list hide bug\r\n.give-tools-setting-page .bulkactions {\r\n overflow: visible;\r\n}\r\n\r\n//Ugly but necessary to override WP core styles.\r\n.form-table td.give-radio-inline fieldset li > label {\r\n margin: 5px 0 0 !important;\r\n}\r\n\r\np.give-field-description,\r\ndiv.give-field-description,\r\n.cmb2-metabox-description {\r\n color: #aaaaaa;\r\n font-style: italic;\r\n font-size: 13px !important;\r\n}\r\n\r\n.cmb-type-give-title label,\r\n.give-setting-tab-header h2 {\r\n float: left;\r\n display: inline-block;\r\n width: 220px;\r\n font-style: italic;\r\n color: #AAA;\r\n margin: 0;\r\n font-size: 14px;\r\n}\r\n\r\n.postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {\r\n border-bottom: 1px solid #e9e9e9;\r\n border-top: none;\r\n}\r\n\r\n.cmb-type-enabled-gateways .cmb-td > p:first-of-type {\r\n display: none;\r\n}\r\n\r\n// CMB2 Checkbox Revised Styles\r\n.cmb-type-checkbox .cmb-td {\r\n width: 80%;\r\n label {\r\n\tfont-size: 13px;\r\n }\r\n}\r\n\r\n/* Responsive Settings Rows */\r\n.give_settings {\r\n .cmb2-wrap .cmb-row {\r\n\tdisplay: table-row;\r\n\t> .cmb-th, > .cmb-td {\r\n\t display: table-cell;\r\n\t float: none;\r\n\t}\r\n }\r\n}\r\n\r\n/* Custom Title Separators */\r\n.cmb2-id-give-title {\r\n label {\r\n\tfont-style: italic;\r\n\tcolor: #AAA;\r\n\tcursor: default;\r\n }\r\n > div.cmb-th {\r\n\tpadding-bottom: 10px;\r\n }\r\n > div.cmb-td {\r\n\tpadding-bottom: 5px;\r\n }\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Payment Gateways\r\n//--------------------------------------------------------------\r\n.give-payment-gatways-list li.ui-sortable-handle {\r\n\r\n span.give-drag-handle {\r\n\tpadding: 3px 4px 0 0;\r\n\tfont-size: 15px;\r\n\tfont-weight: normal;\r\n\tcolor: #bdbdbd;\r\n\tcursor: move;\r\n\r\n\t&:hover {\r\n\t color: #333;\r\n\t}\r\n\r\n }\r\n\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Emails\r\n//--------------------------------------------------------------\r\n\r\n.give-email-tags-wrap {\r\n margin: 5px 0 0;\r\n code {\r\n\tfont-style: normal;\r\n\tpadding: 1px 2px;\r\n\tfont-size: 12px;\r\n }\r\n span {\r\n\tdisplay: block;\r\n\tcolor: #AAA;\r\n\tfont-style: italic;\r\n\tmargin: 0 0 2px;\r\n\tfont-size: 13px;\r\n }\r\n .give_price_tag {\r\n\tdisplay: none;\r\n }\r\n}\r\n\r\n.give-settings-email-settings-section {\r\n // Nothing in table nav so hide it.\r\n .tablenav {\r\n\tdisplay: none;\r\n }\r\n .give-setting-tab-header-emails {\r\n\tmargin: 0 0 20px;\r\n\thr {\r\n\t display: none;\r\n\t}\r\n }\r\n .tablenav.bottom + .give-setting-tab-header-emails {\r\n\tmargin: 20px 0;\r\n\thr {\r\n\t display: block;\r\n\t}\r\n }\r\n\r\n}\r\n\r\n// Email notification list.\r\n.giveemailnotifications {\r\n .check-column {\r\n\tpadding: 13px 10px 0 20px !important;\r\n }\r\n\r\n td.check-column input {\r\n\t//width: 1em;\r\n\tdisplay: none;\r\n }\r\n\r\n th.check-column {\r\n\t.give-email-notification-status {\r\n\t color: white;\r\n\t cursor: pointer;\r\n\r\n\t &[data-edit=\"1\"] i.dashicons {\r\n\t\tborder-radius: 1em;\r\n\t\tpadding: 2px;\r\n\t }\r\n\t}\r\n\r\n\t.give-email-notification-enabled .dashicons-yes,\r\n\t.give-email-notification-disabled:hover .dashicons-no-alt {\r\n\t background: #46b450;\r\n\t}\r\n\r\n\t.give-email-notification-enabled .dashicons-lock {\r\n\t color: #46b450;\r\n\t}\r\n\r\n\t.give-email-notification-disabled .dashicons-no-alt,\r\n\t.give-email-notification-enabled:hover .dashicons-yes {\r\n\t background: #bbbbbb;\r\n\t}\r\n\r\n\t.give-email-notification-disabled .dashicons-lock {\r\n\t color: #bbbbbb;\r\n\t}\r\n\r\n\t.dashicons-no-alt:hover:before {\r\n\t content: \"\\f147\" !important;\r\n\t}\r\n\r\n\t.dashicons-yes:hover:before {\r\n\t content: \"\\f335\" !important;\r\n\t}\r\n }\r\n\r\n .spinner.is-active {\r\n\tmargin: 0 0 0 2px;\r\n\tfloat: none;\r\n }\r\n\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// System Info page styles\r\n//--------------------------------------------------------------\r\n\r\n#system-info-textarea {\r\n width: 800px;\r\n height: 600px;\r\n font-family: Menlo, Monaco, monospace;\r\n background: #FFF;\r\n white-space: pre;\r\n overflow: auto;\r\n display: block;\r\n /*rtl:ignore*/\r\n direction: ltr;\r\n}\r\n\r\n#give-download-sysinfo {\r\n margin: 0;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// API\r\n//--------------------------------------------------------------\r\n\r\n#api {\r\n .tablenav .actions {\r\n\toverflow: visible;\r\n }\r\n}\r\n\r\na.give-delete {\r\n color: #a00;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// License\r\n//--------------------------------------------------------------\r\n.give-settings-wrap-licenses {\r\n .give-license-deactivate {\r\n\tmargin: 1px 0 0 10px;\r\n\theight: 30px;\r\n }\r\n\r\n .give-license-field {\r\n\tbackground: #FFF url('../images/close.png') no-repeat;\r\n\tbackground-position: 98.5% center;\r\n\tbackground-size: 18px;\r\n }\r\n\r\n .give-license-active, .give-license-active:focus {\r\n\tbackground-image: url('../images/tick.png');\r\n\tbackground-color: #FFF;\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: 98.5% center;\r\n\toutline: none;\r\n\tbackground-size: 16px;\r\n\twidth: 100%;\r\n }\r\n\r\n}\r\n\r\n/* Addon grid design */\r\n.give-settings-page {\r\n .give-settings-wrap-licenses {\r\n\tdisplay: block;\r\n\tposition: relative;\r\n\tfloat: left;\r\n\twidth: 30.5%;\r\n\tmin-height: 180px;\r\n\tmargin: 20px 1% 20px 0;\r\n }\r\n\r\n .give-license-key {\r\n\tlabel {\r\n\t margin: 0 0 0 10px;\r\n\t padding: 10px 0;\r\n\t display: block;\r\n\t font-size: 14px;\r\n\t font-weight: 600;\r\n\t cursor: default;\r\n\t}\r\n }\r\n\r\n .give-license-block {\r\n\tmargin: 0 10px;\r\n }\r\n\r\n input[type=\"text\"].give-license-field,\r\n input[type=\"password\"].give-license-field {\r\n\twidth: 100%;\r\n }\r\n\r\n .give-license-block input[type=\"submit\"] {\r\n\tposition: absolute;\r\n\ttop: 3px;\r\n\tright: 10px;\r\n\theight: 24px;\r\n\tline-height: 22px;\r\n\tpadding: 0 8px 1px;\r\n\tfont-size: 11px;\r\n }\r\n\r\n //License status notice.\r\n .give-license-status-notice {\r\n\tbackground: #fff;\r\n\tborder-left: 4px solid #fff;\r\n\t-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\r\n\tbox-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\r\n\tmargin: 5px 0 2px;\r\n\tpadding: 1px 12px;\r\n\r\n\tp {\r\n\t padding: 10px 0;\r\n\t margin: 0;\r\n\t}\r\n\r\n\ta {\r\n\t color: #444;\r\n\t cursor: pointer;\r\n\t &:hover {\r\n\t\ttext-decoration: none;\r\n\t }\r\n\t}\r\n\r\n }\r\n\r\n .give-license-status-notice.give-license-expires-soon {\r\n\tborder-color: #00a0d2;\r\n }\r\n\r\n //Inactive or Expired.\r\n .give-license-status-notice.give-inactive,\r\n .give-license-status-notice.give-license-expired {\r\n\tborder-color: #e24e4e;\r\n }\r\n\r\n .give-license-status-notice.give-license-error,\r\n .give-license-status-notice.give-license-no_activations_left,\r\n .give-license-status-notice.give-license-missing,\r\n .give-license-status-notice.give-license-invalid,\r\n .give-license-status-notice.give-license-site_inactive,\r\n .give-license-status-notice.give-license-item_name_mismatch {\r\n\tborder-color: orange;\r\n }\r\n\r\n .give-license-status-notice.give-license-lifetime-notice,\r\n .give-license-status-notice.give-license-expiration-date {\r\n\tborder-color: #46b450;\r\n }\r\n\r\n .give-license-status-notice.give-license-expires-soon a:hover,\r\n .give-license-status-notice.give-license-expired a:hover {\r\n\ttext-decoration: none;\r\n }\r\n}\r\n\r\n/* Responsive fixes: Addon grid design */\r\n@media screen and (max-width: 1100px) {\r\n .give-settings-page .give-settings-wrap-licenses {\r\n\twidth: 45%;\r\n\tmin-height: 150px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n .give-settings-page .give-settings-wrap-licenses {\r\n\twidth: 100%;\r\n\tmax-width: 320px;\r\n }\r\n}\r\n\r\n/* Tables */\r\n\r\n.give-table {\r\n\r\n thead {\r\n\tth {\r\n\t padding: 8px 10px !important;\r\n\t}\r\n }\r\n\r\n}\r\n\r\n//Fix double <hr>s for change to `give_title` in 1.3.5\r\n.give_settings .cmb-td hr + hr {\r\n display: none;\r\n}\r\n\r\n//Set a min-height for TinyMCE so it's not too small when hidden in a tab and then revealed\r\n.post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area {\r\n min-height: 400px;\r\n}\r\n\r\n// Widget Page\r\n.give-field-description {\r\n color: #aaaaaa;\r\n font-style: italic;\r\n margin: 0;\r\n padding-top: .5em;\r\n}\r\n\r\n// Setting page tab\r\nh2.give-nav-tab-wrapper {\r\n overflow: hidden;\r\n height: 35px;\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n .give-nav-tab-wrapper {\r\n\tposition: relative;\r\n\tpadding-top: 0 !important;\r\n\r\n\t> a {\r\n\t width: 100%;\r\n\t box-sizing: border-box;\r\n\t margin: 0;\r\n\t background-color: #ffffff;\r\n\t border: 1px solid #cccccc;\r\n\t &:hover {\r\n\t\tborder-bottom: 1px solid #ccc;\r\n\t }\r\n\t}\r\n\r\n\tdiv.give-sub-nav-tab-wrapper {\r\n\t position: absolute;\r\n\t top: 0;\r\n\t right: 0;\r\n\r\n\t #give-show-sub-nav {\r\n\t\theight: 28px;\r\n\t\twidth: 30px;\r\n\t\tborder-radius: 0;\r\n\t\tmargin: 0;\r\n\t\t> span.dashicons {\r\n\t\t margin: 6px auto 0;\r\n\t\t display: block;\r\n\t\t}\r\n\r\n\t }\r\n\r\n\t nav.give-sub-nav-tab {\r\n\t\ttop: 35px;\r\n\t\tright: 0;\r\n\t\tleft: auto;\r\n\r\n\t\ta {\r\n\t\t background: #ffffff;\r\n\t\t &:hover {\r\n\t\t\tbackground: #e5e5e5;\r\n\t\t }\r\n\t\t}\r\n\t }\r\n\t}\r\n\r\n }\r\n\r\n .give-mobile-hidden {\r\n\tdisplay: none;\r\n }\r\n}\r\n\r\n.give-sub-nav-tab-wrapper {\r\n position: relative;\r\n display: inline-block;\r\n z-index: 9999;\r\n float: left;\r\n\r\n nav.give-sub-nav-tab {\r\n\tborder: 1px solid #ccc;\r\n\tborder-bottom: 0;\r\n\tposition: absolute;\r\n\ttop: 35px;\r\n\tright: 0;\r\n\r\n\ta {\r\n\t float: left;\r\n\t background: white;\r\n\t padding: 6px 10px;\r\n\t clear: both;\r\n\t text-decoration: none;\r\n\t border-bottom: 1px solid #ccc;\r\n\t min-width: 170px;\r\n\t color: #555;\r\n\t font-size: 14px;\r\n\t}\r\n\r\n\ta:hover {\r\n\t background: #ffffff;\r\n\t}\r\n }\r\n}\r\n\r\n// By default hide setting tab wrapper.\r\n.give-sub-nav-tab-wrapper {\r\n display: none;\r\n}\r\n\r\n#give-show-sub-nav {\r\n text-decoration: none;\r\n padding: 3px 4px;\r\n border-bottom: 1px solid #ccc;\r\n line-height: 0;\r\n background: white;\r\n border-radius: 4px;\r\n margin-top: 5px;\r\n\r\n > span.dashicons {\r\n\tfont-size: 16px;\r\n\theight: 16px;\r\n\twidth: 16px;\r\n }\r\n}\r\n\r\n#give-show-sub-nav:hover, #give-show-sub-nav:active {\r\n outline: none;\r\n box-shadow: inset 0px 0px 4px #ddd;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Image preview container\r\n//--------------------------------------------------------------\r\n.give-image-thumb {\r\n position: relative;\r\n margin-top: 14px;\r\n\r\n span.give-delete-image-thumb {\r\n\tposition: absolute;\r\n\tbackground: red;\r\n\tcolor: white;\r\n\tborder-radius: 30px;\r\n\tleft: -10px;\r\n\ttop: -10px;\r\n\tcursor: pointer;\r\n }\r\n\r\n img {\r\n\tmax-width: 250px;\r\n\tborder: 4px solid white;\r\n }\r\n}","/**\r\n * Give Payment History SCSS\r\n *\r\n * @description Payment History Styles\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n//------------------------------------\r\n// Payment Filters\r\n//------------------------------------\r\n\r\n// Wrapper for multiple filter fields.\r\n.give-filters {\r\n clear: both;\r\n background: #f5f5f5;\r\n border: 1px solid #dfdfdf;\r\n padding: 12px 12px 0 12px;\r\n\r\n // Chosen height adjustment.\r\n .give-donation-forms-filter .chosen-single {\r\n\theight: 28px;\r\n\tline-height: 28px;\r\n }\r\n\r\n // Chosen up arrow.\r\n .chosen-container-single .chosen-single div b {\r\n\tbackground-position: 0 4px;\r\n }\r\n\r\n // Chosen down arrow.\r\n .chosen-container-active.chosen-with-drop .chosen-single div b {\r\n\tbackground-position: -18px 6px;\r\n }\r\n\r\n\r\n // Prevent select from causing line break flash.\r\n #give-payment-form-filter, #give_donation_forms_filter {\r\n\tdisplay: inline-block;\r\n\twidth: 300px;\r\n\t@media screen and (max-width: 782px) {\r\n\t width: 100%;\r\n\t}\r\n }\r\n // Chosen / Select donation form filter dropdown.\r\n #give_donation_forms_filter {\r\n\twidth: 255px;\r\n\t@media screen and (max-width: 782px) {\r\n\t width: 100%;\r\n\t max-width:100%;\r\n\t}\r\n }\r\n\r\n &:after {\r\n\tcontent: \"\";\r\n\tdisplay: table;\r\n\tclear: both;\r\n }\r\n}\r\n\r\n// Individual filter field.\r\n.give-filter {\r\n display: block;\r\n margin-bottom: 12px;\r\n width: 100%;\r\n\r\n &:after {\r\n\tcontent: \"\";\r\n\tdisplay: table;\r\n\tclear: both;\r\n }\r\n\r\n label {\r\n\tdisplay: block;\r\n\tmargin-right: 4px;\r\n }\r\n\r\n input {\r\n\tmargin: 0;\r\n }\r\n\r\n input[type=\"text\"] {\r\n\theight: 28px;\r\n\twidth: 100%;\r\n }\r\n\r\n input[type=\"text\"],\r\n input[type=\"search\"] {\r\n\theight: 28px;\r\n }\r\n\r\n .button {\r\n\theight: 28px;\r\n\tline-height: 26px;\r\n\tmargin: 0;\r\n\tpadding: 0 10px 1px;\r\n }\r\n\r\n select {\r\n\twidth: 100%;\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\tfloat: left;\r\n\tmargin-right: 18px;\r\n\twidth: auto;\r\n\r\n\tlabel {\r\n\t display: inline-block;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t display: inline-block;\r\n\t width: 144px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-filter-search {\r\n input[type=\"search\"] {\r\n\tdisplay: block;\r\n\tfloat: left;\r\n\twidth: 68%;\r\n }\r\n\r\n input[type=\"submit\"] {\r\n\tdisplay: block;\r\n\tfloat: right;\r\n\twidth: 30%;\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\tinput[type=\"search\"] {\r\n\t display: inline-block;\r\n\t margin-right: 4px;\r\n\t width: 144px;\r\n\t}\r\n\r\n\tinput[type=\"submit\"] {\r\n\t display: inline-block;\r\n\t width: auto;\r\n\t}\r\n }\r\n}\r\n\r\n.give-filter-half {\r\n @media screen and (min-width: 600px) {\r\n\tfloat: left;\r\n\twidth: 49%;\r\n\r\n\t&:last-child {\r\n\t float: right;\r\n\t}\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\twidth: auto;\r\n\r\n\t&:last-child {\r\n\t float: left;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t width: 96px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-clear-filters-button {\r\n margin-left: 8px;\r\n}\r\n\r\n.give-submit-wrap {\r\n clear: both;\r\n background: #f5f5f5;\r\n border: 1px solid #dfdfdf;\r\n margin: 8px 0;\r\n padding: 12px;\r\n font-size: 13px;\r\n line-height: 2.1em;\r\n}\r\n\r\n#give-payment-filters {\r\n ul.subsubsub {\r\n\tmargin-bottom: 8px;\r\n }\r\n}\r\n\r\n#give-payments-advanced-filter {\r\n ul.subsubsub {\r\n\tmargin-bottom: 12px;\r\n }\r\n}\r\n\r\n#give-payments-filter {\r\n .tablenav.top {\r\n\tfloat: none;\r\n\t.bulkactions {\r\n\t margin-top: 1px;\r\n\t padding-top: 0;\r\n\t}\r\n\r\n }\r\n\r\n .give-email-column-value {\r\n\tfont-size: 14px;\r\n\tfont-weight: bold;\r\n }\r\n\r\n #the-list .check-column input {\r\n\tmargin-top: 1px;\r\n }\r\n\r\n .column-details {\r\n\twidth: 50px;\r\n }\r\n\r\n .column-amount {\r\n\twidth: 120px;\r\n }\r\n\r\n}\r\n\r\ntr.status-refunded td {\r\n background: #cecece;\r\n border-top-color: #ccc;\r\n}\r\n\r\n.wp-list-table.forms th#date {\r\n width: 140px;\r\n}\r\n\r\n.give-mobile-link {\r\n line-height: 32px;\r\n vertical-align: middle;\r\n}\r\n\r\n.give-mobile-link img {\r\n max-width: 80%;\r\n height: auto;\r\n float: left;\r\n}\r\n\r\n//------------------------------------\r\n// Status Colors\r\n//------------------------------------\r\n\r\n.give-donation-status {\r\n > span {\r\n\tdisplay: inline-block;\r\n\twidth: 12px;\r\n\theight: 12px;\r\n\tposition: relative;\r\n\ttop: 1px;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tborder-radius: 50%;\r\n\tbackground: #888;\r\n\tline-height: 16px;\r\n }\r\n\r\n //Pending\r\n &.status-pending > span {\r\n\tbackground-color: $orange;\r\n }\r\n\r\n //Complete\r\n &.status-complete > span, &.status-publish > span {\r\n\tbackground-color: $status-complete;\r\n }\r\n\r\n //Refunded\r\n &.status-refunded > span {\r\n\tbackground-color: $status-default;\r\n }\r\n\r\n &.status-failed > span {\r\n\tbackground-color: $red;\r\n }\r\n\r\n &.status-abandoned > span {\r\n\tbackground-color: $dark;\r\n }\r\n\r\n &.status-revoked > span {\r\n\tbackground-color: $status-revoked;\r\n }\r\n\r\n &.status-subscription > span, &.status-renewal > span, &.status-give_subscription > span {\r\n\tbackground-color: $status-subscription;\r\n }\r\n\r\n}\r\n\r\n//Test Payment Label\r\n#test-payment-label {\r\n @include give-label();\r\n background-color: $orange;\r\n margin: 0 15px;\r\n vertical-align: middle;\r\n}\r\n\r\n//ID & link field\r\n#give-payments-filter {\r\n\r\n .give-payment-id {\r\n\t@include give-label();\r\n\tfont-weight: normal;\r\n\t@extend .give-item-label-gray;\r\n }\r\n\r\n .column-details {\r\n\tpadding-right: 30px;\r\n }\r\n\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n }\r\n\r\n}\r\n\r\n//Payment View Metabox\r\n#give-order-update {\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n\tfloat: none;\r\n\tmargin: 0 10px;\r\n\tposition: relative;\r\n\ttop: 3px;\r\n }\r\n}\r\n\r\n//Donation Column\r\n.column-donation_form {\r\n .donation-level-text-wrap {\r\n\tfont-style: italic;\r\n\tdisplay: block;\r\n }\r\n}\r\n\r\n/*---------------------\r\nResponsiveness\r\n---------------------------*/\r\n@media handheld, only screen and (max-width: 640px) {\r\n .wp-list-table.forms th {\r\n\twidth: auto !important;\r\n }\r\n}\r\n\r\n.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {\r\n margin-left: -8px;\r\n margin-top: -8px;\r\n}\r\n\r\n/* Payment Details\r\n-------------------------------------------------------------- */\r\n.give-admin-box .label {\r\n font-weight: 600;\r\n}\r\n\r\n.give-admin-box-inside {\r\n margin: 0;\r\n padding: 3px 10px;\r\n clear: both;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n.give-admin-box-inside .strong {\r\n font-weight: 600;\r\n}\r\n\r\n.give-admin-box .right {\r\n float: right;\r\n}\r\n\r\n#give-order-update .inside,\r\n#give-order-details .inside {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#give-order-update input.give_datepicker {\r\n width: 180px;\r\n}\r\n\r\n#give-order-update input[type=\"number\"].give-payment-time-hour,\r\n#give-order-update input[type=\"number\"].give-payment-time-min {\r\n width: 50px;\r\n}\r\n\r\n.give-admin-box-inside:last-child {\r\n border-bottom: 0;\r\n}\r\n\r\n#give-edit-order-form .data-payment-key {\r\n word-break: break-all;\r\n}\r\n\r\n.give-order-update-box #major-publishing-actions .button-secondary {\r\n margin-right: 10px;\r\n}\r\n\r\n#give-donation-overview th {\r\n text-align: left;\r\n}\r\n\r\n#give-donation-overview .give-select-chosen {\r\n width: 97%;\r\n}\r\n\r\n#give-edit-order-form .row {\r\n\tmargin-top: 10px;\r\n}\r\n\r\n#give-donation-overview ul,\r\n#give-order-address-country-wrap select,\r\n#give-donor-details .order-data-address input,\r\n#give-edit-order-form .column input,\r\n#give-donor-details .order-data-column p.data input {\r\n clear: both;\r\n display: block;\r\n}\r\n\r\n.give-order-data input.small-text {\r\n margin: 0;\r\n}\r\n\r\n#give-order-update span.label {\r\n display: inline;\r\n width: 50px;\r\n}\r\n\r\n.give-order-update-box .button-primary {\r\n margin-right: 0;\r\n}\r\n\r\n#give-edit-order-form .column .description {\r\n padding-right: 10px;\r\n}\r\n\r\n#give-edit-order-form .column,\r\n#give-donation-overview .row > ul > li,\r\n#give-donation-overview .inside > ul > li {\r\n display: inline-block;\r\n position: relative;\r\n vertical-align: top;\r\n}\r\n\r\n#give-donation-overview ul {\r\n font-size: 0;\r\n\r\n li {\r\n\tfont-size: 13px;\r\n\r\n\t&.actions {\r\n\t text-align: right;\r\n\t min-width: 200px;\r\n\t}\r\n\r\n\t&.remove {\r\n\t text-align: right;\r\n\t}\r\n\r\n }\r\n\r\n .row {\r\n\tpadding: 12px;\r\n\tborder-bottom: 1px solid #eee;\r\n }\r\n\r\n}\r\n\r\n#give-order-data .data span {\r\n color: #666;\r\n font-weight: 600;\r\n}\r\n\r\ninput.give-price-field {\r\n width: 80px;\r\n padding: 3px 5px;\r\n}\r\n\r\n.give_forms_page_give-payment-history.js .postbox .hndle {\r\n cursor: default;\r\n}\r\n\r\n//------------------------------------------\r\n//Payment Notes Section\r\n//------------------------------------------\r\n\r\n#give-payment-notes {\r\n textarea {\r\n\tmin-height: 150px;\r\n }\r\n #give-add-payment-note {\r\n\tmargin: 6px 0 15px;\r\n }\r\n\r\n}\r\n\r\n//------------------------------------------\r\n//Edit Order Form\r\n//------------------------------------------\r\n#give-billing-details {\r\n\t.column > div {\r\n\t\tmargin: 0 0 10px;\r\n\t}\r\n\r\n\tlabel {\r\n\t\tdisplay: block;\r\n\t\tmargin-bottom: 5px;\r\n\t}\r\n\r\n\t.column-container {\r\n\t\tpadding: 5px 0 10px;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t\twidth: 98%;\r\n\t}\r\n\r\n\t.chosen-container {\r\n\t\twidth: 98% !important;\r\n\t}\r\n}\r\n\r\n//------------------------------------------\r\n//Responsive\r\n//------------------------------------------\r\n@media screen and (min-width: 1200px) {\r\n\t#give-edit-order-form .column {\r\n\t\twidth: 33%;\r\n\t}\r\n\r\n\t#give-order-address .column {\r\n\t\twidth: 49%;\r\n\t}\r\n\r\n\t#give-donation-overview.columns-4 li.actions {\r\n\t\twidth: 25%;\r\n\t\tmargin-top: 0;\r\n\t\tmargin-right: 0;\r\n\t}\r\n}\r\n\r\n@media screen and (max-width: 1199px) {\r\n #give-edit-order-form .column {\r\n\twidth: 49%;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 782px) {\r\n .order-data-column input[type=\"email\"] {\r\n\tpadding: 6px 10px;\r\n }\r\n}\r\n\r\n//------------------------------------------\r\n//Donation Details\r\n//------------------------------------------\r\n#give-donor-details .inside, #give-donation-overview .inside {\r\n margin-top: 0;\r\n}\r\n\r\n.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables {\r\n padding-top: 0;\r\n}\r\n\r\n//------------------------------------------\r\n// Ajax chosen select field\r\n//------------------------------------------\r\n.give-select-chosen {\r\n .spinner {\r\n\tposition: absolute;\r\n\tright: 5px;\r\n\ttop: 2px;\r\n\tz-index: 999;\r\n }\r\n}\r\n\r\n.give-select-chosen-ajax {\r\n // Show spinner.\r\n .spinner {\r\n\tvisibility: visible;\r\n }\r\n\r\n // Hide search icon.\r\n .chosen-search input[type=\"text\"] {\r\n\tbackground-image: none !important;\r\n }\r\n}\r\n\r\n.give-select-chosen-ajax.chosen-container-single .chosen-search input[type=\"text\"] {\r\n background-image: none !important;\r\n}","/**\n * Give Admin Dashboard SCSS\n *\n * @description Styles the Give dashboard widget\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.give-dashboard-widget {\n\n .give-dashboard-today {\n\ttext-align: center;\n\n\t.give-dashboard-date-today {\n\t margin: 10px 0 0;\n\t padding: 0;\n\t}\n\n\t.give-dashboard-happy-day {\n\t padding: 3px;\n\t margin: 0;\n\t}\n\n\t.give-dashboard-today-earnings {\n\t font-size: 42px;\n\t color: #4ead61;\n\t font-weight: bold;\n\t margin: 15px 0 0;\n\t line-height: 1;\n\t}\n\n\t.give-donations-today {\n\t font-size: 18px;\n\t font-weight: bold;\n\t margin: 0 0 30px;\n\t padding: 4px 0 1px;\n\t}\n\n\t.give-last-seven {\n\t font-size: 14px;\n\t font-weight: bold;\n\t padding: 0;\n\t margin: 0 0 30px;\n\t}\n\n }\n\n //Table Stats\n .give-table-stats {\n\twidth: 100%;\n\ttext-align: center;\n\tmargin: 0;\n\ttable-layout: fixed;\n\tborder-top: 1px solid #ececec;\n\tborder-spacing: 0;\n\n\t.give-dashboard-stat-total, .give-dashboard-stat-total-label {\n\t padding: 0;\n\t margin: 0;\n\t}\n\n\t.give-dashboard-stat-total {\n\t color: #4ead61;\n\t font-weight: bold;\n\t font-size: 16px;\n\t}\n\n }\n\n}\n\n//Fancy borders\n#give_dashboard_sales {\n\n > .inside {\n\tpadding: 0;\n }\n\n .give-table-stats {\n\ttd {\n\t padding: 10px 0;\n\t}\n\ttd:first-of-type {\n\t border-right: 1px solid #ececec;\n\t}\n\ttr#give-table-stats-tr-1 td {\n\t border-bottom: 1px solid #ececec;\n\t}\n }\n\n}\n\n//At a Glance Widget\n#dashboard_right_now {\n .give-forms-count:before {\n\t@include iconstyle();\n\tfont-size: 18px;\n\twidth: 18px;\n\theight: 18px;\n\tcontent: \"\\e800\";\n }\n}","/**\n * Give Forms SCSS\n *\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n//--------------------------------------------------------------\n// Donors Listing Page Style\n//--------------------------------------------------------------\n.give_forms_page_give-donors {\n\t.wrap > h2 {\n\t\tmargin-bottom: 15px;\n\t}\n\n\t.nav-tab-wrapper .dashicons {\n\t\tposition: relative;\n\t\ttop: 2px;\n\t\tmargin: 0 3px 0 0;\n\t}\n\n\t#give-donors-filter {\n\t\tposition: relative;\n\t\tp.search-box {\n\t\t\tmargin: 0;\n\t\t}\n\t}\n\n\t#give-donors-search-filter {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t}\n\n\t//--------------------------------------------------------------\n\t// Donor Styles\n\t//--------------------------------------------------------------\n\t#give-donor-card-wrapper {\n\t\tmargin-left: -1px;\n\t\tz-index: 2;\n\t\tmin-height: 200px;\n\n\t\tinput {\n\t\t\tfont-weight: normal;\n\t\t}\n\n\t\t.donor-section {\n\t\t\tborder-bottom: 1px solid #eee;\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.donor-section table {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\t> div:first-child {\n\t\t\tpadding-top: 20px;\n\t\t}\n\n\t\t> div:last-child {\n\t\t\tpadding-bottom: 20px;\n\t\t\tborder: none;\n\t\t}\n\n\t\t//AVATAR\n\t\t.avatar-wrap {\n\t\t\tpadding: 0 15px 15px 0;\n\t\t\ttext-align: center;\n\t\t\tfloat: left;\n\n\t\t\timg {\n\t\t\t\tborder-radius: 3px;\n\t\t\t}\n\n\t\t}\n\n\t\ta.delete {\n\t\t\ttext-decoration: none;\n\t\t\tcolor: #ff0000;\n\t\t\tmargin-right: 5px;\n\t\t}\n\n\t\t//Donor Header (non-avatar content)\n\t\t.donor-bio-header {\n\n\t\t\t.donor-since {\n\t\t\t\tmargin: 10px 0;\n\t\t\t\tfont-size: 16px;\n\t\t\t}\n\n\t\t\t.donor-id {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tfont-size: 24px;\n\t\t\t\tfont-weight: 600;\n\t\t\t\tmargin-right: 10px;\n\t\t\t}\n\n\t\t\t.donor-name-wrap {\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\n\t\t\t.donor-edit-link {\n\t\t\t\tmargin-bottom: 15px;\n\t\t\t}\n\n\t\t}\n\t}\n\n\t.donor-main-wrapper {\n\t\tclear: both;\n\t\tmargin: 0 0 20px;\n\n\t\t@media(max-width: 655px) {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\ttable {\n\t\t\tmargin: 0;\n\t\t}\n\n\t\tinput {\n\t\t\twidth: 200px;\n\t\t}\n\n\t}\n\n\t//Donor Summary\n\t#donor-summary {\n\t\tpadding: 0 20px;\n\n\t\t&:after {\n\t\t\tfont-family: \"dashicons\";\n\t\t\tcontent: \"\\f110\";\n\t\t\tposition: absolute;\n\t\t\ttop: 10px;\n\t\t\tright: 10px;\n\t\t\tfont-size: 100px;\n\t\t\tcolor: #F0F0F0;\n\t\t\tz-index: 0;\n\t\t}\n\n\t}\n\n\t#give-donor-card-wrapper .donor-address-wrapper {\n\t\twidth: 202px;\n\n\t\tspan[data-key=\"line2\"] {\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\n\t#give-donor-card-wrapper .donor-address-wrapper select {\n\t\twidth: 200px;\n\t}\n\n\t#give-donor-card-wrapper .donor-info {\n\t\tmin-height: 185px;\n\t}\n\n\t#give-donor-card-wrapper .info-wrapper {\n\t\tmin-height: 125px;\n\t}\n\n\t.donor-info .donor-name {\n\t\tfont-size: 24px;\n\t\tfont-weight: 600;\n\t}\n\n\t#disconnect-donor {\n\t\tfont-size: 12px;\n\t\tfont-weight: normal;\n\t\ttext-decoration: none;\n\t}\n\n\t#view-user-profile {\n\t\t@extend #disconnect-donor;\n\t}\n\n\t#donor-edit-actions {\n\t\ttext-align: center;\n\t\tmargin-bottom: 20px;\n\t\tline-height: 28px;\n\t}\n\n\t#donor-edit-actions .button-secondary {\n\t\tmargin-right: 10px;\n\t}\n\n\t#give-donor-card-wrapper .edit-item {\n\t\tdisplay: none;\n\t}\n\n\t#give-donor-card-wrapper .give_user_search_results {\n\t\tleft: 1px;\n\t\ttop: 16px;\n\t}\n\n\t#give-donor-card-wrapper .give_user_search_results ul {\n\t\twidth: 200px\n\t}\n\n\t#donor-stats-wrapper {\n\t\tmargin: 0 auto;\n\t\ttext-align: center;\n\t\tpadding: 15px;\n\t\tul {\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\toverflow: hidden;\n\t\t\tli {\n\t\t\t\twidth: 50%;\n\t\t\t\tfloat: left;\n\t\t\t\tline-height: 22px;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t}\n\n\t\ta {\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n\n\t#donor-stats-wrapper .dashicons {\n\t\tcolor: #888;\n\t}\n\n\t#donor-tables-wrapper table {\n\t\twidth: 100%;\n\t\ttext-align: center;\n\t}\n\n\t#donor-tables-wrapper th {\n\t\ttext-align: center;\n\t}\n\n\t#donor-tables-wrapper .donations tr > th:first-child,\n\t#donor-tables-wrapper .donations tr > td:first-child,\n\t#donor-tables-wrapper .emails tr > th:first-child,\n\t#donor-tables-wrapper .emails tr > td:first-child {\n\t\ttext-align: left;\n\t}\n\n\t#donor-tables-wrapper .donations tr > td:only-child {\n\t\ttext-align: center;\n\t}\n\n\t#donor-notes-wrapper {\n\t\tmin-height: 50px;\n\t}\n\n\t.donor-notes-header span, .donor-notes-header img {\n\t\tfont-weight: 600;\n\t\tline-height: 30px;\n\t\tvertical-align: middle;\n\t}\n\n\t.donor-note-input {\n\t\twidth: 100%;\n\t\tmargin-bottom: 5px;\n\t}\n\n\t// Donor Notes\n\t#give-donor-notes {\n\t\tdiv:nth-of-type(even) {\n\t\t\tbackground-color: #f9f9f9;\n\t\t}\n\t\t.donor-note-wrapper {\n\t\t\tborder-bottom: 1px solid #f9f9f9;\n\t\t\tmin-height: 38px;\n\t\t\tpadding: 0;\n\n\t\t\t.note-content-wrap {\n\t\t\t\tpadding: 10px 12px;\n\t\t\t\tline-height: 20px;\n\t\t\t\tfont-size: 14px;\n\t\t\t}\n\n\t\t}\n\n\t\t.give-no-donor-notes {\n\t\t\ttext-align: center;\n\t\t\tpadding: 20px;\n\t\t}\n\n\t}\n\n\t.donor-note-wrapper span {\n\t\tdisplay: block;\n\t}\n\n\t.delete-donor {\n\t\ttext-align: center;\n\t}\n\n\t.give-lock-block {\n\t\tmargin-left: -25px;\n\t\ttext-decoration: none;\n\t\tfont-size: 14px;\n\t\tmargin-right: 3px;\n\n\t\ti {\n\t\t\tcolor: #000000;\n\t\t\tfont-size: 14px;\n\t\t}\n\t}\n\n\t/*\n\t * Donor address metabox\n\t */\n\t#donor-address-wrapper {\n\t\t.give-no-address-message {\n\t\t\tmargin: 0.5rem 1%;\n\t\t\tline-height: 3.4em;\n\t\t}\n\n\t\t.add-new-address {\n\t\t\tmargin: 0.5rem 1% !important;\n\t\t}\n\n\t\t.add-new-address-form-hidden {\n\t\t\tposition: absolute;\n\t\t\tright: 13px;\n\t\t\tleft: 13px;\n\t\t\ttop: 0;\n\t\t\tvisibility: hidden;\n\t\t}\n\n\t\t// Address meta-box\n\t\t.all-address {\n\t\t\t.address {\n\t\t\t\tmin-height: 146px;\n\t\t\t\tborder: 1px solid #dad9d9;\n\t\t\t\tpadding: 9px;\n\t\t\t\tborder-radius: 5px;\n\t\t\t\tbackground-color: white;\n\n\t\t\t\t.address-number-label {\n\t\t\t\t\tcolor: gray;\n\t\t\t\t\tcursor: default;\n\t\t\t\t}\n\n\t\t\t\ta {\n\t\t\t\t\ttext-decoration: none;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n","/**\r\n * Give Admin Buttons SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n/*=Give Shortcode Button\r\n--------------------------------------*/\r\n\r\n@media screen and (max-width: 782px) {\r\n #wp-content-media-buttons a.give-thickbox {\r\n padding: 6px 14px;\r\n line-height: normal;\r\n font-size: 14px;\r\n height: auto;\r\n }\r\n .wp-media-buttons span#give-media-button {\r\n margin-top: 0 !important;\r\n margin-left: 2px !important;\r\n }\r\n}\r\n\r\n/*=Button in shortcode tinymce dialog\r\n--------------------------------------*/\r\n\r\n.mce-primary.mce-give-primary button {\r\n padding-right: 10px;\r\n padding-left: 10px;\r\n}\r\n\r\n/*=Admin Buttons w/ Icons\r\n--------------------------------------*/\r\n\r\n/* extends .wp-core-ui .button */\r\n.wp-core-ui .give-admin-button {\r\n padding-left: 7px;\r\n padding-right: 7px;\r\n}\r\n\r\n/* matches style of Add Media and Give Shortcodes buttons */\r\n.give-admin-button-icon {\r\n display: inline-block;\r\n width: 18px;\r\n height: 18px;\r\n vertical-align: text-top;\r\n margin: 0 2px;\r\n\r\n &:before {\r\n font: 400 18px/1 dashicons;\r\n speak: none;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n }\r\n\r\n /* specific DashIcon styles */\r\n &-update:before {\r\n content: \"\\f463\";\r\n }\r\n}\r\n","\n/* =Primary button in shortcode tinymce dialog\n-------------------------------------------------------------- */\n\n.mce-primary.mce-sc-primary button {\n\tpadding-right: 10px;\n\tpadding-left: 10px;\n}\n\n.mce-sc-popup {\n\ta {\n\t\ttext-decoration: underline;\n\t}\n\tp {\n\t\tmargin-bottom: 1em;\n\t\t&.strong {\n\t\t\tfont-weight: 600;\n\t\t}\n\t\t&.no-margin {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t\t&.margin-top {\n\t\t\tmargin-top: 1em;\n\t\t}\n\t}\n\t// Crop text which overflow in listbox.\n\t.mce-listbox button{\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden !important;\n\t}\n}\n\n/* =Shortcode button above wp_editor\n-------------------------------------------------------------- */\n\n@media screen and (max-width: 782px) {\n\t.wp-media-buttons button.sc-button span {\n\t\twidth: 18px !important;\n\t}\n}\n\n.wp-media-buttons {\n\tbutton.sc-button {\n\t\toutline: none;\n\t\tpadding-left: 5px;\n\t\tmargin-right: 0;\n\n\t\t&:active {\n\t\t\tmargin-bottom: 5px;\n\t\t}\n\t}\n}\n\nbutton.sc-button {\n\t&:after {\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\ttop: -1px;\n\t\tcontent: '';\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-top: 6px solid #777;\n\t\tborder-right: 4px solid transparent;\n\t\tborder-left: 4px solid transparent;\n\t\tmargin: 0 3px 0 6px;\n\t}\n\n\t&.active:after {\n\t\ttop: -2px;\n\t\tborder-top: 0;\n\t\tborder-bottom: 6px solid #32373c;\n\t}\n}\n\n/* =Shortcode button dropdown menu\n-------------------------------------------------------------- */\n\n.sc-wrap {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 5px;\n}\n\ndiv.sc-menu {\n\tdisplay: none;\n\tposition: absolute;\n\ttop: 100%;\n\tleft: 0;\n\tmin-width: 100%;\n\tmax-height: 410px;\n\tfont-size: 14px;\n\tbox-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );\n\tbackground: #fff;\n\tborder: 1px solid rgba( 0, 0, 0, 0.15 );\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding: 5px 0;\n\tmargin: -2px 0 0;\n\tz-index: 1002;\n}\n\ndiv.sc-shortcode {\n\tdisplay: block;\n\twhite-space: nowrap;\n\tcursor: pointer;\n\tpadding: 6px 12px;\n\tmargin-bottom: 2px;\n\n\t&:hover {\n\t\tcolor: #fff;\n\t}\n}\n\n/* =Shortcode tinymce dialog backdrop\n-------------------------------------------------------------- */\n\n#mce-modal-block.mce-reset.mce-fade.mce-in {\n\topacity: 0.7;\n\tfilter: alpha(opacity=70);\n}\n","/**\n * Give System Info SCSS\n *\n * @description System Info Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license https://opensource.org/licenses/gpl-3.0/ GNU Public License\n *\n * The following code is a derivative work of the code from the WooCommerce\n * plugin, which is licensed GPLv3. This code therefore is also licensed under\n * the terms of the GNU Public License, version 3.\n *\n * Copyright (c) 2015 WooThemes\n * Copyright (c) 2016 WordImpress, LLC\n*/\n\n.give-status-table {\n margin-bottom: 1em;\n\n h2 {\n\tfont-size: 14px;\n\tmargin: 0;\n }\n\n tr {\n\t&:nth-child(2n) {\n\t th,\n\t td {\n\t\tbackground: #fcfcfc;\n\t }\n\t}\n }\n\n th {\n\tfont-weight: 700;\n\tpadding: 9px;\n }\n\n td:first-child {\n\twidth: 33%;\n }\n\n td.help {\n\twidth: 1em;\n }\n\n td {\n\tpadding: 9px;\n\tfont-size: 1.1em;\n\n\tmark {\n\t background: transparent none;\n\t}\n\n\tmark.yes {\n\t color: $green;\n\t}\n\n\tmark.no {\n\t color: #999;\n\t}\n\n\tmark.error {\n\t color: $red;\n\t}\n\n\tul {\n\t margin: 0;\n\t}\n }\n}\n\n/* System info download header */\n.wrap div.give-debug-report-wrapper {\n margin-bottom: 5px;\n p {\n\tfont-size: 18px;\n\tmargin: 1em 0 0.7em;\n\tpadding: 0;\n }\n\n .give-debug-report-actions {\n\tmargin: 0 0 1.7em;\n\t.js-give-debug-report-button {\n\t margin-right: 10px;\n\t}\n\t.dashicons {\n\t font-size: 16px;\n\t position: relative;\n\t top: 4px;\n\t left: -2px;\n\t}\n }\n}\n\n.give-debug-report {\n display: none;\n margin: 10px 0;\n padding: 0;\n position: relative;\n\n textarea {\n\tfont-family: monospace;\n\twidth: 100%;\n\tmargin: 0;\n\theight: 300px;\n\tpadding: 20px;\n\t-moz-border-radius: 0;\n\t-webkit-border-radius: 0;\n\tborder-radius: 0;\n\tresize: none;\n\tfont-size: 12px;\n\tline-height: 20px;\n\toutline: 0;\n }\n}\n","//---------------------------------------------------------\n//Progress Bar Styles\n//---------------------------------------------------------\n.give-progress {\n\theight: 15px;\n\twidth: 95%;\n\tborder-radius: 4px;\n\toverflow: hidden;\n\tbackground-color: whitesmoke;\n\n\t> div {\n\t\theight: 100%;\n\t\twidth: 0;\n\t}\n\n}\n\n.admin-color-fresh .give-progress div, .give-progress div {\n\tbackground: #0073aa;\n}\n\n.admin-color-light .give-progress div {\n\tbackground: #888;\n}\n\n.admin-color-blue .give-progress div {\n\tbackground: #096484;\n}\n\n.admin-color-coffee .give-progress div {\n\tbackground: #c7a589;\n}\n\n.admin-color-ectoplasm .give-progress div {\n\tbackground: #a3b745;\n}\n\n.admin-color-midnight .give-progress div {\n\tbackground: #e14d43;\n}\n\n.admin-color-sunrise .give-progress div {\n\tbackground: #dd823b;\n}\n\n\n/**\n * Spinner\n */\n.give-spinner-wrapper{\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\ttop: 0;\n\tbackground: rgba(245, 245, 245, 0.57);\n\tz-index: 1;\n\tdisplay: none;\n\n\t&.is-active{\n\t\tdisplay: inline-block;\n\t}\n\n\t.aligncenter{\n\t\tposition: absolute;\n\t\ttop: 50%;\n\t\tleft: 50%;\n\t\tmargin: 10px 10px 0 0;\n\t}\n}\n\n.give-spinner {\n\t&.spinner.is-active{\n\t\tmargin: 0 0 0 2px;\n\t\tfloat: none;\n\t}\n}","/**\n * Give Updates Panel SCSS\n *\n * @description Updates Panel Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2017, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n#give-updates-h1 {\n padding-top: 0;\n}\n\n.give-update-panel-content p {\n font-size: 16px;\n}\n\n#give-updates .dashicons-no-alt {\n color: red;\n}\n\n#give-updates .dashicons-yes {\n color: green;\n}\n\n#give-db-updates .spinner {\n margin-top:0;\n}\n\nbody.give_forms_page_give-updates {\n\t.give-run-update-containt {\n\t\t.give-run-update-button {\n\t\t\tmargin-right: 10px;\n\t\t}\n\t}\n}\n\n#give-plugin-updates {\n\t.panel-content {\n\t\ttable {\n\t\t\ttr {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t}\n}","/**\n * Give Blank Slate\n *\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.give-blank-slate {\n\tbackground: white;\n\tborder: 1px solid #e5e5e5;\n\tbox-shadow: 0 1px 1px rgba( 0,0,0,0.04 );\n\tmargin: 0 auto;\n\tpadding: 40px;\n\ttext-align: center;\n\n\t:last-child {\n\t\tmargin-bottom: 0;\n\t}\n\n\t&__heading,\n\t&__message,\n\t&__cta,\n\t&__help {\n\t\tmargin: 0 0 10px;\n\t}\n\n\t&__image {\n\t\tdisplay: block;\n\t\theight: 80px;\n\t\tmargin: 0 auto 10px;\n\t\twidth: auto;\n\t}\n\n\t&__help {\n\t\tcolor: #666;\n\t\tfont-style: italic;\n\n\t\ta {\n\t\t\tdisplay: inline-block;\n\t\t\ttext-decoration: underline;\n\t\t}\n\t}\n}\n\n// Extra selectors needed to override WP Core styles.\n.give-blank-slate a.give-blank-slate__cta {\n\tdisplay: inline-block;\n\tfont-size: 1.2em;\n\theight: auto;\n\tmargin: 0 0 10px;\n\tpadding: .75em 1.5em;\n}\n","/**\r\n * Give Donations Importer\r\n *\r\n * @description Payment History Styles\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2017, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n.give-tools-setting-page-import {\r\n\th1.handle {\r\n\t\tpadding: 15px 0 0;\r\n\t}\r\n\t.give-progress-steps {\r\n\t\twidth: 100%;\r\n\t\tpadding: 0 0 24px;\r\n\t\tmargin-left: 0;\r\n\t\tlist-style: none outside;\r\n\t\toverflow: hidden;\r\n\t\tdisplay: -webkit-inline-flex;\r\n\t\tdisplay: -ms-inline-flexbox;\r\n\t\tdisplay: inline-flex;\r\n\t\tli {\r\n\t\t\twidth: 25%;\r\n\t\t\tfloat: left;\r\n\t\t\tpadding: 0 0 1.2em;\r\n\t\t\tmargin: 0;\r\n\t\t\ttext-align: center;\r\n\t\t\tposition: relative;\r\n\t\t\tborder-bottom: 4px solid #ccc;\r\n\t\t\tline-height: 1.4em;\r\n\t\t}\r\n\r\n\t\tli.active {\r\n\t\t\tborder-color: #4ead61;\r\n\t\t\tcolor: #4ead61;\r\n\r\n\t\t\t&:before {\r\n\t\t\t\tborder-color: #4ead61;\r\n\t\t\t\tcolor: #4ead61;\r\n\t\t\t\tbackground: #4ead61;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli::before {\r\n\t\t\tcontent: '';\r\n\t\t\tborder: 4px solid #ccc;\r\n\t\t\tborder-radius: 100%;\r\n\t\t\twidth: 10px;\r\n\t\t\theight: 10px;\r\n\t\t\tposition: absolute;\r\n\t\t\tbottom: 0;\r\n\t\t\tleft: 50%;\r\n\t\t\tmargin-left: -6px;\r\n\t\t\tmargin-bottom: -10px;\r\n\t\t\tbackground: #fff;\r\n\t\t}\r\n\t}\r\n\r\n\t.step-4 {\r\n\t\th2 {\r\n\t\t\ttext-align: center;\r\n\t\t\tfont-size: 20px !important;\r\n\t\t}\r\n\t\tp {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t}\r\n\r\n\t.button-secondary.step-4, .give-image-thumb {\r\n\t\tdisplay: none;\r\n\t}\r\n\r\n\th2#give-import-title {\r\n\t\tbackground: #f3f3f3;\r\n\t\tfont-size: 15px;\r\n\t\tfont-weight: 600;\r\n\t\tmargin: -8px -22px 11px;\r\n\t\tpadding: 12px 22px;\r\n\t}\r\n\r\n\ttable.step-2 {\r\n\r\n\t\th2#give-import-title {\r\n\t\t\tfont-size: small;\r\n\t\t\tfont-weight: inherit;\r\n\t\t}\r\n\r\n\t\t.give-import-donation-required-fields-title {\r\n\t\t\tfont-size: 18px;\r\n\t\t\tfont-weight: 600;\r\n\t\t\tmargin: 0px;\r\n\t\t}\r\n\r\n\t\t.give-import-donation-required-fields {\r\n\t\t\twhite-space:nowrap;\r\n\t\t\toverflow:hidden;\r\n\r\n\t\t\tli {\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t\tmargin: 0 10% 0 0;\r\n\r\n\t\t\t\tspan.give-import-donation-required-symbol {\r\n\t\t\t\t\tborder-radius: 1em;\r\n\t\t\t\t\tvertical-align: middle;\r\n\t\t\t\t\tpadding: 2px;\r\n\t\t\t\t\tbackground: #46b450;\r\n\t\t\t\t\tcolor: white;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tspan.dashicons-no-alt {\r\n\t\t\t\t\tbackground: #bbbbbb;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.give-import-core-settings {\r\n\t.give-progress-steps {\r\n\t\tli {\r\n\t\t\twidth: 33.33%;\r\n\t\t}\r\n\t}\r\n\r\n\t.step-3 {\r\n\t\th2 {\r\n\t\t\ttext-align: center;\r\n\t\t\tfont-size: 20px !important;\r\n\t\t}\r\n\t\tp {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t}\r\n}\r\n\r\nform.give-import-form table.widefat {\r\n\tborder: none;\r\n}\r\n\r\n.wrap .give-importer-h1 {\r\n\tmargin: 0;\r\n\tpadding: 20px 0;\r\n}"],"names":[],"mappings":"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","sourceRoot":"/source/"}
give.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: The most robust, flexible, and intuitive way to accept donations on WordPress.
6
  * Author: WordImpress
7
  * Author URI: https://wordimpress.com
8
- * Version: 2.0.3
9
  * Text Domain: give
10
  * Domain Path: /languages
11
  * GitHub Plugin URI: https://github.com/WordImpress/Give
@@ -365,7 +365,7 @@ if ( ! class_exists( 'Give' ) ) :
365
 
366
  // Plugin version
367
  if ( ! defined( 'GIVE_VERSION' ) ) {
368
- define( 'GIVE_VERSION', '2.0.3' );
369
  }
370
 
371
  // Plugin Root File
5
  * Description: The most robust, flexible, and intuitive way to accept donations on WordPress.
6
  * Author: WordImpress
7
  * Author URI: https://wordimpress.com
8
+ * Version: 2.0.4
9
  * Text Domain: give
10
  * Domain Path: /languages
11
  * GitHub Plugin URI: https://github.com/WordImpress/Give
365
 
366
  // Plugin version
367
  if ( ! defined( 'GIVE_VERSION' ) ) {
368
+ define( 'GIVE_VERSION', '2.0.4' );
369
  }
370
 
371
  // Plugin Root File
includes/admin/class-blank-slate.php CHANGED
@@ -260,7 +260,7 @@ class Give_Blank_Slate {
260
  'cta_text' => __( 'Create Donation Form', 'give' ),
261
  'cta_link' => admin_url( 'post-new.php?post_type=give_forms' ),
262
  'help' => sprintf(
263
- __( 'Need help? Get started with %sGive 101%s.', 'wbpr' ),
264
  '<a href="http://docs.givewp.com/give101/" target="_blank">',
265
  '</a>'
266
  ),
@@ -278,7 +278,7 @@ class Give_Blank_Slate {
278
  'cta_text' => __( 'View All Forms', 'give' ),
279
  'cta_link' => admin_url( 'edit.php?post_type=give_forms' ),
280
  'help' => sprintf(
281
- __( 'Need help? Learn more about %sDonations%s.', 'wbpr' ),
282
  '<a href="http://docs.givewp.com/core-donations/">',
283
  '</a>'
284
  ),
@@ -293,7 +293,7 @@ class Give_Blank_Slate {
293
  'cta_text' => __( 'View All Forms', 'give' ),
294
  'cta_link' => admin_url( 'edit.php?post_type=give_forms' ),
295
  'help' => sprintf(
296
- __( 'Need help? Learn more about %sDonors%s.', 'wbpr' ),
297
  '<a href="http://docs.givewp.com/core-donors/">',
298
  '</a>'
299
  ),
260
  'cta_text' => __( 'Create Donation Form', 'give' ),
261
  'cta_link' => admin_url( 'post-new.php?post_type=give_forms' ),
262
  'help' => sprintf(
263
+ __( 'Need help? Get started with %sGive 101%s.', 'give' ),
264
  '<a href="http://docs.givewp.com/give101/" target="_blank">',
265
  '</a>'
266
  ),
278
  'cta_text' => __( 'View All Forms', 'give' ),
279
  'cta_link' => admin_url( 'edit.php?post_type=give_forms' ),
280
  'help' => sprintf(
281
+ __( 'Need help? Learn more about %sDonations%s.', 'give' ),
282
  '<a href="http://docs.givewp.com/core-donations/">',
283
  '</a>'
284
  ),
293
  'cta_text' => __( 'View All Forms', 'give' ),
294
  'cta_link' => admin_url( 'edit.php?post_type=give_forms' ),
295
  'help' => sprintf(
296
+ __( 'Need help? Learn more about %sDonors%s.', 'give' ),
297
  '<a href="http://docs.givewp.com/core-donors/">',
298
  '</a>'
299
  ),
includes/admin/upgrades/class-give-updates.php CHANGED
@@ -510,6 +510,9 @@ class Give_Updates {
510
  if ( self::$background_updater->has_queue() ) {
511
  $this->__health_background_update( $this );
512
  } else {
 
 
 
513
  self::$background_updater->complete();
514
  }
515
 
510
  if ( self::$background_updater->has_queue() ) {
511
  $this->__health_background_update( $this );
512
  } else {
513
+ delete_site_transient( self::$background_updater->get_identifier() . '_process_lock' );
514
+ wp_clear_scheduled_hook( self::$background_updater->get_cron_identifier() );
515
+
516
  self::$background_updater->complete();
517
  }
518
 
includes/class-give-db-donors.php CHANGED
@@ -47,6 +47,7 @@ class Give_DB_Donors extends Give_DB {
47
  $this->register_table();
48
  }
49
 
 
50
  }
51
 
52
  /**
47
  $this->register_table();
48
  }
49
 
50
+ parent::__construct();
51
  }
52
 
53
  /**
includes/class-give-db-logs.php CHANGED
@@ -42,6 +42,7 @@ class Give_DB_Logs extends Give_DB {
42
  // Install table.
43
  $this->register_table();
44
 
 
45
  }
46
 
47
  /**
42
  // Install table.
43
  $this->register_table();
44
 
45
+ parent::__construct();
46
  }
47
 
48
  /**
includes/class-give-db-meta.php CHANGED
@@ -74,6 +74,8 @@ class Give_DB_Meta extends Give_DB {
74
  * @since 2.0
75
  */
76
  function __construct() {
 
 
77
  // Bailout.
78
  if ( empty( $this->supports ) || ! $this->is_custom_meta_table_active() ) {
79
  return;
@@ -503,4 +505,17 @@ class Give_DB_Meta extends Give_DB {
503
 
504
  update_option( $this->table_name . '_db_version', $this->version );
505
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
506
  }
74
  * @since 2.0
75
  */
76
  function __construct() {
77
+ parent::__construct();
78
+
79
  // Bailout.
80
  if ( empty( $this->supports ) || ! $this->is_custom_meta_table_active() ) {
81
  return;
505
 
506
  update_option( $this->table_name . '_db_version', $this->version );
507
  }
508
+
509
+
510
+ /**
511
+ * Get meta type
512
+ *
513
+ * @since 2.0.4
514
+ * @access public
515
+ *
516
+ * @return string
517
+ */
518
+ public function get_meta_type(){
519
+ return $this->meta_type;
520
+ }
521
  }
includes/class-give-db.php CHANGED
@@ -72,6 +72,9 @@ abstract class Give_DB {
72
  * @access public
73
  */
74
  public function __construct() {
 
 
 
75
  }
76
 
77
  /**
@@ -437,4 +440,35 @@ abstract class Give_DB {
437
  return absint( $id );
438
 
439
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
440
  }
72
  * @access public
73
  */
74
  public function __construct() {
75
+ if( is_multisite() ) {
76
+ add_action( 'switch_blog', array( $this, 'handle_switch_blog' ), 10, 2 );
77
+ }
78
  }
79
 
80
  /**
440
  return absint( $id );
441
 
442
  }
443
+
444
+ /**
445
+ * Handle switch blog on multi-site
446
+ *
447
+ * @since 2.0.4
448
+ *
449
+ * @access public
450
+ *
451
+ * @param $new_blog_id
452
+ * @param $prev_blog_id
453
+ */
454
+ public function handle_switch_blog( $new_blog_id, $prev_blog_id ) {
455
+ global $wpdb;
456
+
457
+ // Bailout.
458
+ if ( $new_blog_id === $prev_blog_id ) {
459
+ return;
460
+ }
461
+
462
+
463
+ $this->table_name = str_replace(
464
+ 1 != $prev_blog_id ? $wpdb->get_blog_prefix( $prev_blog_id ) : $wpdb->base_prefix,
465
+ 1 != $new_blog_id ? $wpdb->get_blog_prefix( $new_blog_id ) : $wpdb->base_prefix,
466
+ $this->table_name
467
+ );
468
+
469
+ if ( $this instanceof Give_DB_Meta ) {
470
+ $wpdb->{$this->get_meta_type() . 'meta'} = $this->table_name;
471
+ }
472
+
473
+ }
474
  }
includes/scripts.php CHANGED
@@ -255,8 +255,6 @@ function give_load_admin_scripts( $hook ) {
255
  wp_enqueue_style( 'jquery-ui-css' );
256
  wp_register_style( 'give-admin', $css_dir . 'give-admin' . $direction . $suffix . '.css', array(), GIVE_VERSION );
257
  wp_enqueue_style( 'give-admin' );
258
- wp_register_style( 'jquery-chosen', $css_dir . 'chosen' . $suffix . '.css', array(), GIVE_VERSION );
259
- wp_enqueue_style( 'jquery-chosen' );
260
  wp_enqueue_style( 'thickbox' );
261
  wp_enqueue_style( 'wp-color-picker' );
262
 
255
  wp_enqueue_style( 'jquery-ui-css' );
256
  wp_register_style( 'give-admin', $css_dir . 'give-admin' . $direction . $suffix . '.css', array(), GIVE_VERSION );
257
  wp_enqueue_style( 'give-admin' );
 
 
258
  wp_enqueue_style( 'thickbox' );
259
  wp_enqueue_style( 'wp-color-picker' );
260
 
languages/give.pot CHANGED
@@ -126,7 +126,7 @@ msgstr ""
126
  msgid "The test email has been sent."
127
  msgstr ""
128
 
129
- #: includes/admin/admin-actions.php:299, includes/scripts.php:335
130
  msgid "You cannot set the success and failed pages to the same page"
131
  msgstr ""
132
 
@@ -426,6 +426,10 @@ msgstr ""
426
  msgid "Create Donation Form"
427
  msgstr ""
428
 
 
 
 
 
429
  #: includes/admin/class-blank-slate.php:272, includes/admin/class-blank-slate.php:276, includes/admin/donors/donors.php:828, includes/class-give-cli-commands.php:618, includes/class-give-html-elements.php:70, includes/emails/template.php:172, includes/post-types.php:117
430
  msgid "No donations found."
431
  msgstr ""
@@ -442,6 +446,10 @@ msgstr ""
442
  msgid "View All Forms"
443
  msgstr ""
444
 
 
 
 
 
445
  #: includes/admin/class-blank-slate.php:287
446
  msgid "No donors found."
447
  msgstr ""
@@ -458,6 +466,10 @@ msgstr ""
458
  msgid "When your first donation arrives, the donor will appear here."
459
  msgstr ""
460
 
 
 
 
 
461
  #: includes/admin/class-give-settings.php:94, includes/admin/settings/class-settings-general.php:30, includes/admin/settings/class-settings-general.php:327
462
  msgid "General"
463
  msgstr ""
@@ -1667,7 +1679,7 @@ msgstr ""
1667
  msgid "Email Options"
1668
  msgstr ""
1669
 
1670
- #: includes/admin/emails/class-email-notifications.php:126, includes/admin/upgrades/class-give-updates.php:808
1671
  msgid ""
1672
  msgstr ""
1673
 
@@ -4734,51 +4746,51 @@ msgstr ""
4734
  msgid "Give Updates"
4735
  msgstr ""
4736
 
4737
- #: includes/admin/upgrades/class-give-updates.php:603, includes/admin/upgrades/class-give-updates.php:616, includes/admin/upgrades/class-give-updates.php:667
4738
  msgid "Database Update"
4739
  msgstr ""
4740
 
4741
- #: includes/admin/upgrades/class-give-updates.php:604
4742
  msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a backup before proceeding."
4743
  msgstr ""
4744
 
4745
- #: includes/admin/upgrades/class-give-updates.php:608
4746
  msgid "Restart the updater"
4747
  msgstr ""
4748
 
4749
- #: includes/admin/upgrades/class-give-updates.php:612, includes/admin/upgrades/class-give-updates.php:677
4750
  msgid "It is recommended that you backup your database before proceeding. Do you want to run the update now?"
4751
  msgstr ""
4752
 
4753
- #: includes/admin/upgrades/class-give-updates.php:617, includes/admin/upgrades/class-give-updates.php:813, includes/admin/upgrades/views/upgrades.php:57
4754
  msgid "An unexpected issue occurred during the database update which caused it to stop automatically. Please contact support for assistance."
4755
  msgstr ""
4756
 
4757
- #: includes/admin/upgrades/class-give-updates.php:641
4758
  msgid "Give needs to upgrade the database but cannot because AJAX does not appear accessible. This could be because your website is password protected, in maintenance mode, or has a specific hosting configuration or plugin active that is preventing access."
4759
  msgstr ""
4760
 
4761
- #: includes/admin/upgrades/class-give-updates.php:641
4762
  msgid "Read More"
4763
  msgstr ""
4764
 
4765
- #: includes/admin/upgrades/class-give-updates.php:654, includes/admin/upgrades/class-give-updates.php:820
4766
  msgid "Give database updates completed successfully. Thank you for updating to the latest version!"
4767
  msgstr ""
4768
 
4769
- #: includes/admin/upgrades/class-give-updates.php:668
4770
  msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a complete backup before proceeding."
4771
  msgstr ""
4772
 
4773
- #: includes/admin/upgrades/class-give-updates.php:672
4774
  msgid "Run the updater"
4775
  msgstr ""
4776
 
4777
- #: includes/admin/upgrades/class-give-updates.php:807, includes/admin/upgrades/views/upgrades.php:59
4778
  msgid "The updates have been paused."
4779
  msgstr ""
4780
 
4781
- #: includes/admin/upgrades/class-give-updates.php:821
4782
  msgid "Updates Completed."
4783
  msgstr ""
4784
 
@@ -10841,175 +10853,175 @@ msgstr ""
10841
  msgid "Loading"
10842
  msgstr ""
10843
 
10844
- #: includes/scripts.php:315
10845
  msgid "Not available for variable priced forms."
10846
  msgstr ""
10847
 
10848
- #: includes/scripts.php:316
10849
  msgid "Are you sure you want to delete this payment?"
10850
  msgstr ""
10851
 
10852
- #: includes/scripts.php:317
10853
  msgid "Are you sure you want to delete this note?"
10854
  msgstr ""
10855
 
10856
- #: includes/scripts.php:318
10857
  msgid "Are you sure you want to revoke this API key?"
10858
  msgstr ""
10859
 
10860
- #: includes/scripts.php:319
10861
  msgid "Are you sure you want to regenerate this API key?"
10862
  msgstr ""
10863
 
10864
- #: includes/scripts.php:320
10865
  msgid "Are you sure you want to resend the donation receipt?"
10866
  msgstr ""
10867
 
10868
- #: includes/scripts.php:321
10869
  msgid "Are you sure you want to disconnect the user from this donor?"
10870
  msgstr ""
10871
 
10872
- #: includes/scripts.php:322
10873
  msgid "Choose a form"
10874
  msgstr ""
10875
 
10876
- #: includes/scripts.php:323
10877
  msgid "Choose one or more forms"
10878
  msgstr ""
10879
 
10880
- #: includes/scripts.php:327
10881
  msgid "You must choose a method."
10882
  msgstr ""
10883
 
10884
- #: includes/scripts.php:328
10885
  msgid "Required fields not completed."
10886
  msgstr ""
10887
 
10888
- #: includes/scripts.php:329
10889
  msgid "Are you sure you want to reset Give? This process is <strong><em>not reversible</em></strong> and will delete all data regardless of test or live mode. Please be sure you have a recent backup before proceeding."
10890
  msgstr ""
10891
 
10892
- #: includes/scripts.php:330
10893
  msgid "Are you sure you want to delete all the test donors? This process will also delete test donations as well."
10894
  msgstr ""
10895
 
10896
- #: includes/scripts.php:331
10897
  msgid "Are you sure you want to delete all the imported donors? This process will also delete imported donations as well."
10898
  msgstr ""
10899
 
10900
- #: includes/scripts.php:332
10901
  msgid "Please enter amount in monetary decimal ( %1$s ) format without thousand separator ( %2$s ) ."
10902
  msgstr ""
10903
 
10904
- #: includes/scripts.php:334
10905
  msgid "Do you want to delete this item?"
10906
  msgstr ""
10907
 
10908
- #: includes/scripts.php:336
10909
  msgid "Dismiss this notice."
10910
  msgstr ""
10911
 
10912
- #: includes/scripts.php:337
10913
  msgid "Type to search all forms"
10914
  msgstr ""
10915
 
10916
- #: includes/scripts.php:338
10917
  msgid "Type to search all donors"
10918
  msgstr ""
10919
 
10920
- #: includes/scripts.php:339
10921
  msgid "Type to search all countries"
10922
  msgstr ""
10923
 
10924
- #: includes/scripts.php:340
10925
  msgid "Type to search all states/provinces"
10926
  msgstr ""
10927
 
10928
- #: includes/scripts.php:341
10929
  msgid "To edit first name and last name, please go to user profile of the donor."
10930
  msgstr ""
10931
 
10932
- #: includes/scripts.php:342
10933
  msgid "Remove from Bulk Delete"
10934
  msgstr ""
10935
 
10936
- #: includes/scripts.php:344
10937
  msgid "You must choose at least one or more donors to delete."
10938
  msgstr ""
10939
 
10940
- #: includes/scripts.php:345
10941
  msgid "You must select a bulk action to proceed."
10942
  msgstr ""
10943
 
10944
- #: includes/scripts.php:349
10945
  msgid "You must choose at least one or more donations to delete."
10946
  msgstr ""
10947
 
10948
- #: includes/scripts.php:350
10949
  msgid "Are you sure you want to permanently delete this donation?"
10950
  msgstr ""
10951
 
10952
- #: includes/scripts.php:351
10953
  msgid "Are you sure you want to permanently delete the selected {payment_count} donations?"
10954
  msgstr ""
10955
 
10956
- #: includes/scripts.php:354
10957
  msgid "You must choose at least one or more recipients to resend the email receipt."
10958
  msgstr ""
10959
 
10960
- #: includes/scripts.php:355
10961
  msgid "Are you sure you want to resend the email receipt to this recipient?"
10962
  msgstr ""
10963
 
10964
- #: includes/scripts.php:356
10965
  msgid "Are you sure you want to resend the emails receipt to {payment_count} recipients?"
10966
  msgstr ""
10967
 
10968
- #: includes/scripts.php:359
10969
  msgid "You must choose at least one or more donations to set status to {status}."
10970
  msgstr ""
10971
 
10972
- #: includes/scripts.php:360
10973
  msgid "Are you sure you want to set status of this donation to {status}?"
10974
  msgstr ""
10975
 
10976
- #: includes/scripts.php:361
10977
  msgid "Are you sure you want to set status of {payment_count} donations to {status}?"
10978
  msgstr ""
10979
 
10980
- #: includes/scripts.php:365
10981
  msgid "Please reload this page and try again"
10982
  msgstr ""
10983
 
10984
- #: includes/scripts.php:369
10985
  msgid "Choose Image"
10986
  msgstr ""
10987
 
10988
- #: includes/scripts.php:372
10989
  msgid "Choose File"
10990
  msgstr ""
10991
 
10992
- #: includes/scripts.php:376
10993
  msgid "No results match {search_term}"
10994
  msgstr ""
10995
 
10996
- #: includes/scripts.php:377
10997
  msgid "Searching results for match {search_term}"
10998
  msgstr ""
10999
 
11000
- #: includes/scripts.php:379
11001
  msgid "Run Updates"
11002
  msgstr ""
11003
 
11004
- #: includes/scripts.php:380
11005
  msgid "The following process will make updates to your site's database. Please create a database backup before proceeding with updates."
11006
  msgstr ""
11007
 
11008
- #: includes/scripts.php:381
11009
  msgid "Something went wrong kindly try again!"
11010
  msgstr ""
11011
 
11012
- #: includes/scripts.php:384
11013
  msgid "Changes you made may not be saved."
11014
  msgstr ""
11015
 
126
  msgid "The test email has been sent."
127
  msgstr ""
128
 
129
+ #: includes/admin/admin-actions.php:299, includes/scripts.php:333
130
  msgid "You cannot set the success and failed pages to the same page"
131
  msgstr ""
132
 
426
  msgid "Create Donation Form"
427
  msgstr ""
428
 
429
+ #: includes/admin/class-blank-slate.php:263
430
+ msgid "Need help? Get started with %sGive 101%s."
431
+ msgstr ""
432
+
433
  #: includes/admin/class-blank-slate.php:272, includes/admin/class-blank-slate.php:276, includes/admin/donors/donors.php:828, includes/class-give-cli-commands.php:618, includes/class-give-html-elements.php:70, includes/emails/template.php:172, includes/post-types.php:117
434
  msgid "No donations found."
435
  msgstr ""
446
  msgid "View All Forms"
447
  msgstr ""
448
 
449
+ #: includes/admin/class-blank-slate.php:281
450
+ msgid "Need help? Learn more about %sDonations%s."
451
+ msgstr ""
452
+
453
  #: includes/admin/class-blank-slate.php:287
454
  msgid "No donors found."
455
  msgstr ""
466
  msgid "When your first donation arrives, the donor will appear here."
467
  msgstr ""
468
 
469
+ #: includes/admin/class-blank-slate.php:296
470
+ msgid "Need help? Learn more about %sDonors%s."
471
+ msgstr ""
472
+
473
  #: includes/admin/class-give-settings.php:94, includes/admin/settings/class-settings-general.php:30, includes/admin/settings/class-settings-general.php:327
474
  msgid "General"
475
  msgstr ""
1679
  msgid "Email Options"
1680
  msgstr ""
1681
 
1682
+ #: includes/admin/emails/class-email-notifications.php:126, includes/admin/upgrades/class-give-updates.php:811
1683
  msgid ""
1684
  msgstr ""
1685
 
4746
  msgid "Give Updates"
4747
  msgstr ""
4748
 
4749
+ #: includes/admin/upgrades/class-give-updates.php:606, includes/admin/upgrades/class-give-updates.php:619, includes/admin/upgrades/class-give-updates.php:670
4750
  msgid "Database Update"
4751
  msgstr ""
4752
 
4753
+ #: includes/admin/upgrades/class-give-updates.php:607
4754
  msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a backup before proceeding."
4755
  msgstr ""
4756
 
4757
+ #: includes/admin/upgrades/class-give-updates.php:611
4758
  msgid "Restart the updater"
4759
  msgstr ""
4760
 
4761
+ #: includes/admin/upgrades/class-give-updates.php:615, includes/admin/upgrades/class-give-updates.php:680
4762
  msgid "It is recommended that you backup your database before proceeding. Do you want to run the update now?"
4763
  msgstr ""
4764
 
4765
+ #: includes/admin/upgrades/class-give-updates.php:620, includes/admin/upgrades/class-give-updates.php:816, includes/admin/upgrades/views/upgrades.php:57
4766
  msgid "An unexpected issue occurred during the database update which caused it to stop automatically. Please contact support for assistance."
4767
  msgstr ""
4768
 
4769
+ #: includes/admin/upgrades/class-give-updates.php:644
4770
  msgid "Give needs to upgrade the database but cannot because AJAX does not appear accessible. This could be because your website is password protected, in maintenance mode, or has a specific hosting configuration or plugin active that is preventing access."
4771
  msgstr ""
4772
 
4773
+ #: includes/admin/upgrades/class-give-updates.php:644
4774
  msgid "Read More"
4775
  msgstr ""
4776
 
4777
+ #: includes/admin/upgrades/class-give-updates.php:657, includes/admin/upgrades/class-give-updates.php:823
4778
  msgid "Give database updates completed successfully. Thank you for updating to the latest version!"
4779
  msgstr ""
4780
 
4781
+ #: includes/admin/upgrades/class-give-updates.php:671
4782
  msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a complete backup before proceeding."
4783
  msgstr ""
4784
 
4785
+ #: includes/admin/upgrades/class-give-updates.php:675
4786
  msgid "Run the updater"
4787
  msgstr ""
4788
 
4789
+ #: includes/admin/upgrades/class-give-updates.php:810, includes/admin/upgrades/views/upgrades.php:59
4790
  msgid "The updates have been paused."
4791
  msgstr ""
4792
 
4793
+ #: includes/admin/upgrades/class-give-updates.php:824
4794
  msgid "Updates Completed."
4795
  msgstr ""
4796
 
10853
  msgid "Loading"
10854
  msgstr ""
10855
 
10856
+ #: includes/scripts.php:313
10857
  msgid "Not available for variable priced forms."
10858
  msgstr ""
10859
 
10860
+ #: includes/scripts.php:314
10861
  msgid "Are you sure you want to delete this payment?"
10862
  msgstr ""
10863
 
10864
+ #: includes/scripts.php:315
10865
  msgid "Are you sure you want to delete this note?"
10866
  msgstr ""
10867
 
10868
+ #: includes/scripts.php:316
10869
  msgid "Are you sure you want to revoke this API key?"
10870
  msgstr ""
10871
 
10872
+ #: includes/scripts.php:317
10873
  msgid "Are you sure you want to regenerate this API key?"
10874
  msgstr ""
10875
 
10876
+ #: includes/scripts.php:318
10877
  msgid "Are you sure you want to resend the donation receipt?"
10878
  msgstr ""
10879
 
10880
+ #: includes/scripts.php:319
10881
  msgid "Are you sure you want to disconnect the user from this donor?"
10882
  msgstr ""
10883
 
10884
+ #: includes/scripts.php:320
10885
  msgid "Choose a form"
10886
  msgstr ""
10887
 
10888
+ #: includes/scripts.php:321
10889
  msgid "Choose one or more forms"
10890
  msgstr ""
10891
 
10892
+ #: includes/scripts.php:325
10893
  msgid "You must choose a method."
10894
  msgstr ""
10895
 
10896
+ #: includes/scripts.php:326
10897
  msgid "Required fields not completed."
10898
  msgstr ""
10899
 
10900
+ #: includes/scripts.php:327
10901
  msgid "Are you sure you want to reset Give? This process is <strong><em>not reversible</em></strong> and will delete all data regardless of test or live mode. Please be sure you have a recent backup before proceeding."
10902
  msgstr ""
10903
 
10904
+ #: includes/scripts.php:328
10905
  msgid "Are you sure you want to delete all the test donors? This process will also delete test donations as well."
10906
  msgstr ""
10907
 
10908
+ #: includes/scripts.php:329
10909
  msgid "Are you sure you want to delete all the imported donors? This process will also delete imported donations as well."
10910
  msgstr ""
10911
 
10912
+ #: includes/scripts.php:330
10913
  msgid "Please enter amount in monetary decimal ( %1$s ) format without thousand separator ( %2$s ) ."
10914
  msgstr ""
10915
 
10916
+ #: includes/scripts.php:332
10917
  msgid "Do you want to delete this item?"
10918
  msgstr ""
10919
 
10920
+ #: includes/scripts.php:334
10921
  msgid "Dismiss this notice."
10922
  msgstr ""
10923
 
10924
+ #: includes/scripts.php:335
10925
  msgid "Type to search all forms"
10926
  msgstr ""
10927
 
10928
+ #: includes/scripts.php:336
10929
  msgid "Type to search all donors"
10930
  msgstr ""
10931
 
10932
+ #: includes/scripts.php:337
10933
  msgid "Type to search all countries"
10934
  msgstr ""
10935
 
10936
+ #: includes/scripts.php:338
10937
  msgid "Type to search all states/provinces"
10938
  msgstr ""
10939
 
10940
+ #: includes/scripts.php:339
10941
  msgid "To edit first name and last name, please go to user profile of the donor."
10942
  msgstr ""
10943
 
10944
+ #: includes/scripts.php:340
10945
  msgid "Remove from Bulk Delete"
10946
  msgstr ""
10947
 
10948
+ #: includes/scripts.php:342
10949
  msgid "You must choose at least one or more donors to delete."
10950
  msgstr ""
10951
 
10952
+ #: includes/scripts.php:343
10953
  msgid "You must select a bulk action to proceed."
10954
  msgstr ""
10955
 
10956
+ #: includes/scripts.php:347
10957
  msgid "You must choose at least one or more donations to delete."
10958
  msgstr ""
10959
 
10960
+ #: includes/scripts.php:348
10961
  msgid "Are you sure you want to permanently delete this donation?"
10962
  msgstr ""
10963
 
10964
+ #: includes/scripts.php:349
10965
  msgid "Are you sure you want to permanently delete the selected {payment_count} donations?"
10966
  msgstr ""
10967
 
10968
+ #: includes/scripts.php:352
10969
  msgid "You must choose at least one or more recipients to resend the email receipt."
10970
  msgstr ""
10971
 
10972
+ #: includes/scripts.php:353
10973
  msgid "Are you sure you want to resend the email receipt to this recipient?"
10974
  msgstr ""
10975
 
10976
+ #: includes/scripts.php:354
10977
  msgid "Are you sure you want to resend the emails receipt to {payment_count} recipients?"
10978
  msgstr ""
10979
 
10980
+ #: includes/scripts.php:357
10981
  msgid "You must choose at least one or more donations to set status to {status}."
10982
  msgstr ""
10983
 
10984
+ #: includes/scripts.php:358
10985
  msgid "Are you sure you want to set status of this donation to {status}?"
10986
  msgstr ""
10987
 
10988
+ #: includes/scripts.php:359
10989
  msgid "Are you sure you want to set status of {payment_count} donations to {status}?"
10990
  msgstr ""
10991
 
10992
+ #: includes/scripts.php:363
10993
  msgid "Please reload this page and try again"
10994
  msgstr ""
10995
 
10996
+ #: includes/scripts.php:367
10997
  msgid "Choose Image"
10998
  msgstr ""
10999
 
11000
+ #: includes/scripts.php:370
11001
  msgid "Choose File"
11002
  msgstr ""
11003
 
11004
+ #: includes/scripts.php:374
11005
  msgid "No results match {search_term}"
11006
  msgstr ""
11007
 
11008
+ #: includes/scripts.php:375
11009
  msgid "Searching results for match {search_term}"
11010
  msgstr ""
11011
 
11012
+ #: includes/scripts.php:377
11013
  msgid "Run Updates"
11014
  msgstr ""
11015
 
11016
+ #: includes/scripts.php:378
11017
  msgid "The following process will make updates to your site's database. Please create a database backup before proceeding with updates."
11018
  msgstr ""
11019
 
11020
+ #: includes/scripts.php:379
11021
  msgid "Something went wrong kindly try again!"
11022
  msgstr ""
11023
 
11024
+ #: includes/scripts.php:382
11025
  msgid "Changes you made may not be saved."
11026
  msgstr ""
11027
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: donation, donations, donation plugin, wordpress donation plugin, givewp, g
5
  Requires at least: 4.8
6
  Tested up to: 4.9
7
  Requires PHP: 5.3
8
- Stable tag: 2.0.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -208,6 +208,11 @@ Use Give for donations, and let WooCommerce or WP eCommerce or the like handle y
208
 
209
  == Changelog ==
210
 
 
 
 
 
 
211
  = 2.0.3: February 14th, 2018 =
212
  * This release contains additional health checks for sites still experiencing 2.0+ update issues. There are no additional upgrades needed to perform if you have already updated successfully within this release.
213
  * New: Added a dynamanic email template tag that allows you to output any meta field within your emails by using. [#2801](https://github.com/WordImpress/Give/issues/2801)
5
  Requires at least: 4.8
6
  Tested up to: 4.9
7
  Requires PHP: 5.3
8
+ Stable tag: 2.0.4
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
208
 
209
  == Changelog ==
210
 
211
+ = 2.0.4: February 16th, 2018 =
212
+ * Fix: 2.0.3 broke those pretty chosen dropdown selects, but this version brings them back to life! This bug only affected wp-admin dropdowns using the "Chosen" select field which allows you to search user lists and forms. [#2787](https://github.com/WordImpress/Give/issues/2787)
213
+ * Fix: Resolve bug within Give_Payment_Query affecting WP multisite installs. On multisite, custom post type (form, donation log, and donor ) meta query is not working if using the switch_to_blog function. This has now been resolved. [#2815](https://github.com/WordImpress/Give/issues/2815)
214
+ * Fix: Removed usage of the .load() jQuery method causing conflicts on some installs and now using .on() properly. [#2818](https://github.com/WordImpress/Give/issues/2818)
215
+
216
  = 2.0.3: February 14th, 2018 =
217
  * This release contains additional health checks for sites still experiencing 2.0+ update issues. There are no additional upgrades needed to perform if you have already updated successfully within this release.
218
  * New: Added a dynamanic email template tag that allows you to output any meta field within your emails by using. [#2801](https://github.com/WordImpress/Give/issues/2801)