PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / 2.0.2
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager v2.0.2
3.1.9 3.1.8 3.1.7 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 trunk 1.3.7 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 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.1.9 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 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 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9 2.9.1 2.9.2
folders / assets / css / admin-setting.css
folders / assets / css Last commit date
admin-setting.css 7 years ago design.css 7 years ago folder-icon.css 7 years ago sweetalert2.min.css 7 years ago
admin-setting.css
780 lines
1 #rpt_container {
2 margin-top: 24px;
3 width: 100%
4 }
5
6 .rpt_plans .rpt_plan {
7 -moz-box-sizing: border-box;
8 -webkit-box-sizing: border-box
9 }
10
11 .rpt_2_plans .rpt_plan {
12 margin-right: 2%;
13 width: 49%;
14 float: left
15 }
16
17 .rpt_2_plans .rpt_plan:last-child {
18 margin-right: 0
19 }
20
21 .rpt_3_plans .rpt_plan {
22 margin-right: 2%;
23 width: 32%;
24 float: left
25 }
26
27 .rpt_3_plans .rpt_plan:last-child {
28 margin-right: 0
29 }
30
31 .rpt_4_plans .rpt_plan {
32 margin-right: 1%;
33 width: 24.25%;
34 float: left
35 }
36
37 .rpt_4_plans .rpt_plan:last-child {
38 margin-right: 0
39 }
40
41 .rpt_5_plans .rpt_plan {
42 margin-right: .5%;
43 width: 19.6%;
44 float: left
45 }
46
47 .rpt_5_plans .rpt_plan:last-child {
48 margin-right: 0
49 }
50
51 .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
52 -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
53 -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
54 box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
55 }
56
57 .rpt_plans .rpt_plan .rpt_title img {
58 margin-right: 10px;
59 position: relative;
60 vertical-align: middle
61 }
62
63 .rpt_plans .rpt_plan .rpt_title {
64 background: #23282d;
65 font-weight: 300;
66 padding: 24px 18px;
67 font-size: 26px;
68 color: #fff;
69 line-height: 35px;
70 height: auto
71 }
72
73 .rpt_plans .rpt_plan .rpt_title span {
74 display: inline-block;
75 position: relative;
76 top: -10px
77 }
78
79 .rpt_style_basic .rpt_plan .rpt_title {
80 border-bottom: #23282d solid 1px;
81 border-top-left-radius: 8px;
82 border-top-right-radius: 8px
83 }
84
85 .rpt_style_spec .rpt_plan .rpt_title {
86 color: #fff
87 }
88
89 .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
90 background: #333
91 }
92
93 .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
94 font-size: 20px;
95 line-height: 18px
96 }
97
98 .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
99 font-size: 15px;
100 line-height: 15px
101 }
102
103 .rpt_4_plans .rpt_plan .rpt_title {
104 font-size: 17px;
105 line-height: 15px
106 }
107
108 .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
109 font-size: 15px;
110 line-height: 13px
111 }
112
113 .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
114 font-size: 13px;
115 line-height: 11px
116 }
117
118 .rpt_5_plans .rpt_plan .rpt_title {
119 font-size: 15px;
120 line-height: 13px
121 }
122
123 .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
124 font-size: 13px;
125 line-height: 11px
126 }
127
128 .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
129 font-size: 12px;
130 line-height: 10px
131 }
132
133 .rpt_plans .rpt_recommended_plan .rpt_title {
134 background: #23282d
135 }
136
137 .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
138 position: relative;
139 top: -44px;
140 left: -10px;
141 font-size: 35px;
142 line-height: 0
143 }
144
145 .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
146 top: -36px
147 }
148
149 .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
150 top: -26px
151 }
152
153 .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
154 font-size: 30px;
155 top: -44px;
156 left: -4px
157 }
158
159 .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
160 font-size: 25px;
161 top: -30px;
162 left: -4px
163 }
164
165 .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
166 font-size: 21px;
167 top: -14px;
168 left: -4px
169 }
170
171 .rpt_style_basic .rpt_plan .rpt_head {
172 background: #9c9c9c
173 }
174
175 .rpt_style_spec .rpt_plan .rpt_head {
176 background: #222
177 }
178
179 .rpt_style_swl .rpt_plan .rpt_head {
180 background: #fff
181 }
182
183 .rpt_plans .rpt_plan .rpt_head .rpt_price {
184 padding: 6px 10px;
185 font-size: 74px;
186 line-height: 100px;
187 font-weight: 300;
188 text-align: center;
189 color: #fff
190 }
191
192 .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
193 text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
194 }
195
196 .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
197 color: #000
198 }
199
200 .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
201 font-size: 62px
202 }
203
204 .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
205 font-size: 56px
206 }
207
208 .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
209 font-size: 38px
210 }
211
212 .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
213 font-size: 69px;
214 line-height: 80px
215 }
216
217 .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
218 font-size: 53px;
219 line-height: 65px
220 }
221
222 .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
223 font-size: 47px;
224 line-height: 64px
225 }
226
227 .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
228 font-size: 31px;
229 line-height: 60px
230 }
231
232 .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
233 font-size: 59px;
234 line-height: 80px
235 }
236
237 .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
238 font-size: 44px;
239 line-height: 60px
240 }
241
242 .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
243 font-size: 37px;
244 line-height: 53px
245 }
246
247 .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
248 font-size: 24px;
249 line-height: 50px
250 }
251
252 .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
253 font-size: 98px
254 }
255
256 .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
257 font-size: 74px
258 }
259
260 .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
261 font-size: 67px
262 }
263
264 .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
265 font-size: 83px
266 }
267
268 .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
269 font-size: 60px
270 }
271
272 .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
273 font-size: 54px
274 }
275
276 .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
277 font-size: 55px
278 }
279
280 .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
281 font-size: 49px
282 }
283
284 .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
285 font-size: 41px
286 }
287
288 .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
289 font-size: 42px
290 }
291
292 .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
293 font-size: 34px
294 }
295
296 .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
297 font-size: 26px
298 }
299
300 .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
301 font-size: 13px;
302 font-weight: 300;
303 line-height: 18px;
304 padding: 20px 40px 10px;
305 color: #d3d3d3;
306 text-align: center
307 }
308
309 .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
310 color: #d3d3d3
311 }
312
313 .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
314 color: #f5f5f5
315 }
316
317 .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
318 color: grey
319 }
320
321 .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
322 font-size: 11px;
323 padding: 20px 40px 4px
324 }
325
326 .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
327 font-size: 16px;
328 line-height: 20px;
329 font-weight: 300;
330 text-align: center;
331 padding: 10px 30px 20px
332 }
333
334 .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
335 font-size: 14px
336 }
337
338 .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
339 font-size: 12px
340 }
341
342 .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
343 font-size: 16px;
344 line-height: 18px;
345 padding: 10px 10px 20px
346 }
347
348 .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
349 font-size: 14px;
350 line-height: 17px
351 }
352
353 .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
354 font-size: 13px;
355 line-height: 16px
356 }
357
358 .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
359 font-size: 15px;
360 line-height: 18px;
361 padding: 10px 10px 20px
362 }
363
364 .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
365 font-size: 13px;
366 line-height: 17px
367 }
368
369 .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
370 font-size: 12px;
371 line-height: 16px
372 }
373
374 .rpt_plans .rpt_plan .rpt_head .rpt_description {
375 font-size: 14px;
376 line-height: 20px;
377 padding: 0 20px 30px;
378 font-weight: 300;
379 text-align: center;
380 color: #fff
381 }
382
383 .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
384 font-size: 12px
385 }
386
387 .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
388 color: #f5f5f5
389 }
390
391 .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
392 font-size: 13px;
393 line-height: 18px
394 }
395
396 .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
397 font-size: 12px;
398 line-height: 17px
399 }
400
401 .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
402 font-size: 12px;
403 line-height: 18px
404 }
405
406 .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
407 font-size: 11px;
408 line-height: 17px
409 }
410
411 .rpt_plans .rpt_plan .rpt_features {
412 padding: 20px;
413 background: #f5f5f5;
414 text-align: center
415 }
416
417 .rpt_plans .rpt_plan .rpt_features .rpt_feature {
418 font-size: 16px;
419 padding: 6px 16px;
420 border-bottom: 1px dotted #d3d3d3
421 }
422
423 .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
424 border-bottom: none
425 }
426
427 .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
428 font-size: 14px
429 }
430
431 .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
432 background: #fff
433 }
434
435 .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
436 padding: 5px 16px
437 }
438
439 .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
440 padding: 6px 10px;
441 font-size: 14px
442 }
443
444 .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
445 font-size: 12px
446 }
447
448 .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
449 padding: 6px 10px;
450 font-size: 13px
451 }
452
453 .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
454 font-size: 11px
455 }
456
457 .rpt_plans .rpt_plan .rpt_foot {
458 display: block;
459 padding: 10px 30px;
460 border-top: #f5f5f5 solid 2px;
461 text-align: center;
462 color: #fff;
463 font-size: 24px;
464 text-decoration: none;
465 font-weight: 300;
466 transition: All .5s ease;
467 -webkit-transition: All .5s ease;
468 -moz-transition: All .5s ease;
469 -o-transition: All .5s ease
470 }
471
472 .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
473 font-size: 19px
474 }
475
476 .rpt_style_basic .rpt_plan .rpt_foot {
477 border-bottom-left-radius: 8px;
478 border-bottom-right-radius: 8px
479 }
480
481 .rpt_style_swl .rpt_plan .rpt_foot {
482 border-top: none;
483 padding: 10px 30px 20px;
484 color: #000;
485 background: #333
486 }
487
488 .rpt_4_plans .rpt_plan .rpt_foot {
489 padding: 4px 20px;
490 font-size: 19px
491 }
492
493 .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
494 padding: 4px 20px;
495 font-size: 17px
496 }
497
498 .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
499 font-size: 16px
500 }
501
502 .rpt_plans .rpt_plan .rpt_foot:hover {
503 opacity: .8
504 }
505
506 .rpt_style_swl .rpt_plan .rpt_foot:hover {
507 opacity: 1
508 }
509
510 .rpt_plans .rpt_recommended_plan .rpt_foot {
511 font-size: 30px;
512 padding: 16px 0
513 }
514
515 .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
516 font-size: 26px
517 }
518
519 .rpt_4_plans .rpt_recommended_plan .rpt_foot {
520 font-size: 22px;
521 font-weight: 300;
522 padding: 10px 0
523 }
524
525 .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
526 font-size: 19px;
527 padding: 10px 0
528 }
529
530 .rpt_5_plans .rpt_recommended_plan .rpt_foot {
531 font-size: 20px;
532 font-weight: 300;
533 padding: 10px 0
534 }
535
536 .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
537 font-size: 18px;
538 padding: 10px 0
539 }
540
541 .rpt_custom_btn {
542 border-bottom-left-radius: 5px;
543 border-bottom-right-radius: 5px;
544 text-align: center;
545 padding: 16px 20px
546 }
547
548 .rpt_plans .rpt_recommended_plan {
549 position: relative;
550 top: -10px
551 }
552
553 .rpt_recommended_plan img.rpt_recommended {
554 position: absolute !important;
555 right: 10px !important
556 }
557
558 .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
559 -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
560 -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
561 box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
562 }
563
564 a.rpt_tooltip {
565 display: block;
566 outline: 0;
567 position: relative
568 }
569
570 a.rpt_tooltip strong {
571 line-height: 30px
572 }
573
574 a.rpt_tooltip > span.intool {
575 width: 90%;
576 padding: 10px;
577 margin-top: 56px;
578 opacity: 0;
579 visibility: hidden;
580 z-index: 10;
581 position: absolute;
582 top: -15px;
583 display: block;
584 color: #f5f5f5;
585 font-size: 13px;
586 line-height: 20px;
587 background: #333;
588 font-weight: 300;
589 text-align: center
590 }
591
592 a.rpt_tooltip:hover {
593 cursor: zoom-in
594 }
595
596 a.rpt_tooltip .rpt_tooltip_plus {
597 text-decoration: none !important;
598 display: inline;
599 font-size: 12px;
600 font-weight: 700;
601 position: relative;
602 top: -6px
603 }
604
605 .rpt_feature:hover a.rpt_tooltip > span.intool {
606 opacity: .98;
607 text-decoration: none;
608 visibility: visible;
609 overflow: visible
610 }
611
612 a.rpt_tooltip span.intool b {
613 width: 10px;
614 height: 10px;
615 margin-left: 35%;
616 margin-top: -15px;
617 position: absolute;
618 -webkit-transform: rotate(-45deg);
619 -moz-transform: rotate(-45deg);
620 -o-transform: rotate(-45deg);
621 transform: rotate(-45deg);
622 display: none \0/;
623 background: #333
624 }
625
626 .rpt_3_plans a.rpt_tooltip > span.intool {
627 margin-left: -1%
628 }
629
630 .rpt_4_plans a.rpt_tooltip > span.intool {
631 margin-left: 0
632 }
633
634 .rpt_5_plans a.rpt_tooltip > span.intool {
635 margin-left: -2%
636 }
637
638 .entry-content .rpt_plan a, .rpt_plan a {
639 border-bottom: none !important;
640 text-decoration: none;
641 }
642
643 .rpt_plans .rpt_plan .rpt_icon {
644 max-width: 30px;
645 max-height: 30px
646 }
647
648 .rpt_plans .rpt_plan img {
649 display: inline;
650 margin: 0 10px 0 0;
651 padding: 0;
652 -webkit-box-shadow: 0 0 0 0 transparent;
653 -moz-box-shadow: 0 0 0 0 transparent;
654 box-shadow: 0 0 0 0 transparent;
655 border: none
656 }
657
658 .folder-testimonial {
659 position: relative;
660 }
661 .folder-testimonial .testimonial-data {
662 position: relative;
663 }
664 .folder-testimonial .testimonial-data {
665 position: relative;
666 margin-left: 30px;
667 padding: 10px 10px 10px 40px;
668 background: #f5f5f5;
669 font-size: 16px;
670 line-height: 22px;
671 }
672 .folder-testimonial .testimonial-image {
673 position: absolute;
674 height: 60px;
675 width: 60px;
676 overflow: hidden;
677 border-radius: 30px;
678 top: 50%;
679 margin-top: -30px;
680 z-index: 1;
681 }
682 .folder-testimonial .testimonial-image img {
683 width: 100%;
684 height: auto;
685 }
686 .folder-testimonial-list {
687 width: 100%;
688 max-width: 1080px;
689 margin: 30px auto;
690 }
691 .testimonial-title {
692 font-weight: bold;
693 font-size: 18px;
694 padding: 0 0 5px 0;
695 }
696 .testimonial-author {
697 font-size: 16px;
698 font-style: italic;
699 font-weight: 500;
700 padding: 5px 0 0 0;
701 }
702 @media only screen and (max-width: 640px) {
703 .rpt_plans .rpt_plan {
704 width: 96%;
705 margin: 10px 2% 20px !important
706 }
707
708 .rpt_plans .rpt_plan .rpt_title {
709 position: relative;
710 font-size: 26px !important;
711 line-height: 35px !important
712 }
713
714 .rpt_plans .rpt_plan .rpt_head .rpt_price {
715 font-size: 74px !important;
716 line-height: 100px !important
717 }
718
719 .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
720 font-size: 17px !important;
721 line-height: 28px !important;
722 padding: 10px 40px 20px
723 }
724
725 .rpt_plans .rpt_plan .rpt_head .rpt_description {
726 font-size: 15px !important;
727 line-height: 26px !important;
728 padding: 0 40px 30px
729 }
730
731 .rpt_plans .rpt_plan .rpt_features .rpt_feature {
732 padding: 6px 16px;
733 font-size: 14px !important
734 }
735
736 .rpt_plans .rpt_plan .rpt_foot {
737 padding: 10px 40px;
738 text-align: center;
739 color: #fff;
740 font-size: 20px
741 }
742
743 .rpt_plans .rpt_recommended_plan .rpt_foot {
744 font-size: 30px;
745 font-weight: 300;
746 padding: 20px 0
747 }
748
749 .rpt_plan .rpt_head .rpt_price .rpt_currency {
750 top: -36px !important;
751 left: -10px !important;
752 font-size: 35px !important
753 }
754 }
755
756 #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title {
757 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
758 font-weight: 300 !important
759 }
760 #folder-modal #rpt_pricr {
761 width: 100%;
762 max-width: 1080px;
763 margin: 0 auto;
764
765 }
766 #folder-modal {
767 padding: 20px;
768 background: #fff;
769 margin-top: 40px;
770 direction: ltr;
771 }
772
773 #folder-modal p.udner-title {
774 font-size: 30px;
775 margin: 0 0 20px 0;
776 text-align: center;
777 }
778 #folder-modal .text-center {
779 text-align: center;
780 }