PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / 1.3.1
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel v1.3.1
trunk 0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / static / css / admin.css
wp-all-export / static / css Last commit date
admin-ie.css 12 years ago admin-wp-3.8.css 12 years ago admin-wp-4.4.css 10 years ago admin.css 4 years ago upgrade-notice.css 4 years ago upgrade-notice.css.map 4 years ago upgrade-notice.scss 4 years ago
admin.css
4430 lines
1 .wpallexport-plugin .help_custom_xml,
2 .wpallexport-plugin .preview_a_custom_xml_row,
3 .wpallexport-plugin .preview_a_row,
4 .wpallexport-plugin .add_column,
5 .wpallexport-plugin .wp_all_export_auto_generate_data,
6 .wpallexport-plugin .wp_all_export_clear_all_data{
7 background: #40acad;
8 -moz-border-radius: 4px;
9 -khtml-border-radius: 4px;
10 -webkit-border-radius: 4px;
11 border-radius: 4px;
12 clear: both;
13 color: #fff !important;
14 float: right;
15 font-size: 14px;
16 /*margin: 10px 0;*/
17 padding: 10px 20px 10px 20px;
18 border: none;
19 cursor: pointer;
20 }
21 .wpallexport-plugin .custom_xml_upgrade_notice,
22 .wpallexport-plugin .disabled_fields_upgrade_notice{
23 display: none;
24 }
25 .wpallexport-plugin .wp_all_export_disabled_button{
26 background: #e4e6e6 !important;
27 color: #777 !important;
28 cursor: default !important;
29 }
30 .wpallexport-plugin .wp_all_export_custom_xml_help,
31 .wpallexport-plugin .wp_all_export_scheduling_help
32 {
33 padding: 15px;
34 background: #fff;
35 font-size: 12px;
36 /*max-height: 600px;*/
37 overflow: auto;
38 }
39 .wpallexport-plugin .wp_all_export_custom_xml_help p,
40 .wpallexport-plugin .wp_all_export_scheduling_help p
41 {
42 font-size: 12px;
43 padding-left: 11px;
44 }
45 .wpallexport-plugin .wp_all_export_custom_xml_help ul,
46 .wpallexport-plugin .wp_all_export_scheduling_help ul
47 {
48 list-style: inside;
49 padding-left: 12px;
50 }
51 .wpallexport-plugin .wp_all_export_custom_xml_help h2,
52 .wpallexport-plugin .wp_all_export_scheduling_help h2
53 {
54 margin: 0;
55 }
56 .wpallexport-plugin .wp_all_export_custom_xml_help h3,
57 .wpallexport-plugin .wp_all_export_scheduling_help h3
58 {
59 color: #40acad;
60 cursor: pointer;
61 /*font-family: "Open Sans",​​sans-serif;*/
62 font-size: 14px;
63 font-weight: normal;
64 margin: 5px 0;
65 }
66
67 .wpallexport-plugin .code-block {
68 border-radius: 2px 2px 2px 2px;
69 -moz-border-radius: 2px 2px 2px 2px;
70 -webkit-border-radius: 2px 2px 2px 2px;
71 border: 0px solid #000000;
72 background-color: #F1F1F1;
73 padding-top: 10px;
74 padding-bottom: 10px;
75 }
76
77 .wpallexport-plugin .wp_all_export_code{
78 font-family: monospace;
79 font-size: 12px;
80 }
81 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment{
82 color:#a50;
83 }
84 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag{
85 color:#170;
86 }
87 .wpallexport-plugin .wp_all_export_code p.wp_all_export_code_comment,
88 .wpallexport-plugin .wp_all_export_code p.wp_all_export_code_tag{
89 margin: 0;
90 }
91 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv1,
92 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv1{
93 padding-left: 15px;
94 }
95 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv2,
96 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv2{
97 padding-left: 30px;
98 }
99 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv3,
100 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv3{
101 padding-left: 45px;
102 }
103 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag .wp_all_export_code_text{
104 color:#000;
105 font-weight: bold;
106 }
107 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_text{
108 color:#000;
109 font-weight: bold;
110 }
111 .wpallexport-plugin .wp_all_export_help_tab{
112 display: none;
113 padding-bottom: 15px;
114 }
115 .wpallexport-plugin .wp_all_export_auto_generate_data,
116 .wpallexport-plugin .wp_all_export_clear_all_data{
117 clear: none;
118 margin-left: 20px;
119 float: left;
120 }
121 .wpallexport-plugin fieldset.column{
122 display: none;
123 }
124 .wpallexport-plugin fieldset.optionsset .template{
125 display: none;
126 }
127 .wpallexport-plugin .custom_column, .wpallexport-plugin .default_column{
128 background: none repeat scroll 0 0 #FFFFFF;
129 border: 1px solid #CCCCCC;
130 cursor: move;
131 /*float: left;*/
132 margin: 0 5px 5px 5px;
133 padding: 10px;
134 position: relative;
135 }
136
137 .wpallexport-plugin .custom_column label {
138 cursor: move;
139 }
140
141 .wpallexport-plugin #wp_all_export_auto_generate_data{
142 background: #38a659 none repeat scroll 0 0;
143 color: #fff;
144 display: block;
145 margin: 10px 5px;
146 padding: 10px;
147 text-align: center;
148 text-decoration: none;
149 }
150 .wpallexport-plugin .wpallexport-free-edition-notice{
151 display: block;
152 margin: 5px;
153 padding: 20px;
154 text-align: center;
155 background-color: #FFB8B8;
156 border: 1px solid #FF8383;
157 color: #000;
158 }
159 .wpallexport-plugin .wpallexport-free-edition-notice p{
160 color: #000 !important;
161 font-size: 1.3em !important;
162 margin-bottom: 0;
163 }
164
165 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-user-export-notice p,
166 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_customer-export-notice p,
167 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_order-export-notice p,
168 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_coupon-export-notice p,
169 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_review-export-notice p,
170 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-comments-export-notice p,
171 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-taxonomies-export-notice p,
172 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-product-export-notice p
173
174 {
175 margin-bottom: 1em;
176 margin-top: 0;
177 }
178
179
180 .wpallexport-plugin .upgrade_link{
181 color: #000 !important;
182 font-size: 1.3em;
183 text-decoration: underline !important;
184 }
185 .wpallexport-plugin .wpallexport-user-export-notice,
186 .wpallexport-plugin .wpallexport-shop_customer-export-notice,
187 .wpallexport-plugin .wpallexport-shop_review-export-notice,
188 .wpallexport-plugin .wpallexport-shop_order-export-notice,
189 .wpallexport-plugin .wpallexport-shop_coupon-export-notice,
190 .wpallexport-plugin .wpallexport-reviews-export-notice,
191 .wpallexport-plugin .wpallexport-comments-export-notice,
192 .wpallexport-plugin .wpallexport-taxonomies-export-notice,
193 .wpallexport-plugin .wpallexport-product-export-notice {
194 padding: 20px;
195 display: none;
196 width: 558px;
197 margin: 0 auto;
198 }
199 .wpallexport-plugin li.wpallexport_disabled div{
200 background: #dfdfdf;
201 }
202 .wpallexport-plugin .custom_column.active, .wpallexport-plugin .default_column.active{
203 background: #ccc;
204 }
205 .wpallexport-plugin fieldset.column .error{
206 background: pink;
207 }
208 .wpallexport-plugin #columns_to_export {
209 list-style-type: none;
210 margin: 0;
211 padding: 0;
212 /*height: 250px; */
213 /*width: 450px; */
214 }
215 .wpallexport-plugin #columns_to_export li {
216 margin: 5px 3px 3px 0;
217 padding: 1px;
218 float: left;
219 min-width: 115px;
220 /*height: 90px; */
221 text-align: center;
222 }
223 .wpallexport-plugin .wpallexport-edit-row-title{
224 display: none;
225 }
226 .wpallexport-plugin .wpallexport-xml-element{
227 color: green;
228 }
229 .wpallexport-plugin .columns-to-export-content ol,
230 .wpallexport-plugin .pmxe-state-hover,
231 .wpallexport-plugin .pmxe-state-default{
232 width: 100%;
233 height: 235px;
234 border: 4px dashed #bbb;
235 margin-left: 0;
236 overflow: auto;
237 }
238 .wpallexport-plugin .CodeMirror-line.pmxe-state-hover,
239 .wpallexport-plugin .CodeMirror-line.pmxe-state-default{
240 width: 100%;
241 height: 18px;
242 margin-left: 0;
243 overflow: auto;
244 max-width: 900px;
245 }
246 .wpallexport-plugin .av-state-default{
247 overflow: hidden;
248 height: 100%;
249 width: 100%;
250 border: 4px dashed #bbb;
251 }
252 .wpallexport-plugin .columns-to-export-content ol li.placeholder{
253 font-size: 20px;
254 line-height: 26px;
255 margin-bottom: 0;
256 margin-left: 25% !important;
257 margin-right: auto;
258 margin-top: 7% !important;
259 text-align: center;
260 width: 450px;
261 }
262 .wpallexport-plugin li.ui-draggable{
263 list-style: none !important;
264 }
265 .wpallexport-plugin #available_data{
266 padding: 0;
267 background: #fafafa;
268 border: 1px solid #ddd;
269 overflow: hidden;
270 }
271 .wpallexport-plugin #available_data .title,
272 .wpallexport-plugin .wp-all-export-edit-column .title,
273 .wpallexport-plugin .wp-all-export-custom-xml-help .title,
274 .wpallexport-plugin .wp-all-export-scheduling-help .title
275 {
276 font-weight: bold;
277 padding: 12px 8px;
278 color: #464646;
279 background: #fff;
280 font-size: 12px;
281 text-align: center;
282 border-bottom: 1px solid #ddd;
283 -moz-border-radius-topleft: 4px;
284 -webkit-border-top-left-radius: 4px;
285 border-top-left-radius: 4px;
286 -moz-border-radius-topright: 4px;
287 -webkit-border-top-right-radius: 4px;
288 border-top-right-radius: 4px;
289 }
290 .wpallexport-plugin .wp-all-export-custom-xml-help,
291 .wpallexport-plugin .wp-all-export-scheduling-help
292 {
293 position: fixed;
294 top: 8%;
295 width: 515px;
296 z-index: 999999;
297 border: 1px solid #ccc;
298 display: none;
299 margin-bottom: 20px;
300 padding: 0 !important;
301 }
302
303 .wpallexport-plugin .wp-all-export-edit-column{
304
305 position: fixed;
306 top: 8%;
307 width: 850px;
308 z-index: 999999;
309 border: 1px solid #ccc;
310 display: none;
311 margin-bottom: 20px;
312 padding: 0 !important;
313 }
314 .wpallexport-plugin .wp-all-export-edit-column form,
315 .wpallexport-plugin .wp-all-export-custom-xml-help form{
316 /*padding: 10px;*/
317 background: #fff;
318 }
319 .wpallexport-plugin #available_data ul li .pmxe_remove_column{
320 display: none;
321 }
322
323 .wpallexport-plugin span.wpai-license-text {
324 margin-left: 8px;
325 }
326
327 .wpallexport-plugin .wpai-license,
328 .wpallexport-plugin .wpai-no-license {
329 display: flex;
330 }
331
332 .wpallexport-plugin .wpae-available-fields-group{
333 background: none repeat scroll 0 0 white;
334 border: 1px dotted #ccc;
335 font-weight: bold;
336 margin: 5px;
337 padding: 10px;
338 cursor: pointer;
339 }
340 .wpallexport-plugin .wp-all-export-warning,
341 .wpallexport-plugin .wp-all-export-product-bundle-warning,
342 .wpallexport-plugin .wp-all-export-sku-warning,
343 .wpallexport-plugin .wp-all-export-advanced-query-warning,
344 .wpallexport-plugin .wp-all-export-product-type-warning{
345 position: relative;
346 clear: both;
347 background: none repeat scroll 0 0 #fff;
348 border-left: 4px solid #ffa500;
349 box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
350 margin: 0;
351 padding: 1px 12px;
352 }
353 .wpallexport-plugin .wp-all-export-product-bundle-warning,
354 .wpallexport-plugin .wp-all-export-warning{
355 margin-top: 20px;
356 }
357 .wpallexport-plugin .wp-all-export-warning .notice-dismiss{
358 margin-top: 5px;
359 }
360 .wpallexport-plugin .wpallexport-csv-delimiter{
361 float: right;
362 position: relative;
363 right: 30px;
364 top: -16px;
365 }
366 .wpallexport-plugin .wpallexport-csv-delimiter input[type="text"]{
367 vertical-align:middle;
368 font-size:11px;
369 background:#fff !important;
370 width: 40px !important;
371 text-align: center;
372 }
373 .wpallexport-plugin .wp-all-export-warning h3,
374 .wpallexport-plugin .wp-all-export-sku-warning h3,
375 .wpallexport-plugin .wp-all-export-advanced-query-warning h3,
376 .wpallexport-plugin .wp-all-export-product-type-warning h3{
377 font-size: 14px;
378 }
379 .wpallexport-plugin .wpae-available-fields-group .wpae-expander{
380 float: right;
381 }
382 .wpallexport-plugin .wpae-taxonomy-fields,
383 .wpallexport-plugin .wpae-custom-field,
384 .wpallexport-plugin .wpae-other-fields{
385 display: none;
386 }
387
388 .wpae-custom-field .wpallexport-free-edition-notice {
389 margin-left: 20px;
390 }
391
392 .wpallexport-plugin .pmxe_remove_column{
393 color: red;
394 cursor: pointer;
395 font-weight: bold;
396 position: absolute;
397 right: -4px;
398 text-decoration: none;
399 top: -8px;
400 }
401 .wpallexport-plugin .pmxe_field_type{
402 /*width: 240px;*/
403 /*height: 30px;*/
404 }
405 .wpallexport-plugin .pmxe_preview{
406 width: 100%;
407 }
408 .wpallexport-plugin .pmxe_preview tr td{
409 border: 1px solid #ccc;
410 padding: 3px;
411 vertical-align: top;
412 }
413 .wpallexport-plugin .pmxe_date_format_wrapper{
414 display: none;
415 }
416 .wpallexport-plugin span.auto-generate-template{
417 color: #888;
418 display: block;
419 font-size: 12px;
420 /*margin-right: 190px;*/
421 opacity: 0.7;
422 }
423 .wpallexport-plugin .wpallexport-filtering-wrapper{
424 overflow: hidden;
425 background: #fff none repeat scroll 0 0;
426 border-color: #ddd;
427 border-style: solid;
428 border-width: 1px;
429 padding: 0 20px 0;
430 margin-top: 20px;
431 display: none;
432 }
433 .wpallexport-plugin .last_condition{
434 display: none !important;
435 }
436
437 .wpallexport-plugin #date_field_notice{
438 display: none;
439 }
440 .wpallexport-plugin .wp_all_export_btn_with_note{
441 display: inline-block;
442 }
443
444 .wpallexport-plugin .wpallexport-import-to-format{
445 background: #f6f5f1 none repeat scroll 0 0;
446 border: 1px solid #cfceca;
447 color: #888 !important;
448 display: inline-block;
449 font-size: 18px;
450 height: 50px;
451 line-height: 10px;
452 padding-top: 25px;
453 text-align: center;
454 text-decoration: none;
455 max-width: 295px;
456 width:40%;
457 margin-right: 10px;
458 position: relative;
459
460 }
461 .wpallexport-plugin .wpallexport-import-to-format.selected{
462 background: #38a659 none repeat scroll 0 0;
463 border: 1px solid #3da55c;
464 color: #fff !important;
465 }
466
467 .wpallexport-plugin .wpallexport-import-to-format span.wpallexport-import-to-arrow{
468 display: none;
469 }
470 .wpallexport-plugin .wpallexport-import-to-format.selected span.wpallexport-import-to-arrow{
471 background: url('../img/bottom_arrow.png') no-repeat;
472 position: absolute;
473 bottom: -12px;
474 left: 48%;
475 display: block;
476 height: 14px;
477 width: 24px;
478 }
479
480
481 .wpallexport-plugin .wpallexport-import-to-format.wpallexport-csv-type span.wpallexport-import-to-title:before{
482 color: #888;
483 content: "\f495";
484 font-family: "dashicons";
485 font-size: 30px;
486 padding-right: 5px;
487 position: relative;
488 top: 7px;
489 }
490 .wpallexport-plugin .wpallexport-import-to-format.wpallexport-xml-type span.wpallexport-import-to-title:before{
491 color: #888;
492 content: "\f499";
493 font-family: "dashicons";
494 font-size: 30px;
495 padding-right: 5px;
496 position: relative;
497 top: 7px;
498 }
499 .wpallexport-plugin .wpallexport-import-to-format.wpallexport-csv-type.selected span.wpallexport-import-to-title:before,
500 .wpallexport-plugin .wpallexport-import-to-format.wpallexport-xml-type.selected span.wpallexport-import-to-title:before{
501 color: #a3ddb4;
502 }
503
504 .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options{
505 margin: 10px auto;
506 text-align: center;
507 }
508 .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options .wpallexport-csv-options,
509 .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options .wpallexport-xml-options{
510 margin: 0 auto;
511 min-height: 30px;
512 width: 83%;
513 max-width:605px;
514 }
515
516 .wpallexport-plugin #available_data div.wpae-custom-field{
517 overflow: auto;
518 height: auto;
519 /*max-height: 500px; */
520 }
521
522 .wp-all-export-custom-xml-drag-over{
523 border: none !important;
524 margin: 0;
525 padding: 0;
526 width: auto !important;
527 min-width: 350px;
528 text-align: left;
529 background: none !important;
530 }
531
532 .wp-all-export-custom-xml-drag-over .wpallexport-xml-element span{
533 color: #000;
534 font-weight: bold;
535 }
536 .wpallexport-plugin .taxonomy_to_export_wrapper{
537 display: none;
538 }
539 .wpallexport-plugin .wp-all-export-advanced-field-options-content{
540 padding: 14px 0;
541 }
542 .wpallexport-plugin .wp-all-export-additional-csv-options{
543 margin-left: 20px;
544 }
545 /*--------------------------------------------------------------------------
546 *
547 * Basic rules
548 *
549 *-------------------------------------------------------------------------*/
550
551 .wpallexport-plugin hr {
552 height: 1px;
553 border-width: 0px;
554 color: #ddd;
555 background-color: #ddd;
556 margin-bottom: 15px;
557 }
558 .wpallexport-plugin a:focus,
559 .wpallexport-plugin input:focus{ box-shadow: none; }
560
561 .wpallexport-plugin a.wpallexport-help {
562 overflow: hidden;
563 text-indent: -99999px;
564 display: inline-block;
565 width: 16px;
566 height: 16px;
567 background-repeat: no-repeat;
568 background-image: url("../img/help.png");
569 vertical-align: middle;
570 margin-left: 5px;
571 position: relative;
572 top: 4px;
573 background-size: cover;
574 }
575 .wpallexport-plugin input.datepicker {
576 width: 8em;
577 }
578 .wpallexport-plugin button.ui-datepicker-trigger {
579 background-image: url("../img/date-picker.gif");
580 background-repeat: no-repeat;
581 cursor: pointer;
582 border: none;
583 margin: 1px;
584 width: 21px;
585 height: 18px;
586 vertical-align: middle;
587 }
588 .wpallexport-plugin .progress-msg {
589 font-style: italic;
590 display: none;
591 }
592 .wpallexport-plugin .loading {
593 cursor: progress;
594 background-repeat: no-repeat;
595 background-position: center;
596 }
597 .wpallexport-plugin .preload {
598 background-repeat: no-repeat;
599 background-position: 50% 10px;
600 min-height: 35px;
601 }
602 .wpallexport-plugin .wpallexport-preview-preload {
603 background-repeat: no-repeat;
604 background-position: 50% 20px;
605 height: 80px;
606 }
607 .wpallexport-plugin .back{
608 background: url("../img/back.png") no-repeat scroll 8% 50% #e4e6e6;
609 color: #777;
610 display: inline-block;
611 font-size: 14px;
612 font-weight: bold;
613 height: 46px;
614 line-height: 46px;
615 padding: 0 30px 0 40px;
616 position: relative;
617 text-decoration: none;
618 }
619 .wpallexport-plugin .wpallexport-large-button{
620 box-shadow: none !important;
621 vertical-align:bottom !important;
622 height: 40px;
623 line-height: 39px;
624 /*margin-left: 10px;*/
625 background: url('../img/continue.png') no-repeat 93% 50% #425f9a;
626 border: none;
627 }
628 .wpallexport-plugin .wpallexport-large-button:hover,
629 .wpallexport-plugin .wpallexport-large-button:active,
630 .wpallexport-plugin .wpallexport-large-button:focus{
631 background: url('../img/continue.png') no-repeat 93% 50% #425f9a;
632 border: none;
633 box-shadow: none;
634 }
635
636 /*@+ header */
637 .wpallexport-plugin .wpallexport-logo{
638 background: url(../img/logo.svg) no-repeat;
639 background-size: 55px 55px;
640 width: 55px;
641 height: 55px;
642 margin-top: 8px;
643 margin-bottom: 8px;
644 float: left;
645 margin-right: 8px;
646 }
647 .wpallexport-plugin .wpallexport-title{
648 float: left;
649 }
650 .wpallexport-plugin .wpallexport-title p{
651 font-size: 18px !important;
652 line-height: 16px;
653 color: #777;
654 margin-top: 0;
655 margin-bottom: 0;
656 }
657 .wpallexport-plugin .wpallexport-title h2,
658 .wpallexport-plugin .wpallexport-title h3{
659 font-size: 33px;
660 color: #425f9a;
661 font-weight: bold;
662 padding-top: 5px;
663 padding-right: 0;
664 margin-left: 2px;
665 }
666 .wpallexport-plugin .wpallexport-title h2,
667 .wpallexport-plugin .wpallexport-title h3{
668 margin: 8px 0 !important;
669 }
670 .wpallexport-plugin .wpallexport-title > h2:before,
671 .wpallexport-plugin .wpallexport-title > h3:before {
672 content: '';
673 background: url(../img/wpallexport.svg) no-repeat;
674 background-size: 134px 14px;
675 width: 134px;
676 height: 25px;
677 display: block;
678 }
679 .wpallexport-plugin .wpallexport-links{
680 float: right;
681 margin-right: 3px;
682 margin-top: 33px;
683 }
684 .wpallexport-plugin .wpallexport-links a{
685 font-size: 12px;
686 text-decoration: none;
687 }
688 /*.wpallexport-plugin .wpallexport-support{
689 color: #777;
690 float: right;
691 text-decoration: none;
692 background: url('../img/ui_4.0/support.png') 33px 12px no-repeat #fff;
693 display: block;
694 text-align: center;
695 border: 1px solid #ddd;
696 border-radius: 5px;
697 -moz-border-radius: 5px;
698 -khtml-border-radius: 5px;
699 -webkit-border-radius: 5px;
700 width: 100px;
701 height: 38px;
702 line-height: 39px;
703 margin-top: 8px;
704 padding-left: 38px;
705 font-size: 14px;
706 }*/
707 .wpallexport-plugin .pmxi_progress{
708 border-bottom: 1px solid #ddd;
709 -moz-border-radius-topleft: 4px;
710 -webkit-border-top-left-radius: 4px;
711 border-top-left-radius: 4px;
712 -moz-border-radius-topright: 4px;
713 -webkit-border-top-right-radius: 4px;
714 border-top-right-radius: 4px;
715 height: 76px;
716 }
717 .wpallexport-plugin .wpallexport-step-1 .pmxi_progress{
718 background: url("../img/ui_4.0/step_1_bar.png") no-repeat scroll center center / contain #f1f2f2;
719 }
720 .wpallexport-plugin .wpallexport-step-2 .pmxi_progress{
721 background: url("../img/ui_4.0/step_2_bar.png") no-repeat scroll center center / contain #f1f2f2;
722 }
723 .wpallexport-plugin .wpallexport-step-3 .pmxi_progress{
724 background: url("../img/ui_4.0/step_3_bar.png") no-repeat scroll center center / contain #f1f2f2;
725 }
726 .wpallexport-plugin .wpallexport-step-4 .pmxi_progress{
727 background: url("../img/ui_4.0/step_4_bar.png") no-repeat scroll center center / contain #f1f2f2;
728 }
729 .wpallexport-plugin .wpallexport-step-5 .pmxi_progress{
730 background: url("../img/ui_4.0/step_5_bar.png") no-repeat scroll center center / contain #f1f2f2;
731 }
732 .wpallexport-plugin .wpallexport-step-6 .pmxi_progress{
733 background: url("../img/ui_4.0/step_6_bar.png") no-repeat scroll center center / contain #f1f2f2;
734 }
735
736 .wpallexport-plugin .wpallexport-file-upload-result{
737 padding: 35px;
738 }
739 .wpallexport-plugin .wpallexport-step-2 .wpallexport-file-upload-result,
740 .wpallexport-plugin .wpallexport-step-3 .wpallexport-file-upload-result,
741 .wpallexport-plugin .wpallexport-step-4 .wpallexport-file-upload-result,
742 .wpallexport-plugin .wpallexport-step-5 .wpallexport-file-upload-result,
743 .wpallexport-plugin .wpallexport-step-6 .wpallexport-file-upload-result {
744 display: block;
745 }
746 .wpallexport-plugin .wpallexport-file-upload-result h2{
747 float: left;
748 padding: 0;
749 margin-top: 7px !important;
750 height: 31px;
751 }
752 .wpallexport-plugin .wpallexport-file-upload-result[rel=upload_type] h2{
753 background: url('../img/ui_4.0/cloud.png') no-repeat;
754 padding-left: 45px !important;
755 }
756 .wpallexport-plugin .wpallexport-file-upload-result[rel=url_type] h2{
757 background: url('../img/ui_4.0/cloud_url.png') no-repeat;
758 padding-left: 45px !important;
759 font-size: 14px;
760 line-height: 35px;
761 height: 35px;
762 }
763 .wpallexport-plugin .wpallexport-file-upload-result[rel=file_type] h2{
764 background: url('../img/ui_4.0/use_existing_green.png') no-repeat;
765 padding-left: 45px !important;
766 height: 35px;
767 }
768 .wpallexport-plugin .wpallexport-file-upload-result h2 .wpallexport-uploaded-file-size{
769 color: #777;
770 }
771 .wpallexport-plugin .wpallexport-file-upload-result a{
772 text-decoration: none;
773 font-size: 18px;
774 margin-top: 12px;
775 float: right;
776 margin-left: 20px;
777 padding-left: 25px;
778 }
779 .wpallexport-plugin .wpallexport-file-upload-result a:last-child{
780 margin-left: 0 !important;
781 }
782 .wpallexport-plugin .wpallexport-download-from-url{
783 background: none repeat scroll 0 0 #46ba69;
784 color: #fff;
785 display: inline-block;
786 font-size: 14px;
787 height: 19px;
788 padding: 15px;
789 position: relative;
790 text-decoration: none;
791 vertical-align: bottom;
792 }
793 .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-change-uploaded-file{
794 color:#40acad;
795 }
796 .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-change-uploaded-file:before{
797 color: #ddd;
798 content: "\f463";
799 float: left;
800 font-family: "dashicons";
801 font-size: 30px;
802 padding-right: 5px;
803 }
804 .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-remove-uploaded-file{
805 color:#dd4a58;
806 }
807 .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-remove-uploaded-file:before{
808 color: #ddd;
809 content: "\f335";
810 display: inline-block;
811 float: left;
812 font-family: "dashicons";
813 font-size: 32px;
814 }
815 /*@+*/
816
817 .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-header{
818 background: url('../img/collapser.png') no-repeat 98% 0;
819 height: 30px;
820 padding-left: 30px;
821 cursor: pointer;
822 }
823 .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-header h3{
824 font-size: 17px;
825 line-height: 30px;
826 color:#425e99;
827 -webkit-touch-callout: none;
828 -webkit-user-select: none;
829 -khtml-user-select: none;
830 -moz-user-select: none;
831 -ms-user-select: none;
832 user-select: none;
833 }
834 .wpallexport-plugin .wpallexport-collapsed.closed .wpallexport-collapsed-header{
835 background: url('../img/collapser.png') no-repeat 98% -30px;
836 }
837 .wpallexport-plugin .wpallexport-collapsed.closed .wpallexport-collapsed-header h3{
838 color:#777;
839 }
840 .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-content{
841 display: none;
842 padding: 15px 25px 25px 25px;
843 position: relative;
844 }
845 .wpallexport-plugin .wpallexport-collapsed-content-inner{
846 padding: 15px 25px 25px 25px;
847 }
848
849 .wpallexport-plugin .step_description{
850 text-align: center;
851 overflow: hidden;
852 position: relative;
853 /*width: 1200px;*/
854 }
855 .wpallexport-plugin .step_description h2{
856 color: #425f9a;
857 font-size: 23px;
858 font-weight: normal;
859 }
860 .wpallexport-plugin .step_description h3{
861 color: #777;
862 }
863
864 .wpallexport-plugin div.input > label{
865 color: #000;
866 }
867 .wpallexport-plugin div.input.pmxi_checked > label{
868 color: #000;
869 }
870
871 .wpallexport-plugin .ajax-console div.updated{
872 background: none;
873 border: none;
874 box-shadow: none;
875 }
876
877 a.wpallexport-import-to-format span.wpallexport-import-to-title {
878 font-size: 18px;
879 }
880
881 .wpallexport-plugin .wpallexport-collapsed-content a,
882 .wpallexport-plugin .wp-pointer-content a,
883 .wpallexport-plugin .wpallexport-pointer-content a,
884 .wpallexport-plugin .wpallexport-collapsed-content h4{
885 font-size: 14px;
886 margin-bottom: 5px;
887 color: #40acad;
888 text-decoration: none;
889 }
890 .wpallexport-plugin div.error,
891 .wpallexport-plugin div.updated {
892 margin-top: 15px;
893 }
894 .wpallexport-plugin div.error.license-status,
895 .wpallexport-plugin div.updated.license-status {
896 margin: 0 0 0 2px;
897 display: inline-block;
898 text-transform: capitalize;
899 padding: 2px 10px;
900 height: 18px;
901 vertical-align: 1px;
902 line-height: 17px;
903 }
904 .wpallexport-plugin .wp-pointer-content ul,
905 .wpallexport-plugin .wpallexport-pointer-content ul{
906 list-style: disc inside none;
907 margin: 20px;
908 }
909
910 .wpallexport-plugin a.add-new {
911 font-size: 18px;
912 background-color: #eee;
913 cursor: pointer;
914 padding: 6px 10px 6px 10px;
915 line-height: normal;
916 font-style: normal;
917 color: #464646;
918 border-color: #bbb;
919 -moz-border-radius: 4px 4px 4px 4px;
920 border-radius: 4px;
921 border-style: solid;
922 border-width: 1px;
923 text-decoration: none;
924 }
925 .wpallexport-plugin a.add-new:hover {
926 border-color: #666666;
927 color: #000;
928 }
929 .wpallexport-plugin div.input {
930 /*min-height: 21px;*/
931 font-size: 12px !important;
932 }
933 .wpallexport-plugin div.input > * {
934 vertical-align: middle;
935 }
936 .wpallexport-plugin .wpallexport-template select,
937 .wpallexport-plugin .options select{
938 border: 1px solid #ddd;
939 font-size: 12px;
940 /*height: 25px;*/
941 width: auto;
942 padding: 4px 25px 4px 12px;
943 color: #000;
944 }
945 .wpallexport-plugin .wpallexport-template input[type="text"],
946 .wpallexport-plugin .options input[type="text"]{
947 height: auto;
948 color: #000;
949 font-size: 14px;
950 }
951 .wpallexport-plugin .wpallexport-template .wpallexport-section select,
952 .wpallexport-plugin .options .wpallexport-section select{
953 font-size: 16px;
954 height: 40px;
955 /*padding: 10px;*/
956 border: 1px solid #ddd;
957 border-radius: 4px;
958 -moz-border-radius: 4px;
959 -khtml-border-radius: 4px;
960 -webkit-border-radius: 4px;
961 color: #777;
962 font-size: 15px;
963 width: 100%;
964 position: relative;
965 top: 0;
966 }
967 .wpallexport-plugin .wpallexport-template .wpallexport-section input[type="text"],
968 .wpallexport-plugin .options .wpallexport-section input[type="text"],
969 .wpallexport-plugin .wp-pointer-content input[type="text"]
970 {
971 font-size: 14px;
972 height: 40px;
973 border: 1px solid #ddd;
974 border-radius: 4px;
975 -moz-border-radius: 4px;
976 -khtml-border-radius: 4px;
977 -webkit-border-radius: 4px;
978 color: #000;
979 font-size: 15px;
980 position: relative;
981 top: 0;
982 }
983 .wpallexport-plugin .wpallexport-template select[multiple=multiple]{
984 height: auto !important;
985 }
986 .wpallexport-plugin .wpallexport-note {
987 color: #777;
988 font-size: 9px;
989 }
990 .wpallexport-plugin div.sub {
991 padding-left: 20px;
992 font-size: 12px;
993 }
994
995 .wpallexport-plugin .icon-item,
996 .wpallexport-plugin .add-new-custom,
997 .wpallexport-plugin .add-new-key{
998 display: inline-block;
999 width: 16px;
1000 height: 16px;
1001 margin: 0px 3px;
1002 }
1003 .wpallexport-plugin .add-new-ico,
1004 .wpallexport-plugin .add-new-cat,
1005 .wpallexport-plugin .add-new-custom,
1006 .wpallexport-plugin .add-new-key{
1007 background: url("../img/ui_4.0/add.png") no-repeat 0px 5px;
1008 font-size: 12px;
1009 width:100px;
1010 height:25px;
1011 padding-left: 20px;
1012 color:#21759B;
1013 /*font-family: "Open Sans",​sans-serif;*/
1014 padding-top: 2px;
1015 text-decoration: underline;
1016 display: block;
1017 /*margin: 0 auto; */
1018 }
1019
1020 .wpallexport-plugin .remove-ico{
1021 background: url("../img/trash.png") no-repeat;
1022 top: 5px;
1023 right: 0;
1024 position: absolute;
1025 width: 19px;
1026 height: 22px;
1027 }
1028 .wpallexport-plugin #columns .remove-field{
1029 background: url("../img/remove.png") no-repeat;
1030 top: -5px;
1031 right: -11px;
1032 position: absolute;
1033 width: 16px;
1034 height: 16px;
1035 }
1036 .wpallexport-plugin .widefat{
1037 background-color: #fff;
1038 }
1039 .wpallexport-plugin .postbox{
1040 margin: 0;
1041 }
1042 .wpallexport-plugin .action.remove{
1043 display: block;
1044 position: relative;
1045 }
1046 .wpallexport-plugin .action.remove a{
1047 background: url("../img/trash.png") no-repeat scroll 0 0 transparent;
1048 height: 22px;
1049 position: absolute;
1050 right: 20px;
1051 top:0;
1052 width: 19px;
1053 }
1054 .wpallexport-plugin .drag-element{
1055 background: url("../img/drag.png") top right no-repeat;
1056 cursor: pointer;
1057 padding-left: 25px;
1058 background-position: 0px 1px;
1059 }
1060 .wpallexport-plugin .sortable li{ position: relative; }
1061 .wpallexport-plugin ol{ margin-top: 6px; list-style: none; }
1062 .wpallexport-plugin h2.wpallexport-wp-notices{ margin-top: 0px; padding: 0px; }
1063 .wpallexport-plugin #footer-upgrade{
1064 /*float: left !important;*/
1065 }
1066 .wpallexport-plugin .wpallexport-overlay, .wpallexport-plugin .wpallexport-super-overlay {
1067 display:none;
1068 position:fixed;
1069 z-index:99999;
1070 opacity:0.7;
1071 filter:alpha(opacity=70);
1072 top:0;
1073 right:0;
1074 left:0;
1075 bottom:0;
1076 background:#777;
1077 }
1078 .wpallexport-plugin .wp-pointer{
1079 z-index: 999999 !important;
1080 }
1081 .wpallexport-plugin .tipsy{
1082 font-size: 14px !important;
1083 }
1084 .wpallexport-plugin .assign_term{
1085 left: -20px;
1086 position: absolute;
1087 top: 15px;
1088 }
1089 .wpallexport-plugin .CodeMirror {
1090 border: 1px solid #c7c7c7;
1091 margin-top: 10px;
1092 }
1093 /*--------------------------------------------------------------------------
1094 *
1095 * Helpers
1096 *
1097 *-------------------------------------------------------------------------*/
1098
1099 .wpallexport-plugin .rad0{
1100 border-radius: 0px !important;
1101 -moz-border-radius: 0px !important;
1102 -khtml-border-radius: 0px !important;
1103 -webkit-border-radius: 0px !important;
1104 }
1105 .wpallexport-plugin .rad3{
1106 border-radius: 3px;
1107 -moz-border-radius: 3px;
1108 -khtml-border-radius: 3px;
1109 -webkit-border-radius: 3px;
1110 }
1111 .wpallexport-plugin .rad4{
1112 border-radius: 4px;
1113 -moz-border-radius: 4px;
1114 -khtml-border-radius: 4px;
1115 -webkit-border-radius: 4px;
1116 }
1117 .wpallexport-plugin .rad5{
1118 border-radius: 5px;
1119 -moz-border-radius: 5px;
1120 -khtml-border-radius: 5px;
1121 -webkit-border-radius: 5px;
1122 }
1123 .wpallexport-plugin .rad10{
1124 border-radius: 10px;
1125 -moz-border-radius: 10px;
1126 -khtml-border-radius: 10px;
1127 -webkit-border-radius: 10px;
1128 }
1129 .wpallexport-plugin .rad14{
1130 border-radius: 14px;
1131 -moz-border-radius: 14px;
1132 -khtml-border-radius: 14px;
1133 -webkit-border-radius: 14px;
1134 }
1135 .wpallexport-plugin .pl17{ padding-left: 17px; }
1136 .wpallexport-plugin .no-margin{ margin: 0px; }
1137 .wpallexport-plugin .hidden{ display: none; }
1138 .wpallexport-plugin .fs11 { font-size: 11px; }
1139 .wpallexport-plugin .rel { position: relative; }
1140 .wpallexport-plugin .txt_center{ text-align: center; }
1141 .wpallexport-plugin .wpallexport-clear{
1142 display: block;
1143 clear: both;
1144 }
1145 .wpallexport-plugin .ui-autocomplete{
1146 max-height: 450px;
1147 overflow: auto;
1148 z-index: 999999;
1149 }
1150 .wpallexport-plugin .wp-all-export-edit-column-buttons{
1151 background: none repeat scroll 0 0 #f7f8f8;
1152 border-top: 1px solid #ebebeb;
1153 padding: 15px;
1154 position: relative;
1155 height: 38px;
1156 }
1157 .wpallexport-plugin .wp-all-export-field-options{
1158 padding: 10px;
1159 overflow-y: auto;
1160 min-height: 240px;
1161 }
1162 .wpallexport-plugin .wp-all-export-field-options .chosen-container .chosen-results{
1163 max-height: 140px;
1164 }
1165 .wpallexport-plugin .wp-all-export-advanced-field-options{
1166 display: block;
1167 padding: 10px 0;
1168 width: 100px;
1169 }
1170 /*.wpallexport-plugin .wp-all-export-advanced-field-options-content{
1171 display: none;
1172 }*/
1173 /*--------------------------------------------------------------------------
1174 *
1175 * Fixes & Other Stuff
1176 *
1177 *-------------------------------------------------------------------------*/
1178
1179 /*@+ fixes */
1180 .wpallexport-plugin input[type="file"] {
1181 padding: 0; /* FIX height or <input type="file" /> for Safari & Chrome */
1182 }
1183 .wpallexport-plugin .ui-widget-overlay {
1184 position: fixed !important; /* FIX: modal dialog overlay in IE 8 */
1185 background-color: #777 !important; /* FIX: overlay color */
1186 }
1187 .wpallexport-plugin .ui-dialog {
1188 position: absolute !important; /* FIX: for wordpress 3.1 not to add empty space */
1189 z-index: 999999;
1190 }
1191 /*@*/
1192
1193 /*@+ other stuff */
1194 .wpallexport-plugin fieldset{
1195 padding: 20px;
1196 width:auto;
1197 }
1198 .wpallexport-plugin .right fieldset{
1199 padding: 15px;
1200 }
1201 .wpallexport-plugin .right fieldset input{
1202 max-width:none;
1203 padding:6px;
1204 margin:0px
1205 }
1206 .wpallexport-plugin .right a{
1207 text-decoration: underline;
1208 }
1209 .wpallexport-plugin fieldset legend{
1210 padding: 0px 5px;
1211 font-weight: bold;
1212 }
1213 .wpallexport-plugin .options fieldset legend{
1214 font-size: 1.17em;
1215 }
1216 .wpallexport-plugin .matches_count{
1217 font-weight: bold;
1218 color:#33AA28;
1219 }
1220 .wpallexport-plugin input.small{
1221 width:50px !important;
1222 /*height: 30px !important;*/
1223 text-align: center;
1224 }
1225 .wpallexport-plugin .ui-state-default a{
1226 font-size: 13px !important;
1227 }
1228 .wpallexport-plugin #wp-content-media-buttons{
1229 display: none;
1230 }
1231 .wpallexport-plugin .ui-tabs-hide{
1232 display: none !important;
1233 }
1234 .wpallexport-plugin .button-primary:hover{
1235 font-weight: normal;
1236 }
1237 .wpallexport-plugin .hndle{
1238 padding: 7px;
1239 margin-bottom: 0px;
1240 cursor: default !important;
1241 }
1242 .wpallexport-plugin .inside{
1243 margin: 0;
1244 line-height: 20px;
1245 }
1246 .wpallexport-plugin .inside input[type="text"]{
1247 background: #fff;
1248 }
1249 /*@*/
1250 .wpallexport-plugin .wpallexport-created-by{
1251 color: #888;
1252 display: block;
1253 line-height: 31px;
1254 margin: 0 auto;
1255 opacity: 0.7;
1256 overflow: hidden;
1257 text-decoration: none;
1258 vertical-align: inherit;
1259 width: 139px;
1260 margin-top: 20px;
1261 font-size: 12px;
1262 }
1263 .wpallexport-plugin .wpallexport-created-by span{
1264 background: url('../img/soflyy-logo.svg') no-repeat;
1265 display: block;
1266 float: right;
1267 width: 72px;
1268 height: 32px;
1269 }
1270 .wpallexport-plugin .wpallexport-created-by:hover{
1271 opacity: 1.0;
1272 }
1273 .wpallexport-plugin .wpallexport-preload-image{
1274 display: none;
1275 }
1276 .wpallexport-plugin .wpallexport-cdata{
1277 color: green;
1278 font-weight: bold;
1279 display: block;
1280 clear: both;
1281 }
1282 .wpallexport-plugin .wpallexport-expired{
1283 font-weight: bold;
1284 font-size: 14px;
1285 }
1286 .wpallexport-plugin .wp_all_export_sub_input{
1287 vertical-align:middle;
1288 font-size: 11px !important;
1289 background:#fff !important;
1290 text-align:center;
1291 }
1292 /*--------------------------------------------------------------------------
1293 *
1294 * WP All Export Layout
1295 *
1296 *-------------------------------------------------------------------------*/
1297
1298 /* 2 column wpallexport-layout */
1299 .wpallexport-plugin table.wpallexport-layout {
1300 clear: both;
1301 border-collapse: collapse;
1302 min-width: 770px;
1303 }
1304
1305 .wpallexport-plugin .wpallexport-step-3 table.wpallexport-layout,
1306 .wpallexport-plugin .wpallexport-step-4 table.wpallexport-layout{
1307 width: 100%;
1308 }
1309
1310 .wpallexport-plugin table.wpallexport-layout.wpallexport-step-1,
1311 .wpallexport-plugin .wpallexport-step-2,
1312 .wpallexport-plugin .wpallexport-step-3,
1313 .wpallexport-plugin .wpallexport-step-4,
1314 .wpallexport-plugin .wpallexport-step-5,
1315 .wpallexport-plugin .wpallexport-step-6{
1316 margin: 20px 0 0 0px;
1317 }
1318 .wpallexport-plugin table.wpallexport-layout td {
1319 vertical-align: top;
1320 border: none;
1321 font-size: 12px !important;
1322 border: none;
1323 }
1324 .wpallexport-plugin table.wpallexport-layout td.left {
1325 /*min-width: 490px;*/
1326 width: 61%;
1327 }
1328 .wpallexport-plugin table.wpallexport-layout td.right {
1329 padding: 10px 0 16px 20px;
1330 width: 22%;
1331 min-width: 260px;
1332 position: relative;
1333 }
1334 .wpallexport-plugin table.wpallexport-layout td.left > h2:first-child {
1335 margin-top: -22px;
1336 padding: 14px 0 3px 0;
1337 }
1338 .wpallexport-plugin table.wpallexport-layout td.left hr {
1339 clear: both;
1340 }
1341 .wpallexport-plugin.no-js table.wpallexport-layout td.left > h2:first-child {
1342 margin-top: 0px;
1343 }
1344 .wpallexport-plugin table.wpallexport-layout div.left {
1345 min-width: 490px;
1346 width: 70%;
1347 float: left;
1348 }
1349 .wpallexport-plugin table.wpallexport-layout div.right {
1350 padding: 0px 0 16px 20px;
1351 width: 25%;
1352 /*min-width: 260px; */
1353 position: relative;
1354 float: right;
1355 }
1356 /*@*/
1357
1358 .wpallexport-plugin table.wpallexport-layout.wpallexport-step-1 tr td.left{
1359 width: 100%;
1360 }
1361 .wpallexport-plugin form.options table.wpallexport-layout td.right{
1362 width: 25%;
1363 }
1364
1365 .wpallexport-plugin .wpallexport-content-section{
1366 background: #fff;
1367 border: 1px solid #ddd;
1368 border-radius: 4px;
1369 -moz-border-radius: 4px;
1370 -khtml-border-radius: 4px;
1371 -webkit-border-radius: 4px;
1372 margin-top: 20px;
1373 margin-bottom: 20px;
1374 padding-bottom: 15px;
1375 }
1376
1377 .wpallexport-plugin table.form-table {
1378 clear: none;
1379 margin-top: 0px;
1380 }
1381 .wpallexport-plugin table.form-table.custom-params {
1382 max-width: 700px;
1383 }
1384 .wpallexport-plugin table.form-table td,
1385 .wpallexport-plugin table.form-table th {
1386 vertical-align: top;
1387 }
1388 .wpallexport-plugin table.form-table thead td {
1389 font-weight: bold;
1390 }
1391 .wpallexport-plugin table.form-table.custom-params input {
1392 margin-left: 0;
1393 }
1394 .wpallexport-plugin table.form-table tr.template,
1395 .wpallexport-plugin table.form-table ol li.template,
1396 .wpallexport-plugin table.form-table ul li.template,
1397 .wpallexport-plugin table.cf-form-table tr.template,
1398 .wpallexport-plugin table.tax-form-table tr.template {
1399 display: none;
1400 }
1401
1402 .wpallexport-plugin .form-table td{
1403 padding: 0px;
1404 line-height: inherit !important;
1405 }
1406 .wpallexport-plugin form.settings .form-table td{
1407 padding: 15px 10px;
1408 }
1409 .wpallexport-plugin .form-table td label,
1410 .wpallexport-plugin .form-table td li,
1411 .wpallexport-plugin .form-table td p{
1412 line-height: 1.4em;
1413 }
1414 .wpallexport-plugin .form-table td label{
1415 display: inline-block;
1416 margin: 0.25em 0 0.5em !important;
1417 }
1418
1419 .wpallexport-plugin div.input label,
1420 .wpallexport-plugin .form-field{
1421 font-size: 12px !important;
1422 }
1423 .wpallexport-plugin input[type="radio"]{
1424 margin-left: 4px;
1425 }
1426
1427 .wpallexport-plugin .wpallexport-wrapper{
1428 width: 1200px;
1429 }
1430
1431 .wpallexport-plugin form.wpallexport-choose-file .chosen-search input[type="text"] {
1432 font-size: 15px;
1433 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
1434 background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==') no-repeat right 5px top 50%;
1435 background-size: auto;
1436 background-size: 12px;
1437 }
1438
1439 .wpallexport-plugin .chosen-results .group-result,
1440 .wpallexport-plugin .chosen-results .active-result {
1441 font-size: 15px;
1442 line-height: 28px;
1443 }
1444
1445 .wpallexport-plugin .chosen-results .active-result.highlighted {
1446 background: #eee;
1447 color: #555;
1448 }
1449
1450 /*--------------------------------------------------------------------------
1451 *
1452 * Step 1 - choose file
1453 *
1454 *-------------------------------------------------------------------------*/
1455
1456 /*@+ Choose File forms */
1457 .wpallexport-plugin form.wpallexport-choose-file {
1458 margin-top: 15px;
1459 position: relative;
1460 }
1461 .wpallexport-plugin form.wpallexport-choose-file h3 {
1462 margin-bottom: 5px;
1463 }
1464 .wpallexport-plugin form.wpallexport-choose-file .label {
1465 font-size: 15px;
1466 }
1467 .wpallexport-plugin form.wpallexport-choose-file input[type="text"],
1468 .wpallexport-plugin form.wpallexport-choose-file input[type="password"] {
1469 width: 80px;
1470 font-size: 12px;
1471 }
1472 .wpallexport-plugin form.wpallexport-choose-file input.regular-text,
1473 .wpallexport-plugin form.wpallexport-choose-file select.regular-text {
1474 width: 100%;
1475 }
1476 .wpallexport-plugin #wpcontent form.wpallexport-choose-file select[name="file"],
1477 .wpallexport-plugin #wpcontent form.wpallexport-choose-file select[name="reimport"] {
1478 font-size: 12px;
1479 }
1480 .wpallexport-plugin form.wpallexport-choose-file input[type="submit"].button {
1481 /*width: 150px;*/
1482 }
1483 .wpallexport-plugin form.wpallexport-choose-file div.input {
1484 margin-top: 20px;
1485 }
1486 .wpallexport-plugin form.wpallexport-choose-file .wpallexport-submit-buttons{
1487 clear: both;
1488 text-align: center;
1489 display: none;
1490 }
1491 /*@*/
1492
1493 .wpallexport-plugin #select-files{
1494 height:35px;
1495 line-height: 35px;
1496 font-size: 18px;
1497 margin-top: 30px;
1498 display: inline-block;
1499 position: relative;
1500 z-index: 0;
1501 text-decoration: none;
1502 color: #888;
1503 background: url('../img/ui_4.0/select_files.png') no-repeat 0 2px;
1504 padding-left: 45px;
1505 }
1506 .wpallexport-plugin .wpallexport-progress{
1507 position: relative;
1508 display: none;
1509 color: #009039;
1510 font-size: 13px;
1511 font-weight: bold;
1512 margin-top: 10px;
1513 width: 100%;
1514 text-align: center;
1515 /*border:1px solid #4297D7;*/
1516 -moz-border-radius: 8px;
1517 -khtml-border-radius: 8px;
1518 -webkit-border-radius: 8px;
1519 border-radius: 8px;
1520 }
1521 .wpallexport-plugin #progressbar{
1522 border: medium none;
1523 text-align: center;
1524 width: 100%;
1525 font-size: 20px;
1526 color:#000;
1527 line-height: 35px;
1528 margin: 20px 0;
1529 }
1530 .wpallexport-plugin #progressbar span{ color:#777; }
1531
1532 .wpallexport-plugin #file_name{
1533 font-size: 16px;
1534 font-weight: bold;
1535 margin-left: 10px;
1536 float: right;
1537 }
1538
1539
1540 .wpallexport-plugin .wpallexport-import-types{
1541 margin: 37px 0 10px;
1542 text-align: center;
1543 }
1544 .wpallexport-plugin .wpallexport-import-types h2,
1545 .wpallexport-plugin .wpallexport-import-types h3,
1546 .wpallexport-plugin .wpallexport-choose-data-type h3{
1547 color:#40ad6e;
1548 font-size: 24px;
1549 margin-bottom: 25px;
1550 font-weight: normal;
1551 }
1552 .wpallexport-plugin .wpallexport-upload-type-container {
1553 display: none;
1554 text-align: center;
1555 padding: 0 55px;
1556 }
1557 .wpallexport-plugin a.wpallexport-import-from{
1558 color:#888;
1559 background: #f6f5f1;
1560 border: 1px solid #ddd;
1561 border-radius: 4px;
1562 -moz-border-radius: 4px;
1563 -khtml-border-radius: 4px;
1564 -webkit-border-radius: 4px;
1565 font-size: 20px;
1566 display: inline-block;
1567 height: 65px;
1568 width: 292px;
1569 text-decoration: none;
1570 margin: 5px;
1571 vertical-align: top;
1572 padding-top: 10px;
1573 }
1574 .wpallexport-plugin a.wpallexport-import-from.bind{
1575 color: #888;
1576 border-color: #cfceca;
1577 }
1578 .wpallexport-plugin a.wpallexport-import-from.selected{
1579 color:#fff;
1580 background: #46ba69;
1581 border: 1px solid #3da55c;
1582 }
1583 .wpallexport-plugin a.wpallexport-import-from span{
1584 display: inline-block;
1585 position: relative;
1586 }
1587 .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type{
1588 padding-top: 15px;
1589 height: 60px;
1590 }
1591 .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type span.wpallexport-icon{
1592 background: url('../img/ui_4.0/upload_sprite.png') 0 -30px no-repeat;
1593 width: 40px;
1594 height: 30px;
1595 top: 6px;
1596 left: -10px;
1597 }
1598 .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type.selected span.wpallexport-icon{
1599 background: url('../img/ui_4.0/upload_sprite.png') 0 0 no-repeat;
1600 width: 40px;
1601 height: 30px;
1602 top: 6px;
1603 left: -10px;
1604 }
1605 .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type span.wpallexport-icon:before{
1606 content: "\f109";
1607 font-family: "dashicons";
1608 font-size: 33px;
1609 left: 23%;
1610 line-height: 10px;
1611 position: absolute;
1612 top: 12px;
1613 }
1614 .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type span.wpallexport-icon{
1615 width: 40px;
1616 height: 34px;
1617 top:10px;
1618 left: -10px;
1619 }
1620 .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type.selected span.wpallexport-icon{
1621 width: 40px;
1622 height: 34px;
1623 top:10px;
1624 left: -10px;
1625 }
1626 .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type span.wpallexport-icon:before{
1627 content: "\f107";
1628 font-family: "dashicons";
1629 font-size: 33px;
1630 left: 23%;
1631 line-height: 10px;
1632 position: absolute;
1633 top: 12px;
1634 }
1635 .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type span.wpallexport-icon{
1636 width: 32px;
1637 height: 34px;
1638 top:10px;
1639 left: -10px;
1640 }
1641 .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type.selected span.wpallexport-icon{
1642 width: 32px;
1643 height: 34px;
1644 top:10px;
1645 left: -10px;
1646 }
1647 .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type.selected span.wpallexport-icon:before,
1648 .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type.selected span.wpallexport-icon:before{
1649 color: #a3ddb4;
1650 }
1651
1652 .wpallexport-plugin .wpallexport-upload-resource-step-one,
1653 .wpallexport-plugin .wpallexport-file-upload-result{
1654 background: #fff;
1655 border-top: 1px solid #ddd;
1656 border-right: 1px solid #ddd;
1657 border-left: 1px solid #ddd;
1658 border-bottom: 1px solid #ddd;
1659 /*margin-bottom: 20px;*/
1660 padding: 20px;
1661 padding-top: 0;
1662 }
1663 .wpallexport-plugin .wpallexport-choose-post-type{
1664 background: #fff;
1665 /*border-bottom: 1px solid #ddd;
1666 border-right: 1px solid #ddd;
1667 border-left: 1px solid #ddd;
1668 padding: 20px;
1669 padding-top: 0;
1670 -moz-border-radius-bottomright: 4px;
1671 -webkit-border-bottom-right-radius: 4px;
1672 border-bottom-right-radius: 4px;
1673 -moz-border-radius-bottomleft: 4px;
1674 -webkit-border-bottom-left-radius: 4px;
1675 border-bottom-left-radius: 4px;*/
1676 }
1677 /*.wpallexport-plugin .wpallexport-upload-resource-step-one,
1678 .wpallexport-plugin .wpallexport-upload-resource-step-two{
1679 border-top-left-radius: 4px;
1680 border-top-right-radius: 4px;
1681 border-bottom-right-radius: 4px;
1682 -moz-border-radius-topleft: 4px;
1683 -webkit-border-top-left-radius: 4px;
1684 -moz-border-radius-topright: 4px;
1685 -webkit-border-top-right-radius: 4px;
1686 -moz-border-radius-bottomleft: 4px;
1687 -webkit-border-bottom-left-radius: 4px;
1688 }*/
1689 .wpallexport-plugin .wpallexport-choose-post-type{ padding-top: 40px; }
1690 .wpallexport-plugin .wpallexport-file-upload-result{ padding-top: 30px; overflow: hidden; }
1691 .wpallexport-plugin .wpallexport-upload-resource-step-one{ padding-bottom: 40px; }
1692 .wpallexport-plugin .wpallexport-upload-resource-step-two{
1693 display: none;
1694 }
1695 .wpallexport-plugin .wpallexport-upload-resource-step-two h2{
1696 text-align: center;
1697 color: #4db278;
1698 padding: 0;
1699 margin: 20px 0;
1700 }
1701 .wpallexport-plugin .dd-select{
1702 border: 1px solid #ddd;
1703 }
1704 .wpallexport-plugin #custom_type_selector,
1705 .wpallexport-plugin #file_selector,
1706 .wpallexport-plugin #wp_query_selector,
1707 .wpallexport-plugin #taxonomy_to_export{
1708 margin: 0 auto;
1709 margin-bottom: 20px;
1710 text-align: left;
1711 }
1712 .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector{
1713 margin: 0;
1714 }
1715 .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector .dd-option{
1716 padding: 10px 0 0 10px;
1717 }
1718 .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector .dd-select{
1719 padding: 5px 0 0;
1720 }
1721 .wpallexport-plugin #file_selector{
1722 margin-top: 30px;
1723 }
1724 .wpallexport-plugin #custom_type_selector .dd-options li,
1725 .wpallexport-plugin #file_selector .dd-options li,
1726 .wpallexport-plugin #wp_query_selector .dd-options li,
1727 .wpallexport-plugin #taxonomy_to_export .dd-options li{
1728 margin-bottom: 0;
1729 }
1730 .wpallexport-plugin #custom_type_selector .dd-options li .dd-option,
1731 .wpallexport-plugin #file_selector .dd-options li .dd-option,
1732 .wpallexport-plugin #wp_query_selector .dd-options li .dd-option,
1733 .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option{
1734 font-size: 18px;
1735 color: #555;
1736 border: none;
1737 }
1738 /*.wpallexport-plugin #file_selector .dd-options li .dd-option{
1739 font-size: 18px;
1740 color: #ccc;
1741 border: none;
1742 }*/
1743 .wpallexport-plugin #custom_type_selector .dd-options li .dd-option:hover,
1744 .wpallexport-plugin #custom_type_selector .dd-options li .dd-option-selected,
1745 .wpallexport-plugin #file_selector .dd-options li .dd-option:hover,
1746 .wpallexport-plugin #file_selector .dd-options li .dd-option-selected,
1747 .wpallexport-plugin #wp_query_selector .dd-options li .dd-option:hover,
1748 .wpallexport-plugin #wp_query_selector .dd-options li .dd-option-selected,
1749 .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option:hover,
1750 .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option-selected{
1751 background: #eee;
1752 color: #555;
1753 }
1754 /*.wpallexport-plugin #file_selector .dd-options li .dd-option:hover,
1755 .wpallexport-plugin #file_selector .dd-options li .dd-option-selected{
1756 background: #40acad;
1757 color: #fff;
1758 }*/
1759 .wpallexport-plugin #custom_type_selector .dd-select,
1760 .wpallexport-plugin #file_selector .dd-select,
1761 .wpallexport-plugin #wp_query_selector .dd-select,
1762 .wpallexport-plugin #taxonomy_to_export .dd-select{
1763 background: #fff !important;
1764 padding: 10px 0;
1765 /*margin-left: -5px;*/
1766 }
1767 .wpallexport-plugin #custom_type_selector .dd-selected,
1768 .wpallexport-plugin #file_selector .dd-selected,
1769 .wpallexport-plugin #wp_query_selector .dd-selected,
1770 .wpallexport-plugin #taxonomy_to_export .dd-selected{
1771 color: #000;
1772 font-weight: normal;
1773 font-size: 18px;
1774 padding: 0;
1775 padding: 0 12px;
1776 line-height: 24px;
1777 }
1778 .wpallexport-plugin .change_file #file_selector .dd-select,
1779 .wpallexport-plugin .change_file #wp_query_selector .dd-select,
1780 .wpallexport-plugin .change_file #taxonomy_to_export .dd-select{
1781 padding: 5px 0 0;
1782 }
1783 .wpallexport-plugin .change_file #file_selector .dd-options .dd-option,
1784 .wpallexport-plugin .change_file #wp_query_selector .dd-options .dd-option,
1785 .wpallexport-plugin .change_file #taxonomy_to_export .dd-options .dd-option{
1786 padding: 0 10px;
1787 }
1788 .wpallexport-plugin .dd-options{
1789 /*left: -5px;*/
1790 }
1791 .wpallexport-plugin #file_selector .dd-selected .dd-selected-image{
1792 margin-left: 10px;
1793 }
1794 .wpallexport-plugin #file_selector .dd-options .dd-option .dd-option-text{
1795 position: relative;
1796 top: -2px;
1797 }
1798 .wpallexport-plugin #file_selector .dd-option .dashicon:before,
1799 .wpallexport-plugin #file_selector .dd-selected .dashicon:before {
1800 font-size: 24px;
1801 float: left;
1802 margin: 2px 5px 2px 2px;
1803 }
1804 .wpallexport-plugin #file_selector .dd-option .dashicon-post:before,
1805 .wpallexport-plugin #file_selector .dd-selected .dashicon-post:before{
1806 font-family: "dashicons";
1807 content: "\f109";
1808 color: #555;
1809 }
1810 .wpallexport-plugin #file_selector .dd-option .dashicon-page:before,
1811 .wpallexport-plugin #file_selector .dd-selected .dashicon-page:before{
1812 font-family: "dashicons";
1813 content: "\f105";
1814 color: #555;
1815 }
1816 .wpallexport-plugin #file_selector .dd-option .dashicon-product:before,
1817 .wpallexport-plugin #file_selector .dd-selected .dashicon-product:before{
1818 font-family: "WooCommerce";
1819 content: "\e006";
1820 color: #555;
1821 margin-top: 0;
1822 }
1823 .wpallexport-plugin #file_selector .dd-option .dashicon-shop_order:before,
1824 .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_order:before,
1825 .wpallexport-plugin #file_selector .dd-option .dashicon-shop_order_refund:before,
1826 .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_order_refund:before,
1827 .wpallexport-plugin #file_selector .dd-option .dashicon-shop_coupon:before,
1828 .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_coupon:before,
1829 .wpallexport-plugin #file_selector .dd-option .dashicon-shop_customer:before,
1830 .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_customer:before{
1831 font-family: "WooCommerce";
1832 content: "\e03d";
1833 color: #555;
1834 margin-top: 2px;
1835 }
1836 .wpallexport-plugin #file_selector .dd-option .dashicon-cpt:before,
1837 .wpallexport-plugin #file_selector .dd-selected .dashicon-cpt:before{
1838 font-family: "dashicons";
1839 content: "\f111";
1840 color: #555;
1841 margin-top: -2px;
1842 }
1843 .wpallexport-plugin #file_selector .dd-option .dashicon-users:before,
1844 .wpallexport-plugin #file_selector .dd-selected .dashicon-users:before{
1845 font-family: "dashicons";
1846 content: "\f110";
1847 color: #555;
1848 }
1849 .wpallexport-plugin #file_selector .dd-option .dashicon-comments:before,
1850 .wpallexport-plugin #file_selector .dd-selected .dashicon-comments:before{
1851 font-family: "dashicons";
1852 content: "\f101";
1853 color: #555;
1854 }
1855 .wpallexport-plugin #file_selector .dd-option .dashicon-taxonomies:before,
1856 .wpallexport-plugin #file_selector .dd-selected .dashicon-taxonomies:before{
1857 font-family: "dashicons";
1858 content: "\f318";
1859 color: #555;
1860 }
1861 .wpallexport-plugin #file_selector .dd-option:hover .dashicon:before,
1862 .wpallexport-plugin #file_selector .dd-option-selected .dashicon:before{
1863 color: #555;
1864 }
1865 .wpallexport-plugin #file_selector .dd-selected .dashicon:before{
1866 color:#46ba69;
1867 line-height: 24px;
1868 }
1869
1870 .wpallexport-plugin #file_selector .dd-option .dashicon-review:before,
1871 .wpallexport-plugin #file_selector .dd-selected .dashicon-review:before{
1872 content: '';
1873 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280.000000pt' height='1222.000000pt' viewBox='0 0 1280.000000 1222.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.15, written by Peter Selinger 2001-2017%0A%3C/metadata%3E%3Cg transform='translate(0.000000,1222.000000) scale(0.100000,-0.100000)'%0Afill='%23555' stroke='none'%3E%3Cpath d='M6273 12205 c-115 -32 -205 -96 -266 -187 -19 -29 -304 -602 -635%0A-1273 -330 -671 -719 -1461 -864 -1755 l-264 -535 -220 -32 c-3672 -539 -3667%0A-538 -3722 -557 -100 -35 -199 -123 -248 -219 -76 -148 -69 -309 18 -454 23%0A-37 448 -457 1450 -1430 1270 -1233 1418 -1380 1413 -1403 -2 -14 -39 -223%0A-80 -465 -42 -242 -111 -645 -155 -895 -43 -250 -124 -718 -180 -1040 -56%0A-322 -135 -778 -176 -1015 -90 -512 -92 -552 -30 -680 102 -216 358 -320 574%0A-233 31 13 836 432 1788 931 l1731 906 804 -420 c442 -231 1223 -640 1734%0A-907 512 -268 953 -495 980 -504 63 -22 202 -23 268 -3 111 33 228 129 277%0A225 29 57 50 146 50 212 0 32 -41 292 -90 578 -138 795 -261 1506 -371 2145%0A-56 319 -124 716 -153 882 l-52 303 1422 1392 c965 944 1432 1408 1453 1442%0A43 71 62 130 68 211 16 208 -126 413 -324 468 -32 9 -379 61 -770 117 -392 55%0A-1034 145 -1425 200 -392 56 -868 123 -1058 150 -190 26 -419 58 -510 71 -91%0A12 -170 27 -177 33 -6 6 -399 799 -873 1761 -473 963 -877 1774 -898 1804 -44%0A65 -131 131 -210 161 -74 29 -207 36 -279 15z'/%3E%3C/g%3E%3C/svg%3E");
1874 background-size: 22px 22px;
1875 background-repeat: no-repeat;
1876 margin-top: -2px;
1877 width: 22px;
1878 height: 22px;
1879 }
1880 .wpallexport-plugin #file_selector .dd-selected .dashicon-review:before {
1881 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280.000000pt' height='1222.000000pt' viewBox='0 0 1280.000000 1222.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.15, written by Peter Selinger 2001-2017%0A%3C/metadata%3E%3Cg transform='translate(0.000000,1222.000000) scale(0.100000,-0.100000)'%0Afill='%2346ba69' stroke='none'%3E%3Cpath d='M6273 12205 c-115 -32 -205 -96 -266 -187 -19 -29 -304 -602 -635%0A-1273 -330 -671 -719 -1461 -864 -1755 l-264 -535 -220 -32 c-3672 -539 -3667%0A-538 -3722 -557 -100 -35 -199 -123 -248 -219 -76 -148 -69 -309 18 -454 23%0A-37 448 -457 1450 -1430 1270 -1233 1418 -1380 1413 -1403 -2 -14 -39 -223%0A-80 -465 -42 -242 -111 -645 -155 -895 -43 -250 -124 -718 -180 -1040 -56%0A-322 -135 -778 -176 -1015 -90 -512 -92 -552 -30 -680 102 -216 358 -320 574%0A-233 31 13 836 432 1788 931 l1731 906 804 -420 c442 -231 1223 -640 1734%0A-907 512 -268 953 -495 980 -504 63 -22 202 -23 268 -3 111 33 228 129 277%0A225 29 57 50 146 50 212 0 32 -41 292 -90 578 -138 795 -261 1506 -371 2145%0A-56 319 -124 716 -153 882 l-52 303 1422 1392 c965 944 1432 1408 1453 1442%0A43 71 62 130 68 211 16 208 -126 413 -324 468 -32 9 -379 61 -770 117 -392 55%0A-1034 145 -1425 200 -392 56 -868 123 -1058 150 -190 26 -419 58 -510 71 -91%0A12 -170 27 -177 33 -6 6 -399 799 -873 1761 -473 963 -877 1774 -898 1804 -44%0A65 -131 131 -210 161 -74 29 -207 36 -279 15z'/%3E%3C/g%3E%3C/svg%3E");
1882 margin-top: 2px;
1883 }
1884
1885 .wpallexport-plugin input[name=url]{
1886 font-size: 18px !important;
1887 height: 49px;
1888 margin-top: 20px;
1889 padding: 5px;
1890 width: 75% !important;
1891 /*background: url('../img/ui_4.0/url.png') 10px -42px no-repeat;*/
1892 padding-left: 60px;
1893 border: 1px solid #ddd;
1894 border-radius: 4px;
1895 -moz-border-radius: 4px;
1896 -khtml-border-radius: 4px;
1897 -webkit-border-radius: 4px;
1898 color: #cfceca;
1899 margin-bottom: 0;
1900 }
1901 .wpallexport-plugin .wpallexport-url-icon:before{
1902 color: #cfceca;
1903 content: "\f103";
1904 font-family: "dashicons";
1905 font-size: 30px;
1906 left: 45px;
1907 position: relative;
1908 top: -14px;
1909 vertical-align: bottom;
1910 }
1911 .wpallexport-plugin .wpallexport-url-icon.focus:before{
1912 color: #333;
1913 }
1914 .wpallexport-plugin input[name=url].focus{
1915 background-position: 10px 8px;
1916 color:#333;
1917 font-size: 11px !important;
1918 }
1919 .wpallexport-plugin #plupload-ui h3{
1920 float: left;
1921 font-size: 13px;
1922 font-weight: normal;
1923 margin-bottom: 0;
1924 margin-top: 8px;
1925 }
1926 .wpallexport-plugin .wpallexport-reimported-notify{
1927 border: 1px solid #AFAFAF;
1928 margin-bottom: 20px;
1929 padding: 10px 20px;
1930 }
1931 .wpallexport-plugin .wpallexport-reimported-notify p span{
1932 color: #ccc;
1933 }
1934 .wpallexport-plugin .wpallexport-choose-data-type{
1935 text-align: center;
1936 margin-bottom: 30px;
1937 }
1938 .wpallexport-plugin #wpallexport-url-upload-status{
1939 margin: 10px;
1940 }
1941 .wpallexport-plugin .wpallexport-uploaded-file-name{
1942 color: #333;
1943 }
1944 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
1945 margin-left: -13%;
1946 }
1947 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
1948 margin-left: -12%;
1949 }
1950 .wpallexport-plugin .wpallexport-extra-text-left{
1951 float: left;
1952 text-align: right;
1953 width: 37%;
1954 }
1955 .wpallexport-plugin .wpallexport-extra-text-right{
1956 float: right;
1957 text-align: left;
1958 width: 38%;
1959 }
1960 .wpallexport-plugin .wpallexport-new-records,
1961 .wpallexport-plugin .wpallexport-existing-records{
1962 display: none;
1963 color: #777;
1964 font-size: 18px;
1965 line-height: 50px;
1966 }
1967 .wpallexport-plugin .wpallexport-extra-text-below{
1968 max-width: 565px;
1969 margin: 0 auto;
1970 }
1971 .wpallexport-plugin .chosen-container-single .chosen-single{
1972 background: none;
1973 box-shadow: none;
1974 color: #555 !important;
1975 border: 1px solid #ddd;
1976 }
1977 .wpallexport-plugin .chosen-container-active.chosen-with-drop .chosen-single{
1978 background: none;
1979 }
1980 .wpallexport-plugin .wp_all_export_product_matching_mode{
1981 margin-top: 25px;
1982 margin-left: 10px;
1983 }
1984 /*--------------------------------------------------------------------------
1985 *
1986 * Step 2 - XPath filtering
1987 *
1988 *-------------------------------------------------------------------------*/
1989
1990 .wpallexport-plugin .wpallexport-filtering-section{
1991 padding-bottom: 15px !important;
1992 margin-bottom: 0px;
1993 margin-top: 10px;
1994 overflow: visible;
1995 }
1996 .wpallexport-plugin .wpallexport-console{
1997 position:relative;
1998 padding:0;
1999 display:none;
2000 height: 110px;
2001 }
2002 .wpallexport-plugin .action_buttons{
2003 overflow: hidden;
2004 clear: both;
2005 padding: 10px;
2006 border-bottom: 1px solid #ddd;
2007 }
2008 .wpallexport-plugin .action_buttons .wpallexport-go-to{
2009 display: block;
2010 height: 21px;
2011 margin-top: 25px;
2012 text-decoration: none;
2013 width: 13px;
2014 }
2015 .wpallexport-plugin .action_buttons #prev_element{
2016 background: url('../img/ui_4.0/left_btn.png') no-repeat;
2017 margin-left: 15px;
2018 float: left;
2019 }
2020 .wpallexport-plugin .action_buttons #next_element{
2021 background: url('../img/ui_4.0/right_btn.png') no-repeat;
2022 margin-right: 15px;
2023 float: right;
2024 }
2025 .wpallexport-plugin .action_buttons .wpallexport-root-element{
2026 color: #46ba69;
2027 font-weight: bold;
2028 margin-top: 0;
2029 }
2030 .wpallexport-plugin #wp_all_export_value{
2031 display: inline-block;
2032 height: 28px;
2033 margin: 0;
2034 padding: 3px;
2035 position: relative;
2036 top: 2px;
2037 width: 50px;
2038 }
2039 .wpallexport-plugin #wp_all_export_add_rule{
2040 background: url("../img/rule.png") no-repeat scroll 10px 10px #40acad;
2041 border: 1px solid #3a9c9d;
2042 border-radius: 5px;
2043 -moz-border-radius: 5px;
2044 -khtml-border-radius: 5px;
2045 -webkit-border-radius: 5px;
2046 color: #fff;
2047 display: inline-block;
2048 font-size: 14px;
2049 height: 21px;
2050 margin: 0;
2051 float: right;
2052 padding: 13px 40px 10px 50px;
2053 text-decoration: none;
2054 font-weight: bold;
2055 min-width: 60px;
2056 }
2057 .wpallexport-plugin #wp_all_export_apply_filters{
2058 background: url("../img/rule.png") no-repeat scroll 10px 10px #40acad;
2059 border: 1px solid #3a9c9d;
2060 border-radius: 5px;
2061 -moz-border-radius: 5px;
2062 -khtml-border-radius: 5px;
2063 -webkit-border-radius: 5px;
2064 color: #fff;
2065 display: inline-block;
2066 font-size: 14px;
2067 height: 21px;
2068 margin: 0;
2069 float: right;
2070 padding: 13px 40px 10px 50px;
2071 text-decoration: none;
2072 font-weight: bold;
2073 }
2074 .wpallexport-plugin #wp_all_export_apply_filters{
2075 float: right;
2076 margin-top: 35px;
2077 }
2078 .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single input[type="text"]{
2079 width: 100% !important;
2080 }
2081 .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single .chosen-single{
2082 height: 48px;
2083 line-height: 38px;
2084 font-size: 15px;
2085 }
2086
2087 .wpallexport-plugin .chosen-container-single .chosen-single span {
2088 margin-top: 5px;
2089 color: #777;
2090 }
2091
2092 .wpallexport-plugin .googleMerchants .chosen-container-single .chosen-single span,
2093 .wpallexport-plugin .export-single .chosen-container-single .chosen-single span {
2094 margin-top: 0;
2095 }
2096 .wpallexport-plugin .timezone-select .chosen-container-single .chosen-single span {
2097 margin-top: 0;
2098 }
2099 .wpallexport-plugin .chosen-container-single .chosen-search input[type="text"] {
2100 background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==') no-repeat right 5px top 50%;
2101 background-size: 12px;
2102 }
2103 .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single .chosen-single div{
2104 top: 9px;
2105 display: none;
2106 }
2107
2108 .wpallexport-plugin #wp_all_export_value{
2109 font-size: 16px;
2110 height: 48px;
2111 padding: 10px;
2112 border: 1px solid #ddd;
2113 border-radius: 5px;
2114 -moz-border-radius: 5px;
2115 -khtml-border-radius: 5px;
2116 -webkit-border-radius: 5px;
2117 color: #777;
2118 font-size: 15px !important;
2119 width: 100%;
2120 position: relative;
2121 top: 0;
2122 }
2123 .wpallexport-plugin #wp_all_export_filtering_rules{
2124 position: relative;
2125 padding: 0;
2126 }
2127 .wpallexport-plugin .wp_all_export_filtering_rules{
2128 margin: 0;
2129 }
2130 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element{
2131 background: url('../img/list.png') no-repeat 0 3px;
2132 padding-left: 30px;
2133 height: 25px;
2134 line-height: 21px;
2135 }
2136 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_element{
2137 display: inline-block;
2138 width: 30%;
2139 color:#46ba69;
2140 font-size: 14px;
2141 }
2142 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_as_is{
2143 display: inline-block;
2144 width: 20%;
2145 color:#40acad;
2146 font-size: 14px;
2147 }
2148 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_condition_value{
2149 display: inline-block;
2150 width: 20%;
2151 color:#000;
2152 font-size: 14px;
2153 }
2154 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .condition{
2155 display: inline-block;
2156 width: 25%;
2157 color: #000;
2158 font-size: 14px;
2159 word-wrap: break-word;
2160 }
2161 .wpallexport-plugin .wp_all_export_filtering_rules li{
2162 position: relative;
2163 padding: 10px 10px 10px 20px;
2164 margin: 5px;
2165 border: 1px solid #ddd;
2166 border-radius: 4px;
2167 -moz-border-radius: 4px;
2168 -khtml-border-radius: 4px;
2169 -webkit-border-radius: 4px;
2170 }
2171 .wpallexport-plugin .wp_all_export_filtering_rules li ol{
2172 margin-top: 10px;
2173 }
2174 .wpallexport-plugin .wp_all_export_filtering_rules li ol li{
2175 border: 1px dotted #ddd;
2176 }
2177 .wpallexport-plugin .wp_all_export_filtering_rules li .remove-ico{
2178 right: 4%;
2179 top:10px;
2180 }
2181 .wpallexport-plugin .wp_all_export_filtering_rules li .condition{
2182 padding: 2px;
2183 }
2184 .wpallexport-plugin .wp_all_export_filtering_rules li .condition label{
2185 margin: 0px 3px;
2186 }
2187 .wpallexport-plugin .wp_all_export_filtering_rules li strong{
2188 text-transform: uppercase;
2189 }
2190 .wpallexport-plugin .pmxi_group_rule{
2191 margin-left: -55px;
2192 }
2193 .wpallexport-plugin .wp_all_export_rule_inputs{
2194 /*float: left;*/
2195 }
2196 .wpallexport-plugin .wp_all_export_rule_inputs table{
2197 width: 100%;
2198 }
2199 .wpallexport-plugin .wp_all_export_rule_inputs table tr th{
2200 color: #000;
2201 font-weight: 16px;
2202 text-align: left;
2203 }
2204 .wpallexport-plugin .ajax-console .founded_records{
2205 background: url('../img/elements.png') no-repeat;
2206 padding-left: 80px;
2207 margin-bottom: 0;
2208 margin-left: 40px;
2209 margin-top: 25px;
2210 margin-bottom: 20px;
2211 position: relative;
2212 height: 63px;
2213 }
2214 .wpallexport-plugin .ajax-console .founded_records h3{
2215 color: #425f9a;
2216 margin-bottom: 0;
2217 margin-top: 3px;
2218 font-size: 22px;
2219 line-height: 28px;
2220 }
2221 .wpallexport-plugin .ajax-console .founded_records h4{
2222 color: #777;
2223 margin-top: 5px;
2224 font-size:20px;
2225 }
2226 .wpallexport-plugin .ajax-console .founded_records .wp_all_export_preloader{
2227 margin: 20px 0;
2228 position: relative;
2229 top:10px;
2230 }
2231 .wpallexport-plugin #filtering_result .wp_all_export_preloader{
2232 margin: 20px 0;
2233 position: relative;
2234 top:-10px;
2235 }
2236 .wpallexport-plugin .wpallexport-change-root-element{
2237 display: block;
2238 background: #f6f5f1;
2239 border: 1px solid #ecebe7;
2240 border-radius: 5px;
2241 -moz-border-radius: 5px;
2242 -khtml-border-radius: 5px;
2243 -webkit-border-radius: 5px;
2244 color: #777;
2245 font-size: 16px;
2246 text-decoration: none;
2247 margin: 5px 10px;
2248 padding: 10px;
2249 }
2250 .wpallexport-plugin .wpallexport-change-root-element:hover{
2251 color: #000;
2252 }
2253 .wpallexport-plugin .wpallexport-change-root-element.selected{
2254 background: #46ba69;
2255 border: 1px solid #3da55c;
2256 color: #fff;
2257 cursor: default;
2258 }
2259 .wpallexport-plugin .wpallexport-change-root-element .tag_name{
2260 display: inline-block;
2261 max-width: 87%;
2262 overflow: hidden;
2263 text-overflow: ellipsis;
2264 }
2265 .wpallexport-plugin .wpallexport-change-root-element .tag_count{
2266 float: right;
2267 background: url('../img/ui_4.0/element_arrow.png') no-repeat;
2268 display: inline-block;
2269 height: 15px;
2270 padding-left: 20px;
2271 position: relative;
2272 top: 2px;
2273 line-height: 15px;
2274 }
2275 .wpallexport-plugin .wpallexport-change-root-element.selected .tag_count{
2276 background: url('../img/ui_4.0/element_arrow.png') no-repeat 0px -15px;
2277 }
2278 .wpallexport-plugin .import_information{
2279 border-top: 1px solid #ddd;
2280 text-align: center;
2281 padding: 20px;
2282 }
2283 .wpallexport-plugin .import_information h3{
2284 text-align: center;
2285 color:#777;
2286 background: url('../img/ui_4.0/elements_notify.png') no-repeat;
2287 padding-left: 60px;
2288 height: 50px;
2289 display: inline-block;
2290 margin: 0 auto;
2291 line-height: 45px;
2292 }
2293 .wpallexport-plugin .import_information h3 span{
2294 color:#46ba69;
2295 }
2296 .wpallexport-plugin .wpallexport-set-csv-delimiter{
2297 padding-top: 5px;
2298 text-align: center;
2299 display: none;
2300 }
2301 .wpallexport-plugin #current_element{
2302 color:green;
2303 }
2304 .wpallexport-plugin #current_xml{ display: none;}
2305 .wpallexport-plugin #goto_element{
2306 font-size: 16px;
2307 height: 35px;
2308 margin-right: 10px;
2309 min-width: 50px;
2310 padding-top: 5px;
2311 text-align: center;
2312 width: 50px !important;
2313 }
2314 .wpallexport-plugin .wpallexport-choose-elements{
2315 /*width: 1200px;*/
2316 }
2317 .wpallexport-plugin .wpallexport-choose-elements table tbody tr td{
2318 overflow: hidden;
2319 }
2320 .wpallexport-plugin .wpallexport-elements-information{
2321 font-size: 20px;
2322 padding-top: 17px;
2323 margin-right: 10px;
2324 }
2325 /*--------------------------------------------------------------------------
2326 *
2327 * Step 3 - Template Builder
2328 *
2329 *-------------------------------------------------------------------------*/
2330
2331 /*@+ Template form */
2332 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
2333 width: 81%;
2334 }
2335 .wpallexport-plugin form.wpallexport-step-3 {
2336 /*width: 700px;*/
2337 position: relative;
2338 width: 100%;
2339 margin-top: 0 !important;
2340 }
2341 .wpallexport-plugin form.wpallexport-template .load-template {
2342 display: block;
2343 font-size: 12px;
2344 }
2345
2346 .wpallexport-plugin .load-template-container {
2347 display: flex;
2348 align-items: center;
2349 }
2350
2351 .wpallexport-plugin form.wpallexport-template .load-template select {
2352 width: auto;
2353 padding: 4px 25px 4px 12px;
2354 font-size: 12px;
2355 height: 34px;
2356 background-size: 14px 14px;
2357 }
2358
2359 .wpallexport-plugin form.wpallexport-step-3 .wpallexport-section .wpallexport-content-section{
2360 /*overflow: hidden; */
2361 padding-bottom: 0;
2362 margin-top: 0;
2363 }
2364
2365 .wpallexport-plugin form.wpallexport-step-3 .wpallexport-section .wpallexport-content-section .wpallexport-collapsed-content{
2366 padding: 0;
2367 }
2368
2369 .wpallexport-plugin #poststuff{
2370 min-width: 200px;
2371 }
2372 .wpallexport-plugin #poststuff form.wpallexport-template h3 {
2373 margin: 1em 0 5px 2px;
2374 font-size: 1.17em;
2375 padding: 0px;
2376 }
2377 .wpallexport-plugin #post-preview {
2378 font-size: 12px;
2379 }
2380 .wpallexport-plugin #post-preview .error {
2381 margin: 5px 0;
2382 }
2383 .wpallexport-plugin h3 .header-option {
2384 display: block;
2385 float: right;
2386 font-size: 12px;
2387 font-weight: normal;
2388 }
2389 .wpallexport-plugin .builder_header{
2390 padding: 0 10px;
2391 width: 1200px;
2392 overflow: hidden;
2393 }
2394 .wpallexport-plugin .builder_header .left{
2395 float: left;
2396 }
2397 .wpallexport-plugin .builder_header .right{
2398 float:right;
2399 }
2400 .wpallexport-plugin .builder_header h3{
2401 color: #425F9A;
2402 margin-top: 0;
2403 font-size: 22px;
2404 margin-bottom: 0;
2405 }
2406 .wpallexport-plugin .builder_header h4{
2407 color: #777;
2408 margin-top: 10px;
2409 margin-bottom: 0;
2410 font-size: 18px;
2411 }
2412 .wpallexport-plugin .pmxi_option{
2413 padding: 3px 0;
2414 }
2415 .wpallexport-plugin .pmxi_option a.wpallexport-help{
2416 /*float: right;*/
2417 }
2418 .wpallexport-plugin .parse{
2419 text-decoration: none !important;
2420 }
2421 .wpallexport-plugin .nested_xml{
2422 display: none;
2423 }
2424 .wpallexport-plugin .nested_xml_tree{
2425 width: 70%;
2426 float: left;
2427 padding: 5px 15px;
2428 }
2429 .wpallexport-plugin .nested_actions{
2430 width:25%;
2431 float: right;
2432 }
2433 .wpallexport-plugin .nested_actions input[type="text"]{
2434 width:100%;
2435 padding: 7px;
2436 }
2437 .wpallexport-plugin .nested_xml_tree .green{
2438 color: green;
2439 padding-bottom: 10px;
2440 }
2441 .wpallexport-plugin .nested_xml_tree .red,
2442 .wpallexport-plugin .nested_msgs{
2443 color: red;
2444 padding-bottom: 10px;
2445 }
2446 .wpallexport-plugin .nested_files ul{
2447 list-style: decimal outside none;
2448 padding-left: 15px;
2449 }
2450 .wpallexport-plugin .template_input{
2451 margin-top: 20px;
2452 }
2453 .wpallexport-plugin .wp_all_export_preloader{
2454 background: url("../img/preloader.png");
2455 width: 80px;
2456 height: 10px;
2457 margin: 20px auto;
2458 display: none;
2459 }
2460 .wpallexport-plugin #filtering_result{
2461 float: left;
2462 }
2463 .wpallexport-plugin .wp_all_export_filter_preloader{
2464 background: url("../img/preloader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
2465 margin-top: 50px;
2466 height: 16px;
2467 line-height: 16px;
2468 padding-left: 20px;
2469 display: none;
2470 position: relative;
2471 float: right;
2472 }
2473 .wpallexport-plugin .wp_all_export_functions_preloader{
2474 background: url("../img/preloader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
2475 margin-top: 6px;
2476 margin-left: 6px;
2477 height: 16px;
2478 line-height: 16px;
2479 padding-left: 20px;
2480 display: none;
2481 position: relative;
2482 float: right;
2483 }
2484 .wpallexport-plugin .sub_input{
2485 padding-left:17px;
2486 margin: 5px;
2487 }
2488 .wpallexport-plugin .main_choise{
2489 float: left;
2490 margin-right: 5px;
2491 }
2492 .wpallexport-plugin .specify_cf{
2493 left: 25%;
2494 top: 8px;
2495 background: #40acad;
2496 padding: 10px;
2497 position: relative;
2498 border-radius: 4px;
2499 -moz-border-radius: 4px;
2500 -khtml-border-radius: 4px;
2501 -webkit-border-radius: 4px;
2502 color: #fff !important;
2503 }
2504 .wpallexport-plugin .set_serialize.active,
2505 .wpallexport-plugin .set_mapping.active{
2506 font-weight: bold;
2507 }
2508 .wpallexport-plugin .custom_type{
2509 /*margin: 0 auto; */
2510 }
2511 .wpallexport-plugin .wpallexport-custom-fields textarea{
2512 border: 1px solid #ddd;
2513 border-radius: 4px;
2514 -moz-border-radius: 4px;
2515 -khtml-border-radius: 4px;
2516 -webkit-border-radius: 4px;
2517 padding: 6px 5px;
2518 font-size: 15px !important;
2519 height: 40px;
2520 float: left;
2521 margin-right: 5px;
2522 line-height: 25px;
2523 width: 68% !important;
2524 }
2525 .wpallexport-plugin .wpallexport-custom-fields .wpallexport-custom-fields-actions,
2526 .wpallexport-plugin .wpallexport-real-estate .wpallexport-custom-fields-actions{
2527 float: right;
2528 right: 30px;
2529 position: relative;
2530 /*padding: 0 10px;*/
2531 border: 1px solid #ddd;
2532 margin-bottom: 10px;
2533 }
2534 .wpallexport-plugin .wpallexport-step-3 div.custom_type{
2535 /*width: 80%;
2536 min-height: 65px;*/
2537 }
2538 .wpallexport-plugin span.remove{
2539 position: static !important;
2540 }
2541
2542 .wpallexport-plugin input[type="text"][name="tagno"]{
2543 margin-left: 5px;
2544 padding: 3px;
2545 width: 40px;
2546 border: 1px solid #BBBBBB;
2547 -moz-border-radius: 3px;
2548 -khtml-border-radius: 3px;
2549 -webkit-border-radius: 3px;
2550 border-radius: 3px;
2551 text-align: center;
2552 }
2553 .wpallexport-pointer-content {
2554 padding: 0 0 10px;
2555 position: relative;
2556 font-size: 13px;
2557 background: #fff;
2558 border: 1px solid #dfdfdf;
2559 -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.075);
2560 box-shadow: 0 3px 6px rgba(0,0,0,0.075);
2561 }
2562 #post-preview div.title{
2563 text-align:right;
2564 border-bottom: 1px solid #ccc;
2565 padding: 10px;
2566 /*font-style:italic;*/
2567 }
2568 #post-preview .wpallexport-preview-title{
2569 border-bottom: 1px solid #ccc;
2570 margin-bottom: 0;
2571 padding-bottom: 10px;
2572 text-align: center;
2573 }
2574 #post-preview .wpallexport-preview-content{
2575 padding: 15px;
2576 overflow: auto;
2577 max-height: 350px;
2578 }
2579 #post-preview .wpallexport-preview-content .test_progress{
2580 clear: both;
2581 }
2582 .wpallexport-plugin .preview,
2583 .wpallexport-plugin .preview_images,
2584 .wpallexport-plugin .preview_prices,
2585 .wpallexport-plugin .preview_taxonomies,
2586 .wpallexport-plugin .parse,
2587 .wpallexport-plugin .test_images{
2588 background: #40acad;
2589 -moz-border-radius: 4px;
2590 -khtml-border-radius: 4px;
2591 -webkit-border-radius: 4px;
2592 border-radius: 4px;
2593 clear: both;
2594 color: #fff !important;
2595 float: right;
2596 font-size: 14px;
2597 margin: 10px 0;
2598 padding: 10px 20px 10px 20px;
2599 }
2600 .wpallexport-plugin .test_images{
2601 display: block;
2602 float: left;
2603 margin-bottom: 15px;
2604 margin-left: 0;
2605 margin-top: 0;
2606 }
2607 .wpallexport-plugin .save_popup{
2608 -moz-border-radius: 4px;
2609 -khtml-border-radius: 4px;
2610 -webkit-border-radius: 4px;
2611 border-radius: 4px;
2612 position: absolute;
2613 top: 41px;
2614 right: 60px;
2615 background: #40acad;
2616 padding: 10px 15px 10px 15px;
2617 color:#fff !important;
2618 }
2619 .wpallexport-plugin .autodetect_cf,
2620 .wpallexport-plugin .wpallexport-auto-detect-unique-key,
2621 .wpallexport-plugin .wpallexport-change-unique-key{
2622 -moz-border-radius: 4px;
2623 -khtml-border-radius: 4px;
2624 -webkit-border-radius: 4px;
2625 border-radius: 4px;
2626 background: #40acad;
2627 padding: 10px 15px 10px 15px;
2628 color:#fff !important;
2629 font-size: 14px;
2630 position: relative;
2631 top:-1px;
2632 }
2633 .wpallexport-plugin .wpallexport-change-unique-key{
2634 background-position: 10px 12px;
2635 padding: 10px 15px 10px 15px;
2636 }
2637 .wpallexport-plugin .autodetect_cf{
2638 display: inline-block;
2639 margin-bottom: 5px;
2640 }
2641 .wpallexport-plugin .preview_taxonomies{
2642 float: none;
2643 /*padding: 5px 20px 5px 45px;*/
2644 margin-left: 10px;
2645 }
2646 .wpallexport-plugin .set_xpath{
2647 left: 0;
2648 padding-left: 15px;
2649 position: absolute;
2650 top: 0;
2651 }
2652 .wpallexport-plugin #woocommerce-product-data{
2653 margin-bottom: 20px;
2654 }
2655 .wpallexport-plugin input[name^="attribute_name"],
2656 .wpallexport-plugin input[name^="variable_attribute_name"]{
2657 width: 95% !important;
2658 }
2659 .wpallexport-plugin .fix_checkbox{
2660 position: relative;
2661 /*margin: 0px !important;*/
2662 }
2663 .wpallexport-plugin .newline{
2664 line-height: 16px;
2665 }
2666 .wpallexport-plugin #add_encoding{
2667 display: none;
2668 }
2669 .wpallexport-plugin #new_encoding{
2670 border: 1px solid #BBBBBB;
2671 -moz-border-radius: 3px;
2672 -khtml-border-radius: 3px;
2673 -webkit-border-radius: 3px;
2674 border-radius: 3px;
2675 }
2676 .wpallexport-plugin .load_options{
2677 height: 0;
2678 line-height: 0;
2679 margin: 0;
2680 padding: 0;
2681 position: relative;
2682 right: 10px;
2683 text-align: right;
2684 top: -35px;
2685 width: 100%;
2686 }
2687 .wpallexport-plugin .custom-params tr td{
2688 /*width: 50%;*/
2689 }
2690 .wpallexport-plugin .custom-params tr td.action{
2691 width: 100% !important;
2692 position: relative;
2693 display: block;
2694 }
2695 .wpallexport-plugin .form-field textarea{
2696 width:80%;
2697 }
2698 .wpallexport-plugin .drag-element .assign_post{
2699 float: left;
2700 margin-top: 2px;
2701 }
2702 .wpallexport-plugin .post_taxonomy{
2703 /*margin-bottom: 15px;*/
2704 overflow: hidden;
2705 padding-left: 5px;
2706 /*padding-bottom: 15px;*/
2707 }
2708 .wpallexport-plugin .post_taxonomy .delim{
2709 padding-left: 25px;
2710 }
2711 .wpallexport-plugin .post_taxonomy .delim .add-new-ico{
2712 float: left;
2713 margin-right: 10%;
2714 margin-top: 5px;
2715 }
2716 .wpallexport-plugin .post_taxonomy ol.ui-sortable{
2717 padding-right: 0px;
2718 }
2719 .wpallexport-plugin .post_taxonomy ol.ui-sortable .drag-element{
2720 background-position: 0 10px;
2721 }
2722 .wpallexport-plugin .post_taxonomy ol.ui-sortable .remove-ico{
2723 top: 8px;
2724 }
2725
2726 .wpallexport-plugin .separated_by{
2727 float: right;
2728 font-size: 12px;
2729 color: #999999;
2730 margin-right: 20px;
2731 }
2732 .wpallexport-plugin .delim > label{
2733 color: #999999;
2734 font-size: 11px;
2735 }
2736 .wpallexport-plugin .template-sidebar .tag{
2737 /*max-height: 550px;*/
2738 }
2739 .wpallexport-plugin .wp-pointer-content .action.remove a{
2740 top: 8px;
2741 }
2742 .wpallexport-plugin .wpallexport-drag-icon{
2743 position: relative;
2744 top: 5px;
2745 }
2746 .wpallexport-plugin .wpallexport-featured-images textarea{
2747 width: 70%;
2748 height: 70px;
2749 margin: 5px 0;
2750 padding-top: 5px;
2751 }
2752 .wpallexport-plugin .wpallexport-placeholder{
2753 color: #888 !important;
2754 }
2755 .wpallexport-plugin .ui-widget-overlay{
2756 background: #777 !important;
2757 z-index: 99999;
2758 }
2759 .wpallexport-plugin .auto_detect_sf{
2760 width: 80px;
2761 left: 0;
2762 }
2763 .wpallexport-plugin .ui-menu-item a{
2764 text-decoration: none;
2765 color: #777;
2766 }
2767 .wpallexport-plugin .ui-menu-item a.ui-state-focus,
2768 .wpallexport-plugin .ui-menu-item a.ui-state-active{
2769 margin: 0;
2770 }
2771 .wpallexport-plugin .ui-menu-item{
2772 border-bottom: 1px solid #777;
2773 }
2774 .wpallexport-plugin .ui-menu-item:last-child{
2775 border-bottom: none;
2776 }
2777 .wpallexport-plugin .cf_welcome,
2778 .wpallexport-plugin .cf_detect_result{
2779 position: relative;
2780 text-align: center;
2781 padding-bottom: 15px;
2782 padding-top: 10px;
2783 border-bottom: 1px solid #ddd;
2784 border-top: 1px solid #ddd;
2785 }
2786 .wpallexport-plugin .wpallexport-dismiss-cf-welcome{
2787 display: block;
2788 width: 100px;
2789 /*height: 16px;
2790 position: absolute;
2791 right: 10px;
2792 top: 30%;*/
2793 /*background: url('../img/ico-remove.png') no-repeat;*/
2794 margin: 0 auto;
2795 }
2796 .wpallexport-plugin .wpallexport-cf-options{
2797 display: block;
2798 padding: 10px 12px;
2799 }
2800 .wpallexport-plugin .wpallexport-cf-menu{
2801 display: none;
2802 border: none;
2803 -webkit-border-radius: 0px;
2804 -moz-border-radius: 0px;
2805 -o-border-radius: 0px;
2806 border-radius: 0px;
2807 border: 0px;
2808 padding: 0;
2809 /*padding-left: 12px;*/
2810 margin-bottom: 0;
2811 margin-top: 0;
2812 }
2813 .wpallexport-plugin .wpallexport-cf-menu li{
2814 border-bottom: none;
2815 padding: 5px 0;
2816 padding-left: 16px;
2817 margin-bottom: 0;
2818 cursor: pointer;
2819 width: auto;
2820 }
2821 .wpallexport-plugin .wpallexport-cf-menu li:hover{
2822 background: #fafafa;
2823 }
2824 .wpallexport-plugin .wpallexport-cf-menu li.active{
2825 list-style: disc inside none;
2826 padding-left: 5px;
2827 }
2828 .wpallexport-plugin .wpallexport-cf-menu li a{
2829 padding: 0;
2830 /*font-family: "Open Sans",​sans-serif;*/
2831 font-size: 12px;
2832 display: inline;
2833 color: #777;
2834 }
2835 .wpallexport-plugin .ui-autocomplete li a:hover{
2836 border: none;
2837 -webkit-border-radius: 0px;
2838 -moz-border-radius: 0px;
2839 -o-border-radius: 0px;
2840 border-radius: 0px;
2841 border: 0px;
2842 }
2843 .wpallexport-plugin .wpallexport-not-empty{
2844 /*display: block;
2845 padding: 5px;*/
2846 }
2847 .wpallexport-plugin .wp-all-export-format{
2848 /*margin-top: 15px; */
2849 }
2850
2851 .wpallexport-plugin .product_variations .sub-options {
2852 margin-left: 20px;
2853 margin-top: 8px;
2854 margin-bottom: 8px;
2855 }
2856
2857 .sub-options {
2858 display: none;
2859 }
2860 /*--------------------------------------------------------------------------
2861 *
2862 * Step 4 - Import Options
2863 *
2864 *-------------------------------------------------------------------------*/
2865
2866 .wpallexport-plugin .options .tag{
2867 margin-top: 0px;
2868 }
2869 .wpallexport-plugin .show_hints{
2870 color: #fff;
2871 padding: 10px;
2872 -moz-border-radius-topleft: 5px;
2873 -webkit-border-top-left-radius: 5px;
2874 border-top-left-radius: 5px;
2875 -moz-border-radius-bottomleft: 5px;
2876 -webkit-border-bottom-left-radius: 5px;
2877 border-bottom-left-radius: 5px;
2878 position: absolute;
2879 top: 18px;
2880 right: -1px;
2881 background: url('../img/ui_4.0/right_btn.png') no-repeat 95% 8px #40acad;
2882 padding-right: 30px;
2883 cursor: pointer;
2884 border: none;
2885 }
2886 .wpallexport-plugin .show_hints:hover{
2887 color: #dfdfdf;
2888 }
2889
2890 .wpallexport-plugin .wp-pointer-arrow{
2891 display: none;
2892 }
2893 .wpallexport-plugin .wp-pointer-content,
2894 .wpallexport-plugin .wpallexport-pointer-content{
2895 border: 1px solid #ecebe7;
2896 border-radius: 4px;
2897 -moz-border-radius: 4px;
2898 -khtml-border-radius: 4px;
2899 -webkit-border-radius: 4px;
2900 margin: 20px 10px 20px 20px;
2901 padding: 0;
2902 }
2903 .wpallexport-plugin .wp-pointer-content fieldset{
2904 margin-top: 15px;
2905 }
2906 .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons,
2907 .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons{
2908 padding: 15px;
2909 background: #f7f8f8;
2910 border-top: 1px solid #ebebeb;
2911 }
2912 .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons a.close:before,
2913 .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons a.close:before{
2914 content:none;
2915 }
2916 .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons a.close,
2917 .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons a.close{
2918 background: url('../img/remove.png') no-repeat 10px 10px #e4e6e6;
2919 padding: 10px 15px 10px 30px;
2920 color: #777;
2921 border-radius: 4px;
2922 -moz-border-radius: 4px;
2923 -khtml-border-radius: 4px;
2924 -webkit-border-radius: 4px;
2925 }
2926
2927 .wpallexport-plugin .options .wpallexport-submit-buttons{
2928 position: relative;
2929 text-align: center;
2930 top: 10px;
2931 }
2932 .wpallexport-plugin form.options{
2933 position: relative;
2934 margin-top: 0 !important;
2935 overflow: hidden;
2936 }
2937 .wpallexport-plugin form.edit{
2938 /*overflow: hidden;*/
2939 }
2940 .wpallexport-plugin .switcher-target-is_keep_former_posts{
2941 padding-left: 25px;
2942 }
2943 .wpallexport-plugin .wpallexport-change-custom-type{
2944 margin-left: 6px;
2945 }
2946
2947 /*--------------------------------------------------------------------------
2948 *
2949 * Step 5 - Confirm Import Settings
2950 *
2951 *-------------------------------------------------------------------------*/
2952
2953 /*.wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-content-section{
2954 border: none;
2955 -webkit-border-radius: 0px;
2956 -moz-border-radius: 0px;
2957 -o-border-radius: 0px;
2958 border-radius: 0px;
2959 border: 0px;
2960 background: none;
2961 margin: 0;
2962 padding: 0 10%;
2963 }*/
2964 .wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-collapsed-content{
2965 border-top: 1px solid #ebebeb;
2966 margin-top: 10px;
2967 padding-top: 10px;
2968 }
2969 .wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-collapsed-content p{
2970 color: #777;
2971 background: url('../img/ui_4.0/logo_small.png') no-repeat;
2972 padding-left: 35px;
2973 min-height: 26px;
2974 line-height: 28px;
2975 }
2976
2977 .wpallexport-plugin form.confirm{
2978 margin-bottom: 20px;
2979 margin-top: 20px;
2980 text-align: center;
2981 }
2982 .wpallexport-plugin form.confirm input[type="submit"]{
2983 background: #46ba69;
2984 padding: 20px 30px 20px 30px;
2985 color: #fff;
2986 border: none;
2987 font-weight: bold;
2988 cursor: pointer;
2989 }
2990 .wpallexport-plugin form.confirm a{
2991 text-decoration: none;
2992 color: #777;
2993 }
2994 .wpallexport-plugin table.confirm ul {
2995 list-style: disc inside none;
2996 }
2997 .wpallexport-plugin table.confirm ul li ul{
2998 margin-left: 20px;
2999 margin-top: 5px;
3000 list-style: circle inside none;
3001 }
3002 /*.wpallexport-plugin #download_log_separator,
3003 .wpallexport-plugin #download_log{
3004 display: none;
3005 }*/
3006
3007 .wpallexport-plugin .wpallexport-ready-to-go{
3008 /*background: url("../img/elements.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/
3009 /*float: left;*/
3010 /*margin-left: 40px;*/
3011 /*margin-top: 25px;*/
3012 /*padding-left: 80px;*/
3013 /*text-align: left;*/
3014
3015 background: rgba(0, 0, 0, 0) url("../img/elements.png") no-repeat scroll 0 0 !important;
3016 height: 63px;
3017 margin-bottom: 20px;
3018 margin-left: 40px;
3019 margin-top: 25px;
3020 padding-left: 80px;
3021 position: relative;
3022
3023 }
3024 .wpallexport-plugin .wpallexport-ready-to-go h3{
3025 color: #425f9a;
3026 margin-bottom: 0;
3027 margin-top: 3px;
3028 font-size: 22px;
3029 line-height: 28px;
3030 }
3031 .wpallexport-plugin .wpallexport-ready-to-go h4{
3032 color: #777;
3033 margin-top: 5px;
3034 font-size:18px;
3035 }
3036 .wpallexport-plugin .nothing_to_export{
3037 background: url("../img/exclamation.png") no-repeat scroll 5px 5px rgba(0, 0, 0, 0) !important;
3038 }
3039 .wpallexport-plugin .wpallexport-is-continue{
3040 text-align: left;
3041 float: left;
3042 margin: 12px 40px 12px 0px;
3043 }
3044 /*--------------------------------------------------------------------------
3045 *
3046 * Step 6 - Processing
3047 *
3048 *-------------------------------------------------------------------------*/
3049
3050 .wpallexport-plugin .pmxi_error_msg{
3051 color: #FF0000;
3052 display: block;
3053 font-size: 12px;
3054 line-height: 18px;
3055 padding: 2px;
3056 }
3057 .wpallexport-plugin .wpallexport-upload-process{
3058 border: none;
3059 padding: 1px;
3060 }
3061 .wpallexport-plugin .wpallexport_process_parent_wrapper
3062 {
3063 margin-bottom: 20px;
3064 }
3065 .wpallexport-plugin .wpallexport_processbar{
3066 text-align: center;
3067 visibility: hidden;
3068 height: 30px;
3069 margin-top: 18px;
3070 margin-bottom: 20px;
3071 background: #fff;
3072 color: #222222;
3073 position: relative;
3074 }
3075 .wpallexport-plugin .wpallexport_processbar div
3076 {
3077 background: #76d771;
3078 height: 30px;
3079 width: 0%;
3080 position: absolute;
3081 top:0;
3082 }
3083 .wpallexport-plugin .wpallexport_process_child_wrapper
3084 {
3085 height: 55px;
3086 overflow: hidden;
3087 }
3088 .wpallexport-plugin .wpallexport_process_child_wrapper .wpallexport_processbar
3089 {
3090 height: 10px;
3091 margin: 10px 0px 10px;
3092 }
3093 .wpallexport-plugin .wpallexport_process_child_wrapper .wpallexport_processbar div
3094 {
3095 width: 0%;
3096 height: 10px;
3097 }
3098 .wpallexport-plugin .export_progress{
3099 color: #000000;
3100 font-size: 21px;
3101 /*font-weight: bold;*/
3102 display: block;
3103 width: 100%;
3104 text-align: center;
3105 opacity: 1;
3106 position: relative;
3107 padding-top: 10px;
3108 }
3109 .wpallexport-plugin .export_progress .center_progress{
3110 color:#46ba69;
3111 font-size: 60px;
3112 }
3113 .wpallexport-plugin .right_progress{
3114 position: absolute;
3115 right: 0;
3116 color:#777;
3117 }
3118 .wpallexport-plugin .right_progress span{
3119 color:#000;
3120 }
3121 .wpallexport-plugin .left_progress{
3122 position: absolute;
3123 left: 0;
3124 color: #777;
3125 }
3126 .wpallexport-plugin .left_progress #then{
3127 color:#000;
3128 }
3129 .wpallexport-plugin .wpallexport_process_child_wrapper .export_progress
3130 {
3131 font-size: 16px;
3132 padding: 0px;
3133 }
3134 .wpallexport-plugin .wpallexport_process_child_wrapper .center_progress
3135 {
3136 font-size: 20px;
3137 }
3138 .wpallexport-plugin #existing_meta_keys{
3139 margin-bottom: 10px;
3140 padding: 2px;
3141 width: 580px;
3142 }
3143 .wpallexport-plugin #export_finished{
3144 display: none;
3145 text-align: center;
3146 padding-top: 30px;
3147 }
3148 .wpallexport-plugin #export_finished .normal-tab p{
3149 color: #777;
3150 font-size: 16px;
3151 }
3152 .wpallexport-plugin #export_finished .wp_all_export_download div.input{
3153 display: inline-block;
3154 vertical-align: top;
3155 }
3156 .wpallexport-plugin #export_finished .wp_all_export_download div.input .button-primary{
3157 width: 193px;
3158 background-image: none;
3159 }
3160 .wpallexport-plugin #export_finished .wp_all_export_download div.input span{
3161 color: #777;
3162 display: block;
3163 font-size: 10px;
3164 }
3165
3166 .wpallexport-plugin #export_finished .wpallexport-log-details{
3167 display: none;
3168 }
3169
3170 .wpallexport-plugin #export_finished .export_finished_icon{
3171 /*background: url('../img/ui_4.0/export_finished.png') no-repeat center center;*/
3172 width: 100%;
3173 height: 255px;
3174 margin: 40px 0;
3175 }
3176 .wpallexport-plugin #export_finished .normal-tab h1{
3177 font-size: 48px;
3178 color: #46ba69;
3179 font-weight: normal;
3180 }
3181 .wpallexport-plugin #export_finished .normal-tab h3{
3182 font-size: 21px;
3183 color: #777;
3184 font-weight: normal;
3185 line-height: 30px;
3186 }
3187 .wpallexport-plugin #export_finished .normal-tab h3 span{
3188 color: #000;
3189 }
3190 .wpallexport-plugin #export_finished hr{
3191 margin: 20px 15%;
3192 }
3193 .wpallexport-plugin #export_finished .normal-tab a{
3194 color: #40acad;
3195 text-decoration: none;
3196 margin: 5px 10px;
3197 display: inline-block;
3198 height: 25px;
3199 }
3200 .wpallexport-plugin #process{ display:none; }
3201 .wpallexport-plugin .ui-widget-header{
3202 -moz-border-radius: 4px;
3203 -khtml-border-radius: 4px;
3204 -webkit-border-radius: 4px;
3205 border-radius: 4px;
3206 }
3207 .wpallexport-plugin .ui-progressbar-value {
3208 background: #76d771 !important;
3209 border: none !important;
3210 -moz-border-radius: 8px;
3211 -khtml-border-radius: 8px;
3212 -webkit-border-radius: 8px;
3213 border-radius: 8px;
3214 }
3215 .wpallexport-plugin .wpallexport-modal-message{
3216 background: none repeat scroll 0 0 yellow;
3217 color: red;
3218 padding: 4px;
3219 margin-top: 10px;
3220 display: none;
3221 }
3222 .wpallexport-plugin #logwrapper{
3223 border: 1px solid #aaa;
3224 margin: 10px auto;
3225 }
3226 .wpallexport-plugin #loglist{
3227 border: 1px solid #AAAAAA;
3228 height: 380px;
3229 overflow: auto;
3230 }
3231 .wpallexport-plugin #loglist > p{
3232 margin: 0;
3233 padding: 3px 5px;
3234 }
3235 .wpallexport-plugin #loglist > p.odd{
3236 background: #dfdfdf;
3237 }
3238 /*--------------------------------------------------------------------------
3239 *
3240 * Reimport
3241 *
3242 *-------------------------------------------------------------------------*/
3243
3244 .wpallexport-plugin .info_ico{
3245 background: url('../img/ui_4.0/info.png') 0 50% no-repeat;
3246 padding: 10px 10px 10px 40px;
3247 color: #777;
3248 }
3249 .wpallexport-plugin .drag_an_element_ico{
3250 background: url('../img/ui_4.0/drag.png') 0 50% no-repeat;
3251 padding: 10px 10px 10px 40px;
3252 color: #777;
3253 }
3254
3255 /*--------------------------------------------------------------------------
3256 *
3257 * XML & CSV
3258 *
3259 *-------------------------------------------------------------------------*/
3260
3261 /*@+ XML representation */
3262 .wpallexport-plugin .tag {
3263 position: fixed;
3264 max-width: 450px;
3265 top: 127px;
3266 padding-bottom: 20px;
3267 margin-right: 15px;
3268 width: 22%;
3269 }
3270 .wpallexport-plugin #wp-content-editor-tools{
3271 background: #fff !important;
3272 }
3273 .wpallexport-plugin .tag .title {
3274 font-weight: bold;
3275 padding: 6px 8px;
3276 color: #464646;
3277 background: #fff;
3278 font-size: 12px;
3279 text-align: center;
3280 border: 1px solid #ddd;
3281 border-bottom: 1px solid #ddd;
3282 -moz-border-radius-topleft: 4px;
3283 -webkit-border-top-left-radius: 4px;
3284 border-top-left-radius: 4px;
3285 -moz-border-radius-topright: 4px;
3286 -webkit-border-top-right-radius: 4px;
3287 border-top-right-radius: 4px;
3288 }
3289 .wpallexport-plugin .tag .wpallexport-xml {
3290 /*max-height: 525px;*/
3291 max-width: 450px;
3292 overflow: auto;
3293 border: 1px solid #ddd;
3294 border-top:none;
3295 -moz-border-radius-bottomright: 4px;
3296 -webkit-border-bottom-right-radius: 4px;
3297 border-bottom-right-radius: 4px;
3298 -moz-border-radius-bottomleft: 4px;
3299 -webkit-border-bottom-left-radius: 4px;
3300 border-bottom-left-radius: 4px;
3301 background: #fafafa;
3302 }
3303 .wpallexport-plugin .tag .navigation {
3304 /*float: right;*/
3305 /*margin: 2px -12px 0 0;*/
3306 margin-bottom: 3px;
3307 margin-top: 3px;
3308 }
3309 .wpallexport-plugin .tag .navigation a,
3310 .wpallexport-plugin .tag .navigation span,
3311 #post-preview .navigation a,
3312 #post-preview .navigation span {
3313 font-weight: bold;
3314 padding: 0 12px;
3315 text-decoration: none;
3316 height: 25px;
3317 }
3318 .wpallexport-plugin .tag .navigation span.out_of{
3319 color:#777;
3320 margin-left: 0;
3321 }
3322 .wpallexport-plugin .tag .navigation .previous_element,
3323 #post-preview .navigation .previous_element{
3324 float: left;
3325 background: url('../img/left_btn.png') 5% 0 no-repeat;
3326 margin-top: 10px;
3327 }
3328 .wpallexport-plugin .tag .navigation .next_element,
3329 #post-preview .navigation .next_element{
3330 float: right;
3331 background: url('../img/right_btn.png') 95% 0 no-repeat;
3332 margin-top: 10px;
3333 }
3334
3335 @media screen and (max-height: 900px) {
3336 .wpallexport-plugin .tag {
3337 padding-bottom: 0px;
3338 }
3339 .wpallexport-plugin .tag .wpallexport-xml {
3340 /*max-height: 400px;*/
3341 }
3342 }
3343
3344 .wpallexport-plugin .wpallexport-xml {
3345 /*padding-left: 15px;*/
3346 overflow: auto;
3347 /*height: 92%;*/
3348 }
3349 .wpallexport-plugin .wpallexport-xml .wpallexport-hasmenu{
3350 -webkit-user-select: none;
3351 -khtml-user-select: none;
3352 -moz-user-select: none;
3353 -ms-user-select: none;
3354 user-select: none;
3355 }
3356 .wpallexport-plugin .wpallexport-xml .xml-element-xpaths{
3357 /*display: none;*/
3358 }
3359 .wpallexport-plugin .xml-element {
3360 border: 1px solid transparent;
3361 margin: 1px 1px 1px 0;
3362 }
3363 .wpallexport-plugin .xml-element .xml-element-xpaths{
3364 /*display: none;*/
3365 }
3366 .wpallexport-plugin .xml-element.selected > .xml-tag.opening .xml-tag-name {
3367 background-color: #B5E61D;
3368 }
3369 .wpallexport-plugin .xml-content {
3370 padding-left: 14px;
3371 max-width: 500px;
3372 overflow: hidden;
3373 }
3374 .wpallexport-plugin .xml-content.collapsed {
3375 display: none;
3376 }
3377 .wpallexport-plugin .xml-content.textonly.short {
3378 padding-left: 0px;
3379 display: inline;
3380 }
3381 .wpallexport-plugin .xml-content.textonly.cdata{
3382 color: #a50;
3383 }
3384 .wpallexport-plugin .xml-tag {
3385 display: inline;
3386 }
3387 .wpallexport-plugin .xml-tag-name,
3388 .wpallexport-plugin .csv-tag-name {
3389 color: #40acad;
3390 font-weight: bold;
3391 }
3392 .wpallexport-plugin .xml-tag.opening .xml-tag-name {
3393 cursor: pointer;
3394 }
3395 .wpallexport-plugin .wpallexport-xml .xml-tag.opening .xml-tag-name{
3396 cursor: default;
3397 }
3398 .wpallexport-plugin .xml-attr-name {
3399 font-weight: bold;
3400 cursor: pointer;
3401 }
3402 .wpallexport-plugin .xml-attr-value {
3403 color: blue;
3404 }
3405 .wpallexport-plugin .xml-expander {
3406 display: inline-block;
3407 width: 12px;
3408 margin-left: -12px;
3409 -moz-user-select: none;
3410 -khtml-user-select: none;
3411 -webkit-user-select: none;
3412 user-select: none;
3413 cursor: pointer;
3414 font-family: monospace;
3415 line-height: 100%;
3416 text-align: left;
3417 color: red;
3418 }
3419 .wpallexport-plugin .xml-more {
3420 color: red;
3421 font-size: 80%;
3422 }
3423 .wpallexport-plugin .xml.resetable .xml-element.lvl-mod4-3 > .xml-content {
3424 margin-left: -59px;
3425 margin-right: -8px;
3426 background-color: #fff;
3427 border: 1px dashed #906;
3428 border-left: 1px solid #906;
3429 border-right: none;
3430 }
3431 .wpallexport-plugin .xml.resetable .xml-element.lvl-mod4-3 > .xml-content.short {
3432 margin-left: 0;
3433 margin-right: 0;
3434 border: none;
3435 background-color: inherit;
3436 }
3437 .wpallexport-plugin .wpallexport-xml .xml-element.lvl-0 .xml-tag .xml-tag-name{
3438 color: #46ba69;
3439 }
3440 .wpallexport-plugin .wpallexport-xml .xml-element.lvl-1 .xml-tag .xml-tag-name{
3441 color: #40acad;
3442 }
3443 /*.wpallexport-plugin .csv_element .is_numeric{
3444 text-align: right;
3445 }*/
3446 .wpallexport-plugin .csv-content{
3447 overflow: hidden;
3448 margin-bottom: 15px;
3449 margin-top: 15px;
3450 padding-right: 15px;
3451 }
3452 .wpallexport-plugin .csv_element .csv-tag,
3453 .wpallexport-plugin .csv_element .xml-content{
3454 width: 46%;
3455 /*border: 1px solid #ccc;*/
3456 padding: 3px !important;
3457 display: block;
3458 float: left;
3459 }
3460 .wpallexport-plugin .wpallexport-choose-elements .csv_element .csv-tag{
3461 width: 25%;
3462 }
3463 .wpallexport-plugin .wpallexport-choose-elements .csv_element .xml-content{
3464 width: 70%;
3465 }
3466 .wpallexport-plugin .csv_element .csv-tag{
3467 border-right: 1px solid #CCCCCC;
3468 margin-right: -1px;
3469 }
3470 .wpallexport-plugin .csv_element .xml-content{
3471 border-left: 1px solid #ccc;
3472 width: 48%;
3473 }
3474 .wpallexport-plugin .csv_element{
3475 border: 1px solid #ccc;
3476 overflow: hidden;
3477 width: 100%;
3478 background: #fff;
3479 }
3480 .wpallexport-plugin .csv_element.lvl-0{
3481 border: none;
3482 }
3483 /* xml table representation */
3484 .wpallexport-plugin tr.xml-element.selected .xml-tag.opening .xml-tag-name {
3485 background-color: #B5E61D;
3486 }
3487 .wpallexport-plugin table.wpallexport-xml td {
3488 padding-left: 20px;
3489 }
3490 .wpallexport-plugin table.wpallexport-xml td:first-child {
3491 width: 1px;
3492 padding-left: 0px;
3493 }
3494
3495 .wpallexport-plugin table.wpallexport-xml,
3496 .wpallexport-plugin table.wpallexport-xml table {
3497 width: 100%;
3498 border-collapse:collapse;
3499 border-spacing:0;
3500 }
3501 .product_variations {
3502 display: none;
3503 }
3504
3505 .wpallexport-plugin .product_variations input {
3506 margin-bottom: 0;
3507 }
3508
3509 .wpallexport-plugin .wpallexport-custom-xml-template .cdata label {
3510 vertical-align: 0px;
3511 }
3512
3513 .wpallexport-plugin .wpallexport-custom-xml-template .cdata input {
3514 vertical-align: -2px;
3515 }
3516 /*@*/
3517
3518 /*--------------------------------------------------------------------------
3519 *
3520 * Manage Imports
3521 *
3522 *-------------------------------------------------------------------------*/
3523
3524 /*@+ table list */
3525 .wpallexport-plugin table.widefat th {
3526 white-space: nowrap;
3527 }
3528 .wpallexport-plugin table.widefat th.ASC a {
3529 background-image: url("../img/screen-options-right-up.gif");
3530 background-repeat: no-repeat;
3531 background-position: right center;
3532 padding-right: 19px;
3533 }
3534 .wpallexport-plugin table.widefat th.DESC a {
3535 background-image: url("../img/screen-options-right.gif");
3536 background-repeat: no-repeat;
3537 background-position: right center;
3538 padding-right: 19px;
3539 }
3540
3541 .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-id {
3542 width: 35px;
3543 }
3544 .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-scheduled {
3545 width: 85px;
3546 }
3547 .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-registered_on {
3548 width: 130px;
3549 }
3550 .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-post_count {
3551 width: 105px;
3552 }
3553 .wpallexport-plugin .wpallexport-disabled{
3554 color: #888 !important;
3555 }
3556 /*@*/
3557 /*.wpallexport-plugin .pmxi-admin-imports a.delete{
3558 color: #FF0000;
3559 font-size: 18px;
3560 font-weight: bold;
3561 padding-top: 35px;
3562 vertical-align: middle;
3563 }*/
3564 .wpallexport-plugin table.wpallexport-layout{width:100%; margin-bottom: 100px;}
3565 .wpallexport-plugin table.wpallexport-layout td.left{float:left;}
3566 .wpallexport-plugin table.wpallexport-layout td.right{float:right;}
3567
3568 .wpallexport-plugin .manage-column.check-column,
3569 .wpallexport-plugin #the-pmxi-admin-import-list .check-column{
3570 padding: 10px;
3571 }
3572
3573 /*--------------------------------------------------------------------------
3574 *
3575 * Setting Page
3576 *
3577 *-------------------------------------------------------------------------*/
3578
3579 /*@+ Setting Form */
3580 .wpallexport-plugin form.settings {
3581 /*padding: 1px 12px;*/
3582 }
3583 /*@*/
3584 .wpallexport-plugin form.settings p{
3585 /*font-size: 14px !important;*/
3586 }
3587 .wpallexport-plugin form.settings .wpallexport-header{
3588 overflow: hidden;
3589 height: 70px;
3590 padding-top: 10px;
3591 }
3592
3593 .wpallexport-plugin .wpallexport-setting-wrapper{
3594 clear: both;
3595 overflow: hidden;
3596 margin: 15px 0;
3597 }
3598 .wpallexport-plugin .wpallexport-setting-label{
3599 width: 250px;
3600 float: left;
3601 padding-top: 10px;
3602 font-weight: bold;
3603 }
3604 .wpallexport-plugin .wpallexport-setting{
3605 float: left;
3606 width: 600px;
3607 }
3608 .wpallexport-plugin .wpallexport-setting-note{
3609 color: #777;
3610 margin-top: 2px;
3611 }
3612
3613 .wpallexport-plugin .save_action,
3614 .wpallexport-plugin .delete_action,
3615 .wpallexport-plugin .preview_action,
3616 .wpallexport-plugin .close_action{
3617 -moz-border-radius: 4px;
3618 -khtml-border-radius: 4px;
3619 -webkit-border-radius: 4px;
3620 border-radius: 4px;
3621 position: absolute;
3622 background: #40acad;
3623 padding: 9px 15px;
3624 color:#fff !important;
3625 cursor: pointer;
3626 width: 80px;
3627 }
3628
3629 .wpallexport-plugin .save_action{
3630 bottom: 14px;
3631 right: 15px;
3632 background: #425f9a;
3633 float: right;
3634 }
3635
3636 .wpallexport-plugin .preview_action{
3637 bottom: 14px;
3638 background: #40acad;
3639 margin-left: 5px;
3640 }
3641
3642 .wpallexport-plugin .delete_action{
3643 left: 113px;
3644 bottom: 14px;
3645 background: #e14d43;
3646 margin-left: 5px;
3647 }
3648
3649 .wpallexport-plugin .close_action{
3650 width: 85px;
3651 left: 20px;
3652 bottom: 14px;
3653 background: url("../img/remove.png") no-repeat scroll 10px 10px #e4e6e6;
3654 color: #777 !important;
3655 padding: 9px 25px 9px 30px;
3656 }
3657
3658 .wpallexport-plugin .save_action.disabled,
3659 .wpallexport-plugin .delete_action.disabled,
3660 .wpallexport-plugin .preview_action.disabled,
3661 .wpallexport-plugin .close_action.disabled{
3662 background: #e4e6e6;
3663 cursor: default !important;
3664 color: #B3B3B3 !important
3665 }
3666
3667 .wpallexport-plugin .save_action.disabled:focus,
3668 .wpallexport-plugin .preview_action.disabled:focus
3669 {
3670 outline: none;
3671 }
3672
3673 .wpallexport-plugin .wpae-custom-field ul li{
3674 margin-left: 15px;
3675 }
3676
3677 .wpallexport-plugin .function-editor,
3678 .wpallexport-plugin .client-mode-settings {
3679 margin-top: 2em;
3680 }
3681
3682 .wpallexport-plugin .settings .submit-buttons {
3683 margin-top: 30px;
3684 margin-bottom: 30px;
3685 }
3686 /*--------------------------------------------------------------------------
3687 *
3688 * Media Queries
3689 *
3690 *-------------------------------------------------------------------------*/
3691
3692 @media screen and (min-width: 1630px) and (max-width: 1730px) {
3693
3694 .wpallexport-plugin .change_file a.wpallexport-import-from{
3695 width: 320px;
3696 }
3697 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3698 width: 78%;
3699 }
3700 }
3701
3702 @media screen and (min-width: 1530px) and (max-width: 1629px) {
3703
3704 .wpallexport-plugin .change_file a.wpallexport-import-from{
3705 width: 295px;
3706 }
3707
3708 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3709 width: 78%;
3710 }
3711 }
3712
3713 @media screen and (min-width: 1416px) and (max-width: 1529px) {
3714
3715 .wpallexport-plugin .change_file a.wpallexport-import-from{
3716 width: 270px;
3717 }
3718
3719 .wpallexport-plugin .pmxi-admin-imports tr td em{
3720 display: block;
3721 max-width: 585px;
3722 }
3723
3724 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3725 width: 78%;
3726 }
3727 }
3728
3729 @media screen and (min-width: 1350px) and (max-width: 1415px) {
3730 .wpallexport-plugin .wpallexport-wrapper{
3731 width: 1120px;
3732 }
3733 /*.wpallexport-plugin a.wpallexport-import-from{
3734 width: 340px;
3735 }*/
3736 .wpallexport-plugin .change_file a.wpallexport-import-from{
3737 width: 220px;
3738 font-size: 15px;
3739 }
3740 .wpallexport-plugin .wpallexport-custom-fields textarea{
3741 width: 60% !important;
3742 }
3743 .wpallexport-plugin .pmxi-admin-imports tr td em{
3744 display: block;
3745 max-width: 525px;
3746 }
3747 .wpallexport-plugin .wpallexport-extra-text-left{
3748 width: 36%;
3749 }
3750 .wpallexport-plugin .wpallexport-extra-text-right{
3751 width: 37%;
3752 }
3753 .wpallexport-plugin .wpallexport-is-continue{
3754 margin: 12px 10px 12px 0;
3755 }
3756 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
3757 margin-left: -14%;
3758 }
3759 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
3760 margin-left: -13%;
3761 }
3762 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3763 width: 76%;
3764 }
3765 }
3766
3767 @media screen and (min-width: 1250px) and (max-width: 1349px) {
3768 .wpallexport-plugin .wpallexport-wrapper{
3769 width: 1020px;
3770 }
3771 .wpallexport-plugin .change_file .wpallexport-import-types h3{
3772 font-size: 22px;
3773 }
3774 .wpallexport-plugin .change_file a.wpallexport-import-from{
3775 width: 220px;
3776 font-size: 15px;
3777 }
3778 .wpallexport-plugin .wpallexport-custom-fields textarea{
3779 width: 55% !important;
3780 }
3781 .wpallexport-plugin .pmxi-admin-imports tr td em{
3782 display: block;
3783 max-width: 425px;
3784 }
3785 .wpallexport-plugin .wpallexport-extra-text-left{
3786 width: 35%;
3787 }
3788 .wpallexport-plugin .wpallexport-extra-text-right{
3789 width: 35%;
3790 }
3791 .wpallexport-plugin .wpallexport-is-continue{
3792 margin: 12px 10px 12px 0;
3793 }
3794 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
3795 margin-left: -17%;
3796 }
3797 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
3798 margin-left: -16%;
3799 }
3800 /*.wpallexport-plugin form.wpallexport-step-3{
3801 width: 60%;
3802 }*/
3803 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3804 width: 74%;
3805 }
3806 }
3807
3808 @media screen and (min-width: 1150px) and (max-width: 1249px) {
3809 .wpallexport-plugin .wpallexport-wrapper{
3810 width: 920px;
3811 }
3812 /*.wpallexport-plugin a.wpallexport-import-from{
3813 width: 260px;
3814 }*/
3815 .wpallexport-plugin .wpallexport-upload-type-container{
3816 padding: 0 40px;
3817 }
3818 /* .wpallexport-plugin .wpallexport-ready-to-go h4,
3819 .wpallexport-plugin .ajax-console .founded_records h4{
3820 font-size: 18px;
3821 }
3822 */ .wpallexport-plugin #pmxi_add_rule{
3823 padding: 13px 25px 10px 50px;
3824 }
3825 .wpallexport-plugin #process_notice,
3826 .wpallexport-plugin #export_finished h3{
3827 font-size: 16px;
3828 }
3829 .wpallexport-plugin .change_file .wpallexport-import-types{
3830 margin-top: 15px;
3831 }
3832 .wpallexport-plugin .change_file .wpallexport-import-types h3{
3833 font-size: 18px;
3834 }
3835 .wpallexport-plugin .change_file a.wpallexport-import-from{
3836 width: 190px;
3837 font-size: 12px;
3838 }
3839 .wpallexport-plugin .wpallexport-custom-fields textarea{
3840 width: 50% !important;
3841 }
3842 .wpallexport-plugin .pmxi-admin-imports tr td em{
3843 display: block;
3844 max-width: 325px;
3845 }
3846 .wpallexport-plugin .wpallexport-extra-text-left{
3847 width: 33%;
3848 }
3849 .wpallexport-plugin .wpallexport-extra-text-right{
3850 width: 34%;
3851 }
3852 .wpallexport-plugin .wpallexport-new-records,
3853 .wpallexport-plugin .wpallexport-existing-records{
3854 font-size: 16px;
3855 }
3856 .wpallexport-plugin .wpallexport-is-continue{
3857 margin: 12px 10px 12px 0;
3858 }
3859 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
3860 margin-left: -17%;
3861 }
3862 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
3863 margin-left: -16%;
3864 }
3865 /*.wpallexport-plugin form.wpallexport-step-3{
3866 width: 55%;
3867 }*/
3868 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3869 width: 71%;
3870 }
3871 }
3872 @media screen and (min-width: 1050px) and (max-width: 1149px) {
3873 /*.wpallexport-plugin form.wpallexport-step-3{
3874 width: 55%;
3875 }*/
3876 .wpallexport-plugin .wpallexport-wrapper{
3877 width: 800px;
3878 }
3879 /*.wpallexport-plugin a.wpallexport-import-from{
3880 width: 230px;
3881 font-size: 15px;
3882 }*/
3883 .wpallexport-plugin .wpallexport-upload-type-container{
3884 padding: 0 40px;
3885 }
3886 /* .wpallexport-plugin .wpallexport-ready-to-go h4,
3887 .wpallexport-plugin .ajax-console .founded_records h4{
3888 font-size: 14px;
3889 }*/
3890 .wpallexport-plugin form.confirm input[type="submit"]{
3891 padding: 20px 10px 20px 10px;
3892 }
3893 .wpallexport-plugin #process_notice,
3894 .wpallexport-plugin #export_finished h3{
3895 font-size: 14px;
3896 }
3897 .wpallexport-plugin .export_progress{
3898 font-size: 16px;
3899 }
3900 .wpallexport-plugin .change_file .wpallexport-import-types{
3901 margin-top: 15px;
3902 }
3903 .wpallexport-plugin .change_file .wpallexport-import-types h3{
3904 font-size: 18px;
3905 }
3906 .wpallexport-plugin .change_file a.wpallexport-import-from{
3907 width: 150px;
3908 font-size: 0px;
3909 }
3910 .wpallexport-plugin .change_file a.wpallexport-import-from .wpallexport-icon{
3911 left: 0 !important;
3912 }
3913 .wpallexport-plugin .wpallexport-custom-fields textarea{
3914 width: 45% !important;
3915 }
3916 .wpallexport-plugin .pmxi-admin-imports tr td em{
3917 display: block;
3918 max-width: 235px;
3919 }
3920 .wpallexport-plugin .wpallexport-extra-text-left{
3921 width: 30%;
3922 }
3923 .wpallexport-plugin .wpallexport-extra-text-right{
3924 width: 31%;
3925 }
3926 .wpallexport-plugin .wpallexport-new-records,
3927 .wpallexport-plugin .wpallexport-existing-records{
3928 font-size: 12px;
3929 }
3930 .wpallexport-plugin .wpallexport-is-continue{
3931 margin: 12px 10px 12px 0;
3932 }
3933 /* .wpallexport-plugin .wpallexport-ready-to-go h3{
3934 line-height: 20px;
3935 margin-top: 10px;
3936 }*/
3937 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
3938 margin-left: -17%;
3939 }
3940 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
3941 margin-left: -16%;
3942 }
3943 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3944 width: 67%;
3945 }
3946 }
3947 @media screen and (max-width: 1049px) {
3948 .wpallexport-plugin .wpallexport-wrapper{
3949 width: 760px;
3950 }
3951 /*.wpallexport-plugin a.wpallexport-import-from{
3952 width: 220px;
3953 font-size: 15px;
3954 }*/
3955 .wpallexport-plugin .wpallexport-upload-type-container{
3956 padding: 0 40px;
3957 }
3958 .wpallexport-plugin .wpallexport-import-to{
3959 width: 330px;
3960 }
3961 /* .wpallexport-plugin .wpallexport-ready-to-go h4,
3962 .wpallexport-plugin .ajax-console .founded_records h4{
3963 font-size: 13px;
3964 }*/
3965 .wpallexport-plugin form.confirm input[type="submit"]{
3966 padding: 20px 10px 20px 10px;
3967 }
3968 .wpallexport-plugin #process_notice,
3969 .wpallexport-plugin #export_finished h3{
3970 font-size: 13px;
3971 }
3972 .wpallexport-plugin .export_progress{
3973 font-size: 16px;
3974 }
3975
3976 .wpallexport-plugin .change_file .wpallexport-import-types{
3977 margin-top: 15px;
3978 }
3979 .wpallexport-plugin .change_file .wpallexport-import-types h3{
3980 font-size: 14px;
3981 }
3982 .wpallexport-plugin .change_file a.wpallexport-import-from{
3983 width: 130px;
3984 font-size: 0px;
3985 }
3986 .wpallexport-plugin .change_file a.wpallexport-import-from .wpallexport-icon{
3987 left: 0 !important;
3988 }
3989 .wpallexport-plugin .change_file #select-files{
3990 font-size: 14px;
3991 }
3992 .wpallexport-plugin .wpallexport-import-to.wpallexport-to-new-items span.wpallexport-import-to-title:before{
3993 left: 25%;
3994 }
3995 .wpallexport-plugin .wpallexport-import-to.wpallexport-to-existing-items span.wpallexport-import-to-title:before{
3996 left: 20%;
3997 }
3998 .wpallexport-plugin .wpallexport-custom-fields textarea{
3999 width: 45% !important;
4000 }
4001 .wpallexport-plugin .pmxi-admin-imports tr td em{
4002 display: block;
4003 max-width: 225px;
4004 }
4005 .wpallexport-plugin .wpallexport-extra-text-left{
4006 width: 29%;
4007 }
4008 .wpallexport-plugin .wpallexport-extra-text-right{
4009 width: 30%;
4010 }
4011 .wpallexport-plugin .wpallexport-new-records,
4012 .wpallexport-plugin .wpallexport-existing-records{
4013 font-size: 11px;
4014 }
4015 /* .wpallexport-plugin .wpallexport-ready-to-go{
4016 padding-left: 70px;
4017 }*/
4018 .wpallexport-plugin .wpallexport-is-continue{
4019 margin: 12px 10px 12px 0;
4020 }
4021 /* .wpallexport-plugin .wpallexport-ready-to-go h3{
4022 line-height: 20px;
4023 margin-top: 10px;
4024 }*/
4025 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
4026 margin-left: -17%;
4027 }
4028 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
4029 margin-left: -16%;
4030 }
4031 /*.wpallexport-plugin form.wpallexport-step-3{
4032 width: 55%;
4033 }*/
4034 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
4035 width: 65%;
4036 }
4037 }
4038
4039 .wpallexport-plugin .wpallimport-notify-wrapper .found_records.terminated, .wpallexport-plugin .found_records.terminated {
4040 background: url(../img/ui_4.0/exclamation.png) no-repeat !important;
4041 }
4042
4043 .wpallexport-plugin .wpallexport-notify-wrapper .found_records {
4044 padding-left: 80px;
4045 margin-bottom: 0;
4046 margin-left: 40px;
4047 margin-top: 35px;
4048 margin-bottom: 20px;
4049 position: relative;
4050 }
4051
4052 .wpallexport-plugin .wpallexport-notify-wrapper .found_records h3 {
4053 color: #425f9a;
4054 margin-bottom: 0;
4055 margin-top: 3px;
4056 font-size: 22px;
4057 line-height: 28px;
4058 }
4059
4060 .wpallexport-plugin .wpallexport-notify-wrapper .found_records h4 {
4061 color: #777;
4062 margin-top: 5px;
4063 font-size: 20px;
4064 }
4065
4066 /** GENERAL EXPORT SUCCESS PAGE **/
4067 #export_finished ul.success-tabs {
4068 margin-bottom: 0;
4069 }
4070
4071 #export_finished .success-tabs li.tab {
4072 display: inline-block;
4073 width: 140px;
4074 height: 20px;
4075 padding: 14px;
4076 border: 1px solid #ddd;
4077 border-bottom: 0;
4078 color:#777;
4079 font-weight: bold;
4080 font-size: 14px;;
4081 margin-left: 0;
4082 margin-bottom: 0;
4083 margin-right: 2px;
4084 border-top-right-radius: 3px;
4085 border-top-left-radius: 3px;
4086 cursor: pointer;
4087 user-select: none;
4088 }
4089
4090 #export_finished .success-tabs li.tab:hover, #export_finished .success-tabs li.tab.selected {
4091 background-color: #425f9a;
4092 color: #fff;
4093 }
4094
4095 #export_finished .tab-content {
4096 min-height:300px;
4097 width: 870px;
4098 display:none;
4099 margin-left: auto;
4100 margin-right: auto;
4101 padding: 0 20px 20px;
4102 transition: 1.2s ease-out;
4103 }
4104
4105 #export_finished .tab-content.selected {
4106 display: block;
4107 }
4108
4109
4110
4111 #export_finished #tab1-content button, #export_finished #tab4-content button {
4112 text-shadow: none;
4113 }
4114
4115 .subscribe-button-text {
4116 text-shadow: none!important;
4117 }
4118
4119 #export_finished #tab2-content .wrap {
4120 margin-left: 0;
4121 margin-right: 0;
4122 }
4123
4124 #export_finished button {
4125 background-image: none;
4126 width:170px;
4127 margin-top:-20px;
4128 }
4129
4130 #export_finished #tab4-content button {
4131 margin-top: 0;
4132 }
4133
4134 #export_finished #tab4-content button {
4135 width: 236px;
4136 }
4137
4138 #export_finished #download-details {
4139 margin-top: 21px;
4140 font-size: 14px;
4141 }
4142 /** ENG GENERAL EXPORT SUCCESS PAGE **/
4143
4144 /** GOOGLE MERCHANTS EXPORT SUCCESS PAGE **/
4145 ol li {
4146 margin-bottom: 5px;
4147 }
4148 .google-merchants-success ol,
4149 .google-merchants-success li,
4150 .google-merchants-success h3,
4151 .google-merchants-success p,
4152 .google-merchants-success a {
4153 padding-top:0;
4154 padding-bottom:0;
4155 margin-top: 0;
4156 margin-bottom: 0;
4157 }
4158
4159 .google-merchants-success h3 {
4160 margin-top: 21px;
4161 margin-bottom: 21px;
4162 }
4163
4164 .google-merchants-success ol li {
4165 font-size: 16px;
4166 margin-top: 16px;
4167
4168 }
4169
4170 .google-merchants-success ol {
4171 margin-left: 70px;
4172 text-align: left;
4173 }
4174
4175 .google-merchants-success p {
4176 margin-top: 21px;
4177 margin-bottom: 21px;
4178 }
4179
4180 .google-merchants-success h3 {
4181 color:#425f9a !important;
4182 margin-top:0;
4183 }
4184
4185 .google-merchants-success .wpae-container {
4186 width:500px;
4187 background-color: #fff;
4188 text-align: center;
4189 margin-left: auto;
4190 margin-right: auto;
4191 padding: 20px 20px 41px;
4192 border-radius: 3px;
4193 border: 1px solid #ccc;
4194 }
4195
4196 .google-merchants-success a.merchants-dashboard-url {
4197 padding: 0 !important;
4198 margin: 0 !important;
4199 height: auto !important;
4200 }
4201
4202 .google-merchants-success p.feed-url-title {
4203 font-size: 21px;
4204 margin-bottom: 14px;
4205 }
4206
4207 .google-merchats-success p a.feed-url {
4208 font-size: 16px;
4209 margin-top: 0 !important;
4210 padding-top: 0 !important;
4211 }
4212
4213 .google-merchants-success p.feed-url {
4214 padding-top:0 !important;
4215 margin-top:0 !important;
4216 }
4217 /** END GOOGLE MERCHANTS SUCCESS PAGE **/
4218
4219
4220 .scheduling_interval_type {
4221 width:90px;
4222 padding: 10px !important;
4223 border: 1px solid #ddd;
4224 border-radius: 4px;
4225 -moz-border-radius: 4px;
4226 -khtml-border-radius: 4px;
4227 -webkit-border-radius: 4px;
4228 color: #777;
4229 position: relative;
4230 top: 0;
4231 height: auto !important;
4232 }
4233
4234 .scheduling_interval_duration {
4235 border: 1px solid #ddd;
4236 border-radius: 4px;
4237 -moz-border-radius: 4px;
4238 -khtml-border-radius: 4px;
4239 -webkit-border-radius: 4px;
4240 color: #777;
4241 width: 56px;
4242 padding: 10px;
4243 height: auto !important;
4244 }
4245
4246
4247 /** COMBINE MULTIPLE ELEMENTS INTO ONE **/
4248 #combine_multiple_fields_data .default_column {
4249 display: none;
4250 }
4251
4252 #combine_multiple_fields_data ul {
4253 margin-top: 0;
4254 }
4255
4256 input label {
4257 font-size: 12px;
4258 }
4259 .wp-all-export-field-options {
4260 margin-left: 20px;
4261 }
4262 .wp-all-export-field-options .chosen-container {
4263 width: 100% !important;
4264 }
4265 .wpallexport-pointer-data.available-data {
4266 max-height: 450px;
4267 }
4268 .wpallexport-pointer-data .fieldset{
4269 width: 170px;
4270 }
4271
4272 .ui-state-active,
4273 .ui-widget-content .ui-state-active,
4274 .ui-widget-header .ui-state-active,
4275 .ui-autocomplete, .ui-autocomplete:hover,
4276 .ui-menu-item, .ui-menu-item:hover,
4277 .ui-menu-item a, .ui-menu-item a:hover,
4278 .ui-widget-content .ui-state-focus,
4279 .ui-widget-header .ui-state-focus,
4280 .ui-widget-content .ui-state-hover,
4281 .ui-widget-header .ui-state-hover,
4282 .ui-menu .ui-menu-item a.ui-state-focus,
4283 .ui-menu .ui-menu-item a.ui-state-active,
4284 .ui-menu .ui-menu-item a
4285 { background: #ffffff none no-repeat;
4286 padding:0;
4287 margin:0;
4288 display:block;
4289 border:0;border-collapse:collapse;
4290 }
4291
4292 .ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
4293 background:#ff8a00!important;
4294 color:#000;
4295 border-radius:0;
4296 padding: 15px;
4297 }
4298 .ui-autocomplete {
4299 position: absolute;
4300 z-index: 1000;
4301 cursor: default;
4302 padding: 0;
4303 margin-top: 2px;
4304 list-style: none;
4305 background-color: #ffffff;
4306 border: 1px solid #ccc;
4307 -webkit-border-radius: 5px;
4308 -moz-border-radius: 5px;
4309 border-radius: 5px;
4310 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4311 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4312 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4313 }
4314
4315 .ui-autocomplete:hover {
4316 padding: 0;
4317 margin-top: 2px;
4318 border: 1px solid #ccc;
4319 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4320 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4321 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4322 }
4323
4324 .ui-autocomplete {
4325 border-radius: 0 !important;
4326 overflow-x: hidden !important;
4327 }
4328
4329 .ui-autocomplete > li {
4330 padding-top: 5px !important;
4331 padding-bottom: 5px !important;
4332 padding-left: 5px !important;
4333 border: none !important;
4334
4335 border-radius: 0 !important;
4336 overflow: hidden !important;;
4337 }
4338 .ui-autocomplete > li.ui-state-focus {
4339 color: #464646;
4340 background-color: #f7f7f7;
4341 }
4342 .ui-helper-hidden-accessible {
4343 display: none;
4344 }
4345
4346 .wpallexport-plugin #wp_all_export_xml_element_chosen,
4347 .wpallexport-plugin #wp_all_export_rule_chosen {
4348 background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 50%;
4349 background-size: auto;
4350 background-size: 16px 16px;
4351 }
4352
4353 .wpallexport-plugin .chosen-container-single .chosen-single {
4354 height: 41px;
4355 line-height: 38px;
4356 font-size: 14px;
4357 background: none;
4358 box-shadow: none;
4359 color: #555 !important;
4360 padding: 0 0 0 12px;
4361 }
4362
4363 .wpallexport-plugin .chosen-container-single .chosen-single div {
4364 top: 9px;
4365 }
4366
4367 .wpallexport-plugin .chosen-results li.no-results {
4368 padding: 10px;
4369 font-size: 15px;
4370 }
4371 /** END COMBINE MULTIPLE ELEMENTS INTO ONE **/
4372
4373 .wpallexport-plugin .pmxe_date_format{
4374 width: 100%;
4375 padding: 18px;
4376 height: 25px;
4377 border: 1px solid #ddd;
4378 box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
4379 border-radius: 5px;
4380 background-color: #fff;
4381 margin-bottom: 10px;
4382
4383 }
4384
4385 .wpallexport-plugin .wp_all_export_saving_status {
4386 padding: 10px;
4387 display: block;
4388 }
4389
4390 .wpallexport-plugin .wp_all_export_saving_status.error,
4391 .wpallexport-plugin .wp_all_export_saving_status.updated {
4392 background: white !important;
4393 }
4394
4395 .category-mapper .mask {
4396 display: none;
4397 }
4398
4399 .wpallexport-plugin .wpallexport-xml-advanced-options .simple_xml_template_options {
4400 margin-top: 30px;
4401 }
4402
4403 .wpallexport-plugin .switcher-target-simple_custom_xml_cdata_logic_never {
4404 padding-left: 26px;
4405 }
4406
4407 .wpallexport-plugin .switcher-target-simple_custom_xml_cdata_logic_never p {
4408 font-style: normal;
4409 }
4410 .wpallexport-xml-advanced-options .product_variations input[type="radio"] {
4411 margin-bottom: -3px;
4412 }
4413
4414 .wpallexport-xml-advanced-options #custom_xml_cdata_logic_auto,
4415 .wpallexport-xml-advanced-options #custom_custom_xml_cdata_logic_all,
4416 .wpallexport-xml-advanced-options #custom_custom_xml_cdata_logic_never {
4417 margin-bottom: -4px;
4418 }
4419
4420 /*
4421 * Download Import Templates
4422 */
4423
4424 .wpallexport-plugin .download-import-templates p {
4425 font-size: 14px;
4426 }
4427
4428 .wpallexport-plugin .download-import-templates h2 {
4429 margin-bottom: 10px;
4430 }