PluginProbe ʕ •ᴥ•ʔ
GiveWP – Donation Plugin and Fundraising Platform / 2.0.7
GiveWP – Donation Plugin and Fundraising Platform v2.0.7
4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 2.32.0 2.33.0 2.33.1 2.33.2 2.33.3 2.33.4 2.33.5 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.5.0 2.5.1 2.5.10 2.5.11 2.5.12 2.5.13 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8.0 2.8.1 2.9.0 2.9.1 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.10.0 3.11.0 3.12.0 3.12.1 3.12.2 3.12.3 3.13.0 3.14.0 3.14.1 3.14.2 3.15.0 3.15.1 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.16.5 3.17.0 3.17.1 3.17.2 3.18.0 3.19.0 3.19.1 3.19.2 3.19.3 3.19.4 3.2.0 3.2.1 3.2.2 3.20.0 3.21.0 3.21.1 3.22.0 3.22.1 3.22.2 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.6.0 3.6.1 3.6.2 3.7.0 3.8.0 3.9.0 4.0.0 4.1.0 4.1.1 4.10.0 4.10.1 4.11.0 4.12.0 4.13.0 4.13.1 4.13.2 4.14.0 4.14.1 4.14.2 4.14.3 4.14.4 4.14.5 4.14.6 4.2.0 4.2.1 4.3.0 4.3.1 4.3.2 4.4.0 4.5.0 4.6.1 4.7.0 4.7.1 4.8.0 4.8.1 4.9.0 trunk 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.2 2.11.3 2.12.0 2.12.1 2.12.2 2.12.3 2.13.0 2.13.1 2.13.2 2.13.3 2.13.4 2.14.0 2.15.0 2.16.0 2.16.1 2.17.0 2.17.1 2.17.3 2.18.0 2.18.1 2.19.1 2.19.2 2.19.3 2.19.4 2.19.5 2.19.6 2.19.7 2.19.8 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.20.0 2.20.1 2.20.2 2.21.0 2.21.1 2.21.2 2.21.3 2.21.4 2.22.0 2.22.1 2.22.2 2.22.3 2.23.0 2.23.1 2.23.2 2.24.0 2.24.1 2.24.2 2.25.0 2.25.1 2.25.2 2.25.3 2.26.0 2.27.0 2.27.1 2.27.2 2.27.3 2.28.0 2.29.0 2.29.1 2.29.2
give / assets / css / give-admin.css
give / assets / css Last commit date
adminbar-style.css 7 years ago chosen-sprite.png 7 years ago chosen-sprite@2x.png 7 years ago chosen.min.css 7 years ago give-admin-rtl.css 7 years ago give-admin-rtl.min.css 7 years ago give-admin.css 7 years ago give-admin.css.map 7 years ago give-admin.min.css 7 years ago give-dashicon.css 7 years ago jquery-ui-fresh.css 7 years ago jquery-ui-fresh.min.css 7 years ago
give-admin.css
3521 lines
1 /*!
2 * Give Admin SCSS/CSS
3 *
4 * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner
5 * @package: Give
6 * @subpackage: SCSS/Admin
7 * @copyright: Copyright (c) 2016, WordImpress
8 * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
9 */
10 /**
11 * Clearfix
12 */
13 .give-clearfix {
14 *zoom: 1; }
15 .give-clearfix:before, .give-clearfix:after {
16 content: " ";
17 display: table; }
18 .give-clearfix:after {
19 clear: both; }
20
21 /**
22 * Box Sizing
23 * https://github.com/timrogers/sass-box-sizing-mixin
24 */
25 /**
26 * CSS3 Easing
27 */
28 .give-item-label {
29 padding: .2em .4em .3em;
30 font-size: 11px;
31 line-height: 1;
32 color: #fff;
33 text-align: center;
34 white-space: nowrap;
35 vertical-align: baseline;
36 border-radius: .25em; }
37 .give-item-label:hover {
38 color: #fff;
39 text-decoration: none; }
40
41 .give-item-label-gray, #give-payments-filter .give-payment-id {
42 background-color: #929292; }
43
44 .give-item-label-orange {
45 background-color: #ffba00; }
46
47 .give-item-label {
48 padding: .2em .4em .3em;
49 font-size: 11px;
50 line-height: 1;
51 color: #fff;
52 text-align: center;
53 white-space: nowrap;
54 vertical-align: baseline;
55 border-radius: .25em; }
56 .give-item-label:hover {
57 color: #fff;
58 text-decoration: none; }
59
60 /**
61 * Give CSS Variables
62 */
63 /*! Hint.css - v2.5.0 - 2017-04-23
64 * http://kushagragour.in/lab/hint/
65 * Copyright (c) 2017 Kushagra Gour */
66 [class*=hint--] {
67 position: relative;
68 display: inline-block; }
69
70 [class*=hint--]:after, [class*=hint--]:before {
71 position: absolute;
72 -webkit-transform: translate3d(0, 0, 0);
73 -moz-transform: translate3d(0, 0, 0);
74 transform: translate3d(0, 0, 0);
75 visibility: hidden;
76 opacity: 0;
77 z-index: 1000000;
78 pointer-events: none;
79 -webkit-transition: .3s ease;
80 -moz-transition: .3s ease;
81 transition: .3s ease;
82 -webkit-transition-delay: 0s;
83 -moz-transition-delay: 0s;
84 transition-delay: 0s; }
85
86 [class*=hint--]:hover:after, [class*=hint--]:hover:before {
87 visibility: visible;
88 opacity: 1;
89 -webkit-transition-delay: .1s;
90 -moz-transition-delay: .1s;
91 transition-delay: .1s; }
92
93 [class*=hint--]:before {
94 content: '';
95 position: absolute;
96 background: 0 0;
97 border: 6px solid transparent;
98 z-index: 1000001; }
99
100 [class*=hint--]:after {
101 background: #383838;
102 color: #fff;
103 padding: 8px 10px;
104 font-size: 12px;
105 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
106 line-height: 12px;
107 white-space: nowrap;
108 text-shadow: 0 -1px 0 #000;
109 box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
110
111 [class*=hint--][aria-label]:after {
112 content: attr(aria-label); }
113
114 [class*=hint--][data-hint]:after {
115 content: attr(data-hint); }
116
117 [aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
118 display: none !important; }
119
120 .hint--top-left:before, .hint--top-right:before, .hint--top:before {
121 border-top-color: #383838; }
122
123 .hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
124 border-bottom-color: #383838; }
125
126 .hint--top:after, .hint--top:before {
127 bottom: 100%;
128 left: 50%; }
129
130 .hint--top:before {
131 margin-bottom: -11px;
132 left: calc(50% - 6px); }
133
134 .hint--top:after {
135 -webkit-transform: translateX(-50%);
136 -moz-transform: translateX(-50%);
137 transform: translateX(-50%); }
138
139 .hint--top:hover:before {
140 -webkit-transform: translateY(-8px);
141 -moz-transform: translateY(-8px);
142 transform: translateY(-8px); }
143
144 .hint--top:hover:after {
145 -webkit-transform: translateX(-50%) translateY(-8px);
146 -moz-transform: translateX(-50%) translateY(-8px);
147 transform: translateX(-50%) translateY(-8px); }
148
149 .hint--bottom:after, .hint--bottom:before {
150 top: 100%;
151 left: 50%; }
152
153 .hint--bottom:before {
154 margin-top: -11px;
155 left: calc(50% - 6px); }
156
157 .hint--bottom:after {
158 -webkit-transform: translateX(-50%);
159 -moz-transform: translateX(-50%);
160 transform: translateX(-50%); }
161
162 .hint--bottom:hover:before {
163 -webkit-transform: translateY(8px);
164 -moz-transform: translateY(8px);
165 transform: translateY(8px); }
166
167 .hint--bottom:hover:after {
168 -webkit-transform: translateX(-50%) translateY(8px);
169 -moz-transform: translateX(-50%) translateY(8px);
170 transform: translateX(-50%) translateY(8px); }
171
172 .hint--right:before {
173 border-right-color: #383838;
174 margin-left: -11px;
175 margin-bottom: -6px; }
176
177 .hint--right:after {
178 margin-bottom: -14px; }
179
180 .hint--right:after, .hint--right:before {
181 left: 100%;
182 bottom: 50%; }
183
184 .hint--right:hover:after, .hint--right:hover:before {
185 -webkit-transform: translateX(8px);
186 -moz-transform: translateX(8px);
187 transform: translateX(8px); }
188
189 .hint--left:before {
190 border-left-color: #383838;
191 margin-right: -11px;
192 margin-bottom: -6px; }
193
194 .hint--left:after {
195 margin-bottom: -14px; }
196
197 .hint--left:after, .hint--left:before {
198 right: 100%;
199 bottom: 50%; }
200
201 .hint--left:hover:after, .hint--left:hover:before {
202 -webkit-transform: translateX(-8px);
203 -moz-transform: translateX(-8px);
204 transform: translateX(-8px); }
205
206 .hint--top-left:after, .hint--top-left:before {
207 bottom: 100%;
208 left: 50%; }
209
210 .hint--top-left:before {
211 margin-bottom: -11px;
212 left: calc(50% - 6px); }
213
214 .hint--top-left:after {
215 -webkit-transform: translateX(-100%);
216 -moz-transform: translateX(-100%);
217 transform: translateX(-100%);
218 margin-left: 12px; }
219
220 .hint--top-left:hover:before {
221 -webkit-transform: translateY(-8px);
222 -moz-transform: translateY(-8px);
223 transform: translateY(-8px); }
224
225 .hint--top-left:hover:after {
226 -webkit-transform: translateX(-100%) translateY(-8px);
227 -moz-transform: translateX(-100%) translateY(-8px);
228 transform: translateX(-100%) translateY(-8px); }
229
230 .hint--top-right:after, .hint--top-right:before {
231 bottom: 100%;
232 left: 50%; }
233
234 .hint--top-right:before {
235 margin-bottom: -11px;
236 left: calc(50% - 6px); }
237
238 .hint--top-right:after {
239 -webkit-transform: translateX(0);
240 -moz-transform: translateX(0);
241 transform: translateX(0);
242 margin-left: -12px; }
243
244 .hint--top-right:hover:after, .hint--top-right:hover:before {
245 -webkit-transform: translateY(-8px);
246 -moz-transform: translateY(-8px);
247 transform: translateY(-8px); }
248
249 .hint--bottom-left:after, .hint--bottom-left:before {
250 top: 100%;
251 left: 50%; }
252
253 .hint--bottom-left:before {
254 margin-top: -11px;
255 left: calc(50% - 6px); }
256
257 .hint--bottom-left:after {
258 -webkit-transform: translateX(-100%);
259 -moz-transform: translateX(-100%);
260 transform: translateX(-100%);
261 margin-left: 12px; }
262
263 .hint--bottom-left:hover:before {
264 -webkit-transform: translateY(8px);
265 -moz-transform: translateY(8px);
266 transform: translateY(8px); }
267
268 .hint--bottom-left:hover:after {
269 -webkit-transform: translateX(-100%) translateY(8px);
270 -moz-transform: translateX(-100%) translateY(8px);
271 transform: translateX(-100%) translateY(8px); }
272
273 .hint--bottom-right:after, .hint--bottom-right:before {
274 top: 100%;
275 left: 50%; }
276
277 .hint--bottom-right:before {
278 margin-top: -11px;
279 left: calc(50% - 6px); }
280
281 .hint--bottom-right:after {
282 -webkit-transform: translateX(0);
283 -moz-transform: translateX(0);
284 transform: translateX(0);
285 margin-left: -12px; }
286
287 .hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
288 -webkit-transform: translateY(8px);
289 -moz-transform: translateY(8px);
290 transform: translateY(8px); }
291
292 .hint--large:after, .hint--medium:after, .hint--small:after {
293 white-space: normal;
294 line-height: 1.4em;
295 word-wrap: break-word; }
296
297 .hint--small:after {
298 width: 80px; }
299
300 .hint--medium:after {
301 width: 150px; }
302
303 .hint--large:after {
304 width: 300px; }
305
306 .hint--error:after {
307 background-color: #b34e4d;
308 text-shadow: 0 -1px 0 #592726; }
309
310 .hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
311 border-top-color: #b34e4d; }
312
313 .hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
314 border-bottom-color: #b34e4d; }
315
316 .hint--error.hint--left:before {
317 border-left-color: #b34e4d; }
318
319 .hint--error.hint--right:before {
320 border-right-color: #b34e4d; }
321
322 .hint--warning:after {
323 background-color: #c09854;
324 text-shadow: 0 -1px 0 #6c5328; }
325
326 .hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
327 border-top-color: #c09854; }
328
329 .hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
330 border-bottom-color: #c09854; }
331
332 .hint--warning.hint--left:before {
333 border-left-color: #c09854; }
334
335 .hint--warning.hint--right:before {
336 border-right-color: #c09854; }
337
338 .hint--info:after {
339 background-color: #3986ac;
340 text-shadow: 0 -1px 0 #1a3c4d; }
341
342 .hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
343 border-top-color: #3986ac; }
344
345 .hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
346 border-bottom-color: #3986ac; }
347
348 .hint--info.hint--left:before {
349 border-left-color: #3986ac; }
350
351 .hint--info.hint--right:before {
352 border-right-color: #3986ac; }
353
354 .hint--success:after {
355 background-color: #458746;
356 text-shadow: 0 -1px 0 #1a321a; }
357
358 .hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
359 border-top-color: #458746; }
360
361 .hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
362 border-bottom-color: #458746; }
363
364 .hint--success.hint--left:before {
365 border-left-color: #458746; }
366
367 .hint--success.hint--right:before {
368 border-right-color: #458746; }
369
370 .hint--always:after, .hint--always:before {
371 opacity: 1;
372 visibility: visible; }
373
374 .hint--always.hint--top:before {
375 -webkit-transform: translateY(-8px);
376 -moz-transform: translateY(-8px);
377 transform: translateY(-8px); }
378
379 .hint--always.hint--top:after {
380 -webkit-transform: translateX(-50%) translateY(-8px);
381 -moz-transform: translateX(-50%) translateY(-8px);
382 transform: translateX(-50%) translateY(-8px); }
383
384 .hint--always.hint--top-left:before {
385 -webkit-transform: translateY(-8px);
386 -moz-transform: translateY(-8px);
387 transform: translateY(-8px); }
388
389 .hint--always.hint--top-left:after {
390 -webkit-transform: translateX(-100%) translateY(-8px);
391 -moz-transform: translateX(-100%) translateY(-8px);
392 transform: translateX(-100%) translateY(-8px); }
393
394 .hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
395 -webkit-transform: translateY(-8px);
396 -moz-transform: translateY(-8px);
397 transform: translateY(-8px); }
398
399 .hint--always.hint--bottom:before {
400 -webkit-transform: translateY(8px);
401 -moz-transform: translateY(8px);
402 transform: translateY(8px); }
403
404 .hint--always.hint--bottom:after {
405 -webkit-transform: translateX(-50%) translateY(8px);
406 -moz-transform: translateX(-50%) translateY(8px);
407 transform: translateX(-50%) translateY(8px); }
408
409 .hint--always.hint--bottom-left:before {
410 -webkit-transform: translateY(8px);
411 -moz-transform: translateY(8px);
412 transform: translateY(8px); }
413
414 .hint--always.hint--bottom-left:after {
415 -webkit-transform: translateX(-100%) translateY(8px);
416 -moz-transform: translateX(-100%) translateY(8px);
417 transform: translateX(-100%) translateY(8px); }
418
419 .hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
420 -webkit-transform: translateY(8px);
421 -moz-transform: translateY(8px);
422 transform: translateY(8px); }
423
424 .hint--always.hint--left:after, .hint--always.hint--left:before {
425 -webkit-transform: translateX(-8px);
426 -moz-transform: translateX(-8px);
427 transform: translateX(-8px); }
428
429 .hint--always.hint--right:after, .hint--always.hint--right:before {
430 -webkit-transform: translateX(8px);
431 -moz-transform: translateX(8px);
432 transform: translateX(8px); }
433
434 .hint--rounded:after {
435 border-radius: 4px; }
436
437 .hint--no-animate:after, .hint--no-animate:before {
438 -webkit-transition-duration: 0s;
439 -moz-transition-duration: 0s;
440 transition-duration: 0s; }
441
442 .hint--bounce:after, .hint--bounce:before {
443 -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
444 -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
445 transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
446
447 /*!
448 Chosen, a Select Box Enhancer for jQuery and Prototype
449 by Patrick Filler for Harvest, http://getharvest.com
450
451 Version 1.8.3
452 Full source at https://github.com/harvesthq/chosen
453 Copyright (c) 2011-2018 Harvest http://getharvest.com
454
455 MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
456 This file is generated by `grunt build`, do not edit it by hand.
457 */
458 .chosen-container {
459 position: relative;
460 display: inline-block;
461 vertical-align: middle;
462 font-size: 13px;
463 -webkit-user-select: none;
464 -moz-user-select: none;
465 -ms-user-select: none;
466 user-select: none; }
467
468 .chosen-container * {
469 -webkit-box-sizing: border-box;
470 box-sizing: border-box; }
471
472 .chosen-container .chosen-drop {
473 position: absolute;
474 top: 100%;
475 z-index: 1010;
476 width: 100%;
477 border: 1px solid #aaa;
478 border-top: 0;
479 background: #fff;
480 -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
481 box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
482 display: none; }
483
484 .chosen-container.chosen-with-drop .chosen-drop {
485 display: block; }
486
487 .chosen-container a {
488 cursor: pointer; }
489
490 .chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
491 margin-right: 4px;
492 overflow: hidden;
493 white-space: nowrap;
494 text-overflow: ellipsis;
495 font-weight: 400;
496 color: #999; }
497
498 .chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
499 content: ":";
500 padding-left: 2px;
501 vertical-align: top; }
502
503 .chosen-container-single .chosen-single {
504 position: relative;
505 display: block;
506 overflow: hidden;
507 padding: 0 0 0 8px;
508 height: 25px;
509 border: 1px solid #aaa;
510 border-radius: 5px;
511 background-color: #fff;
512 background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
513 background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
514 background-clip: padding-box;
515 -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
516 box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
517 color: #444;
518 text-decoration: none;
519 white-space: nowrap;
520 line-height: 24px; }
521
522 .chosen-container-single .chosen-single input[type=text] {
523 cursor: pointer;
524 opacity: 0;
525 position: absolute; }
526
527 .chosen-container-single .chosen-default {
528 color: #999; }
529
530 .chosen-container-single .chosen-single span {
531 display: block;
532 overflow: hidden;
533 margin-right: 26px;
534 text-overflow: ellipsis;
535 white-space: nowrap; }
536
537 .chosen-container-single .chosen-single-with-deselect span {
538 margin-right: 38px; }
539
540 .chosen-container-single .chosen-single abbr {
541 position: absolute;
542 top: 6px;
543 right: 26px;
544 display: block;
545 width: 12px;
546 height: 12px;
547 background: url(chosen-sprite.png) -42px 1px no-repeat;
548 font-size: 1px; }
549
550 .chosen-container-single .chosen-single abbr:hover {
551 background-position: -42px -10px; }
552
553 .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
554 background-position: -42px -10px; }
555
556 .chosen-container-single .chosen-single div {
557 position: absolute;
558 top: 0;
559 right: 0;
560 display: block;
561 width: 18px;
562 height: 100%; }
563
564 .chosen-container-single .chosen-single div b {
565 display: block;
566 width: 100%;
567 height: 100%;
568 background: url(chosen-sprite.png) no-repeat 0 2px; }
569
570 .chosen-container-single .chosen-search {
571 position: relative;
572 z-index: 1010;
573 margin: 0;
574 padding: 3px 4px;
575 white-space: nowrap; }
576
577 .chosen-container-single .chosen-search input[type=text] {
578 margin: 1px 0;
579 padding: 4px 20px 4px 5px;
580 width: 100%;
581 height: auto;
582 outline: 0;
583 border: 1px solid #aaa;
584 background: url(chosen-sprite.png) no-repeat 100% -20px;
585 font-size: 1em;
586 font-family: sans-serif;
587 line-height: normal;
588 border-radius: 0; }
589
590 .chosen-container-single .chosen-drop {
591 margin-top: -1px;
592 border-radius: 0 0 4px 4px;
593 background-clip: padding-box; }
594
595 .chosen-container-single.chosen-container-single-nosearch .chosen-search {
596 position: absolute;
597 clip: rect(0, 0, 0, 0); }
598
599 .chosen-container .chosen-results {
600 color: #444;
601 position: relative;
602 overflow-x: hidden;
603 overflow-y: auto;
604 margin: 0 4px 4px 0;
605 padding: 0 0 0 4px;
606 max-height: 240px;
607 -webkit-overflow-scrolling: touch; }
608
609 .chosen-container .chosen-results li {
610 display: none;
611 margin: 0;
612 padding: 5px 6px;
613 list-style: none;
614 line-height: 15px;
615 word-wrap: break-word;
616 -webkit-touch-callout: none; }
617
618 .chosen-container .chosen-results li.active-result {
619 display: list-item;
620 cursor: pointer; }
621
622 .chosen-container .chosen-results li.disabled-result {
623 display: list-item;
624 color: #ccc;
625 cursor: default; }
626
627 .chosen-container .chosen-results li.highlighted {
628 background-color: #3875d7;
629 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
630 background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
631 color: #fff; }
632
633 .chosen-container .chosen-results li.no-results {
634 color: #777;
635 display: list-item;
636 background: #f4f4f4; }
637
638 .chosen-container .chosen-results li.group-result {
639 display: list-item;
640 font-weight: 700;
641 cursor: default; }
642
643 .chosen-container .chosen-results li.group-option {
644 padding-left: 15px; }
645
646 .chosen-container .chosen-results li em {
647 font-style: normal;
648 text-decoration: underline; }
649
650 .chosen-container-multi .chosen-choices {
651 position: relative;
652 overflow: hidden;
653 margin: 0;
654 padding: 0 5px;
655 width: 100%;
656 height: auto;
657 border: 1px solid #aaa;
658 background-color: #fff;
659 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
660 background-image: linear-gradient(#eee 1%, #fff 15%);
661 cursor: text; }
662
663 .chosen-container-multi .chosen-choices li {
664 float: left;
665 list-style: none; }
666
667 .chosen-container-multi .chosen-choices li.search-field {
668 margin: 0;
669 padding: 0;
670 white-space: nowrap; }
671
672 .chosen-container-multi .chosen-choices li.search-field input[type=text] {
673 margin: 1px 0;
674 padding: 0;
675 height: 25px;
676 outline: 0;
677 border: 0 !important;
678 background: 0 0 !important;
679 -webkit-box-shadow: none;
680 box-shadow: none;
681 color: #999;
682 font-size: 100%;
683 font-family: sans-serif;
684 line-height: normal;
685 border-radius: 0;
686 width: 25px; }
687
688 .chosen-container-multi .chosen-choices li.search-choice {
689 position: relative;
690 margin: 3px 5px 3px 0;
691 padding: 3px 20px 3px 5px;
692 border: 1px solid #aaa;
693 max-width: 100%;
694 border-radius: 3px;
695 background-color: #eee;
696 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
697 background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
698 background-size: 100% 19px;
699 background-repeat: repeat-x;
700 background-clip: padding-box;
701 -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
702 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
703 color: #333;
704 line-height: 13px;
705 cursor: default; }
706
707 .chosen-container-multi .chosen-choices li.search-choice span {
708 word-wrap: break-word; }
709
710 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
711 position: absolute;
712 top: 4px;
713 right: 3px;
714 display: block;
715 width: 12px;
716 height: 12px;
717 background: url(chosen-sprite.png) -42px 1px no-repeat;
718 font-size: 1px; }
719
720 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
721 background-position: -42px -10px; }
722
723 .chosen-container-multi .chosen-choices li.search-choice-disabled {
724 padding-right: 5px;
725 border: 1px solid #ccc;
726 background-color: #e4e4e4;
727 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
728 background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
729 color: #666; }
730
731 .chosen-container-multi .chosen-choices li.search-choice-focus {
732 background: #d4d4d4; }
733
734 .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
735 background-position: -42px -10px; }
736
737 .chosen-container-multi .chosen-results {
738 margin: 0;
739 padding: 0; }
740
741 .chosen-container-multi .chosen-drop .result-selected {
742 display: list-item;
743 color: #ccc;
744 cursor: default; }
745
746 .chosen-container-active .chosen-single {
747 border: 1px solid #5897fb;
748 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
749 box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
750
751 .chosen-container-active.chosen-with-drop .chosen-single {
752 border: 1px solid #aaa;
753 border-bottom-right-radius: 0;
754 border-bottom-left-radius: 0;
755 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
756 background-image: linear-gradient(#eee 20%, #fff 80%);
757 -webkit-box-shadow: 0 1px 0 #fff inset;
758 box-shadow: 0 1px 0 #fff inset; }
759
760 .chosen-container-active.chosen-with-drop .chosen-single div {
761 border-left: none;
762 background: 0 0; }
763
764 .chosen-container-active.chosen-with-drop .chosen-single div b {
765 background-position: -18px 2px; }
766
767 .chosen-container-active .chosen-choices {
768 border: 1px solid #5897fb;
769 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
770 box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
771
772 .chosen-container-active .chosen-choices li.search-field input[type=text] {
773 color: #222 !important; }
774
775 .chosen-disabled {
776 opacity: 0.5 !important;
777 cursor: default; }
778
779 .chosen-disabled .chosen-single {
780 cursor: default; }
781
782 .chosen-disabled .chosen-choices .search-choice .search-choice-close {
783 cursor: default; }
784
785 .chosen-rtl {
786 text-align: right; }
787
788 .chosen-rtl .chosen-single {
789 overflow: visible;
790 padding: 0 8px 0 0; }
791
792 .chosen-rtl .chosen-single span {
793 margin-right: 0;
794 margin-left: 26px;
795 direction: rtl; }
796
797 .chosen-rtl .chosen-single-with-deselect span {
798 margin-left: 38px; }
799
800 .chosen-rtl .chosen-single div {
801 right: auto;
802 left: 3px; }
803
804 .chosen-rtl .chosen-single abbr {
805 right: auto;
806 left: 26px; }
807
808 .chosen-rtl .chosen-choices li {
809 float: right; }
810
811 .chosen-rtl .chosen-choices li.search-field input[type=text] {
812 direction: rtl; }
813
814 .chosen-rtl .chosen-choices li.search-choice {
815 margin: 3px 5px 3px 0;
816 padding: 3px 5px 3px 19px; }
817
818 .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
819 right: auto;
820 left: 4px; }
821
822 .chosen-rtl.chosen-container-single .chosen-results {
823 margin: 0 0 4px 4px;
824 padding: 0 4px 0 0; }
825
826 .chosen-rtl .chosen-results li.group-option {
827 padding-right: 15px;
828 padding-left: 0; }
829
830 .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
831 border-right: none; }
832
833 .chosen-rtl .chosen-search input[type=text] {
834 padding: 4px 5px 4px 20px;
835 background: url(chosen-sprite.png) no-repeat -30px -20px;
836 direction: rtl; }
837
838 .chosen-rtl.chosen-container-single .chosen-single div b {
839 background-position: 6px 2px; }
840
841 .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
842 background-position: -12px 2px; }
843
844 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
845 .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
846 background-image: url(chosen-sprite@2x.png) !important;
847 background-size: 52px 37px !important;
848 background-repeat: no-repeat !important; } }
849
850 /**
851 * Give Frontend Fonts SCSS
852 *
853 * Fonts are from icomoon and the src paths need to be relative to template directory.
854 * @package Give
855 * @subpackage SCSS/Frontend
856 * @copyright Copyright (c) 2016, WordImpress
857 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
858 */
859 @font-face {
860 font-family: 'give-icomoon';
861 src: url("../assets/fonts/icomoon.eot?kdnr3d");
862 src: url("../assets/fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff?kdnr3d") format("woff"), url("../assets/fonts/icomoon.svg?kdnr3d#icomoon") format("svg");
863 font-weight: normal;
864 font-style: normal; }
865
866 [class^="give-icon-"], [class*=" give-icon-"] {
867 font-family: 'give-icomoon';
868 speak: none;
869 font-style: normal;
870 font-weight: normal;
871 font-variant: normal;
872 text-transform: none;
873 line-height: 1;
874 -webkit-font-smoothing: antialiased;
875 -moz-osx-font-smoothing: grayscale; }
876
877 .give-icon-lamp:before {
878 content: "\e603"; }
879
880 .give-icon-heart:before {
881 content: "\e604"; }
882
883 .give-icon-question:before {
884 content: "\e602"; }
885
886 .give-icon-info:before {
887 content: "\e601"; }
888
889 .give-icon-new-tab:before {
890 content: "\ea7e"; }
891
892 .give-icon-alert:before {
893 content: "\f02d"; }
894
895 .give-icon-help:before {
896 content: "\e606"; }
897
898 .give-icon-spinner:before {
899 content: "\e605"; }
900
901 .give-icon-spinner2:before {
902 content: "\e607"; }
903
904 .give-icon-plus:before {
905 content: "\e040"; }
906
907 .give-icon-minus:before {
908 content: "\e041"; }
909
910 .give-icon-locked:before {
911 content: "\e600"; }
912
913 .dashicons-give:before {
914 font-family: 'give-icomoon';
915 speak: none;
916 font-style: normal;
917 font-weight: normal;
918 font-variant: normal;
919 text-transform: none;
920 line-height: 1;
921 -webkit-font-smoothing: antialiased;
922 -moz-osx-font-smoothing: grayscale;
923 content: "\e800"; }
924
925 .fa-spin {
926 -webkit-animation: spin 1000ms infinite linear;
927 animation: spin 1000ms infinite linear; }
928
929 @-webkit-keyframes spin {
930 0% {
931 -webkit-transform: rotate(0deg);
932 transform: rotate(0deg); }
933 100% {
934 -webkit-transform: rotate(359deg);
935 transform: rotate(359deg); } }
936
937 @keyframes spin {
938 0% {
939 -webkit-transform: rotate(0deg);
940 transform: rotate(0deg); }
941 100% {
942 -webkit-transform: rotate(359deg);
943 transform: rotate(359deg); } }
944
945 @font-face {
946 font-family: 'give-icomoon';
947 font-weight: normal;
948 font-style: normal; }
949
950 .give-metabox-tabs li .give-icon:before {
951 font-family: 'give-icomoon';
952 src: url("../assets/fonts/icomoon.eot?kdnr3d");
953 src: url("../assets/fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff?kdnr3d") format("woff"), url("../assets/fonts/icomoon.svg?kdnr3d#icomoon") format("svg");
954 speak: none;
955 font-style: normal;
956 font-weight: normal;
957 font-variant: normal;
958 text-transform: none;
959 line-height: 1;
960 -webkit-font-smoothing: antialiased;
961 -moz-osx-font-smoothing: grayscale;
962 font-size: 12px;
963 vertical-align: top;
964 line-height: 20px;
965 margin: 0 5px 0 0; }
966
967 .give-metabox-tabs li .give-icon-default:before {
968 content: "\e903"; }
969
970 .give-metabox-tabs li .give-icon-heart:before {
971 content: "\e604"; }
972
973 .give-metabox-tabs li .give-icon-target:before {
974 content: "\e901"; }
975
976 .give-metabox-tabs li .give-icon-display:before {
977 content: "\e90c"; }
978
979 .give-metabox-tabs li .give-icon-edit:before {
980 content: "\e902"; }
981
982 .give-metabox-tabs li .give-icon-checklist:before {
983 position: relative;
984 top: 1px;
985 content: "\e900"; }
986
987 .give-metabox-tabs li .give-icon-purse:before {
988 content: "\e8df"; }
989
990 .give-metabox-tabs li .dashicons {
991 font-size: 14px;
992 width: 14px;
993 line-height: 20px; }
994
995 .give-grid-row {
996 position: relative;
997 width: 100%; }
998 .give-grid-row [class^="give-grid-col"] {
999 float: left;
1000 margin: 0.5rem 1%;
1001 min-height: 0.125rem; }
1002 .give-grid-row::after {
1003 content: "";
1004 display: table;
1005 clear: both; }
1006
1007 .give-grid-col-1 {
1008 width: 6.33333%; }
1009
1010 .give-grid-col-2 {
1011 width: 14.66667%; }
1012
1013 .give-grid-col-3 {
1014 width: 23%; }
1015
1016 .give-grid-col-4 {
1017 width: 31.33333%; }
1018
1019 .give-grid-col-5 {
1020 width: 39.66667%; }
1021
1022 .give-grid-col-6 {
1023 width: 48%; }
1024
1025 .give-grid-col-7 {
1026 width: 56.33333%; }
1027
1028 .give-grid-col-8 {
1029 width: 64.66667%; }
1030
1031 .give-grid-col-9 {
1032 width: 73%; }
1033
1034 .give-grid-col-10 {
1035 width: 81.33333%; }
1036
1037 .give-grid-col-11 {
1038 width: 89.66667%; }
1039
1040 .give-grid-col-12 {
1041 width: 98%; }
1042
1043 @media only screen and (max-width: 33.75em) {
1044 .give-grid-row [class^="give-grid-col"] {
1045 width: 98%; } }
1046
1047 /**
1048 * Give Forms SCSS
1049 *
1050 * @package Give
1051 * @subpackage SCSS/Admin
1052 * @copyright Copyright (c) 2016, WordImpress
1053 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1054 */
1055 /*------------------------------------
1056 Forms CPT
1057 --------------------------------------*/
1058 /* Hide conditional fields */
1059 .cmb2-id--give-set-price,
1060 .cmb2-id--give-levels-header,
1061 .cmb2-id--give-levels-header + .cmb-repeat-group-wrap,
1062 .cmb2-id--give-display-style,
1063 .post-type-give_forms .tablenav #post-query-submit,
1064 .give-hidden,
1065 .cmb2-id--give-form-content,
1066 .cmb2-id--give-reveal-label,
1067 .cmb2-id--give-custom-amount-minimum,
1068 .cmb2-id--give-custom-amount-text,
1069 .cmb2-id--give-offline-checkout-notes,
1070 .cmb-type-levels-id,
1071 #_give_donation_levels_repeat .cmb-group-title,
1072 #_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row,
1073 #_give_donation_levels_repeat .cmb-row > .handlediv {
1074 display: none; }
1075
1076 /* Donation Levels Repeating Field */
1077 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {
1078 font-size: 12px; }
1079
1080 div.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {
1081 padding: 0 !important;
1082 margin: 0 !important;
1083 min-width: 100%;
1084 max-width: 0; }
1085
1086 .cmb2-id--give-levels-header {
1087 padding: 10px 12px 0 !important;
1088 margin: 0 !important;
1089 background: #F7F7F7;
1090 border-bottom: none !important; }
1091 .cmb2-id--give-levels-header .table-container {
1092 display: table;
1093 width: 100%;
1094 border-top: 1px solid #e9e9e9;
1095 border-bottom: 1px solid #e9e9e9;
1096 border-left: 1px solid #e9e9e9; }
1097 .cmb2-id--give-levels-header .table-container > .table-row {
1098 display: table-row;
1099 background: #FCFCFC; }
1100 .cmb2-id--give-levels-header .table-container > .table-row > .table-cell {
1101 display: table-cell;
1102 vertical-align: middle;
1103 padding: 10px 15px;
1104 border-right: 1px solid #e9e9e9; }
1105 .cmb2-id--give-levels-header .table-container > .table-row > .table-cell.col-id {
1106 display: none; }
1107
1108 #_give_donation_levels_repeat {
1109 background: #F7F7F7;
1110 padding: 0 1px 20px 12px;
1111 box-sizing: border-box; }
1112 #_give_donation_levels_repeat .cmb-row, #_give_donation_levels_repeat .inside {
1113 margin: 0; }
1114 #_give_donation_levels_repeat .cmb-remove-field-row {
1115 margin: 3px 0 0; }
1116 #_give_donation_levels_repeat .cmb-remove-field-row .button {
1117 height: 25px;
1118 padding: 0 3px; }
1119 #_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no {
1120 line-height: 1.15em; }
1121 #_give_donation_levels_repeat .cmbhandle {
1122 display: none; }
1123 #_give_donation_levels_repeat .cmb-add-row {
1124 margin: 12px 0 0; }
1125
1126 .give-time-field {
1127 width: 65px; }
1128
1129 .give-money-field {
1130 width: 75px;
1131 margin-right: 0;
1132 margin-left: 0; }
1133
1134 .give-money-symbol {
1135 border: 1px solid #DDD;
1136 background: #FCFCFC;
1137 margin: 0;
1138 font-size: 14px;
1139 padding: 5px 8px; }
1140
1141 .give-money-symbol-before {
1142 border-right: 0;
1143 margin-right: -4px; }
1144
1145 .give-money-symbol-after {
1146 margin-left: -5px; }
1147
1148 .give_options_panel input[type="text"],
1149 .give_options_panel input[type="email"] {
1150 padding: 5px;
1151 width: 100%; }
1152
1153 input.give-text_small,
1154 input.give-text-small {
1155 width: 100px !important; }
1156
1157 input.give-text-medium,
1158 input.give-text_medium {
1159 width: 200px !important; }
1160
1161 .give-underline {
1162 text-decoration: underline; }
1163
1164 .postbox-container .cmb-row {
1165 margin: 0; }
1166 .postbox-container .cmb-row .cmb-th label {
1167 padding-left: 8px; }
1168
1169 #give-bulk-donors div[id^="give-donor-"] {
1170 display: block;
1171 overflow: hidden; }
1172
1173 @media only screen and (min-width: 851px) {
1174 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
1175 float: left;
1176 border-bottom: none;
1177 padding-right: 10px; }
1178 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-th {
1179 display: none; }
1180 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-td {
1181 float: left;
1182 width: 100%; }
1183 .cmb-type-give-default-radio-inline .cmb-td {
1184 margin-top: 5px; } }
1185
1186 /* Smaller Resolution Desktops */
1187 @media only screen and (min-width: 851px) and (max-width: 1201px) {
1188 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {
1189 width: 100%;
1190 padding-top: 0; }
1191 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text-money {
1192 width: 105px; }
1193 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money {
1194 width: 65px; }
1195 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field {
1196 width: 160px; }
1197 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline {
1198 margin-left: 20px; }
1199 .col-amount {
1200 width: 70px; }
1201 .col-text {
1202 width: 140px; }
1203 .col-sort {
1204 display: none !important; }
1205 .give-money-field {
1206 width: 55px; } }
1207
1208 @media only screen and (min-width: 1201px) {
1209 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {
1210 float: right; }
1211 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
1212 padding-right: 20px; }
1213 #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row.cmb-row {
1214 padding-right: 0; }
1215 .col-amount {
1216 width: 93px; }
1217 .col-text {
1218 width: 195px; }
1219 .col-sort {
1220 width: 100px; }
1221 .give-multilevel-text-field {
1222 width: 205px; } }
1223
1224 @media only screen and (max-width: 850px) {
1225 div.cmb-type-levels-repeater-header {
1226 display: none !important; } }
1227
1228 /*Shortcode Input */
1229 .shortcode-wrap {
1230 margin: 1px 14px 12px 11px; }
1231 .shortcode-wrap label {
1232 margin: 0 0 3px;
1233 display: block;
1234 cursor: default; }
1235 .shortcode-wrap .shortcode-input {
1236 margin: 0;
1237 width: 100%; }
1238
1239 .cmb2-id--give-content-option,
1240 .cmb2-id--give-terms-option,
1241 .cmb2-id--give-offline-donation-enable-billing-fields-single,
1242 .cmb2-id--give-goal-option,
1243 .cmb2-id--give-customize-offline-donations {
1244 border-bottom: none !important;
1245 margin: 0 !important; }
1246
1247 .cmb2-id--give-form-content,
1248 .cmb2-id--give-agree-label,
1249 .cmb2-id--give-offline-checkout-notes,
1250 .cmb2-id--give-set-goal,
1251 .cmb2-id--give-offline-donation-enable-billing-fields-single {
1252 border-top: 1px solid #e9e9e9 !important; }
1253
1254 /*-------------------------------------
1255 Terms and Conditions Metabox
1256 ---------------------------------------*/
1257 .cmb2-id--give-agree-label,
1258 .cmb2-id--give-agree-text {
1259 display: none; }
1260
1261 /*-------------------------------------
1262 Dashboard Columns
1263 -------------------------------------*/
1264 input.shortcode-input {
1265 width: 100%; }
1266
1267 .price .give_price_range_low,
1268 .price .give_price_range_high,
1269 .price .give_price_range_sep {
1270 display: inline-block; }
1271
1272 /*-------------------------------------
1273 ASIDE
1274 -------------------------------------*/
1275 #side-sortables .cmb-th label:after {
1276 display: none; }
1277
1278 #side-sortables .cmb2-id--give-show-register-form {
1279 padding: 10px 0 0 !important; }
1280
1281 #side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row {
1282 padding-top: 10px; }
1283
1284 #side-sortables .cmb-row .cmb2-metabox-description {
1285 padding-bottom: 0; }
1286
1287 .cmb2-metabox-description {
1288 font-size: 13px;
1289 line-height: 1.5;
1290 display: block; }
1291
1292 .give-tooltip {
1293 margin: 0 3px;
1294 padding: 0;
1295 font-size: 14px;
1296 -moz-transition: 0.2s all linear;
1297 -o-transition: 0.2s all linear;
1298 transition: 0.2s all linear;
1299 color: rgba(51, 51, 51, 0.5);
1300 position: relative;
1301 top: 1px; }
1302 .give-tooltip:hover {
1303 color: #333; }
1304
1305 #give-metabox-form-data .inside {
1306 margin: 0;
1307 padding: 0; }
1308
1309 #give-metabox-form-data .give-metabox-panel-wrap {
1310 background: #fff;
1311 overflow: hidden; }
1312
1313 #give-metabox-form-data .give_options_panel {
1314 display: none;
1315 padding-left: 170px; }
1316 #give-metabox-form-data .give_options_panel.active,
1317 .no-js #give-metabox-form-data .give_options_panel {
1318 display: block; }
1319 #give-metabox-form-data .give_options_panel .give-field-wrap {
1320 padding: 1em 20px 1em 162px;
1321 margin: 0;
1322 border-bottom: 1px solid #eee; }
1323 #give-metabox-form-data .give_options_panel .give-field-wrap > label, #give-metabox-form-data .give_options_panel .give-field-wrap > span.give-field-label {
1324 float: left;
1325 width: 135px;
1326 padding: 0;
1327 margin: 2px 0 0 -150px;
1328 line-height: 18px;
1329 font-size: 12px;
1330 font-weight: 400; }
1331 #give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description {
1332 color: #aaaaaa;
1333 font-size: 12px;
1334 line-height: 18px;
1335 display: block;
1336 padding-top: 10px;
1337 font-style: italic; }
1338 #give-metabox-form-data .give_options_panel .give-field-wrap ul {
1339 margin: 0; }
1340 #give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe, #give-metabox-form-data .give_options_panel .give-field-wrap textarea {
1341 min-height: 250px !important; }
1342 #give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap {
1343 display: inline-block;
1344 width: 100%; }
1345 #give-metabox-form-data .give_options_panel .give-field-wrap:last-child {
1346 border-bottom: 0; }
1347 #give-metabox-form-data .give_options_panel textarea.give-field {
1348 width: 100%; }
1349 #give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions {
1350 display: block; }
1351 #give-metabox-form-data .give_options_panel .give-field-wrap:last-child {
1352 border-bottom: 0; }
1353 #give-metabox-form-data .give_options_panel .give-inline-radio-fields li {
1354 display: inline-block;
1355 margin-right: 15px; }
1356 #give-metabox-form-data .give_options_panel .give-repeatable-field-section {
1357 padding: 10px;
1358 background: #f5f5f5; }
1359 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper {
1360 width: 100%;
1361 background-color: white;
1362 border-collapse: collapse; }
1363 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row {
1364 border-bottom: 15px solid #f5f5f5;
1365 background-color: white; }
1366 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template {
1367 display: none; }
1368 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child {
1369 border-bottom: 10px solid #f5f5f5; }
1370 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column {
1371 padding: 0; }
1372 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove {
1373 float: right;
1374 width: 22px;
1375 height: 36px;
1376 padding: 0;
1377 display: block;
1378 text-align: center;
1379 line-height: 34px;
1380 font-size: 21px;
1381 font-weight: 300;
1382 cursor: pointer; }
1383 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover {
1384 background-color: red;
1385 color: white;
1386 width: 22px;
1387 height: 22px;
1388 border-radius: 30px;
1389 margin-top: 8px;
1390 line-height: 19px; }
1391 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head {
1392 border-bottom: 1px solid #eee;
1393 cursor: move; }
1394 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2 {
1395 text-align: left !important; }
1396 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before {
1397 content: "\f140"; }
1398 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before {
1399 margin-left: 7px; }
1400 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap {
1401 background-color: #f5f5f5; }
1402 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row {
1403 margin: 5px 5px; }
1404 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child {
1405 border-bottom: 1px solid #eee; }
1406 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight {
1407 background-color: #68bb6c; }
1408 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name {
1409 border: 0 !important;
1410 padding: 0 !important; }
1411 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description {
1412 color: #aaaaaa;
1413 font-size: 12px;
1414 line-height: 18px;
1415 display: block;
1416 padding-bottom: 10px;
1417 font-style: italic; }
1418 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper {
1419 display: table !important; }
1420 #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper {
1421 border-bottom: 0; }
1422
1423 #_give_donation_levels_field .give-row:nth-of-type(2) .give-remove {
1424 display: none !important; }
1425
1426 #give-metabox-form-data .give-metabox-tabs {
1427 margin: 0;
1428 max-width: 170px;
1429 float: left;
1430 line-height: 1em;
1431 padding: 0 0 10px;
1432 position: relative;
1433 background-color: #fafafa;
1434 border-right: 1px solid #eee;
1435 box-sizing: border-box; }
1436 #give-metabox-form-data .give-metabox-tabs:after {
1437 content: "";
1438 display: block;
1439 width: 100%;
1440 height: 9999em;
1441 position: absolute;
1442 bottom: -9999em;
1443 left: 0;
1444 background-color: #fafafa;
1445 border-right: 1px solid #eee; }
1446 #give-metabox-form-data .give-metabox-tabs li {
1447 margin: 0;
1448 padding: 0;
1449 display: block;
1450 position: relative; }
1451 #give-metabox-form-data .give-metabox-tabs li a {
1452 margin: 0;
1453 padding: 10px;
1454 display: block;
1455 box-shadow: none;
1456 text-decoration: none;
1457 line-height: 20px !important;
1458 border-bottom: 1px solid #eee;
1459 overflow: hidden; }
1460 #give-metabox-form-data .give-metabox-tabs li a span.give-label {
1461 width: 122px;
1462 display: inline-block; }
1463 #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li {
1464 background-color: #f1f1f1; }
1465 #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a {
1466 border-bottom-color: #e5e5e5; }
1467 #give-metabox-form-data .give-metabox-tabs li.active > a {
1468 color: #555;
1469 position: relative;
1470 background-color: #eee; }
1471 #give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active > a {
1472 background-color: #ddd; }
1473 #give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs {
1474 display: block;
1475 position: absolute;
1476 bottom: 0;
1477 left: 166px;
1478 width: 170px;
1479 max-height: 250px; }
1480
1481 @media only screen and (min-width: 851px) and (max-width: 1025px), (max-width: 550px) {
1482 #give-metabox-form-data ul.give-metabox-tabs {
1483 min-width: 40px; }
1484 #give-metabox-form-data ul.give-metabox-tabs li > a {
1485 text-align: center; }
1486 #give-metabox-form-data ul.give-metabox-tabs li > a:before {
1487 margin-right: 0;
1488 font-size: 15px; }
1489 #give-metabox-form-data ul.give-metabox-tabs li > a span.give-label {
1490 display: none; }
1491 #give-metabox-form-data ul.give-metabox-tabs li > a span.give-icon:before {
1492 margin: 0; }
1493 #give-metabox-form-data .give_options_panel {
1494 padding-left: 40px; }
1495 #give-metabox-form-data .give_options_panel .give-field-wrap {
1496 padding: 10px; }
1497 #give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label, #give-metabox-form-data .give_options_panel .give-field-wrap label {
1498 display: block;
1499 float: none;
1500 margin: 0 0 10px 0;
1501 font-size: 14px;
1502 width: 100%; } }
1503
1504 #give-export-payments .give_forms_categories,
1505 #give-export-payments .give_forms_tags {
1506 min-width: 250px;
1507 margin: 0 0 10px 0;
1508 display: block; }
1509 #give-export-payments .give_forms_categories input,
1510 #give-export-payments .give_forms_tags input {
1511 color: #999; }
1512
1513 #give-export-payments div.chosen-container:first-of-type {
1514 margin-top: 10px; }
1515
1516 #give-export-payments div.chosen-container ul.chosen-choices {
1517 border: 1px solid #ddd; }
1518 #give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input {
1519 border: 1px solid #ddd;
1520 height: 20px; }
1521
1522 #give-export-payments select {
1523 vertical-align: inherit;
1524 margin: 0;
1525 height: 26px;
1526 line-height: 26px;
1527 border: 1px solid #ddd; }
1528
1529 /*-------------------------------------
1530 Chosen Overrides
1531 -------------------------------------*/
1532 .chosen-container-single a.chosen-single {
1533 background: #FFF !important; }
1534
1535 /*-------------------------------------
1536 Doc Links
1537 -------------------------------------*/
1538 .give-docs-link {
1539 text-align: right;
1540 margin-right: 15px; }
1541 .give-docs-link a {
1542 color: #999;
1543 text-decoration: none;
1544 font-style: italic; }
1545 .give-docs-link a:hover {
1546 color: #0073aa; }
1547 .give-docs-link a span {
1548 font-style: normal; }
1549
1550 /**
1551 * Give Add-ons SCSS
1552 *
1553 * @description Add-on Styles
1554 * @package Give
1555 * @subpackage SCSS/Admin
1556 * @copyright Copyright (c) 2016, WordImpress
1557 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1558 */
1559 .type-download {
1560 float: left;
1561 margin: 0 1em 1em 0 !important;
1562 padding: 0;
1563 vertical-align: top;
1564 width: 280px;
1565 text-decoration: none;
1566 color: inherit;
1567 border: 1px solid #ddd;
1568 display: block;
1569 min-height: 365px;
1570 overflow: hidden;
1571 background: #f5f5f5;
1572 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1573 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1574 -webkit-transition-property: border, background, color;
1575 transition-property: border, background, color;
1576 -webkit-transition-duration: .05s;
1577 transition-duration: .05s;
1578 -webkit-transition-timing-function: ease-in-out;
1579 transition-timing-function: ease-in-out;
1580 position: relative; }
1581 .type-download:hover {
1582 border: 1px solid #d1d1d1; }
1583 .type-download > .featured-img img {
1584 border-bottom: 1px solid #ddd; }
1585 .type-download .addon-content {
1586 *zoom: 1;
1587 padding: 15px 20px; }
1588 .type-download .addon-content:before, .type-download .addon-content:after {
1589 content: " ";
1590 display: table; }
1591 .type-download .addon-content:after {
1592 clear: both; }
1593 .type-download .addon-content .addon-heading {
1594 margin: 0 0 10px; }
1595 .type-download .addon-content .addon-heading a {
1596 outline: none;
1597 text-decoration: none; }
1598 .type-download .addon-footer-wrap {
1599 border-top: 1px solid #ddd;
1600 position: absolute;
1601 bottom: 2px;
1602 left: 0;
1603 width: 100%;
1604 background-color: #FFF;
1605 padding: 15px 20px; }
1606
1607 .give-view-addons-all span.dashicons, .type-download span.dashicons {
1608 width: 16px;
1609 height: 16px;
1610 font-size: 14px;
1611 margin: 6px 0 0 0; }
1612
1613 .give-view-addons-all span.dashicons {
1614 margin-left: 3px; }
1615
1616 /**
1617 * Give Reports SCSS
1618 *
1619 * @description Payment History Styles
1620 * @package Give
1621 * @subpackage SCSS/Admin
1622 * @copyright Copyright (c) 2016, WordImpress
1623 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1624 */
1625 #give-dashboard-widgets-wrap .inside {
1626 padding-top: 0;
1627 padding-bottom: 0;
1628 /* counteract extra padding in Income Report graph */ }
1629 .give_forms_page_give-reports #give-dashboard-widgets-wrap .inside {
1630 padding-left: 0; }
1631 #give-dashboard-widgets-wrap .inside #give-graphs-filter {
1632 float: none; }
1633
1634 #give-dashboard-widgets-wrap .postbox {
1635 margin-bottom: 10px; }
1636
1637 #give-dashboard-widgets-wrap table.reports-table {
1638 clear: none; }
1639
1640 #give-dashboard-widgets-wrap #give-date-range-options {
1641 float: left; }
1642 #give-dashboard-widgets-wrap #give-date-range-options > span {
1643 float: left;
1644 line-height: 30px;
1645 font-style: italic;
1646 padding: 0 5px 0 0; }
1647
1648 #give-graphs-filter {
1649 float: right; }
1650 #give-graphs-filter .tablenav {
1651 margin: 0 0 0 17px; }
1652 #give-graphs-filter .tablenav .actions {
1653 padding: 0; }
1654
1655 .give-graph .y1Axis {
1656 color: #66bb6a !important; }
1657
1658 .give-graph .y2Axis {
1659 color: #546e7a !important; }
1660
1661 body.give_forms_page_give-reports h1.nav-tab-wrapper, body.give_forms_page_give-reports h2.nav-tab-wrapper, body.give_forms_page_give-payment-history h1.nav-tab-wrapper, body.give_forms_page_give-payment-history h2.nav-tab-wrapper {
1662 margin-bottom: 10px; }
1663
1664 body.give_forms_page_give-reports .actions, body.give_forms_page_give-payment-history .actions {
1665 padding-top: 0; }
1666
1667 body.give_forms_page_give-reports .pagination-links, body.give_forms_page_give-payment-history .pagination-links {
1668 margin-left: 10px; }
1669
1670 body.give_forms_page_give-reports p.donor-search, body.give_forms_page_give-payment-history p.donor-search {
1671 margin-right: 10px; }
1672
1673 body.give_forms_page_give-reports .tablenav-right .tablenav-pages, body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages {
1674 float: right; }
1675
1676 body.give_forms_page_give-reports .tablenav-right #give-reports-view, body.give_forms_page_give-payment-history .tablenav-right #give-reports-view {
1677 margin-top: 0; }
1678
1679 body.give_forms_page_give-reports .tablenav-right .actions, body.give_forms_page_give-payment-history .tablenav-right .actions {
1680 float: left; }
1681
1682 body.give_forms_page_give-reports p.search-box, body.give_forms_page_give-payment-history p.search-box {
1683 float: left; }
1684
1685 body.give_forms_page_give-reports .reports-table-nav.tablenav.top, body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top {
1686 width: 100%;
1687 float: none;
1688 margin: 0 0 10px; }
1689
1690 body.give_forms_page_give-reports .reports-forms-details-wrap.top, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top {
1691 float: right;
1692 overflow: hidden; }
1693 body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter {
1694 float: left; }
1695 body.give_forms_page_give-reports .reports-forms-details-wrap.top > .actions, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top > .actions {
1696 padding-right: 0; }
1697
1698 body.give_forms_page_give-reports .tablenav.bottom, body.give_forms_page_give-payment-history .tablenav.bottom {
1699 margin-top: 10px; }
1700
1701 body.give_forms_page_give-reports h2.reports-earnings-title, body.give_forms_page_give-payment-history h2.reports-earnings-title {
1702 margin: 7px 0 0; }
1703
1704 body.give_forms_page_give-reports .reports-views-wrap, body.give_forms_page_give-payment-history .reports-views-wrap {
1705 padding: 3px 0 0; }
1706
1707 body.give_forms_page_give-reports .wrap.give-reports-donors-wrap, body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap {
1708 margin-right: 0;
1709 margin-bottom: 10px; }
1710
1711 body.give_forms_page_give-reports .widefat tbody td, body.give_forms_page_give-reports .widefat tbody th, body.give_forms_page_give-payment-history .widefat tbody td, body.give_forms_page_give-payment-history .widefat tbody th {
1712 padding-top: 12px;
1713 padding-bottom: 12px; }
1714
1715 body.give_forms_page_give-reports table.export-options-table tbody td {
1716 padding: 20px 12px;
1717 vertical-align: top; }
1718
1719 body.give_forms_page_give-reports table.export-options-table .give-export-form {
1720 position: relative; }
1721 body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap {
1722 background-color: transparent;
1723 padding: 12px 12px 4px;
1724 margin: 2px 0 -16px -11px;
1725 overflow: auto; }
1726 body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner {
1727 margin: -2px -12px 8px 0; }
1728
1729 body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input, body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input {
1730 width: 100px; }
1731
1732 #export-donor-options-wrap p {
1733 padding: 20px 0 0;
1734 margin: 0;
1735 font-weight: bold; }
1736
1737 #export-donor-options-wrap ul {
1738 max-width: 900px;
1739 overflow: hidden; }
1740 #export-donor-options-wrap ul li {
1741 margin: 0;
1742 padding: 0 5px 5px 0;
1743 box-sizing: border-box;
1744 float: left;
1745 width: 33%; }
1746
1747 .settings-excludes-list {
1748 max-height: 120px;
1749 overflow: auto;
1750 padding: 0.5rem;
1751 border: 1px solid #ddd; }
1752
1753 .settings-excludes-list li {
1754 margin: 3px 0; }
1755
1756 #give-tools-recount-form .notice-wrap {
1757 position: relative;
1758 min-height: 25px;
1759 margin: 10px -12px -12px;
1760 background: #EFEFEF;
1761 padding: 10px 12px 12px;
1762 border-top: 1px solid #E5E5E5; }
1763 #give-tools-recount-form .notice-wrap .give-progress {
1764 position: absolute;
1765 top: 15px; }
1766 #give-tools-recount-form .notice-wrap .spinner {
1767 position: absolute;
1768 right: 14px;
1769 top: 13px;
1770 margin: 0; }
1771 #give-tools-recount-form .notice-wrap #give-batch-success {
1772 margin-bottom: 6px; }
1773
1774 .recount-stats-controls form {
1775 display: inline; }
1776
1777 .give-recount-stats-descriptions {
1778 margin: 8px 0 0;
1779 display: block; }
1780 .give-recount-stats-descriptions span {
1781 line-height: 24px;
1782 font-size: 13px;
1783 font-style: italic;
1784 font-weight: normal;
1785 color: #aaa;
1786 margin: 0;
1787 display: none; }
1788
1789 .gateways-report-tablenav .actions.bulkactions {
1790 padding-right: 0; }
1791
1792 table.give-table td {
1793 vertical-align: middle; }
1794
1795 table.give-table td.row-title h3 {
1796 margin: 0 0 0.4em;
1797 font-size: 1.2em; }
1798
1799 table.give-table td.row-title p {
1800 font-size: 13px;
1801 font-style: italic;
1802 font-weight: normal;
1803 color: #aaa;
1804 margin: 0; }
1805
1806 #give-graphs-filter > .tablenav {
1807 height: auto; }
1808
1809 #give-logs-filter .search-box {
1810 float: right; }
1811
1812 #give-logs-filter .tablenav.top {
1813 float: left;
1814 clear: none;
1815 margin-top: 0; }
1816
1817 /**
1818 * Give Admin Welcome SCSS
1819 *
1820 * @description Displays when user activates the plugin
1821 * @package Give
1822 * @subpackage SCSS/Admin
1823 * @copyright Copyright (c) 2016, WordImpress
1824 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1825 */
1826 .welcome-h1 {
1827 display: inline-block;
1828 margin-right: 15px !important; }
1829
1830 .about-wrap h3 {
1831 margin: 1.5em 0 .6em; }
1832
1833 .about-wrap img {
1834 border: none; }
1835
1836 .give-badge {
1837 padding-top: 150px;
1838 height: 52px;
1839 width: 185px;
1840 color: #FFF;
1841 font-weight: bold;
1842 font-size: 14px;
1843 text-align: center;
1844 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
1845 margin: 0 -5px;
1846 position: absolute;
1847 top: 0;
1848 right: 0; }
1849
1850 .introduction {
1851 padding: 0 0 20px;
1852 margin: 0 0 20px; }
1853
1854 .feature-section {
1855 margin-top: 40px; }
1856 .feature-section span.dashicons {
1857 width: 16px;
1858 height: 16px;
1859 font-size: 14px;
1860 margin: 6px 0 0 0; }
1861 .feature-section .feature-section-item {
1862 width: 48%;
1863 float: left; }
1864 .feature-section div.last-feature {
1865 margin-right: 0;
1866 margin-left: 4%; }
1867
1868 [class^="dashboard_page_give-"] .about-text, [class*="dashboard_page_give-"] .about-text {
1869 min-height: 0; }
1870
1871 .social-items-wrap {
1872 display: inline-block; }
1873 .social-items-wrap > div {
1874 display: inline-block; }
1875 .social-items-wrap .twitter-item-wrap {
1876 margin: 0 20px 10px 0; }
1877
1878 .wp-person img {
1879 border-radius: 50%; }
1880
1881 .wp-person a.web {
1882 margin: 17px 0 0;
1883 font-weight: bold;
1884 font-style: italic; }
1885
1886 .newsletter-intro {
1887 font-size: 13px;
1888 font-style: italic;
1889 color: #777; }
1890
1891 .give-newsletter-form-wrap {
1892 margin: 10px 0 20px -5px;
1893 max-width: 700px; }
1894 .give-newsletter-form-wrap td {
1895 padding: 3px; }
1896 .give-newsletter-form-wrap div.give-newsletter-confirmation {
1897 background: #fff;
1898 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
1899 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
1900 margin: 5px 10px 4px 5px;
1901 padding: 1px 12px;
1902 border-left: 4px solid #7ad03a;
1903 display: none; }
1904 .give-newsletter-form-wrap div.give-newsletter-confirmation > p {
1905 margin: 0.5em 0;
1906 padding: 2px; }
1907
1908 /**
1909 * Give Logs SCSS
1910 *
1911 * @description Payment History Styles
1912 * @package Give
1913 * @subpackage SCSS/Admin
1914 * @copyright Copyright (c) 2016, WordImpress
1915 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1916 */
1917 #give_donor_export_form {
1918 margin: 0 0 5px; }
1919
1920 #give-payments-filter .give-donation-status {
1921 display: inline-block; }
1922
1923 .column-status .give-donation-status, .column-status .give-test-mode-transactions-label {
1924 display: inline-block; }
1925
1926 .column-status .give-test-mode-transactions-label {
1927 margin: 0 5px;
1928 vertical-align: middle; }
1929
1930 /**
1931 * Give Settings SCSS
1932 *
1933 * @package Give
1934 * @subpackage SCSS/Admin
1935 * @copyright Copyright (c) 2016, WordImpress
1936 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
1937 */
1938 .give-settings-page .give-settings-heading-sep {
1939 font-size: 14px;
1940 line-height: 32px;
1941 width: 15px; }
1942
1943 .give-settings-page .nav-tab-wrapper {
1944 margin-bottom: 5px;
1945 overflow: visible; }
1946
1947 .give-settings-page .cmb2-wrap .cmb-type-checkbox input[type="checkbox"] {
1948 display: block;
1949 margin-bottom: 5px; }
1950
1951 .give-settings-page div.give-submit-wrap {
1952 margin: 20px 0; }
1953
1954 .give-settings-page .give_forms_page_give-payment-history .postbox .hndle {
1955 cursor: default; }
1956
1957 .give-settings-page .give-input-field {
1958 width: 25em; }
1959
1960 .give-settings-page table table input[type="text"] {
1961 width: 15em; }
1962
1963 .give-settings-page .give-repeat-setting-field {
1964 margin: 10px 0; }
1965
1966 .give-settings-page .give-remove-setting-field {
1967 width: 25px;
1968 height: 25px;
1969 padding: 0;
1970 text-align: center;
1971 line-height: 22px;
1972 font-size: 21px;
1973 font-weight: 300;
1974 cursor: pointer;
1975 margin-left: 20px;
1976 display: inline-block; }
1977
1978 .give-settings-page .give-remove-setting-field:hover {
1979 background-color: red;
1980 color: white;
1981 border-radius: 30px; }
1982
1983 .give-settings-page .give-forminp p:first-child .give-remove-setting-field {
1984 display: none; }
1985
1986 .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) {
1987 background: #f4f3f3; }
1988 .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th {
1989 vertical-align: middle; }
1990
1991 .give-settings-page .export-options-table .give-import-dropdown:nth-child(2),
1992 .give-settings-page .export-options-table tr.give-import-option th:first-child {
1993 width: 250px; }
1994
1995 .give-setting-tab-header {
1996 clear: both;
1997 overflow: hidden;
1998 margin: 30px 0; }
1999 .give-setting-tab-header h2 {
2000 margin-top: 8px; }
2001 .give-setting-tab-header p {
2002 margin-bottom: 0; }
2003
2004 .give-radio-inline ul {
2005 margin-top: 0; }
2006
2007 .give-radio-inline li {
2008 display: inline-block;
2009 margin: 0 0 0 15px; }
2010
2011 .give-radio-inline li:first-child {
2012 margin-left: 0; }
2013
2014 .give-tools-setting-page .bulkactions {
2015 overflow: visible; }
2016
2017 .form-table td.give-radio-inline fieldset li > label {
2018 margin: 5px 0 0 !important; }
2019
2020 p.give-field-description,
2021 div.give-field-description,
2022 .cmb2-metabox-description {
2023 color: #aaaaaa;
2024 font-style: italic;
2025 font-size: 13px !important; }
2026
2027 .cmb-type-give-title label,
2028 .give-setting-tab-header h2 {
2029 float: left;
2030 display: inline-block;
2031 width: 220px;
2032 font-style: italic;
2033 color: #AAA;
2034 margin: 0;
2035 font-size: 14px; }
2036
2037 .postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {
2038 border-bottom: 1px solid #e9e9e9;
2039 border-top: none; }
2040
2041 .cmb-type-enabled-gateways .cmb-td > p:first-of-type {
2042 display: none; }
2043
2044 .cmb-type-checkbox .cmb-td {
2045 width: 80%; }
2046 .cmb-type-checkbox .cmb-td label {
2047 font-size: 13px; }
2048
2049 /* Responsive Settings Rows */
2050 .give_settings .cmb2-wrap .cmb-row {
2051 display: table-row; }
2052 .give_settings .cmb2-wrap .cmb-row > .cmb-th, .give_settings .cmb2-wrap .cmb-row > .cmb-td {
2053 display: table-cell;
2054 float: none; }
2055
2056 /* Custom Title Separators */
2057 .cmb2-id-give-title label {
2058 font-style: italic;
2059 color: #AAA;
2060 cursor: default; }
2061
2062 .cmb2-id-give-title > div.cmb-th {
2063 padding-bottom: 10px; }
2064
2065 .cmb2-id-give-title > div.cmb-td {
2066 padding-bottom: 5px; }
2067
2068 .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle {
2069 padding: 3px 4px 0 0;
2070 font-size: 15px;
2071 font-weight: normal;
2072 color: #bdbdbd;
2073 cursor: move; }
2074 .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover {
2075 color: #333; }
2076
2077 .give-email-tags-wrap {
2078 margin: 5px 0 0; }
2079 .give-email-tags-wrap code {
2080 font-style: normal;
2081 padding: 1px 2px;
2082 font-size: 12px; }
2083 .give-email-tags-wrap span {
2084 display: block;
2085 color: #AAA;
2086 font-style: italic;
2087 margin: 0 0 2px;
2088 font-size: 13px; }
2089 .give-email-tags-wrap .give_price_tag {
2090 display: none; }
2091
2092 .give-settings-email-settings-section .tablenav {
2093 display: none; }
2094
2095 .give-settings-email-settings-section .give-setting-tab-header-emails {
2096 margin: 0 0 20px; }
2097 .give-settings-email-settings-section .give-setting-tab-header-emails hr {
2098 display: none; }
2099
2100 .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails {
2101 margin: 20px 0; }
2102 .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails hr {
2103 display: block; }
2104
2105 .giveemailnotifications .check-column {
2106 padding: 13px 10px 0 20px !important; }
2107
2108 .giveemailnotifications td.check-column input {
2109 display: none; }
2110
2111 .giveemailnotifications th.check-column .give-email-notification-status {
2112 color: white;
2113 cursor: pointer; }
2114 .giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons {
2115 border-radius: 1em;
2116 padding: 2px; }
2117
2118 .giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes,
2119 .giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt {
2120 background: #46b450; }
2121
2122 .giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock {
2123 color: #46b450; }
2124
2125 .giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt,
2126 .giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes {
2127 background: #bbbbbb; }
2128
2129 .giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock {
2130 color: #bbbbbb; }
2131
2132 .giveemailnotifications th.check-column .dashicons-no-alt:hover:before {
2133 content: "\f147" !important; }
2134
2135 .giveemailnotifications th.check-column .dashicons-yes:hover:before {
2136 content: "\f335" !important; }
2137
2138 .giveemailnotifications .spinner.is-active {
2139 margin: 0 0 0 2px;
2140 float: none; }
2141
2142 #system-info-textarea {
2143 width: 800px;
2144 height: 600px;
2145 font-family: Menlo, Monaco, monospace;
2146 background: #FFF;
2147 white-space: pre;
2148 overflow: auto;
2149 display: block;
2150 /*rtl:ignore*/
2151 direction: ltr; }
2152
2153 #give-download-sysinfo {
2154 margin: 0; }
2155
2156 #api .tablenav .actions {
2157 overflow: visible; }
2158
2159 a.give-delete {
2160 color: #a00; }
2161
2162 .give-settings-wrap-licenses .give-license-deactivate {
2163 margin: 1px 0 0 10px;
2164 height: 30px; }
2165
2166 .give-settings-wrap-licenses .give-license-field {
2167 background: #FFF url("../images/close.png") no-repeat;
2168 background-position: 98.5% center;
2169 background-size: 18px; }
2170
2171 .give-settings-wrap-licenses .give-license-active, .give-settings-wrap-licenses .give-license-active:focus {
2172 background-image: url("../images/tick.png");
2173 background-color: #FFF;
2174 background-repeat: no-repeat;
2175 background-position: 98.5% center;
2176 outline: none;
2177 background-size: 16px;
2178 width: 100%; }
2179
2180 /* Addon grid design */
2181 .give-settings-page .give-settings-wrap-licenses {
2182 display: block;
2183 position: relative;
2184 float: left;
2185 width: 30.5%;
2186 min-height: 180px;
2187 margin: 20px 1% 20px 0; }
2188
2189 .give-settings-page .give-license-key label {
2190 margin: 0 0 0 10px;
2191 padding: 10px 0;
2192 display: block;
2193 font-size: 14px;
2194 font-weight: 600;
2195 cursor: default; }
2196
2197 .give-settings-page .give-license-block {
2198 margin: 0 10px; }
2199
2200 .give-settings-page input[type="text"].give-license-field,
2201 .give-settings-page input[type="password"].give-license-field {
2202 width: 100%; }
2203
2204 .give-settings-page .give-license-block input[type="submit"] {
2205 position: absolute;
2206 top: 3px;
2207 right: 10px;
2208 height: 24px;
2209 line-height: 22px;
2210 padding: 0 8px 1px;
2211 font-size: 11px; }
2212
2213 .give-settings-page .give-license-status-notice {
2214 background: #fff;
2215 border-left: 4px solid #fff;
2216 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
2217 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
2218 margin: 5px 0 2px;
2219 padding: 1px 12px; }
2220 .give-settings-page .give-license-status-notice p {
2221 padding: 10px 0;
2222 margin: 0; }
2223 .give-settings-page .give-license-status-notice a {
2224 color: #444;
2225 cursor: pointer; }
2226 .give-settings-page .give-license-status-notice a:hover {
2227 text-decoration: none; }
2228
2229 .give-settings-page .give-license-status-notice.give-license-expires-soon {
2230 border-color: #00a0d2; }
2231
2232 .give-settings-page .give-license-status-notice.give-inactive,
2233 .give-settings-page .give-license-status-notice.give-license-expired {
2234 border-color: #e24e4e; }
2235
2236 .give-settings-page .give-license-status-notice.give-license-error,
2237 .give-settings-page .give-license-status-notice.give-license-no_activations_left,
2238 .give-settings-page .give-license-status-notice.give-license-missing,
2239 .give-settings-page .give-license-status-notice.give-license-invalid,
2240 .give-settings-page .give-license-status-notice.give-license-site_inactive,
2241 .give-settings-page .give-license-status-notice.give-license-item_name_mismatch {
2242 border-color: orange; }
2243
2244 .give-settings-page .give-license-status-notice.give-license-lifetime-notice,
2245 .give-settings-page .give-license-status-notice.give-license-expiration-date {
2246 border-color: #46b450; }
2247
2248 .give-settings-page .give-license-status-notice.give-license-expires-soon a:hover,
2249 .give-settings-page .give-license-status-notice.give-license-expired a:hover {
2250 text-decoration: none; }
2251
2252 /* Responsive fixes: Addon grid design */
2253 @media screen and (max-width: 1100px) {
2254 .give-settings-page .give-settings-wrap-licenses {
2255 width: 45%;
2256 min-height: 150px; } }
2257
2258 @media screen and (max-width: 600px) {
2259 .give-settings-page .give-settings-wrap-licenses {
2260 width: 100%;
2261 max-width: 320px; } }
2262
2263 /* Tables */
2264 .give-table thead th {
2265 padding: 8px 10px !important; }
2266
2267 .give_settings .cmb-td hr + hr {
2268 display: none; }
2269
2270 .post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area {
2271 min-height: 400px; }
2272
2273 .give-field-description {
2274 color: #aaaaaa;
2275 font-style: italic;
2276 margin: 0;
2277 padding-top: .5em; }
2278
2279 h2.give-nav-tab-wrapper {
2280 overflow: hidden;
2281 height: 35px; }
2282
2283 @media screen and (max-width: 600px) {
2284 .give-nav-tab-wrapper {
2285 position: relative;
2286 padding-top: 0 !important; }
2287 .give-nav-tab-wrapper > a {
2288 width: 100%;
2289 box-sizing: border-box;
2290 margin: 0;
2291 background-color: #ffffff;
2292 border: 1px solid #cccccc; }
2293 .give-nav-tab-wrapper > a:hover {
2294 border-bottom: 1px solid #ccc; }
2295 .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper {
2296 position: absolute;
2297 top: 0;
2298 right: 0; }
2299 .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav {
2300 height: 28px;
2301 width: 30px;
2302 border-radius: 0;
2303 margin: 0; }
2304 .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav > span.dashicons {
2305 margin: 6px auto 0;
2306 display: block; }
2307 .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
2308 top: 35px;
2309 right: 0;
2310 left: auto; }
2311 .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
2312 background: #ffffff; }
2313 .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover {
2314 background: #e5e5e5; }
2315 .give-mobile-hidden {
2316 display: none; } }
2317
2318 .give-sub-nav-tab-wrapper {
2319 position: relative;
2320 display: inline-block;
2321 z-index: 9999;
2322 float: left; }
2323 .give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
2324 border: 1px solid #ccc;
2325 border-bottom: 0;
2326 position: absolute;
2327 top: 35px;
2328 right: 0; }
2329 .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
2330 float: left;
2331 background: white;
2332 padding: 6px 10px;
2333 clear: both;
2334 text-decoration: none;
2335 border-bottom: 1px solid #ccc;
2336 min-width: 170px;
2337 color: #555;
2338 font-size: 14px; }
2339 .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover {
2340 background: #ffffff; }
2341
2342 .give-sub-nav-tab-wrapper {
2343 display: none; }
2344
2345 #give-show-sub-nav {
2346 text-decoration: none;
2347 padding: 3px 4px;
2348 border-bottom: 1px solid #ccc;
2349 line-height: 0;
2350 background: white;
2351 border-radius: 4px;
2352 margin-top: 5px; }
2353 #give-show-sub-nav > span.dashicons {
2354 font-size: 16px;
2355 height: 16px;
2356 width: 16px; }
2357
2358 #give-show-sub-nav:hover, #give-show-sub-nav:active {
2359 outline: none;
2360 box-shadow: inset 0px 0px 4px #ddd; }
2361
2362 .give-image-thumb {
2363 position: relative;
2364 margin-top: 14px; }
2365 .give-image-thumb span.give-delete-image-thumb {
2366 position: absolute;
2367 background: red;
2368 color: white;
2369 border-radius: 30px;
2370 left: -10px;
2371 top: -10px;
2372 cursor: pointer; }
2373 .give-image-thumb img {
2374 max-width: 250px;
2375 border: 4px solid white; }
2376
2377 /**
2378 * Give Payment History SCSS
2379 *
2380 * @description Payment History Styles
2381 * @package Give
2382 * @subpackage SCSS/Admin
2383 * @copyright Copyright (c) 2016, WordImpress
2384 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2385 */
2386 .give-filters {
2387 clear: both;
2388 background: #f5f5f5;
2389 border: 1px solid #dfdfdf;
2390 padding: 12px 12px 0 12px; }
2391 .give-filters .give-donation-forms-filter .chosen-single {
2392 height: 28px;
2393 line-height: 28px; }
2394 .give-filters .chosen-container-single .chosen-single div b {
2395 background-position: 0 4px; }
2396 .give-filters .chosen-container-active.chosen-with-drop .chosen-single div b {
2397 background-position: -18px 6px; }
2398 .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter {
2399 display: inline-block;
2400 width: 300px; }
2401 @media screen and (max-width: 782px) {
2402 .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter {
2403 width: 100%; } }
2404 .give-filters #give_donation_forms_filter {
2405 width: 255px; }
2406 @media screen and (max-width: 782px) {
2407 .give-filters #give_donation_forms_filter {
2408 width: 100%;
2409 max-width: 100%; } }
2410 .give-filters:after {
2411 content: "";
2412 display: table;
2413 clear: both; }
2414
2415 .give-filter {
2416 display: block;
2417 margin-bottom: 12px;
2418 width: 100%; }
2419 .give-filter:after {
2420 content: "";
2421 display: table;
2422 clear: both; }
2423 .give-filter label {
2424 display: block;
2425 margin-right: 4px; }
2426 .give-filter input {
2427 margin: 0; }
2428 .give-filter input[type="text"] {
2429 height: 28px;
2430 width: 100%; }
2431 .give-filter input[type="text"],
2432 .give-filter input[type="search"] {
2433 height: 28px; }
2434 .give-filter .button {
2435 height: 28px;
2436 line-height: 26px;
2437 margin: 0;
2438 padding: 0 10px 1px; }
2439 .give-filter select {
2440 width: 100%; }
2441 @media screen and (min-width: 783px) {
2442 .give-filter {
2443 float: left;
2444 margin-right: 18px;
2445 width: auto; }
2446 .give-filter label {
2447 display: inline-block; }
2448 .give-filter input[type="text"] {
2449 display: inline-block;
2450 width: 144px; } }
2451
2452 .give-filter-search input[type="search"] {
2453 display: block;
2454 float: left;
2455 width: 68%; }
2456
2457 .give-filter-search input[type="submit"] {
2458 display: block;
2459 float: right;
2460 width: 30%; }
2461
2462 @media screen and (min-width: 783px) {
2463 .give-filter-search input[type="search"] {
2464 display: inline-block;
2465 margin-right: 4px;
2466 width: 144px; }
2467 .give-filter-search input[type="submit"] {
2468 display: inline-block;
2469 width: auto; } }
2470
2471 @media screen and (min-width: 600px) {
2472 .give-filter-half {
2473 float: left;
2474 width: 49%; }
2475 .give-filter-half:last-child {
2476 float: right; } }
2477
2478 @media screen and (min-width: 783px) {
2479 .give-filter-half {
2480 width: auto; }
2481 .give-filter-half:last-child {
2482 float: left; }
2483 .give-filter-half input[type="text"] {
2484 width: 96px; } }
2485
2486 .give-clear-filters-button {
2487 margin-left: 8px; }
2488
2489 .give-submit-wrap {
2490 clear: both;
2491 background: #f5f5f5;
2492 border: 1px solid #dfdfdf;
2493 margin: 8px 0;
2494 padding: 12px;
2495 font-size: 13px;
2496 line-height: 2.1em; }
2497
2498 #give-payment-filters ul.subsubsub {
2499 margin-bottom: 8px; }
2500
2501 #give-payments-advanced-filter ul.subsubsub {
2502 margin-bottom: 12px; }
2503
2504 #give-payments-filter .tablenav.top {
2505 float: none; }
2506 #give-payments-filter .tablenav.top .bulkactions {
2507 margin-top: 1px;
2508 padding-top: 0; }
2509
2510 #give-payments-filter .give-email-column-value {
2511 font-size: 14px;
2512 font-weight: bold; }
2513
2514 #give-payments-filter #the-list .check-column input {
2515 margin-top: 1px; }
2516
2517 #give-payments-filter .column-details {
2518 width: 50px; }
2519
2520 #give-payments-filter .column-amount {
2521 width: 120px; }
2522
2523 tr.status-refunded td {
2524 background: #cecece;
2525 border-top-color: #ccc; }
2526
2527 .wp-list-table.forms th#date {
2528 width: 140px; }
2529
2530 .give-mobile-link {
2531 line-height: 32px;
2532 vertical-align: middle; }
2533
2534 .give-mobile-link img {
2535 max-width: 80%;
2536 height: auto;
2537 float: left; }
2538
2539 .give-donation-status > span {
2540 display: inline-block;
2541 width: 12px;
2542 height: 12px;
2543 position: relative;
2544 top: 1px;
2545 margin: 0;
2546 padding: 0;
2547 border-radius: 50%;
2548 background: #888;
2549 line-height: 16px; }
2550
2551 .give-donation-status.status-pending > span {
2552 background-color: #ffba00; }
2553
2554 .give-donation-status.status-complete > span, .give-donation-status.status-publish > span {
2555 background-color: #7ad03a; }
2556
2557 .give-donation-status.status-refunded > span {
2558 background-color: #777; }
2559
2560 .give-donation-status.status-failed > span {
2561 background-color: #a00; }
2562
2563 .give-donation-status.status-abandoned > span {
2564 background-color: #333; }
2565
2566 .give-donation-status.status-revoked > span {
2567 background-color: #d9534f; }
2568
2569 .give-donation-status.status-subscription > span, .give-donation-status.status-renewal > span, .give-donation-status.status-give_subscription > span {
2570 background-color: #5bc0de; }
2571
2572 #test-payment-label {
2573 padding: .2em .4em .3em;
2574 font-size: 11px;
2575 line-height: 1;
2576 color: #fff;
2577 text-align: center;
2578 white-space: nowrap;
2579 vertical-align: baseline;
2580 border-radius: .25em;
2581 background-color: #ffba00;
2582 margin: 0 15px;
2583 vertical-align: middle; }
2584 #test-payment-label:hover {
2585 color: #fff;
2586 text-decoration: none; }
2587
2588 #give-payments-filter .give-payment-id {
2589 padding: .2em .4em .3em;
2590 font-size: 11px;
2591 line-height: 1;
2592 color: #fff;
2593 text-align: center;
2594 white-space: nowrap;
2595 vertical-align: baseline;
2596 border-radius: .25em;
2597 font-weight: normal; }
2598 #give-payments-filter .give-payment-id:hover {
2599 color: #fff;
2600 text-decoration: none; }
2601
2602 #give-payments-filter .column-details {
2603 padding-right: 30px; }
2604
2605 #give-payments-filter .give-donation-status {
2606 display: inline-block; }
2607
2608 #give-order-update .give-donation-status {
2609 display: inline-block;
2610 float: none;
2611 margin: 0 10px;
2612 position: relative;
2613 top: 3px; }
2614
2615 .column-donation_form .donation-level-text-wrap {
2616 font-style: italic;
2617 display: block; }
2618
2619 /*---------------------
2620 Responsiveness
2621 ---------------------------*/
2622 @media handheld, only screen and (max-width: 640px) {
2623 .wp-list-table.forms th {
2624 width: auto !important; } }
2625
2626 .download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {
2627 margin-left: -8px;
2628 margin-top: -8px; }
2629
2630 /* Payment Details
2631 -------------------------------------------------------------- */
2632 .give-admin-box .label {
2633 font-weight: 600; }
2634
2635 .give-admin-box-inside {
2636 margin: 0;
2637 padding: 3px 10px;
2638 clear: both;
2639 border-bottom: 1px solid #eee; }
2640
2641 .give-admin-box-inside .strong {
2642 font-weight: 600; }
2643
2644 .give-admin-box .right {
2645 float: right; }
2646
2647 #give-order-update .inside,
2648 #give-order-details .inside {
2649 margin: 0;
2650 padding: 0; }
2651
2652 #give-order-update input.give_datepicker {
2653 width: 180px; }
2654
2655 #give-order-update input[type="number"].give-payment-time-hour,
2656 #give-order-update input[type="number"].give-payment-time-min {
2657 width: 50px; }
2658
2659 .give-admin-box-inside:last-child {
2660 border-bottom: 0; }
2661
2662 #give-edit-order-form .data-payment-key {
2663 word-break: break-all; }
2664
2665 .give-order-update-box #major-publishing-actions .button-secondary {
2666 margin-right: 10px; }
2667
2668 #give-donation-overview th {
2669 text-align: left; }
2670
2671 #give-donation-overview .give-select-chosen {
2672 width: 97%; }
2673
2674 #give-edit-order-form .row {
2675 margin-top: 10px; }
2676
2677 #give-donation-overview ul,
2678 #give-order-address-country-wrap select,
2679 #give-donor-details .order-data-address input,
2680 #give-edit-order-form .column input,
2681 #give-donor-details .order-data-column p.data input {
2682 clear: both;
2683 display: block; }
2684
2685 .give-order-data input.small-text {
2686 margin: 0; }
2687
2688 #give-order-update span.label {
2689 display: inline;
2690 width: 50px; }
2691
2692 .give-order-update-box .button-primary {
2693 margin-right: 0; }
2694
2695 #give-edit-order-form .column .description {
2696 padding-right: 10px; }
2697
2698 #give-edit-order-form .column,
2699 #give-donation-overview .row > ul > li,
2700 #give-donation-overview .inside > ul > li {
2701 display: inline-block;
2702 position: relative;
2703 vertical-align: top; }
2704
2705 #give-donation-overview ul {
2706 font-size: 0; }
2707 #give-donation-overview ul li {
2708 font-size: 13px; }
2709 #give-donation-overview ul li.actions {
2710 text-align: right;
2711 min-width: 200px; }
2712 #give-donation-overview ul li.remove {
2713 text-align: right; }
2714 #give-donation-overview ul .row {
2715 padding: 12px;
2716 border-bottom: 1px solid #eee; }
2717
2718 #give-order-data .data span {
2719 color: #666;
2720 font-weight: 600; }
2721
2722 input.give-price-field {
2723 width: 80px;
2724 padding: 3px 5px; }
2725
2726 .give_forms_page_give-payment-history.js .postbox .hndle {
2727 cursor: default; }
2728
2729 #give-payment-notes textarea {
2730 min-height: 150px; }
2731
2732 #give-payment-notes #give-add-payment-note {
2733 margin: 6px 0 15px; }
2734
2735 #give-billing-details .column > div {
2736 margin: 0 0 10px; }
2737
2738 #give-billing-details label {
2739 display: block;
2740 margin-bottom: 5px; }
2741
2742 #give-billing-details .column-container {
2743 padding: 5px 0 10px; }
2744
2745 #give-billing-details input[type="text"] {
2746 width: 98%; }
2747
2748 #give-billing-details .chosen-container {
2749 width: 98% !important; }
2750
2751 @media screen and (min-width: 1200px) {
2752 #give-edit-order-form .column {
2753 width: 33%; }
2754 #give-order-address .column {
2755 width: 49%; }
2756 #give-donation-overview.columns-4 li.actions {
2757 width: 25%;
2758 margin-top: 0;
2759 margin-right: 0; } }
2760
2761 @media screen and (max-width: 1199px) {
2762 #give-edit-order-form .column {
2763 width: 49%; } }
2764
2765 @media screen and (max-width: 782px) {
2766 .order-data-column input[type="email"] {
2767 padding: 6px 10px; } }
2768
2769 #give-donor-details .inside, #give-donation-overview .inside {
2770 margin-top: 0; }
2771
2772 .give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables {
2773 padding-top: 0; }
2774
2775 .give-select-chosen .spinner {
2776 position: absolute;
2777 right: 5px;
2778 top: 2px;
2779 z-index: 999; }
2780
2781 .give-select-chosen-ajax .spinner {
2782 visibility: visible; }
2783
2784 .give-select-chosen-ajax .chosen-search input[type="text"] {
2785 background-image: none !important; }
2786
2787 .give-select-chosen-ajax.chosen-container-single .chosen-search input[type="text"] {
2788 background-image: none !important; }
2789
2790 /**
2791 * Give Admin Dashboard SCSS
2792 *
2793 * @description Styles the Give dashboard widget
2794 * @package Give
2795 * @subpackage SCSS/Admin
2796 * @copyright Copyright (c) 2016, WordImpress
2797 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2798 */
2799 .give-dashboard-widget .give-dashboard-today {
2800 text-align: center; }
2801 .give-dashboard-widget .give-dashboard-today .give-dashboard-date-today {
2802 margin: 10px 0 0;
2803 padding: 0; }
2804 .give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day {
2805 padding: 3px;
2806 margin: 0; }
2807 .give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings {
2808 font-size: 42px;
2809 color: #4ead61;
2810 font-weight: bold;
2811 margin: 15px 0 0;
2812 line-height: 1; }
2813 .give-dashboard-widget .give-dashboard-today .give-donations-today {
2814 font-size: 18px;
2815 font-weight: bold;
2816 margin: 0 0 30px;
2817 padding: 4px 0 1px; }
2818 .give-dashboard-widget .give-dashboard-today .give-last-seven {
2819 font-size: 14px;
2820 font-weight: bold;
2821 padding: 0;
2822 margin: 0 0 30px; }
2823
2824 .give-dashboard-widget .give-table-stats {
2825 width: 100%;
2826 text-align: center;
2827 margin: 0;
2828 table-layout: fixed;
2829 border-top: 1px solid #ececec;
2830 border-spacing: 0; }
2831 .give-dashboard-widget .give-table-stats .give-dashboard-stat-total, .give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label {
2832 padding: 0;
2833 margin: 0; }
2834 .give-dashboard-widget .give-table-stats .give-dashboard-stat-total {
2835 color: #4ead61;
2836 font-weight: bold;
2837 font-size: 16px; }
2838
2839 #give_dashboard_sales > .inside {
2840 padding: 0; }
2841
2842 #give_dashboard_sales .give-table-stats td {
2843 padding: 10px 0; }
2844
2845 #give_dashboard_sales .give-table-stats td:first-of-type {
2846 border-right: 1px solid #ececec; }
2847
2848 #give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td {
2849 border-bottom: 1px solid #ececec; }
2850
2851 #dashboard_right_now .give-forms-count:before {
2852 font-family: 'give-icomoon';
2853 speak: none;
2854 font-style: normal;
2855 font-weight: normal;
2856 font-variant: normal;
2857 text-transform: none;
2858 line-height: 1;
2859 -webkit-font-smoothing: antialiased;
2860 -moz-osx-font-smoothing: grayscale;
2861 font-size: 18px;
2862 width: 18px;
2863 height: 18px;
2864 content: "\e800"; }
2865
2866 /**
2867 * Give Forms SCSS
2868 *
2869 * @package Give
2870 * @subpackage SCSS/Admin
2871 * @copyright Copyright (c) 2016, WordImpress
2872 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
2873 */
2874 .give_forms_page_give-donors {
2875 /*
2876 * Donor address metabox
2877 */ }
2878 .give_forms_page_give-donors .wrap > h2 {
2879 margin-bottom: 15px; }
2880 .give_forms_page_give-donors .nav-tab-wrapper .dashicons {
2881 position: relative;
2882 top: 2px;
2883 margin: 0 3px 0 0; }
2884 .give_forms_page_give-donors #give-donors-filter {
2885 position: relative; }
2886 .give_forms_page_give-donors #give-donors-filter p.search-box {
2887 margin: 0; }
2888 .give_forms_page_give-donors #give-donors-search-filter {
2889 display: block;
2890 overflow: hidden; }
2891 .give_forms_page_give-donors #give-donor-card-wrapper {
2892 margin-left: -1px;
2893 z-index: 2;
2894 min-height: 200px; }
2895 .give_forms_page_give-donors #give-donor-card-wrapper input {
2896 font-weight: normal; }
2897 .give_forms_page_give-donors #give-donor-card-wrapper .donor-section {
2898 border-bottom: 1px solid #eee;
2899 margin-bottom: 10px; }
2900 .give_forms_page_give-donors #give-donor-card-wrapper .donor-section table {
2901 margin-bottom: 0; }
2902 .give_forms_page_give-donors #give-donor-card-wrapper > div:first-child {
2903 padding-top: 20px; }
2904 .give_forms_page_give-donors #give-donor-card-wrapper > div:last-child {
2905 padding-bottom: 20px;
2906 border: none; }
2907 .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap {
2908 padding: 0 15px 15px 0;
2909 text-align: center;
2910 float: left; }
2911 .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img {
2912 border-radius: 3px; }
2913 .give_forms_page_give-donors #give-donor-card-wrapper a.delete {
2914 text-decoration: none;
2915 color: #ff0000;
2916 margin-right: 5px; }
2917 .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since {
2918 margin: 10px 0;
2919 font-size: 16px; }
2920 .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id {
2921 display: inline-block;
2922 font-size: 24px;
2923 font-weight: 600;
2924 margin-right: 10px; }
2925 .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap {
2926 display: inline-block; }
2927 .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link {
2928 margin-bottom: 15px; }
2929 .give_forms_page_give-donors .donor-main-wrapper {
2930 clear: both;
2931 margin: 0 0 20px; }
2932 @media (max-width: 655px) {
2933 .give_forms_page_give-donors .donor-main-wrapper {
2934 width: 100%; } }
2935 .give_forms_page_give-donors .donor-main-wrapper table {
2936 margin: 0; }
2937 .give_forms_page_give-donors .donor-main-wrapper input {
2938 width: 200px; }
2939 .give_forms_page_give-donors #donor-summary {
2940 padding: 0 20px; }
2941 .give_forms_page_give-donors #donor-summary:after {
2942 font-family: "dashicons";
2943 content: "\f110";
2944 position: absolute;
2945 top: 10px;
2946 right: 10px;
2947 font-size: 100px;
2948 color: #F0F0F0;
2949 z-index: 0; }
2950 .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper {
2951 width: 202px; }
2952 .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key="line2"] {
2953 display: table;
2954 clear: both; }
2955 .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select {
2956 width: 200px; }
2957 .give_forms_page_give-donors #give-donor-card-wrapper .donor-info {
2958 min-height: 185px; }
2959 .give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper {
2960 min-height: 125px; }
2961 .give_forms_page_give-donors .donor-info .donor-name {
2962 font-size: 24px;
2963 font-weight: 600; }
2964 .give_forms_page_give-donors #disconnect-donor, .give_forms_page_give-donors #view-user-profile {
2965 font-size: 12px;
2966 font-weight: normal;
2967 text-decoration: none; }
2968 .give_forms_page_give-donors #donor-edit-actions {
2969 text-align: center;
2970 margin-bottom: 20px;
2971 line-height: 28px; }
2972 .give_forms_page_give-donors #donor-edit-actions .button-secondary {
2973 margin-right: 10px; }
2974 .give_forms_page_give-donors #give-donor-card-wrapper .edit-item {
2975 display: none; }
2976 .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results {
2977 left: 1px;
2978 top: 16px; }
2979 .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul {
2980 width: 200px; }
2981 .give_forms_page_give-donors #donor-stats-wrapper {
2982 margin: 0 auto;
2983 text-align: center;
2984 padding: 15px; }
2985 .give_forms_page_give-donors #donor-stats-wrapper ul {
2986 margin: 0;
2987 padding: 0;
2988 overflow: hidden; }
2989 .give_forms_page_give-donors #donor-stats-wrapper ul li {
2990 width: 50%;
2991 float: left;
2992 line-height: 22px;
2993 font-size: 14px;
2994 margin: 0; }
2995 .give_forms_page_give-donors #donor-stats-wrapper a {
2996 text-decoration: none; }
2997 .give_forms_page_give-donors #donor-stats-wrapper .dashicons {
2998 color: #888; }
2999 .give_forms_page_give-donors #donor-tables-wrapper table {
3000 width: 100%;
3001 text-align: center; }
3002 .give_forms_page_give-donors #donor-tables-wrapper th {
3003 text-align: center; }
3004 .give_forms_page_give-donors #donor-tables-wrapper .donations tr > th:first-child,
3005 .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:first-child,
3006 .give_forms_page_give-donors #donor-tables-wrapper .emails tr > th:first-child,
3007 .give_forms_page_give-donors #donor-tables-wrapper .emails tr > td:first-child {
3008 text-align: left; }
3009 .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:only-child {
3010 text-align: center; }
3011 .give_forms_page_give-donors #donor-notes-wrapper {
3012 min-height: 50px; }
3013 .give_forms_page_give-donors .donor-notes-header span, .give_forms_page_give-donors .donor-notes-header img {
3014 font-weight: 600;
3015 line-height: 30px;
3016 vertical-align: middle; }
3017 .give_forms_page_give-donors .donor-note-input {
3018 width: 100%;
3019 margin-bottom: 5px; }
3020 .give_forms_page_give-donors #give-donor-notes div:nth-of-type(even) {
3021 background-color: #f9f9f9; }
3022 .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper {
3023 border-bottom: 1px solid #f9f9f9;
3024 min-height: 38px;
3025 padding: 0; }
3026 .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap {
3027 padding: 10px 12px;
3028 line-height: 20px;
3029 font-size: 14px; }
3030 .give_forms_page_give-donors #give-donor-notes .give-no-donor-notes {
3031 text-align: center;
3032 padding: 20px; }
3033 .give_forms_page_give-donors .donor-note-wrapper span {
3034 display: block; }
3035 .give_forms_page_give-donors .delete-donor {
3036 text-align: center; }
3037 .give_forms_page_give-donors .give-lock-block {
3038 margin-left: -25px;
3039 text-decoration: none;
3040 font-size: 14px;
3041 margin-right: 3px; }
3042 .give_forms_page_give-donors .give-lock-block i {
3043 color: #000000;
3044 font-size: 14px; }
3045 .give_forms_page_give-donors #donor-address-wrapper .give-no-address-message {
3046 margin: 0.5rem 1%;
3047 line-height: 3.4em; }
3048 .give_forms_page_give-donors #donor-address-wrapper .add-new-address {
3049 margin: 0.5rem 1% !important; }
3050 .give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden {
3051 position: absolute;
3052 right: 13px;
3053 left: 13px;
3054 top: 0;
3055 visibility: hidden; }
3056 .give_forms_page_give-donors #donor-address-wrapper .all-address .address {
3057 min-height: 146px;
3058 border: 1px solid #dad9d9;
3059 padding: 9px;
3060 border-radius: 5px;
3061 background-color: white; }
3062 .give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label {
3063 color: gray;
3064 cursor: default; }
3065 .give_forms_page_give-donors #donor-address-wrapper .all-address .address a {
3066 text-decoration: none; }
3067
3068 /**
3069 * Give Admin Buttons SCSS
3070 *
3071 * @package Give
3072 * @subpackage SCSS/Admin
3073 * @copyright Copyright (c) 2016, WordImpress
3074 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3075 */
3076 /*=Give Shortcode Button
3077 --------------------------------------*/
3078 @media screen and (max-width: 782px) {
3079 #wp-content-media-buttons a.give-thickbox {
3080 padding: 6px 14px;
3081 line-height: normal;
3082 font-size: 14px;
3083 height: auto; }
3084 .wp-media-buttons span#give-media-button {
3085 margin-top: 0 !important;
3086 margin-left: 2px !important; } }
3087
3088 /*=Button in shortcode tinymce dialog
3089 --------------------------------------*/
3090 .mce-primary.mce-give-primary button {
3091 padding-right: 10px;
3092 padding-left: 10px; }
3093
3094 /*=Admin Buttons w/ Icons
3095 --------------------------------------*/
3096 /* extends .wp-core-ui .button */
3097 .wp-core-ui .give-admin-button {
3098 padding-left: 7px;
3099 padding-right: 7px; }
3100
3101 /* matches style of Add Media and Give Shortcodes buttons */
3102 .give-admin-button-icon {
3103 display: inline-block;
3104 width: 18px;
3105 height: 18px;
3106 vertical-align: text-top;
3107 margin: 0 2px;
3108 /* specific DashIcon styles */ }
3109 .give-admin-button-icon:before {
3110 font: 400 18px/1 dashicons;
3111 speak: none;
3112 -webkit-font-smoothing: antialiased;
3113 -moz-osx-font-smoothing: grayscale; }
3114 .give-admin-button-icon-update:before {
3115 content: "\f463"; }
3116
3117 /* =Primary button in shortcode tinymce dialog
3118 -------------------------------------------------------------- */
3119 .mce-primary.mce-sc-primary button {
3120 padding-right: 10px;
3121 padding-left: 10px; }
3122
3123 .mce-sc-popup a {
3124 text-decoration: underline; }
3125
3126 .mce-sc-popup p {
3127 margin-bottom: 1em; }
3128 .mce-sc-popup p.strong {
3129 font-weight: 600; }
3130 .mce-sc-popup p.no-margin {
3131 margin-bottom: 0; }
3132 .mce-sc-popup p.margin-top {
3133 margin-top: 1em; }
3134
3135 .mce-sc-popup .mce-listbox button {
3136 text-overflow: ellipsis;
3137 overflow: hidden !important; }
3138
3139 /* =Shortcode button above wp_editor
3140 -------------------------------------------------------------- */
3141 @media screen and (max-width: 782px) {
3142 .wp-media-buttons button.sc-button span {
3143 width: 18px !important; } }
3144
3145 .wp-media-buttons button.sc-button {
3146 outline: none;
3147 padding-left: 5px;
3148 margin-right: 0; }
3149 .wp-media-buttons button.sc-button:active {
3150 margin-bottom: 5px; }
3151
3152 button.sc-button:after {
3153 position: relative;
3154 display: inline-block;
3155 top: -1px;
3156 content: '';
3157 width: 0;
3158 height: 0;
3159 border-top: 6px solid #777;
3160 border-right: 4px solid transparent;
3161 border-left: 4px solid transparent;
3162 margin: 0 3px 0 6px; }
3163
3164 button.sc-button.active:after {
3165 top: -2px;
3166 border-top: 0;
3167 border-bottom: 6px solid #32373c; }
3168
3169 /* =Shortcode button dropdown menu
3170 -------------------------------------------------------------- */
3171 .sc-wrap {
3172 position: relative;
3173 display: inline-block;
3174 margin-right: 5px; }
3175
3176 div.sc-menu {
3177 display: none;
3178 position: absolute;
3179 top: 100%;
3180 left: 0;
3181 min-width: 100%;
3182 max-height: 410px;
3183 font-size: 14px;
3184 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
3185 background: #fff;
3186 border: 1px solid rgba(0, 0, 0, 0.15);
3187 overflow: auto;
3188 overflow-x: hidden;
3189 padding: 5px 0;
3190 margin: -2px 0 0;
3191 z-index: 1002; }
3192
3193 div.sc-shortcode {
3194 display: block;
3195 white-space: nowrap;
3196 cursor: pointer;
3197 padding: 6px 12px;
3198 margin-bottom: 2px; }
3199 div.sc-shortcode:hover {
3200 color: #fff; }
3201
3202 /* =Shortcode tinymce dialog backdrop
3203 -------------------------------------------------------------- */
3204 #mce-modal-block.mce-reset.mce-fade.mce-in {
3205 opacity: 0.7;
3206 filter: alpha(opacity=70); }
3207
3208 /**
3209 * Give System Info SCSS
3210 *
3211 * @description System Info Styles
3212 * @package Give
3213 * @subpackage SCSS/Admin
3214 * @copyright Copyright (c) 2016, WordImpress
3215 * @license https://opensource.org/licenses/gpl-3.0/ GNU Public License
3216 *
3217 * The following code is a derivative work of the code from the WooCommerce
3218 * plugin, which is licensed GPLv3. This code therefore is also licensed under
3219 * the terms of the GNU Public License, version 3.
3220 *
3221 * Copyright (c) 2015 WooThemes
3222 * Copyright (c) 2016 WordImpress, LLC
3223 */
3224 .give-status-table {
3225 margin-bottom: 1em; }
3226 .give-status-table h2 {
3227 font-size: 14px;
3228 margin: 0; }
3229 .give-status-table tr:nth-child(2n) th,
3230 .give-status-table tr:nth-child(2n) td {
3231 background: #fcfcfc; }
3232 .give-status-table th {
3233 font-weight: 700;
3234 padding: 9px; }
3235 .give-status-table td:first-child {
3236 width: 33%; }
3237 .give-status-table td.help {
3238 width: 1em; }
3239 .give-status-table td {
3240 padding: 9px;
3241 font-size: 1.1em; }
3242 .give-status-table td mark {
3243 background: transparent none; }
3244 .give-status-table td mark.yes {
3245 color: #7ad03a; }
3246 .give-status-table td mark.no {
3247 color: #999; }
3248 .give-status-table td mark.error {
3249 color: #a00; }
3250 .give-status-table td ul {
3251 margin: 0; }
3252
3253 /* System info download header */
3254 .wrap div.give-debug-report-wrapper {
3255 margin-bottom: 5px; }
3256 .wrap div.give-debug-report-wrapper p {
3257 font-size: 18px;
3258 margin: 1em 0 0.7em;
3259 padding: 0; }
3260 .wrap div.give-debug-report-wrapper .give-debug-report-actions {
3261 margin: 0 0 1.7em; }
3262 .wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button {
3263 margin-right: 10px; }
3264 .wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons {
3265 font-size: 16px;
3266 position: relative;
3267 top: 4px;
3268 left: -2px; }
3269
3270 .give-debug-report {
3271 display: none;
3272 margin: 10px 0;
3273 padding: 0;
3274 position: relative; }
3275 .give-debug-report textarea {
3276 font-family: monospace;
3277 width: 100%;
3278 margin: 0;
3279 height: 300px;
3280 padding: 20px;
3281 -moz-border-radius: 0;
3282 -webkit-border-radius: 0;
3283 border-radius: 0;
3284 resize: none;
3285 font-size: 12px;
3286 line-height: 20px;
3287 outline: 0; }
3288
3289 .give-progress {
3290 height: 15px;
3291 width: 95%;
3292 border-radius: 4px;
3293 overflow: hidden;
3294 background-color: whitesmoke; }
3295 .give-progress > div {
3296 height: 100%;
3297 width: 0; }
3298
3299 .admin-color-fresh .give-progress div, .give-progress div {
3300 background: #0073aa; }
3301
3302 .admin-color-light .give-progress div {
3303 background: #888; }
3304
3305 .admin-color-blue .give-progress div {
3306 background: #096484; }
3307
3308 .admin-color-coffee .give-progress div {
3309 background: #c7a589; }
3310
3311 .admin-color-ectoplasm .give-progress div {
3312 background: #a3b745; }
3313
3314 .admin-color-midnight .give-progress div {
3315 background: #e14d43; }
3316
3317 .admin-color-sunrise .give-progress div {
3318 background: #dd823b; }
3319
3320 /**
3321 * Spinner
3322 */
3323 .give-spinner-wrapper {
3324 position: absolute;
3325 left: 0;
3326 right: 0;
3327 bottom: 0;
3328 top: 0;
3329 background: rgba(245, 245, 245, 0.57);
3330 z-index: 1;
3331 display: none; }
3332 .give-spinner-wrapper.is-active {
3333 display: inline-block; }
3334 .give-spinner-wrapper .aligncenter {
3335 position: absolute;
3336 top: 50%;
3337 left: 50%;
3338 margin: 10px 10px 0 0; }
3339
3340 .give-spinner.spinner.is-active {
3341 margin: 0 0 0 2px;
3342 float: none; }
3343
3344 /**
3345 * Give Updates Panel SCSS
3346 *
3347 * @description Updates Panel Styles
3348 * @package Give
3349 * @subpackage SCSS/Admin
3350 * @copyright Copyright (c) 2017, WordImpress
3351 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3352 */
3353 #give-updates-h1 {
3354 padding-top: 0; }
3355
3356 .give-update-panel-content p {
3357 font-size: 16px; }
3358
3359 #give-updates .dashicons-no-alt {
3360 color: red; }
3361
3362 #give-updates .dashicons-yes {
3363 color: green; }
3364
3365 #give-db-updates .spinner {
3366 margin-top: 0; }
3367
3368 body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button {
3369 margin-right: 10px; }
3370
3371 #give-plugin-updates .panel-content table tr {
3372 display: block; }
3373
3374 /**
3375 * Give Blank Slate
3376 *
3377 * @package Give
3378 * @subpackage SCSS/Admin
3379 * @copyright Copyright (c) 2016, WordImpress
3380 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3381 */
3382 .give-blank-slate {
3383 background: white;
3384 border: 1px solid #e5e5e5;
3385 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
3386 margin: 0 auto;
3387 padding: 40px;
3388 text-align: center; }
3389 .give-blank-slate :last-child {
3390 margin-bottom: 0; }
3391 .give-blank-slate__heading, .give-blank-slate__message, .give-blank-slate__cta, .give-blank-slate__help {
3392 margin: 0 0 10px; }
3393 .give-blank-slate__image {
3394 display: block;
3395 height: 80px;
3396 margin: 0 auto 10px;
3397 width: auto; }
3398 .give-blank-slate__help {
3399 color: #666;
3400 font-style: italic; }
3401 .give-blank-slate__help a {
3402 display: inline-block;
3403 text-decoration: underline; }
3404
3405 .give-blank-slate a.give-blank-slate__cta {
3406 display: inline-block;
3407 font-size: 1.2em;
3408 height: auto;
3409 margin: 0 0 10px;
3410 padding: .75em 1.5em; }
3411
3412 /**
3413 * Give Donations Importer
3414 *
3415 * @description Payment History Styles
3416 * @package Give
3417 * @subpackage SCSS/Admin
3418 * @copyright Copyright (c) 2017, WordImpress
3419 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
3420 */
3421 .give-tools-setting-page-import h1.handle {
3422 padding: 15px 0 0; }
3423
3424 .give-tools-setting-page-import .give-progress-steps {
3425 width: 100%;
3426 padding: 0 0 24px;
3427 margin-left: 0;
3428 list-style: none outside;
3429 overflow: hidden;
3430 display: -webkit-inline-flex;
3431 display: -ms-inline-flexbox;
3432 display: inline-flex; }
3433 .give-tools-setting-page-import .give-progress-steps li {
3434 width: 25%;
3435 float: left;
3436 padding: 0 0 1.2em;
3437 margin: 0;
3438 text-align: center;
3439 position: relative;
3440 border-bottom: 4px solid #ccc;
3441 line-height: 1.4em; }
3442 .give-tools-setting-page-import .give-progress-steps li.active {
3443 border-color: #4ead61;
3444 color: #4ead61; }
3445 .give-tools-setting-page-import .give-progress-steps li.active:before {
3446 border-color: #4ead61;
3447 color: #4ead61;
3448 background: #4ead61; }
3449 .give-tools-setting-page-import .give-progress-steps li::before {
3450 content: '';
3451 border: 4px solid #ccc;
3452 border-radius: 100%;
3453 width: 10px;
3454 height: 10px;
3455 position: absolute;
3456 bottom: 0;
3457 left: 50%;
3458 margin-left: -6px;
3459 margin-bottom: -10px;
3460 background: #fff; }
3461
3462 .give-tools-setting-page-import .step-4 h2 {
3463 text-align: center;
3464 font-size: 20px !important; }
3465
3466 .give-tools-setting-page-import .step-4 p {
3467 text-align: center; }
3468
3469 .give-tools-setting-page-import .button-secondary.step-4, .give-tools-setting-page-import .give-image-thumb {
3470 display: none; }
3471
3472 .give-tools-setting-page-import h2#give-import-title {
3473 background: #f3f3f3;
3474 font-size: 15px;
3475 font-weight: 600;
3476 margin: -8px -22px 11px;
3477 padding: 12px 22px; }
3478
3479 .give-tools-setting-page-import table.step-2 h2#give-import-title {
3480 font-size: small;
3481 font-weight: inherit; }
3482
3483 .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields-title {
3484 font-size: 18px;
3485 font-weight: 600;
3486 margin: 0px; }
3487
3488 .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields {
3489 white-space: nowrap;
3490 overflow: hidden; }
3491 .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li {
3492 display: inline-block;
3493 margin: 0 10% 0 0; }
3494 .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.give-import-donation-required-symbol {
3495 border-radius: 1em;
3496 vertical-align: middle;
3497 padding: 2px;
3498 background: #46b450;
3499 color: white; }
3500 .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.dashicons-no-alt {
3501 background: #bbbbbb; }
3502
3503 .give-import-core-settings .give-progress-steps li {
3504 width: 33.33%; }
3505
3506 .give-import-core-settings .step-3 h2 {
3507 text-align: center;
3508 font-size: 20px !important; }
3509
3510 .give-import-core-settings .step-3 p {
3511 text-align: center; }
3512
3513 form.give-import-form table.widefat {
3514 border: none; }
3515
3516 .wrap .give-importer-h1 {
3517 margin: 0;
3518 padding: 20px 0; }
3519
3520 /*# sourceMappingURL=../sourcemaps/give-admin.css.map */
3521