rtl.css
24.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
/*
----------------------------------------------------------------
rtl.css
Gravity Forms RTL Language Support
http://www.gravityforms.com
updated: July 1, 2016 9:48 AM GMT-5
Gravity Forms is a Rocketgenius project
copyright 2013-2016 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.
NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.
----------------------------------------------------------------
*/
html[dir="rtl"] .gform_wrapper *,
html[dir="rtl"] .gform_wrapper form,
html[dir="rtl"] .gform_wrapper .gform_body,
html[dir="rtl"] .gform_wrapper ul li,
html[dir="rtl"] .gform_wrapper ul li.gfield,
html[dir="rtl"] .gform_wrapper ul li.gfield.gfield_html,
html[dir="rtl"] .gform_wrapper ul li.gfield input,
html[dir="rtl"] .gform_wrapper ul li.gfield textarea,
html[dir="rtl"] .gform_wrapper textarea,
html[dir="rtl"] .gform_wrapper ul li.gfield select,
html[dir="rtl"] .gform_wrapper select,
html[dir="rtl"] .gform_wrapper input[type="text"],
html[dir="rtl"] .gform_wrapper input[type="email"],
html[dir="rtl"] .gform_wrapper input[type="password"],
html[dir="rtl"] .gform_wrapper input[type="url"],
html[dir="rtl"] .gform_wrapper input[type="tel"],
html[dir="rtl"] .gform_wrapper input[type="submit"],
html[dir="rtl"] .gform_wrapper input[type="button"],
html[dir="rtl"] .gform_wrapper button,
html[dir="rtl"] .gform_wrapper table tr td.gfield_list_icons,
html[dir="rtl"] .gform_wrapper div.validation_error,
html[dir="rtl"] .gform_wrapper h3.gform_title,
html[dir="rtl"] .gform_wrapper span.gform_description,
html[dir="rtl"] .gform_wrapper .gform_footer {
text-align: right;
direction: rtl;
}
html[dir="rtl"] .gform_wrapper ul,
html[dir="rtl"] .gform_wrapper ul li {
margin-right: 0 !important;
padding-right: 0 !important;
}
html[dir="rtl"] .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
html[dir="rtl"] .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
html[dir="rtl"] .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
html[dir="rtl"] .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
margin: 0 0 0 0 !important;
direction: rtl !important;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table {
direction: rtl !important;
}
html[dir="rtl"] .gform_wrapper table.gfield_list th,
html[dir="rtl"] .gform_wrapper table.gfield_list td {
padding-left: 16px;
padding-right: 0;
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons,
.gform_wrapper table.gfield_list tr td:last-child {
padding: 0 4px 0 0 !important;
}
html[dir="rtl"] .gform_wrapper.gf_browser_gecko .top_label input[type="file"],
html[dir="rtl"] .gform_wrapper.gf_browser_gecko .left_label input[type="file"],
html[dir="rtl"] .gform_wrapper.gf_browser_gecko .right_label input[type="file"] {
width: 55% !important;
direction: rtl !important;
}
html[dir="rtl"] .gform_wrapper.recaptchatable #recaptcha_response_field {
position: static !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice {
float: right !important;
margin: 3px 5px 3px 0 !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container ul.chosen-choices li.search-field {
float: right !important;
}
html[dir="rtl"] .gform_wrapper .right_label .gfield_label {
text-align: left !important;
}
body.rtl .gform_wrapper *,
body.rtl .gform_wrapper form,
body.rtl .gform_wrapper .gform_body,
body.rtl .gform_wrapper ul li,
body.rtl .gform_wrapper ul li.gfield,
body.rtl .gform_wrapper ul li.gfield.gfield_html,
body.rtl .gform_wrapper ul li.gfield input,
body.rtl .gform_wrapper ul li.gfield textarea,
body.rtl .gform_wrapper textarea,
body.rtl .gform_wrapper ul li.gfield select,
body.rtl .gform_wrapper select,
body.rtl .gform_wrapper input[type="text"],
body.rtl .gform_wrapper input[type="email"],
body.rtl .gform_wrapper input[type="password"],
body.rtl .gform_wrapper input[type="url"],
body.rtl .gform_wrapper input[type="tel"],
body.rtl .gform_wrapper input[type="submit"],
body.rtl .gform_wrapper input[type="button"],
body.rtl .gform_wrapper button,
body.rtl .gform_wrapper table tr td.gfield_list_icons,
body.rtl .gform_wrapper div.validation_error,
body.rtl .gform_wrapper h3.gform_title,
body.rtl .gform_wrapper span.gform_description,
body.rtl .gform_wrapper .gform_footer,
body .gform_wrapper.gf_rtl_wrapper ul li,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield.gfield_html,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield input,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield textarea,
body .gform_wrapper.gf_rtl_wrapper textarea,
body .gform_wrapper.gf_rtl_wrapper ul li.gfield select,
body .gform_wrapper.gf_rtl_wrapper select,
body .gform_wrapper.gf_rtl_wrapper input[type="text"],
body .gform_wrapper.gf_rtl_wrapper input[type="email"],
body .gform_wrapper.gf_rtl_wrapper input[type="password"],
body .gform_wrapper.gf_rtl_wrapper input[type="url"],
body .gform_wrapper.gf_rtl_wrapper input[type="tel"],
body .gform_wrapper.gf_rtl_wrapper input[type="submit"],
body .gform_wrapper.gf_rtl_wrapper input[type="button"],
body .gform_wrapper.gf_rtl_wrapper button,
body .gform_wrapper.gf_rtl_wrapper table tr td.gfield_list_icons,
body .gform_wrapper.gf_rtl_wrapper div.validation_error,
body .gform_wrapper.gf_rtl_wrapper .gform_heading,
body .gform_wrapper.gf_rtl_wrapper h3.gform_title,
body .gform_wrapper.gf_rtl_wrapper span.gform_description,
body .gform_wrapper.gf_rtl_wrapper .gform_footer {
text-align: right !important;
direction: rtl !important;
}
body.rtl .gform_wrapper ul,
body.rtl .gform_wrapper ul li,
body .gform_wrapper.gf_rtl_wrapper ul,
body .gform_wrapper.gf_rtl_wrapper ul li {
margin-right: 0 !important;
padding-right: 0 !important;
}
body.rtl .gform_wrapper .gfield_checkbox li input[type="checkbox"],
body.rtl .gform_wrapper .gfield_radio li input[type="radio"],
body.rtl .gform_wrapper .gfield_checkbox li input,
body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper.gf_rtl_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input {
float: right !important;
}
body.rtl .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body.rtl .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body.rtl .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body.rtl .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper.gf_rtl_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper.gf_rtl_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
margin: 0 24px 0 0 !important;
direction: rtl !important;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table {
direction: rtl !important;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table th,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table td,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html span,
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html blockquote {
text-align: right !important;
direction: rtl !important;
}
body.rtl .gform_wrapper table.gfield_list th,
body.rtl .gform_wrapper table.gfield_list td,
body .gform_wrapper.gf_rtl_wrapper table.gfield_list th,
body .gform_wrapper.gf_rtl_wrapper table.gfield_list td {
padding: 0 !important;
}
body .gform_wrapper.gf_rtl_wrapper table.gfield_list {
direction: rtl !important;
}
body .gform_wrapper.gf_rtl_wrapper table.gfield_list thead th {
text-align: right !important;
}
body.rtl .gform_wrapper table input,
body .gform_wrapper.gf_rtl_wrapper table input {
float: right !important;
}
body.rtl .gform_wrapper.recaptchatable #recaptcha_response_field,
body .gform_wrapper.gf_rtl_wrapper .recaptchatable #recaptcha_response_field {
position: static !important;
}
body.rtl .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice,
body .gform_wrapper.gf_rtl_wrapper .chosen-container-multi ul.chosen-choices li.search-choice {
float: right !important;
margin: 3px 5px 3px 0 !important;
}
body.rtl .gform_wrapper .chosen-container ul.chosen-choices li.search-field,
body .gform_wrapper.gf_rtl_wrapper .chosen-container ul.chosen-choices li.search-field {
float: right !important;
}
body.rtl .gform_wrapper ul:not(.top_label) .gfield_label,
body .gform_wrapper.gf_rtl_wrapper ul:not(.top_label) .gfield_label {
float: right !important;
margin: 0 0 0 15px !important;
}
body.rtl .gform_wrapper .right_label .gfield_label,
body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_label {
text-align: left !important;
}
body.rtl .gform_wrapper ul:not(.top_label) .gfield_description,
body.rtl .gform_wrapper ul:not(.top_label) .instruction,
body .gform_wrapper.gf_rtl_wrapper ul:not(.top_label) .gfield_description,
body .gform_wrapper.gf_rtl_wrapper ul:not(.top_label) .instruction {
margin-right: 31% !important;
margin-left: 0 !important;
}
body.rtl .gform_wrapper ul:not(.top_label) div.ginput_complex,
body .gform_wrapper.gf_rtl_wrapper ul:not(.top_label) div.ginput_complex {
margin-right: 31% !important;
margin-left: 0 !important;
}
body.rtl .gform_wrapper ul:not(.top_label) .gfield_description,
body .gform_wrapper.gf_rtl_wrapper ul:not(.top_label) .gfield_description {
padding: 0;
}
body.rtl .gform_wrapper ul:not(.top_label) li.gfield_html_formatted,
body .gform_wrapper.gf_rtl_wrapper ul:not(.top_label) li.gfield_html_formatted {
margin-left: 0 !important;
margin-right: 32% !important;
}
body.rtl .gform_wrapper .gform_footer.right_label,
body.rtl .gform_wrapper .gform_footer.left_label,
body .gform_wrapper.gf_rtl_wrapper .gform_footer.right_label,
body .gform_wrapper.gf_rtl_wrapper .gform_footer.left_label {
padding: 16px 31% 10px 0 !important;
}
html[dir="rtl"] .gform_wrapper .ginput_right select,
body.rtl .gform_wrapper .ginput_right select,
body .gform_wrapper.gf_rtl_wrapper .ginput_right select {
margin-right: 2px;
}
html[dir="rtl"] .gform_wrapper img.ui-datepicker-trigger,
body.rtl .gform_wrapper img.ui-datepicker-trigger,
body .gform_wrapper.gf_rtl_wrapper img.ui-datepicker-trigger {
margin: 4px 2px 0 0;
}
html[dir="rtl"] .gform_wrapper .gf_progressbar_percentage span,
body.rtl .gform_wrapper .gf_progressbar_percentage span,
body .gform_wrapper.gf_rtl_wrapper .gf_progressbar_percentage span {
display: block;
width: auto;
float: left !important;
}
html[dir="rtl"] .gform_wrapper .gf_step span.gf_step_number,
body.rtl .gform_wrapper .gf_step span.gf_step_number,
body .gform_wrapper.gf_rtl_wrapper .gf_step span.gf_step_number {
float: right !important;
}
html[dir="rtl"] .gform_wrapper .gf_step,
body.rtl .gform_wrapper .gf_step,
body .gform_wrapper.gf_rtl_wrapper .gform_wrapper .gf_step {
margin: 0 0 10px 10px !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container .chosen-results li.active-result,
body.rtl .gform_wrapper .chosen-container .chosen-results li.active-result,
body .gform_wrapper.gf_rtl_wrapper .chosen-container .chosen-results li.active-result {
padding-right: 24px !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
body.rtl .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
body .gform_wrapper.gf_rtl_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
right: 5px !important;
}
html[dir="rtl"] .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice span,
body.rtl .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice span,
body .gform_wrapper.gf_rtl_wrapper .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice span {
display: block;
margin-right: 19px !important;
}
html[dir="rtl"] div#preview_hdr span.actionlinks {
float: left !important;
text-align: left !important;
}
html[dir="rtl"] div#preview_hdr div:first-child {
background-position: right center !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
html[dir="rtl"] .gform_wrapper .gfield_visibility_hidden,
html[dir="rtl"] .gform_wrapper .gf_invisible {
left: auto; right: -9999px;
}
html[dir="rtl"] .gform_wrapper .gf_progressbar_percentage {
border-radius: 4px 20px 20px 4px;
}
/* admin RTL support */
html[dir="rtl"] body.wp-admin * {
direction: rtl !important;
}
html[dir="rtl"] body.wp-admin li.gf_form_switcher {
display: block;
position: relative;
right: 0;
}
html[dir="rtl"] body.wp-admin li.gf_form_switcher select {
}
html[dir="rtl"] body.wp-admin div#add_fields {
float: left;
}
html[dir="rtl"] body.wp-admin .button-title-link div.add-buttons-title {
position: relative;
background-image: url(../images/gf-expand-title-bg-rtl.png);
background-position: left 0;
text-align: right;
padding: 8px 14px 0 0 !important;
}
html[dir="rtl"] body.wp-admin ul#gf_form_toolbar_links {
padding: 0 6px 0 0 !important;
}
html[dir="rtl"] body.wp-admin .top_label .gfield_label {
margin: 8px 6px 4px 0;
}
html[dir="rtl"] body.wp-admin .gfield_checkbox li input[type=checkbox],
html[dir="rtl"] body.wp-admin .gfield_radio li input[type=radio],
html[dir="rtl"] body.wp-admin .gfield_checkbox li input {
float: right !important;
margin-left: 2px !important;
margin-right: 1px !important;
}
html[dir="rtl"] body.wp-admin .ginput_complex .ginput_left,
html[dir="rtl"] body.wp-admin .ginput_complex .ginput_right {
float: right !important;
}
html[dir="rtl"] body.wp-admin .gfield_time_hour,
html[dir="rtl"] body.wp-admin .gfield_time_minute {
float: right;
}
html[dir="rtl"] body.wp-admin .gfield_date_month,
html[dir="rtl"] body.wp-admin .gfield_date_day,
html[dir="rtl"] body.wp-admin .gfield_date_year {
float: right !important;
}
html[dir="rtl"] body.wp-admin img#gfield_input_datepicker_icon {
left: -4px;
}
html[dir="rtl"] body.wp-admin div#gf_nofield_1_instructions {
background-position: 0 -1995px;
}
html[dir="rtl"] body.wp-admin div#gf_nofield_1_instructions span {
margin-left: 300px;
}
html[dir="rtl"] body.wp-admin ul#gform_fields li#no-fields div.newform_notice span {
position: absolute;
right:340px;
top: 40px;
background-position: 0 -1880px;
}
html[dir="rtl"] body.wp-admin .gf_new_form_modal_container .setting-row label {
float: right !important;
}
html[dir="rtl"] body.wp-admin .gf_new_form_modal_container div.submit-row input#save_new_form.button {
float: right !important;
}
html[dir="rtl"] body.wp-admin #TB_ajaxWindowTitle {
float: right !important;
}
html[dir="rtl"] body.wp-admin #TB_closeAjaxWindow {
float: left !important;
}
html[dir="rtl"] body.wp-admin .gform_tabs li.active a {
position: relative;
right: -1px;
padding: 6px 10px 6px 10px !important;
}
html[dir="rtl"] body.wp-admin a.tooltip,
html[dir="rtl"] body.wp-admin a.tooltip_left,
html[dir="rtl"] body.wp-admin a.tooltip_bottomleft {
overflow: hidden;
}
html[dir="rtl"] body.wp-admin h2.gf_admin_page_title span.gf_admin_page_subtitle span.gf_admin_page_formid {
margin: 0 0 0 8px !important;
}
html[dir="rtl"] body.wp-admin p.submit input.gf_settings_savebutton {
float: right;
}
html[dir="rtl"] body.wp-admin p[style] {
text-align: right !important;
}
html[dir="rtl"] body.wp-admin div.delete-alert {
padding: 0 20px 20px 20px;
}
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right,
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container_address .ginput_left:nth-of-type(odd) {
padding-right: 0 !important;
padding-left: 16px !important;
}
html[dir="rtl"] .gform_wrapper span.ginput_left,
html[dir="rtl"] .gform_wrapper ul.gform_fields li.gfield {
padding-left: 16px;
padding-right: 0;
}
html[dir="rtl"] .gform_wrapper ul.gform_fields li.gfield.gfield_error {
padding-right: 16px !important;
}
html[dir="rtl"] div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
html[dir="rtl"] div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
html[dir="rtl"] div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
html[dir="rtl"] div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
margin-right: 0 !important;
padding-right: 0;
margin-left: -4px;
}
html[dir="rtl"] div.ginput_container_name span {
padding-right: 0;
padding-left: 16px;
margin-right: 0;
margin-left: -4px;
}
html[dir="rtl"] div#preview_hdr span.toggle_helpers {
float: left;
}
html[dir="rtl"] div#preview_hdr span.toggle_helpers label,
html[dir="rtl"] div#preview_hdr span.toggle_helpers input {
display: -moz-inline-stack;
display: inline-block;
}
html[dir="rtl"] div#preview_note {
border-right: 4px solid #ffba00;
border-left: none !important;
}
html[dir="rtl"] .gform_wrapper span.gfield_required {
margin-left: 0;
margin-right: 4px;
}
html[dir="rtl"] .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
padding: 0 24px 14px 0;
}
html[dir="rtl"] .gform_wrapper .gfield_time_hour i {
float: left;
}
html[dir="rtl"] .gform_wrapper .description, .gform_wrapper .gfield_description,
html[dir="rtl"] .gform_wrapper .gsection_description {
padding: 10px 0 10px 16px;
}
html[dir="rtl"] .gform_wrapper .gform_card_icon_container div {
float: right;
}
html[dir="rtl"] .gform_wrapper .ginput_complex .ginput_cardinfo_left,
html[dir="rtl"] .gform_wrapper .ginput_complex .ginput_cardinfo_right {
float: right;
}
html[dir="rtl"] .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
right: 6px;
top: -1px;
width: 32px;
}
html[dir="rtl"] .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
background-position: 100% top;
}
html[dir="rtl"] div.form_saved_message,
html[dir="rtl"] div.form_saved_message * {
text-align: center !important;
}
html[dir="rtl"] .gform_wrapper .gfield_checkbox li label,
html[dir="rtl"] .gform_wrapper .gfield_radio li label {
margin: 0 4px 0 0;
}
html[dir="rtl"] .gform_wrapper:not(.gf_browser_gecko):not(.gf_browser_ie) select {
background-position: 3.5% center;
}
html[dir="rtl"] .gform_wrapper .gform_fileupload_multifile .gform_drop_area,
html[dir="rtl"] .gform_wrapper span.gform_drop_instructions {
text-align: center;
}
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
padding-left: 16px;
padding-right: 0;
}
html[dir="rtl"] .gform_wrapper div.validation_error {
text-align: center;
}
html[dir="rtl"] .gform_wrapper span.ginput_price {
float: right;
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1024px) {
/* Force the list table to not be like tables anymore */
html[dir="rtl"] .gform_wrapper table.gfield_list {
border: 0;
}
html[dir="rtl"] .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
margin: 8px 1px 3px 0;
}
html[dir="rtl"] .gform_wrapper table.gfield_list td {
clear: both;
}
html[dir="rtl"] .gform_wrapper table.gfield_list td:last-child(2) {
padding-bottom: 4px !important;
}
html[dir="rtl"] .gform_wrapper table.gfield_list td.gfield_list_icons {
vertical-align: middle;
padding: 0 4px 4px 0 !important;
}
}
/* media queries - tablet or desktop */
@media only screen and (min-width: 641px) {
html[dir="rtl"] .gform_wrapper ul:not(.top_label) .gfield_label {
float: right !important;
margin: 0 0 0 15px !important;
}
html[dir="rtl"] .gform_wrapper ul:not(.top_label) .ginput_container:not(.ginput_container_time),
html[dir="rtl"] .gform_wrapper ul:not(.top_label) .gfield_description {
width: 70%;
margin-right: 29%;
margin-left: 0;
}
html[dir="rtl"] .gform_wrapper ul:not(.top_label) .gfield_description,
html[dir="rtl"] .gform_wrapper .ul:not(.top_label) .instruction {
margin-right: 29% !important;
margin-left: 0 !important;
}
html[dir="rtl"] .gform_wrapper ul:not(.top_label) div.ginput_complex {
margin-right: 31% !important;
margin-left: 0 !important;
}
html[dir="rtl"] .gform_wrapper ul:not(.top_label) .gfield_description {
padding: 10px 0 10px 0 !important;
}
html[dir="rtl"] .gform_wrapper ul:not(.top_label) li.gfield_html_formatted {
margin-left: 0 !important;
margin-right: 32% !important;
}
html[dir="rtl"] .gform_wrapper .gform_footer.right_label,
html[dir="rtl"] .gform_wrapper .gform_footer.left_label {
padding: 16px 31% 10px 0 !important;
}
html[dir="rtl"] .gform_wrapper .gform_footer a.gform_save_link,
html[dir="rtl"] .gform_wrapper .gform_page_footer a.gform_save_link {
margin-right: 16px;
}
html[dir="rtl"] .gform_wrapper table input {
float: right !important;
}
html[dir="rtl"] .gform_wrapper .left_label li.gfield .gfield_password_strength,
html[dir="rtl"] .gform_wrapper .right_label li.gfield .gfield_password_strength {
margin-left: 0;
margin-right: 29%;
width: 70%;
text-align: center !important;
}
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
margin-right: 0;
}
html[dir="rtl"] .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
margin: 0 0 0 -4px;
}
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
padding-right: 0 !important;
margin-right: 0 !important;
}
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
margin-right: 0;
}
html[dir="rtl"] .gform_wrapper ul li.gf_right_half {
margin-left: 0;
}
html[dir="rtl"] .gform_wrapper .gform_footer input.button,
html[dir="rtl"] .gform_wrapper .gform_page_footer input.button,
html[dir="rtl"] .gform_wrapper .gform_footer input[type=submit],
html[dir="rtl"] .gform_wrapper .gform_page_footer input[type=submit] {
margin: 0 0 0 16px;
}
}
@media only screen and (max-width: 641px) {
html[dir="rtl"] body .gform_wrapper .gform_page_footer .button.gform_previous_button,
html[dir="rtl"] body .gform_wrapper .gform_page_footer .button.gform_next_button,
html[dir="rtl"] body .gform_wrapper .gform_footer .button.gform_button,
html[dir="rtl"] body .gform_wrapper .gform_page_footer .button.gform_button,
html[dir="rtl"] body .gform_wrapper .gform_page_footer,
html[dir="rtl"] body .gform_wrapper .gform_page_footer,
html[dir="rtl"] body .gform_wrapper .gform_footer a.gform_save_link,
html[dir="rtl"] body .gform_wrapper .gform_page_footer a.gform_save_link {
text-align: center !important;
}
html[dir="rtl"] div.ginput_container_name span {
padding-left: 0;
}
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right,
html[dir="rtl"] .gform_wrapper .ginput_complex.ginput_container_address .ginput_left:nth-of-type(odd) {
padding-right: 0 !important;
padding-left: 0 !important;
}
html[dir="rtl"] .gform_footer,
html[dir="rtl"] .gform_page_footer {
padding-left: 16px;
}
html[dir="rtl"] .gform_wrapper {
padding-right: 16px;
}
}
/* RTL tweaks for Firefox */
body.rtl .gform_wrapper.gf_browser_gecko .top_label input[type="file"],
body.rtl .gform_wrapper.gf_browser_gecko .left_label input[type="file"],
body.rtl .gform_wrapper.gf_browser_gecko .right_label input[type="file"],
body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .top_label input[type="file"],
body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .left_label input[type="file"],
body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .right_label input[type="file"] {
width: 55% !important;
direction: rtl;
}