Version Description
- Fixed some typos and wording in the plugin settings.
- Enhanced plugin settings usability by adding functionality for tooltips.
- Enhanced plugin settings by show/hide settings based on selection.
- Enhanced plugin settings by showing Schema plugin version in settings page title.
- Added check if Genesis Framework functions exists before unhook site Header and Footer.
- Added new step by step settings configuration setup wizard.
- Added new settings for Site type.
- Moved Social Profiles to its own sub tab in plugin settings.
- Moved Yoast SEO setting under Advanced settings tab.
- Updated the Welcome page, added link to configuration wizard.
- Updated readme.txt file.
Download this release
Release Info
Developer | hishaman |
Plugin | Schema |
Version | 1.7 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.7
- README.md +74 -0
- assets/css/admin.css +65 -0
- assets/css/admin.min.css +1 -1
- assets/css/schema-bootstrap.css +3049 -0
- assets/css/schema-bootstrap.min.css +1 -0
- assets/fonts/dashicons.eot +0 -0
- assets/fonts/dashicons.svg +0 -0
- assets/fonts/dashicons.ttf +0 -0
- assets/fonts/dashicons.woff +0 -0
- assets/images/screenshot-5.png +0 -0
- assets/vendors/woo-setup-wiz/css/admin-rtl.css +2 -0
- assets/vendors/woo-setup-wiz/css/admin.css +2 -0
- assets/vendors/woo-setup-wiz/css/admin.scss +6338 -0
- assets/vendors/woo-setup-wiz/css/schema-setup.css +40 -0
- assets/vendors/woo-setup-wiz/css/wc-setup-rtl.css +1 -0
- assets/vendors/woo-setup-wiz/css/wc-setup.css +1 -0
- assets/vendors/woo-setup-wiz/css/wc-setup.scss +1310 -0
- assets/vendors/woo-setup-wiz/images/icons/loader.svg +8 -0
- assets/vendors/woo-setup-wiz/js/jquery-blockui/jquery.blockUI.js +619 -0
- assets/vendors/woo-setup-wiz/js/jquery-blockui/jquery.blockUI.min.js +14 -0
- assets/vendors/woo-setup-wiz/js/schema-setup.js +210 -0
- assets/vendors/woo-setup-wiz/js/selectWoo/selectWoo.full.js +3757 -0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# [Schema](http://schema.press) #
|
|
|
2 |
|
3 |
### Welcome to our GitHub Repository
|
4 |
|
@@ -9,3 +10,76 @@ Schema is a light-weight plugin for adding schema.org structured data markup in
|
|
9 |
By including structured data appropriate to your content, your site can enhance its search results and presentation.
|
10 |
|
11 |
More information can be found at [scema.press](https://schema.press/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# [Schema](http://schema.press) #
|
2 |
+
============
|
3 |
|
4 |
### Welcome to our GitHub Repository
|
5 |
|
10 |
By including structured data appropriate to your content, your site can enhance its search results and presentation.
|
11 |
|
12 |
More information can be found at [scema.press](https://schema.press/).
|
13 |
+
|
14 |
+
### What is Schema markup?
|
15 |
+
|
16 |
+
Schema markup is code (semantic vocabulary) that you put on your website to help the search engines return more informative results for users. So, Schema is not just for SEO reasons, it’s also for the benefit of the searcher.
|
17 |
+
|
18 |
+
### Schema Key Features
|
19 |
+
|
20 |
+
* Easy to use, set it and forget it, with minimal settings.
|
21 |
+
* Enable Schema types at once per post type or post category.
|
22 |
+
* Valid markup, test it in Google Structured Data Testing Tool.
|
23 |
+
* Output JSON-LD format, the most recommended by Google.
|
24 |
+
* Reuse data saved in post meta, which is created by other plugins.
|
25 |
+
* Extensible, means you can extend its functionality via other plugins, extensions or within your Theme’s functions.php file.
|
26 |
+
|
27 |
+
### Plugin Extensions
|
28 |
+
|
29 |
+
* [Schema Review](https://wordpress.org/plugins/schema-review/): Extend Schema functionality by adding review and rating Structured Data functionality for Editors and Authors.
|
30 |
+
* [Schema Default Image](https://wordpress.org/plugins/schema-default-image/): Add ability to set a default WordPress Featured image for schema.org markup.
|
31 |
+
|
32 |
+
### Supported Google/Schema Markups
|
33 |
+
|
34 |
+
* [Knowledge Graph](https://developers.google.com/structured-data/customize/overview)
|
35 |
+
* [Logos](https://developers.google.com/structured-data/customize/logos)
|
36 |
+
* [Company Contact Numbers](https://developers.google.com/structured-data/customize/contact-points)
|
37 |
+
* [Social Profile Links](https://developers.google.com/structured-data/customize/social-profiles)
|
38 |
+
|
39 |
+
* Style Your Search Results:
|
40 |
+
* [Enable Sitelinks Search Box](https://developers.google.com/structured-data/customize/logos)
|
41 |
+
* [Show Your Site Name in Search](https://developers.google.com/structured-data/site-name)
|
42 |
+
|
43 |
+
### Supported Schema Types
|
44 |
+
|
45 |
+
* Creative Work
|
46 |
+
* [Article](https://schema.org/Article) enabled on Pages
|
47 |
+
* [BlogPosting](https://schema.org/BlogPosting) enabled on Posts
|
48 |
+
* [NewsArticle](https://schema.org/NewsArticle)
|
49 |
+
* [Report](https://schema.org/Report)
|
50 |
+
* [ScholarlyArticle](https://schema.org/ScholarlyArticle)
|
51 |
+
* [TechArticle](https://schema.org/TechArticle)
|
52 |
+
|
53 |
+
* [Blog](https://schema.org/Blog) to markup Blog posts list page.
|
54 |
+
* [WPHeader](https://schema.org/WPHeader) to markup Web Page Header.
|
55 |
+
* [WPFooter](https://schema.org/WPFooter) to markup Web Page Footer.
|
56 |
+
* [BreadcrumbList](https://schema.org/BreadcrumbList) to markup Breadcrumbs.
|
57 |
+
* [CollectionPage](https://schema.org/CollectionPage) to markup Categories Archives.
|
58 |
+
* [CollectionPage](https://schema.org/CollectionPage) to markup Tags Archives.
|
59 |
+
* [AboutPage](https://schema.org/AboutPage) to markup the About page.
|
60 |
+
* [ContactPage](https://schema.org/ContactPage) to markup the Contact page.
|
61 |
+
* [Person](https://schema.org/Person) enabled on Author pages
|
62 |
+
* [VideoObject](https://schema.org/VideoObject) enable automatically on all videos embedded with oEmbed. Supports VideoPress, YouTube, TED, Vimeo, Dailymotion, and Vine.
|
63 |
+
* [AudioObject](https://schema.org/AudioObject) enable automatically on all audio embedded with oEmbed. Supports SoundCloud, and Mixcloud.
|
64 |
+
|
65 |
+
|
66 |
+
### Supported Plugins
|
67 |
+
|
68 |
+
Schema plugin integrates, and play nicely with:
|
69 |
+
|
70 |
+
* Yoast SEO
|
71 |
+
* AMP plugin
|
72 |
+
* WPRichSnippets
|
73 |
+
* The SEO Framework
|
74 |
+
* Visual Composer
|
75 |
+
* ThirstyAffiliates
|
76 |
+
* WooCommerce
|
77 |
+
* Easy Digital Downloads (EDD)
|
78 |
+
|
79 |
+
### Supported Themes
|
80 |
+
|
81 |
+
* Genesis 2.x
|
82 |
+
* Thesis 2.x
|
83 |
+
* Divi
|
84 |
+
|
85 |
+
More information and documentation can be found at [scema.press](https://schema.press/).
|
assets/css/admin.css
CHANGED
@@ -93,6 +93,21 @@ a.schema-wp-delete:hover {
|
|
93 |
color: #ccc;
|
94 |
}
|
95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
/* General Settings Styles
|
97 |
-------------------------------------------------------------- */
|
98 |
|
@@ -275,3 +290,53 @@ a.schema-wp-delete:hover {
|
|
275 |
.wrap-licenses p.submit {
|
276 |
clear: both;
|
277 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
color: #ccc;
|
94 |
}
|
95 |
|
96 |
+
/* rating scale table */
|
97 |
+
table.schema-review-rating-scale {
|
98 |
+
background: none;
|
99 |
+
background-color:inherit;
|
100 |
+
max-width: 680px;
|
101 |
+
}
|
102 |
+
|
103 |
+
.schema-review-rating-scale tr th {
|
104 |
+
padding: 6px 10px 6px 10px
|
105 |
+
}
|
106 |
+
|
107 |
+
.schema-review-rating-scale td {
|
108 |
+
padding: 6px 5px 6px 10px;
|
109 |
+
}
|
110 |
+
|
111 |
/* General Settings Styles
|
112 |
-------------------------------------------------------------- */
|
113 |
|
290 |
.wrap-licenses p.submit {
|
291 |
clear: both;
|
292 |
}
|
293 |
+
|
294 |
+
/* Extensions */
|
295 |
+
|
296 |
+
#schema-wp-extensions h2 {
|
297 |
+
margin: 0 0 15px;
|
298 |
+
}
|
299 |
+
|
300 |
+
#schema-wp-extensions .schema-wp-extension {
|
301 |
+
display: inline-block;
|
302 |
+
vertical-align: top;
|
303 |
+
margin: 0 11px 14px 0;
|
304 |
+
background: #fff;
|
305 |
+
border: 1px solid #ccc;
|
306 |
+
width: 320px;
|
307 |
+
padding: 14px;
|
308 |
+
min-height: 290px;
|
309 |
+
position: relative;
|
310 |
+
}
|
311 |
+
|
312 |
+
#schema-wp-extensions .schema-wp-extension h3 {
|
313 |
+
margin: 0 0 8px;
|
314 |
+
font-size: 13px;
|
315 |
+
}
|
316 |
+
|
317 |
+
#schema-wp-extensions .schema-wp-extension .button-secondary {
|
318 |
+
position: absolute;
|
319 |
+
bottom: 14px;
|
320 |
+
left: 14px;
|
321 |
+
}
|
322 |
+
|
323 |
+
#schema-wp-extensions .schema-wp-extension .wp-post-image {
|
324 |
+
width: 100%;
|
325 |
+
height: auto;
|
326 |
+
display: block;
|
327 |
+
}
|
328 |
+
|
329 |
+
.schema-wp-extensions-footer {
|
330 |
+
padding-top: 10px;
|
331 |
+
}
|
332 |
+
|
333 |
+
/* Setup Wizard */
|
334 |
+
.schema_wiz_btn {
|
335 |
+
margin: 0px 7px 3px 7px !important;
|
336 |
+
}
|
337 |
+
|
338 |
+
@media (max-width: 800px) {
|
339 |
+
.schema_wiz_btn {
|
340 |
+
margin: 10px 7px !important;
|
341 |
+
}
|
342 |
+
}
|
assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.schema-wp-wrap a,.wrap-licenses .schema-wp-license-data.license-expires-soon-notice a:hover,.wrap-licenses .schema-wp-license-data.schema-wp-license-expired a:hover,.wrap-licenses .schema-wp-license-data[class*=schema-wp-license-] a:hover{text-decoration:none}@font-face{font-family:schema-wp-dashicons;src:url(../fonts/dashicons.eot);src:url(../fonts/dashicons.eot?#iefix) format("embedded-opentype"),url(../fonts/dashicons.woff) format("woff"),url(../fonts/dashicons.ttf) format("truetype"),url(../fonts/dashicons.svg#dashicons) format("svg")}#adminmenu #toplevel_page_schema div.wp-menu-image:before{font-family:schema-wp-dashicons!important;content:"\e900"}.schema-wp-ajax-search-wrap{position:relative}.schema-wp-ajax{position:absolute;right:8px;top:1px}.feature-section ul{list-style:disc inside}.return-to-dashboard i{margin-right:2px;font-size:16px;margin-top:1px}.changelog .sub-section{width:50%;display:block;float:left}@media (max-width:800px){.changelog .sub-section{width:auto}}#preview_image{margin:15px 0;width:300px}#preview_image img{height:auto;display:block;max-width:100%}.schema-wp-hidden{display:none}.schema-wp-clearfix:after{content:".";display:block;height:0;text-indent:-9999px;visibility:hidden}a.schema-wp-delete{color:#a00}a.schema-wp-delete:hover{color:red}::-webkit-input-placeholder{color:#ccc}::-moz-placeholder{color:#ccc}:-ms-input-placeholder{color:#ccc}:-moz-placeholder{color:#ccc}.download_page_edd-settings .form-table label{color:#666;font-size:14px;font-style:italic;margin:4px 0 0}.download_page_edd-settings .form-table input.small-text~label,.download_page_edd-settings .form-table input[type=checkbox]+label{display:inline}.download_page_edd-settings .form-table tr>th>h3,.download_page_edd-settings .form-table tr>th>strong{font-size:1.2em;font-weight:600;margin:0 auto}.schema-wp-help-tip{cursor:help}.schema-wp-ui-tooltip{background:#333!important;border-radius:3px!important;box-shadow:1px 1px 2px 1px rgba(214,214,214,.5);color:#dedede!important;max-width:300px;padding:7px;text-rendering:optimizeLegibility}#schema-wp-add-ons h2.nav-tab-wrapper{position:relative}.schema-wp-tab-span{top:-6px;right:0;position:absolute}.schema-wp-add-ons-footer{padding-top:10px}#schema-wp-add-ons h2{margin:0 0 15px}#schema-wp-add-ons h2 .button-primary{position:absolute}#schema-wp-add-ons .schema-wp-extension{background:#fff;border:1px solid #ccc;float:left;padding:14px;position:relative;margin:0 15px 15px 0;width:320px;height:315px}#schema-wp-add-ons .schema-wp-extension h3{font-size:13px;margin:0 0 8px}#schema-wp-add-ons .schema-wp-extension .button-secondary{position:absolute;bottom:14px;left:14px}#schema-wp-add-ons .schema-wp-browse-all{clear:both;width:100%}#schema-wp-add-ons .schema-wp-extension .third-party{display:none}#schema-wp-add-ons .schema-wp-starter-package{background-color:#85c0e5;border-color:#62a9d7;color:#fff}#schema-wp-add-ons .schema-wp-starter-package h3{color:#fff}#schema-wp-add-ons .schema-wp-extension .wp-post-image{width:100%;height:auto}.wrap-licenses .form-table,.wrap-licenses caption,.wrap-licenses tbody,.wrap-licenses td,.wrap-licenses tfoot,.wrap-licenses th,.wrap-licenses thead,.wrap-licenses tr{display:block}.wrap-licenses .form-table tr{float:left;margin:0 15px 15px 0;background:#fff;border:1px solid #ccc;width:30.5%;max-width:350px;padding:14px;min-height:220px;position:relative;box-sizing:border-box}.wrap-licenses .form-table th{background:#f9f9f9;padding:14px;border-bottom:1px solid #ccc;margin:-14px -14px 20px;width:100%}.wrap-licenses .form-table td{padding:0}.wrap-licenses td input.regular-text{margin:0 0 8px;width:100%}.wrap-licenses .schema-wp-license-data[class*=schema-wp-license-]{position:absolute;background:#fafafa;padding:14px;border-top:1px solid #eee;margin:20px -14px -14px;min-height:67px;width:100%;bottom:14px;box-sizing:border-box}.wrap-licenses .schema-wp-license-data[class*=schema-wp-license-] a{color:#444}.wrap-licenses .schema-wp-license-data.license-expires-soon-notice{background-color:#00a0d2;color:#fff;border-color:#00a0d2}.wrap-licenses .schema-wp-license-data.schema-wp-license-expired{background-color:#e24e4e;color:#fff;border-color:#e24e4e}.wrap-licenses .schema-wp-license-data.schema-wp-license-error,.wrap-licenses .schema-wp-license-data.schema-wp-license-invalid,.wrap-licenses .schema-wp-license-data.schema-wp-license-item_name_mismatch,.wrap-licenses .schema-wp-license-data.schema-wp-license-missing,.wrap-licenses .schema-wp-license-data.schema-wp-license-site_inactive{background-color:#ffebcd;border-color:#ffebcd}.wrap-licenses .schema-wp-license-data p{font-size:13px;margin-top:0}.wrap-licenses .schema-wp-license-data.license-expires-soon-notice a,.wrap-licenses .schema-wp-license-data.schema-wp-license-expired a{color:#fff}.wrap-licenses p.submit{clear:both}
|
1 |
+
.schema-wp-wrap a,.wrap-licenses .schema-wp-license-data.license-expires-soon-notice a:hover,.wrap-licenses .schema-wp-license-data.schema-wp-license-expired a:hover,.wrap-licenses .schema-wp-license-data[class*=schema-wp-license-] a:hover{text-decoration:none}@font-face{font-family:schema-wp-dashicons;src:url(../fonts/dashicons.eot);src:url(../fonts/dashicons.eot?#iefix) format("embedded-opentype"),url(../fonts/dashicons.woff) format("woff"),url(../fonts/dashicons.ttf) format("truetype"),url(../fonts/dashicons.svg#dashicons) format("svg")}#adminmenu #toplevel_page_schema div.wp-menu-image:before{font-family:schema-wp-dashicons!important;content:"\e900"}.schema-wp-ajax-search-wrap{position:relative}.schema-wp-ajax{position:absolute;right:8px;top:1px}.feature-section ul{list-style:disc inside}.return-to-dashboard i{margin-right:2px;font-size:16px;margin-top:1px}.changelog .sub-section{width:50%;display:block;float:left}@media (max-width:800px){.changelog .sub-section{width:auto}}#preview_image{margin:15px 0;width:300px}#preview_image img{height:auto;display:block;max-width:100%}.schema-wp-hidden{display:none}.schema-wp-clearfix:after{content:".";display:block;height:0;text-indent:-9999px;visibility:hidden}a.schema-wp-delete{color:#a00}a.schema-wp-delete:hover{color:red}::-webkit-input-placeholder{color:#ccc}::-moz-placeholder{color:#ccc}:-ms-input-placeholder{color:#ccc}:-moz-placeholder{color:#ccc}table.schema-review-rating-scale{background:0 0;background-color:inherit;max-width:680px}.schema-review-rating-scale tr th{padding:6px 10px}.schema-review-rating-scale td{padding:6px 5px 6px 10px}.download_page_edd-settings .form-table label{color:#666;font-size:14px;font-style:italic;margin:4px 0 0}.download_page_edd-settings .form-table input.small-text~label,.download_page_edd-settings .form-table input[type=checkbox]+label{display:inline}.download_page_edd-settings .form-table tr>th>h3,.download_page_edd-settings .form-table tr>th>strong{font-size:1.2em;font-weight:600;margin:0 auto}.schema-wp-help-tip{cursor:help}.schema-wp-ui-tooltip{background:#333!important;border-radius:3px!important;box-shadow:1px 1px 2px 1px rgba(214,214,214,.5);color:#dedede!important;max-width:300px;padding:7px;text-rendering:optimizeLegibility}#schema-wp-add-ons h2.nav-tab-wrapper{position:relative}.schema-wp-tab-span{top:-6px;right:0;position:absolute}.schema-wp-add-ons-footer{padding-top:10px}#schema-wp-add-ons h2{margin:0 0 15px}#schema-wp-add-ons h2 .button-primary{position:absolute}#schema-wp-add-ons .schema-wp-extension{background:#fff;border:1px solid #ccc;float:left;padding:14px;position:relative;margin:0 15px 15px 0;width:320px;height:315px}#schema-wp-add-ons .schema-wp-extension h3{font-size:13px;margin:0 0 8px}#schema-wp-add-ons .schema-wp-extension .button-secondary{position:absolute;bottom:14px;left:14px}#schema-wp-add-ons .schema-wp-browse-all{clear:both;width:100%}#schema-wp-add-ons .schema-wp-extension .third-party{display:none}#schema-wp-add-ons .schema-wp-starter-package{background-color:#85c0e5;border-color:#62a9d7;color:#fff}#schema-wp-add-ons .schema-wp-starter-package h3{color:#fff}#schema-wp-add-ons .schema-wp-extension .wp-post-image{width:100%;height:auto}.wrap-licenses .form-table,.wrap-licenses caption,.wrap-licenses tbody,.wrap-licenses td,.wrap-licenses tfoot,.wrap-licenses th,.wrap-licenses thead,.wrap-licenses tr{display:block}.wrap-licenses .form-table tr{float:left;margin:0 15px 15px 0;background:#fff;border:1px solid #ccc;width:30.5%;max-width:350px;padding:14px;min-height:220px;position:relative;box-sizing:border-box}.wrap-licenses .form-table th{background:#f9f9f9;padding:14px;border-bottom:1px solid #ccc;margin:-14px -14px 20px;width:100%}.wrap-licenses .form-table td{padding:0}.wrap-licenses td input.regular-text{margin:0 0 8px;width:100%}.wrap-licenses .schema-wp-license-data[class*=schema-wp-license-]{position:absolute;background:#fafafa;padding:14px;border-top:1px solid #eee;margin:20px -14px -14px;min-height:67px;width:100%;bottom:14px;box-sizing:border-box}.wrap-licenses .schema-wp-license-data[class*=schema-wp-license-] a{color:#444}.wrap-licenses .schema-wp-license-data.license-expires-soon-notice{background-color:#00a0d2;color:#fff;border-color:#00a0d2}.wrap-licenses .schema-wp-license-data.schema-wp-license-expired{background-color:#e24e4e;color:#fff;border-color:#e24e4e}.wrap-licenses .schema-wp-license-data.schema-wp-license-error,.wrap-licenses .schema-wp-license-data.schema-wp-license-invalid,.wrap-licenses .schema-wp-license-data.schema-wp-license-item_name_mismatch,.wrap-licenses .schema-wp-license-data.schema-wp-license-missing,.wrap-licenses .schema-wp-license-data.schema-wp-license-site_inactive{background-color:#ffebcd;border-color:#ffebcd}.wrap-licenses .schema-wp-license-data p{font-size:13px;margin-top:0}.wrap-licenses .schema-wp-license-data.license-expires-soon-notice a,.wrap-licenses .schema-wp-license-data.schema-wp-license-expired a{color:#fff}.wrap-licenses p.submit{clear:both}#schema-wp-extensions h2{margin:0 0 15px}#schema-wp-extensions .schema-wp-extension{display:inline-block;vertical-align:top;margin:0 11px 14px 0;background:#fff;border:1px solid #ccc;width:320px;padding:14px;min-height:290px;position:relative}#schema-wp-extensions .schema-wp-extension h3{margin:0 0 8px;font-size:13px}#schema-wp-extensions .schema-wp-extension .button-secondary{position:absolute;bottom:14px;left:14px}#schema-wp-extensions .schema-wp-extension .wp-post-image{width:100%;height:auto;display:block}.schema-wp-extensions-footer{padding-top:10px}.schema_wiz_btn{margin:0 7px 3px!important}@media (max-width:800px){.schema_wiz_btn{margin:10px 7px!important}}
|
assets/css/schema-bootstrap.css
ADDED
@@ -0,0 +1,3049 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.schema-container {
|
2 |
+
margin-right: auto;
|
3 |
+
margin-left: auto;
|
4 |
+
padding-right: 15px;
|
5 |
+
padding-left: 15px;
|
6 |
+
width: 100%;
|
7 |
+
}
|
8 |
+
|
9 |
+
@media (min-width: 576px) {
|
10 |
+
.schema-container {
|
11 |
+
max-width: 540px;
|
12 |
+
}
|
13 |
+
}
|
14 |
+
|
15 |
+
@media (min-width: 768px) {
|
16 |
+
.schema-container {
|
17 |
+
max-width: 720px;
|
18 |
+
}
|
19 |
+
}
|
20 |
+
|
21 |
+
@media (min-width: 992px) {
|
22 |
+
.schema-container {
|
23 |
+
max-width: 960px;
|
24 |
+
}
|
25 |
+
}
|
26 |
+
|
27 |
+
@media (min-width: 1200px) {
|
28 |
+
.schema-container {
|
29 |
+
max-width: 1140px;
|
30 |
+
}
|
31 |
+
}
|
32 |
+
|
33 |
+
.schema-container-fluid {
|
34 |
+
width: 100%;
|
35 |
+
margin-right: auto;
|
36 |
+
margin-left: auto;
|
37 |
+
padding-right: 15px;
|
38 |
+
padding-left: 15px;
|
39 |
+
width: 100%;
|
40 |
+
}
|
41 |
+
|
42 |
+
.schema-row {
|
43 |
+
display: -ms-flexbox;
|
44 |
+
display: flex;
|
45 |
+
-ms-flex-wrap: wrap;
|
46 |
+
flex-wrap: wrap;
|
47 |
+
margin-right: -15px;
|
48 |
+
margin-left: -15px;
|
49 |
+
}
|
50 |
+
|
51 |
+
.schema-no-gutters {
|
52 |
+
margin-right: 0;
|
53 |
+
margin-left: 0;
|
54 |
+
}
|
55 |
+
|
56 |
+
.schema-no-gutters > .schema-col,
|
57 |
+
.schema-no-gutters > [class*="schema-col-"] {
|
58 |
+
padding-right: 0;
|
59 |
+
padding-left: 0;
|
60 |
+
}
|
61 |
+
|
62 |
+
.schema-col-1, .schema-col-2, .schema-col-3, .schema-col-4, .schema-col-5, .schema-col-6, .schema-col-7, .schema-col-8, .schema-col-9, .schema-col-10, .schema-col-11, .schema-col-12, .schema-col,
|
63 |
+
.schema-col-auto, .schema-col-sm-1, .schema-col-sm-2, .schema-col-sm-3, .schema-col-sm-4, .schema-col-sm-5, .schema-col-sm-6, .schema-col-sm-7, .schema-col-sm-8, .schema-col-sm-9, .schema-col-sm-10, .schema-col-sm-11, .schema-col-sm-12, .schema-col-sm,
|
64 |
+
.schema-col-sm-auto, .schema-col-md-1, .schema-col-md-2, .schema-col-md-3, .schema-col-md-4, .schema-col-md-5, .schema-col-md-6, .schema-col-md-7, .schema-col-md-8, .schema-col-md-9, .schema-col-md-10, .schema-col-md-11, .schema-col-md-12, .schema-col-md,
|
65 |
+
.schema-col-md-auto, .schema-col-lg-1, .schema-col-lg-2, .schema-col-lg-3, .schema-col-lg-4, .schema-col-lg-5, .schema-col-lg-6, .schema-col-lg-7, .schema-col-lg-8, .schema-col-lg-9, .schema-col-lg-10, .schema-col-lg-11, .schema-col-lg-12, .schema-col-lg,
|
66 |
+
.schema-col-lg-auto, .schema-col-xl-1, .schema-col-xl-2, .schema-col-xl-3, .schema-col-xl-4, .schema-col-xl-5, .schema-col-xl-6, .schema-col-xl-7, .schema-col-xl-8, .schema-col-xl-9, .schema-col-xl-10, .schema-col-xl-11, .schema-col-xl-12, .schema-col-xl,
|
67 |
+
.schema-col-xl-auto {
|
68 |
+
position: relative;
|
69 |
+
width: 100%;
|
70 |
+
min-height: 1px;
|
71 |
+
padding-right: 15px;
|
72 |
+
padding-left: 15px;
|
73 |
+
}
|
74 |
+
|
75 |
+
.schema-col {
|
76 |
+
-ms-flex-preferred-size: 0;
|
77 |
+
flex-basis: 0;
|
78 |
+
-ms-flex-positive: 1;
|
79 |
+
flex-grow: 1;
|
80 |
+
max-width: 100%;
|
81 |
+
}
|
82 |
+
|
83 |
+
.schema-col-auto {
|
84 |
+
-ms-flex: 0 0 auto;
|
85 |
+
flex: 0 0 auto;
|
86 |
+
width: auto;
|
87 |
+
max-width: none;
|
88 |
+
}
|
89 |
+
|
90 |
+
.schema-col-1 {
|
91 |
+
-ms-flex: 0 0 8.333333%;
|
92 |
+
flex: 0 0 8.333333%;
|
93 |
+
max-width: 8.333333%;
|
94 |
+
}
|
95 |
+
|
96 |
+
.schema-col-2 {
|
97 |
+
-ms-flex: 0 0 16.666667%;
|
98 |
+
flex: 0 0 16.666667%;
|
99 |
+
max-width: 16.666667%;
|
100 |
+
}
|
101 |
+
|
102 |
+
.schema-col-3 {
|
103 |
+
-ms-flex: 0 0 25%;
|
104 |
+
flex: 0 0 25%;
|
105 |
+
max-width: 25%;
|
106 |
+
}
|
107 |
+
|
108 |
+
.schema-col-4 {
|
109 |
+
-ms-flex: 0 0 33.333333%;
|
110 |
+
flex: 0 0 33.333333%;
|
111 |
+
max-width: 33.333333%;
|
112 |
+
}
|
113 |
+
|
114 |
+
.schema-col-5 {
|
115 |
+
-ms-flex: 0 0 41.666667%;
|
116 |
+
flex: 0 0 41.666667%;
|
117 |
+
max-width: 41.666667%;
|
118 |
+
}
|
119 |
+
|
120 |
+
.schema-col-6 {
|
121 |
+
-ms-flex: 0 0 50%;
|
122 |
+
flex: 0 0 50%;
|
123 |
+
max-width: 50%;
|
124 |
+
}
|
125 |
+
|
126 |
+
.schema-col-7 {
|
127 |
+
-ms-flex: 0 0 58.333333%;
|
128 |
+
flex: 0 0 58.333333%;
|
129 |
+
max-width: 58.333333%;
|
130 |
+
}
|
131 |
+
|
132 |
+
.schema-col-8 {
|
133 |
+
-ms-flex: 0 0 66.666667%;
|
134 |
+
flex: 0 0 66.666667%;
|
135 |
+
max-width: 66.666667%;
|
136 |
+
}
|
137 |
+
|
138 |
+
.schema-col-9 {
|
139 |
+
-ms-flex: 0 0 75%;
|
140 |
+
flex: 0 0 75%;
|
141 |
+
max-width: 75%;
|
142 |
+
}
|
143 |
+
|
144 |
+
.schema-col-10 {
|
145 |
+
-ms-flex: 0 0 83.333333%;
|
146 |
+
flex: 0 0 83.333333%;
|
147 |
+
max-width: 83.333333%;
|
148 |
+
}
|
149 |
+
|
150 |
+
.schema-col-11 {
|
151 |
+
-ms-flex: 0 0 91.666667%;
|
152 |
+
flex: 0 0 91.666667%;
|
153 |
+
max-width: 91.666667%;
|
154 |
+
}
|
155 |
+
|
156 |
+
.schema-col-12 {
|
157 |
+
-ms-flex: 0 0 100%;
|
158 |
+
flex: 0 0 100%;
|
159 |
+
max-width: 100%;
|
160 |
+
}
|
161 |
+
|
162 |
+
.schema-order-1 {
|
163 |
+
-ms-flex-order: 1;
|
164 |
+
order: 1;
|
165 |
+
}
|
166 |
+
|
167 |
+
.schema-order-2 {
|
168 |
+
-ms-flex-order: 2;
|
169 |
+
order: 2;
|
170 |
+
}
|
171 |
+
|
172 |
+
.schema-order-3 {
|
173 |
+
-ms-flex-order: 3;
|
174 |
+
order: 3;
|
175 |
+
}
|
176 |
+
|
177 |
+
.schema-order-4 {
|
178 |
+
-ms-flex-order: 4;
|
179 |
+
order: 4;
|
180 |
+
}
|
181 |
+
|
182 |
+
.schema-order-5 {
|
183 |
+
-ms-flex-order: 5;
|
184 |
+
order: 5;
|
185 |
+
}
|
186 |
+
|
187 |
+
.schema-order-6 {
|
188 |
+
-ms-flex-order: 6;
|
189 |
+
order: 6;
|
190 |
+
}
|
191 |
+
|
192 |
+
.schema-order-7 {
|
193 |
+
-ms-flex-order: 7;
|
194 |
+
order: 7;
|
195 |
+
}
|
196 |
+
|
197 |
+
.schema-order-8 {
|
198 |
+
-ms-flex-order: 8;
|
199 |
+
order: 8;
|
200 |
+
}
|
201 |
+
|
202 |
+
.schema-order-9 {
|
203 |
+
-ms-flex-order: 9;
|
204 |
+
order: 9;
|
205 |
+
}
|
206 |
+
|
207 |
+
.schema-order-10 {
|
208 |
+
-ms-flex-order: 10;
|
209 |
+
order: 10;
|
210 |
+
}
|
211 |
+
|
212 |
+
.schema-order-11 {
|
213 |
+
-ms-flex-order: 11;
|
214 |
+
order: 11;
|
215 |
+
}
|
216 |
+
|
217 |
+
.schema-order-12 {
|
218 |
+
-ms-flex-order: 12;
|
219 |
+
order: 12;
|
220 |
+
}
|
221 |
+
|
222 |
+
@media (min-width: 576px) {
|
223 |
+
.schema-col-sm {
|
224 |
+
-ms-flex-preferred-size: 0;
|
225 |
+
flex-basis: 0;
|
226 |
+
-ms-flex-positive: 1;
|
227 |
+
flex-grow: 1;
|
228 |
+
max-width: 100%;
|
229 |
+
}
|
230 |
+
.schema-col-sm-auto {
|
231 |
+
-ms-flex: 0 0 auto;
|
232 |
+
flex: 0 0 auto;
|
233 |
+
width: auto;
|
234 |
+
max-width: none;
|
235 |
+
}
|
236 |
+
.schema-col-sm-1 {
|
237 |
+
-ms-flex: 0 0 8.333333%;
|
238 |
+
flex: 0 0 8.333333%;
|
239 |
+
max-width: 8.333333%;
|
240 |
+
}
|
241 |
+
.schema-col-sm-2 {
|
242 |
+
-ms-flex: 0 0 16.666667%;
|
243 |
+
flex: 0 0 16.666667%;
|
244 |
+
max-width: 16.666667%;
|
245 |
+
}
|
246 |
+
.schema-col-sm-3 {
|
247 |
+
-ms-flex: 0 0 25%;
|
248 |
+
flex: 0 0 25%;
|
249 |
+
max-width: 25%;
|
250 |
+
}
|
251 |
+
.schema-col-sm-4 {
|
252 |
+
-ms-flex: 0 0 33.333333%;
|
253 |
+
flex: 0 0 33.333333%;
|
254 |
+
max-width: 33.333333%;
|
255 |
+
}
|
256 |
+
.schema-col-sm-5 {
|
257 |
+
-ms-flex: 0 0 41.666667%;
|
258 |
+
flex: 0 0 41.666667%;
|
259 |
+
max-width: 41.666667%;
|
260 |
+
}
|
261 |
+
.schema-col-sm-6 {
|
262 |
+
-ms-flex: 0 0 50%;
|
263 |
+
flex: 0 0 50%;
|
264 |
+
max-width: 50%;
|
265 |
+
}
|
266 |
+
.schema-col-sm-7 {
|
267 |
+
-ms-flex: 0 0 58.333333%;
|
268 |
+
flex: 0 0 58.333333%;
|
269 |
+
max-width: 58.333333%;
|
270 |
+
}
|
271 |
+
.schema-col-sm-8 {
|
272 |
+
-ms-flex: 0 0 66.666667%;
|
273 |
+
flex: 0 0 66.666667%;
|
274 |
+
max-width: 66.666667%;
|
275 |
+
}
|
276 |
+
.schema-col-sm-9 {
|
277 |
+
-ms-flex: 0 0 75%;
|
278 |
+
flex: 0 0 75%;
|
279 |
+
max-width: 75%;
|
280 |
+
}
|
281 |
+
.schema-col-sm-10 {
|
282 |
+
-ms-flex: 0 0 83.333333%;
|
283 |
+
flex: 0 0 83.333333%;
|
284 |
+
max-width: 83.333333%;
|
285 |
+
}
|
286 |
+
.schema-col-sm-11 {
|
287 |
+
-ms-flex: 0 0 91.666667%;
|
288 |
+
flex: 0 0 91.666667%;
|
289 |
+
max-width: 91.666667%;
|
290 |
+
}
|
291 |
+
.schema-col-sm-12 {
|
292 |
+
-ms-flex: 0 0 100%;
|
293 |
+
flex: 0 0 100%;
|
294 |
+
max-width: 100%;
|
295 |
+
}
|
296 |
+
.schema-order-sm-1 {
|
297 |
+
-ms-flex-order: 1;
|
298 |
+
order: 1;
|
299 |
+
}
|
300 |
+
.schema-order-sm-2 {
|
301 |
+
-ms-flex-order: 2;
|
302 |
+
order: 2;
|
303 |
+
}
|
304 |
+
.schema-order-sm-3 {
|
305 |
+
-ms-flex-order: 3;
|
306 |
+
order: 3;
|
307 |
+
}
|
308 |
+
.schema-order-sm-4 {
|
309 |
+
-ms-flex-order: 4;
|
310 |
+
order: 4;
|
311 |
+
}
|
312 |
+
.schema-order-sm-5 {
|
313 |
+
-ms-flex-order: 5;
|
314 |
+
order: 5;
|
315 |
+
}
|
316 |
+
.schema-order-sm-6 {
|
317 |
+
-ms-flex-order: 6;
|
318 |
+
order: 6;
|
319 |
+
}
|
320 |
+
.schema-order-sm-7 {
|
321 |
+
-ms-flex-order: 7;
|
322 |
+
order: 7;
|
323 |
+
}
|
324 |
+
.schema-order-sm-8 {
|
325 |
+
-ms-flex-order: 8;
|
326 |
+
order: 8;
|
327 |
+
}
|
328 |
+
.schema-order-sm-9 {
|
329 |
+
-ms-flex-order: 9;
|
330 |
+
order: 9;
|
331 |
+
}
|
332 |
+
.schema-order-sm-10 {
|
333 |
+
-ms-flex-order: 10;
|
334 |
+
order: 10;
|
335 |
+
}
|
336 |
+
.schema-order-sm-11 {
|
337 |
+
-ms-flex-order: 11;
|
338 |
+
order: 11;
|
339 |
+
}
|
340 |
+
.schema-order-sm-12 {
|
341 |
+
-ms-flex-order: 12;
|
342 |
+
order: 12;
|
343 |
+
}
|
344 |
+
}
|
345 |
+
|
346 |
+
@media (min-width: 768px) {
|
347 |
+
.schema-col-md {
|
348 |
+
-ms-flex-preferred-size: 0;
|
349 |
+
flex-basis: 0;
|
350 |
+
-ms-flex-positive: 1;
|
351 |
+
flex-grow: 1;
|
352 |
+
max-width: 100%;
|
353 |
+
}
|
354 |
+
.schema-col-md-auto {
|
355 |
+
-ms-flex: 0 0 auto;
|
356 |
+
flex: 0 0 auto;
|
357 |
+
width: auto;
|
358 |
+
max-width: none;
|
359 |
+
}
|
360 |
+
.schema-col-md-1 {
|
361 |
+
-ms-flex: 0 0 8.333333%;
|
362 |
+
flex: 0 0 8.333333%;
|
363 |
+
max-width: 8.333333%;
|
364 |
+
}
|
365 |
+
.schema-col-md-2 {
|
366 |
+
-ms-flex: 0 0 16.666667%;
|
367 |
+
flex: 0 0 16.666667%;
|
368 |
+
max-width: 16.666667%;
|
369 |
+
}
|
370 |
+
.schema-col-md-3 {
|
371 |
+
-ms-flex: 0 0 25%;
|
372 |
+
flex: 0 0 25%;
|
373 |
+
max-width: 25%;
|
374 |
+
}
|
375 |
+
.schema-col-md-4 {
|
376 |
+
-ms-flex: 0 0 33.333333%;
|
377 |
+
flex: 0 0 33.333333%;
|
378 |
+
max-width: 33.333333%;
|
379 |
+
}
|
380 |
+
.schema-col-md-5 {
|
381 |
+
-ms-flex: 0 0 41.666667%;
|
382 |
+
flex: 0 0 41.666667%;
|
383 |
+
max-width: 41.666667%;
|
384 |
+
}
|
385 |
+
.schema-col-md-6 {
|
386 |
+
-ms-flex: 0 0 50%;
|
387 |
+
flex: 0 0 50%;
|
388 |
+
max-width: 50%;
|
389 |
+
}
|
390 |
+
.schema-col-md-7 {
|
391 |
+
-ms-flex: 0 0 58.333333%;
|
392 |
+
flex: 0 0 58.333333%;
|
393 |
+
max-width: 58.333333%;
|
394 |
+
}
|
395 |
+
.schema-col-md-8 {
|
396 |
+
-ms-flex: 0 0 66.666667%;
|
397 |
+
flex: 0 0 66.666667%;
|
398 |
+
max-width: 66.666667%;
|
399 |
+
}
|
400 |
+
.schema-col-md-9 {
|
401 |
+
-ms-flex: 0 0 75%;
|
402 |
+
flex: 0 0 75%;
|
403 |
+
max-width: 75%;
|
404 |
+
}
|
405 |
+
.schema-col-md-10 {
|
406 |
+
-ms-flex: 0 0 83.333333%;
|
407 |
+
flex: 0 0 83.333333%;
|
408 |
+
max-width: 83.333333%;
|
409 |
+
}
|
410 |
+
.schema-col-md-11 {
|
411 |
+
-ms-flex: 0 0 91.666667%;
|
412 |
+
flex: 0 0 91.666667%;
|
413 |
+
max-width: 91.666667%;
|
414 |
+
}
|
415 |
+
.schema-col-md-12 {
|
416 |
+
-ms-flex: 0 0 100%;
|
417 |
+
flex: 0 0 100%;
|
418 |
+
max-width: 100%;
|
419 |
+
}
|
420 |
+
.schema-order-md-1 {
|
421 |
+
-ms-flex-order: 1;
|
422 |
+
order: 1;
|
423 |
+
}
|
424 |
+
.schema-order-md-2 {
|
425 |
+
-ms-flex-order: 2;
|
426 |
+
order: 2;
|
427 |
+
}
|
428 |
+
.schema-order-md-3 {
|
429 |
+
-ms-flex-order: 3;
|
430 |
+
order: 3;
|
431 |
+
}
|
432 |
+
.schema-order-md-4 {
|
433 |
+
-ms-flex-order: 4;
|
434 |
+
order: 4;
|
435 |
+
}
|
436 |
+
.schema-order-md-5 {
|
437 |
+
-ms-flex-order: 5;
|
438 |
+
order: 5;
|
439 |
+
}
|
440 |
+
.schema-order-md-6 {
|
441 |
+
-ms-flex-order: 6;
|
442 |
+
order: 6;
|
443 |
+
}
|
444 |
+
.schema-order-md-7 {
|
445 |
+
-ms-flex-order: 7;
|
446 |
+
order: 7;
|
447 |
+
}
|
448 |
+
.schema-order-md-8 {
|
449 |
+
-ms-flex-order: 8;
|
450 |
+
order: 8;
|
451 |
+
}
|
452 |
+
.schema-order-md-9 {
|
453 |
+
-ms-flex-order: 9;
|
454 |
+
order: 9;
|
455 |
+
}
|
456 |
+
.schema-order-md-10 {
|
457 |
+
-ms-flex-order: 10;
|
458 |
+
order: 10;
|
459 |
+
}
|
460 |
+
.schema-order-md-11 {
|
461 |
+
-ms-flex-order: 11;
|
462 |
+
order: 11;
|
463 |
+
}
|
464 |
+
.schema-order-md-12 {
|
465 |
+
-ms-flex-order: 12;
|
466 |
+
order: 12;
|
467 |
+
}
|
468 |
+
}
|
469 |
+
|
470 |
+
@media (min-width: 992px) {
|
471 |
+
.schema-col-lg {
|
472 |
+
-ms-flex-preferred-size: 0;
|
473 |
+
flex-basis: 0;
|
474 |
+
-ms-flex-positive: 1;
|
475 |
+
flex-grow: 1;
|
476 |
+
max-width: 100%;
|
477 |
+
}
|
478 |
+
.schema-col-lg-auto {
|
479 |
+
-ms-flex: 0 0 auto;
|
480 |
+
flex: 0 0 auto;
|
481 |
+
width: auto;
|
482 |
+
max-width: none;
|
483 |
+
}
|
484 |
+
.schema-col-lg-1 {
|
485 |
+
-ms-flex: 0 0 8.333333%;
|
486 |
+
flex: 0 0 8.333333%;
|
487 |
+
max-width: 8.333333%;
|
488 |
+
}
|
489 |
+
.schema-col-lg-2 {
|
490 |
+
-ms-flex: 0 0 16.666667%;
|
491 |
+
flex: 0 0 16.666667%;
|
492 |
+
max-width: 16.666667%;
|
493 |
+
}
|
494 |
+
.schema-col-lg-3 {
|
495 |
+
-ms-flex: 0 0 25%;
|
496 |
+
flex: 0 0 25%;
|
497 |
+
max-width: 25%;
|
498 |
+
}
|
499 |
+
.schema-col-lg-4 {
|
500 |
+
-ms-flex: 0 0 33.333333%;
|
501 |
+
flex: 0 0 33.333333%;
|
502 |
+
max-width: 33.333333%;
|
503 |
+
}
|
504 |
+
.schema-col-lg-5 {
|
505 |
+
-ms-flex: 0 0 41.666667%;
|
506 |
+
flex: 0 0 41.666667%;
|
507 |
+
max-width: 41.666667%;
|
508 |
+
}
|
509 |
+
.schema-col-lg-6 {
|
510 |
+
-ms-flex: 0 0 50%;
|
511 |
+
flex: 0 0 50%;
|
512 |
+
max-width: 50%;
|
513 |
+
}
|
514 |
+
.schema-col-lg-7 {
|
515 |
+
-ms-flex: 0 0 58.333333%;
|
516 |
+
flex: 0 0 58.333333%;
|
517 |
+
max-width: 58.333333%;
|
518 |
+
}
|
519 |
+
.schema-col-lg-8 {
|
520 |
+
-ms-flex: 0 0 66.666667%;
|
521 |
+
flex: 0 0 66.666667%;
|
522 |
+
max-width: 66.666667%;
|
523 |
+
}
|
524 |
+
.schema-col-lg-9 {
|
525 |
+
-ms-flex: 0 0 75%;
|
526 |
+
flex: 0 0 75%;
|
527 |
+
max-width: 75%;
|
528 |
+
}
|
529 |
+
.schema-col-lg-10 {
|
530 |
+
-ms-flex: 0 0 83.333333%;
|
531 |
+
flex: 0 0 83.333333%;
|
532 |
+
max-width: 83.333333%;
|
533 |
+
}
|
534 |
+
.schema-col-lg-11 {
|
535 |
+
-ms-flex: 0 0 91.666667%;
|
536 |
+
flex: 0 0 91.666667%;
|
537 |
+
max-width: 91.666667%;
|
538 |
+
}
|
539 |
+
.schema-col-lg-12 {
|
540 |
+
-ms-flex: 0 0 100%;
|
541 |
+
flex: 0 0 100%;
|
542 |
+
max-width: 100%;
|
543 |
+
}
|
544 |
+
.schema-order-lg-1 {
|
545 |
+
-ms-flex-order: 1;
|
546 |
+
order: 1;
|
547 |
+
}
|
548 |
+
.schema-order-lg-2 {
|
549 |
+
-ms-flex-order: 2;
|
550 |
+
order: 2;
|
551 |
+
}
|
552 |
+
.schema-order-lg-3 {
|
553 |
+
-ms-flex-order: 3;
|
554 |
+
order: 3;
|
555 |
+
}
|
556 |
+
.schema-order-lg-4 {
|
557 |
+
-ms-flex-order: 4;
|
558 |
+
order: 4;
|
559 |
+
}
|
560 |
+
.schema-order-lg-5 {
|
561 |
+
-ms-flex-order: 5;
|
562 |
+
order: 5;
|
563 |
+
}
|
564 |
+
.schema-order-lg-6 {
|
565 |
+
-ms-flex-order: 6;
|
566 |
+
order: 6;
|
567 |
+
}
|
568 |
+
.schema-order-lg-7 {
|
569 |
+
-ms-flex-order: 7;
|
570 |
+
order: 7;
|
571 |
+
}
|
572 |
+
.schema-order-lg-8 {
|
573 |
+
-ms-flex-order: 8;
|
574 |
+
order: 8;
|
575 |
+
}
|
576 |
+
.schema-order-lg-9 {
|
577 |
+
-ms-flex-order: 9;
|
578 |
+
order: 9;
|
579 |
+
}
|
580 |
+
.schema-order-lg-10 {
|
581 |
+
-ms-flex-order: 10;
|
582 |
+
order: 10;
|
583 |
+
}
|
584 |
+
.schema-order-lg-11 {
|
585 |
+
-ms-flex-order: 11;
|
586 |
+
order: 11;
|
587 |
+
}
|
588 |
+
.schema-order-lg-12 {
|
589 |
+
-ms-flex-order: 12;
|
590 |
+
order: 12;
|
591 |
+
}
|
592 |
+
}
|
593 |
+
|
594 |
+
@media (min-width: 1200px) {
|
595 |
+
.schema-col-xl {
|
596 |
+
-ms-flex-preferred-size: 0;
|
597 |
+
flex-basis: 0;
|
598 |
+
-ms-flex-positive: 1;
|
599 |
+
flex-grow: 1;
|
600 |
+
max-width: 100%;
|
601 |
+
}
|
602 |
+
.schema-col-xl-auto {
|
603 |
+
-ms-flex: 0 0 auto;
|
604 |
+
flex: 0 0 auto;
|
605 |
+
width: auto;
|
606 |
+
max-width: none;
|
607 |
+
}
|
608 |
+
.schema-col-xl-1 {
|
609 |
+
-ms-flex: 0 0 8.333333%;
|
610 |
+
flex: 0 0 8.333333%;
|
611 |
+
max-width: 8.333333%;
|
612 |
+
}
|
613 |
+
.schema-col-xl-2 {
|
614 |
+
-ms-flex: 0 0 16.666667%;
|
615 |
+
flex: 0 0 16.666667%;
|
616 |
+
max-width: 16.666667%;
|
617 |
+
}
|
618 |
+
.schema-col-xl-3 {
|
619 |
+
-ms-flex: 0 0 25%;
|
620 |
+
flex: 0 0 25%;
|
621 |
+
max-width: 25%;
|
622 |
+
}
|
623 |
+
.schema-col-xl-4 {
|
624 |
+
-ms-flex: 0 0 33.333333%;
|
625 |
+
flex: 0 0 33.333333%;
|
626 |
+
max-width: 33.333333%;
|
627 |
+
}
|
628 |
+
.schema-col-xl-5 {
|
629 |
+
-ms-flex: 0 0 41.666667%;
|
630 |
+
flex: 0 0 41.666667%;
|
631 |
+
max-width: 41.666667%;
|
632 |
+
}
|
633 |
+
.schema-col-xl-6 {
|
634 |
+
-ms-flex: 0 0 50%;
|
635 |
+
flex: 0 0 50%;
|
636 |
+
max-width: 50%;
|
637 |
+
}
|
638 |
+
.schema-col-xl-7 {
|
639 |
+
-ms-flex: 0 0 58.333333%;
|
640 |
+
flex: 0 0 58.333333%;
|
641 |
+
max-width: 58.333333%;
|
642 |
+
}
|
643 |
+
.schema-col-xl-8 {
|
644 |
+
-ms-flex: 0 0 66.666667%;
|
645 |
+
flex: 0 0 66.666667%;
|
646 |
+
max-width: 66.666667%;
|
647 |
+
}
|
648 |
+
.schema-col-xl-9 {
|
649 |
+
-ms-flex: 0 0 75%;
|
650 |
+
flex: 0 0 75%;
|
651 |
+
max-width: 75%;
|
652 |
+
}
|
653 |
+
.schema-col-xl-10 {
|
654 |
+
-ms-flex: 0 0 83.333333%;
|
655 |
+
flex: 0 0 83.333333%;
|
656 |
+
max-width: 83.333333%;
|
657 |
+
}
|
658 |
+
.schema-col-xl-11 {
|
659 |
+
-ms-flex: 0 0 91.666667%;
|
660 |
+
flex: 0 0 91.666667%;
|
661 |
+
max-width: 91.666667%;
|
662 |
+
}
|
663 |
+
.schema-col-xl-12 {
|
664 |
+
-ms-flex: 0 0 100%;
|
665 |
+
flex: 0 0 100%;
|
666 |
+
max-width: 100%;
|
667 |
+
}
|
668 |
+
.schema-order-xl-1 {
|
669 |
+
-ms-flex-order: 1;
|
670 |
+
order: 1;
|
671 |
+
}
|
672 |
+
.schema-order-xl-2 {
|
673 |
+
-ms-flex-order: 2;
|
674 |
+
order: 2;
|
675 |
+
}
|
676 |
+
.schema-order-xl-3 {
|
677 |
+
-ms-flex-order: 3;
|
678 |
+
order: 3;
|
679 |
+
}
|
680 |
+
.schema-order-xl-4 {
|
681 |
+
-ms-flex-order: 4;
|
682 |
+
order: 4;
|
683 |
+
}
|
684 |
+
.schema-order-xl-5 {
|
685 |
+
-ms-flex-order: 5;
|
686 |
+
order: 5;
|
687 |
+
}
|
688 |
+
.schema-order-xl-6 {
|
689 |
+
-ms-flex-order: 6;
|
690 |
+
order: 6;
|
691 |
+
}
|
692 |
+
.schema-order-xl-7 {
|
693 |
+
-ms-flex-order: 7;
|
694 |
+
order: 7;
|
695 |
+
}
|
696 |
+
.schema-order-xl-8 {
|
697 |
+
-ms-flex-order: 8;
|
698 |
+
order: 8;
|
699 |
+
}
|
700 |
+
.schema-order-xl-9 {
|
701 |
+
-ms-flex-order: 9;
|
702 |
+
order: 9;
|
703 |
+
}
|
704 |
+
.schema-order-xl-10 {
|
705 |
+
-ms-flex-order: 10;
|
706 |
+
order: 10;
|
707 |
+
}
|
708 |
+
.schema-order-xl-11 {
|
709 |
+
-ms-flex-order: 11;
|
710 |
+
order: 11;
|
711 |
+
}
|
712 |
+
.schema-order-xl-12 {
|
713 |
+
-ms-flex-order: 12;
|
714 |
+
order: 12;
|
715 |
+
}
|
716 |
+
}
|
717 |
+
|
718 |
+
.schema-flex-row {
|
719 |
+
-ms-flex-direction: row !important;
|
720 |
+
flex-direction: row !important;
|
721 |
+
}
|
722 |
+
|
723 |
+
.schema-flex-column {
|
724 |
+
-ms-flex-direction: column !important;
|
725 |
+
flex-direction: column !important;
|
726 |
+
}
|
727 |
+
|
728 |
+
.schema-flex-row-reverse {
|
729 |
+
-ms-flex-direction: row-reverse !important;
|
730 |
+
flex-direction: row-reverse !important;
|
731 |
+
}
|
732 |
+
|
733 |
+
.schema-flex-column-reverse {
|
734 |
+
-ms-flex-direction: column-reverse !important;
|
735 |
+
flex-direction: column-reverse !important;
|
736 |
+
}
|
737 |
+
|
738 |
+
.schema-flex-wrap {
|
739 |
+
-ms-flex-wrap: wrap !important;
|
740 |
+
flex-wrap: wrap !important;
|
741 |
+
}
|
742 |
+
|
743 |
+
.schema-flex-nowrap {
|
744 |
+
-ms-flex-wrap: nowrap !important;
|
745 |
+
flex-wrap: nowrap !important;
|
746 |
+
}
|
747 |
+
|
748 |
+
.schema-flex-wrap-reverse {
|
749 |
+
-ms-flex-wrap: wrap-reverse !important;
|
750 |
+
flex-wrap: wrap-reverse !important;
|
751 |
+
}
|
752 |
+
|
753 |
+
.schema-justify-content-start {
|
754 |
+
-ms-flex-pack: start !important;
|
755 |
+
justify-content: flex-start !important;
|
756 |
+
}
|
757 |
+
|
758 |
+
.schema-justify-content-end {
|
759 |
+
-ms-flex-pack: end !important;
|
760 |
+
justify-content: flex-end !important;
|
761 |
+
}
|
762 |
+
|
763 |
+
.schema-justify-content-center {
|
764 |
+
-ms-flex-pack: center !important;
|
765 |
+
justify-content: center !important;
|
766 |
+
}
|
767 |
+
|
768 |
+
.schema-justify-content-between {
|
769 |
+
-ms-flex-pack: justify !important;
|
770 |
+
justify-content: space-between !important;
|
771 |
+
}
|
772 |
+
|
773 |
+
.schema-justify-content-around {
|
774 |
+
-ms-flex-pack: distribute !important;
|
775 |
+
justify-content: space-around !important;
|
776 |
+
}
|
777 |
+
|
778 |
+
.schema-align-items-start {
|
779 |
+
-ms-flex-align: start !important;
|
780 |
+
align-items: flex-start !important;
|
781 |
+
}
|
782 |
+
|
783 |
+
.schema-align-items-end {
|
784 |
+
-ms-flex-align: end !important;
|
785 |
+
align-items: flex-end !important;
|
786 |
+
}
|
787 |
+
|
788 |
+
.schema-align-items-center {
|
789 |
+
-ms-flex-align: center !important;
|
790 |
+
align-items: center !important;
|
791 |
+
}
|
792 |
+
|
793 |
+
.schema-align-items-baseline {
|
794 |
+
-ms-flex-align: baseline !important;
|
795 |
+
align-items: baseline !important;
|
796 |
+
}
|
797 |
+
|
798 |
+
.schema-align-items-stretch {
|
799 |
+
-ms-flex-align: stretch !important;
|
800 |
+
align-items: stretch !important;
|
801 |
+
}
|
802 |
+
|
803 |
+
.schema-align-content-start {
|
804 |
+
-ms-flex-line-pack: start !important;
|
805 |
+
align-content: flex-start !important;
|
806 |
+
}
|
807 |
+
|
808 |
+
.schema-align-content-end {
|
809 |
+
-ms-flex-line-pack: end !important;
|
810 |
+
align-content: flex-end !important;
|
811 |
+
}
|
812 |
+
|
813 |
+
.schema-align-content-center {
|
814 |
+
-ms-flex-line-pack: center !important;
|
815 |
+
align-content: center !important;
|
816 |
+
}
|
817 |
+
|
818 |
+
.schema-align-content-between {
|
819 |
+
-ms-flex-line-pack: justify !important;
|
820 |
+
align-content: space-between !important;
|
821 |
+
}
|
822 |
+
|
823 |
+
.schema-align-content-around {
|
824 |
+
-ms-flex-line-pack: distribute !important;
|
825 |
+
align-content: space-around !important;
|
826 |
+
}
|
827 |
+
|
828 |
+
.schema-align-content-stretch {
|
829 |
+
-ms-flex-line-pack: stretch !important;
|
830 |
+
align-content: stretch !important;
|
831 |
+
}
|
832 |
+
|
833 |
+
.schema-align-self-auto {
|
834 |
+
-ms-flex-item-align: auto !important;
|
835 |
+
align-self: auto !important;
|
836 |
+
}
|
837 |
+
|
838 |
+
.schema-align-self-start {
|
839 |
+
-ms-flex-item-align: start !important;
|
840 |
+
align-self: flex-start !important;
|
841 |
+
}
|
842 |
+
|
843 |
+
.schema-align-self-end {
|
844 |
+
-ms-flex-item-align: end !important;
|
845 |
+
align-self: flex-end !important;
|
846 |
+
}
|
847 |
+
|
848 |
+
.schema-align-self-center {
|
849 |
+
-ms-flex-item-align: center !important;
|
850 |
+
align-self: center !important;
|
851 |
+
}
|
852 |
+
|
853 |
+
.schema-align-self-baseline {
|
854 |
+
-ms-flex-item-align: baseline !important;
|
855 |
+
align-self: baseline !important;
|
856 |
+
}
|
857 |
+
|
858 |
+
.schema-align-self-stretch {
|
859 |
+
-ms-flex-item-align: stretch !important;
|
860 |
+
align-self: stretch !important;
|
861 |
+
}
|
862 |
+
|
863 |
+
@media (min-width: 576px) {
|
864 |
+
.schema-flex-sm-row {
|
865 |
+
-ms-flex-direction: row !important;
|
866 |
+
flex-direction: row !important;
|
867 |
+
}
|
868 |
+
.schema-flex-sm-column {
|
869 |
+
-ms-flex-direction: column !important;
|
870 |
+
flex-direction: column !important;
|
871 |
+
}
|
872 |
+
.schema-flex-sm-row-reverse {
|
873 |
+
-ms-flex-direction: row-reverse !important;
|
874 |
+
flex-direction: row-reverse !important;
|
875 |
+
}
|
876 |
+
.schema-flex-sm-column-reverse {
|
877 |
+
-ms-flex-direction: column-reverse !important;
|
878 |
+
flex-direction: column-reverse !important;
|
879 |
+
}
|
880 |
+
.schema-flex-sm-wrap {
|
881 |
+
-ms-flex-wrap: wrap !important;
|
882 |
+
flex-wrap: wrap !important;
|
883 |
+
}
|
884 |
+
.schema-flex-sm-nowrap {
|
885 |
+
-ms-flex-wrap: nowrap !important;
|
886 |
+
flex-wrap: nowrap !important;
|
887 |
+
}
|
888 |
+
.schema-flex-sm-wrap-reverse {
|
889 |
+
-ms-flex-wrap: wrap-reverse !important;
|
890 |
+
flex-wrap: wrap-reverse !important;
|
891 |
+
}
|
892 |
+
.schema-justify-content-sm-start {
|
893 |
+
-ms-flex-pack: start !important;
|
894 |
+
justify-content: flex-start !important;
|
895 |
+
}
|
896 |
+
.schema-justify-content-sm-end {
|
897 |
+
-ms-flex-pack: end !important;
|
898 |
+
justify-content: flex-end !important;
|
899 |
+
}
|
900 |
+
.schema-justify-content-sm-center {
|
901 |
+
-ms-flex-pack: center !important;
|
902 |
+
justify-content: center !important;
|
903 |
+
}
|
904 |
+
.schema-justify-content-sm-between {
|
905 |
+
-ms-flex-pack: justify !important;
|
906 |
+
justify-content: space-between !important;
|
907 |
+
}
|
908 |
+
.schema-justify-content-sm-around {
|
909 |
+
-ms-flex-pack: distribute !important;
|
910 |
+
justify-content: space-around !important;
|
911 |
+
}
|
912 |
+
.schema-align-items-sm-start {
|
913 |
+
-ms-flex-align: start !important;
|
914 |
+
align-items: flex-start !important;
|
915 |
+
}
|
916 |
+
.schema-align-items-sm-end {
|
917 |
+
-ms-flex-align: end !important;
|
918 |
+
align-items: flex-end !important;
|
919 |
+
}
|
920 |
+
.schema-align-items-sm-center {
|
921 |
+
-ms-flex-align: center !important;
|
922 |
+
align-items: center !important;
|
923 |
+
}
|
924 |
+
.schema-align-items-sm-baseline {
|
925 |
+
-ms-flex-align: baseline !important;
|
926 |
+
align-items: baseline !important;
|
927 |
+
}
|
928 |
+
.schema-align-items-sm-stretch {
|
929 |
+
-ms-flex-align: stretch !important;
|
930 |
+
align-items: stretch !important;
|
931 |
+
}
|
932 |
+
.schema-align-content-sm-start {
|
933 |
+
-ms-flex-line-pack: start !important;
|
934 |
+
align-content: flex-start !important;
|
935 |
+
}
|
936 |
+
.schema-align-content-sm-end {
|
937 |
+
-ms-flex-line-pack: end !important;
|
938 |
+
align-content: flex-end !important;
|
939 |
+
}
|
940 |
+
.schema-align-content-sm-center {
|
941 |
+
-ms-flex-line-pack: center !important;
|
942 |
+
align-content: center !important;
|
943 |
+
}
|
944 |
+
.schema-align-content-sm-between {
|
945 |
+
-ms-flex-line-pack: justify !important;
|
946 |
+
align-content: space-between !important;
|
947 |
+
}
|
948 |
+
.schema-align-content-sm-around {
|
949 |
+
-ms-flex-line-pack: distribute !important;
|
950 |
+
align-content: space-around !important;
|
951 |
+
}
|
952 |
+
.schema-align-content-sm-stretch {
|
953 |
+
-ms-flex-line-pack: stretch !important;
|
954 |
+
align-content: stretch !important;
|
955 |
+
}
|
956 |
+
.schema-align-self-sm-auto {
|
957 |
+
-ms-flex-item-align: auto !important;
|
958 |
+
align-self: auto !important;
|
959 |
+
}
|
960 |
+
.schema-align-self-sm-start {
|
961 |
+
-ms-flex-item-align: start !important;
|
962 |
+
align-self: flex-start !important;
|
963 |
+
}
|
964 |
+
.schema-align-self-sm-end {
|
965 |
+
-ms-flex-item-align: end !important;
|
966 |
+
align-self: flex-end !important;
|
967 |
+
}
|
968 |
+
.schema-align-self-sm-center {
|
969 |
+
-ms-flex-item-align: center !important;
|
970 |
+
align-self: center !important;
|
971 |
+
}
|
972 |
+
.schema-align-self-sm-baseline {
|
973 |
+
-ms-flex-item-align: baseline !important;
|
974 |
+
align-self: baseline !important;
|
975 |
+
}
|
976 |
+
.schema-align-self-sm-stretch {
|
977 |
+
-ms-flex-item-align: stretch !important;
|
978 |
+
align-self: stretch !important;
|
979 |
+
}
|
980 |
+
}
|
981 |
+
|
982 |
+
@media (min-width: 768px) {
|
983 |
+
.schema-flex-md-row {
|
984 |
+
-ms-flex-direction: row !important;
|
985 |
+
flex-direction: row !important;
|
986 |
+
}
|
987 |
+
.schema-flex-md-column {
|
988 |
+
-ms-flex-direction: column !important;
|
989 |
+
flex-direction: column !important;
|
990 |
+
}
|
991 |
+
.schema-flex-md-row-reverse {
|
992 |
+
-ms-flex-direction: row-reverse !important;
|
993 |
+
flex-direction: row-reverse !important;
|
994 |
+
}
|
995 |
+
.schema-flex-md-column-reverse {
|
996 |
+
-ms-flex-direction: column-reverse !important;
|
997 |
+
flex-direction: column-reverse !important;
|
998 |
+
}
|
999 |
+
.schema-flex-md-wrap {
|
1000 |
+
-ms-flex-wrap: wrap !important;
|
1001 |
+
flex-wrap: wrap !important;
|
1002 |
+
}
|
1003 |
+
.schema-flex-md-nowrap {
|
1004 |
+
-ms-flex-wrap: nowrap !important;
|
1005 |
+
flex-wrap: nowrap !important;
|
1006 |
+
}
|
1007 |
+
.schema-flex-md-wrap-reverse {
|
1008 |
+
-ms-flex-wrap: wrap-reverse !important;
|
1009 |
+
flex-wrap: wrap-reverse !important;
|
1010 |
+
}
|
1011 |
+
.schema-justify-content-md-start {
|
1012 |
+
-ms-flex-pack: start !important;
|
1013 |
+
justify-content: flex-start !important;
|
1014 |
+
}
|
1015 |
+
.schema-justify-content-md-end {
|
1016 |
+
-ms-flex-pack: end !important;
|
1017 |
+
justify-content: flex-end !important;
|
1018 |
+
}
|
1019 |
+
.schema-justify-content-md-center {
|
1020 |
+
-ms-flex-pack: center !important;
|
1021 |
+
justify-content: center !important;
|
1022 |
+
}
|
1023 |
+
.schema-justify-content-md-between {
|
1024 |
+
-ms-flex-pack: justify !important;
|
1025 |
+
justify-content: space-between !important;
|
1026 |
+
}
|
1027 |
+
.schema-justify-content-md-around {
|
1028 |
+
-ms-flex-pack: distribute !important;
|
1029 |
+
justify-content: space-around !important;
|
1030 |
+
}
|
1031 |
+
.schema-align-items-md-start {
|
1032 |
+
-ms-flex-align: start !important;
|
1033 |
+
align-items: flex-start !important;
|
1034 |
+
}
|
1035 |
+
.schema-align-items-md-end {
|
1036 |
+
-ms-flex-align: end !important;
|
1037 |
+
align-items: flex-end !important;
|
1038 |
+
}
|
1039 |
+
.schema-align-items-md-center {
|
1040 |
+
-ms-flex-align: center !important;
|
1041 |
+
align-items: center !important;
|
1042 |
+
}
|
1043 |
+
.schema-align-items-md-baseline {
|
1044 |
+
-ms-flex-align: baseline !important;
|
1045 |
+
align-items: baseline !important;
|
1046 |
+
}
|
1047 |
+
.schema-align-items-md-stretch {
|
1048 |
+
-ms-flex-align: stretch !important;
|
1049 |
+
align-items: stretch !important;
|
1050 |
+
}
|
1051 |
+
.schema-align-content-md-start {
|
1052 |
+
-ms-flex-line-pack: start !important;
|
1053 |
+
align-content: flex-start !important;
|
1054 |
+
}
|
1055 |
+
.schema-align-content-md-end {
|
1056 |
+
-ms-flex-line-pack: end !important;
|
1057 |
+
align-content: flex-end !important;
|
1058 |
+
}
|
1059 |
+
.schema-align-content-md-center {
|
1060 |
+
-ms-flex-line-pack: center !important;
|
1061 |
+
align-content: center !important;
|
1062 |
+
}
|
1063 |
+
.schema-align-content-md-between {
|
1064 |
+
-ms-flex-line-pack: justify !important;
|
1065 |
+
align-content: space-between !important;
|
1066 |
+
}
|
1067 |
+
.schema-align-content-md-around {
|
1068 |
+
-ms-flex-line-pack: distribute !important;
|
1069 |
+
align-content: space-around !important;
|
1070 |
+
}
|
1071 |
+
.schema-align-content-md-stretch {
|
1072 |
+
-ms-flex-line-pack: stretch !important;
|
1073 |
+
align-content: stretch !important;
|
1074 |
+
}
|
1075 |
+
.schema-align-self-md-auto {
|
1076 |
+
-ms-flex-item-align: auto !important;
|
1077 |
+
align-self: auto !important;
|
1078 |
+
}
|
1079 |
+
.schema-align-self-md-start {
|
1080 |
+
-ms-flex-item-align: start !important;
|
1081 |
+
align-self: flex-start !important;
|
1082 |
+
}
|
1083 |
+
.schema-align-self-md-end {
|
1084 |
+
-ms-flex-item-align: end !important;
|
1085 |
+
align-self: flex-end !important;
|
1086 |
+
}
|
1087 |
+
.schema-align-self-md-center {
|
1088 |
+
-ms-flex-item-align: center !important;
|
1089 |
+
align-self: center !important;
|
1090 |
+
}
|
1091 |
+
.schema-align-self-md-baseline {
|
1092 |
+
-ms-flex-item-align: baseline !important;
|
1093 |
+
align-self: baseline !important;
|
1094 |
+
}
|
1095 |
+
.schema-align-self-md-stretch {
|
1096 |
+
-ms-flex-item-align: stretch !important;
|
1097 |
+
align-self: stretch !important;
|
1098 |
+
}
|
1099 |
+
}
|
1100 |
+
|
1101 |
+
@media (min-width: 992px) {
|
1102 |
+
.schema-flex-lg-row {
|
1103 |
+
-ms-flex-direction: row !important;
|
1104 |
+
flex-direction: row !important;
|
1105 |
+
}
|
1106 |
+
.schema-flex-lg-column {
|
1107 |
+
-ms-flex-direction: column !important;
|
1108 |
+
flex-direction: column !important;
|
1109 |
+
}
|
1110 |
+
.schema-flex-lg-row-reverse {
|
1111 |
+
-ms-flex-direction: row-reverse !important;
|
1112 |
+
flex-direction: row-reverse !important;
|
1113 |
+
}
|
1114 |
+
.schema-flex-lg-column-reverse {
|
1115 |
+
-ms-flex-direction: column-reverse !important;
|
1116 |
+
flex-direction: column-reverse !important;
|
1117 |
+
}
|
1118 |
+
.schema-flex-lg-wrap {
|
1119 |
+
-ms-flex-wrap: wrap !important;
|
1120 |
+
flex-wrap: wrap !important;
|
1121 |
+
}
|
1122 |
+
.schema-flex-lg-nowrap {
|
1123 |
+
-ms-flex-wrap: nowrap !important;
|
1124 |
+
flex-wrap: nowrap !important;
|
1125 |
+
}
|
1126 |
+
.schema-flex-lg-wrap-reverse {
|
1127 |
+
-ms-flex-wrap: wrap-reverse !important;
|
1128 |
+
flex-wrap: wrap-reverse !important;
|
1129 |
+
}
|
1130 |
+
.schema-justify-content-lg-start {
|
1131 |
+
-ms-flex-pack: start !important;
|
1132 |
+
justify-content: flex-start !important;
|
1133 |
+
}
|
1134 |
+
.schema-justify-content-lg-end {
|
1135 |
+
-ms-flex-pack: end !important;
|
1136 |
+
justify-content: flex-end !important;
|
1137 |
+
}
|
1138 |
+
.schema-justify-content-lg-center {
|
1139 |
+
-ms-flex-pack: center !important;
|
1140 |
+
justify-content: center !important;
|
1141 |
+
}
|
1142 |
+
.schema-justify-content-lg-between {
|
1143 |
+
-ms-flex-pack: justify !important;
|
1144 |
+
justify-content: space-between !important;
|
1145 |
+
}
|
1146 |
+
.schema-justify-content-lg-around {
|
1147 |
+
-ms-flex-pack: distribute !important;
|
1148 |
+
justify-content: space-around !important;
|
1149 |
+
}
|
1150 |
+
.schema-align-items-lg-start {
|
1151 |
+
-ms-flex-align: start !important;
|
1152 |
+
align-items: flex-start !important;
|
1153 |
+
}
|
1154 |
+
.schema-align-items-lg-end {
|
1155 |
+
-ms-flex-align: end !important;
|
1156 |
+
align-items: flex-end !important;
|
1157 |
+
}
|
1158 |
+
.schema-align-items-lg-center {
|
1159 |
+
-ms-flex-align: center !important;
|
1160 |
+
align-items: center !important;
|
1161 |
+
}
|
1162 |
+
.schema-align-items-lg-baseline {
|
1163 |
+
-ms-flex-align: baseline !important;
|
1164 |
+
align-items: baseline !important;
|
1165 |
+
}
|
1166 |
+
.schema-align-items-lg-stretch {
|
1167 |
+
-ms-flex-align: stretch !important;
|
1168 |
+
align-items: stretch !important;
|
1169 |
+
}
|
1170 |
+
.schema-align-content-lg-start {
|
1171 |
+
-ms-flex-line-pack: start !important;
|
1172 |
+
align-content: flex-start !important;
|
1173 |
+
}
|
1174 |
+
.schema-align-content-lg-end {
|
1175 |
+
-ms-flex-line-pack: end !important;
|
1176 |
+
align-content: flex-end !important;
|
1177 |
+
}
|
1178 |
+
.schema-align-content-lg-center {
|
1179 |
+
-ms-flex-line-pack: center !important;
|
1180 |
+
align-content: center !important;
|
1181 |
+
}
|
1182 |
+
.schema-align-content-lg-between {
|
1183 |
+
-ms-flex-line-pack: justify !important;
|
1184 |
+
align-content: space-between !important;
|
1185 |
+
}
|
1186 |
+
.schema-align-content-lg-around {
|
1187 |
+
-ms-flex-line-pack: distribute !important;
|
1188 |
+
align-content: space-around !important;
|
1189 |
+
}
|
1190 |
+
.schema-align-content-lg-stretch {
|
1191 |
+
-ms-flex-line-pack: stretch !important;
|
1192 |
+
align-content: stretch !important;
|
1193 |
+
}
|
1194 |
+
.schema-align-self-lg-auto {
|
1195 |
+
-ms-flex-item-align: auto !important;
|
1196 |
+
align-self: auto !important;
|
1197 |
+
}
|
1198 |
+
.schema-align-self-lg-start {
|
1199 |
+
-ms-flex-item-align: start !important;
|
1200 |
+
align-self: flex-start !important;
|
1201 |
+
}
|
1202 |
+
.schema-align-self-lg-end {
|
1203 |
+
-ms-flex-item-align: end !important;
|
1204 |
+
align-self: flex-end !important;
|
1205 |
+
}
|
1206 |
+
.schema-align-self-lg-center {
|
1207 |
+
-ms-flex-item-align: center !important;
|
1208 |
+
align-self: center !important;
|
1209 |
+
}
|
1210 |
+
.schema-align-self-lg-baseline {
|
1211 |
+
-ms-flex-item-align: baseline !important;
|
1212 |
+
align-self: baseline !important;
|
1213 |
+
}
|
1214 |
+
.schema-align-self-lg-stretch {
|
1215 |
+
-ms-flex-item-align: stretch !important;
|
1216 |
+
align-self: stretch !important;
|
1217 |
+
}
|
1218 |
+
}
|
1219 |
+
|
1220 |
+
@media (min-width: 1200px) {
|
1221 |
+
.schema-flex-xl-row {
|
1222 |
+
-ms-flex-direction: row !important;
|
1223 |
+
flex-direction: row !important;
|
1224 |
+
}
|
1225 |
+
.schema-flex-xl-column {
|
1226 |
+
-ms-flex-direction: column !important;
|
1227 |
+
flex-direction: column !important;
|
1228 |
+
}
|
1229 |
+
.schema-flex-xl-row-reverse {
|
1230 |
+
-ms-flex-direction: row-reverse !important;
|
1231 |
+
flex-direction: row-reverse !important;
|
1232 |
+
}
|
1233 |
+
.schema-flex-xl-column-reverse {
|
1234 |
+
-ms-flex-direction: column-reverse !important;
|
1235 |
+
flex-direction: column-reverse !important;
|
1236 |
+
}
|
1237 |
+
.schema-flex-xl-wrap {
|
1238 |
+
-ms-flex-wrap: wrap !important;
|
1239 |
+
flex-wrap: wrap !important;
|
1240 |
+
}
|
1241 |
+
.schema-flex-xl-nowrap {
|
1242 |
+
-ms-flex-wrap: nowrap !important;
|
1243 |
+
flex-wrap: nowrap !important;
|
1244 |
+
}
|
1245 |
+
.schema-flex-xl-wrap-reverse {
|
1246 |
+
-ms-flex-wrap: wrap-reverse !important;
|
1247 |
+
flex-wrap: wrap-reverse !important;
|
1248 |
+
}
|
1249 |
+
.schema-justify-content-xl-start {
|
1250 |
+
-ms-flex-pack: start !important;
|
1251 |
+
justify-content: flex-start !important;
|
1252 |
+
}
|
1253 |
+
.schema-justify-content-xl-end {
|
1254 |
+
-ms-flex-pack: end !important;
|
1255 |
+
justify-content: flex-end !important;
|
1256 |
+
}
|
1257 |
+
.schema-justify-content-xl-center {
|
1258 |
+
-ms-flex-pack: center !important;
|
1259 |
+
justify-content: center !important;
|
1260 |
+
}
|
1261 |
+
.schema-justify-content-xl-between {
|
1262 |
+
-ms-flex-pack: justify !important;
|
1263 |
+
justify-content: space-between !important;
|
1264 |
+
}
|
1265 |
+
.schema-justify-content-xl-around {
|
1266 |
+
-ms-flex-pack: distribute !important;
|
1267 |
+
justify-content: space-around !important;
|
1268 |
+
}
|
1269 |
+
.schema-align-items-xl-start {
|
1270 |
+
-ms-flex-align: start !important;
|
1271 |
+
align-items: flex-start !important;
|
1272 |
+
}
|
1273 |
+
.schema-align-items-xl-end {
|
1274 |
+
-ms-flex-align: end !important;
|
1275 |
+
align-items: flex-end !important;
|
1276 |
+
}
|
1277 |
+
.schema-align-items-xl-center {
|
1278 |
+
-ms-flex-align: center !important;
|
1279 |
+
align-items: center !important;
|
1280 |
+
}
|
1281 |
+
.schema-align-items-xl-baseline {
|
1282 |
+
-ms-flex-align: baseline !important;
|
1283 |
+
align-items: baseline !important;
|
1284 |
+
}
|
1285 |
+
.schema-align-items-xl-stretch {
|
1286 |
+
-ms-flex-align: stretch !important;
|
1287 |
+
align-items: stretch !important;
|
1288 |
+
}
|
1289 |
+
.schema-align-content-xl-start {
|
1290 |
+
-ms-flex-line-pack: start !important;
|
1291 |
+
align-content: flex-start !important;
|
1292 |
+
}
|
1293 |
+
.schema-align-content-xl-end {
|
1294 |
+
-ms-flex-line-pack: end !important;
|
1295 |
+
align-content: flex-end !important;
|
1296 |
+
}
|
1297 |
+
.schema-align-content-xl-center {
|
1298 |
+
-ms-flex-line-pack: center !important;
|
1299 |
+
align-content: center !important;
|
1300 |
+
}
|
1301 |
+
.schema-align-content-xl-between {
|
1302 |
+
-ms-flex-line-pack: justify !important;
|
1303 |
+
align-content: space-between !important;
|
1304 |
+
}
|
1305 |
+
.schema-align-content-xl-around {
|
1306 |
+
-ms-flex-line-pack: distribute !important;
|
1307 |
+
align-content: space-around !important;
|
1308 |
+
}
|
1309 |
+
.schema-align-content-xl-stretch {
|
1310 |
+
-ms-flex-line-pack: stretch !important;
|
1311 |
+
align-content: stretch !important;
|
1312 |
+
}
|
1313 |
+
.schema-align-self-xl-auto {
|
1314 |
+
-ms-flex-item-align: auto !important;
|
1315 |
+
align-self: auto !important;
|
1316 |
+
}
|
1317 |
+
.schema-align-self-xl-start {
|
1318 |
+
-ms-flex-item-align: start !important;
|
1319 |
+
align-self: flex-start !important;
|
1320 |
+
}
|
1321 |
+
.schema-align-self-xl-end {
|
1322 |
+
-ms-flex-item-align: end !important;
|
1323 |
+
align-self: flex-end !important;
|
1324 |
+
}
|
1325 |
+
.schema-align-self-xl-center {
|
1326 |
+
-ms-flex-item-align: center !important;
|
1327 |
+
align-self: center !important;
|
1328 |
+
}
|
1329 |
+
.schema-align-self-xl-baseline {
|
1330 |
+
-ms-flex-item-align: baseline !important;
|
1331 |
+
align-self: baseline !important;
|
1332 |
+
}
|
1333 |
+
.schema-align-self-xl-stretch {
|
1334 |
+
-ms-flex-item-align: stretch !important;
|
1335 |
+
align-self: stretch !important;
|
1336 |
+
}
|
1337 |
+
}
|
1338 |
+
|
1339 |
+
.schema-img {
|
1340 |
+
vertical-align: middle;
|
1341 |
+
border-style: none;
|
1342 |
+
}
|
1343 |
+
|
1344 |
+
.schema a,
|
1345 |
+
.schema area,
|
1346 |
+
.schema button,
|
1347 |
+
.schema [role="button"],
|
1348 |
+
.schema input,
|
1349 |
+
.schema label,
|
1350 |
+
.schema select,
|
1351 |
+
.schema summary,
|
1352 |
+
.schema textarea {
|
1353 |
+
-ms-touch-action: manipulation;
|
1354 |
+
touch-action: manipulation;
|
1355 |
+
}
|
1356 |
+
|
1357 |
+
.schema table {
|
1358 |
+
border-collapse: collapse;
|
1359 |
+
}
|
1360 |
+
|
1361 |
+
.schema caption {
|
1362 |
+
padding-top: 0.75rem;
|
1363 |
+
padding-bottom: 0.75rem;
|
1364 |
+
color: #868e96;
|
1365 |
+
text-align: left;
|
1366 |
+
caption-side: bottom;
|
1367 |
+
}
|
1368 |
+
|
1369 |
+
.schema th {
|
1370 |
+
text-align: left;
|
1371 |
+
}
|
1372 |
+
|
1373 |
+
.schema label {
|
1374 |
+
display: inline-block;
|
1375 |
+
margin-bottom: .5rem;
|
1376 |
+
}
|
1377 |
+
|
1378 |
+
.schema button:focus {
|
1379 |
+
outline: 1px dotted;
|
1380 |
+
outline: 5px auto -webkit-focus-ring-color;
|
1381 |
+
}
|
1382 |
+
|
1383 |
+
.schema input,
|
1384 |
+
.schema button,
|
1385 |
+
.schema select,
|
1386 |
+
.schema optgroup,
|
1387 |
+
.schema textarea {
|
1388 |
+
margin: 0;
|
1389 |
+
font-family: inherit;
|
1390 |
+
font-size: inherit;
|
1391 |
+
line-height: inherit;
|
1392 |
+
}
|
1393 |
+
|
1394 |
+
.schema button,
|
1395 |
+
.schema input {
|
1396 |
+
overflow: visible;
|
1397 |
+
}
|
1398 |
+
|
1399 |
+
.schema button,
|
1400 |
+
.schema select {
|
1401 |
+
text-transform: none;
|
1402 |
+
}
|
1403 |
+
|
1404 |
+
.schema button,
|
1405 |
+
.schema html [type="button"],
|
1406 |
+
.schema [type="reset"],
|
1407 |
+
.schema [type="submit"] {
|
1408 |
+
-webkit-appearance: button;
|
1409 |
+
}
|
1410 |
+
|
1411 |
+
.schema button::-moz-focus-inner,
|
1412 |
+
.schema [type="button"]::-moz-focus-inner,
|
1413 |
+
.schema [type="reset"]::-moz-focus-inner,
|
1414 |
+
.schema [type="submit"]::-moz-focus-inner {
|
1415 |
+
padding: 0;
|
1416 |
+
border-style: none;
|
1417 |
+
}
|
1418 |
+
|
1419 |
+
input[type="radio"],
|
1420 |
+
input[type="checkbox"] {
|
1421 |
+
box-sizing: border-box;
|
1422 |
+
padding: 0;
|
1423 |
+
}
|
1424 |
+
|
1425 |
+
.schema input[type="date"],
|
1426 |
+
.schema input[type="time"],
|
1427 |
+
.schema input[type="datetime-local"],
|
1428 |
+
.schema input[type="month"] {
|
1429 |
+
-webkit-appearance: listbox;
|
1430 |
+
}
|
1431 |
+
|
1432 |
+
.schema textarea {
|
1433 |
+
overflow: auto;
|
1434 |
+
resize: vertical;
|
1435 |
+
}
|
1436 |
+
|
1437 |
+
.schema fieldset {
|
1438 |
+
min-width: 0;
|
1439 |
+
padding: 0;
|
1440 |
+
margin: 0;
|
1441 |
+
border: 0;
|
1442 |
+
}
|
1443 |
+
|
1444 |
+
.schema legend {
|
1445 |
+
display: block;
|
1446 |
+
width: 100%;
|
1447 |
+
max-width: 100%;
|
1448 |
+
padding: 0;
|
1449 |
+
margin-bottom: .5rem;
|
1450 |
+
font-size: 1.5rem;
|
1451 |
+
line-height: inherit;
|
1452 |
+
color: inherit;
|
1453 |
+
white-space: normal;
|
1454 |
+
}
|
1455 |
+
|
1456 |
+
|
1457 |
+
|
1458 |
+
/* Table */
|
1459 |
+
|
1460 |
+
.schema-table {
|
1461 |
+
width: 100%;
|
1462 |
+
max-width: 100%;
|
1463 |
+
margin-bottom: 1rem;
|
1464 |
+
background-color: transparent;
|
1465 |
+
}
|
1466 |
+
|
1467 |
+
.schema-table th,
|
1468 |
+
.schema-table td {
|
1469 |
+
padding: 0.75rem;
|
1470 |
+
vertical-align: top;
|
1471 |
+
border-top: 1px solid #e9ecef;
|
1472 |
+
}
|
1473 |
+
|
1474 |
+
.schema-table thead th {
|
1475 |
+
vertical-align: bottom;
|
1476 |
+
border-bottom: 2px solid #e9ecef;
|
1477 |
+
}
|
1478 |
+
|
1479 |
+
.schema-table tbody + tbody {
|
1480 |
+
border-top: 2px solid #e9ecef;
|
1481 |
+
}
|
1482 |
+
|
1483 |
+
.schema-table .schema-table {
|
1484 |
+
background-color: #fff;
|
1485 |
+
}
|
1486 |
+
|
1487 |
+
.schema-table-sm th,
|
1488 |
+
.schema-table-sm td {
|
1489 |
+
padding: 0.3rem;
|
1490 |
+
}
|
1491 |
+
|
1492 |
+
.schema-table-bordered {
|
1493 |
+
border: 1px solid #e9ecef;
|
1494 |
+
}
|
1495 |
+
|
1496 |
+
.schema-table-bordered th,
|
1497 |
+
.schema-table-bordered td {
|
1498 |
+
border: 1px solid #e9ecef;
|
1499 |
+
}
|
1500 |
+
|
1501 |
+
.schema-table-bordered thead th,
|
1502 |
+
.schema-table-bordered thead td {
|
1503 |
+
border-bottom-width: 2px;
|
1504 |
+
}
|
1505 |
+
|
1506 |
+
.schema-table-striped tbody tr:nth-of-type(odd) {
|
1507 |
+
background-color: rgba(0, 0, 0, 0.05);
|
1508 |
+
}
|
1509 |
+
|
1510 |
+
.schema-table-hover tbody tr:hover {
|
1511 |
+
background-color: rgba(0, 0, 0, 0.075);
|
1512 |
+
}
|
1513 |
+
|
1514 |
+
.schema-table-primary,
|
1515 |
+
.schema-table-primary > th,
|
1516 |
+
.schema-table-primary > td {
|
1517 |
+
background-color: #b8daff;
|
1518 |
+
}
|
1519 |
+
|
1520 |
+
.schema-table-hover .schema-table-primary:hover {
|
1521 |
+
background-color: #9fcdff;
|
1522 |
+
}
|
1523 |
+
|
1524 |
+
.schema-table-hover .schema-table-primary:hover > td,
|
1525 |
+
.schema-table-hover .schema-table-primary:hover > th {
|
1526 |
+
background-color: #9fcdff;
|
1527 |
+
}
|
1528 |
+
|
1529 |
+
.schema-table-secondary,
|
1530 |
+
.schema-table-secondary > th,
|
1531 |
+
.schema-table-secondary > td {
|
1532 |
+
background-color: #dddfe2;
|
1533 |
+
}
|
1534 |
+
|
1535 |
+
.schema-table-hover .schema-table-secondary:hover {
|
1536 |
+
background-color: #cfd2d6;
|
1537 |
+
}
|
1538 |
+
|
1539 |
+
.schema-table-hover .schema-table-secondary:hover > td,
|
1540 |
+
.schema-table-hover .schema-table-secondary:hover > th {
|
1541 |
+
background-color: #cfd2d6;
|
1542 |
+
}
|
1543 |
+
|
1544 |
+
.schema-table-success,
|
1545 |
+
.schema-table-success > th,
|
1546 |
+
.schema-table-success > td {
|
1547 |
+
background-color: #c3e6cb;
|
1548 |
+
}
|
1549 |
+
|
1550 |
+
.schema-table-hover .schema-table-success:hover {
|
1551 |
+
background-color: #b1dfbb;
|
1552 |
+
}
|
1553 |
+
|
1554 |
+
.schema-table-hover .schema-table-success:hover > td,
|
1555 |
+
.schema-table-hover .schema-table-success:hover > th {
|
1556 |
+
background-color: #b1dfbb;
|
1557 |
+
}
|
1558 |
+
|
1559 |
+
.schema-table-info,
|
1560 |
+
.schema-table-info > th,
|
1561 |
+
.schema-table-info > td {
|
1562 |
+
background-color: #bee5eb;
|
1563 |
+
}
|
1564 |
+
|
1565 |
+
.schema-table-hover .schema-table-info:hover {
|
1566 |
+
background-color: #abdde5;
|
1567 |
+
}
|
1568 |
+
|
1569 |
+
.schema-table-hover .schema-table-info:hover > td,
|
1570 |
+
.schema-table-hover .schema-table-info:hover > th {
|
1571 |
+
background-color: #abdde5;
|
1572 |
+
}
|
1573 |
+
|
1574 |
+
.schema-table-warning,
|
1575 |
+
.schema-table-warning > th,
|
1576 |
+
.schema-table-warning > td {
|
1577 |
+
background-color: #ffeeba;
|
1578 |
+
}
|
1579 |
+
|
1580 |
+
.schema-table-hover .schema-table-warning:hover {
|
1581 |
+
background-color: #ffe8a1;
|
1582 |
+
}
|
1583 |
+
|
1584 |
+
.schema-table-hover .schema-table-warning:hover > td,
|
1585 |
+
.schema-table-hover .schema-table-warning:hover > th {
|
1586 |
+
background-color: #ffe8a1;
|
1587 |
+
}
|
1588 |
+
|
1589 |
+
.schema-table-danger,
|
1590 |
+
.schema-table-danger > th,
|
1591 |
+
.schema-table-danger > td {
|
1592 |
+
background-color: #f5c6cb;
|
1593 |
+
}
|
1594 |
+
|
1595 |
+
.schema-table-hover .schema-table-danger:hover {
|
1596 |
+
background-color: #f1b0b7;
|
1597 |
+
}
|
1598 |
+
|
1599 |
+
.schema-table-hover .schema-table-danger:hover > td,
|
1600 |
+
.schema-table-hover .schema-table-danger:hover > th {
|
1601 |
+
background-color: #f1b0b7;
|
1602 |
+
}
|
1603 |
+
|
1604 |
+
.schema-table-light,
|
1605 |
+
.schema-table-light > th,
|
1606 |
+
.schema-table-light > td {
|
1607 |
+
background-color: #fdfdfe;
|
1608 |
+
}
|
1609 |
+
|
1610 |
+
.schema-table-hover .schema-table-light:hover {
|
1611 |
+
background-color: #ececf6;
|
1612 |
+
}
|
1613 |
+
|
1614 |
+
.schema-table-hover .schema-table-light:hover > td,
|
1615 |
+
.schema-table-hover .schema-table-light:hover > th {
|
1616 |
+
background-color: #ececf6;
|
1617 |
+
}
|
1618 |
+
|
1619 |
+
.schema-table-dark,
|
1620 |
+
.schema-table-dark > th,
|
1621 |
+
.schema-table-dark > td {
|
1622 |
+
background-color: #c6c8ca;
|
1623 |
+
}
|
1624 |
+
|
1625 |
+
.schema-table-hover .schema-table-dark:hover {
|
1626 |
+
background-color: #b9bbbe;
|
1627 |
+
}
|
1628 |
+
|
1629 |
+
.schema-table-hover .schema-table-dark:hover > td,
|
1630 |
+
.schema-table-hover .schema-table-dark:hover > th {
|
1631 |
+
background-color: #b9bbbe;
|
1632 |
+
}
|
1633 |
+
|
1634 |
+
.schema-table-active,
|
1635 |
+
.schema-table-active > th,
|
1636 |
+
.schema-table-active > td {
|
1637 |
+
background-color: rgba(0, 0, 0, 0.075);
|
1638 |
+
}
|
1639 |
+
|
1640 |
+
.schema-table-hover .schema-table-active:hover {
|
1641 |
+
background-color: rgba(0, 0, 0, 0.075);
|
1642 |
+
}
|
1643 |
+
|
1644 |
+
.schema-table-hover .schema-table-active:hover > td,
|
1645 |
+
.schema-table-hover .schema-table-active:hover > th {
|
1646 |
+
background-color: rgba(0, 0, 0, 0.075);
|
1647 |
+
}
|
1648 |
+
|
1649 |
+
.thead-inverse th {
|
1650 |
+
color: #fff;
|
1651 |
+
background-color: #212529;
|
1652 |
+
}
|
1653 |
+
|
1654 |
+
.thead-default th {
|
1655 |
+
color: #495057;
|
1656 |
+
background-color: #e9ecef;
|
1657 |
+
}
|
1658 |
+
|
1659 |
+
.schema-table-inverse {
|
1660 |
+
color: #fff;
|
1661 |
+
background-color: #212529;
|
1662 |
+
}
|
1663 |
+
|
1664 |
+
.schema-table-inverse th,
|
1665 |
+
.schema-table-inverse td,
|
1666 |
+
.schema-table-inverse thead th {
|
1667 |
+
border-color: #32383e;
|
1668 |
+
}
|
1669 |
+
|
1670 |
+
.schema-table-inverse.schema-table-bordered {
|
1671 |
+
border: 0;
|
1672 |
+
}
|
1673 |
+
|
1674 |
+
.schema-table-inverse.schema-table-striped tbody tr:nth-of-type(odd) {
|
1675 |
+
background-color: rgba(255, 255, 255, 0.05);
|
1676 |
+
}
|
1677 |
+
|
1678 |
+
.schema-table-inverse.schema-table-hover tbody tr:hover {
|
1679 |
+
background-color: rgba(255, 255, 255, 0.075);
|
1680 |
+
}
|
1681 |
+
|
1682 |
+
@media (max-width: 991px) {
|
1683 |
+
.schema-table-responsive {
|
1684 |
+
display: block;
|
1685 |
+
width: 100%;
|
1686 |
+
overflow-x: auto;
|
1687 |
+
-ms-overflow-style: -ms-autohiding-scrollbar;
|
1688 |
+
}
|
1689 |
+
.schema-table-responsive.schema-table-bordered {
|
1690 |
+
border: 0;
|
1691 |
+
}
|
1692 |
+
}
|
1693 |
+
|
1694 |
+
.schema-form-control {
|
1695 |
+
display: block;
|
1696 |
+
width: 100%;
|
1697 |
+
padding: 0.5rem 0.75rem;
|
1698 |
+
/*font-size: 1rem;*/
|
1699 |
+
line-height: 1.25;
|
1700 |
+
color: #495057;
|
1701 |
+
background-color: #fff;
|
1702 |
+
background-image: none;
|
1703 |
+
background-clip: padding-box;
|
1704 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
1705 |
+
border-radius: 0.25rem;
|
1706 |
+
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
1707 |
+
}
|
1708 |
+
|
1709 |
+
.schema-form-control::-ms-expand {
|
1710 |
+
background-color: transparent;
|
1711 |
+
border: 0;
|
1712 |
+
}
|
1713 |
+
|
1714 |
+
.schema-form-control:focus {
|
1715 |
+
color: #495057;
|
1716 |
+
background-color: #fff;
|
1717 |
+
border-color: #80bdff;
|
1718 |
+
outline: none;
|
1719 |
+
}
|
1720 |
+
|
1721 |
+
.schema-form-control::-webkit-input-placeholder {
|
1722 |
+
color: #868e96;
|
1723 |
+
opacity: 1;
|
1724 |
+
}
|
1725 |
+
|
1726 |
+
.schema-form-control:-ms-input-placeholder {
|
1727 |
+
color: #868e96;
|
1728 |
+
opacity: 1;
|
1729 |
+
}
|
1730 |
+
|
1731 |
+
.schema-form-control::placeholder {
|
1732 |
+
color: #868e96;
|
1733 |
+
opacity: 1;
|
1734 |
+
}
|
1735 |
+
|
1736 |
+
.schema-form-control:disabled, .schema-form-control[readonly] {
|
1737 |
+
background-color: #e9ecef;
|
1738 |
+
opacity: 1;
|
1739 |
+
}
|
1740 |
+
|
1741 |
+
select.schema-form-control:not([size]):not([multiple]) {
|
1742 |
+
height: calc(2.25rem + 2px);
|
1743 |
+
}
|
1744 |
+
|
1745 |
+
select.schema-form-control:focus::-ms-value {
|
1746 |
+
color: #495057;
|
1747 |
+
background-color: #fff;
|
1748 |
+
}
|
1749 |
+
|
1750 |
+
.schema-form-control-file,
|
1751 |
+
.schema-form-control-range {
|
1752 |
+
display: block;
|
1753 |
+
}
|
1754 |
+
|
1755 |
+
.schema-col-form-label {
|
1756 |
+
padding-top: calc(0.5rem - 1px * 2);
|
1757 |
+
padding-bottom: calc(0.5rem - 1px * 2);
|
1758 |
+
margin-bottom: 0;
|
1759 |
+
}
|
1760 |
+
|
1761 |
+
.schema-col-form-label-lg {
|
1762 |
+
padding-top: calc(0.5rem - 1px * 2);
|
1763 |
+
padding-bottom: calc(0.5rem - 1px * 2);
|
1764 |
+
font-size: 1.25rem;
|
1765 |
+
}
|
1766 |
+
|
1767 |
+
.schema-col-form-label-sm {
|
1768 |
+
padding-top: calc(0.25rem - 1px * 2);
|
1769 |
+
padding-bottom: calc(0.25rem - 1px * 2);
|
1770 |
+
font-size: 0.875rem;
|
1771 |
+
}
|
1772 |
+
|
1773 |
+
.schema-col-form-legend {
|
1774 |
+
padding-top: 0.5rem;
|
1775 |
+
padding-bottom: 0.5rem;
|
1776 |
+
margin-bottom: 0;
|
1777 |
+
font-size: 1rem;
|
1778 |
+
}
|
1779 |
+
|
1780 |
+
.schema-form-control-plaintext {
|
1781 |
+
padding-top: 0.5rem;
|
1782 |
+
padding-bottom: 0.5rem;
|
1783 |
+
margin-bottom: 0;
|
1784 |
+
line-height: 1.25;
|
1785 |
+
border: solid transparent;
|
1786 |
+
border-width: 1px 0;
|
1787 |
+
}
|
1788 |
+
|
1789 |
+
.schema-form-control-plaintext.schema-form-control-sm, .schema-input-group-sm > .schema-form-control-plaintext.schema-form-control,
|
1790 |
+
.schema-input-group-sm > .schema-form-control-plaintext.schema-input-group-addon,
|
1791 |
+
.schema-input-group-sm > .schema-input-group-btn > .schema-form-control-plaintext.schema-btn, .schema-form-control-plaintext.schema-form-control-lg, .schema-input-group-lg > .schema-form-control-plaintext.schema-form-control,
|
1792 |
+
.schema-input-group-lg > .schema-form-control-plaintext.schema-input-group-addon,
|
1793 |
+
.schema-input-group-lg > .schema-input-group-btn > .schema-form-control-plaintext.schema-btn {
|
1794 |
+
padding-right: 0;
|
1795 |
+
padding-left: 0;
|
1796 |
+
}
|
1797 |
+
|
1798 |
+
.schema-form-control-sm, .schema-input-group-sm > .schema-form-control,
|
1799 |
+
.schema-input-group-sm > .schema-input-group-addon,
|
1800 |
+
.schema-input-group-sm > .schema-input-group-btn > .schema-btn {
|
1801 |
+
padding: 0.25rem 0.5rem;
|
1802 |
+
font-size: 0.875rem;
|
1803 |
+
line-height: 1.5;
|
1804 |
+
border-radius: 0.2rem;
|
1805 |
+
}
|
1806 |
+
|
1807 |
+
select.schema-form-control-sm:not([size]):not([multiple]), .schema-input-group-sm > select.schema-form-control:not([size]):not([multiple]),
|
1808 |
+
.schema-input-group-sm > select.schema-input-group-addon:not([size]):not([multiple]),
|
1809 |
+
.schema-input-group-sm > .schema-input-group-btn > select.schema-btn:not([size]):not([multiple]) {
|
1810 |
+
height: calc(1.8125rem + 2px);
|
1811 |
+
}
|
1812 |
+
|
1813 |
+
.schema-form-control-lg, .schema-input-group-lg > .schema-form-control,
|
1814 |
+
.schema-input-group-lg > .schema-input-group-addon,
|
1815 |
+
.schema-input-group-lg > .schema-input-group-btn > .schema-btn {
|
1816 |
+
padding: 0.5rem 1rem;
|
1817 |
+
font-size: 1.25rem;
|
1818 |
+
line-height: 1.5;
|
1819 |
+
border-radius: 0.3rem;
|
1820 |
+
}
|
1821 |
+
|
1822 |
+
select.schema-form-control-lg:not([size]):not([multiple]), .schema-input-group-lg > select.schema-form-control:not([size]):not([multiple]),
|
1823 |
+
.schema-input-group-lg > select.schema-input-group-addon:not([size]):not([multiple]),
|
1824 |
+
.schema-input-group-lg > .schema-input-group-btn > select.schema-btn:not([size]):not([multiple]) {
|
1825 |
+
height: calc(2.3125rem + 2px);
|
1826 |
+
}
|
1827 |
+
|
1828 |
+
.schema-form-group {
|
1829 |
+
margin-bottom: 1rem;
|
1830 |
+
}
|
1831 |
+
|
1832 |
+
.schema-form-text {
|
1833 |
+
display: block;
|
1834 |
+
margin-top: 0.25rem;
|
1835 |
+
}
|
1836 |
+
|
1837 |
+
.schema-form-row {
|
1838 |
+
display: -ms-flexbox;
|
1839 |
+
display: flex;
|
1840 |
+
-ms-flex-wrap: wrap;
|
1841 |
+
flex-wrap: wrap;
|
1842 |
+
margin-right: -5px;
|
1843 |
+
margin-left: -5px;
|
1844 |
+
}
|
1845 |
+
|
1846 |
+
.schema-form-row > .schema-col,
|
1847 |
+
.schema-form-row > [class*="col-"] {
|
1848 |
+
padding-right: 5px;
|
1849 |
+
padding-left: 5px;
|
1850 |
+
}
|
1851 |
+
|
1852 |
+
.schema-form-check {
|
1853 |
+
position: relative;
|
1854 |
+
display: block;
|
1855 |
+
margin-bottom: 0.5rem;
|
1856 |
+
}
|
1857 |
+
|
1858 |
+
.schema-form-check.disabled .schema-form-check-label {
|
1859 |
+
color: #868e96;
|
1860 |
+
}
|
1861 |
+
|
1862 |
+
.schema-form-check-label {
|
1863 |
+
padding-left: 1.25rem;
|
1864 |
+
margin-bottom: 0;
|
1865 |
+
}
|
1866 |
+
|
1867 |
+
.schema-form-check-input {
|
1868 |
+
position: absolute;
|
1869 |
+
margin-top: 0.25rem;
|
1870 |
+
margin-left: -1.25rem;
|
1871 |
+
}
|
1872 |
+
|
1873 |
+
.schema-form-check-input:only-child {
|
1874 |
+
position: static;
|
1875 |
+
}
|
1876 |
+
|
1877 |
+
.schema-form-check-inline {
|
1878 |
+
display: inline-block;
|
1879 |
+
}
|
1880 |
+
|
1881 |
+
.schema-form-check-inline .schema-form-check-label {
|
1882 |
+
vertical-align: middle;
|
1883 |
+
}
|
1884 |
+
|
1885 |
+
.schema-form-check-inline + .schema-form-check-inline {
|
1886 |
+
margin-left: 0.75rem;
|
1887 |
+
}
|
1888 |
+
|
1889 |
+
.schema-invalid-feedback {
|
1890 |
+
display: none;
|
1891 |
+
margin-top: .25rem;
|
1892 |
+
font-size: .875rem;
|
1893 |
+
color: #dc3545;
|
1894 |
+
}
|
1895 |
+
|
1896 |
+
.schema-invalid-tooltip {
|
1897 |
+
position: absolute;
|
1898 |
+
top: 100%;
|
1899 |
+
z-index: 5;
|
1900 |
+
display: none;
|
1901 |
+
width: 250px;
|
1902 |
+
padding: .5rem;
|
1903 |
+
margin-top: .1rem;
|
1904 |
+
font-size: .875rem;
|
1905 |
+
line-height: 1;
|
1906 |
+
color: #fff;
|
1907 |
+
background-color: rgba(220, 53, 69, 0.8);
|
1908 |
+
border-radius: .2rem;
|
1909 |
+
}
|
1910 |
+
|
1911 |
+
.schema-was-validated .schema-form-control:valid, .schema-form-control.is-valid, .schema-was-validated
|
1912 |
+
.schema-custom-select:valid,
|
1913 |
+
.schema-custom-select.is-valid {
|
1914 |
+
border-color: #28a745;
|
1915 |
+
}
|
1916 |
+
|
1917 |
+
.schema-was-validated .schema-form-control:valid:focus, .schema-form-control.is-valid:focus, .schema-was-validated
|
1918 |
+
.schema-custom-select:valid:focus,
|
1919 |
+
.schema-custom-select.is-valid:focus {
|
1920 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
1921 |
+
}
|
1922 |
+
|
1923 |
+
.schema-was-validated .schema-form-control:valid ~ .schema-invalid-feedback,
|
1924 |
+
.schema-was-validated .schema-form-control:valid ~ .schema-invalid-tooltip, .schema-form-control.is-valid ~ .schema-invalid-feedback,
|
1925 |
+
.schema-form-control.is-valid ~ .schema-invalid-tooltip, .schema-was-validated
|
1926 |
+
.schema-custom-select:valid ~ .schema-invalid-feedback,
|
1927 |
+
.schema-was-validated
|
1928 |
+
.schema-custom-select:valid ~ .schema-invalid-tooltip,
|
1929 |
+
.schema-custom-select.is-valid ~ .schema-invalid-feedback,
|
1930 |
+
.schema-custom-select.is-valid ~ .schema-invalid-tooltip {
|
1931 |
+
display: block;
|
1932 |
+
}
|
1933 |
+
|
1934 |
+
.schema-was-validated .schema-form-check-input:valid + .schema-form-check-label, .schema-form-check-input.is-valid + .schema-form-check-label {
|
1935 |
+
color: #28a745;
|
1936 |
+
}
|
1937 |
+
|
1938 |
+
.schema-was-validated .schema-custom-control-input:valid ~ .schema-custom-control-indicator, .schema-custom-control-input.is-valid ~ .schema-custom-control-indicator {
|
1939 |
+
background-color: rgba(40, 167, 69, 0.25);
|
1940 |
+
}
|
1941 |
+
|
1942 |
+
.schema-was-validated .schema-custom-control-input:valid ~ .schema-custom-control-description, .schema-custom-control-input.is-valid ~ .schema-custom-control-description {
|
1943 |
+
color: #28a745;
|
1944 |
+
}
|
1945 |
+
|
1946 |
+
.schema-was-validated .schema-custom-file-input:valid ~ .schema-custom-file-control, .schema-custom-file-input.is-valid ~ .schema-custom-file-control {
|
1947 |
+
border-color: #28a745;
|
1948 |
+
}
|
1949 |
+
|
1950 |
+
.schema-was-validated .schema-custom-file-input:valid ~ .schema-custom-file-control::before, .schema-custom-file-input.is-valid ~ .schema-custom-file-control::before {
|
1951 |
+
border-color: inherit;
|
1952 |
+
}
|
1953 |
+
|
1954 |
+
.schema-was-validated .schema-custom-file-input:valid:focus, .schema-custom-file-input.is-valid:focus {
|
1955 |
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
1956 |
+
}
|
1957 |
+
|
1958 |
+
.schema-was-validated .schema-form-control:invalid, .schema-form-control.is-invalid, .schema-was-validated
|
1959 |
+
.schema-custom-select:invalid,
|
1960 |
+
.schema-custom-select.is-invalid {
|
1961 |
+
border-color: #dc3545;
|
1962 |
+
}
|
1963 |
+
|
1964 |
+
.schema-was-validated .schema-form-control:invalid:focus, .schema-form-control.is-invalid:focus, .schema-was-validated
|
1965 |
+
.schema-custom-select:invalid:focus,
|
1966 |
+
.schema-custom-select.is-invalid:focus {
|
1967 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
1968 |
+
}
|
1969 |
+
|
1970 |
+
.schema-was-validated .schema-form-control:invalid ~ .schema-invalid-feedback,
|
1971 |
+
.schema-was-validated .schema-form-control:invalid ~ .schema-invalid-tooltip, .schema-form-control.is-invalid ~ .schema-invalid-feedback,
|
1972 |
+
.schema-form-control.is-invalid ~ .schema-invalid-tooltip, .schema-was-validated
|
1973 |
+
.schema-custom-select:invalid ~ .schema-invalid-feedback,
|
1974 |
+
.schema-was-validated
|
1975 |
+
.schema-custom-select:invalid ~ .schema-invalid-tooltip,
|
1976 |
+
.schema-custom-select.is-invalid ~ .schema-invalid-feedback,
|
1977 |
+
.schema-custom-select.is-invalid ~ .schema-invalid-tooltip {
|
1978 |
+
display: block;
|
1979 |
+
}
|
1980 |
+
|
1981 |
+
.schema-was-validated .schema-form-check-input:invalid + .schema-form-check-label, .schema-form-check-input.is-invalid + .schema-form-check-label {
|
1982 |
+
color: #dc3545;
|
1983 |
+
}
|
1984 |
+
|
1985 |
+
.schema-was-validated .schema-custom-control-input:invalid ~ .schema-custom-control-indicator, .schema-custom-control-input.is-invalid ~ .schema-custom-control-indicator {
|
1986 |
+
background-color: rgba(220, 53, 69, 0.25);
|
1987 |
+
}
|
1988 |
+
|
1989 |
+
.schema-was-validated .schema-custom-control-input:invalid ~ .schema-custom-control-description, .schema-custom-control-input.is-invalid ~ .schema-custom-control-description {
|
1990 |
+
color: #dc3545;
|
1991 |
+
}
|
1992 |
+
|
1993 |
+
.schema-was-validated .schema-custom-file-input:invalid ~ .schema-custom-file-control, .schema-custom-file-input.is-invalid ~ .schema-custom-file-control {
|
1994 |
+
border-color: #dc3545;
|
1995 |
+
}
|
1996 |
+
|
1997 |
+
.schema-was-validated .schema-custom-file-input:invalid ~ .schema-custom-file-control::before, .schema-custom-file-input.is-invalid ~ .schema-custom-file-control::before {
|
1998 |
+
border-color: inherit;
|
1999 |
+
}
|
2000 |
+
|
2001 |
+
.schema-was-validated .schema-custom-file-input:invalid:focus, .schema-custom-file-input.is-invalid:focus {
|
2002 |
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
2003 |
+
}
|
2004 |
+
|
2005 |
+
.schema-form-inline {
|
2006 |
+
display: -ms-flexbox;
|
2007 |
+
display: flex;
|
2008 |
+
-ms-flex-flow: row wrap;
|
2009 |
+
flex-flow: row wrap;
|
2010 |
+
-ms-flex-align: center;
|
2011 |
+
align-items: center;
|
2012 |
+
}
|
2013 |
+
|
2014 |
+
.schema-form-inline .schema-form-check {
|
2015 |
+
width: 100%;
|
2016 |
+
}
|
2017 |
+
|
2018 |
+
@media (min-width: 576px) {
|
2019 |
+
.schema-form-inline label {
|
2020 |
+
display: -ms-flexbox;
|
2021 |
+
display: flex;
|
2022 |
+
-ms-flex-align: center;
|
2023 |
+
align-items: center;
|
2024 |
+
-ms-flex-pack: center;
|
2025 |
+
justify-content: center;
|
2026 |
+
margin-bottom: 0;
|
2027 |
+
}
|
2028 |
+
.schema-form-inline .schema-form-group {
|
2029 |
+
display: -ms-flexbox;
|
2030 |
+
display: flex;
|
2031 |
+
-ms-flex: 0 0 auto;
|
2032 |
+
flex: 0 0 auto;
|
2033 |
+
-ms-flex-flow: row wrap;
|
2034 |
+
flex-flow: row wrap;
|
2035 |
+
-ms-flex-align: center;
|
2036 |
+
align-items: center;
|
2037 |
+
margin-bottom: 0;
|
2038 |
+
}
|
2039 |
+
.schema-form-inline .schema-form-control {
|
2040 |
+
display: inline-block;
|
2041 |
+
width: auto;
|
2042 |
+
vertical-align: middle;
|
2043 |
+
}
|
2044 |
+
.schema-form-inline .schema-form-control-plaintext {
|
2045 |
+
display: inline-block;
|
2046 |
+
}
|
2047 |
+
.schema-form-inline .schema-input-group {
|
2048 |
+
width: auto;
|
2049 |
+
}
|
2050 |
+
.schema-form-inline .schema-form-control-label {
|
2051 |
+
margin-bottom: 0;
|
2052 |
+
vertical-align: middle;
|
2053 |
+
}
|
2054 |
+
.schema-form-inline .schema-form-check {
|
2055 |
+
display: -ms-flexbox;
|
2056 |
+
display: flex;
|
2057 |
+
-ms-flex-align: center;
|
2058 |
+
align-items: center;
|
2059 |
+
-ms-flex-pack: center;
|
2060 |
+
justify-content: center;
|
2061 |
+
width: auto;
|
2062 |
+
margin-top: 0;
|
2063 |
+
margin-bottom: 0;
|
2064 |
+
}
|
2065 |
+
.schema-form-inline .schema-form-check-label {
|
2066 |
+
padding-left: 0;
|
2067 |
+
}
|
2068 |
+
.schema-form-inline .schema-form-check-input {
|
2069 |
+
position: relative;
|
2070 |
+
margin-top: 0;
|
2071 |
+
margin-right: 0.25rem;
|
2072 |
+
margin-left: 0;
|
2073 |
+
}
|
2074 |
+
.schema-form-inline .schema-custom-control {
|
2075 |
+
display: -ms-flexbox;
|
2076 |
+
display: flex;
|
2077 |
+
-ms-flex-align: center;
|
2078 |
+
align-items: center;
|
2079 |
+
-ms-flex-pack: center;
|
2080 |
+
justify-content: center;
|
2081 |
+
padding-left: 0;
|
2082 |
+
}
|
2083 |
+
.schema-form-inline .schema-custom-control-indicator {
|
2084 |
+
position: static;
|
2085 |
+
display: inline-block;
|
2086 |
+
margin-right: 0.25rem;
|
2087 |
+
vertical-align: text-bottom;
|
2088 |
+
}
|
2089 |
+
.schema-form-inline .schema-has-feedback .schema-form-control-feedback {
|
2090 |
+
top: 0;
|
2091 |
+
}
|
2092 |
+
}
|
2093 |
+
|
2094 |
+
|
2095 |
+
|
2096 |
+
.schema-btn{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;border-radius:.25rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.schema-btn:focus,.schema-btn:hover{text-decoration:none}.schema-btn.focus,.schema-btn:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.25);box-shadow:0 0 0 2px rgba(2,117,216,.25)}.schema-btn.disabled,.schema-btn:disabled{cursor:not-allowed;opacity:.65}.schema-btn.active,.schema-btn:active{background-image:none}a.schema-btn.disabled,fieldset[disabled] a.schema-btn{pointer-events:none}.schema-btn-primary{color:#fff;background-color:#0275d8;border-color:#0275d8}.schema-btn-primary:hover{color:#fff;background-color:#025aa5;border-color:#01549b}.schema-btn-primary.focus,.schema-btn-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.5);box-shadow:0 0 0 2px rgba(2,117,216,.5)}.schema-btn-primary.disabled,.schema-btn-primary:disabled{background-color:#0275d8;border-color:#0275d8}.schema-btn-primary.active,.schema-btn-primary:active,.show>.schema-btn-primary.dropdown-toggle{color:#fff;background-color:#025aa5;background-image:none;border-color:#01549b}.schema-btn-secondary{color:#292b2c;background-color:#fff;border-color:#ccc}.schema-btn-secondary:hover{color:#292b2c;background-color:#e6e6e6;border-color:#adadad}.schema-btn-secondary.focus,.schema-btn-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204,204,204,.5);box-shadow:0 0 0 2px rgba(204,204,204,.5)}.schema-btn-secondary.disabled,.schema-btn-secondary:disabled{background-color:#fff;border-color:#ccc}.schema-btn-secondary.active,.schema-btn-secondary:active,.show>.schema-btn-secondary.dropdown-toggle{color:#292b2c;background-color:#e6e6e6;background-image:none;border-color:#adadad}.schema-btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.schema-btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.schema-btn-info.focus,.schema-btn-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91,192,222,.5);box-shadow:0 0 0 2px rgba(91,192,222,.5)}.schema-btn-info.disabled,.schema-btn-info:disabled{background-color:#5bc0de;border-color:#5bc0de}.schema-btn-info.active,.schema-btn-info:active,.show>.schema-btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;background-image:none;border-color:#2aabd2}.schema-btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.schema-btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.schema-btn-success.focus,.schema-btn-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92,184,92,.5);box-shadow:0 0 0 2px rgba(92,184,92,.5)}.schema-btn-success.disabled,.schema-btn-success:disabled{background-color:#5cb85c;border-color:#5cb85c}.schema-btn-success.active,.schema-btn-success:active,.show>.schema-btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#419641}.schema-btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.schema-btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.schema-btn-warning.focus,.schema-btn-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240,173,78,.5);box-shadow:0 0 0 2px rgba(240,173,78,.5)}.schema-btn-warning.disabled,.schema-btn-warning:disabled{background-color:#f0ad4e;border-color:#f0ad4e}.schema-btn-warning.active,.schema-btn-warning:active,.show>.schema-btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#eb9316}.schema-btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.schema-btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.schema-btn-danger.focus,.schema-btn-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217,83,79,.5);box-shadow:0 0 0 2px rgba(217,83,79,.5)}.schema-btn-danger.disabled,.schema-btn-danger:disabled{background-color:#d9534f;border-color:#d9534f}.schema-btn-danger.active,.schema-btn-danger:active,.show>.schema-btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#c12e2a}.schema-btn-outline-primary{color:#0275d8;background-image:none;background-color:transparent;border-color:#0275d8}.schema-btn-outline-primary:hover{color:#fff;background-color:#0275d8;border-color:#0275d8}.schema-btn-outline-primary.focus,.schema-btn-outline-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.5);box-shadow:0 0 0 2px rgba(2,117,216,.5)}.schema-btn-outline-primary.disabled,.schema-btn-outline-primary:disabled{color:#0275d8;background-color:transparent}.schema-btn-outline-primary.active,.schema-btn-outline-primary:active,.show>.schema-btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0275d8;border-color:#0275d8}.schema-btn-outline-secondary{color:#ccc;background-image:none;background-color:transparent;border-color:#ccc}.schema-btn-outline-secondary:hover{color:#fff;background-color:#ccc;border-color:#ccc}.schema-btn-outline-secondary.focus,.schema-btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204,204,204,.5);box-shadow:0 0 0 2px rgba(204,204,204,.5)}.schema-btn-outline-secondary.disabled,.schema-btn-outline-secondary:disabled{color:#ccc;background-color:transparent}.schema-btn-outline-secondary.active,.schema-btn-outline-secondary:active,.show>.schema-btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.schema-btn-outline-info{color:#5bc0de;background-image:none;background-color:transparent;border-color:#5bc0de}.schema-btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.schema-btn-outline-info.focus,.schema-btn-outline-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91,192,222,.5);box-shadow:0 0 0 2px rgba(91,192,222,.5)}.schema-btn-outline-info.disabled,.schema-btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.schema-btn-outline-info.active,.schema-btn-outline-info:active,.show>.schema-btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.schema-btn-outline-success{color:#5cb85c;background-image:none;background-color:transparent;border-color:#5cb85c}.schema-btn-outline-success:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.schema-btn-outline-success.focus,.schema-btn-outline-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92,184,92,.5);box-shadow:0 0 0 2px rgba(92,184,92,.5)}.schema-btn-outline-success.disabled,.schema-btn-outline-success:disabled{color:#5cb85c;background-color:transparent}.schema-btn-outline-success.active,.schema-btn-outline-success:active,.show>.schema-btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.schema-btn-outline-warning{color:#f0ad4e;background-image:none;background-color:transparent;border-color:#f0ad4e}.schema-btn-outline-warning:hover{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.schema-btn-outline-warning.focus,.schema-btn-outline-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240,173,78,.5);box-shadow:0 0 0 2px rgba(240,173,78,.5)}.schema-btn-outline-warning.disabled,.schema-btn-outline-warning:disabled{color:#f0ad4e;background-color:transparent}.schema-btn-outline-warning.active,.schema-btn-outline-warning:active,.show>.schema-btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.schema-btn-outline-danger{color:#d9534f;background-image:none;background-color:transparent;border-color:#d9534f}.schema-btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.schema-btn-outline-danger.focus,.schema-btn-outline-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217,83,79,.5);box-shadow:0 0 0 2px rgba(217,83,79,.5)}.schema-btn-outline-danger.disabled,.schema-btn-outline-danger:disabled{color:#d9534f;background-color:transparent}.schema-btn-outline-danger.active,.schema-btn-outline-danger:active,.show>.schema-btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.schema-btn-link{font-weight:400;color:#0275d8;border-radius:0}.schema-btn-link,.schema-btn-link.active,.schema-btn-link:active,.schema-btn-link:disabled{background-color:transparent}.schema-btn-link,.schema-btn-link:active,.schema-btn-link:focus{border-color:transparent}.schema-btn-link:hover{border-color:transparent}.schema-btn-link:focus,.schema-btn-link:hover{color:#014c8c;text-decoration:underline;background-color:transparent}.schema-btn-link:disabled{color:#636c72}.schema-btn-link:disabled:focus,.schema-btn-link:disabled:hover{text-decoration:none}.schema-btn-group-lg>.schema-btn,.schema-btn-lg{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.schema-btn-group-sm>.schema-btn,.schema-btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.schema-btn-block{display:block;width:100%}.schema-btn-block+.schema-btn-block{margin-top:.5rem}input[type=button].schema-btn-block,input[type=reset].schema-btn-block,input[type=submit].schema-btn-block{width:100%}
|
2097 |
+
.schema-fade {
|
2098 |
+
opacity: 0;
|
2099 |
+
transition: opacity 0.15s linear;
|
2100 |
+
}
|
2101 |
+
|
2102 |
+
.schema-fade.schema-show {
|
2103 |
+
opacity: 1;
|
2104 |
+
}
|
2105 |
+
|
2106 |
+
.schema-collapse {
|
2107 |
+
display: none;
|
2108 |
+
}
|
2109 |
+
|
2110 |
+
.schema-collapse.schema-show {
|
2111 |
+
display: block;
|
2112 |
+
}
|
2113 |
+
|
2114 |
+
tr.schema-collapse.schema-show {
|
2115 |
+
display: table-row;
|
2116 |
+
}
|
2117 |
+
|
2118 |
+
tbody.schema-collapse.schema-show {
|
2119 |
+
display: table-row-group;
|
2120 |
+
}
|
2121 |
+
|
2122 |
+
.schema-collapsing {
|
2123 |
+
position: relative;
|
2124 |
+
height: 0;
|
2125 |
+
overflow: hidden;
|
2126 |
+
transition: height 0.35s ease;
|
2127 |
+
}
|
2128 |
+
|
2129 |
+
.schema-dropup,
|
2130 |
+
.schema-dropdown {
|
2131 |
+
position: relative;
|
2132 |
+
}
|
2133 |
+
|
2134 |
+
.schema-dropdown-toggle::after {
|
2135 |
+
display: inline-block;
|
2136 |
+
width: 0;
|
2137 |
+
height: 0;
|
2138 |
+
margin-left: 0.255em;
|
2139 |
+
vertical-align: 0.255em;
|
2140 |
+
content: "";
|
2141 |
+
border-top: 0.3em solid;
|
2142 |
+
border-right: 0.3em solid transparent;
|
2143 |
+
border-left: 0.3em solid transparent;
|
2144 |
+
}
|
2145 |
+
|
2146 |
+
.schema-dropdown-toggle:empty::after {
|
2147 |
+
margin-left: 0;
|
2148 |
+
}
|
2149 |
+
|
2150 |
+
.schema-dropup .schema-dropdown-menu {
|
2151 |
+
margin-top: 0;
|
2152 |
+
margin-bottom: 0.125rem;
|
2153 |
+
}
|
2154 |
+
|
2155 |
+
.schema-dropup .schema-dropdown-toggle::after {
|
2156 |
+
border-top: 0;
|
2157 |
+
border-bottom: 0.3em solid;
|
2158 |
+
}
|
2159 |
+
|
2160 |
+
.schema-dropdown-menu {
|
2161 |
+
position: absolute;
|
2162 |
+
top: 100%;
|
2163 |
+
left: 0;
|
2164 |
+
z-index: 1000;
|
2165 |
+
display: none;
|
2166 |
+
float: left;
|
2167 |
+
min-width: 10rem;
|
2168 |
+
padding: 0.5rem 0;
|
2169 |
+
margin: 0.125rem 0 0;
|
2170 |
+
font-size: 1rem;
|
2171 |
+
color: #212529;
|
2172 |
+
text-align: left;
|
2173 |
+
list-style: none;
|
2174 |
+
background-color: #fff;
|
2175 |
+
background-clip: padding-box;
|
2176 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
2177 |
+
border-radius: 0.25rem;
|
2178 |
+
}
|
2179 |
+
|
2180 |
+
.schema-dropdown-divider {
|
2181 |
+
height: 0;
|
2182 |
+
margin: 0.5rem 0;
|
2183 |
+
overflow: hidden;
|
2184 |
+
border-top: 1px solid #e9ecef;
|
2185 |
+
}
|
2186 |
+
|
2187 |
+
.schema-dropdown-item {
|
2188 |
+
display: block;
|
2189 |
+
width: 100%;
|
2190 |
+
padding: 0.25rem 1.5rem;
|
2191 |
+
clear: both;
|
2192 |
+
font-weight: normal;
|
2193 |
+
color: #212529;
|
2194 |
+
text-align: inherit;
|
2195 |
+
white-space: nowrap;
|
2196 |
+
background: none;
|
2197 |
+
border: 0;
|
2198 |
+
}
|
2199 |
+
|
2200 |
+
.schema-dropdown-item:focus, .schema-dropdown-item:hover {
|
2201 |
+
color: #16181b;
|
2202 |
+
text-decoration: none;
|
2203 |
+
background-color: #f8f9fa;
|
2204 |
+
}
|
2205 |
+
|
2206 |
+
.schema-dropdown-item.active, .schema-dropdown-item:active {
|
2207 |
+
color: #fff;
|
2208 |
+
text-decoration: none;
|
2209 |
+
background-color: #007bff;
|
2210 |
+
}
|
2211 |
+
|
2212 |
+
.schema-dropdown-item.disabled, .schema-dropdown-item:disabled {
|
2213 |
+
color: #868e96;
|
2214 |
+
background-color: transparent;
|
2215 |
+
}
|
2216 |
+
|
2217 |
+
.schema-show > a {
|
2218 |
+
outline: 0;
|
2219 |
+
}
|
2220 |
+
|
2221 |
+
.schema-dropdown-menu.schema-show {
|
2222 |
+
display: block;
|
2223 |
+
}
|
2224 |
+
|
2225 |
+
.schema-dropdown-header {
|
2226 |
+
display: block;
|
2227 |
+
padding: 0.5rem 1.5rem;
|
2228 |
+
margin-bottom: 0;
|
2229 |
+
font-size: 0.875rem;
|
2230 |
+
color: #868e96;
|
2231 |
+
white-space: nowrap;
|
2232 |
+
}
|
2233 |
+
|
2234 |
+
.schema-btn-group,
|
2235 |
+
.schema-btn-group-vertical {
|
2236 |
+
position: relative;
|
2237 |
+
display: -ms-inline-flexbox;
|
2238 |
+
display: inline-flex;
|
2239 |
+
vertical-align: middle;
|
2240 |
+
}
|
2241 |
+
|
2242 |
+
.schema-btn-group > .schema-btn,
|
2243 |
+
.schema-btn-group-vertical > .schema-btn {
|
2244 |
+
position: relative;
|
2245 |
+
-ms-flex: 0 1 auto;
|
2246 |
+
flex: 0 1 auto;
|
2247 |
+
margin-bottom: 0;
|
2248 |
+
}
|
2249 |
+
|
2250 |
+
.schema-btn-group > .schema-btn:hover,
|
2251 |
+
.schema-btn-group-vertical > .schema-btn:hover {
|
2252 |
+
z-index: 2;
|
2253 |
+
}
|
2254 |
+
|
2255 |
+
.schema-btn-group > .schema-btn:focus, .schema-btn-group > .schema-btn:active, .schema-btn-group > .schema-btn.active,
|
2256 |
+
.schema-btn-group-vertical > .schema-btn:focus,
|
2257 |
+
.schema-btn-group-vertical > .schema-btn:active,
|
2258 |
+
.schema-btn-group-vertical > .schema-btn.active {
|
2259 |
+
z-index: 2;
|
2260 |
+
}
|
2261 |
+
|
2262 |
+
.schema-btn-group .schema-btn + .schema-btn,
|
2263 |
+
.schema-btn-group .schema-btn + .schema-btn-group,
|
2264 |
+
.schema-btn-group .schema-btn-group + .schema-btn,
|
2265 |
+
.schema-btn-group .schema-btn-group + .schema-btn-group,
|
2266 |
+
.schema-btn-group-vertical .schema-btn + .schema-btn,
|
2267 |
+
.schema-btn-group-vertical .schema-btn + .schema-btn-group,
|
2268 |
+
.schema-btn-group-vertical .schema-btn-group + .schema-btn,
|
2269 |
+
.schema-btn-group-vertical .schema-btn-group + .schema-btn-group {
|
2270 |
+
margin-left: -1px;
|
2271 |
+
}
|
2272 |
+
|
2273 |
+
.schema-btn-toolbar {
|
2274 |
+
display: -ms-flexbox;
|
2275 |
+
display: flex;
|
2276 |
+
-ms-flex-wrap: wrap;
|
2277 |
+
flex-wrap: wrap;
|
2278 |
+
-ms-flex-pack: start;
|
2279 |
+
justify-content: flex-start;
|
2280 |
+
}
|
2281 |
+
|
2282 |
+
.schema-btn-toolbar .schema-input-group {
|
2283 |
+
width: auto;
|
2284 |
+
}
|
2285 |
+
|
2286 |
+
.schema-btn-group > .schema-btn:not(:first-child):not(:last-child):not(.schema-dropdown-toggle) {
|
2287 |
+
border-radius: 0;
|
2288 |
+
}
|
2289 |
+
|
2290 |
+
.schema-btn-group > .schema-btn:first-child {
|
2291 |
+
margin-left: 0;
|
2292 |
+
}
|
2293 |
+
|
2294 |
+
.schema-btn-group > .schema-btn:first-child:not(:last-child):not(.schema-dropdown-toggle) {
|
2295 |
+
border-top-right-radius: 0;
|
2296 |
+
border-bottom-right-radius: 0;
|
2297 |
+
}
|
2298 |
+
|
2299 |
+
.schema-btn-group > .schema-btn:last-child:not(:first-child),
|
2300 |
+
.schema-btn-group > .schema-dropdown-toggle:not(:first-child) {
|
2301 |
+
border-top-left-radius: 0;
|
2302 |
+
border-bottom-left-radius: 0;
|
2303 |
+
}
|
2304 |
+
|
2305 |
+
.schema-btn-group > .schema-btn-group {
|
2306 |
+
float: left;
|
2307 |
+
}
|
2308 |
+
|
2309 |
+
.schema-btn-group > .schema-btn-group:not(:first-child):not(:last-child) > .schema-btn {
|
2310 |
+
border-radius: 0;
|
2311 |
+
}
|
2312 |
+
|
2313 |
+
.schema-btn-group > .schema-btn-group:first-child:not(:last-child) > .schema-btn:last-child,
|
2314 |
+
.schema-btn-group > .schema-btn-group:first-child:not(:last-child) > .schema-dropdown-toggle {
|
2315 |
+
border-top-right-radius: 0;
|
2316 |
+
border-bottom-right-radius: 0;
|
2317 |
+
}
|
2318 |
+
|
2319 |
+
.schema-btn-group > .schema-btn-group:last-child:not(:first-child) > .schema-btn:first-child {
|
2320 |
+
border-top-left-radius: 0;
|
2321 |
+
border-bottom-left-radius: 0;
|
2322 |
+
}
|
2323 |
+
|
2324 |
+
.schema-btn + .schema-dropdown-toggle-split {
|
2325 |
+
padding-right: 0.5625rem;
|
2326 |
+
padding-left: 0.5625rem;
|
2327 |
+
}
|
2328 |
+
|
2329 |
+
.schema-btn + .schema-dropdown-toggle-split::after {
|
2330 |
+
margin-left: 0;
|
2331 |
+
}
|
2332 |
+
|
2333 |
+
.schema-btn-sm + .schema-dropdown-toggle-split, .schema-btn-group-sm > .schema-btn + .schema-dropdown-toggle-split {
|
2334 |
+
padding-right: 0.375rem;
|
2335 |
+
padding-left: 0.375rem;
|
2336 |
+
}
|
2337 |
+
|
2338 |
+
.schema-btn-lg + .schema-dropdown-toggle-split, .schema-btn-group-lg > .schema-btn + .schema-dropdown-toggle-split {
|
2339 |
+
padding-right: 0.75rem;
|
2340 |
+
padding-left: 0.75rem;
|
2341 |
+
}
|
2342 |
+
|
2343 |
+
.schema-btn-group-vertical {
|
2344 |
+
display: -ms-inline-flexbox;
|
2345 |
+
display: inline-flex;
|
2346 |
+
-ms-flex-direction: column;
|
2347 |
+
flex-direction: column;
|
2348 |
+
-ms-flex-align: start;
|
2349 |
+
align-items: flex-start;
|
2350 |
+
-ms-flex-pack: center;
|
2351 |
+
justify-content: center;
|
2352 |
+
}
|
2353 |
+
|
2354 |
+
.schema-btn-group-vertical .schema-btn,
|
2355 |
+
.schema-btn-group-vertical .schema-btn-group {
|
2356 |
+
width: 100%;
|
2357 |
+
}
|
2358 |
+
|
2359 |
+
.schema-btn-group-vertical > .schema-btn + .schema-btn,
|
2360 |
+
.schema-btn-group-vertical > .schema-btn + .schema-btn-group,
|
2361 |
+
.schema-btn-group-vertical > .schema-btn-group + .schema-btn,
|
2362 |
+
.schema-btn-group-vertical > .schema-btn-group + .schema-btn-group {
|
2363 |
+
margin-top: -1px;
|
2364 |
+
margin-left: 0;
|
2365 |
+
}
|
2366 |
+
|
2367 |
+
.schema-btn-group-vertical > .schema-btn:not(:first-child):not(:last-child) {
|
2368 |
+
border-radius: 0;
|
2369 |
+
}
|
2370 |
+
|
2371 |
+
.schema-btn-group-vertical > .schema-btn:first-child:not(:last-child) {
|
2372 |
+
border-bottom-right-radius: 0;
|
2373 |
+
border-bottom-left-radius: 0;
|
2374 |
+
}
|
2375 |
+
|
2376 |
+
.schema-btn-group-vertical > .schema-btn:last-child:not(:first-child) {
|
2377 |
+
border-top-left-radius: 0;
|
2378 |
+
border-top-right-radius: 0;
|
2379 |
+
}
|
2380 |
+
|
2381 |
+
.schema-btn-group-vertical > .schema-btn-group:not(:first-child):not(:last-child) > .schema-btn {
|
2382 |
+
border-radius: 0;
|
2383 |
+
}
|
2384 |
+
|
2385 |
+
.schema-btn-group-vertical > .schema-btn-group:first-child:not(:last-child) > .schema-btn:last-child,
|
2386 |
+
.schema-btn-group-vertical > .schema-btn-group:first-child:not(:last-child) > .schema-dropdown-toggle {
|
2387 |
+
border-bottom-right-radius: 0;
|
2388 |
+
border-bottom-left-radius: 0;
|
2389 |
+
}
|
2390 |
+
|
2391 |
+
.schema-btn-group-vertical > .schema-btn-group:last-child:not(:first-child) > .schema-btn:first-child {
|
2392 |
+
border-top-left-radius: 0;
|
2393 |
+
border-top-right-radius: 0;
|
2394 |
+
}
|
2395 |
+
|
2396 |
+
.schema [data-toggle="buttons"] > .schema-btn input[type="radio"],
|
2397 |
+
.schema [data-toggle="buttons"] > .schema-btn input[type="checkbox"],
|
2398 |
+
.schema [data-toggle="buttons"] > .schema-btn-group > .schema-btn input[type="radio"],
|
2399 |
+
.schema [data-toggle="buttons"] > .schema-btn-group > .schema-btn input[type="checkbox"] {
|
2400 |
+
position: absolute;
|
2401 |
+
clip: rect(0, 0, 0, 0);
|
2402 |
+
pointer-events: none;
|
2403 |
+
}
|
2404 |
+
|
2405 |
+
.schema-input-group {
|
2406 |
+
position: relative;
|
2407 |
+
display: -ms-flexbox;
|
2408 |
+
display: flex;
|
2409 |
+
width: 100%;
|
2410 |
+
}
|
2411 |
+
|
2412 |
+
.schema-input-group .schema-form-control {
|
2413 |
+
position: relative;
|
2414 |
+
z-index: 2;
|
2415 |
+
-ms-flex: 1 1 auto;
|
2416 |
+
flex: 1 1 auto;
|
2417 |
+
width: 1%;
|
2418 |
+
margin-bottom: 0;
|
2419 |
+
}
|
2420 |
+
|
2421 |
+
.schema-input-group .schema-form-control:focus, .schema-input-group .schema-form-control:active, .schema-input-group .schema-form-control:hover {
|
2422 |
+
z-index: 3;
|
2423 |
+
}
|
2424 |
+
|
2425 |
+
.schema-input-group-addon,
|
2426 |
+
.schema-input-group-btn,
|
2427 |
+
.schema-input-group .schema-form-control {
|
2428 |
+
display: -ms-flexbox;
|
2429 |
+
display: flex;
|
2430 |
+
-ms-flex-align: center;
|
2431 |
+
align-items: center;
|
2432 |
+
}
|
2433 |
+
|
2434 |
+
.schema-input-group-addon:not(:first-child):not(:last-child),
|
2435 |
+
.schema-input-group-btn:not(:first-child):not(:last-child),
|
2436 |
+
.schema-input-group .schema-form-control:not(:first-child):not(:last-child) {
|
2437 |
+
border-radius: 0;
|
2438 |
+
}
|
2439 |
+
|
2440 |
+
.schema-input-group-addon,
|
2441 |
+
.schema-input-group-btn {
|
2442 |
+
white-space: nowrap;
|
2443 |
+
vertical-align: middle;
|
2444 |
+
}
|
2445 |
+
|
2446 |
+
.schema-input-group-addon {
|
2447 |
+
padding: 0.5rem 0.75rem;
|
2448 |
+
margin-bottom: 0;
|
2449 |
+
font-size: 1rem;
|
2450 |
+
font-weight: normal;
|
2451 |
+
line-height: 1.25;
|
2452 |
+
color: #495057;
|
2453 |
+
text-align: center;
|
2454 |
+
background-color: #e9ecef;
|
2455 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
2456 |
+
border-radius: 0.25rem;
|
2457 |
+
}
|
2458 |
+
|
2459 |
+
.schema-input-group-addon.schema-form-control-sm,
|
2460 |
+
.schema-input-group-sm > .schema-input-group-addon,
|
2461 |
+
.schema-input-group-sm > .schema-input-group-btn > .schema-input-group-addon.schema-btn {
|
2462 |
+
padding: 0.25rem 0.5rem;
|
2463 |
+
font-size: 0.875rem;
|
2464 |
+
border-radius: 0.2rem;
|
2465 |
+
}
|
2466 |
+
|
2467 |
+
.schema-input-group-addon.schema-form-control-lg,
|
2468 |
+
.schema-input-group-lg > .schema-input-group-addon,
|
2469 |
+
.schema-input-group-lg > .schema-input-group-btn > .schema-input-group-addon.schema-btn {
|
2470 |
+
padding: 0.5rem 1rem;
|
2471 |
+
font-size: 1.25rem;
|
2472 |
+
border-radius: 0.3rem;
|
2473 |
+
}
|
2474 |
+
|
2475 |
+
.schema-input-group-addon input[type="radio"],
|
2476 |
+
.schema-input-group-addon input[type="checkbox"] {
|
2477 |
+
margin-top: 0;
|
2478 |
+
}
|
2479 |
+
|
2480 |
+
.schema-input-group .schema-form-control:not(:last-child),
|
2481 |
+
.schema-input-group-addon:not(:last-child),
|
2482 |
+
.schema-input-group-btn:not(:last-child) > .schema-btn,
|
2483 |
+
.schema-input-group-btn:not(:last-child) > .schema-btn-group > .schema-btn,
|
2484 |
+
.schema-input-group-btn:not(:last-child) > .schema-dropdown-toggle,
|
2485 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn:not(:last-child):not(.schema-dropdown-toggle),
|
2486 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn-group:not(:last-child) > .schema-btn {
|
2487 |
+
border-top-right-radius: 0;
|
2488 |
+
border-bottom-right-radius: 0;
|
2489 |
+
}
|
2490 |
+
|
2491 |
+
.schema-input-group-addon:not(:last-child) {
|
2492 |
+
border-right: 0;
|
2493 |
+
}
|
2494 |
+
|
2495 |
+
.schema-input-group-addon {
|
2496 |
+
vertical-align:top;
|
2497 |
+
display: inline-block;
|
2498 |
+
}
|
2499 |
+
|
2500 |
+
.schema-input-group .schema-form-control:not(:first-child),
|
2501 |
+
.schema-input-group-addon:not(:first-child),
|
2502 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn,
|
2503 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn-group > .schema-btn,
|
2504 |
+
.schema-input-group-btn:not(:first-child) > .schema-dropdown-toggle,
|
2505 |
+
.schema-input-group-btn:not(:last-child) > .schema-btn:not(:first-child),
|
2506 |
+
.schema-input-group-btn:not(:last-child) > .schema-btn-group:not(:first-child) > .schema-btn {
|
2507 |
+
border-top-left-radius: 0;
|
2508 |
+
border-bottom-left-radius: 0;
|
2509 |
+
}
|
2510 |
+
|
2511 |
+
.schema-form-control + .schema-input-group-addon:not(:first-child) {
|
2512 |
+
border-left: 0;
|
2513 |
+
}
|
2514 |
+
|
2515 |
+
.schema-input-group-btn {
|
2516 |
+
position: relative;
|
2517 |
+
font-size: 0;
|
2518 |
+
white-space: nowrap;
|
2519 |
+
}
|
2520 |
+
|
2521 |
+
.schema-input-group-btn > .schema-btn {
|
2522 |
+
position: relative;
|
2523 |
+
}
|
2524 |
+
|
2525 |
+
.schema-input-group-btn > .schema-btn + .schema-btn {
|
2526 |
+
margin-left: -1px;
|
2527 |
+
}
|
2528 |
+
|
2529 |
+
.schema-input-group-btn > .schema-btn:focus, .schema-input-group-btn > .schema-btn:active, .schema-input-group-btn > .schema-btn:hover {
|
2530 |
+
z-index: 3;
|
2531 |
+
}
|
2532 |
+
|
2533 |
+
.schema-input-group-btn:not(:last-child) > .schema-btn,
|
2534 |
+
.schema-input-group-btn:not(:last-child) > .schema-btn-group {
|
2535 |
+
margin-right: -1px;
|
2536 |
+
}
|
2537 |
+
|
2538 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn,
|
2539 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn-group {
|
2540 |
+
z-index: 2;
|
2541 |
+
margin-left: -1px;
|
2542 |
+
}
|
2543 |
+
|
2544 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn:focus, .schema-input-group-btn:not(:first-child) > .schema-btn:active, .schema-input-group-btn:not(:first-child) > .schema-btn:hover,
|
2545 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn-group:focus,
|
2546 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn-group:active,
|
2547 |
+
.schema-input-group-btn:not(:first-child) > .schema-btn-group:hover {
|
2548 |
+
z-index: 3;
|
2549 |
+
}
|
2550 |
+
|
2551 |
+
.schema-custom-control {
|
2552 |
+
position: relative;
|
2553 |
+
display: -ms-inline-flexbox;
|
2554 |
+
display: inline-flex;
|
2555 |
+
min-height: 1.5rem;
|
2556 |
+
padding-left: 1.5rem;
|
2557 |
+
margin-right: 1rem;
|
2558 |
+
}
|
2559 |
+
|
2560 |
+
.schema-custom-control-input {
|
2561 |
+
position: absolute;
|
2562 |
+
z-index: -1;
|
2563 |
+
opacity: 0;
|
2564 |
+
}
|
2565 |
+
|
2566 |
+
.schema-custom-control-input:checked ~ .schema-custom-control-indicator {
|
2567 |
+
color: #fff;
|
2568 |
+
background-color: #007bff;
|
2569 |
+
}
|
2570 |
+
|
2571 |
+
.schema-custom-control-input:focus ~ .schema-custom-control-indicator {
|
2572 |
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
|
2573 |
+
}
|
2574 |
+
|
2575 |
+
.schema-custom-control-input:active ~ .schema-custom-control-indicator {
|
2576 |
+
color: #fff;
|
2577 |
+
background-color: #b3d7ff;
|
2578 |
+
}
|
2579 |
+
|
2580 |
+
.schema-custom-control-input:disabled ~ .schema-custom-control-indicator {
|
2581 |
+
background-color: #e9ecef;
|
2582 |
+
}
|
2583 |
+
|
2584 |
+
.schema-custom-control-input:disabled ~ .schema-custom-control-description {
|
2585 |
+
color: #868e96;
|
2586 |
+
}
|
2587 |
+
|
2588 |
+
.schema-custom-control-indicator {
|
2589 |
+
position: absolute;
|
2590 |
+
top: 0.25rem;
|
2591 |
+
left: 0;
|
2592 |
+
display: block;
|
2593 |
+
width: 1rem;
|
2594 |
+
height: 1rem;
|
2595 |
+
pointer-events: none;
|
2596 |
+
-webkit-user-select: none;
|
2597 |
+
-moz-user-select: none;
|
2598 |
+
-ms-user-select: none;
|
2599 |
+
user-select: none;
|
2600 |
+
background-color: #ddd;
|
2601 |
+
background-repeat: no-repeat;
|
2602 |
+
background-position: center center;
|
2603 |
+
background-size: 50% 50%;
|
2604 |
+
}
|
2605 |
+
|
2606 |
+
.schema-custom-checkbox .schema-custom-control-indicator {
|
2607 |
+
border-radius: 0.25rem;
|
2608 |
+
}
|
2609 |
+
|
2610 |
+
.schema-custom-checkbox .schema-custom-control-input:checked ~ .schema-custom-control-indicator {
|
2611 |
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
|
2612 |
+
}
|
2613 |
+
|
2614 |
+
.schema-custom-checkbox .schema-custom-control-input:indeterminate ~ .schema-custom-control-indicator {
|
2615 |
+
background-color: #007bff;
|
2616 |
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
|
2617 |
+
}
|
2618 |
+
|
2619 |
+
.schema-custom-radio .schema-custom-control-indicator {
|
2620 |
+
border-radius: 50%;
|
2621 |
+
}
|
2622 |
+
|
2623 |
+
.schema-custom-radio .schema-custom-control-input:checked ~ .schema-custom-control-indicator {
|
2624 |
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
|
2625 |
+
}
|
2626 |
+
|
2627 |
+
.schema-custom-controls-stacked {
|
2628 |
+
display: -ms-flexbox;
|
2629 |
+
display: flex;
|
2630 |
+
-ms-flex-direction: column;
|
2631 |
+
flex-direction: column;
|
2632 |
+
}
|
2633 |
+
|
2634 |
+
.schema-custom-controls-stacked .schema-custom-control {
|
2635 |
+
margin-bottom: 0.25rem;
|
2636 |
+
}
|
2637 |
+
|
2638 |
+
.schema-custom-controls-stacked .schema-custom-control + .schema-custom-control {
|
2639 |
+
margin-left: 0;
|
2640 |
+
}
|
2641 |
+
|
2642 |
+
.schema-custom-select {
|
2643 |
+
display: inline-block;
|
2644 |
+
max-width: 100%;
|
2645 |
+
height: calc(2.25rem + 2px);
|
2646 |
+
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
2647 |
+
line-height: 1.25;
|
2648 |
+
color: #495057;
|
2649 |
+
vertical-align: middle;
|
2650 |
+
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
|
2651 |
+
background-size: 8px 10px;
|
2652 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
2653 |
+
border-radius: 0.25rem;
|
2654 |
+
-webkit-appearance: none;
|
2655 |
+
-moz-appearance: none;
|
2656 |
+
appearance: none;
|
2657 |
+
}
|
2658 |
+
|
2659 |
+
.schema-custom-select:focus {
|
2660 |
+
border-color: #80bdff;
|
2661 |
+
outline: none;
|
2662 |
+
}
|
2663 |
+
|
2664 |
+
.schema-custom-select:focus::-ms-value {
|
2665 |
+
color: #495057;
|
2666 |
+
background-color: #fff;
|
2667 |
+
}
|
2668 |
+
|
2669 |
+
.schema-custom-select:disabled {
|
2670 |
+
color: #868e96;
|
2671 |
+
background-color: #e9ecef;
|
2672 |
+
}
|
2673 |
+
|
2674 |
+
.schema-custom-select::-ms-expand {
|
2675 |
+
opacity: 0;
|
2676 |
+
}
|
2677 |
+
|
2678 |
+
.schema-custom-select-sm {
|
2679 |
+
height: calc(1.8125rem + 2px);
|
2680 |
+
padding-top: 0.375rem;
|
2681 |
+
padding-bottom: 0.375rem;
|
2682 |
+
font-size: 75%;
|
2683 |
+
}
|
2684 |
+
|
2685 |
+
.schema-custom-file {
|
2686 |
+
position: relative;
|
2687 |
+
display: inline-block;
|
2688 |
+
max-width: 100%;
|
2689 |
+
height: 2.5rem;
|
2690 |
+
margin-bottom: 0;
|
2691 |
+
}
|
2692 |
+
|
2693 |
+
.schema-custom-file-input {
|
2694 |
+
min-width: 14rem;
|
2695 |
+
max-width: 100%;
|
2696 |
+
height: 2.5rem;
|
2697 |
+
margin: 0;
|
2698 |
+
opacity: 0;
|
2699 |
+
}
|
2700 |
+
|
2701 |
+
.schema-custom-file-control {
|
2702 |
+
position: absolute;
|
2703 |
+
top: 0;
|
2704 |
+
right: 0;
|
2705 |
+
left: 0;
|
2706 |
+
z-index: 5;
|
2707 |
+
height: 2.5rem;
|
2708 |
+
padding: 0.5rem 1rem;
|
2709 |
+
line-height: 1.5;
|
2710 |
+
color: #495057;
|
2711 |
+
pointer-events: none;
|
2712 |
+
-webkit-user-select: none;
|
2713 |
+
-moz-user-select: none;
|
2714 |
+
-ms-user-select: none;
|
2715 |
+
user-select: none;
|
2716 |
+
background-color: #fff;
|
2717 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
2718 |
+
border-radius: 0.25rem;
|
2719 |
+
}
|
2720 |
+
|
2721 |
+
.schema-custom-file-control:lang(en):empty::after {
|
2722 |
+
content: "Choose file...";
|
2723 |
+
}
|
2724 |
+
|
2725 |
+
.schema-custom-file-control::before {
|
2726 |
+
position: absolute;
|
2727 |
+
top: -1px;
|
2728 |
+
right: -1px;
|
2729 |
+
bottom: -1px;
|
2730 |
+
z-index: 6;
|
2731 |
+
display: block;
|
2732 |
+
height: 2.5rem;
|
2733 |
+
padding: 0.5rem 1rem;
|
2734 |
+
line-height: 1.5;
|
2735 |
+
color: #495057;
|
2736 |
+
background-color: #e9ecef;
|
2737 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
2738 |
+
border-radius: 0 0.25rem 0.25rem 0;
|
2739 |
+
}
|
2740 |
+
|
2741 |
+
.schema-custom-file-control:lang(en)::before {
|
2742 |
+
content: "Browse";
|
2743 |
+
}
|
2744 |
+
|
2745 |
+
|
2746 |
+
.schema-modal-open {
|
2747 |
+
overflow: hidden;
|
2748 |
+
}
|
2749 |
+
|
2750 |
+
.schema-modal {
|
2751 |
+
position: fixed;
|
2752 |
+
top: 0;
|
2753 |
+
right: 0;
|
2754 |
+
bottom: 0;
|
2755 |
+
left: 0;
|
2756 |
+
z-index: 1050;
|
2757 |
+
display: none;
|
2758 |
+
overflow: hidden;
|
2759 |
+
outline: 0;
|
2760 |
+
}
|
2761 |
+
|
2762 |
+
.schema-modal.fade .schema-modal-dialog {
|
2763 |
+
transition: -webkit-transform 0.3s ease-out;
|
2764 |
+
transition: transform 0.3s ease-out;
|
2765 |
+
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
2766 |
+
-webkit-transform: translate(0, -25%);
|
2767 |
+
transform: translate(0, -25%);
|
2768 |
+
}
|
2769 |
+
|
2770 |
+
.schema-modal.show .schema-modal-dialog {
|
2771 |
+
-webkit-transform: translate(0, 0);
|
2772 |
+
transform: translate(0, 0);
|
2773 |
+
}
|
2774 |
+
|
2775 |
+
.schema-modal-open .schema-modal {
|
2776 |
+
overflow-x: hidden;
|
2777 |
+
overflow-y: auto;
|
2778 |
+
}
|
2779 |
+
|
2780 |
+
.schema-modal-dialog {
|
2781 |
+
position: relative;
|
2782 |
+
width: auto;
|
2783 |
+
margin: 10px;
|
2784 |
+
}
|
2785 |
+
|
2786 |
+
.schema-modal-content {
|
2787 |
+
position: relative;
|
2788 |
+
display: -ms-flexbox;
|
2789 |
+
display: flex;
|
2790 |
+
-ms-flex-direction: column;
|
2791 |
+
flex-direction: column;
|
2792 |
+
background-color: #fff;
|
2793 |
+
background-clip: padding-box;
|
2794 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
2795 |
+
border-radius: 0.3rem;
|
2796 |
+
outline: 0;
|
2797 |
+
}
|
2798 |
+
|
2799 |
+
.schema-modal-backdrop {
|
2800 |
+
position: fixed;
|
2801 |
+
top: 0;
|
2802 |
+
right: 0;
|
2803 |
+
bottom: 0;
|
2804 |
+
left: 0;
|
2805 |
+
z-index: 1040;
|
2806 |
+
background-color: #000;
|
2807 |
+
}
|
2808 |
+
|
2809 |
+
.schema-modal-backdrop.fade {
|
2810 |
+
opacity: 0;
|
2811 |
+
}
|
2812 |
+
|
2813 |
+
.schema-modal-backdrop.show {
|
2814 |
+
opacity: 0.5;
|
2815 |
+
}
|
2816 |
+
|
2817 |
+
.schema-modal-header {
|
2818 |
+
display: -ms-flexbox;
|
2819 |
+
display: flex;
|
2820 |
+
-ms-flex-align: center;
|
2821 |
+
align-items: center;
|
2822 |
+
-ms-flex-pack: justify;
|
2823 |
+
justify-content: space-between;
|
2824 |
+
padding: 15px;
|
2825 |
+
border-bottom: 1px solid #e9ecef;
|
2826 |
+
}
|
2827 |
+
|
2828 |
+
.schema-modal-title {
|
2829 |
+
margin-bottom: 0;
|
2830 |
+
line-height: 1.5;
|
2831 |
+
}
|
2832 |
+
|
2833 |
+
.schema-modal-body {
|
2834 |
+
position: relative;
|
2835 |
+
-ms-flex: 1 1 auto;
|
2836 |
+
flex: 1 1 auto;
|
2837 |
+
padding: 15px;
|
2838 |
+
}
|
2839 |
+
|
2840 |
+
.schema-modal-footer {
|
2841 |
+
display: -ms-flexbox;
|
2842 |
+
display: flex;
|
2843 |
+
-ms-flex-align: center;
|
2844 |
+
align-items: center;
|
2845 |
+
-ms-flex-pack: end;
|
2846 |
+
justify-content: flex-end;
|
2847 |
+
padding: 15px;
|
2848 |
+
border-top: 1px solid #e9ecef;
|
2849 |
+
}
|
2850 |
+
|
2851 |
+
.schema-modal-footer > :not(:first-child) {
|
2852 |
+
margin-left: .25rem;
|
2853 |
+
}
|
2854 |
+
|
2855 |
+
.schema-modal-footer > :not(:last-child) {
|
2856 |
+
margin-right: .25rem;
|
2857 |
+
}
|
2858 |
+
|
2859 |
+
.schema-modal-scrollbar-measure {
|
2860 |
+
position: absolute;
|
2861 |
+
top: -9999px;
|
2862 |
+
width: 50px;
|
2863 |
+
height: 50px;
|
2864 |
+
overflow: scroll;
|
2865 |
+
}
|
2866 |
+
|
2867 |
+
@media (min-width: 576px) {
|
2868 |
+
.schema-modal-dialog {
|
2869 |
+
max-width: 500px;
|
2870 |
+
margin: 30px auto;
|
2871 |
+
}
|
2872 |
+
.schema-modal-sm {
|
2873 |
+
max-width: 300px;
|
2874 |
+
}
|
2875 |
+
}
|
2876 |
+
|
2877 |
+
@media (min-width: 992px) {
|
2878 |
+
.schema-modal-lg {
|
2879 |
+
max-width: 800px;
|
2880 |
+
}
|
2881 |
+
}
|
2882 |
+
|
2883 |
+
|
2884 |
+
/* progress */
|
2885 |
+
@-webkit-keyframes progress-bar-stripes {
|
2886 |
+
from {
|
2887 |
+
background-position: 1rem 0;
|
2888 |
+
}
|
2889 |
+
to {
|
2890 |
+
background-position: 0 0;
|
2891 |
+
}
|
2892 |
+
}
|
2893 |
+
|
2894 |
+
@keyframes progress-bar-stripes {
|
2895 |
+
from {
|
2896 |
+
background-position: 1rem 0;
|
2897 |
+
}
|
2898 |
+
to {
|
2899 |
+
background-position: 0 0;
|
2900 |
+
}
|
2901 |
+
}
|
2902 |
+
|
2903 |
+
/* progress */
|
2904 |
+
.schema-progress {
|
2905 |
+
display: -ms-flexbox;
|
2906 |
+
display: flex;
|
2907 |
+
overflow: hidden;
|
2908 |
+
font-size: 0.75rem;
|
2909 |
+
line-height: 1rem;
|
2910 |
+
text-align: center;
|
2911 |
+
background-color: #e9ecef;
|
2912 |
+
border-radius: 0.25rem;
|
2913 |
+
}
|
2914 |
+
|
2915 |
+
.schema-progress-bar {
|
2916 |
+
height: 1rem;
|
2917 |
+
line-height: 1rem;
|
2918 |
+
color: #fff;
|
2919 |
+
background-color: #007bff;
|
2920 |
+
transition: width 0.6s ease;
|
2921 |
+
}
|
2922 |
+
|
2923 |
+
.schema-progress-bar-striped {
|
2924 |
+
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
2925 |
+
background-size: 1rem 1rem;
|
2926 |
+
}
|
2927 |
+
|
2928 |
+
.schema-progress-bar-animated {
|
2929 |
+
-webkit-animation: progress-bar-stripes 1s linear infinite;
|
2930 |
+
animation: progress-bar-stripes 1s linear infinite;
|
2931 |
+
}
|
2932 |
+
|
2933 |
+
/* badge */
|
2934 |
+
.schema-badge {
|
2935 |
+
display: inline-block;
|
2936 |
+
padding: 0.25em 0.4em;
|
2937 |
+
font-size: 75%;
|
2938 |
+
font-weight: bold;
|
2939 |
+
line-height: 1;
|
2940 |
+
color: #fff;
|
2941 |
+
text-align: center;
|
2942 |
+
white-space: nowrap;
|
2943 |
+
vertical-align: baseline;
|
2944 |
+
border-radius: 0.25rem;
|
2945 |
+
}
|
2946 |
+
|
2947 |
+
.schema-badge:empty {
|
2948 |
+
display: none;
|
2949 |
+
}
|
2950 |
+
|
2951 |
+
.schema-btn .schema-badge {
|
2952 |
+
position: relative;
|
2953 |
+
top: -1px;
|
2954 |
+
}
|
2955 |
+
|
2956 |
+
.schema-badge-pill {
|
2957 |
+
padding-right: 0.6em;
|
2958 |
+
padding-left: 0.6em;
|
2959 |
+
border-radius: 10rem;
|
2960 |
+
}
|
2961 |
+
|
2962 |
+
.schema-badge-primary {
|
2963 |
+
color: #fff;
|
2964 |
+
background-color: #007bff;
|
2965 |
+
}
|
2966 |
+
|
2967 |
+
.schema-badge-primary[href]:focus, .schema-badge-primary[href]:hover {
|
2968 |
+
color: #fff;
|
2969 |
+
text-decoration: none;
|
2970 |
+
background-color: #0062cc;
|
2971 |
+
}
|
2972 |
+
|
2973 |
+
.schema-badge-secondary {
|
2974 |
+
color: #fff;
|
2975 |
+
background-color: #868e96;
|
2976 |
+
}
|
2977 |
+
|
2978 |
+
.schema-badge-secondary[href]:focus, .schema-badge-secondary[href]:hover {
|
2979 |
+
color: #fff;
|
2980 |
+
text-decoration: none;
|
2981 |
+
background-color: #6c757d;
|
2982 |
+
}
|
2983 |
+
|
2984 |
+
.schema-badge-success {
|
2985 |
+
color: #fff;
|
2986 |
+
background-color: #28a745;
|
2987 |
+
}
|
2988 |
+
|
2989 |
+
.schema-badge-success[href]:focus, .schema-badge-success[href]:hover {
|
2990 |
+
color: #fff;
|
2991 |
+
text-decoration: none;
|
2992 |
+
background-color: #1e7e34;
|
2993 |
+
}
|
2994 |
+
|
2995 |
+
.schema-badge-info {
|
2996 |
+
color: #fff;
|
2997 |
+
background-color: #17a2b8;
|
2998 |
+
}
|
2999 |
+
|
3000 |
+
.schema-badge-info[href]:focus, .schema-badge-info[href]:hover {
|
3001 |
+
color: #fff;
|
3002 |
+
text-decoration: none;
|
3003 |
+
background-color: #117a8b;
|
3004 |
+
}
|
3005 |
+
|
3006 |
+
.schema-badge-warning {
|
3007 |
+
color: #111;
|
3008 |
+
background-color: #ffc107;
|
3009 |
+
}
|
3010 |
+
|
3011 |
+
.schema-badge-warning[href]:focus, .schema-badge-warning[href]:hover {
|
3012 |
+
color: #111;
|
3013 |
+
text-decoration: none;
|
3014 |
+
background-color: #d39e00;
|
3015 |
+
}
|
3016 |
+
|
3017 |
+
.schema-badge-danger {
|
3018 |
+
color: #fff;
|
3019 |
+
background-color: #dc3545;
|
3020 |
+
}
|
3021 |
+
|
3022 |
+
.schema-badge-danger[href]:focus, .schema-badge-danger[href]:hover {
|
3023 |
+
color: #fff;
|
3024 |
+
text-decoration: none;
|
3025 |
+
background-color: #bd2130;
|
3026 |
+
}
|
3027 |
+
|
3028 |
+
.schema-badge-light {
|
3029 |
+
color: #111;
|
3030 |
+
background-color: #f8f9fa;
|
3031 |
+
}
|
3032 |
+
|
3033 |
+
.schema-badge-light[href]:focus, .schema-badge-light[href]:hover {
|
3034 |
+
color: #111;
|
3035 |
+
text-decoration: none;
|
3036 |
+
background-color: #dae0e5;
|
3037 |
+
}
|
3038 |
+
|
3039 |
+
.schema-badge-dark {
|
3040 |
+
color: #fff;
|
3041 |
+
background-color: #343a40;
|
3042 |
+
}
|
3043 |
+
|
3044 |
+
.schema-badge-dark[href]:focus, .schema-badge-dark[href]:hover {
|
3045 |
+
color: #fff;
|
3046 |
+
text-decoration: none;
|
3047 |
+
background-color: #1d2124;
|
3048 |
+
}
|
3049 |
+
|
assets/css/schema-bootstrap.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.schema-container,.schema-container-fluid{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}.schema caption,.schema th{text-align:left}.schema-custom-file-input.is-valid:focus,.schema-custom-select.is-valid:focus,.schema-form-control.is-valid:focus,.schema-was-validated .schema-custom-file-input:valid:focus,.schema-was-validated .schema-custom-select:valid:focus,.schema-was-validated .schema-form-control:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.schema-btn,.schema-custom-control-indicator{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (min-width:576px){.schema-container{max-width:540px}}@media (min-width:768px){.schema-container{max-width:720px}}@media (min-width:992px){.schema-container{max-width:960px}}@media (min-width:1200px){.schema-container{max-width:1140px}}.schema-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.schema-no-gutters{margin-right:0;margin-left:0}.schema-no-gutters>.schema-col,.schema-no-gutters>[class*=schema-col-]{padding-right:0;padding-left:0}.schema-col,.schema-col-1,.schema-col-10,.schema-col-11,.schema-col-12,.schema-col-2,.schema-col-3,.schema-col-4,.schema-col-5,.schema-col-6,.schema-col-7,.schema-col-8,.schema-col-9,.schema-col-auto,.schema-col-lg,.schema-col-lg-1,.schema-col-lg-10,.schema-col-lg-11,.schema-col-lg-12,.schema-col-lg-2,.schema-col-lg-3,.schema-col-lg-4,.schema-col-lg-5,.schema-col-lg-6,.schema-col-lg-7,.schema-col-lg-8,.schema-col-lg-9,.schema-col-lg-auto,.schema-col-md,.schema-col-md-1,.schema-col-md-10,.schema-col-md-11,.schema-col-md-12,.schema-col-md-2,.schema-col-md-3,.schema-col-md-4,.schema-col-md-5,.schema-col-md-6,.schema-col-md-7,.schema-col-md-8,.schema-col-md-9,.schema-col-md-auto,.schema-col-sm,.schema-col-sm-1,.schema-col-sm-10,.schema-col-sm-11,.schema-col-sm-12,.schema-col-sm-2,.schema-col-sm-3,.schema-col-sm-4,.schema-col-sm-5,.schema-col-sm-6,.schema-col-sm-7,.schema-col-sm-8,.schema-col-sm-9,.schema-col-sm-auto,.schema-col-xl,.schema-col-xl-1,.schema-col-xl-10,.schema-col-xl-11,.schema-col-xl-12,.schema-col-xl-2,.schema-col-xl-3,.schema-col-xl-4,.schema-col-xl-5,.schema-col-xl-6,.schema-col-xl-7,.schema-col-xl-8,.schema-col-xl-9,.schema-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.schema-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.schema-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.schema-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.schema-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.schema-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.schema-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.schema-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.schema-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.schema-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.schema-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.schema-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.schema-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.schema-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.schema-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.schema-order-1{-ms-flex-order:1;order:1}.schema-order-2{-ms-flex-order:2;order:2}.schema-order-3{-ms-flex-order:3;order:3}.schema-order-4{-ms-flex-order:4;order:4}.schema-order-5{-ms-flex-order:5;order:5}.schema-order-6{-ms-flex-order:6;order:6}.schema-order-7{-ms-flex-order:7;order:7}.schema-order-8{-ms-flex-order:8;order:8}.schema-order-9{-ms-flex-order:9;order:9}.schema-order-10{-ms-flex-order:10;order:10}.schema-order-11{-ms-flex-order:11;order:11}.schema-order-12{-ms-flex-order:12;order:12}@media (min-width:576px){.schema-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.schema-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.schema-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.schema-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.schema-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.schema-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.schema-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.schema-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.schema-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.schema-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.schema-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.schema-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.schema-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.schema-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.schema-order-sm-1{-ms-flex-order:1;order:1}.schema-order-sm-2{-ms-flex-order:2;order:2}.schema-order-sm-3{-ms-flex-order:3;order:3}.schema-order-sm-4{-ms-flex-order:4;order:4}.schema-order-sm-5{-ms-flex-order:5;order:5}.schema-order-sm-6{-ms-flex-order:6;order:6}.schema-order-sm-7{-ms-flex-order:7;order:7}.schema-order-sm-8{-ms-flex-order:8;order:8}.schema-order-sm-9{-ms-flex-order:9;order:9}.schema-order-sm-10{-ms-flex-order:10;order:10}.schema-order-sm-11{-ms-flex-order:11;order:11}.schema-order-sm-12{-ms-flex-order:12;order:12}}@media (min-width:768px){.schema-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.schema-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.schema-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.schema-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.schema-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.schema-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.schema-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.schema-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.schema-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.schema-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.schema-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.schema-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.schema-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.schema-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.schema-order-md-1{-ms-flex-order:1;order:1}.schema-order-md-2{-ms-flex-order:2;order:2}.schema-order-md-3{-ms-flex-order:3;order:3}.schema-order-md-4{-ms-flex-order:4;order:4}.schema-order-md-5{-ms-flex-order:5;order:5}.schema-order-md-6{-ms-flex-order:6;order:6}.schema-order-md-7{-ms-flex-order:7;order:7}.schema-order-md-8{-ms-flex-order:8;order:8}.schema-order-md-9{-ms-flex-order:9;order:9}.schema-order-md-10{-ms-flex-order:10;order:10}.schema-order-md-11{-ms-flex-order:11;order:11}.schema-order-md-12{-ms-flex-order:12;order:12}}@media (min-width:992px){.schema-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.schema-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.schema-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.schema-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.schema-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.schema-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.schema-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.schema-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.schema-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.schema-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.schema-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.schema-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.schema-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.schema-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.schema-order-lg-1{-ms-flex-order:1;order:1}.schema-order-lg-2{-ms-flex-order:2;order:2}.schema-order-lg-3{-ms-flex-order:3;order:3}.schema-order-lg-4{-ms-flex-order:4;order:4}.schema-order-lg-5{-ms-flex-order:5;order:5}.schema-order-lg-6{-ms-flex-order:6;order:6}.schema-order-lg-7{-ms-flex-order:7;order:7}.schema-order-lg-8{-ms-flex-order:8;order:8}.schema-order-lg-9{-ms-flex-order:9;order:9}.schema-order-lg-10{-ms-flex-order:10;order:10}.schema-order-lg-11{-ms-flex-order:11;order:11}.schema-order-lg-12{-ms-flex-order:12;order:12}}@media (min-width:1200px){.schema-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.schema-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.schema-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.schema-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.schema-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.schema-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.schema-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.schema-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.schema-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.schema-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.schema-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.schema-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.schema-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.schema-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.schema-order-xl-1{-ms-flex-order:1;order:1}.schema-order-xl-2{-ms-flex-order:2;order:2}.schema-order-xl-3{-ms-flex-order:3;order:3}.schema-order-xl-4{-ms-flex-order:4;order:4}.schema-order-xl-5{-ms-flex-order:5;order:5}.schema-order-xl-6{-ms-flex-order:6;order:6}.schema-order-xl-7{-ms-flex-order:7;order:7}.schema-order-xl-8{-ms-flex-order:8;order:8}.schema-order-xl-9{-ms-flex-order:9;order:9}.schema-order-xl-10{-ms-flex-order:10;order:10}.schema-order-xl-11{-ms-flex-order:11;order:11}.schema-order-xl-12{-ms-flex-order:12;order:12}}.schema-flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.schema-flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.schema-flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.schema-flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.schema-flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.schema-flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.schema-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.schema-justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.schema-justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.schema-justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.schema-justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.schema-justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.schema-align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.schema-align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.schema-align-items-center{-ms-flex-align:center!important;align-items:center!important}.schema-align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.schema-align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.schema-align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.schema-align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.schema-align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.schema-align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.schema-align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.schema-align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.schema-align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.schema-align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.schema-align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.schema-align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.schema-align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.schema-align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.schema-flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.schema-flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.schema-flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.schema-flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.schema-flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.schema-flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.schema-flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.schema-justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.schema-justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.schema-justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.schema-justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.schema-justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.schema-align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.schema-align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.schema-align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.schema-align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.schema-align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.schema-align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.schema-align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.schema-align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.schema-align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.schema-align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.schema-align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.schema-align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.schema-align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.schema-align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.schema-align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.schema-align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.schema-align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.schema-flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.schema-flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.schema-flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.schema-flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.schema-flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.schema-flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.schema-flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.schema-justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.schema-justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.schema-justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.schema-justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.schema-justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.schema-align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.schema-align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.schema-align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.schema-align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.schema-align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.schema-align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.schema-align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.schema-align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.schema-align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.schema-align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.schema-align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.schema-align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.schema-align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.schema-align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.schema-align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.schema-align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.schema-align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.schema-flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.schema-flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.schema-flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.schema-flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.schema-flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.schema-flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.schema-flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.schema-justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.schema-justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.schema-justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.schema-justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.schema-justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.schema-align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.schema-align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.schema-align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.schema-align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.schema-align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.schema-align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.schema-align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.schema-align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.schema-align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.schema-align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.schema-align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.schema-align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.schema-align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.schema-align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.schema-align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.schema-align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.schema-align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.schema-flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.schema-flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.schema-flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.schema-flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.schema-flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.schema-flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.schema-flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.schema-justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.schema-justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.schema-justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.schema-justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.schema-justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.schema-align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.schema-align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.schema-align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.schema-align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.schema-align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.schema-align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.schema-align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.schema-align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.schema-align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.schema-align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.schema-align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.schema-align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.schema-align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.schema-align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.schema-align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.schema-align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.schema-align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.schema-img{vertical-align:middle;border-style:none}.schema [role=button],.schema a,.schema area,.schema button,.schema input,.schema label,.schema select,.schema summary,.schema textarea{-ms-touch-action:manipulation;touch-action:manipulation}.schema table{border-collapse:collapse}.schema caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;caption-side:bottom}.schema label{display:inline-block;margin-bottom:.5rem}.schema button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}.schema button,.schema input,.schema optgroup,.schema select,.schema textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.schema button,.schema input{overflow:visible}.schema button,.schema select{text-transform:none}.schema [type=reset],.schema [type=submit],.schema button,.schema html [type=button]{-webkit-appearance:button}.schema [type=button]::-moz-focus-inner,.schema [type=reset]::-moz-focus-inner,.schema [type=submit]::-moz-focus-inner,.schema button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}.schema input[type=date],.schema input[type=time],.schema input[type=datetime-local],.schema input[type=month]{-webkit-appearance:listbox}.schema textarea{overflow:auto;resize:vertical}.schema fieldset{min-width:0;padding:0;margin:0;border:0}.schema legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.schema-table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.schema-table td,.schema-table th{padding:.75rem;vertical-align:top;border-top:1px solid #e9ecef}.schema-table thead th{vertical-align:bottom;border-bottom:2px solid #e9ecef}.schema-table tbody+tbody{border-top:2px solid #e9ecef}.schema-table .schema-table{background-color:#fff}.schema-table-sm td,.schema-table-sm th{padding:.3rem}.schema-table-bordered,.schema-table-bordered td,.schema-table-bordered th{border:1px solid #e9ecef}.schema-table-bordered thead td,.schema-table-bordered thead th{border-bottom-width:2px}.schema-table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.schema-table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.schema-table-primary,.schema-table-primary>td,.schema-table-primary>th{background-color:#b8daff}.schema-table-hover .schema-table-primary:hover,.schema-table-hover .schema-table-primary:hover>td,.schema-table-hover .schema-table-primary:hover>th{background-color:#9fcdff}.schema-table-secondary,.schema-table-secondary>td,.schema-table-secondary>th{background-color:#dddfe2}.schema-table-hover .schema-table-secondary:hover,.schema-table-hover .schema-table-secondary:hover>td,.schema-table-hover .schema-table-secondary:hover>th{background-color:#cfd2d6}.schema-table-success,.schema-table-success>td,.schema-table-success>th{background-color:#c3e6cb}.schema-table-hover .schema-table-success:hover,.schema-table-hover .schema-table-success:hover>td,.schema-table-hover .schema-table-success:hover>th{background-color:#b1dfbb}.schema-table-info,.schema-table-info>td,.schema-table-info>th{background-color:#bee5eb}.schema-table-hover .schema-table-info:hover,.schema-table-hover .schema-table-info:hover>td,.schema-table-hover .schema-table-info:hover>th{background-color:#abdde5}.schema-table-warning,.schema-table-warning>td,.schema-table-warning>th{background-color:#ffeeba}.schema-table-hover .schema-table-warning:hover,.schema-table-hover .schema-table-warning:hover>td,.schema-table-hover .schema-table-warning:hover>th{background-color:#ffe8a1}.schema-table-danger,.schema-table-danger>td,.schema-table-danger>th{background-color:#f5c6cb}.schema-table-hover .schema-table-danger:hover,.schema-table-hover .schema-table-danger:hover>td,.schema-table-hover .schema-table-danger:hover>th{background-color:#f1b0b7}.schema-table-light,.schema-table-light>td,.schema-table-light>th{background-color:#fdfdfe}.schema-table-hover .schema-table-light:hover,.schema-table-hover .schema-table-light:hover>td,.schema-table-hover .schema-table-light:hover>th{background-color:#ececf6}.schema-table-dark,.schema-table-dark>td,.schema-table-dark>th{background-color:#c6c8ca}.schema-table-hover .schema-table-dark:hover,.schema-table-hover .schema-table-dark:hover>td,.schema-table-hover .schema-table-dark:hover>th{background-color:#b9bbbe}.schema-table-active,.schema-table-active>td,.schema-table-active>th,.schema-table-hover .schema-table-active:hover,.schema-table-hover .schema-table-active:hover>td,.schema-table-hover .schema-table-active:hover>th{background-color:rgba(0,0,0,.075)}.thead-inverse th{color:#fff;background-color:#212529}.thead-default th{color:#495057;background-color:#e9ecef}.schema-table-inverse{color:#fff;background-color:#212529}.schema-table-inverse td,.schema-table-inverse th,.schema-table-inverse thead th{border-color:#32383e}.schema-table-inverse.schema-table-bordered{border:0}.schema-table-inverse.schema-table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.schema-table-inverse.schema-table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:991px){.schema-table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.schema-table-responsive.schema-table-bordered{border:0}}.schema-form-control{display:block;width:100%;padding:.5rem .75rem;line-height:1.25;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.schema-col-form-label,.schema-col-form-label-lg{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2)}.schema-form-control::-ms-expand{background-color:transparent;border:0}.schema-form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0}.schema-form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.schema-form-control:-ms-input-placeholder{color:#868e96;opacity:1}.schema-form-control::placeholder{color:#868e96;opacity:1}.schema-form-control:disabled,.schema-form-control[readonly]{background-color:#e9ecef;opacity:1}select.schema-form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.schema-form-control:focus::-ms-value{color:#495057;background-color:#fff}.schema-form-control-file,.schema-form-control-range{display:block}.schema-col-form-label{margin-bottom:0}.schema-col-form-label-lg{font-size:1.25rem}.schema-col-form-label-sm{padding-top:calc(.25rem - 1px * 2);padding-bottom:calc(.25rem - 1px * 2);font-size:.875rem}.schema-col-form-legend,.schema-form-control-plaintext{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0}.schema-col-form-legend{font-size:1rem}.schema-form-control-plaintext{line-height:1.25;border:solid transparent;border-width:1px 0}.schema-custom-file-input.is-valid~.schema-custom-file-control,.schema-custom-select.is-valid,.schema-form-control.is-valid,.schema-was-validated .schema-custom-file-input:valid~.schema-custom-file-control,.schema-was-validated .schema-custom-select:valid,.schema-was-validated .schema-form-control:valid{border-color:#28a745}.schema-form-control-plaintext.schema-form-control-lg,.schema-form-control-plaintext.schema-form-control-sm,.schema-input-group-lg>.schema-form-control-plaintext.schema-form-control,.schema-input-group-lg>.schema-form-control-plaintext.schema-input-group-addon,.schema-input-group-lg>.schema-input-group-btn>.schema-form-control-plaintext.schema-btn,.schema-input-group-sm>.schema-form-control-plaintext.schema-form-control,.schema-input-group-sm>.schema-form-control-plaintext.schema-input-group-addon,.schema-input-group-sm>.schema-input-group-btn>.schema-form-control-plaintext.schema-btn{padding-right:0;padding-left:0}.schema-form-control-sm,.schema-input-group-sm>.schema-form-control,.schema-input-group-sm>.schema-input-group-addon,.schema-input-group-sm>.schema-input-group-btn>.schema-btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.schema-input-group-sm>.schema-input-group-btn>select.schema-btn:not([size]):not([multiple]),.schema-input-group-sm>select.schema-form-control:not([size]):not([multiple]),.schema-input-group-sm>select.schema-input-group-addon:not([size]):not([multiple]),select.schema-form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.schema-form-control-lg,.schema-input-group-lg>.schema-form-control,.schema-input-group-lg>.schema-input-group-addon,.schema-input-group-lg>.schema-input-group-btn>.schema-btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.schema-input-group-lg>.schema-input-group-btn>select.schema-btn:not([size]):not([multiple]),.schema-input-group-lg>select.schema-form-control:not([size]):not([multiple]),.schema-input-group-lg>select.schema-input-group-addon:not([size]):not([multiple]),select.schema-form-control-lg:not([size]):not([multiple]){height:calc(2.3125rem + 2px)}.schema-form-group{margin-bottom:1rem}.schema-form-text{display:block;margin-top:.25rem}.schema-form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.schema-form-row>.schema-col,.schema-form-row>[class*=col-]{padding-right:5px;padding-left:5px}.schema-form-check{position:relative;display:block;margin-bottom:.5rem}.schema-form-check.disabled .schema-form-check-label{color:#868e96}.schema-form-check-label{padding-left:1.25rem;margin-bottom:0}.schema-form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.schema-form-check-input:only-child{position:static}.schema-form-check-inline{display:inline-block}.schema-form-check-inline .schema-form-check-label{vertical-align:middle}.schema-form-check-inline+.schema-form-check-inline{margin-left:.75rem}.schema-invalid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#dc3545}.schema-invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.schema-custom-select.is-invalid~.schema-invalid-feedback,.schema-custom-select.is-invalid~.schema-invalid-tooltip,.schema-custom-select.is-valid~.schema-invalid-feedback,.schema-custom-select.is-valid~.schema-invalid-tooltip,.schema-form-control.is-invalid~.schema-invalid-feedback,.schema-form-control.is-invalid~.schema-invalid-tooltip,.schema-form-control.is-valid~.schema-invalid-feedback,.schema-form-control.is-valid~.schema-invalid-tooltip,.schema-was-validated .schema-custom-select:invalid~.schema-invalid-feedback,.schema-was-validated .schema-custom-select:invalid~.schema-invalid-tooltip,.schema-was-validated .schema-custom-select:valid~.schema-invalid-feedback,.schema-was-validated .schema-custom-select:valid~.schema-invalid-tooltip,.schema-was-validated .schema-form-control:invalid~.schema-invalid-feedback,.schema-was-validated .schema-form-control:invalid~.schema-invalid-tooltip,.schema-was-validated .schema-form-control:valid~.schema-invalid-feedback,.schema-was-validated .schema-form-control:valid~.schema-invalid-tooltip{display:block}.schema-custom-control-input.is-valid~.schema-custom-control-description,.schema-form-check-input.is-valid+.schema-form-check-label,.schema-was-validated .schema-custom-control-input:valid~.schema-custom-control-description,.schema-was-validated .schema-form-check-input:valid+.schema-form-check-label{color:#28a745}.schema-custom-control-input.is-valid~.schema-custom-control-indicator,.schema-was-validated .schema-custom-control-input:valid~.schema-custom-control-indicator{background-color:rgba(40,167,69,.25)}.schema-custom-control-input.is-invalid~.schema-custom-control-description,.schema-form-check-input.is-invalid+.schema-form-check-label,.schema-was-validated .schema-custom-control-input:invalid~.schema-custom-control-description,.schema-was-validated .schema-form-check-input:invalid+.schema-form-check-label{color:#dc3545}.schema-custom-file-input.is-valid~.schema-custom-file-control::before,.schema-was-validated .schema-custom-file-input:valid~.schema-custom-file-control::before{border-color:inherit}.schema-custom-file-input.is-invalid~.schema-custom-file-control,.schema-custom-select.is-invalid,.schema-form-control.is-invalid,.schema-was-validated .schema-custom-file-input:invalid~.schema-custom-file-control,.schema-was-validated .schema-custom-select:invalid,.schema-was-validated .schema-form-control:invalid{border-color:#dc3545}.schema-custom-file-input.is-invalid:focus,.schema-custom-select.is-invalid:focus,.schema-form-control.is-invalid:focus,.schema-was-validated .schema-custom-file-input:invalid:focus,.schema-was-validated .schema-custom-select:invalid:focus,.schema-was-validated .schema-form-control:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.schema-custom-control-input.is-invalid~.schema-custom-control-indicator,.schema-was-validated .schema-custom-control-input:invalid~.schema-custom-control-indicator{background-color:rgba(220,53,69,.25)}.schema-custom-file-input.is-invalid~.schema-custom-file-control::before,.schema-was-validated .schema-custom-file-input:invalid~.schema-custom-file-control::before{border-color:inherit}.schema-form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.schema-form-inline .schema-form-check{width:100%}@media (min-width:576px){.schema-form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.schema-form-inline .schema-form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.schema-form-inline .schema-form-control{display:inline-block;width:auto;vertical-align:middle}.schema-form-inline .schema-form-control-plaintext{display:inline-block}.schema-form-inline .schema-input-group{width:auto}.schema-form-inline .schema-form-control-label{margin-bottom:0;vertical-align:middle}.schema-form-inline .schema-form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;margin-top:0;margin-bottom:0}.schema-form-inline .schema-form-check-label{padding-left:0}.schema-form-inline .schema-form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.schema-form-inline .schema-custom-control{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0}.schema-form-inline .schema-custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}.schema-form-inline .schema-has-feedback .schema-form-control-feedback{top:0}}.schema-btn{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;border-radius:.25rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.schema-btn:focus,.schema-btn:hover{text-decoration:none}.schema-btn.focus,.schema-btn:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.25);box-shadow:0 0 0 2px rgba(2,117,216,.25)}.schema-btn.disabled,.schema-btn:disabled{cursor:not-allowed;opacity:.65}.schema-btn.active,.schema-btn:active{background-image:none}a.schema-btn.disabled,fieldset[disabled] a.schema-btn{pointer-events:none}.schema-btn-primary{color:#fff;background-color:#0275d8;border-color:#0275d8}.schema-btn-primary:hover{color:#fff;background-color:#025aa5;border-color:#01549b}.schema-btn-primary.focus,.schema-btn-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.5);box-shadow:0 0 0 2px rgba(2,117,216,.5)}.schema-btn-primary.disabled,.schema-btn-primary:disabled{background-color:#0275d8;border-color:#0275d8}.schema-btn-primary.active,.schema-btn-primary:active,.show>.schema-btn-primary.dropdown-toggle{color:#fff;background-color:#025aa5;background-image:none;border-color:#01549b}.schema-btn-secondary{color:#292b2c;background-color:#fff;border-color:#ccc}.schema-btn-secondary:hover{color:#292b2c;background-color:#e6e6e6;border-color:#adadad}.schema-btn-secondary.focus,.schema-btn-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204,204,204,.5);box-shadow:0 0 0 2px rgba(204,204,204,.5)}.schema-btn-secondary.disabled,.schema-btn-secondary:disabled{background-color:#fff;border-color:#ccc}.schema-btn-secondary.active,.schema-btn-secondary:active,.show>.schema-btn-secondary.dropdown-toggle{color:#292b2c;background-color:#e6e6e6;background-image:none;border-color:#adadad}.schema-btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.schema-btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.schema-btn-info.focus,.schema-btn-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91,192,222,.5);box-shadow:0 0 0 2px rgba(91,192,222,.5)}.schema-btn-info.disabled,.schema-btn-info:disabled{background-color:#5bc0de;border-color:#5bc0de}.schema-btn-info.active,.schema-btn-info:active,.show>.schema-btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;background-image:none;border-color:#2aabd2}.schema-btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.schema-btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.schema-btn-success.focus,.schema-btn-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92,184,92,.5);box-shadow:0 0 0 2px rgba(92,184,92,.5)}.schema-btn-success.disabled,.schema-btn-success:disabled{background-color:#5cb85c;border-color:#5cb85c}.schema-btn-success.active,.schema-btn-success:active,.show>.schema-btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#419641}.schema-btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.schema-btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.schema-btn-warning.focus,.schema-btn-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240,173,78,.5);box-shadow:0 0 0 2px rgba(240,173,78,.5)}.schema-btn-warning.disabled,.schema-btn-warning:disabled{background-color:#f0ad4e;border-color:#f0ad4e}.schema-btn-warning.active,.schema-btn-warning:active,.show>.schema-btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#eb9316}.schema-btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.schema-btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.schema-btn-danger.focus,.schema-btn-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217,83,79,.5);box-shadow:0 0 0 2px rgba(217,83,79,.5)}.schema-btn-danger.disabled,.schema-btn-danger:disabled{background-color:#d9534f;border-color:#d9534f}.schema-btn-danger.active,.schema-btn-danger:active,.show>.schema-btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#c12e2a}.schema-btn-outline-primary{color:#0275d8;background-image:none;background-color:transparent;border-color:#0275d8}.schema-btn-outline-primary:hover{color:#fff;background-color:#0275d8;border-color:#0275d8}.schema-btn-outline-primary.focus,.schema-btn-outline-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.5);box-shadow:0 0 0 2px rgba(2,117,216,.5)}.schema-btn-outline-primary.disabled,.schema-btn-outline-primary:disabled{color:#0275d8;background-color:transparent}.schema-btn-outline-primary.active,.schema-btn-outline-primary:active,.show>.schema-btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0275d8;border-color:#0275d8}.schema-btn-outline-secondary{color:#ccc;background-image:none;background-color:transparent;border-color:#ccc}.schema-btn-outline-secondary:hover{color:#fff;background-color:#ccc;border-color:#ccc}.schema-btn-outline-secondary.focus,.schema-btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204,204,204,.5);box-shadow:0 0 0 2px rgba(204,204,204,.5)}.schema-btn-outline-secondary.disabled,.schema-btn-outline-secondary:disabled{color:#ccc;background-color:transparent}.schema-btn-outline-secondary.active,.schema-btn-outline-secondary:active,.show>.schema-btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.schema-btn-outline-info{color:#5bc0de;background-image:none;background-color:transparent;border-color:#5bc0de}.schema-btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.schema-btn-outline-info.focus,.schema-btn-outline-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91,192,222,.5);box-shadow:0 0 0 2px rgba(91,192,222,.5)}.schema-btn-outline-info.disabled,.schema-btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.schema-btn-outline-info.active,.schema-btn-outline-info:active,.show>.schema-btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.schema-btn-outline-success{color:#5cb85c;background-image:none;background-color:transparent;border-color:#5cb85c}.schema-btn-outline-success:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.schema-btn-outline-success.focus,.schema-btn-outline-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92,184,92,.5);box-shadow:0 0 0 2px rgba(92,184,92,.5)}.schema-btn-outline-success.disabled,.schema-btn-outline-success:disabled{color:#5cb85c;background-color:transparent}.schema-btn-outline-success.active,.schema-btn-outline-success:active,.show>.schema-btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.schema-btn-outline-warning{color:#f0ad4e;background-image:none;background-color:transparent;border-color:#f0ad4e}.schema-btn-outline-warning:hover{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.schema-btn-outline-warning.focus,.schema-btn-outline-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240,173,78,.5);box-shadow:0 0 0 2px rgba(240,173,78,.5)}.schema-btn-outline-warning.disabled,.schema-btn-outline-warning:disabled{color:#f0ad4e;background-color:transparent}.schema-btn-outline-warning.active,.schema-btn-outline-warning:active,.show>.schema-btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.schema-btn-outline-danger{color:#d9534f;background-image:none;background-color:transparent;border-color:#d9534f}.schema-btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.schema-btn-outline-danger.focus,.schema-btn-outline-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217,83,79,.5);box-shadow:0 0 0 2px rgba(217,83,79,.5)}.schema-btn-outline-danger.disabled,.schema-btn-outline-danger:disabled{color:#d9534f;background-color:transparent}.schema-btn-outline-danger.active,.schema-btn-outline-danger:active,.show>.schema-btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.schema-btn-link{font-weight:400;color:#0275d8;border-radius:0}.schema-btn-link,.schema-btn-link.active,.schema-btn-link:active,.schema-btn-link:disabled{background-color:transparent}.schema-btn-link,.schema-btn-link:active,.schema-btn-link:focus,.schema-btn-link:hover{border-color:transparent}.schema-btn-link:focus,.schema-btn-link:hover{color:#014c8c;text-decoration:underline;background-color:transparent}.schema-btn-link:disabled{color:#636c72}.schema-btn-link:disabled:focus,.schema-btn-link:disabled:hover{text-decoration:none}.schema-btn-group-lg>.schema-btn,.schema-btn-lg{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.schema-btn-group-sm>.schema-btn,.schema-btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.schema-btn-block{display:block;width:100%}.schema-btn-block+.schema-btn-block{margin-top:.5rem}input[type=button].schema-btn-block,input[type=reset].schema-btn-block,input[type=submit].schema-btn-block{width:100%}.schema-fade{opacity:0;transition:opacity .15s linear}.schema-fade.schema-show{opacity:1}.schema-collapse{display:none}.schema-collapse.schema-show{display:block}tr.schema-collapse.schema-show{display:table-row}tbody.schema-collapse.schema-show{display:table-row-group}.schema-collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.schema-dropdown,.schema-dropup{position:relative}.schema-dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.schema-dropdown-toggle:empty::after{margin-left:0}.schema-dropup .schema-dropdown-menu{margin-top:0;margin-bottom:.125rem}.schema-dropup .schema-dropdown-toggle::after{border-top:0;border-bottom:.3em solid}.schema-dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.schema-dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.schema-dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background:0 0;border:0}.schema-btn-group-vertical>.schema-btn-group:not(:first-child):not(:last-child)>.schema-btn,.schema-btn-group-vertical>.schema-btn:not(:first-child):not(:last-child),.schema-btn-group>.schema-btn-group:not(:first-child):not(:last-child)>.schema-btn,.schema-btn-group>.schema-btn:not(:first-child):not(:last-child):not(.schema-dropdown-toggle),.schema-input-group .schema-form-control:not(:first-child):not(:last-child),.schema-input-group-addon:not(:first-child):not(:last-child),.schema-input-group-btn:not(:first-child):not(:last-child){border-radius:0}.schema-dropdown-item:focus,.schema-dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.schema-dropdown-item.active,.schema-dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.schema-dropdown-item.disabled,.schema-dropdown-item:disabled{color:#868e96;background-color:transparent}.schema-show>a{outline:0}.schema-dropdown-menu.schema-show{display:block}.schema-dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#868e96;white-space:nowrap}.schema-btn-group,.schema-btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.schema-btn-group-vertical>.schema-btn,.schema-btn-group>.schema-btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:0}.schema-btn-group-vertical>.schema-btn.active,.schema-btn-group-vertical>.schema-btn:active,.schema-btn-group-vertical>.schema-btn:focus,.schema-btn-group-vertical>.schema-btn:hover,.schema-btn-group>.schema-btn.active,.schema-btn-group>.schema-btn:active,.schema-btn-group>.schema-btn:focus,.schema-btn-group>.schema-btn:hover{z-index:2}.schema-btn-group .schema-btn+.schema-btn,.schema-btn-group .schema-btn+.schema-btn-group,.schema-btn-group .schema-btn-group+.schema-btn,.schema-btn-group .schema-btn-group+.schema-btn-group,.schema-btn-group-vertical .schema-btn+.schema-btn,.schema-btn-group-vertical .schema-btn+.schema-btn-group,.schema-btn-group-vertical .schema-btn-group+.schema-btn,.schema-btn-group-vertical .schema-btn-group+.schema-btn-group{margin-left:-1px}.schema-btn+.schema-dropdown-toggle-split::after,.schema-btn-group>.schema-btn:first-child{margin-left:0}.schema-btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.schema-btn-toolbar .schema-input-group{width:auto}.schema-btn-group>.schema-btn:first-child:not(:last-child):not(.schema-dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.schema-btn-group>.schema-btn:last-child:not(:first-child),.schema-btn-group>.schema-dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.schema-btn-group>.schema-btn-group{float:left}.schema-btn-group>.schema-btn-group:first-child:not(:last-child)>.schema-btn:last-child,.schema-btn-group>.schema-btn-group:first-child:not(:last-child)>.schema-dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.schema-btn-group>.schema-btn-group:last-child:not(:first-child)>.schema-btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.schema-btn+.schema-dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.schema-btn-group-sm>.schema-btn+.schema-dropdown-toggle-split,.schema-btn-sm+.schema-dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.schema-btn-group-lg>.schema-btn+.schema-dropdown-toggle-split,.schema-btn-lg+.schema-dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.schema-btn-group-vertical{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.schema-btn-group-vertical .schema-btn,.schema-btn-group-vertical .schema-btn-group{width:100%}.schema-btn-group-vertical>.schema-btn+.schema-btn,.schema-btn-group-vertical>.schema-btn+.schema-btn-group,.schema-btn-group-vertical>.schema-btn-group+.schema-btn,.schema-btn-group-vertical>.schema-btn-group+.schema-btn-group{margin-top:-1px;margin-left:0}.schema-btn-group-vertical>.schema-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.schema-btn-group-vertical>.schema-btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.schema-btn-group-vertical>.schema-btn-group:first-child:not(:last-child)>.schema-btn:last-child,.schema-btn-group-vertical>.schema-btn-group:first-child:not(:last-child)>.schema-dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.schema-btn-group-vertical>.schema-btn-group:last-child:not(:first-child)>.schema-btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.schema [data-toggle=buttons]>.schema-btn input[type=radio],.schema [data-toggle=buttons]>.schema-btn input[type=checkbox],.schema [data-toggle=buttons]>.schema-btn-group>.schema-btn input[type=radio],.schema [data-toggle=buttons]>.schema-btn-group>.schema-btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.schema-input-group{position:relative;display:-ms-flexbox;display:flex;width:100%}.schema-input-group .schema-form-control{position:relative;z-index:2;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.schema-input-group .schema-form-control:active,.schema-input-group .schema-form-control:focus,.schema-input-group .schema-form-control:hover,.schema-input-group-btn>.schema-btn:active,.schema-input-group-btn>.schema-btn:focus,.schema-input-group-btn>.schema-btn:hover{z-index:3}.schema-input-group .schema-form-control,.schema-input-group-addon,.schema-input-group-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.schema-input-group-addon,.schema-input-group-btn{white-space:nowrap;vertical-align:middle}.schema-input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#495057;text-align:center;background-color:#e9ecef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;vertical-align:top;display:inline-block}.schema-input-group-addon.schema-form-control-sm,.schema-input-group-sm>.schema-input-group-addon,.schema-input-group-sm>.schema-input-group-btn>.schema-input-group-addon.schema-btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.schema-input-group-addon.schema-form-control-lg,.schema-input-group-lg>.schema-input-group-addon,.schema-input-group-lg>.schema-input-group-btn>.schema-input-group-addon.schema-btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.schema-input-group-addon input[type=radio],.schema-input-group-addon input[type=checkbox]{margin-top:0}.schema-input-group .schema-form-control:not(:last-child),.schema-input-group-addon:not(:last-child),.schema-input-group-btn:not(:first-child)>.schema-btn-group:not(:last-child)>.schema-btn,.schema-input-group-btn:not(:first-child)>.schema-btn:not(:last-child):not(.schema-dropdown-toggle),.schema-input-group-btn:not(:last-child)>.schema-btn,.schema-input-group-btn:not(:last-child)>.schema-btn-group>.schema-btn,.schema-input-group-btn:not(:last-child)>.schema-dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.schema-input-group-addon:not(:last-child){border-right:0}.schema-input-group .schema-form-control:not(:first-child),.schema-input-group-addon:not(:first-child),.schema-input-group-btn:not(:first-child)>.schema-btn,.schema-input-group-btn:not(:first-child)>.schema-btn-group>.schema-btn,.schema-input-group-btn:not(:first-child)>.schema-dropdown-toggle,.schema-input-group-btn:not(:last-child)>.schema-btn-group:not(:first-child)>.schema-btn,.schema-input-group-btn:not(:last-child)>.schema-btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.schema-form-control+.schema-input-group-addon:not(:first-child){border-left:0}.schema-input-group-btn{position:relative;font-size:0;white-space:nowrap}.schema-input-group-btn>.schema-btn{position:relative}.schema-input-group-btn>.schema-btn+.schema-btn{margin-left:-1px}.schema-input-group-btn:not(:last-child)>.schema-btn,.schema-input-group-btn:not(:last-child)>.schema-btn-group{margin-right:-1px}.schema-input-group-btn:not(:first-child)>.schema-btn,.schema-input-group-btn:not(:first-child)>.schema-btn-group{z-index:2;margin-left:-1px}.schema-input-group-btn:not(:first-child)>.schema-btn-group:active,.schema-input-group-btn:not(:first-child)>.schema-btn-group:focus,.schema-input-group-btn:not(:first-child)>.schema-btn-group:hover,.schema-input-group-btn:not(:first-child)>.schema-btn:active,.schema-input-group-btn:not(:first-child)>.schema-btn:focus,.schema-input-group-btn:not(:first-child)>.schema-btn:hover{z-index:3}.schema-custom-control{position:relative;display:-ms-inline-flexbox;display:inline-flex;min-height:1.5rem;padding-left:1.5rem;margin-right:1rem}.schema-custom-control-input{position:absolute;z-index:-1;opacity:0}.schema-custom-control-input:checked~.schema-custom-control-indicator{color:#fff;background-color:#007bff}.schema-custom-control-input:focus~.schema-custom-control-indicator{box-shadow:0 0 0 1px #fff,0 0 0 3px #007bff}.schema-custom-control-input:active~.schema-custom-control-indicator{color:#fff;background-color:#b3d7ff}.schema-custom-control-input:disabled~.schema-custom-control-indicator{background-color:#e9ecef}.schema-custom-control-input:disabled~.schema-custom-control-description{color:#868e96}.schema-custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.schema-custom-checkbox .schema-custom-control-indicator{border-radius:.25rem}.schema-custom-checkbox .schema-custom-control-input:checked~.schema-custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.schema-custom-checkbox .schema-custom-control-input:indeterminate~.schema-custom-control-indicator{background-color:#007bff;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.schema-custom-radio .schema-custom-control-indicator{border-radius:50%}.schema-custom-radio .schema-custom-control-input:checked~.schema-custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.schema-custom-controls-stacked{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.schema-custom-controls-stacked .schema-custom-control{margin-bottom:.25rem}.schema-custom-controls-stacked .schema-custom-control+.schema-custom-control{margin-left:0}.schema-custom-select{display:inline-block;max-width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.25;color:#495057;vertical-align:middle;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.schema-custom-select:focus{border-color:#80bdff;outline:0}.schema-custom-select:focus::-ms-value{color:#495057;background-color:#fff}.schema-custom-select:disabled{color:#868e96;background-color:#e9ecef}.schema-custom-select::-ms-expand{opacity:0}.schema-custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.schema-custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;margin-bottom:0}.schema-custom-file-control,.schema-custom-file-control::before{position:absolute;height:2.5rem;padding:.5rem 1rem;color:#495057;line-height:1.5}.schema-custom-file-input{min-width:14rem;max-width:100%;height:2.5rem;margin:0;opacity:0}.schema-custom-file-control{top:0;right:0;left:0;z-index:5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.schema-custom-file-control:lang(en):empty::after{content:"Choose file..."}.schema-custom-file-control::before{top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;background-color:#e9ecef;border:1px solid rgba(0,0,0,.15);border-radius:0 .25rem .25rem 0}.schema-custom-file-control:lang(en)::before{content:"Browse"}.schema-modal-open{overflow:hidden}.schema-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.schema-modal.fade .schema-modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.schema-modal.show .schema-modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.schema-modal-open .schema-modal{overflow-x:hidden;overflow-y:auto}.schema-modal-dialog{position:relative;width:auto;margin:10px}.schema-modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.schema-badge,.schema-progress{text-align:center;border-radius:.25rem}.schema-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.schema-modal-backdrop.fade{opacity:0}.schema-modal-backdrop.show{opacity:.5}.schema-modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #e9ecef}.schema-modal-title{margin-bottom:0;line-height:1.5}.schema-modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.schema-modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #e9ecef}.schema-modal-footer>:not(:first-child){margin-left:.25rem}.schema-modal-footer>:not(:last-child){margin-right:.25rem}.schema-modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.schema-modal-dialog{max-width:500px;margin:30px auto}.schema-modal-sm{max-width:300px}}@media (min-width:992px){.schema-modal-lg{max-width:800px}}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.schema-progress{display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;background-color:#e9ecef}.schema-badge-primary,.schema-progress-bar{background-color:#007bff;color:#fff}.schema-progress-bar{height:1rem;line-height:1rem;transition:width .6s ease}.schema-progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.schema-progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.schema-badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;white-space:nowrap;vertical-align:baseline}.schema-badge:empty{display:none}.schema-btn .schema-badge{position:relative;top:-1px}.schema-badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.schema-badge-primary[href]:focus,.schema-badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.schema-badge-secondary{color:#fff;background-color:#868e96}.schema-badge-secondary[href]:focus,.schema-badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#6c757d}.schema-badge-success{color:#fff;background-color:#28a745}.schema-badge-success[href]:focus,.schema-badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.schema-badge-info{color:#fff;background-color:#17a2b8}.schema-badge-info[href]:focus,.schema-badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.schema-badge-warning{color:#111;background-color:#ffc107}.schema-badge-warning[href]:focus,.schema-badge-warning[href]:hover{color:#111;text-decoration:none;background-color:#d39e00}.schema-badge-danger{color:#fff;background-color:#dc3545}.schema-badge-danger[href]:focus,.schema-badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.schema-badge-light{color:#111;background-color:#f8f9fa}.schema-badge-light[href]:focus,.schema-badge-light[href]:hover{color:#111;text-decoration:none;background-color:#dae0e5}.schema-badge-dark{color:#fff;background-color:#343a40}.schema-badge-dark[href]:focus,.schema-badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}
|
assets/fonts/dashicons.eot
CHANGED
File without changes
|
assets/fonts/dashicons.svg
CHANGED
File without changes
|
assets/fonts/dashicons.ttf
CHANGED
File without changes
|
assets/fonts/dashicons.woff
CHANGED
File without changes
|
assets/images/screenshot-5.png
ADDED
Binary file
|
assets/vendors/woo-setup-wiz/css/admin-rtl.css
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
1 |
+
.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
+
@charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.wc_addons_wrap{max-width:1200px}.wc_addons_wrap h1.search-form-title{clear:right;padding:0}.wc_addons_wrap form.search-form{clear:both;display:block;position:relative;margin-top:1em;margin-bottom:1em}.wc_addons_wrap form.search-form input{border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;height:53px;padding-right:50px;width:100%;margin:0}.wc_addons_wrap form.search-form button{background:0 0;border:none;cursor:pointer;height:53px;position:absolute;width:53px}.wc_addons_wrap .update-plugins .update-count{background-color:#d54e21;border-radius:10px;color:#fff;display:inline-block;font-size:9px;font-weight:600;line-height:17px;margin:1px 2px 0 0;padding:0 6px;vertical-align:text-top}.wc_addons_wrap .addons-featured{margin:0}.wc_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wc_addons_wrap .subsubsub li::after{content:'|'}.wc_addons_wrap .subsubsub li:last-child::after{content:''}.wc_addons_wrap .addons-banner-block-item-icon,.wc_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.wc_addons_wrap .addons-banner-block,.wc_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.wc_addons_wrap .addons-banner-block img{height:62px}.wc_addons_wrap .addons-banner-block p{margin:0 0 20px}.wc_addons_wrap .addons-banner-block-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 -10px 0 -10px}.wc_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin:1em;min-width:200px;width:30%}.wc_addons_wrap .addons-banner-block-item-icon{background:#f7f7f7;height:143px}.wc_addons_wrap .addons-banner-block-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:184px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:24px}.wc_addons_wrap .addons-banner-block-item-content h3{margin-top:0}.wc_addons_wrap .addons-banner-block-item-content p{margin:0 0 auto}.wc_addons_wrap .addons-wcs-banner-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wc_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-left:2em;padding:4em}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{max-height:86px;max-width:97px}.wc_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-right:0;margin-left:0;margin-top:1em}.wc_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;padding:1em 0}.wc_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wc_addons_wrap .addons-column-section{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.wc_addons_wrap .addons-column{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:50%;padding:0 .5em}.wc_addons_wrap .addons-column:nth-child(2){margin-left:0}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-dark-block,.wc_addons_wrap .addons-small-light-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px}.wc_addons_wrap .addons-column-block img{max-height:50px;max-width:50px}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-light-block{background:#fff}.wc_addons_wrap .addons-column-block-left{float:right}.wc_addons_wrap .addons-column-block-right{float:left}.wc_addons_wrap .addons-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 -20px;padding:20px}.wc_addons_wrap .addons-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 0 10px 10px;width:100px}.wc_addons_wrap .addons-column-block-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-width:200px}.wc_addons_wrap .addons-column-block-item-content h2{float:right;margin-top:8px}.wc_addons_wrap .addons-column-block-item-content a{float:left}.wc_addons_wrap .addons-column-block-item-content p{float:right}.wc_addons_wrap .addons-banner-block-item,.wc_addons_wrap .addons-column-block-item{display:none}.wc_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wc_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wc_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wc_addons_wrap .addons-small-dark-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.wc_addons_wrap .addons-small-dark-item{margin:0 0 20px}.wc_addons_wrap .addons-small-dark-block h1{color:#fff}.wc_addons_wrap .addons-small-dark-block p{color:#fafafa}.wc_addons_wrap .addons-small-dark-item-icon img{height:30px}.wc_addons_wrap .addons-small-dark-item a{margin:28px auto 0}.wc_addons_wrap .addons-small-light-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.wc_addons_wrap .addons-small-light-block h1{margin-top:-12px}.wc_addons_wrap .addons-small-light-block p{margin-top:0}.wc_addons_wrap .addons-small-light-block img{height:225px;margin:0 -20px 0 0}.wc_addons_wrap .addons-small-light-block-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 100px;-ms-flex:1 1 100px;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.wc_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.wc_addons_wrap .addons-small-light-block-content a{width:48%}.wc_addons_wrap .addons-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wc_addons_wrap .addons-button-solid{background-color:#955a89;color:#fff}.wc_addons_wrap .addons-button-solid:hover{color:#fff;opacity:.8}.wc_addons_wrap .addons-button-outline-green{border:1px solid #73ae39;color:#73ae39}.wc_addons_wrap .addons-button-outline-green:hover{color:#73ae39;opacity:.8}.wc_addons_wrap .addons-button-outline-white{border:1px solid #fff;color:#fff}.wc_addons_wrap .addons-button-outline-white:hover{color:#fff;opacity:.8}.wc_addons_wrap .addons-button-installed{background:#e6e6e6;color:#3c3c3c}.wc_addons_wrap .addons-button-installed:hover{color:#3c3c3c;opacity:.8}@media only screen and (max-width:400px){.wc_addons_wrap .addons-featured{margin:-1% -5%}.wc_addons_wrap .addons-button{width:100%}.wc_addons_wrap .addons-small-dark-item{width:100%}.wc_addons_wrap .addons-column-block-item-icon{background:0 0;border:none;height:75px;margin:0 0 10px 10px;width:75px}}.wc_addons_wrap .products{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5em}.wc_addons_wrap .products li{float:right;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wc_addons_wrap .products li a{text-decoration:none;color:inherit;display:block;height:100%}.wc_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.wc_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-left:260px solid #fff}.wc_addons_wrap .products li a img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a .price{display:none}.wc_addons_wrap .products li a h2,.wc_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wc_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wc_addons_wrap .products li a:focus,.wc_addons_wrap .products li a:hover{background-color:#fff}.wc_addons_wrap .storefront{background:url(../images/storefront-bg.jpg) bottom right #f6f6f6;border:1px solid #ddd;margin-top:1em;padding:20px;overflow:hidden;zoom:1}.wc_addons_wrap .storefront img{width:278px;height:auto;float:right;margin:0 0 0 20px;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.1);box-shadow:0 1px 6px rgba(0,0,0,.1)}.wc_addons_wrap .storefront p{max-width:750px}.woocommerce-BlankState a.button-primary,.woocommerce-BlankState button.button-primary,.woocommerce-message a.button-primary,.woocommerce-message button.button-primary{background:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;color:#fff;text-shadow:0 -1px 1px #a36597,-1px 0 1px #a36597,0 1px 1px #a36597,1px 0 1px #a36597;display:inline-block}.woocommerce-BlankState a.button-primary:active,.woocommerce-BlankState a.button-primary:focus,.woocommerce-BlankState a.button-primary:hover,.woocommerce-BlankState button.button-primary:active,.woocommerce-BlankState button.button-primary:focus,.woocommerce-BlankState button.button-primary:hover,.woocommerce-message a.button-primary:active,.woocommerce-message a.button-primary:focus,.woocommerce-message a.button-primary:hover,.woocommerce-message button.button-primary:active,.woocommerce-message button.button-primary:focus,.woocommerce-message button.button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-message{position:relative;border-right-color:#cc99c2!important;overflow:hidden}.woocommerce-message a.docs,.woocommerce-message a.skip{text-decoration:none!important}.woocommerce-message a.woocommerce-message-close{position:static;float:left;padding:0 28px 10px 15px;margin-top:-10px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before{position:relative;top:18px;right:-20px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.woocommerce-message .twitter-share-button{margin-top:-3px;margin-right:3px;vertical-align:middle}#variable_product_options #message,#variable_product_options .notice{margin:10px}.clear{clear:both}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:transparent none;color:inherit}.simplify-commerce-banner{overflow:hidden}.simplify-commerce-banner img{float:left;padding:15px 0;margin-right:1em;width:200px}.woocommerce-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.woocommerce-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}h2 .woocommerce-help-tip{margin-top:-5px;margin-right:.25em}table.wc_status_table{margin-bottom:1em}table.wc_status_table h2{font-size:14px;margin:0}table.wc_status_table tr:nth-child(2n) td,table.wc_status_table tr:nth-child(2n) th{background:#fcfcfc}table.wc_status_table th{font-weight:700;padding:9px}table.wc_status_table td:first-child{width:33%}table.wc_status_table td.help{width:1em}table.wc_status_table td,table.wc_status_table th{font-size:1.1em;font-weight:400}table.wc_status_table td.run-tool,table.wc_status_table th.run-tool{text-align:left}table.wc_status_table td strong.name,table.wc_status_table th strong.name{display:block;margin-bottom:.5em}table.wc_status_table td mark,table.wc_status_table th mark{background:transparent none}table.wc_status_table td mark.yes,table.wc_status_table th mark.yes{color:#7ad03a}table.wc_status_table td mark.no,table.wc_status_table th mark.no{color:#999}table.wc_status_table td .red,table.wc_status_table td mark.error,table.wc_status_table th .red,table.wc_status_table th mark.error{color:#a00}table.wc_status_table td ul,table.wc_status_table th ul{margin:0}table.wc_status_table .help_tip{cursor:help}table.wc_status_table--tools td,table.wc_status_table--tools th{padding:2em}.taxonomy-product_cat .column-thumb .woocommerce-help-tip{font-size:1.5em;margin:0 -34px 0 0;padding:0 2px 5px;display:block;position:absolute}#debug-report{display:none;margin:10px 0;padding:0;position:relative}#debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}.wp-list-table.logs .log-level{display:inline;padding:.2em .6em .3em;font-size:80%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.2em}.wp-list-table.logs .log-level:empty{display:none}.wp-list-table.logs .log-level--alert,.wp-list-table.logs .log-level--emergency{background-color:#ff4136}.wp-list-table.logs .log-level--critical,.wp-list-table.logs .log-level--error{background-color:#ff851b}.wp-list-table.logs .log-level--notice,.wp-list-table.logs .log-level--warning{color:#222;background-color:#ffdc00}.wp-list-table.logs .log-level--info{background-color:#0074d9}.wp-list-table.logs .log-level--debug{background-color:#3d9970}@media screen and (min-width:783px){.wp-list-table.logs .column-timestamp{width:18%}.wp-list-table.logs .column-level{width:14%}.wp-list-table.logs .column-source{width:15%}}#log-viewer-select{padding:10px 0 8px;line-height:28px}#log-viewer-select h2 a{vertical-align:middle}#log-viewer{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);padding:5px 20px}#log-viewer pre{font-family:monospace;white-space:pre-wrap;word-wrap:break-word}.inline-edit-product.quick-edit-row .inline-edit-col-center,.inline-edit-product.quick-edit-row .inline-edit-col-right{float:left!important}#woocommerce-fields.inline-edit-col{clear:right}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-right:10px}#woocommerce-fields.inline-edit-col label.stock_status_field{clear:both;float:right}#woocommerce-fields.inline-edit-col .dimensions div{display:block;margin:.2em 0}#woocommerce-fields.inline-edit-col .dimensions div span.title{display:block;float:right;width:5em}#woocommerce-fields.inline-edit-col .dimensions div span.input-text-wrap{display:block;margin-right:5em}#woocommerce-fields.inline-edit-col .text{-webkit-box-sizing:border-box;box-sizing:border-box;width:99%;float:right;margin:1px 1px 1px 1%}#woocommerce-fields.inline-edit-col .height,#woocommerce-fields.inline-edit-col .length,#woocommerce-fields.inline-edit-col .width{width:32.33%}#woocommerce-fields.inline-edit-col .height{margin-left:0}#woocommerce-fields-bulk.inline-edit-col label{clear:right}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group label{clear:none;width:49%;margin:.2em 0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group.dimensions label{width:75%;max-width:75%}#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .regular_price,#woocommerce-fields-bulk.inline-edit-col .sale_price,#woocommerce-fields-bulk.inline-edit-col .stock,#woocommerce-fields-bulk.inline-edit-col .weight{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin-right:4.4em}#woocommerce-fields-bulk.inline-edit-col .height,#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .width{-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.column-coupon_code{line-height:2.25em}.column-coupon_code,ul.wc_coupon_list{margin:0;overflow:hidden;zoom:1;clear:both}ul.wc_coupon_list{padding-bottom:5px}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block;position:relative;padding:0 .5em;background-color:#fff;border:1px solid #aaa;-webkit-box-shadow:0 1px 0 #dfdfdf;box-shadow:0 1px 0 #dfdfdf;border-radius:4px;margin-left:5px;margin-top:5px}ul.wc_coupon_list li.code.editable{padding-left:2em}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list li.code .tips span{color:#888}ul.wc_coupon_list li.code .tips span:hover{color:#000}ul.wc_coupon_list li.code .remove-coupon{text-decoration:none;color:#888;position:absolute;top:7px;left:20px;left:7px}ul.wc_coupon_list li.code .remove-coupon::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}ul.wc_coupon_list li.code .remove-coupon:hover::before{color:#a00}ul.wc_coupon_list_block{margin:0;padding-bottom:2px}ul.wc_coupon_list_block li{border-top:1px solid #fff;border-bottom:1px solid #ccc;line-height:2.5em;margin:0;padding:.5em 0}ul.wc_coupon_list_block li:first-child{border-top:0;padding-top:0}ul.wc_coupon_list_block li:last-child{border-bottom:0;padding-bottom:0}.button.wc-reload{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;padding:0;height:28px;width:28px!important;display:inline-block}.button.wc-reload::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:28px}#woocommerce-order-data .handlediv,#woocommerce-order-data .hndle{display:none}#woocommerce-order-data .inside{display:block!important}#order_data{padding:23px 24px 12px}#order_data h2{margin:0;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-size:21px;font-weight:400;line-height:1.2;text-shadow:-1px 1px 1px #fff;padding:0}#order_data h3{font-size:14px}#order_data h3,#order_data h4{color:#333;margin:1.33em 0 0}#order_data p{color:#777}#order_data p.order_number{margin:0;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-weight:400;line-height:1.6em;font-size:16px}#order_data .order_data_column_container{clear:both}#order_data .order_data_column{width:32%;padding:0 0 0 2%;float:right}#order_data .order_data_column>h3 span{display:block}#order_data .order_data_column:last-child{padding-left:0}#order_data .order_data_column p{padding:0!important}#order_data .order_data_column .address strong{display:block}#order_data .order_data_column .form-field{float:right;clear:right;width:48%;padding:0;margin:9px 0 0}#order_data .order_data_column .form-field label{display:block;padding:0 0 3px}#order_data .order_data_column .form-field input,#order_data .order_data_column .form-field textarea{width:100%}#order_data .order_data_column .form-field select{width:100%}#order_data .order_data_column .form-field .select2-container{width:100%!important}#order_data .order_data_column .form-field .date-picker{width:50%}#order_data .order_data_column .form-field .hour,#order_data .order_data_column .form-field .minute{width:3.5em}#order_data .order_data_column .form-field small{display:block;margin:5px 0 0;color:#999}#order_data .order_data_column ._billing_address_2_field,#order_data .order_data_column ._billing_last_name_field,#order_data .order_data_column ._billing_phone_field,#order_data .order_data_column ._billing_postcode_field,#order_data .order_data_column ._billing_state_field,#order_data .order_data_column ._shipping_address_2_field,#order_data .order_data_column ._shipping_last_name_field,#order_data .order_data_column ._shipping_postcode_field,#order_data .order_data_column ._shipping_state_field,#order_data .order_data_column .form-field.last{float:left;clear:left}#order_data .order_data_column ._billing_company_field,#order_data .order_data_column ._shipping_company_field,#order_data .order_data_column ._transaction_id_field,#order_data .order_data_column .form-field-wide{width:100%;clear:both}#order_data .order_data_column ._billing_company_field .wc-category-search,#order_data .order_data_column ._billing_company_field .wc-customer-search,#order_data .order_data_column ._billing_company_field .wc-enhanced-select,#order_data .order_data_column ._billing_company_field input,#order_data .order_data_column ._billing_company_field select,#order_data .order_data_column ._billing_company_field textarea,#order_data .order_data_column ._shipping_company_field .wc-category-search,#order_data .order_data_column ._shipping_company_field .wc-customer-search,#order_data .order_data_column ._shipping_company_field .wc-enhanced-select,#order_data .order_data_column ._shipping_company_field input,#order_data .order_data_column ._shipping_company_field select,#order_data .order_data_column ._shipping_company_field textarea,#order_data .order_data_column ._transaction_id_field .wc-category-search,#order_data .order_data_column ._transaction_id_field .wc-customer-search,#order_data .order_data_column ._transaction_id_field .wc-enhanced-select,#order_data .order_data_column ._transaction_id_field input,#order_data .order_data_column ._transaction_id_field select,#order_data .order_data_column ._transaction_id_field textarea,#order_data .order_data_column .form-field-wide .wc-category-search,#order_data .order_data_column .form-field-wide .wc-customer-search,#order_data .order_data_column .form-field-wide .wc-enhanced-select,#order_data .order_data_column .form-field-wide input,#order_data .order_data_column .form-field-wide select,#order_data .order_data_column .form-field-wide textarea{width:100%}#order_data .order_data_column p.none_set{color:#999}#order_data .order_data_column div.edit_address{display:none;zoom:1;padding-left:1px}#order_data .order_data_column .wc-customer-user label a,#order_data .order_data_column .wc-order-status label a{float:left;margin-right:8px}#order_data .order_data_column a.edit_address{width:14px;height:0;padding:14px 0 0;margin:0 6px 0 0;overflow:hidden;position:relative;color:#999;border:0;float:left}#order_data .order_data_column a.edit_address:focus,#order_data .order_data_column a.edit_address:hover{color:#000}#order_data .order_data_column a.edit_address::after{font-family:WooCommerce;position:absolute;top:0;right:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400}#order_data .order_data_column a.edit_address::after{font-family:Dashicons;content:'\f464'}#order_data .order_data_column .billing-same-as-shipping,#order_data .order_data_column .load_customer_billing,#order_data .order_data_column .load_customer_shipping{font-size:13px;display:inline-block;font-weight:400}#order_data .order_data_column .load_customer_shipping{margin-left:.3em}.order_actions{margin:0;overflow:hidden;zoom:1}.order_actions li{border-top:1px solid #fff;border-bottom:1px solid #ddd;padding:6px 0;margin:0;line-height:1.6em;float:right;width:50%;text-align:center}.order_actions li a{float:none;text-align:center;text-decoration:underline}.order_actions li.wide{width:auto;float:none;clear:both;padding:6px;text-align:right;overflow:hidden}.order_actions li #delete-action{line-height:25px;vertical-align:middle;text-align:right;float:right}.order_actions li .save_order{float:left}.order_actions li#actions{overflow:hidden}.order_actions li#actions .button{width:24px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}.order_actions li#actions select{width:225px;-webkit-box-sizing:border-box;box-sizing:border-box;float:right}#woocommerce-order-items .inside{margin:0;padding:0;background:#fefefe}#woocommerce-order-items .wc-order-data-row{border-bottom:1px solid #dfdfdf;padding:1.5em 2em;background:#f8f8f8;line-height:2em;text-align:left}#woocommerce-order-items .wc-order-data-row::after,#woocommerce-order-items .wc-order-data-row::before{content:' ';display:table}#woocommerce-order-items .wc-order-data-row::after{clear:both}#woocommerce-order-items .wc-order-data-row p{margin:0;line-height:2em}#woocommerce-order-items .wc-order-data-row .wc-used-coupons{text-align:right}#woocommerce-order-items .wc-order-data-row .wc-used-coupons .tips{display:inline-block}#woocommerce-order-items .wc-used-coupons{float:right;width:50%}#woocommerce-order-items .wc-order-totals{float:left;width:50%;margin:0;padding:0;text-align:left}#woocommerce-order-items .wc-order-totals .amount{font-weight:700}#woocommerce-order-items .wc-order-totals .label{vertical-align:top}#woocommerce-order-items .wc-order-totals .total{font-size:1em!important;width:10em;margin:0 .5em 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}#woocommerce-order-items .wc-order-totals .total input[type=text]{width:96%;float:left}#woocommerce-order-items .wc-order-totals .refunded-total{color:#a00}#woocommerce-order-items .refund-actions{margin-top:5px;padding-top:12px;border-top:1px solid #dfdfdf}#woocommerce-order-items .refund-actions .button{float:left;margin-right:4px}#woocommerce-order-items .refund-actions .cancel-action{float:right;margin-right:0}#woocommerce-order-items .wc-order-item-bulk-edit .cancel-action{float:right;margin-right:0}#woocommerce-order-items .add_meta{margin-right:0!important}#woocommerce-order-items h3 small{color:#999}#woocommerce-order-items .amount{white-space:nowrap}#woocommerce-order-items .add-items .description{margin-left:10px}#woocommerce-order-items .add-items .button{float:right;margin-left:.25em}#woocommerce-order-items .add-items .button-primary{float:none;margin-left:0}#woocommerce-order-items .inside{display:block!important}#woocommerce-order-items .handlediv,#woocommerce-order-items .hndle{display:none}#woocommerce-order-items .woocommerce_order_items_wrapper{margin:0;overflow-x:auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items{width:100%;background:#fff}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th{text-align:right;padding:1em;font-weight:400;color:#999;background:#f8f8f8;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th.sortable{cursor:pointer}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th:last-child{padding-left:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th:first-child{padding-right:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th .wc-arrow{float:left;position:relative;margin-left:-1em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td{padding:1.5em 1em 1em;text-align:right;line-height:1.5em;vertical-align:top;border-bottom:1px solid #f8f8f8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{width:100%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td select{width:50%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{font-size:14px;padding:4px;color:#555}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:last-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td:last-child{padding-left:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td:first-child{padding-right:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr td{cursor:pointer}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr.selected{background:#f5ebf3}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr.selected td{border-color:#e6cce1;opacity:.8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:last-child td{border-bottom:1px solid #dfdfdf}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:first-child td{border-top:8px solid #f8f8f8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody#order_line_items tr:first-child td{border-top:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb{text-align:right;width:38px;padding-bottom:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail{width:38px;height:38px;border:2px solid #e8e8e8;background:#f8f8f8;color:#ccc;position:relative;font-size:21px;display:block;text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";width:38px;line-height:38px;display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail img{width:100%;height:100%;margin:0;padding:0;position:relative}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.name .wc-order-item-sku,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.name .wc-order-item-variation{display:block;margin-top:.5em;font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item{min-width:200px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .center,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .variation-id{text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class{text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label{white-space:nowrap;color:#999;font-size:.833em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label input{display:inline}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class input{width:70px;vertical-align:middle;text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class select{width:85px;height:26px;vertical-align:middle;font-size:1em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input{display:inline-block;background:#fff;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);margin:1px 0;min-width:80px;overflow:hidden;line-height:1em;text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input label{font-size:.75em;padding:4px 6px 0;color:#555;display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0 6px 4px;color:#555;background:0 0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input input::-webkit-input-placeholder{color:#ddd}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child{border-bottom:1px dashed #ddd;background:#fff}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child label{color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child input{color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .view{white-space:nowrap}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .edit{text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class small.times{font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes{margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes label{display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-discount{display:block;margin-top:.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class small.times{margin-left:.25em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity{text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input{text-align:center;width:50px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items span.subtotal{opacity:.5}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.tax_class,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.tax_class{text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .calculated{border-color:#ae8ca2;border-style:dotted}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{width:100%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{margin:.5em 0 0;font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr th,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr th{border:0;padding:0 0 .5em 4px;line-height:1.5em;width:20%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td{padding:0 0 .5em 4px;border:0;line-height:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input{width:100%;margin:0;position:relative;border-bottom:0;-webkit-box-shadow:none;box-shadow:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td textarea{width:100%;height:4em;margin:0;-webkit-box-shadow:none;box-shadow:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input:focus+textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input:focus+textarea{border-top-color:#999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p{margin:0 0 .5em;line-height:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p:last-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p:last-child{margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .refund_by{border-bottom:1px dotted #999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .shipping_method,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .shipping_method_name{width:100%;margin:0 0 .5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax{white-space:nowrap}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;float:left;font-size:14px;visibility:hidden;margin:3px 0 0 -18px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax:hover::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax:hover::before{color:#a00}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax:hover .delete-order-tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax:hover .delete-order-tax{visibility:visible}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded{display:block;color:#a00;white-space:nowrap;margin-top:.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";position:relative;top:auto;right:auto;margin:-1px 0 0 4px;vertical-align:middle;line-height:1em}#woocommerce-order-items .wc-order-edit-line-item{padding-right:0}#woocommerce-order-items .wc-order-edit-line-item-actions{width:44px;text-align:left;padding-right:0;vertical-align:middle}#woocommerce-order-items .wc-order-edit-line-item-actions a{color:#ccc;display:inline-block;cursor:pointer;padding:0 0 .5em;margin:0 12px 0 0;vertical-align:middle;text-decoration:none;line-height:16px;width:16px;overflow:hidden}#woocommerce-order-items .wc-order-edit-line-item-actions a::before{margin:0;padding:0;font-size:16px;width:16px;height:16px}#woocommerce-order-items .wc-order-edit-line-item-actions a:hover::before{color:#999}#woocommerce-order-items .wc-order-edit-line-item-actions a:first-child{margin-right:0}#woocommerce-order-items .wc-order-edit-line-item-actions .edit-order-item::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";position:relative}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";position:relative}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item:hover::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund:hover::before{color:#a00}#woocommerce-order-items tbody tr .wc-order-edit-line-item-actions{visibility:hidden}#woocommerce-order-items tbody tr:hover .wc-order-edit-line-item-actions{visibility:visible}#woocommerce-order-items .wc-order-totals .wc-order-edit-line-item-actions{width:1.5em;visibility:visible!important}#woocommerce-order-items .wc-order-totals .wc-order-edit-line-item-actions a{padding:0}#woocommerce-order-downloads .buttons{float:right;padding:0;margin:0;vertical-align:top}#woocommerce-order-downloads .buttons .add_item_id,#woocommerce-order-downloads .buttons .select2-container{width:400px!important;margin-left:9px;vertical-align:top;float:right}#woocommerce-order-downloads .buttons button{margin:2px 0 0}#woocommerce-order-downloads h3 small{color:#999}#poststuff #woocommerce-order-actions .inside{margin:0;padding:0}#poststuff #woocommerce-order-actions .inside ul.order_actions li{padding:6px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#poststuff #woocommerce-order-actions .inside ul.order_actions li:last-child{border-bottom:0}#poststuff #woocommerce-order-notes .inside{margin:0;padding:0}#poststuff #woocommerce-order-notes .inside ul.order_notes li{padding:0 10px}#woocommerce_customers p.search-box{margin:6px 0 4px;float:right}#woocommerce_customers .tablenav{float:left;clear:none}.widefat.customers td{vertical-align:middle;padding:4px 7px}.widefat .column-order_title{width:15%}.widefat .column-order_title time{display:block;color:#999;margin:3px 0}.widefat .column-orders,.widefat .column-paying,.widefat .column-spent{text-align:center;width:8%}.widefat .column-last_order{width:11%}.widefat .column-wc_actions{width:110px}.widefat .column-wc_actions a.button{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:2px 0 2px 4px;padding:0!important;height:2em!important;width:2em;overflow:hidden}.widefat .column-wc_actions a.button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;line-height:1.85}.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat .column-wc_actions a.edit::after{content:'\f464'}.widefat .column-wc_actions a.link::after{font-family:WooCommerce;content:'\e00d'}.widefat .column-wc_actions a.view::after{content:'\f177'}.widefat .column-wc_actions a.refresh::after{font-family:WooCommerce;content:'\e031'}.widefat .column-wc_actions a.processing::after{font-family:WooCommerce;content:'\e00f'}.widefat .column-wc_actions a.complete::after{content:'\f147'}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.post-type-shop_order .tablenav .one-page .displaying-num{display:none}.post-type-shop_order .wp-list-table{margin-top:1em}.post-type-shop_order .wp-list-table tfoot th,.post-type-shop_order .wp-list-table thead th{padding:.75em 1em}.post-type-shop_order .wp-list-table tfoot th.sortable a,.post-type-shop_order .wp-list-table tfoot th.sorted a,.post-type-shop_order .wp-list-table thead th.sortable a,.post-type-shop_order .wp-list-table thead th.sorted a{padding:0}.post-type-shop_order .wp-list-table tfoot th:first-child,.post-type-shop_order .wp-list-table thead th:first-child{padding-right:2em}.post-type-shop_order .wp-list-table tfoot th:last-child,.post-type-shop_order .wp-list-table thead th:last-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody td,.post-type-shop_order .wp-list-table tbody th{padding:1em;line-height:26px}.post-type-shop_order .wp-list-table tbody td:first-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody td:last-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody tr{border-top:1px solid #f5f5f5}.post-type-shop_order .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td{cursor:pointer}.post-type-shop_order .wp-list-table .no-link{cursor:default!important}.post-type-shop_order .wp-list-table td,.post-type-shop_order .wp-list-table th{width:12ch;vertical-align:middle}.post-type-shop_order .wp-list-table td p,.post-type-shop_order .wp-list-table th p{margin:0}.post-type-shop_order .wp-list-table .check-column{width:1px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.post-type-shop_order .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.post-type-shop_order .wp-list-table .column-order_number{width:20ch}.post-type-shop_order .wp-list-table .column-order_total{width:8ch;text-align:left}.post-type-shop_order .wp-list-table .column-order_total a span{float:left}.post-type-shop_order .wp-list-table .column-order_date,.post-type-shop_order .wp-list-table .column-order_status{width:10ch}.post-type-shop_order .wp-list-table .column-order_status{width:14ch}.post-type-shop_order .wp-list-table .column-billing_address,.post-type-shop_order .wp-list-table .column-shipping_address{width:20ch;line-height:1.5em}.post-type-shop_order .wp-list-table .column-billing_address .description,.post-type-shop_order .wp-list-table .column-shipping_address .description{display:block;color:#999}.post-type-shop_order .wp-list-table .column-wc_actions{text-align:left}.post-type-shop_order .wp-list-table .column-wc_actions a.button{text-indent:9999px;margin:2px 4px 2px 0}.post-type-shop_order .wp-list-table .order-preview{float:left;width:16px;padding:20px 4px 4px 4px;height:0;overflow:hidden;position:relative;border:2px solid transparent;border-radius:4px}.post-type-shop_order .wp-list-table .order-preview::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px;font-size:14px;vertical-align:middle;top:4px}.post-type-shop_order .wp-list-table .order-preview:hover{border:2px solid #00a0d2}.post-type-shop_order .wp-list-table .order-preview.disabled::before{content:'';background:url(../images/wpspin.gif) no-repeat center top}.order-status{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;line-height:2.5em;color:#777;background:#e5e5e5;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.05);margin:-.25em 0;cursor:inherit!important;white-space:nowrap;max-width:100%}.order-status.status-completed{background:#c8d7e1;color:#2e4453}.order-status.status-on-hold{background:#f8dda7;color:#94660c}.order-status.status-failed{background:#eba3a3;color:#761919}.order-status.status-processing{background:#c6e1c6;color:#5b841b}.order-status.status-trash{background:#eba3a3;color:#761919}.order-status>span{margin:0 1em;overflow:hidden;text-overflow:ellipsis}.wc-order-preview .order-status{float:left;margin-left:54px}.wc-order-preview article{padding:0!important}.wc-order-preview .modal-close{border-radius:0}.wc-order-preview .wc-order-preview-table{width:100%;margin:0}.wc-order-preview .wc-order-preview-table td,.wc-order-preview .wc-order-preview-table th{padding:1em 1.5em;text-align:right;border:0;border-bottom:1px solid #eee;margin:0;background:0 0;-webkit-box-shadow:none;box-shadow:none;text-align:left;vertical-align:top}.wc-order-preview .wc-order-preview-table td:first-child,.wc-order-preview .wc-order-preview-table th:first-child{text-align:right}.wc-order-preview .wc-order-preview-table th{border-color:#ccc}.wc-order-preview .wc-order-preview-table tr:last-child td{border:0}.wc-order-preview .wc-order-preview-table .wc-order-item-sku{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td,.wc-order-preview .wc-order-preview-table .wc-order-item-meta th{padding:0;border:0;text-align:right;vertical-align:top}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td:last-child{padding-right:.5em}.wc-order-preview .wc-order-preview-addresses{overflow:hidden;padding-bottom:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note{width:50%;float:right;padding:1.5em 1.5em 0;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address h2,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note h2{margin-top:0}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong{display:block;margin-top:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong:first-child,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong:first-child{margin-top:0}.wc-order-preview footer .wc-action-button-group{display:inline-block;float:right}.wc-order-preview footer .button.button-large{margin-right:10px;padding:0 10px!important;line-height:28px;height:auto;display:inline-block}.wc-order-preview .wc-action-button-group label{display:none}.wc-action-button-group{vertical-align:middle;line-height:26px;text-align:right}.wc-action-button-group label{margin-left:6px;cursor:default;font-weight:700;line-height:28px}.wc-action-button-group .wc-action-button-group__items{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.wc-action-button-group .wc-action-button{margin:0 -1px 0 0!important;border:1px solid #ccc;padding:0 10px!important;border-radius:0!important;float:none;line-height:28px;height:auto;z-index:1;position:relative;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;white-space:nowrap}.wc-action-button-group .wc-action-button:focus,.wc-action-button-group .wc-action-button:hover{border:1px solid #999;z-index:2}.wc-action-button-group .wc-action-button:first-child{margin-right:0!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.wc-action-button-group .wc-action-button:last-child{border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}@media screen and (max-width:782px){.wc-order-preview footer .wc-action-button-group .wc-action-button-group__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wc-order-preview footer .wc-action-button-group{float:none;display:block;margin-bottom:4px}.wc-order-preview footer .button.button-large{width:100%;float:none;text-align:center;margin:0;display:block}.post-type-shop_order .wp-list-table td.check-column{width:1em}.post-type-shop_order .wp-list-table td.column-order_number{padding-right:0;padding-bottom:.5em}.post-type-shop_order .wp-list-table td.column-order_date,.post-type-shop_order .wp-list-table td.column-order_status{display:inline-block!important;padding:0 1em 1em 1em!important}.post-type-shop_order .wp-list-table td.column-order_date:before,.post-type-shop_order .wp-list-table td.column-order_status:before{display:none!important}.post-type-shop_order .wp-list-table td.column-order_date{padding-right:0!important}.post-type-shop_order .wp-list-table td.column-order_status{float:left}}.column-customer_message .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-customer_message .note-on::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.column-order_notes .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-order_notes .note-on::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.attributes-table td,.attributes-table th{width:15%;vertical-align:top}.attributes-table .attribute-terms{width:32%}.attributes-table .attribute-actions{width:2em}.attributes-table .attribute-actions .configure-terms{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-family:Dashicons;line-height:1.85}ul.order_notes{padding:2px 0 0}ul.order_notes li .note_content{padding:10px;background:#efefef;position:relative}ul.order_notes li .note_content p{margin:0;padding:0;word-wrap:break-word}ul.order_notes li p.meta{padding:10px;color:#999;margin:0;font-size:11px}ul.order_notes li p.meta .exact-date{border-bottom:1px dotted #999}ul.order_notes li a.delete_note{color:#a00}ul.order_notes li .note_content::after{content:'';display:block;position:absolute;bottom:-10px;right:20px;width:0;height:0;border-width:10px 0 0 10px;border-style:solid;border-color:#efefef transparent}ul.order_notes li.system-note .note_content{background:#d7cad2}ul.order_notes li.system-note .note_content::after{border-color:#d7cad2 transparent}ul.order_notes li.customer-note .note_content{background:#a7cedc}ul.order_notes li.customer-note .note_content::after{border-color:#a7cedc transparent}.add_note{border-top:1px solid #ddd;padding:10px 10px 0}.add_note h4{margin-top:5px!important}.add_note #add_order_note{width:100%;height:50px}table.wp-list-table .column-thumb{width:52px;text-align:center;white-space:nowrap}table.wp-list-table .column-handle{width:17px;display:none}table.wp-list-table tbody td.column-handle{cursor:move;width:17px;text-align:center;vertical-align:text-top}table.wp-list-table tbody td.column-handle::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;height:100%;margin:4px 0 0 0}table.wp-list-table .column-name{width:22%}table.wp-list-table .column-product_cat,table.wp-list-table .column-product_tag{width:11%!important}table.wp-list-table .column-featured,table.wp-list-table .column-product_type{width:48px;text-align:right!important}table.wp-list-table .column-customer_message,table.wp-list-table .column-order_notes{width:48px;text-align:center}table.wp-list-table .column-customer_message img,table.wp-list-table .column-order_notes img{margin:0 auto;padding-top:0!important}table.wp-list-table .manage-column.column-featured img,table.wp-list-table .manage-column.column-product_type img{padding-right:2px}table.wp-list-table .column-price .woocommerce-price-suffix{display:none}table.wp-list-table img{margin:1px 2px}table.wp-list-table .row-actions{color:#999}table.wp-list-table td.column-thumb img{margin:0;width:auto;height:auto;max-width:40px;max-height:40px;vertical-align:middle}table.wp-list-table span.na{color:#999}table.wp-list-table .column-sku{width:10%}table.wp-list-table .column-price{width:10ch}table.wp-list-table .column-is_in_stock{text-align:right!important;width:12ch}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table span.wc-featured::before,table.wp-list-table span.wc-image::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}table.wp-list-table span.wc-featured::before{content:'\f155'}table.wp-list-table span.wc-featured.not-featured::before{content:'\f154'}table.wp-list-table td.column-featured span.wc-featured{font-size:1.6em;cursor:pointer}table.wp-list-table mark.instock,table.wp-list-table mark.onbackorder,table.wp-list-table mark.outofstock{font-weight:700;background:transparent none;line-height:1}table.wp-list-table mark.instock{color:#7ad03a}table.wp-list-table mark.outofstock{color:#a44}table.wp-list-table mark.onbackorder{color:#eaa600}table.wp-list-table .notes_head,table.wp-list-table .order-notes_head,table.wp-list-table .status_head{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table .notes_head::after,table.wp-list-table .order-notes_head::after,table.wp-list-table .status_head::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}table.wp-list-table .order-notes_head::after{content:'\e028'}table.wp-list-table .notes_head::after{content:'\e026'}table.wp-list-table .status_head::after{content:'\e011'}table.wp-list-table .column-order_items{width:12%}table.wp-list-table .column-order_items table.order_items{width:100%;margin:3px 0 0;padding:0;display:none}table.wp-list-table .column-order_items table.order_items td{border:0;margin:0;padding:0 0 3px}table.wp-list-table .column-order_items table.order_items td.qty{color:#999;padding-left:6px;text-align:right}mark.notice{background:#fff;color:#a00;margin:0 10px 0 0}a.export_rates,a.import_rates{float:left;margin-right:9px;margin-top:-2px;margin-bottom:0}#rates-search{float:left}#rates-search input.wc-tax-rates-search-field{padding:4px 8px;font-size:1.2em}#rates-pagination{float:left;margin-left:.5em}#rates-pagination .tablenav{margin:0}.wc_input_table_wrapper{overflow-x:auto;display:block}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table td,table.wc_input_table th,table.wc_tax_rates td,table.wc_tax_rates th{display:table-cell!important}table.wc_input_table span.tips,table.wc_tax_rates span.tips{color:#2ea2cc}table.wc_input_table th,table.wc_tax_rates th{white-space:nowrap;padding:10px}table.wc_input_table td,table.wc_tax_rates td{padding:0;border-left:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-top:0;background:#fff;cursor:default}table.wc_input_table td input[type=number],table.wc_input_table td input[type=text],table.wc_tax_rates td input[type=number],table.wc_tax_rates td input[type=text]{width:100%!important;min-width:100px;padding:8px 10px;margin:0;border:0;outline:0;background:transparent none}table.wc_input_table td input[type=number]:focus,table.wc_input_table td input[type=text]:focus,table.wc_tax_rates td input[type=number]:focus,table.wc_tax_rates td input[type=text]:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}table.wc_input_table td.apply_to_shipping,table.wc_input_table td.compound,table.wc_tax_rates td.apply_to_shipping,table.wc_tax_rates td.compound{padding:5px 7px;vertical-align:middle}table.wc_input_table td.apply_to_shipping input,table.wc_input_table td.compound input,table.wc_tax_rates td.apply_to_shipping input,table.wc_tax_rates td.compound input{width:auto;padding:0}table.wc_input_table td:last-child,table.wc_tax_rates td:last-child{border-left:0}table.wc_input_table tr.current td,table.wc_tax_rates tr.current td{background-color:#fefbcc}table.wc_input_table .cost,table.wc_input_table .item_cost,table.wc_tax_rates .cost,table.wc_tax_rates .item_cost{text-align:left}table.wc_input_table .cost input,table.wc_input_table .item_cost input,table.wc_tax_rates .cost input,table.wc_tax_rates .item_cost input{text-align:left}table.wc_input_table th.sort,table.wc_tax_rates th.sort{width:17px;padding:0 4px}table.wc_input_table td.sort,table.wc_tax_rates td.sort{padding:0 4px}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort{cursor:move;font-size:15px;background:#f9f9f9;text-align:center;vertical-align:middle}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort::before,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before{color:#333}table.wc_input_table .button,table.wc_tax_rates .button{float:right;margin-left:5px}table.wc_input_table .export,table.wc_input_table .import,table.wc_tax_rates .export,table.wc_tax_rates .import{float:left;margin-left:0;margin-right:5px}table.wc_input_table span.tips,table.wc_tax_rates span.tips{padding:0 3px}table.wc_input_table .pagination,table.wc_tax_rates .pagination{float:left}table.wc_input_table .pagination .button,table.wc_tax_rates .pagination .button{margin-right:5px;margin-left:0}table.wc_input_table .pagination .current,table.wc_tax_rates .pagination .current{background:#bbb;text-shadow:none}table.wc_input_table tr:last-child td,table.wc_tax_rates tr:last-child td{border-bottom:0}table.wc_emails,table.wc_gateways,table.wc_shipping{position:relative}table.wc_emails td,table.wc_emails th,table.wc_gateways td,table.wc_gateways th,table.wc_shipping td,table.wc_shipping th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em}table.wc_emails.wc_emails td,table.wc_gateways.wc_emails td,table.wc_shipping.wc_emails td{vertical-align:middle}table.wc_emails tr:nth-child(odd) td,table.wc_gateways tr:nth-child(odd) td,table.wc_shipping tr:nth-child(odd) td{background:#f9f9f9}table.wc_emails td.name,table.wc_gateways td.name,table.wc_shipping td.name{font-weight:700}table.wc_emails .settings,table.wc_gateways .settings,table.wc_shipping .settings{text-align:left}table.wc_emails .default,table.wc_emails .radio,table.wc_emails .status,table.wc_gateways .default,table.wc_gateways .radio,table.wc_gateways .status,table.wc_shipping .default,table.wc_shipping .radio,table.wc_shipping .status{text-align:center}table.wc_emails .default .tips,table.wc_emails .radio .tips,table.wc_emails .status .tips,table.wc_gateways .default .tips,table.wc_gateways .radio .tips,table.wc_gateways .status .tips,table.wc_shipping .default .tips,table.wc_shipping .radio .tips,table.wc_shipping .status .tips{margin:0 auto}table.wc_emails .default input,table.wc_emails .radio input,table.wc_emails .status input,table.wc_gateways .default input,table.wc_gateways .radio input,table.wc_gateways .status input,table.wc_shipping .default input,table.wc_shipping .radio input,table.wc_shipping .status input{margin:0}table.wc_emails td.sort,table.wc_gateways td.sort,table.wc_shipping td.sort{cursor:move;font-size:15px;text-align:center}table.wc_emails td.sort::before,table.wc_gateways td.sort::before,table.wc_shipping td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%;line-height:24px}table.wc_emails .wc-payment-gateway-method-name,table.wc_gateways .wc-payment-gateway-method-name,table.wc_shipping .wc-payment-gateway-method-name{font-weight:400}table.wc_emails .wc-email-settings-table-name,table.wc_gateways .wc-email-settings-table-name,table.wc_shipping .wc-email-settings-table-name{font-weight:700}table.wc_emails .wc-email-settings-table-name span,table.wc_gateways .wc-email-settings-table-name span,table.wc_shipping .wc-email-settings-table-name span{font-weight:400;color:#999;margin:0 4px 0 0!important}table.wc_emails .wc-payment-gateway-method-toggle-disabled,table.wc_emails .wc-payment-gateway-method-toggle-enabled,table.wc_gateways .wc-payment-gateway-method-toggle-disabled,table.wc_gateways .wc-payment-gateway-method-toggle-enabled,table.wc_shipping .wc-payment-gateway-method-toggle-disabled,table.wc_shipping .wc-payment-gateway-method-toggle-enabled{padding-top:1px;display:block;outline:0;-webkit-box-shadow:none;box-shadow:none}table.wc_emails .wc-email-settings-table-status,table.wc_gateways .wc-email-settings-table-status,table.wc_shipping .wc-email-settings-table-status{text-align:center;width:1em}table.wc_emails .wc-email-settings-table-status .tips,table.wc_gateways .wc-email-settings-table-status .tips,table.wc_shipping .wc-email-settings-table-status .tips{margin:0 auto}.wc-shipping-zone-settings th{padding:24px 0 24px 24px}.wc-shipping-zone-settings td.forminp input,.wc-shipping-zone-settings td.forminp textarea{padding:8px;width:448px;max-width:100%!important}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select{width:448px;max-width:100%!important}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices{padding:8px 8px 4px;border-color:#ddd;min-height:0;line-height:1}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices input{padding:0}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices li{margin:0 0 4px 4px}.wc-shipping-zone-settings .wc-shipping-zone-postcodes-toggle{margin:.5em 0 0;font-size:.9em;text-decoration:underline;display:block}.wc-shipping-zone-settings .wc-shipping-zone-postcodes-toggle+.wc-shipping-zone-postcodes{display:none}.wc-shipping-zone-settings .wc-shipping-zone-postcodes textarea{margin:10px 0}.wc-shipping-zone-settings .wc-shipping-zone-postcodes .description{font-size:.9em;color:#999}.wc-shipping-zone-settings+p.submit{margin-top:0}table tr table.wc-shipping-zone-methods tr .row-actions,table tr:hover table.wc-shipping-zone-methods tr .row-actions{position:relative}table tr table.wc-shipping-zone-methods tr:hover .row-actions,table tr:hover table.wc-shipping-zone-methods tr:hover .row-actions{position:static}.wc-shipping-zones-heading .page-title-action{display:inline-block}table.wc-shipping-classes td,table.wc-shipping-classes th,table.wc-shipping-zone-methods td,table.wc-shipping-zone-methods th,table.wc-shipping-zones td,table.wc-shipping-zones th{vertical-align:top;line-height:24px;padding:1em!important;font-size:14px;background:#fff;display:table-cell!important}table.wc-shipping-classes td li,table.wc-shipping-classes th li,table.wc-shipping-zone-methods td li,table.wc-shipping-zone-methods th li,table.wc-shipping-zones td li,table.wc-shipping-zones th li{line-height:24px;font-size:14px}table.wc-shipping-classes td .woocommerce-help-tip,table.wc-shipping-classes th .woocommerce-help-tip,table.wc-shipping-zone-methods td .woocommerce-help-tip,table.wc-shipping-zone-methods th .woocommerce-help-tip,table.wc-shipping-zones td .woocommerce-help-tip,table.wc-shipping-zones th .woocommerce-help-tip{margin:0!important}table.wc-shipping-classes thead th,table.wc-shipping-zone-methods thead th,table.wc-shipping-zones thead th{vertical-align:middle}table.wc-shipping-classes thead .wc-shipping-zone-sort,table.wc-shipping-zone-methods thead .wc-shipping-zone-sort,table.wc-shipping-zones thead .wc-shipping-zone-sort{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state,table.wc-shipping-classes td.wc-shipping-zones-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zones-blank-state{background:#f7f1f6!important;overflow:hidden;position:relative;padding:7.5em 7.5%!important;border-bottom:2px solid #eee2ec}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-classes td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state{padding:2em!important}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-classes td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p{margin-bottom:0}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li,table.wc-shipping-classes td.wc-shipping-zone-method-blank-state p,table.wc-shipping-classes td.wc-shipping-zones-blank-state li,table.wc-shipping-classes td.wc-shipping-zones-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state p,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zones-blank-state li,table.wc-shipping-zones td.wc-shipping-zones-blank-state p{color:#a46497;font-size:1.5em;line-height:1.5em;margin:0 0 1em;position:relative;z-index:1;text-shadow:-1px 1px 1px #fff}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-classes td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-classes td.wc-shipping-zones-blank-state li.main,table.wc-shipping-classes td.wc-shipping-zones-blank-state p.main,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li.main,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state p.main,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-zones td.wc-shipping-zones-blank-state li.main,table.wc-shipping-zones td.wc-shipping-zones-blank-state p.main{font-size:2em}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li,table.wc-shipping-classes td.wc-shipping-zones-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zones td.wc-shipping-zones-blank-state li{margin-right:1em;list-style:circle inside}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-classes td.wc-shipping-zones-blank-state::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state::before,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-zones td.wc-shipping-zones-blank-state::before{content:'\e01b';font-family:WooCommerce;text-align:center;line-height:1;color:#eee2ec;display:block;width:1em;font-size:40em;top:50%;left:-3.75%;margin-top:-.1875em;position:absolute}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-classes td.wc-shipping-zones-blank-state .button-primary,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state .button-primary,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-zones td.wc-shipping-zones-blank-state .button-primary{background-color:#804877;border-color:#804877;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);margin:0;opacity:1;text-shadow:0 -1px 1px #8a4f7f,-1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,1px 0 1px #8a4f7f;font-size:1.5em;padding:.75em 1em;height:auto;position:relative;z-index:1}table.wc-shipping-classes .wc-shipping-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zone-methods .wc-shipping-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zones .wc-shipping-zone-method-rows tr:nth-child(even) td{background:#f9f9f9}table.wc-shipping-classes .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-classes tr.odd td,table.wc-shipping-zone-methods .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zone-methods tr.odd td,table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zones tr.odd td{background:#f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows td,table.wc-shipping-zones tbody.wc-shipping-zone-rows td{border-top:2px solid #f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:first-child td{border-top:0}table.wc-shipping-classes tr.wc-shipping-zone-worldwide td,table.wc-shipping-zone-methods tr.wc-shipping-zone-worldwide td,table.wc-shipping-zones tr.wc-shipping-zone-worldwide td{background:#f9f9f9;border-top:2px solid #e1e1e1}table.wc-shipping-classes p,table.wc-shipping-classes ul,table.wc-shipping-zone-methods p,table.wc-shipping-zone-methods ul,table.wc-shipping-zones p,table.wc-shipping-zones ul{margin:0}table.wc-shipping-classes td.wc-shipping-zone-method-sort,table.wc-shipping-classes td.wc-shipping-zone-sort,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort,table.wc-shipping-zone-methods td.wc-shipping-zone-sort,table.wc-shipping-zones td.wc-shipping-zone-method-sort,table.wc-shipping-zones td.wc-shipping-zone-sort{cursor:move;font-size:15px;text-align:center}table.wc-shipping-classes td.wc-shipping-zone-method-sort::before,table.wc-shipping-classes td.wc-shipping-zone-sort::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort::before,table.wc-shipping-zone-methods td.wc-shipping-zone-sort::before,table.wc-shipping-zones td.wc-shipping-zone-method-sort::before,table.wc-shipping-zones td.wc-shipping-zone-sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%;line-height:24px}table.wc-shipping-classes td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-classes td.wc-shipping-zone-sort:hover::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-zone-methods td.wc-shipping-zone-sort:hover::before,table.wc-shipping-zones td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-zones td.wc-shipping-zone-sort:hover::before{color:#333}table.wc-shipping-classes td.wc-shipping-zone-worldwide,table.wc-shipping-zone-methods td.wc-shipping-zone-worldwide,table.wc-shipping-zones td.wc-shipping-zone-worldwide{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-worldwide::before,table.wc-shipping-zone-methods td.wc-shipping-zone-worldwide::before,table.wc-shipping-zones td.wc-shipping-zone-worldwide::before{content:'\f319';font-family:dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%;line-height:24px}table.wc-shipping-classes .wc-shipping-zone-methods,table.wc-shipping-classes .wc-shipping-zone-name,table.wc-shipping-zone-methods .wc-shipping-zone-methods,table.wc-shipping-zone-methods .wc-shipping-zone-name,table.wc-shipping-zones .wc-shipping-zone-methods,table.wc-shipping-zones .wc-shipping-zone-name{width:25%}table.wc-shipping-classes .wc-shipping-class-description input,table.wc-shipping-classes .wc-shipping-class-description select,table.wc-shipping-classes .wc-shipping-class-description textarea,table.wc-shipping-classes .wc-shipping-class-name input,table.wc-shipping-classes .wc-shipping-class-name select,table.wc-shipping-classes .wc-shipping-class-name textarea,table.wc-shipping-classes .wc-shipping-class-slug input,table.wc-shipping-classes .wc-shipping-class-slug select,table.wc-shipping-classes .wc-shipping-class-slug textarea,table.wc-shipping-classes .wc-shipping-zone-name input,table.wc-shipping-classes .wc-shipping-zone-name select,table.wc-shipping-classes .wc-shipping-zone-name textarea,table.wc-shipping-classes .wc-shipping-zone-region input,table.wc-shipping-classes .wc-shipping-zone-region select,table.wc-shipping-classes .wc-shipping-zone-region textarea,table.wc-shipping-zone-methods .wc-shipping-class-description input,table.wc-shipping-zone-methods .wc-shipping-class-description select,table.wc-shipping-zone-methods .wc-shipping-class-description textarea,table.wc-shipping-zone-methods .wc-shipping-class-name input,table.wc-shipping-zone-methods .wc-shipping-class-name select,table.wc-shipping-zone-methods .wc-shipping-class-name textarea,table.wc-shipping-zone-methods .wc-shipping-class-slug input,table.wc-shipping-zone-methods .wc-shipping-class-slug select,table.wc-shipping-zone-methods .wc-shipping-class-slug textarea,table.wc-shipping-zone-methods .wc-shipping-zone-name input,table.wc-shipping-zone-methods .wc-shipping-zone-name select,table.wc-shipping-zone-methods .wc-shipping-zone-name textarea,table.wc-shipping-zone-methods .wc-shipping-zone-region input,table.wc-shipping-zone-methods .wc-shipping-zone-region select,table.wc-shipping-zone-methods .wc-shipping-zone-region textarea,table.wc-shipping-zones .wc-shipping-class-description input,table.wc-shipping-zones .wc-shipping-class-description select,table.wc-shipping-zones .wc-shipping-class-description textarea,table.wc-shipping-zones .wc-shipping-class-name input,table.wc-shipping-zones .wc-shipping-class-name select,table.wc-shipping-zones .wc-shipping-class-name textarea,table.wc-shipping-zones .wc-shipping-class-slug input,table.wc-shipping-zones .wc-shipping-class-slug select,table.wc-shipping-zones .wc-shipping-class-slug textarea,table.wc-shipping-zones .wc-shipping-zone-name input,table.wc-shipping-zones .wc-shipping-zone-name select,table.wc-shipping-zones .wc-shipping-zone-name textarea,table.wc-shipping-zones .wc-shipping-zone-region input,table.wc-shipping-zones .wc-shipping-zone-region select,table.wc-shipping-zones .wc-shipping-zone-region textarea{width:100%}table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-zone-delete{color:#a00}table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-zone-delete:hover{color:red}table.wc-shipping-classes .wc-shipping-class-count,table.wc-shipping-zone-methods .wc-shipping-class-count,table.wc-shipping-zones .wc-shipping-class-count{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-methods,table.wc-shipping-zone-methods td.wc-shipping-zone-methods,table.wc-shipping-zones td.wc-shipping-zone-methods{color:#555}table.wc-shipping-classes td.wc-shipping-zone-methods .method_disabled,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .method_disabled,table.wc-shipping-zones td.wc-shipping-zone-methods .method_disabled{text-decoration:line-through}table.wc-shipping-classes td.wc-shipping-zone-methods ul,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul,table.wc-shipping-zones td.wc-shipping-zone-methods ul{position:relative;padding-left:32px}table.wc-shipping-classes td.wc-shipping-zone-methods ul li,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li,table.wc-shipping-zones td.wc-shipping-zone-methods ul li{color:#555;display:inline;margin:0}table.wc-shipping-classes td.wc-shipping-zone-methods ul li::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li::before,table.wc-shipping-zones td.wc-shipping-zone-methods ul li::before{content:', '}table.wc-shipping-classes td.wc-shipping-zone-methods ul li:first-child::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li:first-child::before,table.wc-shipping-zones td.wc-shipping-zone-methods ul li:first-child::before{content:''}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method{display:block;width:24px;padding:24px 0 0;height:0;overflow:hidden;cursor:pointer}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method::before,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-family:Dashicons;content:'\f502';color:#999;vertical-align:middle;line-height:24px;font-size:16px;margin:0}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method.disabled,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method.disabled,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method.disabled{cursor:not-allowed}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method.disabled::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method.disabled::before,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method.disabled::before{color:#ccc}table.wc-shipping-classes .wc-shipping-zone-method-title,table.wc-shipping-zone-methods .wc-shipping-zone-method-title,table.wc-shipping-zones .wc-shipping-zone-method-title{width:25%}table.wc-shipping-classes .wc-shipping-zone-method-title .wc-shipping-zone-method-delete,table.wc-shipping-zone-methods .wc-shipping-zone-method-title .wc-shipping-zone-method-delete,table.wc-shipping-zones .wc-shipping-zone-method-title .wc-shipping-zone-method-delete{color:red}table.wc-shipping-classes .wc-shipping-zone-method-enabled,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled,table.wc-shipping-zones .wc-shipping-zone-method-enabled{text-align:center}table.wc-shipping-classes .wc-shipping-zone-method-enabled a,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled a,table.wc-shipping-zones .wc-shipping-zone-method-enabled a{display:inline-block}table.wc-shipping-classes .wc-shipping-zone-method-enabled .woocommerce-input-toggle,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled .woocommerce-input-toggle,table.wc-shipping-zones .wc-shipping-zone-method-enabled .woocommerce-input-toggle{margin-top:3px}table.wc-shipping-classes .wc-shipping-zone-method-type,table.wc-shipping-zone-methods .wc-shipping-zone-method-type,table.wc-shipping-zones .wc-shipping-zone-method-type{display:block}table.wc-shipping-classes tfoot input,table.wc-shipping-classes tfoot select,table.wc-shipping-zone-methods tfoot input,table.wc-shipping-zone-methods tfoot select,table.wc-shipping-zones tfoot input,table.wc-shipping-zones tfoot select{vertical-align:middle!important}table.wc-shipping-classes tfoot .button-secondary,table.wc-shipping-zone-methods tfoot .button-secondary,table.wc-shipping-zones tfoot .button-secondary{float:left}table.wc-shipping-classes .editing .wc-shipping-zone-edit,table.wc-shipping-classes .editing .wc-shipping-zone-view,table.wc-shipping-zone-methods .editing .wc-shipping-zone-edit,table.wc-shipping-zone-methods .editing .wc-shipping-zone-view,table.wc-shipping-zones .editing .wc-shipping-zone-edit,table.wc-shipping-zones .editing .wc-shipping-zone-view{display:none}.woocommerce-input-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative;margin-top:-1px;vertical-align:text-top}.woocommerce-input-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;left:0;border-radius:100%}.woocommerce-input-toggle.woocommerce-input-toggle--disabled{border-color:#999;background-color:#999}.woocommerce-input-toggle.woocommerce-input-toggle--disabled:before{left:auto;right:0}.woocommerce-input-toggle.woocommerce-input-toggle--loading{opacity:.5}.wc-modal-shipping-method-settings{background:#f8f8f8;padding:1em!important}.wc-modal-shipping-method-settings form .form-table{width:100%;background:#fff;margin:0 0 1.5em}.wc-modal-shipping-method-settings form .form-table tr th{width:30%;position:relative}.wc-modal-shipping-method-settings form .form-table tr th .woocommerce-help-tip{float:left;margin:-8px 0 0 -.5em;vertical-align:middle;left:0;top:50%;position:absolute}.wc-modal-shipping-method-settings form .form-table tr td input,.wc-modal-shipping-method-settings form .form-table tr td select,.wc-modal-shipping-method-settings form .form-table tr td textarea{width:50%;min-width:250px}.wc-modal-shipping-method-settings form .form-table tr td input[type=checkbox]{width:auto;min-width:16px}.wc-modal-shipping-method-settings form .form-table tr td,.wc-modal-shipping-method-settings form .form-table tr th{vertical-align:middle;margin:0;line-height:24px;padding:1em;border-bottom:1px solid #f8f8f8}.wc-modal-shipping-method-settings form .form-table:last-of-type{margin-bottom:0}.wc-backbone-modal .wc-shipping-zone-method-selector p{margin-top:0}.wc-backbone-modal .wc-shipping-zone-method-selector .wc-shipping-zone-method-description{margin:.75em 1px 0;line-height:1.5em;color:#999;font-style:italic}.wc-backbone-modal .wc-shipping-zone-method-selector select{width:100%;cursor:pointer}img.help_tip{margin:0 9px 0 0;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .woocommerce-help-tip{margin:0 9px 0 0}.status-disabled,.status-enabled,.status-manual{font-size:1.4em;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}.status-manual::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}.status-enabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#a46497}.status-disabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}.woocommerce h2.woo-nav-tab-wrapper{margin-bottom:1em}.woocommerce nav.woo-nav-tab-wrapper{margin:1.5em 0 1em}.woocommerce .subsubsub{margin:-8px 0 0}.woocommerce .wc-admin-breadcrumb{margin-right:.5em}.woocommerce .wc-admin-breadcrumb a{color:#a46497}.woocommerce #template div{margin:0}.woocommerce #template div p .button{float:left;margin-right:10px;margin-top:-4px}.woocommerce #template div .editor textarea{margin-bottom:8px}.woocommerce textarea[disabled=disabled]{background:#dfdfdf!important}.woocommerce table.form-table{margin:0;position:relative;table-layout:fixed}.woocommerce table.form-table .forminp-radio ul{margin:0}.woocommerce table.form-table .forminp-radio ul li{line-height:1.4em}.woocommerce table.form-table input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=text]{height:auto}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input,.woocommerce table.form-table input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=text],.woocommerce table.form-table textarea{width:400px;margin:0;padding:6px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}.woocommerce table.form-table select{width:400px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;height:32px;line-height:32px;vertical-align:top}.woocommerce table.form-table input[size]{width:auto!important}.woocommerce table.form-table table input.regular-input,.woocommerce table.form-table table input[type=email],.woocommerce table.form-table table input[type=number],.woocommerce table.form-table table input[type=text],.woocommerce table.form-table table select,.woocommerce table.form-table table textarea{width:auto}.woocommerce table.form-table textarea.wide-input{width:100%}.woocommerce table.form-table .woocommerce-help-tip,.woocommerce table.form-table img.help_tip{padding:0;margin:-4px 5px 0 0;vertical-align:middle;cursor:help;line-height:1}.woocommerce table.form-table span.help_tip{cursor:help;color:#2ea2cc}.woocommerce table.form-table th{position:relative;padding-left:24px}.woocommerce table.form-table th label{position:relative;display:block}.woocommerce table.form-table th label .woocommerce-help-tip,.woocommerce table.form-table th label img.help_tip{margin:-8px 0 0 -24px;position:absolute;left:0;top:50%}.woocommerce table.form-table th label+.woocommerce-help-tip{margin:0;position:absolute;left:0;top:20px}.woocommerce table.form-table woocommerce-help-tip .select2-container{vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-left:inherit}.woocommerce table.form-table .wp-list-table .woocommerce-help-tip{float:none}.woocommerce table.form-table fieldset{margin-top:4px}.woocommerce table.form-table fieldset .woocommerce-help-tip,.woocommerce table.form-table fieldset img.help_tip{margin:-3px 5px 0 0}.woocommerce table.form-table fieldset p.description{margin-bottom:8px}.woocommerce table.form-table fieldset:first-child{margin-top:0}.woocommerce table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}.woocommerce table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .iris-error{background-color:#ffafaf}.woocommerce table.form-table .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.woocommerce table.form-table .image_width_settings{vertical-align:middle}.woocommerce table.form-table .image_width_settings label{margin-right:10px}.woocommerce table.form-table .image_width_settings input{width:auto}.woocommerce table.form-table .wc_emails_wrapper,.woocommerce table.form-table .wc_payment_gateways_wrapper{padding:0 0 10px 15px}.woocommerce #tabs-wrap table a.remove{margin-right:4px}.woocommerce #tabs-wrap table p{margin:0 0 4px!important;overflow:hidden;zoom:1}.woocommerce #tabs-wrap table p a.add{float:right}#wp-excerpt-editor-container{background:#fff}#product_variation-parent #parent_id{width:100%}#postimagediv img{border:1px solid #d5d5d5;max-width:100%}#woocommerce-product-images .inside{margin:0;padding:0}#woocommerce-product-images .inside .add_product_images{padding:0 12px 12px}#woocommerce-product-images .inside #product_images_container{padding:0 9px 0 0}#woocommerce-product-images .inside #product_images_container ul{margin:0;padding:0}#woocommerce-product-images .inside #product_images_container ul::after,#woocommerce-product-images .inside #product_images_container ul::before{content:' ';display:table}#woocommerce-product-images .inside #product_images_container ul::after{clear:both}#woocommerce-product-images .inside #product_images_container ul li.add,#woocommerce-product-images .inside #product_images_container ul li.image,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{width:80px;float:right;cursor:move;border:1px solid #d5d5d5;margin:9px 0 0 9px;background:#f7f7f7;border-radius:2px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}#woocommerce-product-images .inside #product_images_container ul li.add img,#woocommerce-product-images .inside #product_images_container ul li.image img,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder img{width:100%;height:auto;display:block}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{border:3px dashed #ddd;position:relative}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-size:2.618em;line-height:72px;color:#ddd}#woocommerce-product-images .inside #product_images_container ul ul.actions{position:absolute;top:-8px;left:-8px;padding:2px;display:none}#woocommerce-product-images .inside #product_images_container ul ul.actions li{float:left;margin:0 2px 0 0}#woocommerce-product-images .inside #product_images_container ul ul.actions li a{width:1em;height:1em;margin:0;height:0;display:block;overflow:hidden}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.tips{cursor:pointer}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.4em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999;background:#fff;border-radius:50%;height:1em;width:1em;line-height:1em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:hover::before{color:#a00}#woocommerce-product-images .inside #product_images_container ul li:hover ul.actions{display:block}#woocommerce-product-data .hndle{padding:10px}#woocommerce-product-data .hndle span{display:block;vertical-align:middle;line-height:24px}#woocommerce-product-data .hndle span span{display:inline;line-height:inherit;vertical-align:baseline}#woocommerce-product-data .hndle select{margin:0}#woocommerce-product-data .hndle label{padding-left:1em;font-size:12px;vertical-align:baseline}#woocommerce-product-data .hndle label:first-child{margin-left:1em;border-left:1px solid #dfdfdf}#woocommerce-product-data .hndle input,#woocommerce-product-data .hndle select{margin-top:-3px 0 0;vertical-align:middle}#woocommerce-product-data .hndle select{margin-right:.5em}#woocommerce-product-data>.handlediv{margin-top:4px}#woocommerce-product-data .wrap{margin:0}#woocommerce-coupon-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#woocommerce-coupon-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description::-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap{background:#fff}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{float:right;width:80%}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-product-data .woocommerce_options_panel .wc-radios{display:block;float:right;margin:0}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-product-data .woocommerce_options_panel .wc-radios li{display:block;padding:0 0 10px}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li input,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-product-data .woocommerce_options_panel .wc-radios li input{width:auto}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap,.woocommerce .panel-wrap{overflow:hidden}#woocommerce-coupon-data ul.wc-tabs,#woocommerce-product-data ul.wc-tabs,.woocommerce ul.wc-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;-webkit-box-sizing:border-box;box-sizing:border-box}#woocommerce-coupon-data ul.wc-tabs::after,#woocommerce-product-data ul.wc-tabs::after,.woocommerce ul.wc-tabs::after{content:'';display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li,#woocommerce-product-data ul.wc-tabs li,.woocommerce ul.wc-tabs li{margin:0;padding:0;display:block;position:relative}#woocommerce-coupon-data ul.wc-tabs li a,#woocommerce-product-data ul.wc-tabs li a,.woocommerce ul.wc-tabs li a{margin:0;padding:10px;display:block;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li a span,#woocommerce-product-data ul.wc-tabs li a span,.woocommerce ul.wc-tabs li a span{margin-right:.618em;margin-left:.618em}#woocommerce-coupon-data ul.wc-tabs li a::before,#woocommerce-product-data ul.wc-tabs li a::before,.woocommerce ul.wc-tabs li a::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none}#woocommerce-coupon-data ul.wc-tabs li.general_options a::before,#woocommerce-product-data ul.wc-tabs li.general_options a::before,.woocommerce ul.wc-tabs li.general_options a::before{content:'\f107'}#woocommerce-coupon-data ul.wc-tabs li.inventory_options a::before,#woocommerce-product-data ul.wc-tabs li.inventory_options a::before,.woocommerce ul.wc-tabs li.inventory_options a::before{content:'\f481'}#woocommerce-coupon-data ul.wc-tabs li.shipping_options a::before,#woocommerce-product-data ul.wc-tabs li.shipping_options a::before,.woocommerce ul.wc-tabs li.shipping_options a::before{font-family:WooCommerce;content:'\e01a'}#woocommerce-coupon-data ul.wc-tabs li.linked_product_options a::before,#woocommerce-product-data ul.wc-tabs li.linked_product_options a::before,.woocommerce ul.wc-tabs li.linked_product_options a::before{content:'\f103'}#woocommerce-coupon-data ul.wc-tabs li.attribute_options a::before,#woocommerce-product-data ul.wc-tabs li.attribute_options a::before,.woocommerce ul.wc-tabs li.attribute_options a::before{content:'\f175'}#woocommerce-coupon-data ul.wc-tabs li.advanced_options a::before,#woocommerce-product-data ul.wc-tabs li.advanced_options a::before,.woocommerce ul.wc-tabs li.advanced_options a::before{font-family:Dashicons;content:'\f111'}#woocommerce-coupon-data ul.wc-tabs li.variations_options a::before,#woocommerce-product-data ul.wc-tabs li.variations_options a::before,.woocommerce ul.wc-tabs li.variations_options a::before{content:'\f509'}#woocommerce-coupon-data ul.wc-tabs li.usage_restriction_options a::before,#woocommerce-product-data ul.wc-tabs li.usage_restriction_options a::before,.woocommerce ul.wc-tabs li.usage_restriction_options a::before{font-family:WooCommerce;content:'\e602'}#woocommerce-coupon-data ul.wc-tabs li.usage_limit_options a::before,#woocommerce-product-data ul.wc-tabs li.usage_limit_options a::before,.woocommerce ul.wc-tabs li.usage_limit_options a::before{font-family:WooCommerce;content:'\e601'}#woocommerce-coupon-data ul.wc-tabs li.general_coupon_data a::before,#woocommerce-product-data ul.wc-tabs li.general_coupon_data a::before,.woocommerce ul.wc-tabs li.general_coupon_data a::before{font-family:WooCommerce;content:'\e600'}#woocommerce-coupon-data ul.wc-tabs li.active a,#woocommerce-product-data ul.wc-tabs li.active a,.woocommerce ul.wc-tabs li.active a{color:#555;position:relative;background-color:#eee}.woocommerce_page_wc-settings input[type=email],.woocommerce_page_wc-settings input[type=url]{direction:rtl}.woocommerce_page_wc-settings .shippingrows th.check-column{padding-top:20px}.woocommerce_page_wc-settings .shippingrows tfoot th{padding-right:10px}.woocommerce_page_wc-settings .shippingrows .add.button::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}.woocommerce_page_wc-settings h3.wc-settings-sub-title{font-size:1.2em}#woocommerce-coupon-data .inside,#woocommerce-order-data .inside,#woocommerce-order-downloads .inside,#woocommerce-product-data .inside,#woocommerce-product-type-options .inside{margin:0;padding:0}.panel,.woocommerce_options_panel{padding:9px;color:#555}.panel .form-field .woocommerce-help-tip,.woocommerce_options_panel .form-field .woocommerce-help-tip{font-size:1.4em}.panel,.woocommerce_page_settings .woocommerce_options_panel{padding:0}#woocommerce-product-specs .inside,#woocommerce-product-type-options .panel{margin:0;padding:9px}#woocommerce-product-type-options .panel p,.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}#woocommerce-product-type-options .panel p::after,.woocommerce_options_panel fieldset.form-field::after,.woocommerce_options_panel p::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce_options_panel .checkbox,.woocommerce_variable_attributes .checkbox{width:auto;margin:4px 0!important;vertical-align:middle;float:right}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{width:100%;padding:0!important}.woocommerce_options_panel .downloadable_files table th,.woocommerce_variations .downloadable_files table th{padding:7px 7px 7px 0!important}.woocommerce_options_panel .downloadable_files table th.sort,.woocommerce_variations .downloadable_files table th.sort{width:17px;padding:7px!important}.woocommerce_options_panel .downloadable_files table th .woocommerce-help-tip,.woocommerce_variations .downloadable_files table th .woocommerce-help-tip{font-size:1.1em;margin-right:0}.woocommerce_options_panel .downloadable_files table td,.woocommerce_variations .downloadable_files table td{vertical-align:middle!important;padding:4px 7px 4px 0!important;position:relative}.woocommerce_options_panel .downloadable_files table td:last-child,.woocommerce_variations .downloadable_files table td:last-child{padding-left:7px!important}.woocommerce_options_panel .downloadable_files table td input.input_text,.woocommerce_variations .downloadable_files table td input.input_text{width:100%;float:none;min-width:0;margin:1px 0}.woocommerce_options_panel .downloadable_files table td .upload_file_button,.woocommerce_variations .downloadable_files table td .upload_file_button{width:auto;float:left;cursor:pointer}.woocommerce_options_panel .downloadable_files table td .delete,.woocommerce_variations .downloadable_files table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}.woocommerce_options_panel .downloadable_files table td .delete::before,.woocommerce_variations .downloadable_files table td .delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}.woocommerce_options_panel .downloadable_files table td .delete:hover::before,.woocommerce_variations .downloadable_files table td .delete:hover::before{color:#a00}.woocommerce_options_panel .downloadable_files table td.sort,.woocommerce_variations .downloadable_files table td.sort{width:17px;cursor:move;font-size:15px;text-align:center;background:#f9f9f9;padding-left:7px!important}.woocommerce_options_panel .downloadable_files table td.sort::before,.woocommerce_variations .downloadable_files table td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}.woocommerce_options_panel .downloadable_files table td.sort:hover::before,.woocommerce_variations .downloadable_files table td.sort:hover::before{color:#333}.woocommerce_variation h3 .sort{width:17px;height:26px;cursor:move;float:left;font-size:15px;font-weight:400;margin-left:.5em;visibility:hidden;text-align:center;vertical-align:middle}.woocommerce_variation h3 .sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:28px;color:#999;display:block;width:17px;float:right;height:100%}.woocommerce_variation h3 .sort:hover::before{color:#777}.woocommerce_variation h3:hover .sort,.woocommerce_variation.ui-sortable-helper .sort{visibility:visible}.woocommerce_options_panel{min-height:175px;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce_options_panel .downloadable_files{padding:0 162px 0 9px;position:relative;margin:9px 0}.woocommerce_options_panel .downloadable_files label{position:absolute;right:0;margin:0 12px 0 0;line-height:24px}.woocommerce_options_panel p{margin:9px 0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 162px 5px 20px!important}.woocommerce_options_panel .sale_price_dates_fields .short:first-of-type{margin-bottom:1em}.woocommerce_options_panel .sale_price_dates_fields .short:nth-of-type(2){clear:right}.woocommerce_options_panel label,.woocommerce_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.woocommerce_options_panel label .req,.woocommerce_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.woocommerce_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.woocommerce_options_panel .description-block{margin-right:0;display:block}.woocommerce_options_panel input,.woocommerce_options_panel select,.woocommerce_options_panel textarea{margin:0}.woocommerce_options_panel textarea{float:right;height:3.5em;line-height:1.5em;vertical-align:top}.woocommerce_options_panel input[type=email],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=password],.woocommerce_options_panel input[type=text]{width:50%;float:right}.woocommerce_options_panel input.button{width:auto;margin-right:8px}.woocommerce_options_panel select{float:right}.woocommerce_options_panel .short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].short{width:50%}.woocommerce_options_panel .sized{width:auto!important;margin-left:6px}.woocommerce_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.woocommerce_options_panel .options_group:first-child{border-top:0}.woocommerce_options_panel .options_group:last-child{border-bottom:0}.woocommerce_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.woocommerce_options_panel .options_group fieldset label{width:auto;float:none}.woocommerce_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.woocommerce_options_panel .options_group fieldset ul li{margin:0;width:auto}.woocommerce_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.woocommerce_options_panel .options_group fieldset ul.wc-radios label{margin-right:0}.woocommerce_options_panel .dimensions_field .wrap{display:block;width:50%}.woocommerce_options_panel .dimensions_field .wrap input{width:30.75%;margin-left:3.8%}.woocommerce_options_panel .dimensions_field .wrap .last{margin-left:0}.woocommerce_options_panel.padded{padding:1em}.woocommerce_options_panel .select2-container{float:right}#woocommerce-product-data input.dp-applied{float:right}#grouped_product_options,#simple_product_options,#virtual_product_options{padding:12px;font-style:italic;color:#666}.wc-metaboxes-wrapper .toolbar{margin:0!important;border-top:1px solid #fff;border-bottom:1px solid #eee;padding:9px 12px!important}.wc-metaboxes-wrapper .toolbar:first-child{border-top:0}.wc-metaboxes-wrapper .toolbar:last-child{border-bottom:0}.wc-metaboxes-wrapper .toolbar .add_variation{float:left;margin-right:5px}.wc-metaboxes-wrapper .toolbar .cancel-variation-changes,.wc-metaboxes-wrapper .toolbar .save-variation-changes{float:right;margin-left:5px}.wc-metaboxes-wrapper p.toolbar{overflow:hidden;zoom:1}.wc-metaboxes-wrapper .expand-close{margin-left:2px;color:#777;font-size:12px;font-style:italic}.wc-metaboxes-wrapper .expand-close a{background:0 0;padding:0;font-size:12px;text-decoration:none}.wc-metaboxes-wrapper#product_attributes .expand-close{float:left;line-height:28px}.wc-metaboxes-wrapper .fr,.wc-metaboxes-wrapper button.add_variable_attribute{float:left;margin:0 6px 0 0}.wc-metaboxes-wrapper .wc-metaboxes{border-bottom:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox-sortable-placeholder{border-color:#bbb;background-color:#f5f5f5;margin-bottom:9px;border-width:1px;border-style:dashed}.wc-metaboxes-wrapper .wc-metabox{background:#fff;border-bottom:1px solid #eee;margin:0!important}.wc-metaboxes-wrapper .wc-metabox select{font-weight:400}.wc-metaboxes-wrapper .wc-metabox:last-of-type{border-bottom:0}.wc-metaboxes-wrapper .wc-metabox .handlediv{width:27px}.wc-metaboxes-wrapper .wc-metabox .handlediv::before{content:'\f142'!important;cursor:pointer;display:inline-block;font:400 20px/1 Dashicons;line-height:.5!important;padding:8px 10px;position:relative;left:12px;top:0}.wc-metaboxes-wrapper .wc-metabox.closed{border-radius:3px}.wc-metaboxes-wrapper .wc-metabox.closed .handlediv::before{content:'\f140'!important}.wc-metaboxes-wrapper .wc-metabox.closed h3{border:0}.wc-metaboxes-wrapper .wc-metabox h3{margin:0!important;padding:.75em 1em .75em .75em!important;font-size:1em!important;overflow:hidden;zoom:1;cursor:move}.wc-metaboxes-wrapper .wc-metabox h3 a.delete,.wc-metaboxes-wrapper .wc-metabox h3 button{float:left}.wc-metaboxes-wrapper .wc-metabox h3 a.delete{color:red;font-weight:400;line-height:26px;text-decoration:none;position:relative;visibility:hidden}.wc-metaboxes-wrapper .wc-metabox h3 strong{font-weight:400;line-height:26px;font-weight:700}.wc-metaboxes-wrapper .wc-metabox h3 select{font-family:sans-serif;max-width:20%;margin:.25em 0 .25em .25em}.wc-metaboxes-wrapper .wc-metabox h3 .handlediv{background-position:6px 5px!important;visibility:hidden;height:26px}.wc-metaboxes-wrapper .wc-metabox h3.fixed{cursor:pointer!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3{cursor:pointer;padding:.5em 1em .5em .75em!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .handlediv,.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .sort,.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 a.delete{margin-top:.25em}.wc-metaboxes-wrapper .wc-metabox h3:hover .handlediv,.wc-metaboxes-wrapper .wc-metabox h3:hover a.delete,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper .handlediv,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper a.delete{visibility:visible}.wc-metaboxes-wrapper .wc-metabox table{width:100%;position:relative;background-color:#fdfdfd;padding:1em;border-top:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox table td{text-align:right;padding:0 0 1em 6px;vertical-align:top;border:0}.wc-metaboxes-wrapper .wc-metabox table td label{text-align:right;display:block;line-height:21px}.wc-metaboxes-wrapper .wc-metabox table td input{float:right;min-width:200px}.wc-metaboxes-wrapper .wc-metabox table td input,.wc-metaboxes-wrapper .wc-metabox table td textarea{width:100%;margin:0;display:block;font-size:14px;padding:4px;color:#555}.wc-metaboxes-wrapper .wc-metabox table td .select2-container,.wc-metaboxes-wrapper .wc-metabox table td select{width:100%!important}.wc-metaboxes-wrapper .wc-metabox table td input.short{width:200px}.wc-metaboxes-wrapper .wc-metabox table td input.checkbox{width:16px;min-width:inherit;vertical-align:text-bottom;display:inline-block;float:none}.wc-metaboxes-wrapper .wc-metabox table td.attribute_name{width:200px}.wc-metaboxes-wrapper .wc-metabox table .minus,.wc-metaboxes-wrapper .wc-metabox table .plus{margin-top:6px}.wc-metaboxes-wrapper .wc-metabox table .fl{float:right}.wc-metaboxes-wrapper .wc-metabox table .fr{float:left}.variations-pagenav{float:left;line-height:24px}.variations-pagenav .displaying-num{color:#777;font-size:12px;font-style:italic}.variations-pagenav a{padding:0 10px 3px;background:rgba(0,0,0,.05);font-size:16px;font-weight:400;text-decoration:none}.variations-pagenav a.disabled,.variations-pagenav a.disabled:active,.variations-pagenav a.disabled:focus,.variations-pagenav a.disabled:hover{color:#a0a5aa;background:rgba(0,0,0,.05)}.variations-defaults{float:right}.variations-defaults select{margin:.25em 0 .25em .25em}.woocommerce_variable_attributes{background-color:#fdfdfd;border-top:1px solid #eee}.woocommerce_variable_attributes .data{padding:1em 2em}.woocommerce_variable_attributes .data::after,.woocommerce_variable_attributes .data::before{content:' ';display:table}.woocommerce_variable_attributes .data::after{clear:both}.woocommerce_variable_attributes .upload_image_button{display:block;width:64px;height:64px;float:right;margin-left:20px;position:relative;cursor:pointer}.woocommerce_variable_attributes .upload_image_button img{width:100%;height:auto;display:none}.woocommerce_variable_attributes .upload_image_button::before{content:'\f128';font-family:Dashicons;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;line-height:64px;font-size:64px;font-weight:400;-webkit-font-smoothing:antialiased}.woocommerce_variable_attributes .upload_image_button.remove img{display:block}.woocommerce_variable_attributes .upload_image_button.remove::before{content:'\f335';display:none}.woocommerce_variable_attributes .upload_image_button.remove:hover::before{display:block}.woocommerce_variable_attributes .options{border:1px solid #eee;border-width:1px 0;padding:.25em 0}.woocommerce_variable_attributes .options label{display:inline-block;padding:4px 0 2px 1em}.woocommerce_variable_attributes .options input[type=checkbox]{margin:0 .5em 0 5px!important;vertical-align:middle}.form-row label{display:inline-block}.form-row .woocommerce-help-tip{float:left}.form-row input[type=number],.form-row input[type=text],.form-row select,.form-row textarea{width:100%;vertical-align:middle;margin:2px 0 0;padding:5px}.form-row select{height:30px;line-height:30px}.form-row.dimensions_field .wrap{clear:right;display:block}.form-row.dimensions_field input{width:33%;float:right;vertical-align:middle}.form-row.dimensions_field input:last-of-type{margin-left:0;width:34%}.form-row.form-row-first,.form-row.form-row-last{width:48%;float:left}.form-row.form-row-first{clear:both;float:right}.form-row.form-row-full{clear:both}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_arrow{right:50%;margin-right:-6px}.wc_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.wc_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}img.ui-datepicker-trigger{vertical-align:middle;margin-top:-1px;cursor:pointer}.wc-metabox-content img.ui-datepicker-trigger,.woocommerce_options_panel img.ui-datepicker-trigger{float:right;margin-left:8px;margin-top:4px;margin-right:4px}#ui-datepicker-div{display:none}.woocommerce-reports-remove-filter{color:red;text-decoration:none}.woocommerce-reports-wide.woocommerce-reports-wrap,.woocommerce-reports-wrap.woocommerce-reports-wrap{margin-right:300px;padding-top:18px}.woocommerce-reports-wide.halved,.woocommerce-reports-wrap.halved{margin:0;overflow:hidden;zoom:1}.woocommerce-reports-wide .widefat th,.woocommerce-reports-wrap .widefat th{padding:7px}.woocommerce-reports-wide .widefat td,.woocommerce-reports-wrap .widefat td{vertical-align:top;padding:7px}.woocommerce-reports-wide .widefat td .description,.woocommerce-reports-wrap .widefat td .description{margin:4px 0 0}.woocommerce-reports-wide .postbox::after,.woocommerce-reports-wrap .postbox::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox h3,.woocommerce-reports-wrap .postbox h3{cursor:default!important}.woocommerce-reports-wide .postbox .inside,.woocommerce-reports-wrap .postbox .inside{padding:10px;margin:0!important}.woocommerce-reports-wide .postbox div.stats_range,.woocommerce-reports-wide .postbox h3.stats_range,.woocommerce-reports-wrap .postbox div.stats_range,.woocommerce-reports-wrap .postbox h3.stats_range{border-bottom-color:#dfdfdf;margin:0;padding:0!important}.woocommerce-reports-wide .postbox div.stats_range .export_csv,.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox div.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv{float:left;line-height:26px;border-right:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox div.stats_range .export_csv::before,.woocommerce-reports-wide .postbox h3.stats_range .export_csv::before,.woocommerce-reports-wrap .postbox div.stats_range .export_csv::before,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none;margin-left:4px}.woocommerce-reports-wide .postbox div.stats_range ul,.woocommerce-reports-wide .postbox h3.stats_range ul,.woocommerce-reports-wrap .postbox div.stats_range ul,.woocommerce-reports-wrap .postbox h3.stats_range ul{list-style:none outside;margin:0;padding:0;zoom:1;background:#f5f5f5;border-bottom:1px solid #ccc}.woocommerce-reports-wide .postbox div.stats_range ul::after,.woocommerce-reports-wide .postbox div.stats_range ul::before,.woocommerce-reports-wide .postbox h3.stats_range ul::after,.woocommerce-reports-wide .postbox h3.stats_range ul::before,.woocommerce-reports-wrap .postbox div.stats_range ul::after,.woocommerce-reports-wrap .postbox div.stats_range ul::before,.woocommerce-reports-wrap .postbox h3.stats_range ul::after,.woocommerce-reports-wrap .postbox h3.stats_range ul::before{content:' ';display:table}.woocommerce-reports-wide .postbox div.stats_range ul::after,.woocommerce-reports-wide .postbox h3.stats_range ul::after,.woocommerce-reports-wrap .postbox div.stats_range ul::after,.woocommerce-reports-wrap .postbox h3.stats_range ul::after{clear:both}.woocommerce-reports-wide .postbox div.stats_range ul li,.woocommerce-reports-wide .postbox h3.stats_range ul li,.woocommerce-reports-wrap .postbox div.stats_range ul li,.woocommerce-reports-wrap .postbox h3.stats_range ul li{float:right;margin:0;padding:0;line-height:26px;font-weight:700;font-size:14px}.woocommerce-reports-wide .postbox div.stats_range ul li a,.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox div.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li a{border-left:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox div.stats_range ul li.active,.woocommerce-reports-wide .postbox h3.stats_range ul li.active,.woocommerce-reports-wrap .postbox div.stats_range ul li.active,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active{background:#fff;-webkit-box-shadow:0 4px 0 0 #fff;box-shadow:0 4px 0 0 #fff}.woocommerce-reports-wide .postbox div.stats_range ul li.active a,.woocommerce-reports-wide .postbox h3.stats_range ul li.active a,.woocommerce-reports-wrap .postbox div.stats_range ul li.active a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active a{color:#777}.woocommerce-reports-wide .postbox div.stats_range ul li.custom,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:9px 10px;vertical-align:middle}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form{display:inline;margin:0}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker{padding:0;margin:0 0 0 10px;background:0 0;border:0;color:#777;text-align:center;-webkit-box-shadow:none;box-shadow:none}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker.from{margin-left:0}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding:12px 249px 12px 12px;margin:0!important}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{width:225px;margin-right:-237px;float:right}.woocommerce-reports-wide .postbox .chart-widgets,.woocommerce-reports-wrap .postbox .chart-widgets{margin:0;padding:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget{margin:0 0 1em;background:#fafafa;border:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4{background:#fff;border:1px solid #dfdfdf;border-right-width:0;border-left-width:0;padding:10px;margin:0;color:#2ea2cc;border-top-width:0;background-image:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4.section_title:hover,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4.section_title:hover{color:#a00}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title{cursor:pointer}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span{display:block}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;float:left;font-size:.9em;line-height:1.618}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open{color:#333}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open span::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open span::after{display:none}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section{border-bottom:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section .select2-container,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section .select2-container{width:100%!important}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section:last-of-type,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section:last-of-type{border-radius:0 0 3px 3px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td{padding:7px 10px;vertical-align:top;border-top:1px solid #e5e5e5;line-height:1.4em}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr:first-child td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr:first-child td{border-top:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count{background:#f5f5f5}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name{max-width:175px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name a,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name a{word-wrap:break-word}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.sparkline{vertical-align:middle}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table .wc_sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table .wc_sparkline{width:32px;height:1em;display:block;float:left}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p{margin:0;padding:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p .submit{margin-top:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget #product_ids,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget #product_ids{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_none,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_none{float:left;color:#999;margin-right:4px;margin-top:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .description,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .description{margin-right:.5em;font-weight:400;opacity:.8}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none outside;margin:0 0 1em;padding:0;border:1px solid #dfdfdf;border-left-width:0;border-bottom-width:0;background:#fff}.woocommerce-reports-wide .postbox .chart-legend li,.woocommerce-reports-wrap .postbox .chart-legend li{border-left:5px solid #aaa;color:#aaa;padding:1em;display:block;margin:0;-webkit-transition:all ease .5s;transition:all ease .5s;-webkit-box-shadow:inset 0 -1px 0 0 #dfdfdf;box-shadow:inset 0 -1px 0 0 #dfdfdf}.woocommerce-reports-wide .postbox .chart-legend li strong,.woocommerce-reports-wrap .postbox .chart-legend li strong{font-size:1.618em;line-height:1.2em;color:#464646;font-weight:400;display:block;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif}.woocommerce-reports-wide .postbox .chart-legend li strong del,.woocommerce-reports-wrap .postbox .chart-legend li strong del{color:#e74c3c;font-weight:400}.woocommerce-reports-wide .postbox .chart-legend li:hover,.woocommerce-reports-wrap .postbox .chart-legend li:hover{-webkit-box-shadow:inset 0 -1px 0 0 #dfdfdf,inset -300px 0 0 rgba(156,93,144,.1);box-shadow:inset 0 -1px 0 0 #dfdfdf,inset -300px 0 0 rgba(156,93,144,.1);border-left:5px solid #9c5d90!important;padding-right:1.5em;color:#9c5d90}.woocommerce-reports-wide .postbox .pie-chart-legend,.woocommerce-reports-wrap .postbox .pie-chart-legend{margin:12px 0 0;overflow:hidden}.woocommerce-reports-wide .postbox .pie-chart-legend li,.woocommerce-reports-wrap .postbox .pie-chart-legend li{float:right;margin:0;padding:6px 0 0;border-top:4px solid #999;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.woocommerce-reports-wide .postbox .stat,.woocommerce-reports-wrap .postbox .stat{font-size:1.5em!important;font-weight:700;text-align:center}.woocommerce-reports-wide .postbox .chart-placeholder,.woocommerce-reports-wrap .postbox .chart-placeholder{width:100%;height:650px;overflow:hidden;position:relative}.woocommerce-reports-wide .postbox .chart-prompt,.woocommerce-reports-wrap .postbox .chart-prompt{line-height:650px;margin:0;color:#999;font-size:1.2em;font-style:italic;text-align:center}.woocommerce-reports-wide .postbox .chart-container,.woocommerce-reports-wrap .postbox .chart-container{background:#fff;padding:12px;position:relative;border:1px solid #dfdfdf;border-radius:3px}.woocommerce-reports-wide .postbox .main .chart-legend,.woocommerce-reports-wrap .postbox .main .chart-legend{margin-top:12px}.woocommerce-reports-wide .postbox .main .chart-legend li,.woocommerce-reports-wrap .postbox .main .chart-legend li{border-left:0;margin:0 0 0 8px;float:right;border-top:4px solid #aaa}.woocommerce-reports-wide .woocommerce-reports-main,.woocommerce-reports-wrap .woocommerce-reports-main{float:right;min-width:100%}.woocommerce-reports-wide .woocommerce-reports-main table td,.woocommerce-reports-wrap .woocommerce-reports-main table td{padding:9px}.woocommerce-reports-wide .woocommerce-reports-sidebar,.woocommerce-reports-wrap .woocommerce-reports-sidebar{display:inline;width:281px;margin-right:-300px;clear:both;float:right}.woocommerce-reports-wide .woocommerce-reports-left,.woocommerce-reports-wrap .woocommerce-reports-left{width:49.5%;float:right}.woocommerce-reports-wide .woocommerce-reports-right,.woocommerce-reports-wrap .woocommerce-reports-right{width:49.5%;float:left}.woocommerce-wide-reports-wrap{padding-bottom:11px}.woocommerce-wide-reports-wrap .widefat .export-data{float:left}.woocommerce-wide-reports-wrap .widefat td,.woocommerce-wide-reports-wrap .widefat th{vertical-align:middle;padding:7px}form.report_filters p{vertical-align:middle}form.report_filters div,form.report_filters input,form.report_filters label{vertical-align:middle}.chart-tooltip{position:absolute;display:none;line-height:1}table.bar_chart{width:100%}table.bar_chart thead th{text-align:right;color:#ccc;padding:6px 0}table.bar_chart tbody th{padding:6px 0;width:25%;text-align:right!important;font-weight:400!important;border-bottom:1px solid #fee}table.bar_chart tbody td{text-align:left;line-height:24px;padding:6px 0 6px 6px;border-bottom:1px solid #fee}table.bar_chart tbody td span{color:#8a4b75;display:block}table.bar_chart tbody td span.alt{color:#47a03e;margin-top:6px}table.bar_chart tbody td.bars{position:relative;text-align:right;padding:6px 0 6px 6px;border-bottom:1px solid #fee}table.bar_chart tbody td.bars a,table.bar_chart tbody td.bars span{text-decoration:none;clear:both;background:#8a4b75;float:right;display:block;line-height:24px;height:24px;border-radius:3px}table.bar_chart tbody td.bars span.alt{clear:both;background:#47a03e}table.bar_chart tbody td.bars span.alt span{margin:0;color:#c5dec2!important;text-shadow:0 1px 0 #47a03e;background:0 0}.post-type-shop_order .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.post-type-shop_coupon .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.post-type-product .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--api .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--webhooks .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState{text-align:center;padding:5em 0 0}.woocommerce-BlankState .woocommerce-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}.woocommerce-BlankState .woocommerce-BlankState-message::before{color:#ddd;text-shadow:0 -1px 1px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.8);font-size:8em;display:block;position:relative!important;top:auto;right:auto;line-height:1em;margin:0 0 .1875em}.woocommerce-BlankState .woocommerce-BlankState-cta{font-size:1.2em;padding:.75em 1.5em;margin:0 .25em;height:auto;display:inline-block!important}@media only screen and (max-width:1280px){#order_data .order_data_column{width:48%}#order_data .order_data_column:first-child{width:100%}.woocommerce_options_panel .description{display:block;clear:both;margin-right:0}.woocommerce_options_panel .dimensions_field .wrap,.woocommerce_options_panel .short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].short{width:80%}.woocommerce_options_panel .downloadable_files,.woocommerce_variations .downloadable_files{padding:0;clear:both}.woocommerce_options_panel .downloadable_files label,.woocommerce_variations .downloadable_files label{position:static}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{margin:0 12px 24px;width:94%}.woocommerce_options_panel .downloadable_files table .sort,.woocommerce_variations .downloadable_files table .sort{visibility:hidden}.woocommerce_options_panel .woocommerce_variable_attributes .downloadable_files table,.woocommerce_variations .woocommerce_variable_attributes .downloadable_files table{margin:0 0 1em;width:100%}}@media only screen and (max-width:900px){#woocommerce-coupon-data ul.coupon_data_tabs,#woocommerce-product-data .wc-tabs-back,#woocommerce-product-data ul.product_data_tabs{width:10%}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{width:90%}#woocommerce-coupon-data ul.coupon_data_tabs li a,#woocommerce-product-data ul.product_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#woocommerce-coupon-data ul.coupon_data_tabs li a::before,#woocommerce-product-data ul.product_data_tabs li a::before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#wp-excerpt-media-buttons a{font-size:16px;line-height:37px;height:39px;padding:0 15px 0 20px}#wp-excerpt-editor-tools{padding-top:20px;padding-left:15px;overflow:hidden;margin-bottom:-1px}#woocommerce-product-data .checkbox{width:25px}.variations-pagenav{float:none;text-align:center;font-size:18px}.variations-pagenav .displaying-num{font-size:16px}.variations-pagenav a{padding:8px 20px 11px;font-size:18px}.variations-pagenav select{padding:0 20px}.variations-defaults{float:none;text-align:center;margin-top:10px}.post-type-product .wp-list-table .column-thumb{display:none;text-align:right;padding-bottom:0}.post-type-product .wp-list-table .column-thumb::before{display:none!important}.post-type-product .wp-list-table .column-thumb img{max-width:32px}.post-type-product .wp-list-table .is-expanded td:not(.hidden){overflow:visible}.post-type-product .wp-list-table .toggle-row{top:-28px}.post-type-shop_order .wp-list-table .column-customer_message,.post-type-shop_order .wp-list-table .column-order_notes{text-align:inherit}.post-type-shop_order .wp-list-table .column-order_notes .note-on{font-size:1.3em;margin:0}.post-type-shop_order .wp-list-table .is-expanded td:not(.hidden){overflow:visible}.post-type-shop_order .wp-list-table .toggle-row{top:-15px}}@media only screen and (max-width:500px){.woocommerce_options_panel label,.woocommerce_options_panel legend{float:none;width:auto;display:block;margin:0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 20px!important}.addons-wcs-banner-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wc_addons_wrap .addons-wcs-banner-block{padding:40px}.wc_addons_wrap .addons-wcs-banner-block-image{padding:1em;text-align:center;width:100%;padding:2em 0;margin:0}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:0}}.wc-backbone-modal *{-webkit-box-sizing:border-box;box-sizing:border-box}.wc-backbone-modal .wc-backbone-modal-content{position:fixed;background:#fff;z-index:100000;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);max-width:100%;min-width:500px}.wc-backbone-modal .wc-backbone-modal-content article{overflow:auto}.wc-backbone-modal.wc-backbone-modal-shipping-method-settings .wc-backbone-modal-content{width:75%;min-width:500px}.wc-backbone-modal .select2-container{width:100%!important}@media screen and (max-width:782px){.wc-backbone-modal .wc-backbone-modal-content{width:100%;height:100%;min-width:100%}}.wc-backbone-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:99900}.wc-backbone-modal-main{padding-bottom:55px}.wc-backbone-modal-main article,.wc-backbone-modal-main header{display:block;position:relative}.wc-backbone-modal-main .wc-backbone-modal-header{height:auto;background:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.wc-backbone-modal-main .wc-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;left:0;text-align:center;border:0;border-right:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus,.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover{background:#ddd;border-color:#ccc;color:#000}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus{outline:0}.wc-backbone-modal-main article{padding:1.5em}.wc-backbone-modal-main article p{margin:1.5em 0}.wc-backbone-modal-main article p:first-child{margin-top:0}.wc-backbone-modal-main article p:last-child{margin-bottom:0}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main footer{position:absolute;right:0;left:0;bottom:0;z-index:100;padding:1em 1.5em;background:#fcfcfc;border-top:1px solid #dfdfdf;-webkit-box-shadow:0 -4px 4px -4px rgba(0,0,0,.1);box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.wc-backbone-modal-main footer .inner{text-align:left;line-height:23px}.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.select2-drop,.select2-dropdown{z-index:999999!important}.select2-results{line-height:1.5em}.select2-results .select2-results__group,.select2-results .select2-results__option{margin:0;padding:8px}.select2-results .description{display:block;color:#999;padding-top:4px}.select2-dropdown{border-color:#ddd}.select2-dropdown--below{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.select2-dropdown--above{-webkit-box-shadow:0 -1px 1px rgba(0,0,0,.1);box-shadow:0 -1px 1px rgba(0,0,0,.1)}.select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.select2-container .select2-search__field{min-width:150px}.select2-container .select2-selection--single{height:32px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:32px;padding-left:24px}.select2-container .select2-selection--single .select2-selection__arrow{left:3px;height:30px}.select2-container .select2-selection--multiple{min-height:28px;border-radius:0;line-height:1.5}.select2-container .select2-selection--multiple li{margin:0}.select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.select2-container .select2-selection--multiple .select2-selection__choice .description{display:none}.select2-container .select2-selection__clear{color:#999;margin-top:-1px}.select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0}.woocommerce table.form-table .select2-container{min-width:400px!important}.post-type-product .tablenav .actions,.post-type-shop_order .tablenav .actions{overflow:visible}.post-type-product .tablenav input,.post-type-product .tablenav select,.post-type-shop_order .tablenav input,.post-type-shop_order .tablenav select{line-height:1;height:32px}.post-type-product .tablenav .select2-container,.post-type-shop_order .tablenav .select2-container{float:right;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 1px 4px 6px}.woocommerce-exporter-wrapper,.woocommerce-importer-wrapper,.woocommerce-progress-form-wrapper{text-align:center;max-width:700px;margin:40px auto}.woocommerce-exporter-wrapper .error,.woocommerce-importer-wrapper .error,.woocommerce-progress-form-wrapper .error{text-align:right}.woocommerce-exporter-wrapper .wc-progress-steps,.woocommerce-importer-wrapper .wc-progress-steps,.woocommerce-progress-form-wrapper .wc-progress-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex}.woocommerce-exporter-wrapper .wc-progress-steps li,.woocommerce-importer-wrapper .wc-progress-steps li,.woocommerce-progress-form-wrapper .wc-progress-steps li{width:25%;float:right;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.woocommerce-exporter-wrapper .wc-progress-steps li::before,.woocommerce-importer-wrapper .wc-progress-steps li::before,.woocommerce-progress-form-wrapper .wc-progress-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:4px;height:4px;position:absolute;bottom:0;right:50%;margin-right:-6px;margin-bottom:-8px;background:#fff}.woocommerce-exporter-wrapper .wc-progress-steps li.active,.woocommerce-importer-wrapper .wc-progress-steps li.active,.woocommerce-progress-form-wrapper .wc-progress-steps li.active{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.active::before,.woocommerce-importer-wrapper .wc-progress-steps li.active::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.active::before{border-color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done,.woocommerce-importer-wrapper .wc-progress-steps li.done,.woocommerce-progress-form-wrapper .wc-progress-steps li.done{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done::before,.woocommerce-importer-wrapper .wc-progress-steps li.done::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.done::before{border-color:#a16696;background:#a16696}.woocommerce-exporter-wrapper .button,.woocommerce-importer-wrapper .button,.woocommerce-progress-form-wrapper .button{font-size:1.25em;padding:.5em 1em!important;line-height:1.5em!important;margin-left:.5em;margin-bottom:2px;height:auto!important;border-radius:4px;background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,-1px 0 1px #a36597,0 1px 1px #a36597,1px 0 1px #a36597;margin:0;opacity:1}.woocommerce-exporter-wrapper .button:active,.woocommerce-exporter-wrapper .button:focus,.woocommerce-exporter-wrapper .button:hover,.woocommerce-importer-wrapper .button:active,.woocommerce-importer-wrapper .button:focus,.woocommerce-importer-wrapper .button:hover,.woocommerce-progress-form-wrapper .button:active,.woocommerce-progress-form-wrapper .button:focus,.woocommerce-progress-form-wrapper .button:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-exporter-wrapper .error .button,.woocommerce-importer-wrapper .error .button,.woocommerce-progress-form-wrapper .error .button{font-size:1em}.woocommerce-exporter-wrapper .wc-actions,.woocommerce-importer-wrapper .wc-actions,.woocommerce-progress-form-wrapper .wc-actions{overflow:hidden;border-top:1px solid #eee;margin:0;padding:23px 24px 24px;line-height:3em}.woocommerce-exporter-wrapper .wc-actions .button,.woocommerce-importer-wrapper .wc-actions .button,.woocommerce-progress-form-wrapper .wc-actions .button{float:left}.woocommerce-exporter-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-importer-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-progress-form-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options{color:#999}.woocommerce-exporter-wrapper .wc-progress-form-content,.woocommerce-exporter-wrapper .woocommerce-exporter,.woocommerce-exporter-wrapper .woocommerce-importer,.woocommerce-importer-wrapper .wc-progress-form-content,.woocommerce-importer-wrapper .woocommerce-exporter,.woocommerce-importer-wrapper .woocommerce-importer,.woocommerce-progress-form-wrapper .wc-progress-form-content,.woocommerce-progress-form-wrapper .woocommerce-exporter,.woocommerce-progress-form-wrapper .woocommerce-importer{background:#fff;overflow:hidden;padding:0;margin:0 0 16px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);color:#555;text-align:right}.woocommerce-exporter-wrapper .wc-progress-form-content header,.woocommerce-exporter-wrapper .woocommerce-exporter header,.woocommerce-exporter-wrapper .woocommerce-importer header,.woocommerce-importer-wrapper .wc-progress-form-content header,.woocommerce-importer-wrapper .woocommerce-exporter header,.woocommerce-importer-wrapper .woocommerce-importer header,.woocommerce-progress-form-wrapper .wc-progress-form-content header,.woocommerce-progress-form-wrapper .woocommerce-exporter header,.woocommerce-progress-form-wrapper .woocommerce-importer header{border-bottom:1px solid #eee;margin:0;padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content section,.woocommerce-exporter-wrapper .woocommerce-exporter section,.woocommerce-exporter-wrapper .woocommerce-importer section,.woocommerce-importer-wrapper .wc-progress-form-content section,.woocommerce-importer-wrapper .woocommerce-exporter section,.woocommerce-importer-wrapper .woocommerce-importer section,.woocommerce-progress-form-wrapper .wc-progress-form-content section,.woocommerce-progress-form-wrapper .woocommerce-exporter section,.woocommerce-progress-form-wrapper .woocommerce-importer section{padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content h2,.woocommerce-exporter-wrapper .woocommerce-exporter h2,.woocommerce-exporter-wrapper .woocommerce-importer h2,.woocommerce-importer-wrapper .wc-progress-form-content h2,.woocommerce-importer-wrapper .woocommerce-exporter h2,.woocommerce-importer-wrapper .woocommerce-importer h2,.woocommerce-progress-form-wrapper .wc-progress-form-content h2,.woocommerce-progress-form-wrapper .woocommerce-exporter h2,.woocommerce-progress-form-wrapper .woocommerce-importer h2{margin:0 0 24px;color:#555;font-size:24px;font-weight:400;line-height:1em}.woocommerce-exporter-wrapper .wc-progress-form-content p,.woocommerce-exporter-wrapper .woocommerce-exporter p,.woocommerce-exporter-wrapper .woocommerce-importer p,.woocommerce-importer-wrapper .wc-progress-form-content p,.woocommerce-importer-wrapper .woocommerce-exporter p,.woocommerce-importer-wrapper .woocommerce-importer p,.woocommerce-progress-form-wrapper .wc-progress-form-content p,.woocommerce-progress-form-wrapper .woocommerce-exporter p,.woocommerce-progress-form-wrapper .woocommerce-importer p{font-size:1em;line-height:1.75em;font-size:16px;color:#555;margin:0 0 24px}.woocommerce-exporter-wrapper .wc-progress-form-content .form-row,.woocommerce-exporter-wrapper .woocommerce-exporter .form-row,.woocommerce-exporter-wrapper .woocommerce-importer .form-row,.woocommerce-importer-wrapper .wc-progress-form-content .form-row,.woocommerce-importer-wrapper .woocommerce-exporter .form-row,.woocommerce-importer-wrapper .woocommerce-importer .form-row,.woocommerce-progress-form-wrapper .wc-progress-form-content .form-row,.woocommerce-progress-form-wrapper .woocommerce-exporter .form-row,.woocommerce-progress-form-wrapper .woocommerce-importer .form-row{margin-top:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter .spinner,.woocommerce-exporter-wrapper .woocommerce-importer .spinner,.woocommerce-importer-wrapper .wc-progress-form-content .spinner,.woocommerce-importer-wrapper .woocommerce-exporter .spinner,.woocommerce-importer-wrapper .woocommerce-importer .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer .spinner{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{vertical-align:top;line-height:1.75em;padding:0 0 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th label{color:#555;font-weight:400}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox]{margin:0 0 0 4px;padding:7px}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text]{padding:7px;height:auto;margin:0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper{border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;line-height:1;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code{background:0 0;font-size:smaller;padding:0;margin:0;color:#999;padding:7px 7px 0 0;display:inline-block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input{font-family:Consolas,Monaco,monospace;border:0;margin:0;outline:0;-webkit-box-shadow:none;box-shadow:none;display:inline-block;min-width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{width:35%;padding-left:20px}.woocommerce-exporter-wrapper .wc-progress-form-content progress,.woocommerce-exporter-wrapper .woocommerce-exporter progress,.woocommerce-exporter-wrapper .woocommerce-importer progress,.woocommerce-importer-wrapper .wc-progress-form-content progress,.woocommerce-importer-wrapper .woocommerce-exporter progress,.woocommerce-importer-wrapper .woocommerce-importer progress,.woocommerce-progress-form-wrapper .wc-progress-form-content progress,.woocommerce-progress-form-wrapper .woocommerce-exporter progress,.woocommerce-progress-form-wrapper .woocommerce-importer progress{width:100%;height:42px;margin:0 auto 24px;display:block;-webkit-appearance:none;border:none;display:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,.2);box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;-webkit-box-shadow:none;box-shadow:none}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-value{border-radius:3px;-webkit-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:-webkit-gradient(linear,left top,left bottom,from(#a46497),to(#66405f)),#a46497;background:-webkit-linear-gradient(top,#a46497,#66405f),#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-importer-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing progress{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper{padding:0}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table{margin:0;border:0;-webkit-box-shadow:none;box-shadow:none;width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{border:0;padding:12px;vertical-align:middle}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th select{width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th{background:#fbfbfb}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{font-weight:700}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child{padding-right:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child{padding-left:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name{width:50%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description{color:#999;margin-top:4px;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code{background:0 0;padding:0;white-space:pre-line;word-wrap:break-word;word-break:break-all}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done{text-align:center;padding:48px 24px;font-size:1.5em;line-height:1.75em}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#a16696;position:static;font-size:100px;display:block;float:none;margin:0 0 24px}.wc-pointer .wc-pointer-buttons .close{float:right;margin:6px 15px 0 0}
|
assets/vendors/woo-setup-wiz/css/admin.css
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
1 |
+
.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
+
@charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.wc_addons_wrap{max-width:1200px}.wc_addons_wrap h1.search-form-title{clear:left;padding:0}.wc_addons_wrap form.search-form{clear:both;display:block;position:relative;margin-top:1em;margin-bottom:1em}.wc_addons_wrap form.search-form input{border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;height:53px;padding-left:50px;width:100%;margin:0}.wc_addons_wrap form.search-form button{background:0 0;border:none;cursor:pointer;height:53px;position:absolute;width:53px}.wc_addons_wrap .update-plugins .update-count{background-color:#d54e21;border-radius:10px;color:#fff;display:inline-block;font-size:9px;font-weight:600;line-height:17px;margin:1px 0 0 2px;padding:0 6px;vertical-align:text-top}.wc_addons_wrap .addons-featured{margin:0}.wc_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wc_addons_wrap .subsubsub li::after{content:'|'}.wc_addons_wrap .subsubsub li:last-child::after{content:''}.wc_addons_wrap .addons-banner-block-item-icon,.wc_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.wc_addons_wrap .addons-banner-block,.wc_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.wc_addons_wrap .addons-banner-block img{height:62px}.wc_addons_wrap .addons-banner-block p{margin:0 0 20px}.wc_addons_wrap .addons-banner-block-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 -10px 0 -10px}.wc_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin:1em;min-width:200px;width:30%}.wc_addons_wrap .addons-banner-block-item-icon{background:#f7f7f7;height:143px}.wc_addons_wrap .addons-banner-block-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:184px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:24px}.wc_addons_wrap .addons-banner-block-item-content h3{margin-top:0}.wc_addons_wrap .addons-banner-block-item-content p{margin:0 0 auto}.wc_addons_wrap .addons-wcs-banner-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wc_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-right:2em;padding:4em}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{max-height:86px;max-width:97px}.wc_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-left:0;margin-right:0;margin-top:1em}.wc_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;padding:1em 0}.wc_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wc_addons_wrap .addons-column-section{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.wc_addons_wrap .addons-column{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:50%;padding:0 .5em}.wc_addons_wrap .addons-column:nth-child(2){margin-right:0}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-dark-block,.wc_addons_wrap .addons-small-light-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px}.wc_addons_wrap .addons-column-block img{max-height:50px;max-width:50px}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-light-block{background:#fff}.wc_addons_wrap .addons-column-block-left{float:left}.wc_addons_wrap .addons-column-block-right{float:right}.wc_addons_wrap .addons-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 -20px;padding:20px}.wc_addons_wrap .addons-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 10px 10px 0;width:100px}.wc_addons_wrap .addons-column-block-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-width:200px}.wc_addons_wrap .addons-column-block-item-content h2{float:left;margin-top:8px}.wc_addons_wrap .addons-column-block-item-content a{float:right}.wc_addons_wrap .addons-column-block-item-content p{float:left}.wc_addons_wrap .addons-banner-block-item,.wc_addons_wrap .addons-column-block-item{display:none}.wc_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wc_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wc_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wc_addons_wrap .addons-small-dark-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.wc_addons_wrap .addons-small-dark-item{margin:0 0 20px}.wc_addons_wrap .addons-small-dark-block h1{color:#fff}.wc_addons_wrap .addons-small-dark-block p{color:#fafafa}.wc_addons_wrap .addons-small-dark-item-icon img{height:30px}.wc_addons_wrap .addons-small-dark-item a{margin:28px auto 0}.wc_addons_wrap .addons-small-light-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.wc_addons_wrap .addons-small-light-block h1{margin-top:-12px}.wc_addons_wrap .addons-small-light-block p{margin-top:0}.wc_addons_wrap .addons-small-light-block img{height:225px;margin:0 0 0 -20px}.wc_addons_wrap .addons-small-light-block-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 100px;-ms-flex:1 1 100px;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.wc_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.wc_addons_wrap .addons-small-light-block-content a{width:48%}.wc_addons_wrap .addons-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wc_addons_wrap .addons-button-solid{background-color:#955a89;color:#fff}.wc_addons_wrap .addons-button-solid:hover{color:#fff;opacity:.8}.wc_addons_wrap .addons-button-outline-green{border:1px solid #73ae39;color:#73ae39}.wc_addons_wrap .addons-button-outline-green:hover{color:#73ae39;opacity:.8}.wc_addons_wrap .addons-button-outline-white{border:1px solid #fff;color:#fff}.wc_addons_wrap .addons-button-outline-white:hover{color:#fff;opacity:.8}.wc_addons_wrap .addons-button-installed{background:#e6e6e6;color:#3c3c3c}.wc_addons_wrap .addons-button-installed:hover{color:#3c3c3c;opacity:.8}@media only screen and (max-width:400px){.wc_addons_wrap .addons-featured{margin:-1% -5%}.wc_addons_wrap .addons-button{width:100%}.wc_addons_wrap .addons-small-dark-item{width:100%}.wc_addons_wrap .addons-column-block-item-icon{background:0 0;border:none;height:75px;margin:0 10px 10px 0;width:75px}}.wc_addons_wrap .products{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5em}.wc_addons_wrap .products li{float:left;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wc_addons_wrap .products li a{text-decoration:none;color:inherit;display:block;height:100%}.wc_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.wc_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-right:260px solid #fff}.wc_addons_wrap .products li a img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a .price{display:none}.wc_addons_wrap .products li a h2,.wc_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wc_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wc_addons_wrap .products li a:focus,.wc_addons_wrap .products li a:hover{background-color:#fff}.wc_addons_wrap .storefront{background:url(../images/storefront-bg.jpg) bottom right #f6f6f6;border:1px solid #ddd;margin-top:1em;padding:20px;overflow:hidden;zoom:1}.wc_addons_wrap .storefront img{width:278px;height:auto;float:left;margin:0 20px 0 0;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.1);box-shadow:0 1px 6px rgba(0,0,0,.1)}.wc_addons_wrap .storefront p{max-width:750px}.woocommerce-BlankState a.button-primary,.woocommerce-BlankState button.button-primary,.woocommerce-message a.button-primary,.woocommerce-message button.button-primary{background:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;color:#fff;text-shadow:0 -1px 1px #a36597,1px 0 1px #a36597,0 1px 1px #a36597,-1px 0 1px #a36597;display:inline-block}.woocommerce-BlankState a.button-primary:active,.woocommerce-BlankState a.button-primary:focus,.woocommerce-BlankState a.button-primary:hover,.woocommerce-BlankState button.button-primary:active,.woocommerce-BlankState button.button-primary:focus,.woocommerce-BlankState button.button-primary:hover,.woocommerce-message a.button-primary:active,.woocommerce-message a.button-primary:focus,.woocommerce-message a.button-primary:hover,.woocommerce-message button.button-primary:active,.woocommerce-message button.button-primary:focus,.woocommerce-message button.button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-message{position:relative;border-left-color:#cc99c2!important;overflow:hidden}.woocommerce-message a.docs,.woocommerce-message a.skip{text-decoration:none!important}.woocommerce-message a.woocommerce-message-close{position:static;float:right;padding:0 15px 10px 28px;margin-top:-10px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before{position:relative;top:18px;left:-20px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.woocommerce-message .twitter-share-button{margin-top:-3px;margin-left:3px;vertical-align:middle}#variable_product_options #message,#variable_product_options .notice{margin:10px}.clear{clear:both}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:transparent none;color:inherit}.simplify-commerce-banner{overflow:hidden}.simplify-commerce-banner img{float:right;padding:15px 0;margin-left:1em;width:200px}.woocommerce-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.woocommerce-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}h2 .woocommerce-help-tip{margin-top:-5px;margin-left:.25em}table.wc_status_table{margin-bottom:1em}table.wc_status_table h2{font-size:14px;margin:0}table.wc_status_table tr:nth-child(2n) td,table.wc_status_table tr:nth-child(2n) th{background:#fcfcfc}table.wc_status_table th{font-weight:700;padding:9px}table.wc_status_table td:first-child{width:33%}table.wc_status_table td.help{width:1em}table.wc_status_table td,table.wc_status_table th{font-size:1.1em;font-weight:400}table.wc_status_table td.run-tool,table.wc_status_table th.run-tool{text-align:right}table.wc_status_table td strong.name,table.wc_status_table th strong.name{display:block;margin-bottom:.5em}table.wc_status_table td mark,table.wc_status_table th mark{background:transparent none}table.wc_status_table td mark.yes,table.wc_status_table th mark.yes{color:#7ad03a}table.wc_status_table td mark.no,table.wc_status_table th mark.no{color:#999}table.wc_status_table td .red,table.wc_status_table td mark.error,table.wc_status_table th .red,table.wc_status_table th mark.error{color:#a00}table.wc_status_table td ul,table.wc_status_table th ul{margin:0}table.wc_status_table .help_tip{cursor:help}table.wc_status_table--tools td,table.wc_status_table--tools th{padding:2em}.taxonomy-product_cat .column-thumb .woocommerce-help-tip{font-size:1.5em;margin:0 0 0 -34px;padding:0 2px 5px;display:block;position:absolute}#debug-report{display:none;margin:10px 0;padding:0;position:relative}#debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}.wp-list-table.logs .log-level{display:inline;padding:.2em .6em .3em;font-size:80%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.2em}.wp-list-table.logs .log-level:empty{display:none}.wp-list-table.logs .log-level--alert,.wp-list-table.logs .log-level--emergency{background-color:#ff4136}.wp-list-table.logs .log-level--critical,.wp-list-table.logs .log-level--error{background-color:#ff851b}.wp-list-table.logs .log-level--notice,.wp-list-table.logs .log-level--warning{color:#222;background-color:#ffdc00}.wp-list-table.logs .log-level--info{background-color:#0074d9}.wp-list-table.logs .log-level--debug{background-color:#3d9970}@media screen and (min-width:783px){.wp-list-table.logs .column-timestamp{width:18%}.wp-list-table.logs .column-level{width:14%}.wp-list-table.logs .column-source{width:15%}}#log-viewer-select{padding:10px 0 8px;line-height:28px}#log-viewer-select h2 a{vertical-align:middle}#log-viewer{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);padding:5px 20px}#log-viewer pre{font-family:monospace;white-space:pre-wrap;word-wrap:break-word}.inline-edit-product.quick-edit-row .inline-edit-col-center,.inline-edit-product.quick-edit-row .inline-edit-col-right{float:right!important}#woocommerce-fields.inline-edit-col{clear:left}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-left:10px}#woocommerce-fields.inline-edit-col label.stock_status_field{clear:both;float:left}#woocommerce-fields.inline-edit-col .dimensions div{display:block;margin:.2em 0}#woocommerce-fields.inline-edit-col .dimensions div span.title{display:block;float:left;width:5em}#woocommerce-fields.inline-edit-col .dimensions div span.input-text-wrap{display:block;margin-left:5em}#woocommerce-fields.inline-edit-col .text{-webkit-box-sizing:border-box;box-sizing:border-box;width:99%;float:left;margin:1px 1% 1px 1px}#woocommerce-fields.inline-edit-col .height,#woocommerce-fields.inline-edit-col .length,#woocommerce-fields.inline-edit-col .width{width:32.33%}#woocommerce-fields.inline-edit-col .height{margin-right:0}#woocommerce-fields-bulk.inline-edit-col label{clear:left}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group label{clear:none;width:49%;margin:.2em 0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group.dimensions label{width:75%;max-width:75%}#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .regular_price,#woocommerce-fields-bulk.inline-edit-col .sale_price,#woocommerce-fields-bulk.inline-edit-col .stock,#woocommerce-fields-bulk.inline-edit-col .weight{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin-left:4.4em}#woocommerce-fields-bulk.inline-edit-col .height,#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .width{-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.column-coupon_code{line-height:2.25em}.column-coupon_code,ul.wc_coupon_list{margin:0;overflow:hidden;zoom:1;clear:both}ul.wc_coupon_list{padding-bottom:5px}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block;position:relative;padding:0 .5em;background-color:#fff;border:1px solid #aaa;-webkit-box-shadow:0 1px 0 #dfdfdf;box-shadow:0 1px 0 #dfdfdf;border-radius:4px;margin-right:5px;margin-top:5px}ul.wc_coupon_list li.code.editable{padding-right:2em}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list li.code .tips span{color:#888}ul.wc_coupon_list li.code .tips span:hover{color:#000}ul.wc_coupon_list li.code .remove-coupon{text-decoration:none;color:#888;position:absolute;top:7px;right:20px}ul.wc_coupon_list li.code .remove-coupon::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}ul.wc_coupon_list li.code .remove-coupon:hover::before{color:#a00}ul.wc_coupon_list_block{margin:0;padding-bottom:2px}ul.wc_coupon_list_block li{border-top:1px solid #fff;border-bottom:1px solid #ccc;line-height:2.5em;margin:0;padding:.5em 0}ul.wc_coupon_list_block li:first-child{border-top:0;padding-top:0}ul.wc_coupon_list_block li:last-child{border-bottom:0;padding-bottom:0}.button.wc-reload{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;padding:0;height:28px;width:28px!important;display:inline-block}.button.wc-reload::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:28px}#woocommerce-order-data .handlediv,#woocommerce-order-data .hndle{display:none}#woocommerce-order-data .inside{display:block!important}#order_data{padding:23px 24px 12px}#order_data h2{margin:0;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-size:21px;font-weight:400;line-height:1.2;text-shadow:1px 1px 1px #fff;padding:0}#order_data h3{font-size:14px}#order_data h3,#order_data h4{color:#333;margin:1.33em 0 0}#order_data p{color:#777}#order_data p.order_number{margin:0;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-weight:400;line-height:1.6em;font-size:16px}#order_data .order_data_column_container{clear:both}#order_data .order_data_column{width:32%;padding:0 2% 0 0;float:left}#order_data .order_data_column>h3 span{display:block}#order_data .order_data_column:last-child{padding-right:0}#order_data .order_data_column p{padding:0!important}#order_data .order_data_column .address strong{display:block}#order_data .order_data_column .form-field{float:left;clear:left;width:48%;padding:0;margin:9px 0 0}#order_data .order_data_column .form-field label{display:block;padding:0 0 3px}#order_data .order_data_column .form-field input,#order_data .order_data_column .form-field textarea{width:100%}#order_data .order_data_column .form-field select{width:100%}#order_data .order_data_column .form-field .select2-container{width:100%!important}#order_data .order_data_column .form-field .date-picker{width:50%}#order_data .order_data_column .form-field .hour,#order_data .order_data_column .form-field .minute{width:3.5em}#order_data .order_data_column .form-field small{display:block;margin:5px 0 0;color:#999}#order_data .order_data_column ._billing_address_2_field,#order_data .order_data_column ._billing_last_name_field,#order_data .order_data_column ._billing_phone_field,#order_data .order_data_column ._billing_postcode_field,#order_data .order_data_column ._billing_state_field,#order_data .order_data_column ._shipping_address_2_field,#order_data .order_data_column ._shipping_last_name_field,#order_data .order_data_column ._shipping_postcode_field,#order_data .order_data_column ._shipping_state_field,#order_data .order_data_column .form-field.last{float:right;clear:right}#order_data .order_data_column ._billing_company_field,#order_data .order_data_column ._shipping_company_field,#order_data .order_data_column ._transaction_id_field,#order_data .order_data_column .form-field-wide{width:100%;clear:both}#order_data .order_data_column ._billing_company_field .wc-category-search,#order_data .order_data_column ._billing_company_field .wc-customer-search,#order_data .order_data_column ._billing_company_field .wc-enhanced-select,#order_data .order_data_column ._billing_company_field input,#order_data .order_data_column ._billing_company_field select,#order_data .order_data_column ._billing_company_field textarea,#order_data .order_data_column ._shipping_company_field .wc-category-search,#order_data .order_data_column ._shipping_company_field .wc-customer-search,#order_data .order_data_column ._shipping_company_field .wc-enhanced-select,#order_data .order_data_column ._shipping_company_field input,#order_data .order_data_column ._shipping_company_field select,#order_data .order_data_column ._shipping_company_field textarea,#order_data .order_data_column ._transaction_id_field .wc-category-search,#order_data .order_data_column ._transaction_id_field .wc-customer-search,#order_data .order_data_column ._transaction_id_field .wc-enhanced-select,#order_data .order_data_column ._transaction_id_field input,#order_data .order_data_column ._transaction_id_field select,#order_data .order_data_column ._transaction_id_field textarea,#order_data .order_data_column .form-field-wide .wc-category-search,#order_data .order_data_column .form-field-wide .wc-customer-search,#order_data .order_data_column .form-field-wide .wc-enhanced-select,#order_data .order_data_column .form-field-wide input,#order_data .order_data_column .form-field-wide select,#order_data .order_data_column .form-field-wide textarea{width:100%}#order_data .order_data_column p.none_set{color:#999}#order_data .order_data_column div.edit_address{display:none;zoom:1;padding-right:1px}#order_data .order_data_column .wc-customer-user label a,#order_data .order_data_column .wc-order-status label a{float:right;margin-left:8px}#order_data .order_data_column a.edit_address{width:14px;height:0;padding:14px 0 0;margin:0 0 0 6px;overflow:hidden;position:relative;color:#999;border:0;float:right}#order_data .order_data_column a.edit_address:focus,#order_data .order_data_column a.edit_address:hover{color:#000}#order_data .order_data_column a.edit_address::after{font-family:WooCommerce;position:absolute;top:0;left:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400}#order_data .order_data_column a.edit_address::after{font-family:Dashicons;content:'\f464'}#order_data .order_data_column .billing-same-as-shipping,#order_data .order_data_column .load_customer_billing,#order_data .order_data_column .load_customer_shipping{font-size:13px;display:inline-block;font-weight:400}#order_data .order_data_column .load_customer_shipping{margin-right:.3em}.order_actions{margin:0;overflow:hidden;zoom:1}.order_actions li{border-top:1px solid #fff;border-bottom:1px solid #ddd;padding:6px 0;margin:0;line-height:1.6em;float:left;width:50%;text-align:center}.order_actions li a{float:none;text-align:center;text-decoration:underline}.order_actions li.wide{width:auto;float:none;clear:both;padding:6px;text-align:left;overflow:hidden}.order_actions li #delete-action{line-height:25px;vertical-align:middle;text-align:left;float:left}.order_actions li .save_order{float:right}.order_actions li#actions{overflow:hidden}.order_actions li#actions .button{width:24px;-webkit-box-sizing:border-box;box-sizing:border-box;float:right}.order_actions li#actions select{width:225px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}#woocommerce-order-items .inside{margin:0;padding:0;background:#fefefe}#woocommerce-order-items .wc-order-data-row{border-bottom:1px solid #dfdfdf;padding:1.5em 2em;background:#f8f8f8;line-height:2em;text-align:right}#woocommerce-order-items .wc-order-data-row::after,#woocommerce-order-items .wc-order-data-row::before{content:' ';display:table}#woocommerce-order-items .wc-order-data-row::after{clear:both}#woocommerce-order-items .wc-order-data-row p{margin:0;line-height:2em}#woocommerce-order-items .wc-order-data-row .wc-used-coupons{text-align:left}#woocommerce-order-items .wc-order-data-row .wc-used-coupons .tips{display:inline-block}#woocommerce-order-items .wc-used-coupons{float:left;width:50%}#woocommerce-order-items .wc-order-totals{float:right;width:50%;margin:0;padding:0;text-align:right}#woocommerce-order-items .wc-order-totals .amount{font-weight:700}#woocommerce-order-items .wc-order-totals .label{vertical-align:top}#woocommerce-order-items .wc-order-totals .total{font-size:1em!important;width:10em;margin:0 0 0 .5em;-webkit-box-sizing:border-box;box-sizing:border-box}#woocommerce-order-items .wc-order-totals .total input[type=text]{width:96%;float:right}#woocommerce-order-items .wc-order-totals .refunded-total{color:#a00}#woocommerce-order-items .refund-actions{margin-top:5px;padding-top:12px;border-top:1px solid #dfdfdf}#woocommerce-order-items .refund-actions .button{float:right;margin-left:4px}#woocommerce-order-items .refund-actions .cancel-action{float:left;margin-left:0}#woocommerce-order-items .wc-order-item-bulk-edit .cancel-action{float:left;margin-left:0}#woocommerce-order-items .add_meta{margin-left:0!important}#woocommerce-order-items h3 small{color:#999}#woocommerce-order-items .amount{white-space:nowrap}#woocommerce-order-items .add-items .description{margin-right:10px}#woocommerce-order-items .add-items .button{float:left;margin-right:.25em}#woocommerce-order-items .add-items .button-primary{float:none;margin-right:0}#woocommerce-order-items .inside{display:block!important}#woocommerce-order-items .handlediv,#woocommerce-order-items .hndle{display:none}#woocommerce-order-items .woocommerce_order_items_wrapper{margin:0;overflow-x:auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items{width:100%;background:#fff}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th{text-align:left;padding:1em;font-weight:400;color:#999;background:#f8f8f8;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th.sortable{cursor:pointer}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th:last-child{padding-right:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th:first-child{padding-left:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th .wc-arrow{float:right;position:relative;margin-right:-1em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td{padding:1.5em 1em 1em;text-align:left;line-height:1.5em;vertical-align:top;border-bottom:1px solid #f8f8f8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{width:100%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td select{width:50%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{font-size:14px;padding:4px;color:#555}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:last-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td:last-child{padding-right:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td:first-child{padding-left:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr td{cursor:pointer}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr.selected{background:#f5ebf3}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr.selected td{border-color:#e6cce1;opacity:.8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:last-child td{border-bottom:1px solid #dfdfdf}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:first-child td{border-top:8px solid #f8f8f8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody#order_line_items tr:first-child td{border-top:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb{text-align:left;width:38px;padding-bottom:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail{width:38px;height:38px;border:2px solid #e8e8e8;background:#f8f8f8;color:#ccc;position:relative;font-size:21px;display:block;text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";width:38px;line-height:38px;display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail img{width:100%;height:100%;margin:0;padding:0;position:relative}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.name .wc-order-item-sku,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.name .wc-order-item-variation{display:block;margin-top:.5em;font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item{min-width:200px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .center,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .variation-id{text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class{text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label{white-space:nowrap;color:#999;font-size:.833em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label input{display:inline}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class input{width:70px;vertical-align:middle;text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class select{width:85px;height:26px;vertical-align:middle;font-size:1em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input{display:inline-block;background:#fff;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);margin:1px 0;min-width:80px;overflow:hidden;line-height:1em;text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input label{font-size:.75em;padding:4px 6px 0;color:#555;display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0 6px 4px;color:#555;background:0 0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input input::-webkit-input-placeholder{color:#ddd}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child{border-bottom:1px dashed #ddd;background:#fff}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child label{color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child input{color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .view{white-space:nowrap}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .edit{text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class small.times{font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes{margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes label{display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-discount{display:block;margin-top:.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class small.times{margin-right:.25em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity{text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input{text-align:center;width:50px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items span.subtotal{opacity:.5}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.tax_class,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.tax_class{text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .calculated{border-color:#ae8ca2;border-style:dotted}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{width:100%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{margin:.5em 0 0;font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr th,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr th{border:0;padding:0 4px .5em 0;line-height:1.5em;width:20%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td{padding:0 4px .5em 0;border:0;line-height:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input{width:100%;margin:0;position:relative;border-bottom:0;-webkit-box-shadow:none;box-shadow:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td textarea{width:100%;height:4em;margin:0;-webkit-box-shadow:none;box-shadow:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input:focus+textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input:focus+textarea{border-top-color:#999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p{margin:0 0 .5em;line-height:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p:last-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p:last-child{margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .refund_by{border-bottom:1px dotted #999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .shipping_method,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .shipping_method_name{width:100%;margin:0 0 .5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax{white-space:nowrap}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;float:right;font-size:14px;visibility:hidden;margin:3px -18px 0 0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax:hover::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax:hover::before{color:#a00}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax:hover .delete-order-tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax:hover .delete-order-tax{visibility:visible}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded{display:block;color:#a00;white-space:nowrap;margin-top:.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";position:relative;top:auto;left:auto;margin:-1px 4px 0 0;vertical-align:middle;line-height:1em}#woocommerce-order-items .wc-order-edit-line-item{padding-left:0}#woocommerce-order-items .wc-order-edit-line-item-actions{width:44px;text-align:right;padding-left:0;vertical-align:middle}#woocommerce-order-items .wc-order-edit-line-item-actions a{color:#ccc;display:inline-block;cursor:pointer;padding:0 0 .5em;margin:0 0 0 12px;vertical-align:middle;text-decoration:none;line-height:16px;width:16px;overflow:hidden}#woocommerce-order-items .wc-order-edit-line-item-actions a::before{margin:0;padding:0;font-size:16px;width:16px;height:16px}#woocommerce-order-items .wc-order-edit-line-item-actions a:hover::before{color:#999}#woocommerce-order-items .wc-order-edit-line-item-actions a:first-child{margin-left:0}#woocommerce-order-items .wc-order-edit-line-item-actions .edit-order-item::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";position:relative}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";position:relative}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item:hover::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund:hover::before{color:#a00}#woocommerce-order-items tbody tr .wc-order-edit-line-item-actions{visibility:hidden}#woocommerce-order-items tbody tr:hover .wc-order-edit-line-item-actions{visibility:visible}#woocommerce-order-items .wc-order-totals .wc-order-edit-line-item-actions{width:1.5em;visibility:visible!important}#woocommerce-order-items .wc-order-totals .wc-order-edit-line-item-actions a{padding:0}#woocommerce-order-downloads .buttons{float:left;padding:0;margin:0;vertical-align:top}#woocommerce-order-downloads .buttons .add_item_id,#woocommerce-order-downloads .buttons .select2-container{width:400px!important;margin-right:9px;vertical-align:top;float:left}#woocommerce-order-downloads .buttons button{margin:2px 0 0}#woocommerce-order-downloads h3 small{color:#999}#poststuff #woocommerce-order-actions .inside{margin:0;padding:0}#poststuff #woocommerce-order-actions .inside ul.order_actions li{padding:6px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#poststuff #woocommerce-order-actions .inside ul.order_actions li:last-child{border-bottom:0}#poststuff #woocommerce-order-notes .inside{margin:0;padding:0}#poststuff #woocommerce-order-notes .inside ul.order_notes li{padding:0 10px}#woocommerce_customers p.search-box{margin:6px 0 4px;float:left}#woocommerce_customers .tablenav{float:right;clear:none}.widefat.customers td{vertical-align:middle;padding:4px 7px}.widefat .column-order_title{width:15%}.widefat .column-order_title time{display:block;color:#999;margin:3px 0}.widefat .column-orders,.widefat .column-paying,.widefat .column-spent{text-align:center;width:8%}.widefat .column-last_order{width:11%}.widefat .column-wc_actions{width:110px}.widefat .column-wc_actions a.button{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:2px 4px 2px 0;padding:0!important;height:2em!important;width:2em;overflow:hidden}.widefat .column-wc_actions a.button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat .column-wc_actions a.edit::after{content:'\f464'}.widefat .column-wc_actions a.link::after{font-family:WooCommerce;content:'\e00d'}.widefat .column-wc_actions a.view::after{content:'\f177'}.widefat .column-wc_actions a.refresh::after{font-family:WooCommerce;content:'\e031'}.widefat .column-wc_actions a.processing::after{font-family:WooCommerce;content:'\e00f'}.widefat .column-wc_actions a.complete::after{content:'\f147'}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.post-type-shop_order .tablenav .one-page .displaying-num{display:none}.post-type-shop_order .wp-list-table{margin-top:1em}.post-type-shop_order .wp-list-table tfoot th,.post-type-shop_order .wp-list-table thead th{padding:.75em 1em}.post-type-shop_order .wp-list-table tfoot th.sortable a,.post-type-shop_order .wp-list-table tfoot th.sorted a,.post-type-shop_order .wp-list-table thead th.sortable a,.post-type-shop_order .wp-list-table thead th.sorted a{padding:0}.post-type-shop_order .wp-list-table tfoot th:first-child,.post-type-shop_order .wp-list-table thead th:first-child{padding-left:2em}.post-type-shop_order .wp-list-table tfoot th:last-child,.post-type-shop_order .wp-list-table thead th:last-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody td,.post-type-shop_order .wp-list-table tbody th{padding:1em;line-height:26px}.post-type-shop_order .wp-list-table tbody td:first-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody td:last-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody tr{border-top:1px solid #f5f5f5}.post-type-shop_order .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td{cursor:pointer}.post-type-shop_order .wp-list-table .no-link{cursor:default!important}.post-type-shop_order .wp-list-table td,.post-type-shop_order .wp-list-table th{width:12ch;vertical-align:middle}.post-type-shop_order .wp-list-table td p,.post-type-shop_order .wp-list-table th p{margin:0}.post-type-shop_order .wp-list-table .check-column{width:1px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.post-type-shop_order .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.post-type-shop_order .wp-list-table .column-order_number{width:20ch}.post-type-shop_order .wp-list-table .column-order_total{width:8ch;text-align:right}.post-type-shop_order .wp-list-table .column-order_total a span{float:right}.post-type-shop_order .wp-list-table .column-order_date,.post-type-shop_order .wp-list-table .column-order_status{width:10ch}.post-type-shop_order .wp-list-table .column-order_status{width:14ch}.post-type-shop_order .wp-list-table .column-billing_address,.post-type-shop_order .wp-list-table .column-shipping_address{width:20ch;line-height:1.5em}.post-type-shop_order .wp-list-table .column-billing_address .description,.post-type-shop_order .wp-list-table .column-shipping_address .description{display:block;color:#999}.post-type-shop_order .wp-list-table .column-wc_actions{text-align:right}.post-type-shop_order .wp-list-table .column-wc_actions a.button{text-indent:9999px;margin:2px 0 2px 4px}.post-type-shop_order .wp-list-table .order-preview{float:right;width:16px;padding:20px 4px 4px 4px;height:0;overflow:hidden;position:relative;border:2px solid transparent;border-radius:4px}.post-type-shop_order .wp-list-table .order-preview::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px;font-size:14px;vertical-align:middle;top:4px}.post-type-shop_order .wp-list-table .order-preview:hover{border:2px solid #00a0d2}.post-type-shop_order .wp-list-table .order-preview.disabled::before{content:'';background:url(../images/wpspin.gif) no-repeat center top}.order-status{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;line-height:2.5em;color:#777;background:#e5e5e5;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.05);margin:-.25em 0;cursor:inherit!important;white-space:nowrap;max-width:100%}.order-status.status-completed{background:#c8d7e1;color:#2e4453}.order-status.status-on-hold{background:#f8dda7;color:#94660c}.order-status.status-failed{background:#eba3a3;color:#761919}.order-status.status-processing{background:#c6e1c6;color:#5b841b}.order-status.status-trash{background:#eba3a3;color:#761919}.order-status>span{margin:0 1em;overflow:hidden;text-overflow:ellipsis}.wc-order-preview .order-status{float:right;margin-right:54px}.wc-order-preview article{padding:0!important}.wc-order-preview .modal-close{border-radius:0}.wc-order-preview .wc-order-preview-table{width:100%;margin:0}.wc-order-preview .wc-order-preview-table td,.wc-order-preview .wc-order-preview-table th{padding:1em 1.5em;text-align:left;border:0;border-bottom:1px solid #eee;margin:0;background:0 0;-webkit-box-shadow:none;box-shadow:none;text-align:right;vertical-align:top}.wc-order-preview .wc-order-preview-table td:first-child,.wc-order-preview .wc-order-preview-table th:first-child{text-align:left}.wc-order-preview .wc-order-preview-table th{border-color:#ccc}.wc-order-preview .wc-order-preview-table tr:last-child td{border:0}.wc-order-preview .wc-order-preview-table .wc-order-item-sku{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td,.wc-order-preview .wc-order-preview-table .wc-order-item-meta th{padding:0;border:0;text-align:left;vertical-align:top}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td:last-child{padding-left:.5em}.wc-order-preview .wc-order-preview-addresses{overflow:hidden;padding-bottom:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note{width:50%;float:left;padding:1.5em 1.5em 0;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address h2,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note h2{margin-top:0}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong{display:block;margin-top:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong:first-child,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong:first-child{margin-top:0}.wc-order-preview footer .wc-action-button-group{display:inline-block;float:left}.wc-order-preview footer .button.button-large{margin-left:10px;padding:0 10px!important;line-height:28px;height:auto;display:inline-block}.wc-order-preview .wc-action-button-group label{display:none}.wc-action-button-group{vertical-align:middle;line-height:26px;text-align:left}.wc-action-button-group label{margin-right:6px;cursor:default;font-weight:700;line-height:28px}.wc-action-button-group .wc-action-button-group__items{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.wc-action-button-group .wc-action-button{margin:0 0 0 -1px!important;border:1px solid #ccc;padding:0 10px!important;border-radius:0!important;float:none;line-height:28px;height:auto;z-index:1;position:relative;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;white-space:nowrap}.wc-action-button-group .wc-action-button:focus,.wc-action-button-group .wc-action-button:hover{border:1px solid #999;z-index:2}.wc-action-button-group .wc-action-button:first-child{margin-left:0!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.wc-action-button-group .wc-action-button:last-child{border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}@media screen and (max-width:782px){.wc-order-preview footer .wc-action-button-group .wc-action-button-group__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wc-order-preview footer .wc-action-button-group{float:none;display:block;margin-bottom:4px}.wc-order-preview footer .button.button-large{width:100%;float:none;text-align:center;margin:0;display:block}.post-type-shop_order .wp-list-table td.check-column{width:1em}.post-type-shop_order .wp-list-table td.column-order_number{padding-left:0;padding-bottom:.5em}.post-type-shop_order .wp-list-table td.column-order_date,.post-type-shop_order .wp-list-table td.column-order_status{display:inline-block!important;padding:0 1em 1em 1em!important}.post-type-shop_order .wp-list-table td.column-order_date:before,.post-type-shop_order .wp-list-table td.column-order_status:before{display:none!important}.post-type-shop_order .wp-list-table td.column-order_date{padding-left:0!important}.post-type-shop_order .wp-list-table td.column-order_status{float:right}}.column-customer_message .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-customer_message .note-on::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.column-order_notes .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-order_notes .note-on::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.attributes-table td,.attributes-table th{width:15%;vertical-align:top}.attributes-table .attribute-terms{width:32%}.attributes-table .attribute-actions{width:2em}.attributes-table .attribute-actions .configure-terms{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-family:Dashicons;line-height:1.85}ul.order_notes{padding:2px 0 0}ul.order_notes li .note_content{padding:10px;background:#efefef;position:relative}ul.order_notes li .note_content p{margin:0;padding:0;word-wrap:break-word}ul.order_notes li p.meta{padding:10px;color:#999;margin:0;font-size:11px}ul.order_notes li p.meta .exact-date{border-bottom:1px dotted #999}ul.order_notes li a.delete_note{color:#a00}ul.order_notes li .note_content::after{content:'';display:block;position:absolute;bottom:-10px;left:20px;width:0;height:0;border-width:10px 10px 0 0;border-style:solid;border-color:#efefef transparent}ul.order_notes li.system-note .note_content{background:#d7cad2}ul.order_notes li.system-note .note_content::after{border-color:#d7cad2 transparent}ul.order_notes li.customer-note .note_content{background:#a7cedc}ul.order_notes li.customer-note .note_content::after{border-color:#a7cedc transparent}.add_note{border-top:1px solid #ddd;padding:10px 10px 0}.add_note h4{margin-top:5px!important}.add_note #add_order_note{width:100%;height:50px}table.wp-list-table .column-thumb{width:52px;text-align:center;white-space:nowrap}table.wp-list-table .column-handle{width:17px;display:none}table.wp-list-table tbody td.column-handle{cursor:move;width:17px;text-align:center;vertical-align:text-top}table.wp-list-table tbody td.column-handle::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;height:100%;margin:4px 0 0 0}table.wp-list-table .column-name{width:22%}table.wp-list-table .column-product_cat,table.wp-list-table .column-product_tag{width:11%!important}table.wp-list-table .column-featured,table.wp-list-table .column-product_type{width:48px;text-align:left!important}table.wp-list-table .column-customer_message,table.wp-list-table .column-order_notes{width:48px;text-align:center}table.wp-list-table .column-customer_message img,table.wp-list-table .column-order_notes img{margin:0 auto;padding-top:0!important}table.wp-list-table .manage-column.column-featured img,table.wp-list-table .manage-column.column-product_type img{padding-left:2px}table.wp-list-table .column-price .woocommerce-price-suffix{display:none}table.wp-list-table img{margin:1px 2px}table.wp-list-table .row-actions{color:#999}table.wp-list-table td.column-thumb img{margin:0;width:auto;height:auto;max-width:40px;max-height:40px;vertical-align:middle}table.wp-list-table span.na{color:#999}table.wp-list-table .column-sku{width:10%}table.wp-list-table .column-price{width:10ch}table.wp-list-table .column-is_in_stock{text-align:left!important;width:12ch}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table span.wc-featured::before,table.wp-list-table span.wc-image::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}table.wp-list-table span.wc-featured::before{content:'\f155'}table.wp-list-table span.wc-featured.not-featured::before{content:'\f154'}table.wp-list-table td.column-featured span.wc-featured{font-size:1.6em;cursor:pointer}table.wp-list-table mark.instock,table.wp-list-table mark.onbackorder,table.wp-list-table mark.outofstock{font-weight:700;background:transparent none;line-height:1}table.wp-list-table mark.instock{color:#7ad03a}table.wp-list-table mark.outofstock{color:#a44}table.wp-list-table mark.onbackorder{color:#eaa600}table.wp-list-table .notes_head,table.wp-list-table .order-notes_head,table.wp-list-table .status_head{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table .notes_head::after,table.wp-list-table .order-notes_head::after,table.wp-list-table .status_head::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}table.wp-list-table .order-notes_head::after{content:'\e028'}table.wp-list-table .notes_head::after{content:'\e026'}table.wp-list-table .status_head::after{content:'\e011'}table.wp-list-table .column-order_items{width:12%}table.wp-list-table .column-order_items table.order_items{width:100%;margin:3px 0 0;padding:0;display:none}table.wp-list-table .column-order_items table.order_items td{border:0;margin:0;padding:0 0 3px}table.wp-list-table .column-order_items table.order_items td.qty{color:#999;padding-right:6px;text-align:left}mark.notice{background:#fff;color:#a00;margin:0 0 0 10px}a.export_rates,a.import_rates{float:right;margin-left:9px;margin-top:-2px;margin-bottom:0}#rates-search{float:right}#rates-search input.wc-tax-rates-search-field{padding:4px 8px;font-size:1.2em}#rates-pagination{float:right;margin-right:.5em}#rates-pagination .tablenav{margin:0}.wc_input_table_wrapper{overflow-x:auto;display:block}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table td,table.wc_input_table th,table.wc_tax_rates td,table.wc_tax_rates th{display:table-cell!important}table.wc_input_table span.tips,table.wc_tax_rates span.tips{color:#2ea2cc}table.wc_input_table th,table.wc_tax_rates th{white-space:nowrap;padding:10px}table.wc_input_table td,table.wc_tax_rates td{padding:0;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-top:0;background:#fff;cursor:default}table.wc_input_table td input[type=number],table.wc_input_table td input[type=text],table.wc_tax_rates td input[type=number],table.wc_tax_rates td input[type=text]{width:100%!important;min-width:100px;padding:8px 10px;margin:0;border:0;outline:0;background:transparent none}table.wc_input_table td input[type=number]:focus,table.wc_input_table td input[type=text]:focus,table.wc_tax_rates td input[type=number]:focus,table.wc_tax_rates td input[type=text]:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}table.wc_input_table td.apply_to_shipping,table.wc_input_table td.compound,table.wc_tax_rates td.apply_to_shipping,table.wc_tax_rates td.compound{padding:5px 7px;vertical-align:middle}table.wc_input_table td.apply_to_shipping input,table.wc_input_table td.compound input,table.wc_tax_rates td.apply_to_shipping input,table.wc_tax_rates td.compound input{width:auto;padding:0}table.wc_input_table td:last-child,table.wc_tax_rates td:last-child{border-right:0}table.wc_input_table tr.current td,table.wc_tax_rates tr.current td{background-color:#fefbcc}table.wc_input_table .cost,table.wc_input_table .item_cost,table.wc_tax_rates .cost,table.wc_tax_rates .item_cost{text-align:right}table.wc_input_table .cost input,table.wc_input_table .item_cost input,table.wc_tax_rates .cost input,table.wc_tax_rates .item_cost input{text-align:right}table.wc_input_table th.sort,table.wc_tax_rates th.sort{width:17px;padding:0 4px}table.wc_input_table td.sort,table.wc_tax_rates td.sort{padding:0 4px}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort{cursor:move;font-size:15px;background:#f9f9f9;text-align:center;vertical-align:middle}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort::before,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before{color:#333}table.wc_input_table .button,table.wc_tax_rates .button{float:left;margin-right:5px}table.wc_input_table .export,table.wc_input_table .import,table.wc_tax_rates .export,table.wc_tax_rates .import{float:right;margin-right:0;margin-left:5px}table.wc_input_table span.tips,table.wc_tax_rates span.tips{padding:0 3px}table.wc_input_table .pagination,table.wc_tax_rates .pagination{float:right}table.wc_input_table .pagination .button,table.wc_tax_rates .pagination .button{margin-left:5px;margin-right:0}table.wc_input_table .pagination .current,table.wc_tax_rates .pagination .current{background:#bbb;text-shadow:none}table.wc_input_table tr:last-child td,table.wc_tax_rates tr:last-child td{border-bottom:0}table.wc_emails,table.wc_gateways,table.wc_shipping{position:relative}table.wc_emails td,table.wc_emails th,table.wc_gateways td,table.wc_gateways th,table.wc_shipping td,table.wc_shipping th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em}table.wc_emails.wc_emails td,table.wc_gateways.wc_emails td,table.wc_shipping.wc_emails td{vertical-align:middle}table.wc_emails tr:nth-child(odd) td,table.wc_gateways tr:nth-child(odd) td,table.wc_shipping tr:nth-child(odd) td{background:#f9f9f9}table.wc_emails td.name,table.wc_gateways td.name,table.wc_shipping td.name{font-weight:700}table.wc_emails .settings,table.wc_gateways .settings,table.wc_shipping .settings{text-align:right}table.wc_emails .default,table.wc_emails .radio,table.wc_emails .status,table.wc_gateways .default,table.wc_gateways .radio,table.wc_gateways .status,table.wc_shipping .default,table.wc_shipping .radio,table.wc_shipping .status{text-align:center}table.wc_emails .default .tips,table.wc_emails .radio .tips,table.wc_emails .status .tips,table.wc_gateways .default .tips,table.wc_gateways .radio .tips,table.wc_gateways .status .tips,table.wc_shipping .default .tips,table.wc_shipping .radio .tips,table.wc_shipping .status .tips{margin:0 auto}table.wc_emails .default input,table.wc_emails .radio input,table.wc_emails .status input,table.wc_gateways .default input,table.wc_gateways .radio input,table.wc_gateways .status input,table.wc_shipping .default input,table.wc_shipping .radio input,table.wc_shipping .status input{margin:0}table.wc_emails td.sort,table.wc_gateways td.sort,table.wc_shipping td.sort{cursor:move;font-size:15px;text-align:center}table.wc_emails td.sort::before,table.wc_gateways td.sort::before,table.wc_shipping td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%;line-height:24px}table.wc_emails .wc-payment-gateway-method-name,table.wc_gateways .wc-payment-gateway-method-name,table.wc_shipping .wc-payment-gateway-method-name{font-weight:400}table.wc_emails .wc-email-settings-table-name,table.wc_gateways .wc-email-settings-table-name,table.wc_shipping .wc-email-settings-table-name{font-weight:700}table.wc_emails .wc-email-settings-table-name span,table.wc_gateways .wc-email-settings-table-name span,table.wc_shipping .wc-email-settings-table-name span{font-weight:400;color:#999;margin:0 0 0 4px!important}table.wc_emails .wc-payment-gateway-method-toggle-disabled,table.wc_emails .wc-payment-gateway-method-toggle-enabled,table.wc_gateways .wc-payment-gateway-method-toggle-disabled,table.wc_gateways .wc-payment-gateway-method-toggle-enabled,table.wc_shipping .wc-payment-gateway-method-toggle-disabled,table.wc_shipping .wc-payment-gateway-method-toggle-enabled{padding-top:1px;display:block;outline:0;-webkit-box-shadow:none;box-shadow:none}table.wc_emails .wc-email-settings-table-status,table.wc_gateways .wc-email-settings-table-status,table.wc_shipping .wc-email-settings-table-status{text-align:center;width:1em}table.wc_emails .wc-email-settings-table-status .tips,table.wc_gateways .wc-email-settings-table-status .tips,table.wc_shipping .wc-email-settings-table-status .tips{margin:0 auto}.wc-shipping-zone-settings th{padding:24px 24px 24px 0}.wc-shipping-zone-settings td.forminp input,.wc-shipping-zone-settings td.forminp textarea{padding:8px;width:448px;max-width:100%!important}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select{width:448px;max-width:100%!important}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices{padding:8px 8px 4px;border-color:#ddd;min-height:0;line-height:1}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices input{padding:0}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices li{margin:0 4px 4px 0}.wc-shipping-zone-settings .wc-shipping-zone-postcodes-toggle{margin:.5em 0 0;font-size:.9em;text-decoration:underline;display:block}.wc-shipping-zone-settings .wc-shipping-zone-postcodes-toggle+.wc-shipping-zone-postcodes{display:none}.wc-shipping-zone-settings .wc-shipping-zone-postcodes textarea{margin:10px 0}.wc-shipping-zone-settings .wc-shipping-zone-postcodes .description{font-size:.9em;color:#999}.wc-shipping-zone-settings+p.submit{margin-top:0}table tr table.wc-shipping-zone-methods tr .row-actions,table tr:hover table.wc-shipping-zone-methods tr .row-actions{position:relative}table tr table.wc-shipping-zone-methods tr:hover .row-actions,table tr:hover table.wc-shipping-zone-methods tr:hover .row-actions{position:static}.wc-shipping-zones-heading .page-title-action{display:inline-block}table.wc-shipping-classes td,table.wc-shipping-classes th,table.wc-shipping-zone-methods td,table.wc-shipping-zone-methods th,table.wc-shipping-zones td,table.wc-shipping-zones th{vertical-align:top;line-height:24px;padding:1em!important;font-size:14px;background:#fff;display:table-cell!important}table.wc-shipping-classes td li,table.wc-shipping-classes th li,table.wc-shipping-zone-methods td li,table.wc-shipping-zone-methods th li,table.wc-shipping-zones td li,table.wc-shipping-zones th li{line-height:24px;font-size:14px}table.wc-shipping-classes td .woocommerce-help-tip,table.wc-shipping-classes th .woocommerce-help-tip,table.wc-shipping-zone-methods td .woocommerce-help-tip,table.wc-shipping-zone-methods th .woocommerce-help-tip,table.wc-shipping-zones td .woocommerce-help-tip,table.wc-shipping-zones th .woocommerce-help-tip{margin:0!important}table.wc-shipping-classes thead th,table.wc-shipping-zone-methods thead th,table.wc-shipping-zones thead th{vertical-align:middle}table.wc-shipping-classes thead .wc-shipping-zone-sort,table.wc-shipping-zone-methods thead .wc-shipping-zone-sort,table.wc-shipping-zones thead .wc-shipping-zone-sort{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state,table.wc-shipping-classes td.wc-shipping-zones-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zones-blank-state{background:#f7f1f6!important;overflow:hidden;position:relative;padding:7.5em 7.5%!important;border-bottom:2px solid #eee2ec}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-classes td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state{padding:2em!important}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-classes td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p{margin-bottom:0}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li,table.wc-shipping-classes td.wc-shipping-zone-method-blank-state p,table.wc-shipping-classes td.wc-shipping-zones-blank-state li,table.wc-shipping-classes td.wc-shipping-zones-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state p,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zones-blank-state li,table.wc-shipping-zones td.wc-shipping-zones-blank-state p{color:#a46497;font-size:1.5em;line-height:1.5em;margin:0 0 1em;position:relative;z-index:1;text-shadow:1px 1px 1px #fff}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-classes td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-classes td.wc-shipping-zones-blank-state li.main,table.wc-shipping-classes td.wc-shipping-zones-blank-state p.main,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li.main,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state p.main,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-zones td.wc-shipping-zones-blank-state li.main,table.wc-shipping-zones td.wc-shipping-zones-blank-state p.main{font-size:2em}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li,table.wc-shipping-classes td.wc-shipping-zones-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zones td.wc-shipping-zones-blank-state li{margin-left:1em;list-style:circle inside}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-classes td.wc-shipping-zones-blank-state::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state::before,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-zones td.wc-shipping-zones-blank-state::before{content:'\e01b';font-family:WooCommerce;text-align:center;line-height:1;color:#eee2ec;display:block;width:1em;font-size:40em;top:50%;right:-3.75%;margin-top:-.1875em;position:absolute}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-classes td.wc-shipping-zones-blank-state .button-primary,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state .button-primary,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-zones td.wc-shipping-zones-blank-state .button-primary{background-color:#804877;border-color:#804877;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);margin:0;opacity:1;text-shadow:0 -1px 1px #8a4f7f,1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,-1px 0 1px #8a4f7f;font-size:1.5em;padding:.75em 1em;height:auto;position:relative;z-index:1}table.wc-shipping-classes .wc-shipping-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zone-methods .wc-shipping-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zones .wc-shipping-zone-method-rows tr:nth-child(even) td{background:#f9f9f9}table.wc-shipping-classes .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-classes tr.odd td,table.wc-shipping-zone-methods .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zone-methods tr.odd td,table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zones tr.odd td{background:#f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows td,table.wc-shipping-zones tbody.wc-shipping-zone-rows td{border-top:2px solid #f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:first-child td{border-top:0}table.wc-shipping-classes tr.wc-shipping-zone-worldwide td,table.wc-shipping-zone-methods tr.wc-shipping-zone-worldwide td,table.wc-shipping-zones tr.wc-shipping-zone-worldwide td{background:#f9f9f9;border-top:2px solid #e1e1e1}table.wc-shipping-classes p,table.wc-shipping-classes ul,table.wc-shipping-zone-methods p,table.wc-shipping-zone-methods ul,table.wc-shipping-zones p,table.wc-shipping-zones ul{margin:0}table.wc-shipping-classes td.wc-shipping-zone-method-sort,table.wc-shipping-classes td.wc-shipping-zone-sort,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort,table.wc-shipping-zone-methods td.wc-shipping-zone-sort,table.wc-shipping-zones td.wc-shipping-zone-method-sort,table.wc-shipping-zones td.wc-shipping-zone-sort{cursor:move;font-size:15px;text-align:center}table.wc-shipping-classes td.wc-shipping-zone-method-sort::before,table.wc-shipping-classes td.wc-shipping-zone-sort::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort::before,table.wc-shipping-zone-methods td.wc-shipping-zone-sort::before,table.wc-shipping-zones td.wc-shipping-zone-method-sort::before,table.wc-shipping-zones td.wc-shipping-zone-sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%;line-height:24px}table.wc-shipping-classes td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-classes td.wc-shipping-zone-sort:hover::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-zone-methods td.wc-shipping-zone-sort:hover::before,table.wc-shipping-zones td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-zones td.wc-shipping-zone-sort:hover::before{color:#333}table.wc-shipping-classes td.wc-shipping-zone-worldwide,table.wc-shipping-zone-methods td.wc-shipping-zone-worldwide,table.wc-shipping-zones td.wc-shipping-zone-worldwide{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-worldwide::before,table.wc-shipping-zone-methods td.wc-shipping-zone-worldwide::before,table.wc-shipping-zones td.wc-shipping-zone-worldwide::before{content:'\f319';font-family:dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%;line-height:24px}table.wc-shipping-classes .wc-shipping-zone-methods,table.wc-shipping-classes .wc-shipping-zone-name,table.wc-shipping-zone-methods .wc-shipping-zone-methods,table.wc-shipping-zone-methods .wc-shipping-zone-name,table.wc-shipping-zones .wc-shipping-zone-methods,table.wc-shipping-zones .wc-shipping-zone-name{width:25%}table.wc-shipping-classes .wc-shipping-class-description input,table.wc-shipping-classes .wc-shipping-class-description select,table.wc-shipping-classes .wc-shipping-class-description textarea,table.wc-shipping-classes .wc-shipping-class-name input,table.wc-shipping-classes .wc-shipping-class-name select,table.wc-shipping-classes .wc-shipping-class-name textarea,table.wc-shipping-classes .wc-shipping-class-slug input,table.wc-shipping-classes .wc-shipping-class-slug select,table.wc-shipping-classes .wc-shipping-class-slug textarea,table.wc-shipping-classes .wc-shipping-zone-name input,table.wc-shipping-classes .wc-shipping-zone-name select,table.wc-shipping-classes .wc-shipping-zone-name textarea,table.wc-shipping-classes .wc-shipping-zone-region input,table.wc-shipping-classes .wc-shipping-zone-region select,table.wc-shipping-classes .wc-shipping-zone-region textarea,table.wc-shipping-zone-methods .wc-shipping-class-description input,table.wc-shipping-zone-methods .wc-shipping-class-description select,table.wc-shipping-zone-methods .wc-shipping-class-description textarea,table.wc-shipping-zone-methods .wc-shipping-class-name input,table.wc-shipping-zone-methods .wc-shipping-class-name select,table.wc-shipping-zone-methods .wc-shipping-class-name textarea,table.wc-shipping-zone-methods .wc-shipping-class-slug input,table.wc-shipping-zone-methods .wc-shipping-class-slug select,table.wc-shipping-zone-methods .wc-shipping-class-slug textarea,table.wc-shipping-zone-methods .wc-shipping-zone-name input,table.wc-shipping-zone-methods .wc-shipping-zone-name select,table.wc-shipping-zone-methods .wc-shipping-zone-name textarea,table.wc-shipping-zone-methods .wc-shipping-zone-region input,table.wc-shipping-zone-methods .wc-shipping-zone-region select,table.wc-shipping-zone-methods .wc-shipping-zone-region textarea,table.wc-shipping-zones .wc-shipping-class-description input,table.wc-shipping-zones .wc-shipping-class-description select,table.wc-shipping-zones .wc-shipping-class-description textarea,table.wc-shipping-zones .wc-shipping-class-name input,table.wc-shipping-zones .wc-shipping-class-name select,table.wc-shipping-zones .wc-shipping-class-name textarea,table.wc-shipping-zones .wc-shipping-class-slug input,table.wc-shipping-zones .wc-shipping-class-slug select,table.wc-shipping-zones .wc-shipping-class-slug textarea,table.wc-shipping-zones .wc-shipping-zone-name input,table.wc-shipping-zones .wc-shipping-zone-name select,table.wc-shipping-zones .wc-shipping-zone-name textarea,table.wc-shipping-zones .wc-shipping-zone-region input,table.wc-shipping-zones .wc-shipping-zone-region select,table.wc-shipping-zones .wc-shipping-zone-region textarea{width:100%}table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-zone-delete{color:#a00}table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-zone-delete:hover{color:red}table.wc-shipping-classes .wc-shipping-class-count,table.wc-shipping-zone-methods .wc-shipping-class-count,table.wc-shipping-zones .wc-shipping-class-count{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-methods,table.wc-shipping-zone-methods td.wc-shipping-zone-methods,table.wc-shipping-zones td.wc-shipping-zone-methods{color:#555}table.wc-shipping-classes td.wc-shipping-zone-methods .method_disabled,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .method_disabled,table.wc-shipping-zones td.wc-shipping-zone-methods .method_disabled{text-decoration:line-through}table.wc-shipping-classes td.wc-shipping-zone-methods ul,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul,table.wc-shipping-zones td.wc-shipping-zone-methods ul{position:relative;padding-right:32px}table.wc-shipping-classes td.wc-shipping-zone-methods ul li,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li,table.wc-shipping-zones td.wc-shipping-zone-methods ul li{color:#555;display:inline;margin:0}table.wc-shipping-classes td.wc-shipping-zone-methods ul li::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li::before,table.wc-shipping-zones td.wc-shipping-zone-methods ul li::before{content:', '}table.wc-shipping-classes td.wc-shipping-zone-methods ul li:first-child::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li:first-child::before,table.wc-shipping-zones td.wc-shipping-zone-methods ul li:first-child::before{content:''}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method{display:block;width:24px;padding:24px 0 0;height:0;overflow:hidden;cursor:pointer}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method::before,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-family:Dashicons;content:'\f502';color:#999;vertical-align:middle;line-height:24px;font-size:16px;margin:0}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method.disabled,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method.disabled,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method.disabled{cursor:not-allowed}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method.disabled::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method.disabled::before,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method.disabled::before{color:#ccc}table.wc-shipping-classes .wc-shipping-zone-method-title,table.wc-shipping-zone-methods .wc-shipping-zone-method-title,table.wc-shipping-zones .wc-shipping-zone-method-title{width:25%}table.wc-shipping-classes .wc-shipping-zone-method-title .wc-shipping-zone-method-delete,table.wc-shipping-zone-methods .wc-shipping-zone-method-title .wc-shipping-zone-method-delete,table.wc-shipping-zones .wc-shipping-zone-method-title .wc-shipping-zone-method-delete{color:red}table.wc-shipping-classes .wc-shipping-zone-method-enabled,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled,table.wc-shipping-zones .wc-shipping-zone-method-enabled{text-align:center}table.wc-shipping-classes .wc-shipping-zone-method-enabled a,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled a,table.wc-shipping-zones .wc-shipping-zone-method-enabled a{display:inline-block}table.wc-shipping-classes .wc-shipping-zone-method-enabled .woocommerce-input-toggle,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled .woocommerce-input-toggle,table.wc-shipping-zones .wc-shipping-zone-method-enabled .woocommerce-input-toggle{margin-top:3px}table.wc-shipping-classes .wc-shipping-zone-method-type,table.wc-shipping-zone-methods .wc-shipping-zone-method-type,table.wc-shipping-zones .wc-shipping-zone-method-type{display:block}table.wc-shipping-classes tfoot input,table.wc-shipping-classes tfoot select,table.wc-shipping-zone-methods tfoot input,table.wc-shipping-zone-methods tfoot select,table.wc-shipping-zones tfoot input,table.wc-shipping-zones tfoot select{vertical-align:middle!important}table.wc-shipping-classes tfoot .button-secondary,table.wc-shipping-zone-methods tfoot .button-secondary,table.wc-shipping-zones tfoot .button-secondary{float:right}table.wc-shipping-classes .editing .wc-shipping-zone-edit,table.wc-shipping-classes .editing .wc-shipping-zone-view,table.wc-shipping-zone-methods .editing .wc-shipping-zone-edit,table.wc-shipping-zone-methods .editing .wc-shipping-zone-view,table.wc-shipping-zones .editing .wc-shipping-zone-edit,table.wc-shipping-zones .editing .wc-shipping-zone-view{display:none}.woocommerce-input-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative;margin-top:-1px;vertical-align:text-top}.woocommerce-input-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;right:0;border-radius:100%}.woocommerce-input-toggle.woocommerce-input-toggle--disabled{border-color:#999;background-color:#999}.woocommerce-input-toggle.woocommerce-input-toggle--disabled:before{right:auto;left:0}.woocommerce-input-toggle.woocommerce-input-toggle--loading{opacity:.5}.wc-modal-shipping-method-settings{background:#f8f8f8;padding:1em!important}.wc-modal-shipping-method-settings form .form-table{width:100%;background:#fff;margin:0 0 1.5em}.wc-modal-shipping-method-settings form .form-table tr th{width:30%;position:relative}.wc-modal-shipping-method-settings form .form-table tr th .woocommerce-help-tip{float:right;margin:-8px -.5em 0 0;vertical-align:middle;right:0;top:50%;position:absolute}.wc-modal-shipping-method-settings form .form-table tr td input,.wc-modal-shipping-method-settings form .form-table tr td select,.wc-modal-shipping-method-settings form .form-table tr td textarea{width:50%;min-width:250px}.wc-modal-shipping-method-settings form .form-table tr td input[type=checkbox]{width:auto;min-width:16px}.wc-modal-shipping-method-settings form .form-table tr td,.wc-modal-shipping-method-settings form .form-table tr th{vertical-align:middle;margin:0;line-height:24px;padding:1em;border-bottom:1px solid #f8f8f8}.wc-modal-shipping-method-settings form .form-table:last-of-type{margin-bottom:0}.wc-backbone-modal .wc-shipping-zone-method-selector p{margin-top:0}.wc-backbone-modal .wc-shipping-zone-method-selector .wc-shipping-zone-method-description{margin:.75em 1px 0;line-height:1.5em;color:#999;font-style:italic}.wc-backbone-modal .wc-shipping-zone-method-selector select{width:100%;cursor:pointer}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .woocommerce-help-tip{margin:0 0 0 9px}.status-disabled,.status-enabled,.status-manual{font-size:1.4em;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}.status-manual::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}.status-enabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#a46497}.status-disabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}.woocommerce h2.woo-nav-tab-wrapper{margin-bottom:1em}.woocommerce nav.woo-nav-tab-wrapper{margin:1.5em 0 1em}.woocommerce .subsubsub{margin:-8px 0 0}.woocommerce .wc-admin-breadcrumb{margin-left:.5em}.woocommerce .wc-admin-breadcrumb a{color:#a46497}.woocommerce #template div{margin:0}.woocommerce #template div p .button{float:right;margin-left:10px;margin-top:-4px}.woocommerce #template div .editor textarea{margin-bottom:8px}.woocommerce textarea[disabled=disabled]{background:#dfdfdf!important}.woocommerce table.form-table{margin:0;position:relative;table-layout:fixed}.woocommerce table.form-table .forminp-radio ul{margin:0}.woocommerce table.form-table .forminp-radio ul li{line-height:1.4em}.woocommerce table.form-table input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=text]{height:auto}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input,.woocommerce table.form-table input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=text],.woocommerce table.form-table textarea{width:400px;margin:0;padding:6px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}.woocommerce table.form-table select{width:400px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;height:32px;line-height:32px;vertical-align:top}.woocommerce table.form-table input[size]{width:auto!important}.woocommerce table.form-table table input.regular-input,.woocommerce table.form-table table input[type=email],.woocommerce table.form-table table input[type=number],.woocommerce table.form-table table input[type=text],.woocommerce table.form-table table select,.woocommerce table.form-table table textarea{width:auto}.woocommerce table.form-table textarea.wide-input{width:100%}.woocommerce table.form-table .woocommerce-help-tip,.woocommerce table.form-table img.help_tip{padding:0;margin:-4px 0 0 5px;vertical-align:middle;cursor:help;line-height:1}.woocommerce table.form-table span.help_tip{cursor:help;color:#2ea2cc}.woocommerce table.form-table th{position:relative;padding-right:24px}.woocommerce table.form-table th label{position:relative;display:block}.woocommerce table.form-table th label .woocommerce-help-tip,.woocommerce table.form-table th label img.help_tip{margin:-8px -24px 0 0;position:absolute;right:0;top:50%}.woocommerce table.form-table th label+.woocommerce-help-tip{margin:0;position:absolute;right:0;top:20px}.woocommerce table.form-table woocommerce-help-tip .select2-container{vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-right:inherit}.woocommerce table.form-table .wp-list-table .woocommerce-help-tip{float:none}.woocommerce table.form-table fieldset{margin-top:4px}.woocommerce table.form-table fieldset .woocommerce-help-tip,.woocommerce table.form-table fieldset img.help_tip{margin:-3px 0 0 5px}.woocommerce table.form-table fieldset p.description{margin-bottom:8px}.woocommerce table.form-table fieldset:first-child{margin-top:0}.woocommerce table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}.woocommerce table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .iris-error{background-color:#ffafaf}.woocommerce table.form-table .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.woocommerce table.form-table .image_width_settings{vertical-align:middle}.woocommerce table.form-table .image_width_settings label{margin-left:10px}.woocommerce table.form-table .image_width_settings input{width:auto}.woocommerce table.form-table .wc_emails_wrapper,.woocommerce table.form-table .wc_payment_gateways_wrapper{padding:0 15px 10px 0}.woocommerce #tabs-wrap table a.remove{margin-left:4px}.woocommerce #tabs-wrap table p{margin:0 0 4px!important;overflow:hidden;zoom:1}.woocommerce #tabs-wrap table p a.add{float:left}#wp-excerpt-editor-container{background:#fff}#product_variation-parent #parent_id{width:100%}#postimagediv img{border:1px solid #d5d5d5;max-width:100%}#woocommerce-product-images .inside{margin:0;padding:0}#woocommerce-product-images .inside .add_product_images{padding:0 12px 12px}#woocommerce-product-images .inside #product_images_container{padding:0 0 0 9px}#woocommerce-product-images .inside #product_images_container ul{margin:0;padding:0}#woocommerce-product-images .inside #product_images_container ul::after,#woocommerce-product-images .inside #product_images_container ul::before{content:' ';display:table}#woocommerce-product-images .inside #product_images_container ul::after{clear:both}#woocommerce-product-images .inside #product_images_container ul li.add,#woocommerce-product-images .inside #product_images_container ul li.image,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{width:80px;float:left;cursor:move;border:1px solid #d5d5d5;margin:9px 9px 0 0;background:#f7f7f7;border-radius:2px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}#woocommerce-product-images .inside #product_images_container ul li.add img,#woocommerce-product-images .inside #product_images_container ul li.image img,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder img{width:100%;height:auto;display:block}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{border:3px dashed #ddd;position:relative}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-size:2.618em;line-height:72px;color:#ddd}#woocommerce-product-images .inside #product_images_container ul ul.actions{position:absolute;top:-8px;right:-8px;padding:2px;display:none}#woocommerce-product-images .inside #product_images_container ul ul.actions li{float:right;margin:0 0 0 2px}#woocommerce-product-images .inside #product_images_container ul ul.actions li a{width:1em;height:1em;margin:0;height:0;display:block;overflow:hidden}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.tips{cursor:pointer}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.4em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999;background:#fff;border-radius:50%;height:1em;width:1em;line-height:1em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:hover::before{color:#a00}#woocommerce-product-images .inside #product_images_container ul li:hover ul.actions{display:block}#woocommerce-product-data .hndle{padding:10px}#woocommerce-product-data .hndle span{display:block;vertical-align:middle;line-height:24px}#woocommerce-product-data .hndle span span{display:inline;line-height:inherit;vertical-align:baseline}#woocommerce-product-data .hndle select{margin:0}#woocommerce-product-data .hndle label{padding-right:1em;font-size:12px;vertical-align:baseline}#woocommerce-product-data .hndle label:first-child{margin-right:1em;border-right:1px solid #dfdfdf}#woocommerce-product-data .hndle input,#woocommerce-product-data .hndle select{margin-top:-3px 0 0;vertical-align:middle}#woocommerce-product-data .hndle select{margin-left:.5em}#woocommerce-product-data>.handlediv{margin-top:4px}#woocommerce-product-data .wrap{margin:0}#woocommerce-coupon-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#woocommerce-coupon-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description::-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap{background:#fff}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{float:left;width:80%}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-product-data .woocommerce_options_panel .wc-radios{display:block;float:left;margin:0}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-product-data .woocommerce_options_panel .wc-radios li{display:block;padding:0 0 10px}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li input,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-product-data .woocommerce_options_panel .wc-radios li input{width:auto}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap,.woocommerce .panel-wrap{overflow:hidden}#woocommerce-coupon-data ul.wc-tabs,#woocommerce-product-data ul.wc-tabs,.woocommerce ul.wc-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;-webkit-box-sizing:border-box;box-sizing:border-box}#woocommerce-coupon-data ul.wc-tabs::after,#woocommerce-product-data ul.wc-tabs::after,.woocommerce ul.wc-tabs::after{content:'';display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li,#woocommerce-product-data ul.wc-tabs li,.woocommerce ul.wc-tabs li{margin:0;padding:0;display:block;position:relative}#woocommerce-coupon-data ul.wc-tabs li a,#woocommerce-product-data ul.wc-tabs li a,.woocommerce ul.wc-tabs li a{margin:0;padding:10px;display:block;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li a span,#woocommerce-product-data ul.wc-tabs li a span,.woocommerce ul.wc-tabs li a span{margin-left:.618em;margin-right:.618em}#woocommerce-coupon-data ul.wc-tabs li a::before,#woocommerce-product-data ul.wc-tabs li a::before,.woocommerce ul.wc-tabs li a::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none}#woocommerce-coupon-data ul.wc-tabs li.general_options a::before,#woocommerce-product-data ul.wc-tabs li.general_options a::before,.woocommerce ul.wc-tabs li.general_options a::before{content:'\f107'}#woocommerce-coupon-data ul.wc-tabs li.inventory_options a::before,#woocommerce-product-data ul.wc-tabs li.inventory_options a::before,.woocommerce ul.wc-tabs li.inventory_options a::before{content:'\f481'}#woocommerce-coupon-data ul.wc-tabs li.shipping_options a::before,#woocommerce-product-data ul.wc-tabs li.shipping_options a::before,.woocommerce ul.wc-tabs li.shipping_options a::before{font-family:WooCommerce;content:'\e01a'}#woocommerce-coupon-data ul.wc-tabs li.linked_product_options a::before,#woocommerce-product-data ul.wc-tabs li.linked_product_options a::before,.woocommerce ul.wc-tabs li.linked_product_options a::before{content:'\f103'}#woocommerce-coupon-data ul.wc-tabs li.attribute_options a::before,#woocommerce-product-data ul.wc-tabs li.attribute_options a::before,.woocommerce ul.wc-tabs li.attribute_options a::before{content:'\f175'}#woocommerce-coupon-data ul.wc-tabs li.advanced_options a::before,#woocommerce-product-data ul.wc-tabs li.advanced_options a::before,.woocommerce ul.wc-tabs li.advanced_options a::before{font-family:Dashicons;content:'\f111'}#woocommerce-coupon-data ul.wc-tabs li.variations_options a::before,#woocommerce-product-data ul.wc-tabs li.variations_options a::before,.woocommerce ul.wc-tabs li.variations_options a::before{content:'\f509'}#woocommerce-coupon-data ul.wc-tabs li.usage_restriction_options a::before,#woocommerce-product-data ul.wc-tabs li.usage_restriction_options a::before,.woocommerce ul.wc-tabs li.usage_restriction_options a::before{font-family:WooCommerce;content:'\e602'}#woocommerce-coupon-data ul.wc-tabs li.usage_limit_options a::before,#woocommerce-product-data ul.wc-tabs li.usage_limit_options a::before,.woocommerce ul.wc-tabs li.usage_limit_options a::before{font-family:WooCommerce;content:'\e601'}#woocommerce-coupon-data ul.wc-tabs li.general_coupon_data a::before,#woocommerce-product-data ul.wc-tabs li.general_coupon_data a::before,.woocommerce ul.wc-tabs li.general_coupon_data a::before{font-family:WooCommerce;content:'\e600'}#woocommerce-coupon-data ul.wc-tabs li.active a,#woocommerce-product-data ul.wc-tabs li.active a,.woocommerce ul.wc-tabs li.active a{color:#555;position:relative;background-color:#eee}.woocommerce_page_wc-settings input[type=email],.woocommerce_page_wc-settings input[type=url]{direction:ltr}.woocommerce_page_wc-settings .shippingrows th.check-column{padding-top:20px}.woocommerce_page_wc-settings .shippingrows tfoot th{padding-left:10px}.woocommerce_page_wc-settings .shippingrows .add.button::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}.woocommerce_page_wc-settings h3.wc-settings-sub-title{font-size:1.2em}#woocommerce-coupon-data .inside,#woocommerce-order-data .inside,#woocommerce-order-downloads .inside,#woocommerce-product-data .inside,#woocommerce-product-type-options .inside{margin:0;padding:0}.panel,.woocommerce_options_panel{padding:9px;color:#555}.panel .form-field .woocommerce-help-tip,.woocommerce_options_panel .form-field .woocommerce-help-tip{font-size:1.4em}.panel,.woocommerce_page_settings .woocommerce_options_panel{padding:0}#woocommerce-product-specs .inside,#woocommerce-product-type-options .panel{margin:0;padding:9px}#woocommerce-product-type-options .panel p,.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}#woocommerce-product-type-options .panel p::after,.woocommerce_options_panel fieldset.form-field::after,.woocommerce_options_panel p::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce_options_panel .checkbox,.woocommerce_variable_attributes .checkbox{width:auto;margin:4px 0!important;vertical-align:middle;float:left}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{width:100%;padding:0!important}.woocommerce_options_panel .downloadable_files table th,.woocommerce_variations .downloadable_files table th{padding:7px 0 7px 7px!important}.woocommerce_options_panel .downloadable_files table th.sort,.woocommerce_variations .downloadable_files table th.sort{width:17px;padding:7px!important}.woocommerce_options_panel .downloadable_files table th .woocommerce-help-tip,.woocommerce_variations .downloadable_files table th .woocommerce-help-tip{font-size:1.1em;margin-left:0}.woocommerce_options_panel .downloadable_files table td,.woocommerce_variations .downloadable_files table td{vertical-align:middle!important;padding:4px 0 4px 7px!important;position:relative}.woocommerce_options_panel .downloadable_files table td:last-child,.woocommerce_variations .downloadable_files table td:last-child{padding-right:7px!important}.woocommerce_options_panel .downloadable_files table td input.input_text,.woocommerce_variations .downloadable_files table td input.input_text{width:100%;float:none;min-width:0;margin:1px 0}.woocommerce_options_panel .downloadable_files table td .upload_file_button,.woocommerce_variations .downloadable_files table td .upload_file_button{width:auto;float:right;cursor:pointer}.woocommerce_options_panel .downloadable_files table td .delete,.woocommerce_variations .downloadable_files table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}.woocommerce_options_panel .downloadable_files table td .delete::before,.woocommerce_variations .downloadable_files table td .delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}.woocommerce_options_panel .downloadable_files table td .delete:hover::before,.woocommerce_variations .downloadable_files table td .delete:hover::before{color:#a00}.woocommerce_options_panel .downloadable_files table td.sort,.woocommerce_variations .downloadable_files table td.sort{width:17px;cursor:move;font-size:15px;text-align:center;background:#f9f9f9;padding-right:7px!important}.woocommerce_options_panel .downloadable_files table td.sort::before,.woocommerce_variations .downloadable_files table td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%}.woocommerce_options_panel .downloadable_files table td.sort:hover::before,.woocommerce_variations .downloadable_files table td.sort:hover::before{color:#333}.woocommerce_variation h3 .sort{width:17px;height:26px;cursor:move;float:right;font-size:15px;font-weight:400;margin-right:.5em;visibility:hidden;text-align:center;vertical-align:middle}.woocommerce_variation h3 .sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:28px;color:#999;display:block;width:17px;float:left;height:100%}.woocommerce_variation h3 .sort:hover::before{color:#777}.woocommerce_variation h3:hover .sort,.woocommerce_variation.ui-sortable-helper .sort{visibility:visible}.woocommerce_options_panel{min-height:175px;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce_options_panel .downloadable_files{padding:0 9px 0 162px;position:relative;margin:9px 0}.woocommerce_options_panel .downloadable_files label{position:absolute;left:0;margin:0 0 0 12px;line-height:24px}.woocommerce_options_panel p{margin:9px 0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 20px 5px 162px!important}.woocommerce_options_panel .sale_price_dates_fields .short:first-of-type{margin-bottom:1em}.woocommerce_options_panel .sale_price_dates_fields .short:nth-of-type(2){clear:left}.woocommerce_options_panel label,.woocommerce_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.woocommerce_options_panel label .req,.woocommerce_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.woocommerce_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.woocommerce_options_panel .description-block{margin-left:0;display:block}.woocommerce_options_panel input,.woocommerce_options_panel select,.woocommerce_options_panel textarea{margin:0}.woocommerce_options_panel textarea{float:left;height:3.5em;line-height:1.5em;vertical-align:top}.woocommerce_options_panel input[type=email],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=password],.woocommerce_options_panel input[type=text]{width:50%;float:left}.woocommerce_options_panel input.button{width:auto;margin-left:8px}.woocommerce_options_panel select{float:left}.woocommerce_options_panel .short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].short{width:50%}.woocommerce_options_panel .sized{width:auto!important;margin-right:6px}.woocommerce_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.woocommerce_options_panel .options_group:first-child{border-top:0}.woocommerce_options_panel .options_group:last-child{border-bottom:0}.woocommerce_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.woocommerce_options_panel .options_group fieldset label{width:auto;float:none}.woocommerce_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.woocommerce_options_panel .options_group fieldset ul li{margin:0;width:auto}.woocommerce_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.woocommerce_options_panel .options_group fieldset ul.wc-radios label{margin-left:0}.woocommerce_options_panel .dimensions_field .wrap{display:block;width:50%}.woocommerce_options_panel .dimensions_field .wrap input{width:30.75%;margin-right:3.8%}.woocommerce_options_panel .dimensions_field .wrap .last{margin-right:0}.woocommerce_options_panel.padded{padding:1em}.woocommerce_options_panel .select2-container{float:left}#woocommerce-product-data input.dp-applied{float:left}#grouped_product_options,#simple_product_options,#virtual_product_options{padding:12px;font-style:italic;color:#666}.wc-metaboxes-wrapper .toolbar{margin:0!important;border-top:1px solid #fff;border-bottom:1px solid #eee;padding:9px 12px!important}.wc-metaboxes-wrapper .toolbar:first-child{border-top:0}.wc-metaboxes-wrapper .toolbar:last-child{border-bottom:0}.wc-metaboxes-wrapper .toolbar .add_variation{float:right;margin-left:5px}.wc-metaboxes-wrapper .toolbar .cancel-variation-changes,.wc-metaboxes-wrapper .toolbar .save-variation-changes{float:left;margin-right:5px}.wc-metaboxes-wrapper p.toolbar{overflow:hidden;zoom:1}.wc-metaboxes-wrapper .expand-close{margin-right:2px;color:#777;font-size:12px;font-style:italic}.wc-metaboxes-wrapper .expand-close a{background:0 0;padding:0;font-size:12px;text-decoration:none}.wc-metaboxes-wrapper#product_attributes .expand-close{float:right;line-height:28px}.wc-metaboxes-wrapper .fr,.wc-metaboxes-wrapper button.add_variable_attribute{float:right;margin:0 0 0 6px}.wc-metaboxes-wrapper .wc-metaboxes{border-bottom:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox-sortable-placeholder{border-color:#bbb;background-color:#f5f5f5;margin-bottom:9px;border-width:1px;border-style:dashed}.wc-metaboxes-wrapper .wc-metabox{background:#fff;border-bottom:1px solid #eee;margin:0!important}.wc-metaboxes-wrapper .wc-metabox select{font-weight:400}.wc-metaboxes-wrapper .wc-metabox:last-of-type{border-bottom:0}.wc-metaboxes-wrapper .wc-metabox .handlediv{width:27px}.wc-metaboxes-wrapper .wc-metabox .handlediv::before{content:'\f142'!important;cursor:pointer;display:inline-block;font:400 20px/1 Dashicons;line-height:.5!important;padding:8px 10px;position:relative;right:12px;top:0}.wc-metaboxes-wrapper .wc-metabox.closed{border-radius:3px}.wc-metaboxes-wrapper .wc-metabox.closed .handlediv::before{content:'\f140'!important}.wc-metaboxes-wrapper .wc-metabox.closed h3{border:0}.wc-metaboxes-wrapper .wc-metabox h3{margin:0!important;padding:.75em .75em .75em 1em!important;font-size:1em!important;overflow:hidden;zoom:1;cursor:move}.wc-metaboxes-wrapper .wc-metabox h3 a.delete,.wc-metaboxes-wrapper .wc-metabox h3 button{float:right}.wc-metaboxes-wrapper .wc-metabox h3 a.delete{color:red;font-weight:400;line-height:26px;text-decoration:none;position:relative;visibility:hidden}.wc-metaboxes-wrapper .wc-metabox h3 strong{font-weight:400;line-height:26px;font-weight:700}.wc-metaboxes-wrapper .wc-metabox h3 select{font-family:sans-serif;max-width:20%;margin:.25em .25em .25em 0}.wc-metaboxes-wrapper .wc-metabox h3 .handlediv{background-position:6px 5px!important;visibility:hidden;height:26px}.wc-metaboxes-wrapper .wc-metabox h3.fixed{cursor:pointer!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3{cursor:pointer;padding:.5em .75em .5em 1em!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .handlediv,.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .sort,.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 a.delete{margin-top:.25em}.wc-metaboxes-wrapper .wc-metabox h3:hover .handlediv,.wc-metaboxes-wrapper .wc-metabox h3:hover a.delete,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper .handlediv,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper a.delete{visibility:visible}.wc-metaboxes-wrapper .wc-metabox table{width:100%;position:relative;background-color:#fdfdfd;padding:1em;border-top:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox table td{text-align:left;padding:0 6px 1em 0;vertical-align:top;border:0}.wc-metaboxes-wrapper .wc-metabox table td label{text-align:left;display:block;line-height:21px}.wc-metaboxes-wrapper .wc-metabox table td input{float:left;min-width:200px}.wc-metaboxes-wrapper .wc-metabox table td input,.wc-metaboxes-wrapper .wc-metabox table td textarea{width:100%;margin:0;display:block;font-size:14px;padding:4px;color:#555}.wc-metaboxes-wrapper .wc-metabox table td .select2-container,.wc-metaboxes-wrapper .wc-metabox table td select{width:100%!important}.wc-metaboxes-wrapper .wc-metabox table td input.short{width:200px}.wc-metaboxes-wrapper .wc-metabox table td input.checkbox{width:16px;min-width:inherit;vertical-align:text-bottom;display:inline-block;float:none}.wc-metaboxes-wrapper .wc-metabox table td.attribute_name{width:200px}.wc-metaboxes-wrapper .wc-metabox table .minus,.wc-metaboxes-wrapper .wc-metabox table .plus{margin-top:6px}.wc-metaboxes-wrapper .wc-metabox table .fl{float:left}.wc-metaboxes-wrapper .wc-metabox table .fr{float:right}.variations-pagenav{float:right;line-height:24px}.variations-pagenav .displaying-num{color:#777;font-size:12px;font-style:italic}.variations-pagenav a{padding:0 10px 3px;background:rgba(0,0,0,.05);font-size:16px;font-weight:400;text-decoration:none}.variations-pagenav a.disabled,.variations-pagenav a.disabled:active,.variations-pagenav a.disabled:focus,.variations-pagenav a.disabled:hover{color:#a0a5aa;background:rgba(0,0,0,.05)}.variations-defaults{float:left}.variations-defaults select{margin:.25em .25em .25em 0}.woocommerce_variable_attributes{background-color:#fdfdfd;border-top:1px solid #eee}.woocommerce_variable_attributes .data{padding:1em 2em}.woocommerce_variable_attributes .data::after,.woocommerce_variable_attributes .data::before{content:' ';display:table}.woocommerce_variable_attributes .data::after{clear:both}.woocommerce_variable_attributes .upload_image_button{display:block;width:64px;height:64px;float:left;margin-right:20px;position:relative;cursor:pointer}.woocommerce_variable_attributes .upload_image_button img{width:100%;height:auto;display:none}.woocommerce_variable_attributes .upload_image_button::before{content:'\f128';font-family:Dashicons;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;line-height:64px;font-size:64px;font-weight:400;-webkit-font-smoothing:antialiased}.woocommerce_variable_attributes .upload_image_button.remove img{display:block}.woocommerce_variable_attributes .upload_image_button.remove::before{content:'\f335';display:none}.woocommerce_variable_attributes .upload_image_button.remove:hover::before{display:block}.woocommerce_variable_attributes .options{border:1px solid #eee;border-width:1px 0;padding:.25em 0}.woocommerce_variable_attributes .options label{display:inline-block;padding:4px 1em 2px 0}.woocommerce_variable_attributes .options input[type=checkbox]{margin:0 5px 0 .5em!important;vertical-align:middle}.form-row label{display:inline-block}.form-row .woocommerce-help-tip{float:right}.form-row input[type=number],.form-row input[type=text],.form-row select,.form-row textarea{width:100%;vertical-align:middle;margin:2px 0 0;padding:5px}.form-row select{height:30px;line-height:30px}.form-row.dimensions_field .wrap{clear:left;display:block}.form-row.dimensions_field input{width:33%;float:left;vertical-align:middle}.form-row.dimensions_field input:last-of-type{margin-right:0;width:34%}.form-row.form-row-first,.form-row.form-row-last{width:48%;float:right}.form-row.form-row-first{clear:both;float:left}.form-row.form-row-full{clear:both}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.wc_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.wc_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}img.ui-datepicker-trigger{vertical-align:middle;margin-top:-1px;cursor:pointer}.wc-metabox-content img.ui-datepicker-trigger,.woocommerce_options_panel img.ui-datepicker-trigger{float:left;margin-right:8px;margin-top:4px;margin-left:4px}#ui-datepicker-div{display:none}.woocommerce-reports-remove-filter{color:red;text-decoration:none}.woocommerce-reports-wide.woocommerce-reports-wrap,.woocommerce-reports-wrap.woocommerce-reports-wrap{margin-left:300px;padding-top:18px}.woocommerce-reports-wide.halved,.woocommerce-reports-wrap.halved{margin:0;overflow:hidden;zoom:1}.woocommerce-reports-wide .widefat th,.woocommerce-reports-wrap .widefat th{padding:7px}.woocommerce-reports-wide .widefat td,.woocommerce-reports-wrap .widefat td{vertical-align:top;padding:7px}.woocommerce-reports-wide .widefat td .description,.woocommerce-reports-wrap .widefat td .description{margin:4px 0 0}.woocommerce-reports-wide .postbox::after,.woocommerce-reports-wrap .postbox::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox h3,.woocommerce-reports-wrap .postbox h3{cursor:default!important}.woocommerce-reports-wide .postbox .inside,.woocommerce-reports-wrap .postbox .inside{padding:10px;margin:0!important}.woocommerce-reports-wide .postbox div.stats_range,.woocommerce-reports-wide .postbox h3.stats_range,.woocommerce-reports-wrap .postbox div.stats_range,.woocommerce-reports-wrap .postbox h3.stats_range{border-bottom-color:#dfdfdf;margin:0;padding:0!important}.woocommerce-reports-wide .postbox div.stats_range .export_csv,.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox div.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv{float:right;line-height:26px;border-left:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox div.stats_range .export_csv::before,.woocommerce-reports-wide .postbox h3.stats_range .export_csv::before,.woocommerce-reports-wrap .postbox div.stats_range .export_csv::before,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none;margin-right:4px}.woocommerce-reports-wide .postbox div.stats_range ul,.woocommerce-reports-wide .postbox h3.stats_range ul,.woocommerce-reports-wrap .postbox div.stats_range ul,.woocommerce-reports-wrap .postbox h3.stats_range ul{list-style:none outside;margin:0;padding:0;zoom:1;background:#f5f5f5;border-bottom:1px solid #ccc}.woocommerce-reports-wide .postbox div.stats_range ul::after,.woocommerce-reports-wide .postbox div.stats_range ul::before,.woocommerce-reports-wide .postbox h3.stats_range ul::after,.woocommerce-reports-wide .postbox h3.stats_range ul::before,.woocommerce-reports-wrap .postbox div.stats_range ul::after,.woocommerce-reports-wrap .postbox div.stats_range ul::before,.woocommerce-reports-wrap .postbox h3.stats_range ul::after,.woocommerce-reports-wrap .postbox h3.stats_range ul::before{content:' ';display:table}.woocommerce-reports-wide .postbox div.stats_range ul::after,.woocommerce-reports-wide .postbox h3.stats_range ul::after,.woocommerce-reports-wrap .postbox div.stats_range ul::after,.woocommerce-reports-wrap .postbox h3.stats_range ul::after{clear:both}.woocommerce-reports-wide .postbox div.stats_range ul li,.woocommerce-reports-wide .postbox h3.stats_range ul li,.woocommerce-reports-wrap .postbox div.stats_range ul li,.woocommerce-reports-wrap .postbox h3.stats_range ul li{float:left;margin:0;padding:0;line-height:26px;font-weight:700;font-size:14px}.woocommerce-reports-wide .postbox div.stats_range ul li a,.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox div.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li a{border-right:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox div.stats_range ul li.active,.woocommerce-reports-wide .postbox h3.stats_range ul li.active,.woocommerce-reports-wrap .postbox div.stats_range ul li.active,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active{background:#fff;-webkit-box-shadow:0 4px 0 0 #fff;box-shadow:0 4px 0 0 #fff}.woocommerce-reports-wide .postbox div.stats_range ul li.active a,.woocommerce-reports-wide .postbox h3.stats_range ul li.active a,.woocommerce-reports-wrap .postbox div.stats_range ul li.active a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active a{color:#777}.woocommerce-reports-wide .postbox div.stats_range ul li.custom,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:9px 10px;vertical-align:middle}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form{display:inline;margin:0}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker{padding:0;margin:0 10px 0 0;background:0 0;border:0;color:#777;text-align:center;-webkit-box-shadow:none;box-shadow:none}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker.from{margin-right:0}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding:12px 12px 12px 249px;margin:0!important}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{width:225px;margin-left:-237px;float:left}.woocommerce-reports-wide .postbox .chart-widgets,.woocommerce-reports-wrap .postbox .chart-widgets{margin:0;padding:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget{margin:0 0 1em;background:#fafafa;border:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4{background:#fff;border:1px solid #dfdfdf;border-left-width:0;border-right-width:0;padding:10px;margin:0;color:#2ea2cc;border-top-width:0;background-image:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4.section_title:hover,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4.section_title:hover{color:#a00}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title{cursor:pointer}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span{display:block}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none;float:right;font-size:.9em;line-height:1.618}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open{color:#333}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open span::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open span::after{display:none}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section{border-bottom:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section .select2-container,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section .select2-container{width:100%!important}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section:last-of-type,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section:last-of-type{border-radius:0 0 3px 3px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td{padding:7px 10px;vertical-align:top;border-top:1px solid #e5e5e5;line-height:1.4em}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr:first-child td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr:first-child td{border-top:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count{background:#f5f5f5}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name{max-width:175px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name a,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name a{word-wrap:break-word}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.sparkline{vertical-align:middle}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table .wc_sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table .wc_sparkline{width:32px;height:1em;display:block;float:right}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p{margin:0;padding:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p .submit{margin-top:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget #product_ids,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget #product_ids{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_none,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_none{float:right;color:#999;margin-left:4px;margin-top:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .description,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .description{margin-left:.5em;font-weight:400;opacity:.8}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none outside;margin:0 0 1em;padding:0;border:1px solid #dfdfdf;border-right-width:0;border-bottom-width:0;background:#fff}.woocommerce-reports-wide .postbox .chart-legend li,.woocommerce-reports-wrap .postbox .chart-legend li{border-right:5px solid #aaa;color:#aaa;padding:1em;display:block;margin:0;-webkit-transition:all ease .5s;transition:all ease .5s;-webkit-box-shadow:inset 0 -1px 0 0 #dfdfdf;box-shadow:inset 0 -1px 0 0 #dfdfdf}.woocommerce-reports-wide .postbox .chart-legend li strong,.woocommerce-reports-wrap .postbox .chart-legend li strong{font-size:1.618em;line-height:1.2em;color:#464646;font-weight:400;display:block;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif}.woocommerce-reports-wide .postbox .chart-legend li strong del,.woocommerce-reports-wrap .postbox .chart-legend li strong del{color:#e74c3c;font-weight:400}.woocommerce-reports-wide .postbox .chart-legend li:hover,.woocommerce-reports-wrap .postbox .chart-legend li:hover{-webkit-box-shadow:inset 0 -1px 0 0 #dfdfdf,inset 300px 0 0 rgba(156,93,144,.1);box-shadow:inset 0 -1px 0 0 #dfdfdf,inset 300px 0 0 rgba(156,93,144,.1);border-right:5px solid #9c5d90!important;padding-left:1.5em;color:#9c5d90}.woocommerce-reports-wide .postbox .pie-chart-legend,.woocommerce-reports-wrap .postbox .pie-chart-legend{margin:12px 0 0;overflow:hidden}.woocommerce-reports-wide .postbox .pie-chart-legend li,.woocommerce-reports-wrap .postbox .pie-chart-legend li{float:left;margin:0;padding:6px 0 0;border-top:4px solid #999;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.woocommerce-reports-wide .postbox .stat,.woocommerce-reports-wrap .postbox .stat{font-size:1.5em!important;font-weight:700;text-align:center}.woocommerce-reports-wide .postbox .chart-placeholder,.woocommerce-reports-wrap .postbox .chart-placeholder{width:100%;height:650px;overflow:hidden;position:relative}.woocommerce-reports-wide .postbox .chart-prompt,.woocommerce-reports-wrap .postbox .chart-prompt{line-height:650px;margin:0;color:#999;font-size:1.2em;font-style:italic;text-align:center}.woocommerce-reports-wide .postbox .chart-container,.woocommerce-reports-wrap .postbox .chart-container{background:#fff;padding:12px;position:relative;border:1px solid #dfdfdf;border-radius:3px}.woocommerce-reports-wide .postbox .main .chart-legend,.woocommerce-reports-wrap .postbox .main .chart-legend{margin-top:12px}.woocommerce-reports-wide .postbox .main .chart-legend li,.woocommerce-reports-wrap .postbox .main .chart-legend li{border-right:0;margin:0 8px 0 0;float:left;border-top:4px solid #aaa}.woocommerce-reports-wide .woocommerce-reports-main,.woocommerce-reports-wrap .woocommerce-reports-main{float:left;min-width:100%}.woocommerce-reports-wide .woocommerce-reports-main table td,.woocommerce-reports-wrap .woocommerce-reports-main table td{padding:9px}.woocommerce-reports-wide .woocommerce-reports-sidebar,.woocommerce-reports-wrap .woocommerce-reports-sidebar{display:inline;width:281px;margin-left:-300px;clear:both;float:left}.woocommerce-reports-wide .woocommerce-reports-left,.woocommerce-reports-wrap .woocommerce-reports-left{width:49.5%;float:left}.woocommerce-reports-wide .woocommerce-reports-right,.woocommerce-reports-wrap .woocommerce-reports-right{width:49.5%;float:right}.woocommerce-wide-reports-wrap{padding-bottom:11px}.woocommerce-wide-reports-wrap .widefat .export-data{float:right}.woocommerce-wide-reports-wrap .widefat td,.woocommerce-wide-reports-wrap .widefat th{vertical-align:middle;padding:7px}form.report_filters p{vertical-align:middle}form.report_filters div,form.report_filters input,form.report_filters label{vertical-align:middle}.chart-tooltip{position:absolute;display:none;line-height:1}table.bar_chart{width:100%}table.bar_chart thead th{text-align:left;color:#ccc;padding:6px 0}table.bar_chart tbody th{padding:6px 0;width:25%;text-align:left!important;font-weight:400!important;border-bottom:1px solid #fee}table.bar_chart tbody td{text-align:right;line-height:24px;padding:6px 6px 6px 0;border-bottom:1px solid #fee}table.bar_chart tbody td span{color:#8a4b75;display:block}table.bar_chart tbody td span.alt{color:#47a03e;margin-top:6px}table.bar_chart tbody td.bars{position:relative;text-align:left;padding:6px 6px 6px 0;border-bottom:1px solid #fee}table.bar_chart tbody td.bars a,table.bar_chart tbody td.bars span{text-decoration:none;clear:both;background:#8a4b75;float:left;display:block;line-height:24px;height:24px;border-radius:3px}table.bar_chart tbody td.bars span.alt{clear:both;background:#47a03e}table.bar_chart tbody td.bars span.alt span{margin:0;color:#c5dec2!important;text-shadow:0 1px 0 #47a03e;background:0 0}.post-type-shop_order .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.post-type-shop_coupon .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.post-type-product .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--api .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--webhooks .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState{text-align:center;padding:5em 0 0}.woocommerce-BlankState .woocommerce-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}.woocommerce-BlankState .woocommerce-BlankState-message::before{color:#ddd;text-shadow:0 -1px 1px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.8);font-size:8em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}.woocommerce-BlankState .woocommerce-BlankState-cta{font-size:1.2em;padding:.75em 1.5em;margin:0 .25em;height:auto;display:inline-block!important}@media only screen and (max-width:1280px){#order_data .order_data_column{width:48%}#order_data .order_data_column:first-child{width:100%}.woocommerce_options_panel .description{display:block;clear:both;margin-left:0}.woocommerce_options_panel .dimensions_field .wrap,.woocommerce_options_panel .short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].short{width:80%}.woocommerce_options_panel .downloadable_files,.woocommerce_variations .downloadable_files{padding:0;clear:both}.woocommerce_options_panel .downloadable_files label,.woocommerce_variations .downloadable_files label{position:static}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{margin:0 12px 24px;width:94%}.woocommerce_options_panel .downloadable_files table .sort,.woocommerce_variations .downloadable_files table .sort{visibility:hidden}.woocommerce_options_panel .woocommerce_variable_attributes .downloadable_files table,.woocommerce_variations .woocommerce_variable_attributes .downloadable_files table{margin:0 0 1em;width:100%}}@media only screen and (max-width:900px){#woocommerce-coupon-data ul.coupon_data_tabs,#woocommerce-product-data .wc-tabs-back,#woocommerce-product-data ul.product_data_tabs{width:10%}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{width:90%}#woocommerce-coupon-data ul.coupon_data_tabs li a,#woocommerce-product-data ul.product_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#woocommerce-coupon-data ul.coupon_data_tabs li a::before,#woocommerce-product-data ul.product_data_tabs li a::before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#wp-excerpt-media-buttons a{font-size:16px;line-height:37px;height:39px;padding:0 20px 0 15px}#wp-excerpt-editor-tools{padding-top:20px;padding-right:15px;overflow:hidden;margin-bottom:-1px}#woocommerce-product-data .checkbox{width:25px}.variations-pagenav{float:none;text-align:center;font-size:18px}.variations-pagenav .displaying-num{font-size:16px}.variations-pagenav a{padding:8px 20px 11px;font-size:18px}.variations-pagenav select{padding:0 20px}.variations-defaults{float:none;text-align:center;margin-top:10px}.post-type-product .wp-list-table .column-thumb{display:none;text-align:left;padding-bottom:0}.post-type-product .wp-list-table .column-thumb::before{display:none!important}.post-type-product .wp-list-table .column-thumb img{max-width:32px}.post-type-product .wp-list-table .is-expanded td:not(.hidden){overflow:visible}.post-type-product .wp-list-table .toggle-row{top:-28px}.post-type-shop_order .wp-list-table .column-customer_message,.post-type-shop_order .wp-list-table .column-order_notes{text-align:inherit}.post-type-shop_order .wp-list-table .column-order_notes .note-on{font-size:1.3em;margin:0}.post-type-shop_order .wp-list-table .is-expanded td:not(.hidden){overflow:visible}.post-type-shop_order .wp-list-table .toggle-row{top:-15px}}@media only screen and (max-width:500px){.woocommerce_options_panel label,.woocommerce_options_panel legend{float:none;width:auto;display:block;margin:0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 20px!important}.addons-wcs-banner-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wc_addons_wrap .addons-wcs-banner-block{padding:40px}.wc_addons_wrap .addons-wcs-banner-block-image{padding:1em;text-align:center;width:100%;padding:2em 0;margin:0}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:0}}.wc-backbone-modal *{-webkit-box-sizing:border-box;box-sizing:border-box}.wc-backbone-modal .wc-backbone-modal-content{position:fixed;background:#fff;z-index:100000;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:100%;min-width:500px}.wc-backbone-modal .wc-backbone-modal-content article{overflow:auto}.wc-backbone-modal.wc-backbone-modal-shipping-method-settings .wc-backbone-modal-content{width:75%;min-width:500px}.wc-backbone-modal .select2-container{width:100%!important}@media screen and (max-width:782px){.wc-backbone-modal .wc-backbone-modal-content{width:100%;height:100%;min-width:100%}}.wc-backbone-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:99900}.wc-backbone-modal-main{padding-bottom:55px}.wc-backbone-modal-main article,.wc-backbone-modal-main header{display:block;position:relative}.wc-backbone-modal-main .wc-backbone-modal-header{height:auto;background:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.wc-backbone-modal-main .wc-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;right:0;text-align:center;border:0;border-left:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus,.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover{background:#ddd;border-color:#ccc;color:#000}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus{outline:0}.wc-backbone-modal-main article{padding:1.5em}.wc-backbone-modal-main article p{margin:1.5em 0}.wc-backbone-modal-main article p:first-child{margin-top:0}.wc-backbone-modal-main article p:last-child{margin-bottom:0}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main footer{position:absolute;left:0;right:0;bottom:0;z-index:100;padding:1em 1.5em;background:#fcfcfc;border-top:1px solid #dfdfdf;-webkit-box-shadow:0 -4px 4px -4px rgba(0,0,0,.1);box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.wc-backbone-modal-main footer .inner{text-align:right;line-height:23px}.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.select2-drop,.select2-dropdown{z-index:999999!important}.select2-results{line-height:1.5em}.select2-results .select2-results__group,.select2-results .select2-results__option{margin:0;padding:8px}.select2-results .description{display:block;color:#999;padding-top:4px}.select2-dropdown{border-color:#ddd}.select2-dropdown--below{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.select2-dropdown--above{-webkit-box-shadow:0 -1px 1px rgba(0,0,0,.1);box-shadow:0 -1px 1px rgba(0,0,0,.1)}.select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.select2-container .select2-search__field{min-width:150px}.select2-container .select2-selection--single{height:32px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:32px;padding-right:24px}.select2-container .select2-selection--single .select2-selection__arrow{right:3px;height:30px}.select2-container .select2-selection--multiple{min-height:28px;border-radius:0;line-height:1.5}.select2-container .select2-selection--multiple li{margin:0}.select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.select2-container .select2-selection--multiple .select2-selection__choice .description{display:none}.select2-container .select2-selection__clear{color:#999;margin-top:-1px}.select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0}.woocommerce table.form-table .select2-container{min-width:400px!important}.post-type-product .tablenav .actions,.post-type-shop_order .tablenav .actions{overflow:visible}.post-type-product .tablenav input,.post-type-product .tablenav select,.post-type-shop_order .tablenav input,.post-type-shop_order .tablenav select{line-height:1;height:32px}.post-type-product .tablenav .select2-container,.post-type-shop_order .tablenav .select2-container{float:left;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}.woocommerce-exporter-wrapper,.woocommerce-importer-wrapper,.woocommerce-progress-form-wrapper{text-align:center;max-width:700px;margin:40px auto}.woocommerce-exporter-wrapper .error,.woocommerce-importer-wrapper .error,.woocommerce-progress-form-wrapper .error{text-align:left}.woocommerce-exporter-wrapper .wc-progress-steps,.woocommerce-importer-wrapper .wc-progress-steps,.woocommerce-progress-form-wrapper .wc-progress-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex}.woocommerce-exporter-wrapper .wc-progress-steps li,.woocommerce-importer-wrapper .wc-progress-steps li,.woocommerce-progress-form-wrapper .wc-progress-steps li{width:25%;float:left;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.woocommerce-exporter-wrapper .wc-progress-steps li::before,.woocommerce-importer-wrapper .wc-progress-steps li::before,.woocommerce-progress-form-wrapper .wc-progress-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:4px;height:4px;position:absolute;bottom:0;left:50%;margin-left:-6px;margin-bottom:-8px;background:#fff}.woocommerce-exporter-wrapper .wc-progress-steps li.active,.woocommerce-importer-wrapper .wc-progress-steps li.active,.woocommerce-progress-form-wrapper .wc-progress-steps li.active{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.active::before,.woocommerce-importer-wrapper .wc-progress-steps li.active::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.active::before{border-color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done,.woocommerce-importer-wrapper .wc-progress-steps li.done,.woocommerce-progress-form-wrapper .wc-progress-steps li.done{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done::before,.woocommerce-importer-wrapper .wc-progress-steps li.done::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.done::before{border-color:#a16696;background:#a16696}.woocommerce-exporter-wrapper .button,.woocommerce-importer-wrapper .button,.woocommerce-progress-form-wrapper .button{font-size:1.25em;padding:.5em 1em!important;line-height:1.5em!important;margin-right:.5em;margin-bottom:2px;height:auto!important;border-radius:4px;background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,1px 0 1px #a36597,0 1px 1px #a36597,-1px 0 1px #a36597;margin:0;opacity:1}.woocommerce-exporter-wrapper .button:active,.woocommerce-exporter-wrapper .button:focus,.woocommerce-exporter-wrapper .button:hover,.woocommerce-importer-wrapper .button:active,.woocommerce-importer-wrapper .button:focus,.woocommerce-importer-wrapper .button:hover,.woocommerce-progress-form-wrapper .button:active,.woocommerce-progress-form-wrapper .button:focus,.woocommerce-progress-form-wrapper .button:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-exporter-wrapper .error .button,.woocommerce-importer-wrapper .error .button,.woocommerce-progress-form-wrapper .error .button{font-size:1em}.woocommerce-exporter-wrapper .wc-actions,.woocommerce-importer-wrapper .wc-actions,.woocommerce-progress-form-wrapper .wc-actions{overflow:hidden;border-top:1px solid #eee;margin:0;padding:23px 24px 24px;line-height:3em}.woocommerce-exporter-wrapper .wc-actions .button,.woocommerce-importer-wrapper .wc-actions .button,.woocommerce-progress-form-wrapper .wc-actions .button{float:right}.woocommerce-exporter-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-importer-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-progress-form-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options{color:#999}.woocommerce-exporter-wrapper .wc-progress-form-content,.woocommerce-exporter-wrapper .woocommerce-exporter,.woocommerce-exporter-wrapper .woocommerce-importer,.woocommerce-importer-wrapper .wc-progress-form-content,.woocommerce-importer-wrapper .woocommerce-exporter,.woocommerce-importer-wrapper .woocommerce-importer,.woocommerce-progress-form-wrapper .wc-progress-form-content,.woocommerce-progress-form-wrapper .woocommerce-exporter,.woocommerce-progress-form-wrapper .woocommerce-importer{background:#fff;overflow:hidden;padding:0;margin:0 0 16px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);color:#555;text-align:left}.woocommerce-exporter-wrapper .wc-progress-form-content header,.woocommerce-exporter-wrapper .woocommerce-exporter header,.woocommerce-exporter-wrapper .woocommerce-importer header,.woocommerce-importer-wrapper .wc-progress-form-content header,.woocommerce-importer-wrapper .woocommerce-exporter header,.woocommerce-importer-wrapper .woocommerce-importer header,.woocommerce-progress-form-wrapper .wc-progress-form-content header,.woocommerce-progress-form-wrapper .woocommerce-exporter header,.woocommerce-progress-form-wrapper .woocommerce-importer header{border-bottom:1px solid #eee;margin:0;padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content section,.woocommerce-exporter-wrapper .woocommerce-exporter section,.woocommerce-exporter-wrapper .woocommerce-importer section,.woocommerce-importer-wrapper .wc-progress-form-content section,.woocommerce-importer-wrapper .woocommerce-exporter section,.woocommerce-importer-wrapper .woocommerce-importer section,.woocommerce-progress-form-wrapper .wc-progress-form-content section,.woocommerce-progress-form-wrapper .woocommerce-exporter section,.woocommerce-progress-form-wrapper .woocommerce-importer section{padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content h2,.woocommerce-exporter-wrapper .woocommerce-exporter h2,.woocommerce-exporter-wrapper .woocommerce-importer h2,.woocommerce-importer-wrapper .wc-progress-form-content h2,.woocommerce-importer-wrapper .woocommerce-exporter h2,.woocommerce-importer-wrapper .woocommerce-importer h2,.woocommerce-progress-form-wrapper .wc-progress-form-content h2,.woocommerce-progress-form-wrapper .woocommerce-exporter h2,.woocommerce-progress-form-wrapper .woocommerce-importer h2{margin:0 0 24px;color:#555;font-size:24px;font-weight:400;line-height:1em}.woocommerce-exporter-wrapper .wc-progress-form-content p,.woocommerce-exporter-wrapper .woocommerce-exporter p,.woocommerce-exporter-wrapper .woocommerce-importer p,.woocommerce-importer-wrapper .wc-progress-form-content p,.woocommerce-importer-wrapper .woocommerce-exporter p,.woocommerce-importer-wrapper .woocommerce-importer p,.woocommerce-progress-form-wrapper .wc-progress-form-content p,.woocommerce-progress-form-wrapper .woocommerce-exporter p,.woocommerce-progress-form-wrapper .woocommerce-importer p{font-size:1em;line-height:1.75em;font-size:16px;color:#555;margin:0 0 24px}.woocommerce-exporter-wrapper .wc-progress-form-content .form-row,.woocommerce-exporter-wrapper .woocommerce-exporter .form-row,.woocommerce-exporter-wrapper .woocommerce-importer .form-row,.woocommerce-importer-wrapper .wc-progress-form-content .form-row,.woocommerce-importer-wrapper .woocommerce-exporter .form-row,.woocommerce-importer-wrapper .woocommerce-importer .form-row,.woocommerce-progress-form-wrapper .wc-progress-form-content .form-row,.woocommerce-progress-form-wrapper .woocommerce-exporter .form-row,.woocommerce-progress-form-wrapper .woocommerce-importer .form-row{margin-top:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter .spinner,.woocommerce-exporter-wrapper .woocommerce-importer .spinner,.woocommerce-importer-wrapper .wc-progress-form-content .spinner,.woocommerce-importer-wrapper .woocommerce-exporter .spinner,.woocommerce-importer-wrapper .woocommerce-importer .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer .spinner{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{vertical-align:top;line-height:1.75em;padding:0 0 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th label{color:#555;font-weight:400}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox]{margin:0 4px 0 0;padding:7px}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text]{padding:7px;height:auto;margin:0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper{border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;line-height:1;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code{background:0 0;font-size:smaller;padding:0;margin:0;color:#999;padding:7px 0 0 7px;display:inline-block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input{font-family:Consolas,Monaco,monospace;border:0;margin:0;outline:0;-webkit-box-shadow:none;box-shadow:none;display:inline-block;min-width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{width:35%;padding-right:20px}.woocommerce-exporter-wrapper .wc-progress-form-content progress,.woocommerce-exporter-wrapper .woocommerce-exporter progress,.woocommerce-exporter-wrapper .woocommerce-importer progress,.woocommerce-importer-wrapper .wc-progress-form-content progress,.woocommerce-importer-wrapper .woocommerce-exporter progress,.woocommerce-importer-wrapper .woocommerce-importer progress,.woocommerce-progress-form-wrapper .wc-progress-form-content progress,.woocommerce-progress-form-wrapper .woocommerce-exporter progress,.woocommerce-progress-form-wrapper .woocommerce-importer progress{width:100%;height:42px;margin:0 auto 24px;display:block;-webkit-appearance:none;border:none;display:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,.2);box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;-webkit-box-shadow:none;box-shadow:none}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-value{border-radius:3px;-webkit-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:-webkit-gradient(linear,left top,left bottom,from(#a46497),to(#66405f)),#a46497;background:-webkit-linear-gradient(top,#a46497,#66405f),#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-importer-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing progress{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper{padding:0}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table{margin:0;border:0;-webkit-box-shadow:none;box-shadow:none;width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{border:0;padding:12px;vertical-align:middle}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th select{width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th{background:#fbfbfb}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{font-weight:700}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child{padding-left:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child{padding-right:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name{width:50%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description{color:#999;margin-top:4px;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code{background:0 0;padding:0;white-space:pre-line;word-wrap:break-word;word-break:break-all}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done{text-align:center;padding:48px 24px;font-size:1.5em;line-height:1.75em}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#a16696;position:static;font-size:100px;display:block;float:none;margin:0 0 24px}.wc-pointer .wc-pointer-buttons .close{float:left;margin:6px 0 0 15px}
|
assets/vendors/woo-setup-wiz/css/admin.scss
ADDED
@@ -0,0 +1,6338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
/**
|
3 |
+
* admin.scss
|
4 |
+
* General WooCommerce admin styles. Settings, product data tabs, reports, etc.
|
5 |
+
*/
|
6 |
+
|
7 |
+
/**
|
8 |
+
* Imports
|
9 |
+
*/
|
10 |
+
@import 'mixins';
|
11 |
+
@import 'variables';
|
12 |
+
@import 'animation';
|
13 |
+
@import 'fonts';
|
14 |
+
|
15 |
+
/**
|
16 |
+
* Styling begins
|
17 |
+
*/
|
18 |
+
.blockUI.blockOverlay {
|
19 |
+
@include loader();
|
20 |
+
}
|
21 |
+
|
22 |
+
.wc_addons_wrap {
|
23 |
+
max-width: 1200px;
|
24 |
+
|
25 |
+
h1.search-form-title {
|
26 |
+
clear: left;
|
27 |
+
padding: 0;
|
28 |
+
}
|
29 |
+
|
30 |
+
form.search-form {
|
31 |
+
clear: both;
|
32 |
+
display: block;
|
33 |
+
position: relative;
|
34 |
+
margin-top: 1em;
|
35 |
+
margin-bottom: 1em;
|
36 |
+
|
37 |
+
input {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
box-shadow: none;
|
40 |
+
height: 53px;
|
41 |
+
padding-left: 50px;
|
42 |
+
width: 100%;
|
43 |
+
margin: 0;
|
44 |
+
}
|
45 |
+
|
46 |
+
button {
|
47 |
+
background: none;
|
48 |
+
border: none;
|
49 |
+
cursor: pointer;
|
50 |
+
height: 53px;
|
51 |
+
position: absolute;
|
52 |
+
width: 53px;
|
53 |
+
}
|
54 |
+
}
|
55 |
+
|
56 |
+
.update-plugins .update-count {
|
57 |
+
background-color: #d54e21;
|
58 |
+
border-radius: 10px;
|
59 |
+
color: #fff;
|
60 |
+
display: inline-block;
|
61 |
+
font-size: 9px;
|
62 |
+
font-weight: 600;
|
63 |
+
line-height: 17px;
|
64 |
+
margin: 1px 0 0 2px;
|
65 |
+
padding: 0 6px;
|
66 |
+
vertical-align: text-top;
|
67 |
+
}
|
68 |
+
|
69 |
+
.addons-featured {
|
70 |
+
margin: 0;
|
71 |
+
}
|
72 |
+
|
73 |
+
ul.subsubsub.subsubsub {
|
74 |
+
margin: -2px 0 12px;
|
75 |
+
}
|
76 |
+
|
77 |
+
.subsubsub li::after {
|
78 |
+
content: '|';
|
79 |
+
}
|
80 |
+
|
81 |
+
.subsubsub li:last-child::after {
|
82 |
+
content: '';
|
83 |
+
}
|
84 |
+
|
85 |
+
.addons-banner-block-item-icon,
|
86 |
+
.addons-column-block-item-icon {
|
87 |
+
align-items: center;
|
88 |
+
display: flex;
|
89 |
+
justify-content: center;
|
90 |
+
}
|
91 |
+
|
92 |
+
.addons-banner-block,
|
93 |
+
.addons-wcs-banner-block {
|
94 |
+
background: #ffffff;
|
95 |
+
border: 1px solid #ddd;
|
96 |
+
margin: 0 0 1em 0;
|
97 |
+
padding: 2em 2em 1em;
|
98 |
+
}
|
99 |
+
|
100 |
+
.addons-banner-block img {
|
101 |
+
height: 62px;
|
102 |
+
}
|
103 |
+
|
104 |
+
.addons-banner-block p {
|
105 |
+
margin: 0 0 20px;
|
106 |
+
}
|
107 |
+
|
108 |
+
.addons-banner-block-items {
|
109 |
+
display: flex;
|
110 |
+
flex-direction: row;
|
111 |
+
flex-wrap: wrap;
|
112 |
+
justify-content: space-around;
|
113 |
+
margin: 0 -10px 0 -10px;
|
114 |
+
}
|
115 |
+
|
116 |
+
.addons-banner-block-item {
|
117 |
+
border: 1px solid #e6e6e6;
|
118 |
+
border-radius: 3px;
|
119 |
+
flex: 1;
|
120 |
+
margin: 1em;
|
121 |
+
min-width: 200px;
|
122 |
+
width: 30%;
|
123 |
+
}
|
124 |
+
|
125 |
+
.addons-banner-block-item-icon {
|
126 |
+
background: #f7f7f7;
|
127 |
+
height: 143px;
|
128 |
+
}
|
129 |
+
|
130 |
+
.addons-banner-block-item-content {
|
131 |
+
display: flex;
|
132 |
+
flex-direction: column;
|
133 |
+
height: 184px;
|
134 |
+
justify-content: space-between;
|
135 |
+
padding: 24px;
|
136 |
+
}
|
137 |
+
|
138 |
+
.addons-banner-block-item-content h3 {
|
139 |
+
margin-top: 0;
|
140 |
+
}
|
141 |
+
|
142 |
+
.addons-banner-block-item-content p {
|
143 |
+
margin: 0 0 auto;
|
144 |
+
}
|
145 |
+
|
146 |
+
.addons-wcs-banner-block {
|
147 |
+
display: flex;
|
148 |
+
align-items: center;
|
149 |
+
}
|
150 |
+
|
151 |
+
.addons-wcs-banner-block-image {
|
152 |
+
background: #f7f7f7;
|
153 |
+
border: 1px solid #e6e6e6;
|
154 |
+
margin-right: 2em;
|
155 |
+
padding: 4em;
|
156 |
+
|
157 |
+
.addons-img {
|
158 |
+
max-height: 86px;
|
159 |
+
max-width: 97px;
|
160 |
+
}
|
161 |
+
}
|
162 |
+
|
163 |
+
.addons-shipping-methods .addons-wcs-banner-block {
|
164 |
+
margin-left: 0;
|
165 |
+
margin-right: 0;
|
166 |
+
margin-top: 1em;
|
167 |
+
}
|
168 |
+
|
169 |
+
.addons-wcs-banner-block-content {
|
170 |
+
display: flex;
|
171 |
+
flex-direction: column;
|
172 |
+
justify-content: space-around;
|
173 |
+
align-self: stretch;
|
174 |
+
padding: 1em 0;
|
175 |
+
|
176 |
+
h1 {
|
177 |
+
padding-bottom: 0;
|
178 |
+
}
|
179 |
+
|
180 |
+
p {
|
181 |
+
margin-bottom: 0;
|
182 |
+
}
|
183 |
+
|
184 |
+
.wcs-service-logo {
|
185 |
+
max-width: 40px;
|
186 |
+
}
|
187 |
+
}
|
188 |
+
|
189 |
+
.addons-column-section {
|
190 |
+
display: flex;
|
191 |
+
flex-direction: row;
|
192 |
+
flex-wrap: wrap;
|
193 |
+
justify-content: space-around;
|
194 |
+
}
|
195 |
+
|
196 |
+
.addons-column {
|
197 |
+
flex: 1;
|
198 |
+
width: 50%;
|
199 |
+
padding: 0 .5em;
|
200 |
+
}
|
201 |
+
|
202 |
+
.addons-column:nth-child(2) {
|
203 |
+
margin-right: 0;
|
204 |
+
}
|
205 |
+
|
206 |
+
.addons-small-light-block,
|
207 |
+
.addons-small-dark-block,
|
208 |
+
.addons-column-block {
|
209 |
+
box-sizing: border-box;
|
210 |
+
border: 1px solid #ddd;
|
211 |
+
margin: 0 0 1em;
|
212 |
+
padding: 20px;
|
213 |
+
}
|
214 |
+
|
215 |
+
.addons-column-block img {
|
216 |
+
max-height: 50px;
|
217 |
+
max-width: 50px;
|
218 |
+
}
|
219 |
+
|
220 |
+
.addons-small-light-block,
|
221 |
+
.addons-column-block {
|
222 |
+
background: #ffffff;
|
223 |
+
}
|
224 |
+
|
225 |
+
.addons-column-block-left {
|
226 |
+
float: left;
|
227 |
+
}
|
228 |
+
|
229 |
+
.addons-column-block-right {
|
230 |
+
float: right;
|
231 |
+
}
|
232 |
+
|
233 |
+
.addons-column-block-item {
|
234 |
+
border-top: 2px solid #f9f9f9;
|
235 |
+
flex-direction: row;
|
236 |
+
flex-wrap: wrap;
|
237 |
+
justify-content: space-between;
|
238 |
+
margin: 0 -20px;
|
239 |
+
padding: 20px;
|
240 |
+
}
|
241 |
+
|
242 |
+
.addons-column-block-item-icon {
|
243 |
+
background: #f7f7f7;
|
244 |
+
border: 1px solid #e6e6e6;
|
245 |
+
height: 100px;
|
246 |
+
margin: 0 10px 10px 0;
|
247 |
+
width: 100px;
|
248 |
+
}
|
249 |
+
|
250 |
+
.addons-column-block-item-content {
|
251 |
+
display: flex;
|
252 |
+
flex: 1;
|
253 |
+
flex-wrap: wrap;
|
254 |
+
height: 20%;
|
255 |
+
justify-content: space-between;
|
256 |
+
min-width: 200px;
|
257 |
+
}
|
258 |
+
|
259 |
+
.addons-column-block-item-content h2 {
|
260 |
+
float: left;
|
261 |
+
margin-top: 8px;
|
262 |
+
}
|
263 |
+
|
264 |
+
.addons-column-block-item-content a {
|
265 |
+
float: right;
|
266 |
+
}
|
267 |
+
|
268 |
+
.addons-column-block-item-content p {
|
269 |
+
float: left;
|
270 |
+
}
|
271 |
+
|
272 |
+
.addons-banner-block-item,
|
273 |
+
.addons-column-block-item {
|
274 |
+
display: none;
|
275 |
+
}
|
276 |
+
|
277 |
+
.addons-banner-block-item:nth-child(-n+3) {
|
278 |
+
display: block;
|
279 |
+
}
|
280 |
+
.addons-column-block-item:nth-of-type(-n+3) {
|
281 |
+
display: flex;
|
282 |
+
}
|
283 |
+
|
284 |
+
.addons-small-dark-block {
|
285 |
+
background-color: #54687d;
|
286 |
+
text-align: center;
|
287 |
+
}
|
288 |
+
|
289 |
+
.addons-small-dark-items {
|
290 |
+
display: flex;
|
291 |
+
flex-wrap: wrap;
|
292 |
+
justify-content: space-around;
|
293 |
+
}
|
294 |
+
|
295 |
+
.addons-small-dark-item {
|
296 |
+
margin: 0 0 20px;
|
297 |
+
}
|
298 |
+
|
299 |
+
.addons-small-dark-block h1 {
|
300 |
+
color: #ffffff;
|
301 |
+
}
|
302 |
+
|
303 |
+
.addons-small-dark-block p {
|
304 |
+
color: #fafafa;
|
305 |
+
}
|
306 |
+
|
307 |
+
.addons-small-dark-item-icon img {
|
308 |
+
height: 30px;
|
309 |
+
}
|
310 |
+
|
311 |
+
.addons-small-dark-item a {
|
312 |
+
margin: 28px auto 0;
|
313 |
+
}
|
314 |
+
|
315 |
+
.addons-small-light-block {
|
316 |
+
display: flex;
|
317 |
+
flex-wrap: wrap;
|
318 |
+
}
|
319 |
+
|
320 |
+
.addons-small-light-block h1 {
|
321 |
+
margin-top: -12px;
|
322 |
+
}
|
323 |
+
|
324 |
+
.addons-small-light-block p {
|
325 |
+
margin-top: 0;
|
326 |
+
}
|
327 |
+
|
328 |
+
.addons-small-light-block img {
|
329 |
+
height: 225px;
|
330 |
+
margin: 0 0 0 -20px;
|
331 |
+
}
|
332 |
+
|
333 |
+
.addons-small-light-block-content {
|
334 |
+
display: flex;
|
335 |
+
flex: 1 1 100px;
|
336 |
+
flex-direction: column;
|
337 |
+
justify-content: space-around;
|
338 |
+
}
|
339 |
+
|
340 |
+
.addons-small-light-block-buttons {
|
341 |
+
display: flex;
|
342 |
+
justify-content: space-between;
|
343 |
+
}
|
344 |
+
|
345 |
+
.addons-small-light-block-content a {
|
346 |
+
width: 48%;
|
347 |
+
}
|
348 |
+
|
349 |
+
.addons-button {
|
350 |
+
border-radius: 3px;
|
351 |
+
cursor: pointer;
|
352 |
+
display: block;
|
353 |
+
height: 37px;
|
354 |
+
line-height: 37px;
|
355 |
+
text-align: center;
|
356 |
+
text-decoration: none;
|
357 |
+
width: 124px;
|
358 |
+
}
|
359 |
+
|
360 |
+
.addons-button-solid {
|
361 |
+
background-color: #955a89;
|
362 |
+
color: #ffffff;
|
363 |
+
}
|
364 |
+
|
365 |
+
.addons-button-solid:hover {
|
366 |
+
color: #ffffff;
|
367 |
+
opacity: 0.8;
|
368 |
+
}
|
369 |
+
|
370 |
+
.addons-button-outline-green {
|
371 |
+
border: 1px solid #73ae39;
|
372 |
+
color: #73ae39;
|
373 |
+
}
|
374 |
+
|
375 |
+
.addons-button-outline-green:hover {
|
376 |
+
color: #73ae39;
|
377 |
+
opacity: 0.8;
|
378 |
+
}
|
379 |
+
|
380 |
+
.addons-button-outline-white {
|
381 |
+
border: 1px solid #ffffff;
|
382 |
+
color: #ffffff;
|
383 |
+
}
|
384 |
+
|
385 |
+
.addons-button-outline-white:hover {
|
386 |
+
color: #ffffff;
|
387 |
+
opacity: 0.8;
|
388 |
+
}
|
389 |
+
|
390 |
+
.addons-button-installed {
|
391 |
+
background: #e6e6e6;
|
392 |
+
color: #3c3c3c;
|
393 |
+
}
|
394 |
+
|
395 |
+
.addons-button-installed:hover {
|
396 |
+
color: #3c3c3c;
|
397 |
+
opacity: 0.8;
|
398 |
+
}
|
399 |
+
|
400 |
+
@media only screen and (max-width : 400px) {
|
401 |
+
.addons-featured {
|
402 |
+
margin: -1% -5%;
|
403 |
+
}
|
404 |
+
|
405 |
+
.addons-button {
|
406 |
+
width: 100%;
|
407 |
+
}
|
408 |
+
|
409 |
+
.addons-small-dark-item {
|
410 |
+
width: 100%;
|
411 |
+
}
|
412 |
+
|
413 |
+
.addons-column-block-item-icon {
|
414 |
+
background: none;
|
415 |
+
border: none;
|
416 |
+
height: 75px;
|
417 |
+
margin: 0 10px 10px 0;
|
418 |
+
width: 75px;
|
419 |
+
}
|
420 |
+
}
|
421 |
+
|
422 |
+
.products {
|
423 |
+
overflow: hidden;
|
424 |
+
display: flex;
|
425 |
+
flex-flow: row;
|
426 |
+
flex-wrap: wrap;
|
427 |
+
margin: 0 -.5em;
|
428 |
+
|
429 |
+
li {
|
430 |
+
float: left;
|
431 |
+
border: 1px solid #ddd;
|
432 |
+
margin: 0 .5em 1em !important;
|
433 |
+
padding: 0;
|
434 |
+
vertical-align: top;
|
435 |
+
width: 25%;
|
436 |
+
min-width: 280px;
|
437 |
+
min-height: 220px;
|
438 |
+
flex: 1;
|
439 |
+
overflow: hidden;
|
440 |
+
background: #f5f5f5;
|
441 |
+
box-shadow:
|
442 |
+
inset 0 1px 0 rgba(255, 255, 255, 0.2),
|
443 |
+
inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
444 |
+
|
445 |
+
a {
|
446 |
+
text-decoration: none;
|
447 |
+
color: inherit;
|
448 |
+
display: block;
|
449 |
+
height: 100%;
|
450 |
+
|
451 |
+
.product-img-wrap {
|
452 |
+
background: #fff;
|
453 |
+
display: block;
|
454 |
+
}
|
455 |
+
|
456 |
+
img {
|
457 |
+
max-width: 258px;
|
458 |
+
max-height: 24px;
|
459 |
+
padding: 17px 20px;
|
460 |
+
display: block;
|
461 |
+
margin: 0;
|
462 |
+
background: #fff;
|
463 |
+
border-right: 260px solid #fff;
|
464 |
+
}
|
465 |
+
|
466 |
+
img.extension-thumb + h3 {
|
467 |
+
display: none;
|
468 |
+
}
|
469 |
+
|
470 |
+
.price {
|
471 |
+
display: none;
|
472 |
+
}
|
473 |
+
|
474 |
+
h2, h3 {
|
475 |
+
margin: 0 !important;
|
476 |
+
padding: 20px !important;
|
477 |
+
background: #fff;
|
478 |
+
}
|
479 |
+
|
480 |
+
p {
|
481 |
+
padding: 20px !important;
|
482 |
+
margin: 0 !important;
|
483 |
+
border-top: 1px solid #f1f1f1;
|
484 |
+
}
|
485 |
+
|
486 |
+
&:hover,
|
487 |
+
&:focus {
|
488 |
+
background-color: #fff;
|
489 |
+
}
|
490 |
+
}
|
491 |
+
}
|
492 |
+
}
|
493 |
+
|
494 |
+
.storefront {
|
495 |
+
background: url('../images/storefront-bg.jpg') bottom right #f6f6f6;
|
496 |
+
border: 1px solid #ddd;
|
497 |
+
margin-top: 1em;
|
498 |
+
padding: 20px;
|
499 |
+
overflow: hidden;
|
500 |
+
zoom: 1;
|
501 |
+
|
502 |
+
img {
|
503 |
+
width: 278px;
|
504 |
+
height: auto;
|
505 |
+
float: left;
|
506 |
+
margin: 0 20px 0 0;
|
507 |
+
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
|
508 |
+
}
|
509 |
+
|
510 |
+
p {
|
511 |
+
max-width: 750px;
|
512 |
+
}
|
513 |
+
}
|
514 |
+
}
|
515 |
+
|
516 |
+
.woocommerce-message,
|
517 |
+
.woocommerce-BlankState {
|
518 |
+
a.button-primary,
|
519 |
+
button.button-primary {
|
520 |
+
background: #bb77ae;
|
521 |
+
border-color: #a36597;
|
522 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
523 |
+
color: #fff;
|
524 |
+
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
|
525 |
+
display: inline-block;
|
526 |
+
|
527 |
+
&:hover, &:focus, &:active {
|
528 |
+
background: #a36597;
|
529 |
+
border-color: #a36597;
|
530 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
531 |
+
}
|
532 |
+
}
|
533 |
+
}
|
534 |
+
|
535 |
+
.woocommerce-message {
|
536 |
+
position: relative;
|
537 |
+
border-left-color: #cc99c2 !important;
|
538 |
+
overflow: hidden;
|
539 |
+
|
540 |
+
a.skip,
|
541 |
+
a.docs {
|
542 |
+
text-decoration: none !important;
|
543 |
+
}
|
544 |
+
|
545 |
+
a.woocommerce-message-close {
|
546 |
+
position: static;
|
547 |
+
float: right;
|
548 |
+
padding: 0px 15px 10px 28px;
|
549 |
+
margin-top: -10px;
|
550 |
+
font-size: 13px;
|
551 |
+
line-height: 1.23076923;
|
552 |
+
text-decoration: none;
|
553 |
+
&::before {
|
554 |
+
position: relative;
|
555 |
+
top: 18px;
|
556 |
+
left: -20px;
|
557 |
+
transition: all 0.1s ease-in-out;
|
558 |
+
}
|
559 |
+
}
|
560 |
+
|
561 |
+
.twitter-share-button {
|
562 |
+
margin-top: -3px;
|
563 |
+
margin-left: 3px;
|
564 |
+
vertical-align: middle;
|
565 |
+
}
|
566 |
+
}
|
567 |
+
|
568 |
+
#variable_product_options #message, #variable_product_options .notice {
|
569 |
+
margin: 10px;
|
570 |
+
}
|
571 |
+
|
572 |
+
.clear {
|
573 |
+
clear: both;
|
574 |
+
}
|
575 |
+
|
576 |
+
.wrap.woocommerce div.updated,
|
577 |
+
.wrap.woocommerce div.error {
|
578 |
+
margin-top: 10px;
|
579 |
+
}
|
580 |
+
|
581 |
+
mark.amount {
|
582 |
+
background: transparent none;
|
583 |
+
color: inherit;
|
584 |
+
}
|
585 |
+
|
586 |
+
.simplify-commerce-banner {
|
587 |
+
overflow: hidden;
|
588 |
+
|
589 |
+
img {
|
590 |
+
float: right;
|
591 |
+
padding: 15px 0;
|
592 |
+
margin-left: 1em;
|
593 |
+
width: 200px;
|
594 |
+
}
|
595 |
+
}
|
596 |
+
|
597 |
+
/**
|
598 |
+
* Help Tip
|
599 |
+
*/
|
600 |
+
.woocommerce-help-tip {
|
601 |
+
color: #666;
|
602 |
+
display: inline-block;
|
603 |
+
font-size: 1.1em;
|
604 |
+
font-style: normal;
|
605 |
+
height: 16px;
|
606 |
+
line-height: 16px;
|
607 |
+
position: relative;
|
608 |
+
vertical-align: middle;
|
609 |
+
width: 16px;
|
610 |
+
|
611 |
+
&::after {
|
612 |
+
@include icon_dashicons( '\f223' );
|
613 |
+
cursor: help;
|
614 |
+
}
|
615 |
+
}
|
616 |
+
|
617 |
+
h2 .woocommerce-help-tip {
|
618 |
+
margin-top: -5px;
|
619 |
+
margin-left: 0.25em;
|
620 |
+
}
|
621 |
+
|
622 |
+
table.wc_status_table {
|
623 |
+
margin-bottom: 1em;
|
624 |
+
|
625 |
+
h2 {
|
626 |
+
font-size: 14px;
|
627 |
+
margin: 0;
|
628 |
+
}
|
629 |
+
|
630 |
+
tr:nth-child( 2n ) {
|
631 |
+
th,
|
632 |
+
td {
|
633 |
+
background: #fcfcfc;
|
634 |
+
}
|
635 |
+
}
|
636 |
+
|
637 |
+
th {
|
638 |
+
font-weight: 700;
|
639 |
+
padding: 9px;
|
640 |
+
}
|
641 |
+
|
642 |
+
td:first-child {
|
643 |
+
width: 33%;
|
644 |
+
}
|
645 |
+
|
646 |
+
td.help {
|
647 |
+
width: 1em;
|
648 |
+
}
|
649 |
+
|
650 |
+
td, th {
|
651 |
+
font-size: 1.1em;
|
652 |
+
font-weight: normal;
|
653 |
+
|
654 |
+
&.run-tool {
|
655 |
+
text-align:right;
|
656 |
+
}
|
657 |
+
|
658 |
+
strong.name {
|
659 |
+
display: block;
|
660 |
+
margin-bottom: .5em;
|
661 |
+
}
|
662 |
+
|
663 |
+
mark {
|
664 |
+
background: transparent none;
|
665 |
+
}
|
666 |
+
|
667 |
+
mark.yes {
|
668 |
+
color: $green;
|
669 |
+
}
|
670 |
+
|
671 |
+
mark.no {
|
672 |
+
color: #999;
|
673 |
+
}
|
674 |
+
|
675 |
+
mark.error, .red {
|
676 |
+
color: $red;
|
677 |
+
}
|
678 |
+
|
679 |
+
ul {
|
680 |
+
margin: 0;
|
681 |
+
}
|
682 |
+
}
|
683 |
+
|
684 |
+
.help_tip {
|
685 |
+
cursor: help;
|
686 |
+
}
|
687 |
+
}
|
688 |
+
|
689 |
+
table.wc_status_table--tools {
|
690 |
+
td, th {
|
691 |
+
padding: 2em;
|
692 |
+
}
|
693 |
+
}
|
694 |
+
|
695 |
+
.taxonomy-product_cat {
|
696 |
+
.column-thumb .woocommerce-help-tip {
|
697 |
+
font-size: 1.5em;
|
698 |
+
margin: 0 0 0 -34px;
|
699 |
+
padding: 0px 2px 5px;
|
700 |
+
display: block;
|
701 |
+
position: absolute;
|
702 |
+
}
|
703 |
+
}
|
704 |
+
|
705 |
+
#debug-report {
|
706 |
+
display: none;
|
707 |
+
margin: 10px 0;
|
708 |
+
padding: 0;
|
709 |
+
position: relative;
|
710 |
+
|
711 |
+
textarea {
|
712 |
+
font-family: monospace;
|
713 |
+
width: 100%;
|
714 |
+
margin: 0;
|
715 |
+
height: 300px;
|
716 |
+
padding: 20px;
|
717 |
+
border-radius: 0;
|
718 |
+
resize: none;
|
719 |
+
font-size: 12px;
|
720 |
+
line-height: 20px;
|
721 |
+
outline: 0;
|
722 |
+
}
|
723 |
+
}
|
724 |
+
|
725 |
+
|
726 |
+
/**
|
727 |
+
* DB log viewer
|
728 |
+
*/
|
729 |
+
.wp-list-table.logs {
|
730 |
+
|
731 |
+
.log-level {
|
732 |
+
display: inline;
|
733 |
+
padding: .2em .6em .3em;
|
734 |
+
font-size: 80%;
|
735 |
+
font-weight: bold;
|
736 |
+
line-height: 1;
|
737 |
+
color: #fff;
|
738 |
+
text-align: center;
|
739 |
+
white-space: nowrap;
|
740 |
+
vertical-align: baseline;
|
741 |
+
border-radius: .2em;
|
742 |
+
|
743 |
+
&:empty {
|
744 |
+
display: none;
|
745 |
+
}
|
746 |
+
}
|
747 |
+
|
748 |
+
/**
|
749 |
+
* Add color to levels
|
750 |
+
*
|
751 |
+
* Descending severity:
|
752 |
+
* emergency, alert -> red
|
753 |
+
* critical, error -> orange
|
754 |
+
* warning, notice -> yellow
|
755 |
+
* info -> blue
|
756 |
+
* debug -> gree
|
757 |
+
*/
|
758 |
+
|
759 |
+
.log-level--emergency,
|
760 |
+
.log-level--alert {
|
761 |
+
background-color: #ff4136;
|
762 |
+
}
|
763 |
+
.log-level--critical,
|
764 |
+
.log-level--error {
|
765 |
+
background-color: #ff851b;
|
766 |
+
}
|
767 |
+
.log-level--warning,
|
768 |
+
.log-level--notice {
|
769 |
+
color: #222;
|
770 |
+
background-color: #ffdc00;
|
771 |
+
}
|
772 |
+
.log-level--info {
|
773 |
+
background-color: #0074d9;
|
774 |
+
}
|
775 |
+
.log-level--debug {
|
776 |
+
background-color: #3d9970;
|
777 |
+
}
|
778 |
+
|
779 |
+
// Adjust log table columns only when table is not collapsed
|
780 |
+
@media screen and ( min-width: 783px ) {
|
781 |
+
.column-timestamp {
|
782 |
+
width: 18%;
|
783 |
+
}
|
784 |
+
.column-level {
|
785 |
+
width: 14%;
|
786 |
+
}
|
787 |
+
.column-source {
|
788 |
+
width: 15%;
|
789 |
+
}
|
790 |
+
}
|
791 |
+
}
|
792 |
+
|
793 |
+
#log-viewer-select {
|
794 |
+
padding: 10px 0 8px;
|
795 |
+
line-height: 28px;
|
796 |
+
h2 a {
|
797 |
+
vertical-align: middle;
|
798 |
+
}
|
799 |
+
}
|
800 |
+
|
801 |
+
#log-viewer {
|
802 |
+
background: #fff;
|
803 |
+
border: 1px solid #e5e5e5;
|
804 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
805 |
+
padding: 5px 20px;
|
806 |
+
|
807 |
+
pre {
|
808 |
+
font-family: monospace;
|
809 |
+
white-space: pre-wrap;
|
810 |
+
word-wrap: break-word;
|
811 |
+
}
|
812 |
+
}
|
813 |
+
|
814 |
+
.inline-edit-product.quick-edit-row {
|
815 |
+
.inline-edit-col-center,
|
816 |
+
.inline-edit-col-right {
|
817 |
+
float: right !important;
|
818 |
+
}
|
819 |
+
}
|
820 |
+
|
821 |
+
#woocommerce-fields.inline-edit-col {
|
822 |
+
clear: left;
|
823 |
+
|
824 |
+
label.featured,
|
825 |
+
label.manage_stock {
|
826 |
+
margin-left: 10px;
|
827 |
+
}
|
828 |
+
|
829 |
+
label.stock_status_field {
|
830 |
+
clear: both;
|
831 |
+
float: left;
|
832 |
+
}
|
833 |
+
|
834 |
+
.dimensions div {
|
835 |
+
display: block;
|
836 |
+
margin: 0.2em 0;
|
837 |
+
|
838 |
+
span.title {
|
839 |
+
display: block;
|
840 |
+
float: left;
|
841 |
+
width: 5em;
|
842 |
+
}
|
843 |
+
|
844 |
+
span.input-text-wrap {
|
845 |
+
display: block;
|
846 |
+
margin-left: 5em;
|
847 |
+
}
|
848 |
+
}
|
849 |
+
|
850 |
+
.text {
|
851 |
+
box-sizing: border-box;
|
852 |
+
width: 99%;
|
853 |
+
float: left;
|
854 |
+
margin: 1px 1% 1px 1px;
|
855 |
+
}
|
856 |
+
|
857 |
+
.length, .width, .height {
|
858 |
+
width: 32.33%;
|
859 |
+
}
|
860 |
+
|
861 |
+
.height {
|
862 |
+
margin-right: 0;
|
863 |
+
}
|
864 |
+
}
|
865 |
+
|
866 |
+
#woocommerce-fields-bulk.inline-edit-col {
|
867 |
+
label {
|
868 |
+
clear: left;
|
869 |
+
}
|
870 |
+
|
871 |
+
.inline-edit-group {
|
872 |
+
label {
|
873 |
+
clear: none;
|
874 |
+
width: 49%;
|
875 |
+
margin: 0.2em 0;
|
876 |
+
}
|
877 |
+
&.dimensions label {
|
878 |
+
width: 75%;
|
879 |
+
max-width: 75%;
|
880 |
+
}
|
881 |
+
}
|
882 |
+
|
883 |
+
.regular_price,
|
884 |
+
.sale_price,
|
885 |
+
.weight,
|
886 |
+
.stock,
|
887 |
+
.length {
|
888 |
+
box-sizing: border-box;
|
889 |
+
width: 100%;
|
890 |
+
margin-left: 4.4em;
|
891 |
+
}
|
892 |
+
|
893 |
+
.length,
|
894 |
+
.width,
|
895 |
+
.height {
|
896 |
+
box-sizing: border-box;
|
897 |
+
width: 25%;
|
898 |
+
}
|
899 |
+
}
|
900 |
+
|
901 |
+
.column-coupon_code {
|
902 |
+
line-height: 2.25em;
|
903 |
+
}
|
904 |
+
|
905 |
+
ul.wc_coupon_list,
|
906 |
+
.column-coupon_code {
|
907 |
+
margin: 0;
|
908 |
+
overflow: hidden;
|
909 |
+
zoom: 1;
|
910 |
+
clear: both;
|
911 |
+
}
|
912 |
+
|
913 |
+
ul.wc_coupon_list {
|
914 |
+
padding-bottom: 5px;
|
915 |
+
|
916 |
+
li {
|
917 |
+
margin: 0;
|
918 |
+
|
919 |
+
&.code {
|
920 |
+
display: inline-block;
|
921 |
+
position: relative;
|
922 |
+
padding: 0 .5em;
|
923 |
+
background-color: #fff;
|
924 |
+
border: 1px solid #aaa;
|
925 |
+
-webkit-box-shadow: 0 1px 0 #dfdfdf;
|
926 |
+
box-shadow: 0 1px 0 #dfdfdf;
|
927 |
+
|
928 |
+
border-radius: 4px;
|
929 |
+
margin-right: 5px;
|
930 |
+
margin-top: 5px;
|
931 |
+
|
932 |
+
&.editable {
|
933 |
+
padding-right: 2em;
|
934 |
+
}
|
935 |
+
|
936 |
+
.tips {
|
937 |
+
cursor: pointer;
|
938 |
+
|
939 |
+
span {
|
940 |
+
color: #888;
|
941 |
+
|
942 |
+
&:hover {
|
943 |
+
color: #000;
|
944 |
+
}
|
945 |
+
}
|
946 |
+
}
|
947 |
+
|
948 |
+
.remove-coupon {
|
949 |
+
text-decoration: none;
|
950 |
+
color: #888;
|
951 |
+
position: absolute;
|
952 |
+
top: 7px;
|
953 |
+
right: 20px;
|
954 |
+
|
955 |
+
/*rtl:raw:
|
956 |
+
left: 7px;
|
957 |
+
*/
|
958 |
+
|
959 |
+
&::before {
|
960 |
+
@include icon_dashicons( '\f158' );
|
961 |
+
}
|
962 |
+
&:hover::before {
|
963 |
+
color: $red;
|
964 |
+
}
|
965 |
+
}
|
966 |
+
}
|
967 |
+
}
|
968 |
+
}
|
969 |
+
|
970 |
+
ul.wc_coupon_list_block {
|
971 |
+
margin: 0;
|
972 |
+
padding-bottom: 2px;
|
973 |
+
|
974 |
+
li {
|
975 |
+
border-top: 1px solid #fff;
|
976 |
+
border-bottom: 1px solid #ccc;
|
977 |
+
line-height: 2.5em;
|
978 |
+
margin: 0;
|
979 |
+
padding: 0.5em 0;
|
980 |
+
}
|
981 |
+
|
982 |
+
li:first-child {
|
983 |
+
border-top: 0;
|
984 |
+
padding-top: 0;
|
985 |
+
}
|
986 |
+
|
987 |
+
li:last-child {
|
988 |
+
border-bottom: 0;
|
989 |
+
padding-bottom: 0;
|
990 |
+
}
|
991 |
+
}
|
992 |
+
|
993 |
+
.button.wc-reload {
|
994 |
+
@include ir();
|
995 |
+
padding: 0;
|
996 |
+
height: 28px;
|
997 |
+
width: 28px !important;
|
998 |
+
display: inline-block;
|
999 |
+
|
1000 |
+
&::after {
|
1001 |
+
@include icon_dashicons( '\f345' );
|
1002 |
+
line-height: 28px;
|
1003 |
+
}
|
1004 |
+
}
|
1005 |
+
|
1006 |
+
#woocommerce-order-data {
|
1007 |
+
.hndle,
|
1008 |
+
.handlediv {
|
1009 |
+
display: none;
|
1010 |
+
}
|
1011 |
+
|
1012 |
+
.inside {
|
1013 |
+
display: block !important;
|
1014 |
+
}
|
1015 |
+
}
|
1016 |
+
|
1017 |
+
#order_data {
|
1018 |
+
padding: 23px 24px 12px;
|
1019 |
+
|
1020 |
+
h2 {
|
1021 |
+
margin: 0;
|
1022 |
+
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
|
1023 |
+
font-size: 21px;
|
1024 |
+
font-weight: normal;
|
1025 |
+
line-height: 1.2;
|
1026 |
+
text-shadow: 1px 1px 1px white;
|
1027 |
+
padding: 0;
|
1028 |
+
}
|
1029 |
+
|
1030 |
+
h3 {
|
1031 |
+
font-size: 14px;
|
1032 |
+
}
|
1033 |
+
|
1034 |
+
h3, h4 {
|
1035 |
+
color: #333;
|
1036 |
+
margin: 1.33em 0 0;
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
p {
|
1040 |
+
color: #777;
|
1041 |
+
}
|
1042 |
+
|
1043 |
+
p.order_number {
|
1044 |
+
margin: 0;
|
1045 |
+
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
|
1046 |
+
font-weight: normal;
|
1047 |
+
line-height: 1.6em;
|
1048 |
+
font-size: 16px;
|
1049 |
+
}
|
1050 |
+
|
1051 |
+
.order_data_column_container {
|
1052 |
+
clear: both;
|
1053 |
+
}
|
1054 |
+
|
1055 |
+
.order_data_column {
|
1056 |
+
width: 32%;
|
1057 |
+
padding: 0 2% 0 0;
|
1058 |
+
float: left;
|
1059 |
+
|
1060 |
+
> h3 span {
|
1061 |
+
display: block;
|
1062 |
+
}
|
1063 |
+
|
1064 |
+
&:last-child {
|
1065 |
+
padding-right: 0;
|
1066 |
+
}
|
1067 |
+
|
1068 |
+
p {
|
1069 |
+
padding: 0 !important;
|
1070 |
+
}
|
1071 |
+
|
1072 |
+
.address strong {
|
1073 |
+
display: block;
|
1074 |
+
}
|
1075 |
+
|
1076 |
+
.form-field {
|
1077 |
+
float: left;
|
1078 |
+
clear: left;
|
1079 |
+
width: 48%;
|
1080 |
+
padding: 0;
|
1081 |
+
margin: 9px 0 0;
|
1082 |
+
|
1083 |
+
label {
|
1084 |
+
display: block;
|
1085 |
+
padding: 0 0 3px;
|
1086 |
+
}
|
1087 |
+
|
1088 |
+
input,
|
1089 |
+
textarea {
|
1090 |
+
width: 100%;
|
1091 |
+
}
|
1092 |
+
|
1093 |
+
select {
|
1094 |
+
width: 100%;
|
1095 |
+
}
|
1096 |
+
|
1097 |
+
.select2-container {
|
1098 |
+
width: 100% !important;
|
1099 |
+
}
|
1100 |
+
|
1101 |
+
.date-picker {
|
1102 |
+
width: 50%;
|
1103 |
+
}
|
1104 |
+
|
1105 |
+
.hour,
|
1106 |
+
.minute {
|
1107 |
+
width: 3.5em;
|
1108 |
+
}
|
1109 |
+
|
1110 |
+
small {
|
1111 |
+
display: block;
|
1112 |
+
margin: 5px 0 0;
|
1113 |
+
color: #999;
|
1114 |
+
}
|
1115 |
+
}
|
1116 |
+
|
1117 |
+
.form-field.last,
|
1118 |
+
._billing_last_name_field,
|
1119 |
+
._billing_address_2_field,
|
1120 |
+
._billing_postcode_field,
|
1121 |
+
._billing_state_field,
|
1122 |
+
._billing_phone_field,
|
1123 |
+
._shipping_last_name_field,
|
1124 |
+
._shipping_address_2_field,
|
1125 |
+
._shipping_postcode_field,
|
1126 |
+
._shipping_state_field {
|
1127 |
+
float: right;
|
1128 |
+
clear: right;
|
1129 |
+
}
|
1130 |
+
|
1131 |
+
.form-field-wide,
|
1132 |
+
._billing_company_field,
|
1133 |
+
._shipping_company_field,
|
1134 |
+
._transaction_id_field {
|
1135 |
+
width: 100%;
|
1136 |
+
clear: both;
|
1137 |
+
|
1138 |
+
input,
|
1139 |
+
textarea,
|
1140 |
+
select,
|
1141 |
+
.wc-enhanced-select,
|
1142 |
+
.wc-category-search,
|
1143 |
+
.wc-customer-search {
|
1144 |
+
width: 100%;
|
1145 |
+
}
|
1146 |
+
}
|
1147 |
+
|
1148 |
+
p.none_set {
|
1149 |
+
color: #999;
|
1150 |
+
}
|
1151 |
+
|
1152 |
+
div.edit_address {
|
1153 |
+
display: none;
|
1154 |
+
zoom: 1;
|
1155 |
+
padding-right: 1px;
|
1156 |
+
}
|
1157 |
+
|
1158 |
+
.wc-customer-user, .wc-order-status {
|
1159 |
+
label a {
|
1160 |
+
float: right;
|
1161 |
+
margin-left: 8px;
|
1162 |
+
}
|
1163 |
+
}
|
1164 |
+
|
1165 |
+
a.edit_address {
|
1166 |
+
width: 14px;
|
1167 |
+
height: 0;
|
1168 |
+
padding: 14px 0 0;
|
1169 |
+
margin: 0 0 0 6px;
|
1170 |
+
overflow: hidden;
|
1171 |
+
position: relative;
|
1172 |
+
color: #999;
|
1173 |
+
border: 0;
|
1174 |
+
float: right;
|
1175 |
+
&:hover, &:focus {
|
1176 |
+
color: #000;
|
1177 |
+
}
|
1178 |
+
&::after {
|
1179 |
+
font-family: 'WooCommerce';
|
1180 |
+
position: absolute;
|
1181 |
+
top: 0;
|
1182 |
+
left: 0;
|
1183 |
+
text-align: center;
|
1184 |
+
vertical-align: top;
|
1185 |
+
line-height: 14px;
|
1186 |
+
font-size: 14px;
|
1187 |
+
font-weight: 400;
|
1188 |
+
}
|
1189 |
+
}
|
1190 |
+
a.edit_address::after {
|
1191 |
+
font-family: 'Dashicons';
|
1192 |
+
content: '\f464';
|
1193 |
+
}
|
1194 |
+
|
1195 |
+
.billing-same-as-shipping,
|
1196 |
+
.load_customer_shipping,
|
1197 |
+
.load_customer_billing {
|
1198 |
+
font-size: 13px;
|
1199 |
+
display: inline-block;
|
1200 |
+
font-weight: normal;
|
1201 |
+
}
|
1202 |
+
|
1203 |
+
.load_customer_shipping {
|
1204 |
+
margin-right: .3em;
|
1205 |
+
}
|
1206 |
+
}
|
1207 |
+
}
|
1208 |
+
|
1209 |
+
.order_actions {
|
1210 |
+
margin: 0;
|
1211 |
+
overflow: hidden;
|
1212 |
+
zoom: 1;
|
1213 |
+
|
1214 |
+
li {
|
1215 |
+
border-top: 1px solid #fff;
|
1216 |
+
border-bottom: 1px solid #ddd;
|
1217 |
+
padding: 6px 0;
|
1218 |
+
margin: 0;
|
1219 |
+
line-height: 1.6em;
|
1220 |
+
float: left;
|
1221 |
+
width: 50%;
|
1222 |
+
text-align: center;
|
1223 |
+
|
1224 |
+
a {
|
1225 |
+
float: none;
|
1226 |
+
text-align: center;
|
1227 |
+
text-decoration: underline;
|
1228 |
+
}
|
1229 |
+
|
1230 |
+
&.wide {
|
1231 |
+
width: auto;
|
1232 |
+
float: none;
|
1233 |
+
clear: both;
|
1234 |
+
padding: 6px;
|
1235 |
+
text-align: left;
|
1236 |
+
overflow: hidden;
|
1237 |
+
}
|
1238 |
+
|
1239 |
+
#delete-action {
|
1240 |
+
line-height: 25px;
|
1241 |
+
vertical-align: middle;
|
1242 |
+
text-align: left;
|
1243 |
+
float: left;
|
1244 |
+
}
|
1245 |
+
|
1246 |
+
.save_order {
|
1247 |
+
float: right;
|
1248 |
+
}
|
1249 |
+
|
1250 |
+
&#actions {
|
1251 |
+
overflow: hidden;
|
1252 |
+
|
1253 |
+
.button {
|
1254 |
+
width: 24px;
|
1255 |
+
box-sizing: border-box;
|
1256 |
+
float: right;
|
1257 |
+
}
|
1258 |
+
|
1259 |
+
select {
|
1260 |
+
width: 225px;
|
1261 |
+
box-sizing: border-box;
|
1262 |
+
float: left;
|
1263 |
+
}
|
1264 |
+
}
|
1265 |
+
}
|
1266 |
+
}
|
1267 |
+
|
1268 |
+
#woocommerce-order-items {
|
1269 |
+
.inside {
|
1270 |
+
margin: 0;
|
1271 |
+
padding: 0;
|
1272 |
+
background: #fefefe;
|
1273 |
+
}
|
1274 |
+
|
1275 |
+
.wc-order-data-row {
|
1276 |
+
border-bottom: 1px solid #dfdfdf;
|
1277 |
+
padding: 1.5em 2em;
|
1278 |
+
background: #f8f8f8;
|
1279 |
+
@include clearfix();
|
1280 |
+
line-height: 2em;
|
1281 |
+
text-align: right;
|
1282 |
+
|
1283 |
+
p {
|
1284 |
+
margin: 0;
|
1285 |
+
line-height: 2em;
|
1286 |
+
}
|
1287 |
+
|
1288 |
+
.wc-used-coupons {
|
1289 |
+
text-align: left;
|
1290 |
+
|
1291 |
+
.tips {
|
1292 |
+
display: inline-block;
|
1293 |
+
}
|
1294 |
+
}
|
1295 |
+
}
|
1296 |
+
|
1297 |
+
.wc-used-coupons {
|
1298 |
+
float: left;
|
1299 |
+
width: 50%;
|
1300 |
+
}
|
1301 |
+
|
1302 |
+
.wc-order-totals {
|
1303 |
+
float: right;
|
1304 |
+
width: 50%;
|
1305 |
+
margin: 0;
|
1306 |
+
padding: 0;
|
1307 |
+
text-align: right;
|
1308 |
+
|
1309 |
+
.amount {
|
1310 |
+
font-weight: 700;
|
1311 |
+
}
|
1312 |
+
|
1313 |
+
.label {
|
1314 |
+
vertical-align: top;
|
1315 |
+
}
|
1316 |
+
|
1317 |
+
.total {
|
1318 |
+
font-size: 1em !important;
|
1319 |
+
width: 10em;
|
1320 |
+
margin: 0 0 0 0.5em;
|
1321 |
+
box-sizing: border-box;
|
1322 |
+
|
1323 |
+
input[type='text'] {
|
1324 |
+
width: 96%;
|
1325 |
+
float: right;
|
1326 |
+
}
|
1327 |
+
}
|
1328 |
+
|
1329 |
+
.refunded-total {
|
1330 |
+
color: $red;
|
1331 |
+
}
|
1332 |
+
}
|
1333 |
+
|
1334 |
+
.refund-actions {
|
1335 |
+
margin-top: 5px;
|
1336 |
+
padding-top: 12px;
|
1337 |
+
border-top: 1px solid #dfdfdf;
|
1338 |
+
|
1339 |
+
.button {
|
1340 |
+
float: right;
|
1341 |
+
margin-left: 4px;
|
1342 |
+
}
|
1343 |
+
|
1344 |
+
.cancel-action {
|
1345 |
+
float: left;
|
1346 |
+
margin-left: 0;
|
1347 |
+
}
|
1348 |
+
}
|
1349 |
+
|
1350 |
+
.wc-order-item-bulk-edit .cancel-action {
|
1351 |
+
float: left;
|
1352 |
+
margin-left: 0;
|
1353 |
+
}
|
1354 |
+
|
1355 |
+
.add_meta {
|
1356 |
+
margin-left: 0 !important;
|
1357 |
+
}
|
1358 |
+
|
1359 |
+
h3 small {
|
1360 |
+
color: #999;
|
1361 |
+
}
|
1362 |
+
|
1363 |
+
.amount {
|
1364 |
+
white-space: nowrap;
|
1365 |
+
}
|
1366 |
+
|
1367 |
+
.add-items {
|
1368 |
+
.description {
|
1369 |
+
margin-right: 10px;
|
1370 |
+
}
|
1371 |
+
.button {
|
1372 |
+
float: left;
|
1373 |
+
margin-right: 0.25em;
|
1374 |
+
}
|
1375 |
+
.button-primary {
|
1376 |
+
float: none;
|
1377 |
+
margin-right: 0;
|
1378 |
+
}
|
1379 |
+
}
|
1380 |
+
}
|
1381 |
+
|
1382 |
+
#woocommerce-order-items {
|
1383 |
+
.inside {
|
1384 |
+
display: block !important;
|
1385 |
+
}
|
1386 |
+
.hndle, .handlediv {
|
1387 |
+
display: none;
|
1388 |
+
}
|
1389 |
+
.woocommerce_order_items_wrapper {
|
1390 |
+
margin: 0;
|
1391 |
+
overflow-x: auto;
|
1392 |
+
|
1393 |
+
table.woocommerce_order_items {
|
1394 |
+
width: 100%;
|
1395 |
+
background: #fff;
|
1396 |
+
|
1397 |
+
thead th {
|
1398 |
+
text-align: left;
|
1399 |
+
padding: 1em;
|
1400 |
+
font-weight: normal;
|
1401 |
+
color: #999;
|
1402 |
+
background: #f8f8f8;
|
1403 |
+
-webkit-touch-callout: none;
|
1404 |
+
-webkit-user-select: none;
|
1405 |
+
-khtml-user-select: none;
|
1406 |
+
-moz-user-select: none;
|
1407 |
+
-ms-user-select: none;
|
1408 |
+
user-select: none;
|
1409 |
+
&.sortable {
|
1410 |
+
cursor: pointer;
|
1411 |
+
}
|
1412 |
+
&:last-child {
|
1413 |
+
padding-right: 2em;
|
1414 |
+
}
|
1415 |
+
&:first-child {
|
1416 |
+
padding-left: 2em;
|
1417 |
+
}
|
1418 |
+
.wc-arrow {
|
1419 |
+
float: right;
|
1420 |
+
position: relative;
|
1421 |
+
margin-right: -1em;
|
1422 |
+
}
|
1423 |
+
}
|
1424 |
+
|
1425 |
+
tbody th, td {
|
1426 |
+
padding: 1.5em 1em 1em;
|
1427 |
+
text-align: left;
|
1428 |
+
line-height: 1.5em;
|
1429 |
+
vertical-align: top;
|
1430 |
+
border-bottom: 1px solid #f8f8f8;
|
1431 |
+
|
1432 |
+
textarea {
|
1433 |
+
width: 100%;
|
1434 |
+
}
|
1435 |
+
|
1436 |
+
select {
|
1437 |
+
width: 50%;
|
1438 |
+
}
|
1439 |
+
|
1440 |
+
input, textarea {
|
1441 |
+
font-size: 14px;
|
1442 |
+
padding: 4px;
|
1443 |
+
color: #555;
|
1444 |
+
}
|
1445 |
+
&:last-child {
|
1446 |
+
padding-right: 2em;
|
1447 |
+
}
|
1448 |
+
&:first-child {
|
1449 |
+
padding-left: 2em;
|
1450 |
+
}
|
1451 |
+
}
|
1452 |
+
|
1453 |
+
tbody tr {
|
1454 |
+
td {
|
1455 |
+
cursor: pointer;
|
1456 |
+
}
|
1457 |
+
&.selected {
|
1458 |
+
background: #f5ebf3;
|
1459 |
+
td {
|
1460 |
+
border-color: #e6cce1;
|
1461 |
+
opacity: 0.8;
|
1462 |
+
}
|
1463 |
+
}
|
1464 |
+
}
|
1465 |
+
|
1466 |
+
tbody tr:last-child td {
|
1467 |
+
border-bottom: 1px solid #dfdfdf;
|
1468 |
+
}
|
1469 |
+
|
1470 |
+
tbody tr:first-child td {
|
1471 |
+
border-top: 8px solid #f8f8f8;
|
1472 |
+
}
|
1473 |
+
|
1474 |
+
tbody#order_line_items tr:first-child td {
|
1475 |
+
border-top: none;
|
1476 |
+
}
|
1477 |
+
|
1478 |
+
td.thumb {
|
1479 |
+
text-align: left;
|
1480 |
+
width: 38px;
|
1481 |
+
padding-bottom: 1.5em;
|
1482 |
+
.wc-order-item-thumbnail {
|
1483 |
+
width: 38px;
|
1484 |
+
height: 38px;
|
1485 |
+
border: 2px solid #e8e8e8;
|
1486 |
+
background: #f8f8f8;
|
1487 |
+
color: #ccc;
|
1488 |
+
position: relative;
|
1489 |
+
font-size: 21px;
|
1490 |
+
display: block;
|
1491 |
+
text-align: center;
|
1492 |
+
&::before {
|
1493 |
+
@include icon_dashicons( '\f128' );
|
1494 |
+
width: 38px;
|
1495 |
+
line-height: 38px;
|
1496 |
+
display: block;
|
1497 |
+
}
|
1498 |
+
img {
|
1499 |
+
width: 100%;
|
1500 |
+
height: 100%;
|
1501 |
+
margin: 0;
|
1502 |
+
padding: 0;
|
1503 |
+
position: relative;
|
1504 |
+
}
|
1505 |
+
}
|
1506 |
+
}
|
1507 |
+
td.name {
|
1508 |
+
.wc-order-item-sku, .wc-order-item-variation {
|
1509 |
+
display: block;
|
1510 |
+
margin-top: 0.5em;
|
1511 |
+
font-size: 0.92em !important;
|
1512 |
+
color: #888;
|
1513 |
+
}
|
1514 |
+
}
|
1515 |
+
|
1516 |
+
.item {
|
1517 |
+
min-width: 200px;
|
1518 |
+
}
|
1519 |
+
|
1520 |
+
.center,
|
1521 |
+
.variation-id {
|
1522 |
+
text-align: center;
|
1523 |
+
}
|
1524 |
+
|
1525 |
+
.cost,
|
1526 |
+
.tax,
|
1527 |
+
.quantity,
|
1528 |
+
.line_cost,
|
1529 |
+
.line_tax,
|
1530 |
+
.tax_class,
|
1531 |
+
.item_cost {
|
1532 |
+
text-align: right;
|
1533 |
+
|
1534 |
+
label {
|
1535 |
+
white-space: nowrap;
|
1536 |
+
color: #999;
|
1537 |
+
font-size: 0.833em;
|
1538 |
+
|
1539 |
+
input {
|
1540 |
+
display: inline;
|
1541 |
+
}
|
1542 |
+
}
|
1543 |
+
|
1544 |
+
input {
|
1545 |
+
width: 70px;
|
1546 |
+
vertical-align: middle;
|
1547 |
+
text-align: right;
|
1548 |
+
}
|
1549 |
+
|
1550 |
+
select {
|
1551 |
+
width: 85px;
|
1552 |
+
height: 26px;
|
1553 |
+
vertical-align: middle;
|
1554 |
+
font-size: 1em;
|
1555 |
+
}
|
1556 |
+
|
1557 |
+
.split-input {
|
1558 |
+
display: inline-block;
|
1559 |
+
background: #fff;
|
1560 |
+
border: 1px solid #ddd;
|
1561 |
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
|
1562 |
+
margin: 1px 0;
|
1563 |
+
min-width: 80px;
|
1564 |
+
overflow: hidden;
|
1565 |
+
line-height: 1em;
|
1566 |
+
text-align: right;
|
1567 |
+
|
1568 |
+
div.input {
|
1569 |
+
width: 100%;
|
1570 |
+
box-sizing: border-box;
|
1571 |
+
label {
|
1572 |
+
font-size: 0.75em;
|
1573 |
+
padding: 4px 6px 0;
|
1574 |
+
color: #555;
|
1575 |
+
display: block;
|
1576 |
+
}
|
1577 |
+
input {
|
1578 |
+
width: 100%;
|
1579 |
+
box-sizing: border-box;
|
1580 |
+
border: 0;
|
1581 |
+
box-shadow: none;
|
1582 |
+
margin: 0;
|
1583 |
+
padding: 0 6px 4px;
|
1584 |
+
color: #555;
|
1585 |
+
background: transparent;
|
1586 |
+
&::-webkit-input-placeholder {
|
1587 |
+
color: #ddd;
|
1588 |
+
}
|
1589 |
+
}
|
1590 |
+
}
|
1591 |
+
div.input:first-child {
|
1592 |
+
border-bottom: 1px dashed #ddd;
|
1593 |
+
background: #fff;
|
1594 |
+
label {
|
1595 |
+
color: #ccc;
|
1596 |
+
}
|
1597 |
+
input {
|
1598 |
+
color: #ccc;
|
1599 |
+
}
|
1600 |
+
}
|
1601 |
+
}
|
1602 |
+
|
1603 |
+
.view {
|
1604 |
+
white-space: nowrap;
|
1605 |
+
}
|
1606 |
+
|
1607 |
+
.edit {
|
1608 |
+
text-align: left;
|
1609 |
+
}
|
1610 |
+
|
1611 |
+
small.times, del, .wc-order-item-taxes, .wc-order-item-discount, .wc-order-item-refund-fields {
|
1612 |
+
font-size: 0.92em !important;
|
1613 |
+
color: #888;
|
1614 |
+
}
|
1615 |
+
|
1616 |
+
.wc-order-item-taxes, .wc-order-item-refund-fields {
|
1617 |
+
margin: 0;
|
1618 |
+
label {
|
1619 |
+
display: block;
|
1620 |
+
}
|
1621 |
+
}
|
1622 |
+
|
1623 |
+
.wc-order-item-discount {
|
1624 |
+
display: block;
|
1625 |
+
margin-top: 0.5em;
|
1626 |
+
}
|
1627 |
+
|
1628 |
+
small.times {
|
1629 |
+
margin-right: 0.25em;
|
1630 |
+
}
|
1631 |
+
}
|
1632 |
+
|
1633 |
+
.quantity {
|
1634 |
+
text-align: center;
|
1635 |
+
|
1636 |
+
input {
|
1637 |
+
text-align: center;
|
1638 |
+
width: 50px;
|
1639 |
+
}
|
1640 |
+
}
|
1641 |
+
|
1642 |
+
span.subtotal {
|
1643 |
+
opacity: 0.5;
|
1644 |
+
}
|
1645 |
+
|
1646 |
+
td.tax_class,
|
1647 |
+
th.tax_class {
|
1648 |
+
text-align: left;
|
1649 |
+
}
|
1650 |
+
|
1651 |
+
.calculated {
|
1652 |
+
border-color: #ae8ca2;
|
1653 |
+
border-style: dotted;
|
1654 |
+
}
|
1655 |
+
|
1656 |
+
table.meta {
|
1657 |
+
width: 100%;
|
1658 |
+
}
|
1659 |
+
|
1660 |
+
table.meta,
|
1661 |
+
table.display_meta {
|
1662 |
+
margin: 0.5em 0 0;
|
1663 |
+
font-size: 0.92em !important;
|
1664 |
+
color: #888;
|
1665 |
+
|
1666 |
+
tr {
|
1667 |
+
th {
|
1668 |
+
border: 0;
|
1669 |
+
padding: 0 4px 0.5em 0;
|
1670 |
+
line-height: 1.5em;
|
1671 |
+
width: 20%;
|
1672 |
+
}
|
1673 |
+
td {
|
1674 |
+
padding: 0 4px 0.5em 0;
|
1675 |
+
border: 0;
|
1676 |
+
line-height: 1.5em;
|
1677 |
+
|
1678 |
+
input {
|
1679 |
+
width: 100%;
|
1680 |
+
margin: 0;
|
1681 |
+
position: relative;
|
1682 |
+
border-bottom: 0;
|
1683 |
+
box-shadow: none;
|
1684 |
+
}
|
1685 |
+
|
1686 |
+
textarea {
|
1687 |
+
width: 100%;
|
1688 |
+
height: 4em;
|
1689 |
+
margin: 0;
|
1690 |
+
box-shadow: none;
|
1691 |
+
}
|
1692 |
+
|
1693 |
+
input:focus + textarea {
|
1694 |
+
border-top-color: #999;
|
1695 |
+
}
|
1696 |
+
|
1697 |
+
p {
|
1698 |
+
margin: 0 0 0.5em;
|
1699 |
+
line-height: 1.5em;
|
1700 |
+
}
|
1701 |
+
|
1702 |
+
p:last-child {
|
1703 |
+
margin: 0;
|
1704 |
+
}
|
1705 |
+
}
|
1706 |
+
}
|
1707 |
+
}
|
1708 |
+
|
1709 |
+
.refund_by {
|
1710 |
+
border-bottom: 1px dotted #999;
|
1711 |
+
}
|
1712 |
+
|
1713 |
+
tr.fee .thumb div {
|
1714 |
+
@include ir();
|
1715 |
+
font-size: 1.5em;
|
1716 |
+
line-height: 1em;
|
1717 |
+
vertical-align: middle;
|
1718 |
+
margin: 0 auto;
|
1719 |
+
|
1720 |
+
&::before {
|
1721 |
+
@include icon( '\e007' );
|
1722 |
+
color: #ccc;
|
1723 |
+
}
|
1724 |
+
}
|
1725 |
+
|
1726 |
+
tr.refund .thumb div {
|
1727 |
+
@include ir();
|
1728 |
+
font-size: 1.5em;
|
1729 |
+
line-height: 1em;
|
1730 |
+
vertical-align: middle;
|
1731 |
+
margin: 0 auto;
|
1732 |
+
|
1733 |
+
&::before {
|
1734 |
+
@include icon( '\e014' );
|
1735 |
+
color: #ccc;
|
1736 |
+
}
|
1737 |
+
}
|
1738 |
+
|
1739 |
+
tr.shipping {
|
1740 |
+
.thumb div {
|
1741 |
+
@include ir();
|
1742 |
+
font-size: 1.5em;
|
1743 |
+
line-height: 1em;
|
1744 |
+
vertical-align: middle;
|
1745 |
+
margin: 0 auto;
|
1746 |
+
|
1747 |
+
&::before {
|
1748 |
+
@include icon( '\e01a' );
|
1749 |
+
color: #ccc;
|
1750 |
+
}
|
1751 |
+
}
|
1752 |
+
.shipping_method_name,
|
1753 |
+
.shipping_method {
|
1754 |
+
width: 100%;
|
1755 |
+
margin: 0 0 0.5em;
|
1756 |
+
}
|
1757 |
+
}
|
1758 |
+
|
1759 |
+
th.line_tax {
|
1760 |
+
white-space: nowrap;
|
1761 |
+
}
|
1762 |
+
|
1763 |
+
th.line_tax,
|
1764 |
+
td.line_tax {
|
1765 |
+
.delete-order-tax {
|
1766 |
+
@include ir();
|
1767 |
+
float: right;
|
1768 |
+
font-size: 14px;
|
1769 |
+
visibility: hidden;
|
1770 |
+
margin: 3px -18px 0 0;
|
1771 |
+
|
1772 |
+
&::before {
|
1773 |
+
@include icon_dashicons( '\f153' );
|
1774 |
+
color: #999;
|
1775 |
+
}
|
1776 |
+
|
1777 |
+
&:hover::before {
|
1778 |
+
color: $red;
|
1779 |
+
}
|
1780 |
+
}
|
1781 |
+
|
1782 |
+
&:hover .delete-order-tax {
|
1783 |
+
visibility: visible;
|
1784 |
+
}
|
1785 |
+
}
|
1786 |
+
|
1787 |
+
small.refunded {
|
1788 |
+
display: block;
|
1789 |
+
color: $red;
|
1790 |
+
white-space: nowrap;
|
1791 |
+
margin-top: 0.5em;
|
1792 |
+
&::before {
|
1793 |
+
@include icon_dashicons( '\f171' );
|
1794 |
+
position: relative;
|
1795 |
+
top: auto;
|
1796 |
+
left: auto;
|
1797 |
+
margin: -1px 4px 0 0;
|
1798 |
+
vertical-align: middle;
|
1799 |
+
line-height: 1em;
|
1800 |
+
}
|
1801 |
+
}
|
1802 |
+
}
|
1803 |
+
}
|
1804 |
+
.wc-order-edit-line-item {
|
1805 |
+
padding-left: 0;
|
1806 |
+
}
|
1807 |
+
.wc-order-edit-line-item-actions {
|
1808 |
+
width: 44px;
|
1809 |
+
text-align: right;
|
1810 |
+
padding-left: 0;
|
1811 |
+
vertical-align: middle;
|
1812 |
+
a {
|
1813 |
+
color: #ccc;
|
1814 |
+
display: inline-block;
|
1815 |
+
cursor: pointer;
|
1816 |
+
padding: 0 0 0.5em;
|
1817 |
+
margin: 0 0 0 12px;
|
1818 |
+
vertical-align: middle;
|
1819 |
+
text-decoration: none;
|
1820 |
+
line-height: 16px;
|
1821 |
+
width: 16px;
|
1822 |
+
overflow: hidden;
|
1823 |
+
&::before {
|
1824 |
+
margin: 0;
|
1825 |
+
padding: 0;
|
1826 |
+
font-size: 16px;
|
1827 |
+
width: 16px;
|
1828 |
+
height: 16px;
|
1829 |
+
}
|
1830 |
+
&:hover {
|
1831 |
+
&::before {
|
1832 |
+
color: #999;
|
1833 |
+
}
|
1834 |
+
}
|
1835 |
+
&:first-child {
|
1836 |
+
margin-left: 0;
|
1837 |
+
}
|
1838 |
+
}
|
1839 |
+
|
1840 |
+
.edit-order-item::before {
|
1841 |
+
@include icon_dashicons( '\f464' );
|
1842 |
+
position: relative;
|
1843 |
+
}
|
1844 |
+
|
1845 |
+
.delete-order-item,
|
1846 |
+
.delete_refund {
|
1847 |
+
&::before {
|
1848 |
+
@include icon_dashicons( '\f158' );
|
1849 |
+
position: relative;
|
1850 |
+
}
|
1851 |
+
&:hover::before {
|
1852 |
+
color: $red;
|
1853 |
+
}
|
1854 |
+
}
|
1855 |
+
}
|
1856 |
+
|
1857 |
+
tbody tr .wc-order-edit-line-item-actions {
|
1858 |
+
visibility: hidden;
|
1859 |
+
}
|
1860 |
+
tbody tr:hover .wc-order-edit-line-item-actions {
|
1861 |
+
visibility: visible;
|
1862 |
+
}
|
1863 |
+
|
1864 |
+
.wc-order-totals .wc-order-edit-line-item-actions {
|
1865 |
+
width: 1.5em;
|
1866 |
+
visibility: visible !important;
|
1867 |
+
a {
|
1868 |
+
padding: 0;
|
1869 |
+
}
|
1870 |
+
}
|
1871 |
+
}
|
1872 |
+
|
1873 |
+
#woocommerce-order-downloads {
|
1874 |
+
.buttons {
|
1875 |
+
float: left;
|
1876 |
+
padding: 0;
|
1877 |
+
margin: 0;
|
1878 |
+
vertical-align: top;
|
1879 |
+
|
1880 |
+
.add_item_id,
|
1881 |
+
.select2-container {
|
1882 |
+
width: 400px !important;
|
1883 |
+
margin-right: 9px;
|
1884 |
+
vertical-align: top;
|
1885 |
+
float: left;
|
1886 |
+
}
|
1887 |
+
|
1888 |
+
button {
|
1889 |
+
margin: 2px 0 0;
|
1890 |
+
}
|
1891 |
+
}
|
1892 |
+
|
1893 |
+
h3 small {
|
1894 |
+
color: #999;
|
1895 |
+
}
|
1896 |
+
}
|
1897 |
+
|
1898 |
+
#poststuff #woocommerce-order-actions .inside {
|
1899 |
+
margin: 0;
|
1900 |
+
padding: 0;
|
1901 |
+
|
1902 |
+
ul.order_actions li {
|
1903 |
+
padding: 6px 10px;
|
1904 |
+
box-sizing: border-box;
|
1905 |
+
|
1906 |
+
&:last-child {
|
1907 |
+
border-bottom: 0;
|
1908 |
+
}
|
1909 |
+
}
|
1910 |
+
}
|
1911 |
+
|
1912 |
+
#poststuff #woocommerce-order-notes .inside {
|
1913 |
+
margin: 0;
|
1914 |
+
padding: 0;
|
1915 |
+
|
1916 |
+
ul.order_notes li {
|
1917 |
+
padding: 0 10px;
|
1918 |
+
}
|
1919 |
+
}
|
1920 |
+
|
1921 |
+
#woocommerce_customers {
|
1922 |
+
p.search-box {
|
1923 |
+
margin: 6px 0 4px;
|
1924 |
+
float: left;
|
1925 |
+
}
|
1926 |
+
|
1927 |
+
.tablenav {
|
1928 |
+
float: right;
|
1929 |
+
clear: none;
|
1930 |
+
}
|
1931 |
+
}
|
1932 |
+
|
1933 |
+
.widefat {
|
1934 |
+
&.customers td {
|
1935 |
+
vertical-align: middle;
|
1936 |
+
padding: 4px 7px;
|
1937 |
+
}
|
1938 |
+
|
1939 |
+
.column-order_title {
|
1940 |
+
width: 15%;
|
1941 |
+
|
1942 |
+
time {
|
1943 |
+
display: block;
|
1944 |
+
color: #999;
|
1945 |
+
margin: 3px 0;
|
1946 |
+
}
|
1947 |
+
}
|
1948 |
+
|
1949 |
+
.column-orders, .column-paying, .column-spent {
|
1950 |
+
text-align: center;
|
1951 |
+
width: 8%;
|
1952 |
+
}
|
1953 |
+
|
1954 |
+
.column-last_order {
|
1955 |
+
width: 11%;
|
1956 |
+
}
|
1957 |
+
|
1958 |
+
.column-wc_actions {
|
1959 |
+
width: 110px;
|
1960 |
+
|
1961 |
+
a.button {
|
1962 |
+
@include ir();
|
1963 |
+
display: inline-block;
|
1964 |
+
margin: 2px 4px 2px 0;
|
1965 |
+
padding: 0 !important;
|
1966 |
+
height: 2em !important;
|
1967 |
+
width: 2em;
|
1968 |
+
overflow: hidden;
|
1969 |
+
|
1970 |
+
&::after {
|
1971 |
+
font-family: 'Dashicons';
|
1972 |
+
speak: none;
|
1973 |
+
font-weight: normal;
|
1974 |
+
font-variant: normal;
|
1975 |
+
text-transform: none;
|
1976 |
+
margin: 0;
|
1977 |
+
text-indent: 0;
|
1978 |
+
position: absolute;
|
1979 |
+
top: 0;
|
1980 |
+
left: 0;
|
1981 |
+
width: 100%;
|
1982 |
+
height: 100%;
|
1983 |
+
text-align: center;
|
1984 |
+
line-height: 1.85;
|
1985 |
+
}
|
1986 |
+
|
1987 |
+
img {
|
1988 |
+
display: block;
|
1989 |
+
width: 12px;
|
1990 |
+
height: auto;
|
1991 |
+
}
|
1992 |
+
}
|
1993 |
+
|
1994 |
+
a.edit::after {
|
1995 |
+
content: '\f464';
|
1996 |
+
}
|
1997 |
+
|
1998 |
+
a.link::after {
|
1999 |
+
font-family: 'WooCommerce';
|
2000 |
+
content: '\e00d';
|
2001 |
+
}
|
2002 |
+
|
2003 |
+
a.view::after {
|
2004 |
+
content: '\f177';
|
2005 |
+
}
|
2006 |
+
|
2007 |
+
a.refresh::after {
|
2008 |
+
font-family: 'WooCommerce';
|
2009 |
+
content: '\e031';
|
2010 |
+
}
|
2011 |
+
|
2012 |
+
a.processing::after {
|
2013 |
+
font-family: 'WooCommerce';
|
2014 |
+
content: '\e00f';
|
2015 |
+
}
|
2016 |
+
|
2017 |
+
a.complete::after {
|
2018 |
+
content: '\f147';
|
2019 |
+
}
|
2020 |
+
}
|
2021 |
+
|
2022 |
+
small.meta {
|
2023 |
+
display: block;
|
2024 |
+
color: #999;
|
2025 |
+
font-size: inherit;
|
2026 |
+
margin: 3px 0;
|
2027 |
+
}
|
2028 |
+
}
|
2029 |
+
|
2030 |
+
.post-type-shop_order {
|
2031 |
+
.tablenav .one-page .displaying-num {
|
2032 |
+
display: none;
|
2033 |
+
}
|
2034 |
+
.wp-list-table {
|
2035 |
+
margin-top: 1em;
|
2036 |
+
|
2037 |
+
thead,
|
2038 |
+
tfoot {
|
2039 |
+
th {
|
2040 |
+
padding: .75em 1em;
|
2041 |
+
}
|
2042 |
+
th.sortable a, th.sorted a {
|
2043 |
+
padding: 0;
|
2044 |
+
}
|
2045 |
+
th:first-child {
|
2046 |
+
padding-left: 2em;
|
2047 |
+
}
|
2048 |
+
th:last-child {
|
2049 |
+
padding-right: 2em;
|
2050 |
+
}
|
2051 |
+
}
|
2052 |
+
tbody {
|
2053 |
+
td,
|
2054 |
+
th {
|
2055 |
+
padding: 1em;
|
2056 |
+
line-height: 26px;
|
2057 |
+
}
|
2058 |
+
td:first-child {
|
2059 |
+
padding-left: 2em;
|
2060 |
+
}
|
2061 |
+
td:last-child {
|
2062 |
+
padding-right: 2em;
|
2063 |
+
}
|
2064 |
+
}
|
2065 |
+
tbody tr {
|
2066 |
+
border-top: 1px solid #f5f5f5;
|
2067 |
+
}
|
2068 |
+
tbody tr:hover:not(.status-trash):not(.no-link) td {
|
2069 |
+
cursor: pointer;
|
2070 |
+
}
|
2071 |
+
.no-link {
|
2072 |
+
cursor: default !important;
|
2073 |
+
}
|
2074 |
+
|
2075 |
+
// Columns.
|
2076 |
+
td,
|
2077 |
+
th {
|
2078 |
+
width: 12ch;
|
2079 |
+
vertical-align: middle;
|
2080 |
+
p {
|
2081 |
+
margin: 0;
|
2082 |
+
}
|
2083 |
+
}
|
2084 |
+
.check-column {
|
2085 |
+
width: 1px;
|
2086 |
+
white-space: nowrap;
|
2087 |
+
padding: 1em 1em 1em 1em !important;
|
2088 |
+
vertical-align: middle;
|
2089 |
+
input {
|
2090 |
+
vertical-align: text-top;
|
2091 |
+
margin: 1px 0;
|
2092 |
+
}
|
2093 |
+
}
|
2094 |
+
.column-order_number {
|
2095 |
+
width: 20ch;
|
2096 |
+
}
|
2097 |
+
.column-order_total {
|
2098 |
+
width: 8ch;
|
2099 |
+
text-align: right;
|
2100 |
+
|
2101 |
+
a span {
|
2102 |
+
float:right;
|
2103 |
+
}
|
2104 |
+
}
|
2105 |
+
.column-order_date,
|
2106 |
+
.column-order_status {
|
2107 |
+
width: 10ch;
|
2108 |
+
}
|
2109 |
+
.column-order_status {
|
2110 |
+
width: 14ch;
|
2111 |
+
}
|
2112 |
+
.column-shipping_address,
|
2113 |
+
.column-billing_address {
|
2114 |
+
width: 20ch;
|
2115 |
+
line-height: 1.5em;
|
2116 |
+
.description {
|
2117 |
+
display: block;
|
2118 |
+
color: #999;
|
2119 |
+
}
|
2120 |
+
}
|
2121 |
+
.column-wc_actions {
|
2122 |
+
text-align: right;
|
2123 |
+
|
2124 |
+
a.button {
|
2125 |
+
text-indent: 9999px;
|
2126 |
+
margin: 2px 0 2px 4px;
|
2127 |
+
}
|
2128 |
+
}
|
2129 |
+
.order-preview {
|
2130 |
+
float:right;
|
2131 |
+
width: 16px;
|
2132 |
+
padding: 20px 4px 4px 4px;
|
2133 |
+
height: 0;
|
2134 |
+
overflow: hidden;
|
2135 |
+
position: relative;
|
2136 |
+
border: 2px solid transparent;
|
2137 |
+
border-radius: 4px;
|
2138 |
+
|
2139 |
+
&::before {
|
2140 |
+
@include icon( '\e010' );
|
2141 |
+
line-height: 16px;
|
2142 |
+
font-size: 14px;
|
2143 |
+
vertical-align:middle;
|
2144 |
+
top: 4px;
|
2145 |
+
|
2146 |
+
}
|
2147 |
+
&:hover {
|
2148 |
+
border: 2px solid #00a0d2;
|
2149 |
+
}
|
2150 |
+
}
|
2151 |
+
.order-preview.disabled {
|
2152 |
+
&::before {
|
2153 |
+
content: '';
|
2154 |
+
background: url('../images/wpspin.gif') no-repeat center top;
|
2155 |
+
}
|
2156 |
+
}
|
2157 |
+
}
|
2158 |
+
}
|
2159 |
+
|
2160 |
+
.order-status {
|
2161 |
+
display: inline-flex;
|
2162 |
+
line-height: 2.5em;
|
2163 |
+
color: #777;
|
2164 |
+
background: #E5E5E5;
|
2165 |
+
border-radius: 4px;
|
2166 |
+
border-bottom: 1px solid rgba(0,0,0,0.05);
|
2167 |
+
margin: -.25em 0;
|
2168 |
+
cursor: inherit !important;
|
2169 |
+
white-space: nowrap;
|
2170 |
+
max-width: 100%;
|
2171 |
+
|
2172 |
+
&.status-completed {
|
2173 |
+
background: #C8D7E1;
|
2174 |
+
color: #2e4453;
|
2175 |
+
}
|
2176 |
+
|
2177 |
+
&.status-on-hold {
|
2178 |
+
background: #f8dda7;
|
2179 |
+
color: #94660c;
|
2180 |
+
}
|
2181 |
+
|
2182 |
+
&.status-failed {
|
2183 |
+
background: #eba3a3;
|
2184 |
+
color: #761919;
|
2185 |
+
}
|
2186 |
+
|
2187 |
+
&.status-processing {
|
2188 |
+
background: #C6E1C6;
|
2189 |
+
color: #5B841B;
|
2190 |
+
}
|
2191 |
+
|
2192 |
+
&.status-trash {
|
2193 |
+
background: #eba3a3;
|
2194 |
+
color: #761919;
|
2195 |
+
}
|
2196 |
+
|
2197 |
+
> span {
|
2198 |
+
margin: 0 1em;
|
2199 |
+
overflow: hidden;
|
2200 |
+
text-overflow: ellipsis;
|
2201 |
+
}
|
2202 |
+
}
|
2203 |
+
|
2204 |
+
.wc-order-preview {
|
2205 |
+
.order-status {
|
2206 |
+
float: right;
|
2207 |
+
margin-right: 54px;
|
2208 |
+
}
|
2209 |
+
article {
|
2210 |
+
padding: 0 !important;
|
2211 |
+
}
|
2212 |
+
.modal-close {
|
2213 |
+
border-radius: 0;
|
2214 |
+
}
|
2215 |
+
.wc-order-preview-table {
|
2216 |
+
width: 100%;
|
2217 |
+
margin: 0;
|
2218 |
+
th, td {
|
2219 |
+
padding: 1em 1.5em;
|
2220 |
+
text-align: left;
|
2221 |
+
border: 0;
|
2222 |
+
border-bottom: 1px solid #eee;
|
2223 |
+
margin: 0;
|
2224 |
+
background: transparent;
|
2225 |
+
box-shadow: none;
|
2226 |
+
text-align: right;
|
2227 |
+
vertical-align: top;
|
2228 |
+
}
|
2229 |
+
td:first-child,
|
2230 |
+
th:first-child {
|
2231 |
+
text-align: left;
|
2232 |
+
}
|
2233 |
+
th {
|
2234 |
+
border-color: #ccc;
|
2235 |
+
}
|
2236 |
+
tr:last-child td {
|
2237 |
+
border: 0;
|
2238 |
+
}
|
2239 |
+
.wc-order-item-sku {
|
2240 |
+
margin-top: .5em;
|
2241 |
+
}
|
2242 |
+
.wc-order-item-meta {
|
2243 |
+
margin-top: .5em;
|
2244 |
+
th, td {
|
2245 |
+
padding: 0;
|
2246 |
+
border: 0;
|
2247 |
+
text-align: left;
|
2248 |
+
vertical-align: top;
|
2249 |
+
}
|
2250 |
+
td:last-child {
|
2251 |
+
padding-left: .5em;
|
2252 |
+
}
|
2253 |
+
}
|
2254 |
+
}
|
2255 |
+
.wc-order-preview-addresses {
|
2256 |
+
overflow: hidden;
|
2257 |
+
padding-bottom: 1.5em;
|
2258 |
+
|
2259 |
+
.wc-order-preview-address,
|
2260 |
+
.wc-order-preview-note {
|
2261 |
+
width: 50%;
|
2262 |
+
float: left;
|
2263 |
+
padding: 1.5em 1.5em 0;
|
2264 |
+
box-sizing: border-box;
|
2265 |
+
word-wrap: break-word;
|
2266 |
+
|
2267 |
+
h2 {
|
2268 |
+
margin-top: 0;
|
2269 |
+
}
|
2270 |
+
strong {
|
2271 |
+
display: block;
|
2272 |
+
margin-top: 1.5em;
|
2273 |
+
}
|
2274 |
+
strong:first-child {
|
2275 |
+
margin-top: 0;
|
2276 |
+
}
|
2277 |
+
}
|
2278 |
+
}
|
2279 |
+
footer {
|
2280 |
+
.wc-action-button-group {
|
2281 |
+
display: inline-block;
|
2282 |
+
float: left;
|
2283 |
+
}
|
2284 |
+
.button.button-large {
|
2285 |
+
margin-left: 10px;
|
2286 |
+
padding: 0 10px !important;
|
2287 |
+
line-height: 28px;
|
2288 |
+
height: auto;
|
2289 |
+
display: inline-block;
|
2290 |
+
}
|
2291 |
+
}
|
2292 |
+
.wc-action-button-group label {
|
2293 |
+
display: none;
|
2294 |
+
}
|
2295 |
+
}
|
2296 |
+
|
2297 |
+
.wc-action-button-group {
|
2298 |
+
vertical-align: middle;
|
2299 |
+
line-height: 26px;
|
2300 |
+
text-align: left;
|
2301 |
+
label {
|
2302 |
+
margin-right: 6px;
|
2303 |
+
cursor: default;
|
2304 |
+
font-weight: bold;
|
2305 |
+
line-height: 28px;
|
2306 |
+
}
|
2307 |
+
.wc-action-button-group__items {
|
2308 |
+
display: inline-flex;
|
2309 |
+
flex-flow: row wrap;
|
2310 |
+
align-content: flex-start;
|
2311 |
+
justify-content: flex-start;
|
2312 |
+
}
|
2313 |
+
.wc-action-button {
|
2314 |
+
margin: 0 0 0 -1px !important;
|
2315 |
+
border: 1px solid #ccc;
|
2316 |
+
padding: 0 10px !important;
|
2317 |
+
border-radius: 0 !important;
|
2318 |
+
float: none;
|
2319 |
+
line-height: 28px;
|
2320 |
+
height: auto;
|
2321 |
+
z-index: 1;
|
2322 |
+
position:relative;
|
2323 |
+
overflow: hidden;
|
2324 |
+
text-overflow: ellipsis;
|
2325 |
+
flex: 1 0 auto;
|
2326 |
+
box-sizing: border-box;
|
2327 |
+
text-align: center;
|
2328 |
+
white-space: nowrap;
|
2329 |
+
}
|
2330 |
+
.wc-action-button:hover,
|
2331 |
+
.wc-action-button:focus {
|
2332 |
+
border: 1px solid #999;
|
2333 |
+
z-index: 2;
|
2334 |
+
}
|
2335 |
+
.wc-action-button:first-child {
|
2336 |
+
margin-left: 0 !important;
|
2337 |
+
border-top-left-radius: 3px !important;
|
2338 |
+
border-bottom-left-radius: 3px !important;
|
2339 |
+
}
|
2340 |
+
.wc-action-button:last-child {
|
2341 |
+
border-top-right-radius: 3px !important;
|
2342 |
+
border-bottom-right-radius: 3px !important;
|
2343 |
+
}
|
2344 |
+
}
|
2345 |
+
@media screen and (max-width: 782px) {
|
2346 |
+
.wc-order-preview footer {
|
2347 |
+
.wc-action-button-group .wc-action-button-group__items {
|
2348 |
+
display: flex;
|
2349 |
+
}
|
2350 |
+
.wc-action-button-group {
|
2351 |
+
float: none;
|
2352 |
+
display: block;
|
2353 |
+
margin-bottom: 4px;
|
2354 |
+
}
|
2355 |
+
.button.button-large {
|
2356 |
+
width: 100%;
|
2357 |
+
float: none;
|
2358 |
+
text-align: center;
|
2359 |
+
margin: 0;
|
2360 |
+
display: block;
|
2361 |
+
}
|
2362 |
+
}
|
2363 |
+
|
2364 |
+
.post-type-shop_order .wp-list-table {
|
2365 |
+
td.check-column {
|
2366 |
+
width: 1em;
|
2367 |
+
}
|
2368 |
+
td.column-order_number {
|
2369 |
+
padding-left: 0;
|
2370 |
+
padding-bottom: .5em;
|
2371 |
+
}
|
2372 |
+
td.column-order_status,
|
2373 |
+
td.column-order_date {
|
2374 |
+
display: inline-block !important;
|
2375 |
+
padding: 0 1em 1em 1em !important;
|
2376 |
+
&:before {
|
2377 |
+
display: none !important;
|
2378 |
+
}
|
2379 |
+
}
|
2380 |
+
td.column-order_date {
|
2381 |
+
padding-left: 0 !important;
|
2382 |
+
}
|
2383 |
+
td.column-order_status {
|
2384 |
+
float: right;
|
2385 |
+
}
|
2386 |
+
}
|
2387 |
+
}
|
2388 |
+
|
2389 |
+
.column-customer_message .note-on {
|
2390 |
+
@include ir();
|
2391 |
+
margin: 0 auto;
|
2392 |
+
color: #999;
|
2393 |
+
|
2394 |
+
&::after {
|
2395 |
+
@include icon( '\e026' );
|
2396 |
+
line-height: 16px;
|
2397 |
+
}
|
2398 |
+
}
|
2399 |
+
|
2400 |
+
.column-order_notes .note-on {
|
2401 |
+
@include ir();
|
2402 |
+
margin: 0 auto;
|
2403 |
+
color: #999;
|
2404 |
+
|
2405 |
+
&::after {
|
2406 |
+
@include icon( '\e027' );
|
2407 |
+
line-height: 16px;
|
2408 |
+
}
|
2409 |
+
}
|
2410 |
+
|
2411 |
+
.attributes-table {
|
2412 |
+
td,
|
2413 |
+
th {
|
2414 |
+
width: 15%;
|
2415 |
+
vertical-align: top;
|
2416 |
+
}
|
2417 |
+
|
2418 |
+
.attribute-terms {
|
2419 |
+
width: 32%;
|
2420 |
+
}
|
2421 |
+
|
2422 |
+
.attribute-actions {
|
2423 |
+
width: 2em;
|
2424 |
+
|
2425 |
+
.configure-terms {
|
2426 |
+
@include ir();
|
2427 |
+
padding: 0 !important;
|
2428 |
+
height: 2em !important;
|
2429 |
+
width: 2em;
|
2430 |
+
|
2431 |
+
&::after {
|
2432 |
+
@include icon('\f111');
|
2433 |
+
font-family: 'Dashicons';
|
2434 |
+
line-height: 1.85;
|
2435 |
+
}
|
2436 |
+
}
|
2437 |
+
}
|
2438 |
+
}
|
2439 |
+
|
2440 |
+
/* Order notes */
|
2441 |
+
ul.order_notes {
|
2442 |
+
padding: 2px 0 0;
|
2443 |
+
|
2444 |
+
li {
|
2445 |
+
.note_content {
|
2446 |
+
padding: 10px;
|
2447 |
+
background: #efefef;
|
2448 |
+
position: relative;
|
2449 |
+
|
2450 |
+
p {
|
2451 |
+
margin: 0;
|
2452 |
+
padding: 0;
|
2453 |
+
word-wrap: break-word;
|
2454 |
+
}
|
2455 |
+
}
|
2456 |
+
|
2457 |
+
p.meta {
|
2458 |
+
padding: 10px;
|
2459 |
+
color: #999;
|
2460 |
+
margin: 0;
|
2461 |
+
font-size: 11px;
|
2462 |
+
|
2463 |
+
.exact-date {
|
2464 |
+
border-bottom: 1px dotted #999;
|
2465 |
+
}
|
2466 |
+
}
|
2467 |
+
|
2468 |
+
a.delete_note {
|
2469 |
+
color: $red;
|
2470 |
+
}
|
2471 |
+
|
2472 |
+
.note_content::after {
|
2473 |
+
content: '';
|
2474 |
+
display: block;
|
2475 |
+
position: absolute;
|
2476 |
+
bottom: -10px;
|
2477 |
+
left: 20px;
|
2478 |
+
width: 0;
|
2479 |
+
height: 0;
|
2480 |
+
border-width: 10px 10px 0 0;
|
2481 |
+
border-style: solid;
|
2482 |
+
border-color: #efefef transparent;
|
2483 |
+
}
|
2484 |
+
}
|
2485 |
+
li.system-note {
|
2486 |
+
.note_content {
|
2487 |
+
background: #d7cad2;
|
2488 |
+
}
|
2489 |
+
.note_content::after {
|
2490 |
+
border-color: #d7cad2 transparent;
|
2491 |
+
}
|
2492 |
+
}
|
2493 |
+
li.customer-note {
|
2494 |
+
.note_content {
|
2495 |
+
background: #a7cedc;
|
2496 |
+
}
|
2497 |
+
.note_content::after {
|
2498 |
+
border-color: #a7cedc transparent;
|
2499 |
+
}
|
2500 |
+
}
|
2501 |
+
}
|
2502 |
+
|
2503 |
+
.add_note {
|
2504 |
+
border-top: 1px solid #ddd;
|
2505 |
+
padding: 10px 10px 0;
|
2506 |
+
|
2507 |
+
h4 {
|
2508 |
+
margin-top: 5px !important;
|
2509 |
+
}
|
2510 |
+
|
2511 |
+
#add_order_note {
|
2512 |
+
width: 100%;
|
2513 |
+
height: 50px;
|
2514 |
+
}
|
2515 |
+
}
|
2516 |
+
|
2517 |
+
table.wp-list-table {
|
2518 |
+
.column-thumb {
|
2519 |
+
width: 52px;
|
2520 |
+
text-align: center;
|
2521 |
+
white-space: nowrap;
|
2522 |
+
}
|
2523 |
+
|
2524 |
+
.column-handle {
|
2525 |
+
width: 17px;
|
2526 |
+
display: none;
|
2527 |
+
}
|
2528 |
+
|
2529 |
+
tbody {
|
2530 |
+
td.column-handle {
|
2531 |
+
cursor: move;
|
2532 |
+
width: 17px;
|
2533 |
+
text-align: center;
|
2534 |
+
vertical-align: text-top;
|
2535 |
+
|
2536 |
+
&::before {
|
2537 |
+
content: '\f333';
|
2538 |
+
font-family: 'Dashicons';
|
2539 |
+
text-align: center;
|
2540 |
+
line-height: 1;
|
2541 |
+
color: #999;
|
2542 |
+
display: block;
|
2543 |
+
width: 17px;
|
2544 |
+
height: 100%;
|
2545 |
+
margin: 4px 0 0 0;
|
2546 |
+
}
|
2547 |
+
}
|
2548 |
+
}
|
2549 |
+
|
2550 |
+
.column-name {
|
2551 |
+
width: 22%;
|
2552 |
+
}
|
2553 |
+
|
2554 |
+
.column-product_cat,
|
2555 |
+
.column-product_tag {
|
2556 |
+
width: 11% !important;
|
2557 |
+
}
|
2558 |
+
|
2559 |
+
.column-featured,
|
2560 |
+
.column-product_type {
|
2561 |
+
width: 48px;
|
2562 |
+
text-align: left !important;
|
2563 |
+
}
|
2564 |
+
|
2565 |
+
.column-customer_message,
|
2566 |
+
.column-order_notes {
|
2567 |
+
width: 48px;
|
2568 |
+
text-align: center;
|
2569 |
+
img {
|
2570 |
+
margin: 0 auto;
|
2571 |
+
padding-top: 0 !important;
|
2572 |
+
}
|
2573 |
+
}
|
2574 |
+
|
2575 |
+
.manage-column.column-featured img,
|
2576 |
+
.manage-column.column-product_type img {
|
2577 |
+
padding-left: 2px;
|
2578 |
+
}
|
2579 |
+
|
2580 |
+
.column-price .woocommerce-price-suffix {
|
2581 |
+
display: none;
|
2582 |
+
}
|
2583 |
+
|
2584 |
+
img {
|
2585 |
+
margin: 1px 2px;
|
2586 |
+
}
|
2587 |
+
|
2588 |
+
.row-actions {
|
2589 |
+
color: #999;
|
2590 |
+
}
|
2591 |
+
|
2592 |
+
td.column-thumb img {
|
2593 |
+
margin: 0;
|
2594 |
+
width: auto;
|
2595 |
+
height: auto;
|
2596 |
+
max-width: 40px;
|
2597 |
+
max-height: 40px;
|
2598 |
+
vertical-align: middle;
|
2599 |
+
}
|
2600 |
+
|
2601 |
+
span.na {
|
2602 |
+
color: #999;
|
2603 |
+
}
|
2604 |
+
|
2605 |
+
.column-sku {
|
2606 |
+
width: 10%;
|
2607 |
+
}
|
2608 |
+
|
2609 |
+
.column-price {
|
2610 |
+
width: 10ch;
|
2611 |
+
}
|
2612 |
+
|
2613 |
+
.column-is_in_stock {
|
2614 |
+
text-align: left !important;
|
2615 |
+
width: 12ch;
|
2616 |
+
}
|
2617 |
+
|
2618 |
+
span.wc-image,
|
2619 |
+
span.wc-featured {
|
2620 |
+
@include ir();
|
2621 |
+
margin: 0 auto;
|
2622 |
+
|
2623 |
+
&::before {
|
2624 |
+
@include icon_dashicons( '\f128' );
|
2625 |
+
}
|
2626 |
+
}
|
2627 |
+
|
2628 |
+
span.wc-featured {
|
2629 |
+
&::before {
|
2630 |
+
content: '\f155';
|
2631 |
+
}
|
2632 |
+
&.not-featured::before {
|
2633 |
+
content: '\f154';
|
2634 |
+
}
|
2635 |
+
}
|
2636 |
+
|
2637 |
+
td.column-featured span.wc-featured {
|
2638 |
+
font-size: 1.6em;
|
2639 |
+
cursor: pointer;
|
2640 |
+
}
|
2641 |
+
|
2642 |
+
mark {
|
2643 |
+
&.instock,
|
2644 |
+
&.outofstock,
|
2645 |
+
&.onbackorder {
|
2646 |
+
font-weight: 700;
|
2647 |
+
background: transparent none;
|
2648 |
+
line-height: 1;
|
2649 |
+
}
|
2650 |
+
|
2651 |
+
&.instock {
|
2652 |
+
color: $green;
|
2653 |
+
}
|
2654 |
+
|
2655 |
+
&.outofstock {
|
2656 |
+
color: #aa4444;
|
2657 |
+
}
|
2658 |
+
|
2659 |
+
&.onbackorder {
|
2660 |
+
color: #eaa600;
|
2661 |
+
}
|
2662 |
+
}
|
2663 |
+
|
2664 |
+
.order-notes_head,
|
2665 |
+
.notes_head,
|
2666 |
+
.status_head {
|
2667 |
+
@include ir();
|
2668 |
+
margin: 0 auto;
|
2669 |
+
|
2670 |
+
&::after {
|
2671 |
+
@include icon;
|
2672 |
+
}
|
2673 |
+
}
|
2674 |
+
|
2675 |
+
.order-notes_head::after {
|
2676 |
+
content: '\e028';
|
2677 |
+
}
|
2678 |
+
|
2679 |
+
.notes_head::after {
|
2680 |
+
content: '\e026';
|
2681 |
+
}
|
2682 |
+
|
2683 |
+
.status_head::after {
|
2684 |
+
content: '\e011';
|
2685 |
+
}
|
2686 |
+
|
2687 |
+
.column-order_items {
|
2688 |
+
width: 12%;
|
2689 |
+
|
2690 |
+
table.order_items {
|
2691 |
+
width: 100%;
|
2692 |
+
margin: 3px 0 0;
|
2693 |
+
padding: 0;
|
2694 |
+
display: none;
|
2695 |
+
|
2696 |
+
td {
|
2697 |
+
border: 0;
|
2698 |
+
margin: 0;
|
2699 |
+
padding: 0 0 3px;
|
2700 |
+
}
|
2701 |
+
|
2702 |
+
td.qty {
|
2703 |
+
color: #999;
|
2704 |
+
padding-right: 6px;
|
2705 |
+
text-align: left;
|
2706 |
+
}
|
2707 |
+
}
|
2708 |
+
}
|
2709 |
+
}
|
2710 |
+
|
2711 |
+
mark.notice {
|
2712 |
+
background: #fff;
|
2713 |
+
color: $red;
|
2714 |
+
margin: 0 0 0 10px;
|
2715 |
+
}
|
2716 |
+
|
2717 |
+
a.export_rates,
|
2718 |
+
a.import_rates {
|
2719 |
+
float: right;
|
2720 |
+
margin-left: 9px;
|
2721 |
+
margin-top: -2px;
|
2722 |
+
margin-bottom: 0;
|
2723 |
+
}
|
2724 |
+
|
2725 |
+
#rates-search {
|
2726 |
+
float: right;
|
2727 |
+
input.wc-tax-rates-search-field {
|
2728 |
+
padding: 4px 8px;
|
2729 |
+
font-size: 1.2em;
|
2730 |
+
}
|
2731 |
+
}
|
2732 |
+
#rates-pagination {
|
2733 |
+
float: right;
|
2734 |
+
margin-right: 0.5em;
|
2735 |
+
.tablenav {
|
2736 |
+
margin: 0;
|
2737 |
+
}
|
2738 |
+
}
|
2739 |
+
|
2740 |
+
.wc_input_table_wrapper {
|
2741 |
+
overflow-x: auto;
|
2742 |
+
display: block;
|
2743 |
+
}
|
2744 |
+
|
2745 |
+
table.wc_tax_rates,
|
2746 |
+
table.wc_input_table {
|
2747 |
+
width: 100%;
|
2748 |
+
|
2749 |
+
th, td {
|
2750 |
+
display: table-cell !important;
|
2751 |
+
}
|
2752 |
+
|
2753 |
+
span.tips {
|
2754 |
+
color: $blue;
|
2755 |
+
}
|
2756 |
+
|
2757 |
+
th {
|
2758 |
+
white-space: nowrap;
|
2759 |
+
padding: 10px;
|
2760 |
+
}
|
2761 |
+
|
2762 |
+
td {
|
2763 |
+
padding: 0;
|
2764 |
+
border-right: 1px solid #dfdfdf;
|
2765 |
+
border-bottom: 1px solid #dfdfdf;
|
2766 |
+
border-top: 0;
|
2767 |
+
background: #fff;
|
2768 |
+
cursor: default;
|
2769 |
+
|
2770 |
+
input[type=text],
|
2771 |
+
input[type=number] {
|
2772 |
+
width: 100% !important;
|
2773 |
+
min-width: 100px;
|
2774 |
+
padding: 8px 10px;
|
2775 |
+
margin: 0;
|
2776 |
+
border: 0;
|
2777 |
+
outline: 0;
|
2778 |
+
background: transparent none;
|
2779 |
+
|
2780 |
+
&:focus {
|
2781 |
+
outline: 0;
|
2782 |
+
box-shadow: none;
|
2783 |
+
}
|
2784 |
+
}
|
2785 |
+
|
2786 |
+
&.compound,
|
2787 |
+
&.apply_to_shipping {
|
2788 |
+
padding: 5px 7px;
|
2789 |
+
vertical-align: middle;
|
2790 |
+
|
2791 |
+
input {
|
2792 |
+
width: auto;
|
2793 |
+
padding: 0;
|
2794 |
+
}
|
2795 |
+
}
|
2796 |
+
}
|
2797 |
+
|
2798 |
+
td:last-child {
|
2799 |
+
border-right: 0;
|
2800 |
+
}
|
2801 |
+
|
2802 |
+
tr.current td {
|
2803 |
+
background-color: #fefbcc;
|
2804 |
+
}
|
2805 |
+
|
2806 |
+
.item_cost,
|
2807 |
+
.cost {
|
2808 |
+
text-align: right;
|
2809 |
+
|
2810 |
+
input {
|
2811 |
+
text-align: right;
|
2812 |
+
}
|
2813 |
+
}
|
2814 |
+
|
2815 |
+
th.sort {
|
2816 |
+
width: 17px;
|
2817 |
+
padding: 0 4px;
|
2818 |
+
}
|
2819 |
+
|
2820 |
+
td.sort {
|
2821 |
+
padding: 0 4px;
|
2822 |
+
}
|
2823 |
+
|
2824 |
+
.ui-sortable:not( .ui-sortable-disabled ) td.sort {
|
2825 |
+
cursor: move;
|
2826 |
+
font-size: 15px;
|
2827 |
+
background: #f9f9f9;
|
2828 |
+
text-align: center;
|
2829 |
+
vertical-align: middle;
|
2830 |
+
|
2831 |
+
&::before {
|
2832 |
+
content: '\f333';
|
2833 |
+
font-family: 'Dashicons';
|
2834 |
+
text-align: center;
|
2835 |
+
line-height: 1;
|
2836 |
+
color: #999;
|
2837 |
+
display: block;
|
2838 |
+
width: 17px;
|
2839 |
+
float: left;
|
2840 |
+
height: 100%;
|
2841 |
+
}
|
2842 |
+
|
2843 |
+
&:hover::before {
|
2844 |
+
color: #333;
|
2845 |
+
}
|
2846 |
+
}
|
2847 |
+
|
2848 |
+
.button {
|
2849 |
+
float: left;
|
2850 |
+
margin-right: 5px;
|
2851 |
+
}
|
2852 |
+
|
2853 |
+
.export,
|
2854 |
+
.import {
|
2855 |
+
float: right;
|
2856 |
+
margin-right: 0;
|
2857 |
+
margin-left: 5px;
|
2858 |
+
}
|
2859 |
+
|
2860 |
+
span.tips {
|
2861 |
+
padding: 0 3px;
|
2862 |
+
}
|
2863 |
+
|
2864 |
+
.pagination {
|
2865 |
+
float: right;
|
2866 |
+
|
2867 |
+
.button {
|
2868 |
+
margin-left: 5px;
|
2869 |
+
margin-right: 0;
|
2870 |
+
}
|
2871 |
+
|
2872 |
+
.current {
|
2873 |
+
background: #bbb;
|
2874 |
+
text-shadow: none;
|
2875 |
+
}
|
2876 |
+
}
|
2877 |
+
|
2878 |
+
tr:last-child td {
|
2879 |
+
border-bottom: 0;
|
2880 |
+
}
|
2881 |
+
}
|
2882 |
+
|
2883 |
+
table.wc_gateways,
|
2884 |
+
table.wc_emails,
|
2885 |
+
table.wc_shipping {
|
2886 |
+
position: relative;
|
2887 |
+
|
2888 |
+
th, td {
|
2889 |
+
display: table-cell !important;
|
2890 |
+
padding: 1em !important;
|
2891 |
+
vertical-align: top;
|
2892 |
+
line-height: 1.75em;
|
2893 |
+
}
|
2894 |
+
|
2895 |
+
&.wc_emails td {
|
2896 |
+
vertical-align: middle;
|
2897 |
+
}
|
2898 |
+
|
2899 |
+
tr:nth-child( odd ) td {
|
2900 |
+
background: #f9f9f9;
|
2901 |
+
}
|
2902 |
+
|
2903 |
+
td.name {
|
2904 |
+
font-weight: 700;
|
2905 |
+
}
|
2906 |
+
|
2907 |
+
.settings {
|
2908 |
+
text-align: right;
|
2909 |
+
}
|
2910 |
+
|
2911 |
+
.radio,
|
2912 |
+
.default,
|
2913 |
+
.status {
|
2914 |
+
text-align: center;
|
2915 |
+
|
2916 |
+
.tips {
|
2917 |
+
margin: 0 auto;
|
2918 |
+
}
|
2919 |
+
|
2920 |
+
input {
|
2921 |
+
margin: 0;
|
2922 |
+
}
|
2923 |
+
}
|
2924 |
+
td.sort {
|
2925 |
+
cursor: move;
|
2926 |
+
font-size: 15px;
|
2927 |
+
text-align: center;
|
2928 |
+
|
2929 |
+
&::before {
|
2930 |
+
content: '\f333';
|
2931 |
+
font-family: 'Dashicons';
|
2932 |
+
text-align: center;
|
2933 |
+
line-height: 1;
|
2934 |
+
color: #999;
|
2935 |
+
display: block;
|
2936 |
+
width: 17px;
|
2937 |
+
float: left;
|
2938 |
+
height: 100%;
|
2939 |
+
line-height: 24px;
|
2940 |
+
}
|
2941 |
+
}
|
2942 |
+
.wc-payment-gateway-method-name {
|
2943 |
+
font-weight: normal;
|
2944 |
+
}
|
2945 |
+
.wc-email-settings-table-name {
|
2946 |
+
font-weight: 700;
|
2947 |
+
span {
|
2948 |
+
font-weight: normal;
|
2949 |
+
color: #999;
|
2950 |
+
margin: 0 0 0 4px !important;
|
2951 |
+
}
|
2952 |
+
}
|
2953 |
+
.wc-payment-gateway-method-toggle-enabled,
|
2954 |
+
.wc-payment-gateway-method-toggle-disabled {
|
2955 |
+
padding-top: 1px;
|
2956 |
+
display: block;
|
2957 |
+
outline: 0;
|
2958 |
+
box-shadow: none;
|
2959 |
+
}
|
2960 |
+
.wc-email-settings-table-status {
|
2961 |
+
text-align: center;
|
2962 |
+
width: 1em;
|
2963 |
+
.tips {
|
2964 |
+
margin: 0 auto;
|
2965 |
+
}
|
2966 |
+
}
|
2967 |
+
}
|
2968 |
+
.wc-shipping-zone-settings {
|
2969 |
+
th {
|
2970 |
+
padding: 24px 24px 24px 0;
|
2971 |
+
}
|
2972 |
+
td.forminp {
|
2973 |
+
input, textarea {
|
2974 |
+
padding: 8px;
|
2975 |
+
width: 448px;
|
2976 |
+
max-width: 100% !important;
|
2977 |
+
}
|
2978 |
+
.wc-shipping-zone-region-select {
|
2979 |
+
width: 448px;
|
2980 |
+
max-width: 100% !important;
|
2981 |
+
.select2-choices {
|
2982 |
+
padding: 8px 8px 4px;
|
2983 |
+
border-color: #DDDDDD;
|
2984 |
+
min-height: 0;
|
2985 |
+
line-height: 1;
|
2986 |
+
input {
|
2987 |
+
padding: 0;
|
2988 |
+
}
|
2989 |
+
li {
|
2990 |
+
margin: 0 4px 4px 0;
|
2991 |
+
}
|
2992 |
+
}
|
2993 |
+
}
|
2994 |
+
}
|
2995 |
+
.wc-shipping-zone-postcodes-toggle {
|
2996 |
+
margin: 0.5em 0 0;
|
2997 |
+
font-size: 0.9em;
|
2998 |
+
text-decoration: underline;
|
2999 |
+
display: block;
|
3000 |
+
}
|
3001 |
+
.wc-shipping-zone-postcodes-toggle + .wc-shipping-zone-postcodes {
|
3002 |
+
display:none;
|
3003 |
+
}
|
3004 |
+
.wc-shipping-zone-postcodes {
|
3005 |
+
textarea {
|
3006 |
+
margin: 10px 0;
|
3007 |
+
}
|
3008 |
+
.description {
|
3009 |
+
font-size: 0.9em;
|
3010 |
+
color: #999;
|
3011 |
+
}
|
3012 |
+
}
|
3013 |
+
}
|
3014 |
+
.wc-shipping-zone-settings + p.submit {
|
3015 |
+
margin-top: 0;
|
3016 |
+
}
|
3017 |
+
table {
|
3018 |
+
tr, tr:hover {
|
3019 |
+
table.wc-shipping-zone-methods {
|
3020 |
+
tr .row-actions {
|
3021 |
+
position: relative;
|
3022 |
+
}
|
3023 |
+
tr:hover .row-actions {
|
3024 |
+
position: static;
|
3025 |
+
}
|
3026 |
+
}
|
3027 |
+
}
|
3028 |
+
}
|
3029 |
+
.wc-shipping-zones-heading .page-title-action {
|
3030 |
+
display: inline-block;
|
3031 |
+
}
|
3032 |
+
table.wc-shipping-zones, table.wc-shipping-zone-methods, table.wc-shipping-classes {
|
3033 |
+
td, th {
|
3034 |
+
vertical-align: top;
|
3035 |
+
line-height: 24px;
|
3036 |
+
padding: 1em !important;
|
3037 |
+
font-size: 14px;
|
3038 |
+
background: #fff;
|
3039 |
+
display: table-cell !important;
|
3040 |
+
li {
|
3041 |
+
line-height: 24px;
|
3042 |
+
font-size: 14px;
|
3043 |
+
}
|
3044 |
+
.woocommerce-help-tip {
|
3045 |
+
margin: 0 !important;
|
3046 |
+
}
|
3047 |
+
}
|
3048 |
+
thead {
|
3049 |
+
th {
|
3050 |
+
vertical-align: middle;
|
3051 |
+
}
|
3052 |
+
.wc-shipping-zone-sort {
|
3053 |
+
text-align: center;
|
3054 |
+
}
|
3055 |
+
}
|
3056 |
+
td.wc-shipping-zones-blank-state, td.wc-shipping-zone-method-blank-state {
|
3057 |
+
background: #f7f1f6 !important;
|
3058 |
+
overflow: hidden;
|
3059 |
+
position: relative;
|
3060 |
+
padding: 7.5em 7.5% !important;
|
3061 |
+
border-bottom: 2px solid #eee2ec;
|
3062 |
+
|
3063 |
+
&.wc-shipping-zone-method-blank-state {
|
3064 |
+
padding: 2em !important;
|
3065 |
+
p {
|
3066 |
+
margin-bottom: 0;
|
3067 |
+
}
|
3068 |
+
}
|
3069 |
+
p, li {
|
3070 |
+
color: #a46497;
|
3071 |
+
font-size: 1.5em;
|
3072 |
+
line-height: 1.5em;
|
3073 |
+
margin: 0 0 1em;
|
3074 |
+
position: relative;
|
3075 |
+
z-index: 1;
|
3076 |
+
text-shadow: 1px 1px 1px white;
|
3077 |
+
|
3078 |
+
&.main {
|
3079 |
+
font-size: 2em;
|
3080 |
+
}
|
3081 |
+
}
|
3082 |
+
li {
|
3083 |
+
margin-left: 1em;
|
3084 |
+
list-style: circle inside;
|
3085 |
+
}
|
3086 |
+
&::before {
|
3087 |
+
content: '\e01b';
|
3088 |
+
font-family: 'WooCommerce';
|
3089 |
+
text-align: center;
|
3090 |
+
line-height: 1;
|
3091 |
+
color: #eee2ec;
|
3092 |
+
display: block;
|
3093 |
+
width: 1em;
|
3094 |
+
font-size: 40em;
|
3095 |
+
top: 50%;
|
3096 |
+
right: -3.75%;
|
3097 |
+
margin-top: -0.1875em;
|
3098 |
+
position: absolute;
|
3099 |
+
}
|
3100 |
+
.button-primary {
|
3101 |
+
background-color: #804877;
|
3102 |
+
border-color: #804877;
|
3103 |
+
box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
|
3104 |
+
margin: 0;
|
3105 |
+
opacity: 1;
|
3106 |
+
text-shadow: 0 -1px 1px #8a4f7f, 1px 0 1px #8a4f7f, 0 1px 1px #8a4f7f, -1px 0 1px #8a4f7f;
|
3107 |
+
font-size: 1.5em;
|
3108 |
+
padding: 0.75em 1em;
|
3109 |
+
height: auto;
|
3110 |
+
position: relative;
|
3111 |
+
z-index: 1;
|
3112 |
+
}
|
3113 |
+
}
|
3114 |
+
.wc-shipping-zone-method-rows {
|
3115 |
+
tr:nth-child( even ) td {
|
3116 |
+
background: #f9f9f9;
|
3117 |
+
}
|
3118 |
+
}
|
3119 |
+
tr.odd, .wc-shipping-class-rows tr:nth-child( odd ) {
|
3120 |
+
td {
|
3121 |
+
background: #f9f9f9;
|
3122 |
+
}
|
3123 |
+
}
|
3124 |
+
tbody.wc-shipping-zone-rows {
|
3125 |
+
td {
|
3126 |
+
border-top: 2px solid #f9f9f9;
|
3127 |
+
}
|
3128 |
+
tr:first-child {
|
3129 |
+
td {
|
3130 |
+
border-top: 0;
|
3131 |
+
}
|
3132 |
+
}
|
3133 |
+
}
|
3134 |
+
tr.wc-shipping-zone-worldwide {
|
3135 |
+
td {
|
3136 |
+
background: #f9f9f9;
|
3137 |
+
border-top: 2px solid #e1e1e1;
|
3138 |
+
}
|
3139 |
+
}
|
3140 |
+
ul, p {
|
3141 |
+
margin: 0;
|
3142 |
+
}
|
3143 |
+
td.wc-shipping-zone-sort, td.wc-shipping-zone-method-sort {
|
3144 |
+
cursor: move;
|
3145 |
+
font-size: 15px;
|
3146 |
+
text-align: center;
|
3147 |
+
|
3148 |
+
&::before {
|
3149 |
+
content: '\f333';
|
3150 |
+
font-family: 'Dashicons';
|
3151 |
+
text-align: center;
|
3152 |
+
line-height: 1;
|
3153 |
+
color: #999;
|
3154 |
+
display: block;
|
3155 |
+
width: 17px;
|
3156 |
+
float: left;
|
3157 |
+
height: 100%;
|
3158 |
+
line-height: 24px;
|
3159 |
+
}
|
3160 |
+
&:hover::before {
|
3161 |
+
color: #333;
|
3162 |
+
}
|
3163 |
+
}
|
3164 |
+
td.wc-shipping-zone-worldwide {
|
3165 |
+
text-align: center;
|
3166 |
+
&::before {
|
3167 |
+
content: '\f319';
|
3168 |
+
font-family: 'dashicons';
|
3169 |
+
text-align: center;
|
3170 |
+
line-height: 1;
|
3171 |
+
color: #999;
|
3172 |
+
display: block;
|
3173 |
+
width: 17px;
|
3174 |
+
float: left;
|
3175 |
+
height: 100%;
|
3176 |
+
line-height: 24px;
|
3177 |
+
}
|
3178 |
+
}
|
3179 |
+
.wc-shipping-zone-name,
|
3180 |
+
.wc-shipping-zone-methods {
|
3181 |
+
width: 25%;
|
3182 |
+
}
|
3183 |
+
.wc-shipping-class-description,
|
3184 |
+
.wc-shipping-class-name,
|
3185 |
+
.wc-shipping-class-slug,
|
3186 |
+
.wc-shipping-zone-name,
|
3187 |
+
.wc-shipping-zone-region {
|
3188 |
+
input, select, textarea {
|
3189 |
+
width: 100%;
|
3190 |
+
}
|
3191 |
+
a.wc-shipping-zone-delete, a.wc-shipping-class-delete {
|
3192 |
+
color: #a00;
|
3193 |
+
}
|
3194 |
+
a.wc-shipping-zone-delete:hover, a.wc-shipping-class-delete:hover {
|
3195 |
+
color: red;
|
3196 |
+
}
|
3197 |
+
}
|
3198 |
+
.wc-shipping-class-count {
|
3199 |
+
text-align: center;
|
3200 |
+
}
|
3201 |
+
td.wc-shipping-zone-methods {
|
3202 |
+
color: #555;
|
3203 |
+
.method_disabled {
|
3204 |
+
text-decoration: line-through;
|
3205 |
+
}
|
3206 |
+
ul {
|
3207 |
+
position: relative;
|
3208 |
+
padding-right: 32px;
|
3209 |
+
li {
|
3210 |
+
color: #555;
|
3211 |
+
display: inline;
|
3212 |
+
margin: 0;
|
3213 |
+
}
|
3214 |
+
li::before {
|
3215 |
+
content: ', ';
|
3216 |
+
}
|
3217 |
+
li:first-child::before {
|
3218 |
+
content: '';
|
3219 |
+
}
|
3220 |
+
}
|
3221 |
+
.add_shipping_method {
|
3222 |
+
display: block;
|
3223 |
+
width: 24px;
|
3224 |
+
padding: 24px 0 0;
|
3225 |
+
height: 0;
|
3226 |
+
overflow: hidden;
|
3227 |
+
cursor: pointer;
|
3228 |
+
|
3229 |
+
&::before {
|
3230 |
+
@include icon;
|
3231 |
+
font-family: 'Dashicons';
|
3232 |
+
content: '\f502';
|
3233 |
+
color: #999;
|
3234 |
+
vertical-align: middle;
|
3235 |
+
line-height: 24px;
|
3236 |
+
font-size: 16px;
|
3237 |
+
margin: 0;
|
3238 |
+
}
|
3239 |
+
|
3240 |
+
&.disabled {
|
3241 |
+
cursor: not-allowed;
|
3242 |
+
&::before {
|
3243 |
+
color: #ccc;
|
3244 |
+
}
|
3245 |
+
}
|
3246 |
+
}
|
3247 |
+
}
|
3248 |
+
.wc-shipping-zone-method-title {
|
3249 |
+
width: 25%;
|
3250 |
+
.wc-shipping-zone-method-delete {
|
3251 |
+
color: red;
|
3252 |
+
}
|
3253 |
+
}
|
3254 |
+
.wc-shipping-zone-method-enabled {
|
3255 |
+
text-align: center;
|
3256 |
+
|
3257 |
+
a {
|
3258 |
+
display: inline-block;
|
3259 |
+
}
|
3260 |
+
|
3261 |
+
.woocommerce-input-toggle {
|
3262 |
+
margin-top: 3px;
|
3263 |
+
}
|
3264 |
+
}
|
3265 |
+
.wc-shipping-zone-method-type {
|
3266 |
+
display: block;
|
3267 |
+
}
|
3268 |
+
tfoot {
|
3269 |
+
input, select {
|
3270 |
+
vertical-align: middle !important;
|
3271 |
+
}
|
3272 |
+
.button-secondary {
|
3273 |
+
float: right;
|
3274 |
+
}
|
3275 |
+
}
|
3276 |
+
.editing {
|
3277 |
+
.wc-shipping-zone-view, .wc-shipping-zone-edit {
|
3278 |
+
display: none;
|
3279 |
+
}
|
3280 |
+
}
|
3281 |
+
}
|
3282 |
+
|
3283 |
+
.woocommerce-input-toggle {
|
3284 |
+
height: 16px;
|
3285 |
+
width: 32px;
|
3286 |
+
border: 2px solid #935687;
|
3287 |
+
background-color: #935687;
|
3288 |
+
display: inline-block;
|
3289 |
+
text-indent: -9999px;
|
3290 |
+
border-radius: 10em;
|
3291 |
+
position: relative;
|
3292 |
+
margin-top: -1px;
|
3293 |
+
vertical-align: text-top;
|
3294 |
+
|
3295 |
+
&:before {
|
3296 |
+
content: "";
|
3297 |
+
display: block;
|
3298 |
+
width: 16px;
|
3299 |
+
height: 16px;
|
3300 |
+
background: #fff;
|
3301 |
+
position: absolute;
|
3302 |
+
top: 0;
|
3303 |
+
right: 0;
|
3304 |
+
border-radius: 100%;
|
3305 |
+
}
|
3306 |
+
|
3307 |
+
&.woocommerce-input-toggle--disabled {
|
3308 |
+
border-color: #999;
|
3309 |
+
background-color: #999;
|
3310 |
+
|
3311 |
+
&:before {
|
3312 |
+
right: auto;
|
3313 |
+
left: 0;
|
3314 |
+
}
|
3315 |
+
}
|
3316 |
+
&.woocommerce-input-toggle--loading {
|
3317 |
+
opacity: 0.5;
|
3318 |
+
}
|
3319 |
+
}
|
3320 |
+
|
3321 |
+
.wc-modal-shipping-method-settings {
|
3322 |
+
background: #f8f8f8;
|
3323 |
+
padding: 1em !important;
|
3324 |
+
form .form-table {
|
3325 |
+
width: 100%;
|
3326 |
+
background: #fff;
|
3327 |
+
margin: 0 0 1.5em;
|
3328 |
+
tr {
|
3329 |
+
th {
|
3330 |
+
width: 30%;
|
3331 |
+
position: relative;
|
3332 |
+
.woocommerce-help-tip {
|
3333 |
+
float: right;
|
3334 |
+
margin: -8px -0.5em 0 0;
|
3335 |
+
vertical-align: middle;
|
3336 |
+
right: 0;
|
3337 |
+
top: 50%;
|
3338 |
+
position: absolute;
|
3339 |
+
}
|
3340 |
+
}
|
3341 |
+
td {
|
3342 |
+
input, select, textarea {
|
3343 |
+
width: 50%;
|
3344 |
+
min-width: 250px;
|
3345 |
+
}
|
3346 |
+
input[type='checkbox'] {
|
3347 |
+
width: auto;
|
3348 |
+
min-width: 16px;
|
3349 |
+
}
|
3350 |
+
}
|
3351 |
+
td, th {
|
3352 |
+
vertical-align: middle;
|
3353 |
+
margin: 0;
|
3354 |
+
line-height: 24px;
|
3355 |
+
padding: 1em;
|
3356 |
+
border-bottom: 1px solid #f8f8f8;
|
3357 |
+
}
|
3358 |
+
}
|
3359 |
+
&:last-of-type {
|
3360 |
+
margin-bottom: 0;
|
3361 |
+
}
|
3362 |
+
}
|
3363 |
+
}
|
3364 |
+
|
3365 |
+
.wc-backbone-modal .wc-shipping-zone-method-selector {
|
3366 |
+
p {
|
3367 |
+
margin-top: 0;
|
3368 |
+
}
|
3369 |
+
.wc-shipping-zone-method-description {
|
3370 |
+
margin: 0.75em 1px 0;
|
3371 |
+
line-height: 1.5em;
|
3372 |
+
color: #999;
|
3373 |
+
font-style: italic;
|
3374 |
+
}
|
3375 |
+
select {
|
3376 |
+
width: 100%;
|
3377 |
+
cursor: pointer;
|
3378 |
+
}
|
3379 |
+
}
|
3380 |
+
|
3381 |
+
img.help_tip {
|
3382 |
+
margin: 0 0 0 9px;
|
3383 |
+
vertical-align: middle;
|
3384 |
+
}
|
3385 |
+
|
3386 |
+
.postbox img.help_tip {
|
3387 |
+
margin-top: 0;
|
3388 |
+
}
|
3389 |
+
|
3390 |
+
.postbox .woocommerce-help-tip {
|
3391 |
+
margin: 0 0 0 9px;
|
3392 |
+
}
|
3393 |
+
|
3394 |
+
.status-enabled,
|
3395 |
+
.status-manual,
|
3396 |
+
.status-disabled {
|
3397 |
+
font-size: 1.4em;
|
3398 |
+
@include ir();
|
3399 |
+
}
|
3400 |
+
|
3401 |
+
.status-manual::before {
|
3402 |
+
@include icon( '\e008' );
|
3403 |
+
color: #999;
|
3404 |
+
}
|
3405 |
+
|
3406 |
+
.status-enabled::before {
|
3407 |
+
@include icon( '\e015' );
|
3408 |
+
color: $woocommerce;
|
3409 |
+
}
|
3410 |
+
|
3411 |
+
.status-disabled::before {
|
3412 |
+
@include icon( '\e013' );
|
3413 |
+
color: #ccc;
|
3414 |
+
}
|
3415 |
+
|
3416 |
+
.woocommerce {
|
3417 |
+
|
3418 |
+
h2.woo-nav-tab-wrapper {
|
3419 |
+
margin-bottom: 1em;
|
3420 |
+
}
|
3421 |
+
|
3422 |
+
nav.woo-nav-tab-wrapper {
|
3423 |
+
margin: 1.5em 0 1em;
|
3424 |
+
}
|
3425 |
+
|
3426 |
+
.subsubsub {
|
3427 |
+
margin: -8px 0 0;
|
3428 |
+
}
|
3429 |
+
|
3430 |
+
.wc-admin-breadcrumb {
|
3431 |
+
margin-left: 0.5em;
|
3432 |
+
a {
|
3433 |
+
color: #a46497;
|
3434 |
+
}
|
3435 |
+
}
|
3436 |
+
|
3437 |
+
#template div {
|
3438 |
+
margin: 0;
|
3439 |
+
|
3440 |
+
p .button {
|
3441 |
+
float: right;
|
3442 |
+
margin-left: 10px;
|
3443 |
+
margin-top: -4px;
|
3444 |
+
}
|
3445 |
+
|
3446 |
+
.editor textarea {
|
3447 |
+
margin-bottom: 8px;
|
3448 |
+
}
|
3449 |
+
}
|
3450 |
+
|
3451 |
+
textarea[disabled='disabled'] {
|
3452 |
+
background: #dfdfdf !important;
|
3453 |
+
}
|
3454 |
+
|
3455 |
+
table.form-table {
|
3456 |
+
margin: 0;
|
3457 |
+
position: relative;
|
3458 |
+
table-layout: fixed;
|
3459 |
+
|
3460 |
+
.forminp-radio ul {
|
3461 |
+
margin: 0;
|
3462 |
+
li {
|
3463 |
+
line-height: 1.4em;
|
3464 |
+
}
|
3465 |
+
}
|
3466 |
+
|
3467 |
+
input[type="text"],
|
3468 |
+
input[type="number"],
|
3469 |
+
input[type="email"] {
|
3470 |
+
height: auto;
|
3471 |
+
}
|
3472 |
+
|
3473 |
+
textarea.input-text {
|
3474 |
+
height: 100%;
|
3475 |
+
min-width: 150px;
|
3476 |
+
display: block;
|
3477 |
+
}
|
3478 |
+
|
3479 |
+
// Give regular settings inputs a standard width and padding.
|
3480 |
+
textarea,
|
3481 |
+
input[type="text"],
|
3482 |
+
input[type="email"],
|
3483 |
+
input[type="number"],
|
3484 |
+
input.regular-input {
|
3485 |
+
width: 400px;
|
3486 |
+
margin: 0;
|
3487 |
+
padding: 6px;
|
3488 |
+
box-sizing: border-box;
|
3489 |
+
vertical-align: top;
|
3490 |
+
}
|
3491 |
+
|
3492 |
+
select {
|
3493 |
+
width: 400px;
|
3494 |
+
margin: 0;
|
3495 |
+
box-sizing: border-box;
|
3496 |
+
height: 32px;
|
3497 |
+
line-height: 32px;
|
3498 |
+
vertical-align: top;
|
3499 |
+
}
|
3500 |
+
|
3501 |
+
input[size] {
|
3502 |
+
width: auto !important;
|
3503 |
+
}
|
3504 |
+
|
3505 |
+
// Ignore nested inputs.
|
3506 |
+
table {
|
3507 |
+
select,
|
3508 |
+
textarea,
|
3509 |
+
input[type="text"],
|
3510 |
+
input[type="email"],
|
3511 |
+
input[type="number"],
|
3512 |
+
input.regular-input {
|
3513 |
+
width: auto;
|
3514 |
+
}
|
3515 |
+
}
|
3516 |
+
|
3517 |
+
textarea.wide-input {
|
3518 |
+
width: 100%;
|
3519 |
+
}
|
3520 |
+
|
3521 |
+
img.help_tip,
|
3522 |
+
.woocommerce-help-tip {
|
3523 |
+
padding: 0;
|
3524 |
+
margin: -4px 0 0 5px;
|
3525 |
+
vertical-align: middle;
|
3526 |
+
cursor: help;
|
3527 |
+
line-height: 1;
|
3528 |
+
}
|
3529 |
+
|
3530 |
+
span.help_tip {
|
3531 |
+
cursor: help;
|
3532 |
+
color: $blue;
|
3533 |
+
}
|
3534 |
+
|
3535 |
+
th {
|
3536 |
+
position: relative;
|
3537 |
+
padding-right: 24px;
|
3538 |
+
}
|
3539 |
+
|
3540 |
+
th label {
|
3541 |
+
position: relative;
|
3542 |
+
display: block;
|
3543 |
+
|
3544 |
+
img.help_tip,
|
3545 |
+
.woocommerce-help-tip {
|
3546 |
+
margin: -8px -24px 0 0;
|
3547 |
+
position: absolute;
|
3548 |
+
right: 0;
|
3549 |
+
top: 50%;
|
3550 |
+
}
|
3551 |
+
}
|
3552 |
+
|
3553 |
+
th label + .woocommerce-help-tip {
|
3554 |
+
margin: 0 0 0 0;
|
3555 |
+
position: absolute;
|
3556 |
+
right: 0;
|
3557 |
+
top: 20px;
|
3558 |
+
}
|
3559 |
+
|
3560 |
+
woocommerce-help-tip
|
3561 |
+
|
3562 |
+
.select2-container {
|
3563 |
+
vertical-align: top;
|
3564 |
+
margin-bottom: 3px;
|
3565 |
+
}
|
3566 |
+
|
3567 |
+
table.widefat th {
|
3568 |
+
padding-right: inherit;
|
3569 |
+
}
|
3570 |
+
|
3571 |
+
.wp-list-table .woocommerce-help-tip {
|
3572 |
+
float: none;
|
3573 |
+
}
|
3574 |
+
|
3575 |
+
fieldset {
|
3576 |
+
margin-top: 4px;
|
3577 |
+
|
3578 |
+
img.help_tip,
|
3579 |
+
.woocommerce-help-tip {
|
3580 |
+
margin: -3px 0 0 5px;
|
3581 |
+
}
|
3582 |
+
|
3583 |
+
p.description {
|
3584 |
+
margin-bottom: 8px;
|
3585 |
+
}
|
3586 |
+
|
3587 |
+
&:first-child {
|
3588 |
+
margin-top: 0;
|
3589 |
+
}
|
3590 |
+
}
|
3591 |
+
|
3592 |
+
.iris-picker {
|
3593 |
+
z-index: 100;
|
3594 |
+
display: none;
|
3595 |
+
position: absolute;
|
3596 |
+
border: 1px solid #ccc;
|
3597 |
+
border-radius: 3px;
|
3598 |
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
3599 |
+
|
3600 |
+
.ui-slider {
|
3601 |
+
border: 0 !important;
|
3602 |
+
margin: 0 !important;
|
3603 |
+
width: auto !important;
|
3604 |
+
height: auto !important;
|
3605 |
+
background: none transparent !important;
|
3606 |
+
|
3607 |
+
.ui-slider-handle {
|
3608 |
+
margin-bottom: 0 !important;
|
3609 |
+
}
|
3610 |
+
}
|
3611 |
+
}
|
3612 |
+
|
3613 |
+
.iris-error {
|
3614 |
+
background-color: #ffafaf;
|
3615 |
+
}
|
3616 |
+
|
3617 |
+
.colorpickpreview {
|
3618 |
+
padding: 7px 0;
|
3619 |
+
line-height: 1em;
|
3620 |
+
display: inline-block;
|
3621 |
+
width: 26px;
|
3622 |
+
border: 1px solid #ddd;
|
3623 |
+
font-size: 14px;
|
3624 |
+
}
|
3625 |
+
|
3626 |
+
.image_width_settings {
|
3627 |
+
vertical-align: middle;
|
3628 |
+
|
3629 |
+
label {
|
3630 |
+
margin-left: 10px;
|
3631 |
+
}
|
3632 |
+
|
3633 |
+
input {
|
3634 |
+
width: auto;
|
3635 |
+
}
|
3636 |
+
}
|
3637 |
+
|
3638 |
+
.wc_payment_gateways_wrapper,
|
3639 |
+
.wc_emails_wrapper {
|
3640 |
+
padding: 0 15px 10px 0;
|
3641 |
+
}
|
3642 |
+
}
|
3643 |
+
}
|
3644 |
+
|
3645 |
+
.woocommerce #tabs-wrap table a.remove {
|
3646 |
+
margin-left: 4px;
|
3647 |
+
}
|
3648 |
+
|
3649 |
+
.woocommerce #tabs-wrap table p {
|
3650 |
+
margin: 0 0 4px !important;
|
3651 |
+
overflow: hidden;
|
3652 |
+
zoom: 1;
|
3653 |
+
}
|
3654 |
+
|
3655 |
+
.woocommerce #tabs-wrap table p a.add {
|
3656 |
+
float: left;
|
3657 |
+
}
|
3658 |
+
|
3659 |
+
#wp-excerpt-editor-container {
|
3660 |
+
background: #fff;
|
3661 |
+
}
|
3662 |
+
|
3663 |
+
#product_variation-parent #parent_id {
|
3664 |
+
width: 100%;
|
3665 |
+
}
|
3666 |
+
|
3667 |
+
#postimagediv img {
|
3668 |
+
border: 1px solid #d5d5d5;
|
3669 |
+
max-width: 100%;
|
3670 |
+
}
|
3671 |
+
|
3672 |
+
#woocommerce-product-images .inside {
|
3673 |
+
margin: 0;
|
3674 |
+
padding: 0;
|
3675 |
+
|
3676 |
+
.add_product_images {
|
3677 |
+
padding: 0 12px 12px;
|
3678 |
+
}
|
3679 |
+
|
3680 |
+
#product_images_container {
|
3681 |
+
padding: 0 0 0 9px;
|
3682 |
+
|
3683 |
+
ul {
|
3684 |
+
@include clearfix();
|
3685 |
+
margin: 0;
|
3686 |
+
padding: 0;
|
3687 |
+
|
3688 |
+
li.image,
|
3689 |
+
li.add,
|
3690 |
+
li.wc-metabox-sortable-placeholder {
|
3691 |
+
width: 80px;
|
3692 |
+
float: left;
|
3693 |
+
cursor: move;
|
3694 |
+
border: 1px solid #d5d5d5;
|
3695 |
+
margin: 9px 9px 0 0;
|
3696 |
+
background: #f7f7f7;
|
3697 |
+
@include border-radius(2px);
|
3698 |
+
position: relative;
|
3699 |
+
box-sizing: border-box;
|
3700 |
+
|
3701 |
+
img {
|
3702 |
+
width: 100%;
|
3703 |
+
height: auto;
|
3704 |
+
display: block;
|
3705 |
+
}
|
3706 |
+
}
|
3707 |
+
|
3708 |
+
li.wc-metabox-sortable-placeholder {
|
3709 |
+
border: 3px dashed #dddddd;
|
3710 |
+
position: relative;
|
3711 |
+
|
3712 |
+
&::after {
|
3713 |
+
@include icon_dashicons( '\f161' );
|
3714 |
+
font-size: 2.618em;
|
3715 |
+
line-height: 72px;
|
3716 |
+
color: #ddd;
|
3717 |
+
}
|
3718 |
+
}
|
3719 |
+
|
3720 |
+
ul.actions {
|
3721 |
+
position: absolute;
|
3722 |
+
top: -8px;
|
3723 |
+
right: -8px;
|
3724 |
+
padding: 2px;
|
3725 |
+
display: none;
|
3726 |
+
|
3727 |
+
li {
|
3728 |
+
float: right;
|
3729 |
+
margin: 0 0 0 2px;
|
3730 |
+
|
3731 |
+
a {
|
3732 |
+
width: 1em;
|
3733 |
+
height: 1em;
|
3734 |
+
margin: 0;
|
3735 |
+
height: 0;
|
3736 |
+
display: block;
|
3737 |
+
overflow: hidden;
|
3738 |
+
|
3739 |
+
&.tips {
|
3740 |
+
cursor: pointer;
|
3741 |
+
}
|
3742 |
+
}
|
3743 |
+
|
3744 |
+
a.delete {
|
3745 |
+
@include ir();
|
3746 |
+
font-size: 1.4em;
|
3747 |
+
|
3748 |
+
&::before {
|
3749 |
+
@include icon_dashicons( '\f153' );
|
3750 |
+
color: #999;
|
3751 |
+
background: #fff;
|
3752 |
+
border-radius: 50%;
|
3753 |
+
height: 1em;
|
3754 |
+
width: 1em;
|
3755 |
+
line-height: 1em;
|
3756 |
+
}
|
3757 |
+
|
3758 |
+
&:hover::before {
|
3759 |
+
color: $red;
|
3760 |
+
}
|
3761 |
+
}
|
3762 |
+
}
|
3763 |
+
}
|
3764 |
+
|
3765 |
+
li:hover ul.actions {
|
3766 |
+
display: block;
|
3767 |
+
}
|
3768 |
+
}
|
3769 |
+
}
|
3770 |
+
}
|
3771 |
+
|
3772 |
+
#woocommerce-product-data {
|
3773 |
+
.hndle {
|
3774 |
+
padding: 10px;
|
3775 |
+
|
3776 |
+
span {
|
3777 |
+
display: block;
|
3778 |
+
vertical-align: middle;
|
3779 |
+
line-height: 24px;
|
3780 |
+
|
3781 |
+
span {
|
3782 |
+
display: inline;
|
3783 |
+
line-height: inherit;
|
3784 |
+
vertical-align: baseline;
|
3785 |
+
}
|
3786 |
+
}
|
3787 |
+
|
3788 |
+
select {
|
3789 |
+
margin: 0;
|
3790 |
+
}
|
3791 |
+
|
3792 |
+
label {
|
3793 |
+
padding-right: 1em;
|
3794 |
+
font-size: 12px;
|
3795 |
+
vertical-align: baseline;
|
3796 |
+
}
|
3797 |
+
|
3798 |
+
label:first-child {
|
3799 |
+
margin-right: 1em;
|
3800 |
+
border-right: 1px solid #dfdfdf;
|
3801 |
+
}
|
3802 |
+
|
3803 |
+
input, select {
|
3804 |
+
margin-top: -3px 0 0;
|
3805 |
+
vertical-align: middle;
|
3806 |
+
}
|
3807 |
+
|
3808 |
+
select {
|
3809 |
+
margin-left: 0.5em;
|
3810 |
+
}
|
3811 |
+
}
|
3812 |
+
|
3813 |
+
> .handlediv {
|
3814 |
+
margin-top: 4px;
|
3815 |
+
}
|
3816 |
+
|
3817 |
+
.wrap {
|
3818 |
+
margin: 0;
|
3819 |
+
}
|
3820 |
+
}
|
3821 |
+
|
3822 |
+
#woocommerce-coupon-description {
|
3823 |
+
padding: 3px 8px;
|
3824 |
+
font-size: 1.7em;
|
3825 |
+
line-height: 1.42em;
|
3826 |
+
height: auto;
|
3827 |
+
width: 100%;
|
3828 |
+
outline: 0;
|
3829 |
+
margin: 10px 0;
|
3830 |
+
display: block;
|
3831 |
+
|
3832 |
+
&::-webkit-input-placeholder {
|
3833 |
+
line-height: 1.42em;
|
3834 |
+
color: #bbb;
|
3835 |
+
}
|
3836 |
+
|
3837 |
+
&::-moz-placeholder {
|
3838 |
+
line-height:
|
3839 |
+
1.42em;
|
3840 |
+
color: #bbb;
|
3841 |
+
}
|
3842 |
+
|
3843 |
+
&:-ms-input-placeholder {
|
3844 |
+
line-height: 1.42em;
|
3845 |
+
color: #bbb;
|
3846 |
+
}
|
3847 |
+
|
3848 |
+
&:-moz-placeholder {
|
3849 |
+
line-height: 1.42em;
|
3850 |
+
color: #bbb;
|
3851 |
+
}
|
3852 |
+
}
|
3853 |
+
|
3854 |
+
#woocommerce-product-data,
|
3855 |
+
#woocommerce-coupon-data {
|
3856 |
+
.panel-wrap {
|
3857 |
+
background: #fff;
|
3858 |
+
}
|
3859 |
+
|
3860 |
+
.woocommerce_options_panel,
|
3861 |
+
.wc-metaboxes-wrapper {
|
3862 |
+
float: left;
|
3863 |
+
width: 80%;
|
3864 |
+
|
3865 |
+
.wc-radios {
|
3866 |
+
display: block;
|
3867 |
+
float: left;
|
3868 |
+
margin: 0;
|
3869 |
+
|
3870 |
+
li {
|
3871 |
+
display: block;
|
3872 |
+
padding: 0 0 10px;
|
3873 |
+
|
3874 |
+
input {
|
3875 |
+
width: auto;
|
3876 |
+
}
|
3877 |
+
}
|
3878 |
+
}
|
3879 |
+
}
|
3880 |
+
}
|
3881 |
+
|
3882 |
+
#woocommerce-product-data,
|
3883 |
+
#woocommerce-coupon-data,
|
3884 |
+
.woocommerce {
|
3885 |
+
.panel-wrap {
|
3886 |
+
overflow: hidden;
|
3887 |
+
}
|
3888 |
+
|
3889 |
+
ul.wc-tabs {
|
3890 |
+
margin: 0;
|
3891 |
+
width: 20%;
|
3892 |
+
float: left;
|
3893 |
+
line-height: 1em;
|
3894 |
+
padding: 0 0 10px;
|
3895 |
+
position: relative;
|
3896 |
+
background-color: #fafafa;
|
3897 |
+
border-right: 1px solid #eee;
|
3898 |
+
box-sizing: border-box;
|
3899 |
+
|
3900 |
+
&::after {
|
3901 |
+
content: '';
|
3902 |
+
display: block;
|
3903 |
+
width: 100%;
|
3904 |
+
height: 9999em;
|
3905 |
+
position: absolute;
|
3906 |
+
bottom: -9999em;
|
3907 |
+
left: 0;
|
3908 |
+
background-color: #fafafa;
|
3909 |
+
border-right: 1px solid #eee;
|
3910 |
+
}
|
3911 |
+
|
3912 |
+
li {
|
3913 |
+
margin: 0;
|
3914 |
+
padding: 0;
|
3915 |
+
display: block;
|
3916 |
+
position: relative;
|
3917 |
+
|
3918 |
+
a {
|
3919 |
+
margin: 0;
|
3920 |
+
padding: 10px;
|
3921 |
+
display: block;
|
3922 |
+
box-shadow: none;
|
3923 |
+
text-decoration: none;
|
3924 |
+
line-height: 20px !important;
|
3925 |
+
border-bottom: 1px solid #eee;
|
3926 |
+
|
3927 |
+
span {
|
3928 |
+
margin-left: 0.618em;
|
3929 |
+
margin-right: 0.618em;
|
3930 |
+
}
|
3931 |
+
|
3932 |
+
&::before {
|
3933 |
+
@include iconbeforedashicons( '\f107' );
|
3934 |
+
}
|
3935 |
+
}
|
3936 |
+
|
3937 |
+
&.general_options a::before {
|
3938 |
+
content: '\f107';
|
3939 |
+
}
|
3940 |
+
|
3941 |
+
&.inventory_options a::before {
|
3942 |
+
content: '\f481';
|
3943 |
+
}
|
3944 |
+
|
3945 |
+
&.shipping_options a::before {
|
3946 |
+
font-family: 'WooCommerce';
|
3947 |
+
content: '\e01a';
|
3948 |
+
}
|
3949 |
+
|
3950 |
+
&.linked_product_options a::before {
|
3951 |
+
content: '\f103';
|
3952 |
+
}
|
3953 |
+
|
3954 |
+
&.attribute_options a::before {
|
3955 |
+
content: '\f175';
|
3956 |
+
}
|
3957 |
+
|
3958 |
+
&.advanced_options a::before {
|
3959 |
+
font-family: 'Dashicons';
|
3960 |
+
content: '\f111';
|
3961 |
+
}
|
3962 |
+
|
3963 |
+
&.variations_options a::before {
|
3964 |
+
content: '\f509';
|
3965 |
+
}
|
3966 |
+
|
3967 |
+
&.usage_restriction_options a::before {
|
3968 |
+
font-family: 'WooCommerce';
|
3969 |
+
content: '\e602';
|
3970 |
+
}
|
3971 |
+
|
3972 |
+
&.usage_limit_options a::before {
|
3973 |
+
font-family: 'WooCommerce';
|
3974 |
+
content: '\e601';
|
3975 |
+
}
|
3976 |
+
|
3977 |
+
&.general_coupon_data a::before {
|
3978 |
+
font-family: 'WooCommerce';
|
3979 |
+
content: '\e600';
|
3980 |
+
}
|
3981 |
+
|
3982 |
+
&.active a {
|
3983 |
+
color: #555;
|
3984 |
+
position: relative;
|
3985 |
+
background-color: #eee;
|
3986 |
+
}
|
3987 |
+
}
|
3988 |
+
}
|
3989 |
+
}
|
3990 |
+
|
3991 |
+
/**
|
3992 |
+
* Shipping
|
3993 |
+
*/
|
3994 |
+
.woocommerce_page_wc-settings {
|
3995 |
+
input[type=url], input[type=email] {
|
3996 |
+
direction: ltr;
|
3997 |
+
}
|
3998 |
+
|
3999 |
+
.shippingrows {
|
4000 |
+
th.check-column {
|
4001 |
+
padding-top: 20px;
|
4002 |
+
}
|
4003 |
+
|
4004 |
+
tfoot th {
|
4005 |
+
padding-left: 10px;
|
4006 |
+
}
|
4007 |
+
|
4008 |
+
.add.button::before {
|
4009 |
+
@include iconbefore( '\e007' );
|
4010 |
+
}
|
4011 |
+
}
|
4012 |
+
|
4013 |
+
h3.wc-settings-sub-title {
|
4014 |
+
font-size: 1.2em;
|
4015 |
+
}
|
4016 |
+
}
|
4017 |
+
|
4018 |
+
#woocommerce-product-data,
|
4019 |
+
#woocommerce-product-type-options,
|
4020 |
+
#woocommerce-order-data,
|
4021 |
+
#woocommerce-order-downloads,
|
4022 |
+
#woocommerce-coupon-data {
|
4023 |
+
.inside {
|
4024 |
+
margin: 0;
|
4025 |
+
padding: 0;
|
4026 |
+
}
|
4027 |
+
}
|
4028 |
+
|
4029 |
+
.woocommerce_options_panel,
|
4030 |
+
.panel {
|
4031 |
+
padding: 9px;
|
4032 |
+
color: #555;
|
4033 |
+
|
4034 |
+
.form-field .woocommerce-help-tip {
|
4035 |
+
font-size: 1.4em;
|
4036 |
+
}
|
4037 |
+
}
|
4038 |
+
|
4039 |
+
.woocommerce_page_settings .woocommerce_options_panel,
|
4040 |
+
.panel {
|
4041 |
+
padding: 0;
|
4042 |
+
}
|
4043 |
+
|
4044 |
+
#woocommerce-product-type-options .panel,
|
4045 |
+
#woocommerce-product-specs .inside {
|
4046 |
+
margin: 0;
|
4047 |
+
padding: 9px;
|
4048 |
+
}
|
4049 |
+
|
4050 |
+
.woocommerce_options_panel p,
|
4051 |
+
#woocommerce-product-type-options .panel p,
|
4052 |
+
.woocommerce_options_panel fieldset.form-field {
|
4053 |
+
margin: 0 0 9px;
|
4054 |
+
font-size: 12px;
|
4055 |
+
padding: 5px 9px;
|
4056 |
+
line-height: 24px;
|
4057 |
+
|
4058 |
+
&::after {
|
4059 |
+
content: '.';
|
4060 |
+
display: block;
|
4061 |
+
height: 0;
|
4062 |
+
clear: both;
|
4063 |
+
visibility: hidden;
|
4064 |
+
}
|
4065 |
+
}
|
4066 |
+
|
4067 |
+
.woocommerce_options_panel .checkbox,
|
4068 |
+
.woocommerce_variable_attributes .checkbox {
|
4069 |
+
width: auto;
|
4070 |
+
margin: 4px 0 !important;
|
4071 |
+
vertical-align: middle;
|
4072 |
+
float: left;
|
4073 |
+
}
|
4074 |
+
|
4075 |
+
.woocommerce_variations,
|
4076 |
+
.woocommerce_options_panel {
|
4077 |
+
.downloadable_files table {
|
4078 |
+
width: 100%;
|
4079 |
+
padding: 0 !important;
|
4080 |
+
|
4081 |
+
th {
|
4082 |
+
padding: 7px 0 7px 7px !important;
|
4083 |
+
|
4084 |
+
&.sort {
|
4085 |
+
width: 17px;
|
4086 |
+
padding: 7px !important;
|
4087 |
+
}
|
4088 |
+
|
4089 |
+
.woocommerce-help-tip {
|
4090 |
+
font-size: 1.1em;
|
4091 |
+
margin-left: 0;
|
4092 |
+
}
|
4093 |
+
}
|
4094 |
+
|
4095 |
+
td {
|
4096 |
+
vertical-align: middle !important;
|
4097 |
+
padding: 4px 0 4px 7px !important;
|
4098 |
+
position: relative;
|
4099 |
+
|
4100 |
+
&:last-child {
|
4101 |
+
padding-right: 7px !important;
|
4102 |
+
}
|
4103 |
+
|
4104 |
+
input.input_text {
|
4105 |
+
width: 100%;
|
4106 |
+
float: none;
|
4107 |
+
min-width: 0;
|
4108 |
+
margin: 1px 0;
|
4109 |
+
}
|
4110 |
+
|
4111 |
+
.upload_file_button {
|
4112 |
+
width: auto;
|
4113 |
+
float: right;
|
4114 |
+
cursor: pointer;
|
4115 |
+
}
|
4116 |
+
|
4117 |
+
.delete {
|
4118 |
+
@include ir();
|
4119 |
+
font-size: 1.2em;
|
4120 |
+
|
4121 |
+
&::before {
|
4122 |
+
@include icon_dashicons( '\f153' );
|
4123 |
+
color: #999;
|
4124 |
+
}
|
4125 |
+
|
4126 |
+
&:hover {
|
4127 |
+
&::before {
|
4128 |
+
color: $red;
|
4129 |
+
}
|
4130 |
+
}
|
4131 |
+
}
|
4132 |
+
}
|
4133 |
+
|
4134 |
+
td.sort {
|
4135 |
+
width: 17px;
|
4136 |
+
cursor: move;
|
4137 |
+
font-size: 15px;
|
4138 |
+
text-align: center;
|
4139 |
+
background: #f9f9f9;
|
4140 |
+
padding-right: 7px !important;
|
4141 |
+
|
4142 |
+
&::before {
|
4143 |
+
content: '\f333';
|
4144 |
+
font-family: 'Dashicons';
|
4145 |
+
text-align: center;
|
4146 |
+
line-height: 1;
|
4147 |
+
color: #999;
|
4148 |
+
display: block;
|
4149 |
+
width: 17px;
|
4150 |
+
float: left;
|
4151 |
+
height: 100%;
|
4152 |
+
}
|
4153 |
+
|
4154 |
+
&:hover::before {
|
4155 |
+
color: #333;
|
4156 |
+
}
|
4157 |
+
}
|
4158 |
+
}
|
4159 |
+
}
|
4160 |
+
.woocommerce_variation {
|
4161 |
+
h3 .sort {
|
4162 |
+
width: 17px;
|
4163 |
+
height: 26px;
|
4164 |
+
cursor: move;
|
4165 |
+
float: right;
|
4166 |
+
font-size: 15px;
|
4167 |
+
font-weight: 400;
|
4168 |
+
margin-right: 0.5em;
|
4169 |
+
visibility: hidden;
|
4170 |
+
text-align: center;
|
4171 |
+
vertical-align: middle;
|
4172 |
+
|
4173 |
+
&::before {
|
4174 |
+
content: '\f333';
|
4175 |
+
font-family: 'Dashicons';
|
4176 |
+
text-align: center;
|
4177 |
+
line-height: 28px;
|
4178 |
+
color: #999;
|
4179 |
+
display: block;
|
4180 |
+
width: 17px;
|
4181 |
+
float: left;
|
4182 |
+
height: 100%;
|
4183 |
+
}
|
4184 |
+
|
4185 |
+
&:hover::before {
|
4186 |
+
color: #777;
|
4187 |
+
}
|
4188 |
+
}
|
4189 |
+
h3:hover, &.ui-sortable-helper {
|
4190 |
+
.sort {
|
4191 |
+
visibility: visible;
|
4192 |
+
}
|
4193 |
+
}
|
4194 |
+
}
|
4195 |
+
|
4196 |
+
.woocommerce_options_panel {
|
4197 |
+
min-height: 175px;
|
4198 |
+
box-sizing: border-box;
|
4199 |
+
|
4200 |
+
.downloadable_files {
|
4201 |
+
padding: 0 9px 0 162px;
|
4202 |
+
position: relative;
|
4203 |
+
margin: 9px 0;
|
4204 |
+
|
4205 |
+
label {
|
4206 |
+
position: absolute;
|
4207 |
+
left: 0;
|
4208 |
+
margin: 0 0 0 12px;
|
4209 |
+
line-height: 24px;
|
4210 |
+
}
|
4211 |
+
}
|
4212 |
+
|
4213 |
+
p {
|
4214 |
+
margin: 9px 0;
|
4215 |
+
}
|
4216 |
+
|
4217 |
+
p.form-field,
|
4218 |
+
fieldset.form-field {
|
4219 |
+
padding: 5px 20px 5px 162px !important; /** Padding for aligning labels left - 12px + 150 label width **/
|
4220 |
+
}
|
4221 |
+
|
4222 |
+
.sale_price_dates_fields {
|
4223 |
+
.short:first-of-type {
|
4224 |
+
margin-bottom: 1em;
|
4225 |
+
}
|
4226 |
+
|
4227 |
+
.short:nth-of-type( 2 ) {
|
4228 |
+
clear: left;
|
4229 |
+
}
|
4230 |
+
}
|
4231 |
+
|
4232 |
+
label,
|
4233 |
+
legend {
|
4234 |
+
float: left;
|
4235 |
+
width: 150px;
|
4236 |
+
padding: 0;
|
4237 |
+
margin: 0 0 0 -150px;
|
4238 |
+
|
4239 |
+
.req {
|
4240 |
+
font-weight: 700;
|
4241 |
+
font-style: normal;
|
4242 |
+
color: $red;
|
4243 |
+
}
|
4244 |
+
}
|
4245 |
+
|
4246 |
+
.description {
|
4247 |
+
padding: 0;
|
4248 |
+
margin: 0 0 0 7px;
|
4249 |
+
clear: none;
|
4250 |
+
display: inline;
|
4251 |
+
}
|
4252 |
+
|
4253 |
+
.description-block {
|
4254 |
+
margin-left: 0;
|
4255 |
+
display: block;
|
4256 |
+
}
|
4257 |
+
|
4258 |
+
textarea,
|
4259 |
+
input,
|
4260 |
+
select {
|
4261 |
+
margin: 0;
|
4262 |
+
}
|
4263 |
+
|
4264 |
+
textarea {
|
4265 |
+
float: left;
|
4266 |
+
height: 3.5em;
|
4267 |
+
line-height: 1.5em;
|
4268 |
+
vertical-align: top;
|
4269 |
+
}
|
4270 |
+
|
4271 |
+
input[type='text'],
|
4272 |
+
input[type='email'],
|
4273 |
+
input[type='number'],
|
4274 |
+
input[type='password'] {
|
4275 |
+
width: 50%;
|
4276 |
+
float: left;
|
4277 |
+
}
|
4278 |
+
|
4279 |
+
input.button {
|
4280 |
+
width: auto;
|
4281 |
+
margin-left: 8px;
|
4282 |
+
}
|
4283 |
+
|
4284 |
+
select {
|
4285 |
+
float: left;
|
4286 |
+
}
|
4287 |
+
|
4288 |
+
input[type='text'].short,
|
4289 |
+
input[type='email'].short,
|
4290 |
+
input[type='number'].short,
|
4291 |
+
input[type='password'].short,
|
4292 |
+
.short {
|
4293 |
+
width: 50%;
|
4294 |
+
}
|
4295 |
+
|
4296 |
+
.sized {
|
4297 |
+
width: auto !important;
|
4298 |
+
margin-right: 6px;
|
4299 |
+
}
|
4300 |
+
|
4301 |
+
.options_group {
|
4302 |
+
border-top: 1px solid white;
|
4303 |
+
border-bottom: 1px solid #eee;
|
4304 |
+
|
4305 |
+
&:first-child {
|
4306 |
+
border-top: 0;
|
4307 |
+
}
|
4308 |
+
|
4309 |
+
&:last-child {
|
4310 |
+
border-bottom: 0;
|
4311 |
+
}
|
4312 |
+
|
4313 |
+
fieldset {
|
4314 |
+
margin: 9px 0;
|
4315 |
+
font-size: 12px;
|
4316 |
+
padding: 5px 9px;
|
4317 |
+
line-height: 24px;
|
4318 |
+
|
4319 |
+
label {
|
4320 |
+
width: auto;
|
4321 |
+
float: none;
|
4322 |
+
}
|
4323 |
+
|
4324 |
+
ul {
|
4325 |
+
float: left;
|
4326 |
+
width: 50%;
|
4327 |
+
margin: 0;
|
4328 |
+
padding: 0;
|
4329 |
+
|
4330 |
+
li {
|
4331 |
+
margin: 0;
|
4332 |
+
width: auto;
|
4333 |
+
|
4334 |
+
input {
|
4335 |
+
width: auto;
|
4336 |
+
float: none;
|
4337 |
+
margin-right: 4px;
|
4338 |
+
}
|
4339 |
+
}
|
4340 |
+
}
|
4341 |
+
|
4342 |
+
ul.wc-radios label {
|
4343 |
+
margin-left: 0;
|
4344 |
+
}
|
4345 |
+
}
|
4346 |
+
}
|
4347 |
+
|
4348 |
+
.dimensions_field .wrap {
|
4349 |
+
display: block;
|
4350 |
+
width: 50%;
|
4351 |
+
|
4352 |
+
input {
|
4353 |
+
width: 30.75%;
|
4354 |
+
margin-right: 3.8%;
|
4355 |
+
}
|
4356 |
+
|
4357 |
+
.last {
|
4358 |
+
margin-right: 0;
|
4359 |
+
}
|
4360 |
+
}
|
4361 |
+
|
4362 |
+
&.padded {
|
4363 |
+
padding: 1em;
|
4364 |
+
}
|
4365 |
+
|
4366 |
+
.select2-container {
|
4367 |
+
float: left;
|
4368 |
+
}
|
4369 |
+
}
|
4370 |
+
|
4371 |
+
#woocommerce-product-data input.dp-applied {
|
4372 |
+
float: left;
|
4373 |
+
}
|
4374 |
+
|
4375 |
+
#grouped_product_options,
|
4376 |
+
#virtual_product_options,
|
4377 |
+
#simple_product_options {
|
4378 |
+
padding: 12px;
|
4379 |
+
font-style: italic;
|
4380 |
+
color: #666;
|
4381 |
+
}
|
4382 |
+
|
4383 |
+
/**
|
4384 |
+
* WooCommerce meta boxes
|
4385 |
+
*/
|
4386 |
+
.wc-metaboxes-wrapper {
|
4387 |
+
.toolbar {
|
4388 |
+
margin: 0 !important;
|
4389 |
+
border-top: 1px solid white;
|
4390 |
+
border-bottom: 1px solid #eee;
|
4391 |
+
padding: 9px 12px !important;
|
4392 |
+
|
4393 |
+
&:first-child {
|
4394 |
+
border-top: 0;
|
4395 |
+
}
|
4396 |
+
|
4397 |
+
&:last-child {
|
4398 |
+
border-bottom: 0;
|
4399 |
+
}
|
4400 |
+
|
4401 |
+
.add_variation {
|
4402 |
+
float: right;
|
4403 |
+
margin-left: 5px;
|
4404 |
+
}
|
4405 |
+
|
4406 |
+
.save-variation-changes,
|
4407 |
+
.cancel-variation-changes {
|
4408 |
+
float: left;
|
4409 |
+
margin-right: 5px;
|
4410 |
+
}
|
4411 |
+
}
|
4412 |
+
|
4413 |
+
p.toolbar {
|
4414 |
+
overflow: hidden;
|
4415 |
+
zoom: 1;
|
4416 |
+
}
|
4417 |
+
|
4418 |
+
.expand-close {
|
4419 |
+
margin-right: 2px;
|
4420 |
+
color: #777;
|
4421 |
+
font-size: 12px;
|
4422 |
+
font-style: italic;
|
4423 |
+
a {
|
4424 |
+
background: none;
|
4425 |
+
padding: 0;
|
4426 |
+
font-size: 12px;
|
4427 |
+
text-decoration: none;
|
4428 |
+
}
|
4429 |
+
}
|
4430 |
+
|
4431 |
+
&#product_attributes .expand-close {
|
4432 |
+
float: right;
|
4433 |
+
line-height: 28px;
|
4434 |
+
}
|
4435 |
+
|
4436 |
+
button.add_variable_attribute,
|
4437 |
+
.fr {
|
4438 |
+
float: right;
|
4439 |
+
margin: 0 0 0 6px;
|
4440 |
+
}
|
4441 |
+
|
4442 |
+
.wc-metaboxes {
|
4443 |
+
border-bottom: 1px solid #eee;
|
4444 |
+
}
|
4445 |
+
|
4446 |
+
.wc-metabox-sortable-placeholder {
|
4447 |
+
border-color: #bbb;
|
4448 |
+
background-color: #f5f5f5;
|
4449 |
+
margin-bottom: 9px;
|
4450 |
+
border-width: 1px;
|
4451 |
+
border-style: dashed;
|
4452 |
+
}
|
4453 |
+
|
4454 |
+
.wc-metabox {
|
4455 |
+
background: #fff;
|
4456 |
+
border-bottom: 1px solid #eee;
|
4457 |
+
margin: 0 !important;
|
4458 |
+
|
4459 |
+
select {
|
4460 |
+
font-weight: 400;
|
4461 |
+
}
|
4462 |
+
|
4463 |
+
&:last-of-type {
|
4464 |
+
border-bottom: 0;
|
4465 |
+
}
|
4466 |
+
|
4467 |
+
.handlediv {
|
4468 |
+
width: 27px;
|
4469 |
+
|
4470 |
+
&::before {
|
4471 |
+
content: '\f142' !important;
|
4472 |
+
cursor: pointer;
|
4473 |
+
display: inline-block;
|
4474 |
+
font: 400 20px/1 'Dashicons';
|
4475 |
+
line-height: 0.5 !important;
|
4476 |
+
padding: 8px 10px;
|
4477 |
+
position: relative;
|
4478 |
+
right: 12px;
|
4479 |
+
top: 0;
|
4480 |
+
}
|
4481 |
+
}
|
4482 |
+
|
4483 |
+
&.closed {
|
4484 |
+
@include border-radius(3px);
|
4485 |
+
|
4486 |
+
.handlediv::before {
|
4487 |
+
content: '\f140' !important;
|
4488 |
+
}
|
4489 |
+
|
4490 |
+
h3 {
|
4491 |
+
border: 0;
|
4492 |
+
}
|
4493 |
+
}
|
4494 |
+
|
4495 |
+
h3 {
|
4496 |
+
margin: 0 !important;
|
4497 |
+
padding: 0.75em 0.75em 0.75em 1em !important;
|
4498 |
+
font-size: 1em !important;
|
4499 |
+
overflow: hidden;
|
4500 |
+
zoom: 1;
|
4501 |
+
cursor: move;
|
4502 |
+
|
4503 |
+
button, a.delete {
|
4504 |
+
float: right;
|
4505 |
+
}
|
4506 |
+
|
4507 |
+
a.delete {
|
4508 |
+
color: red;
|
4509 |
+
font-weight: normal;
|
4510 |
+
line-height: 26px;
|
4511 |
+
text-decoration: none;
|
4512 |
+
position: relative;
|
4513 |
+
visibility: hidden;
|
4514 |
+
}
|
4515 |
+
|
4516 |
+
strong {
|
4517 |
+
font-weight: normal;
|
4518 |
+
line-height: 26px;
|
4519 |
+
font-weight: 700;
|
4520 |
+
}
|
4521 |
+
|
4522 |
+
select {
|
4523 |
+
font-family: sans-serif;
|
4524 |
+
max-width: 20%;
|
4525 |
+
margin: 0.25em 0.25em 0.25em 0;
|
4526 |
+
}
|
4527 |
+
|
4528 |
+
.handlediv {
|
4529 |
+
background-position: 6px 5px !important;
|
4530 |
+
visibility: hidden;
|
4531 |
+
height: 26px;
|
4532 |
+
}
|
4533 |
+
|
4534 |
+
&.fixed {
|
4535 |
+
cursor: pointer !important;
|
4536 |
+
}
|
4537 |
+
}
|
4538 |
+
|
4539 |
+
&.woocommerce_variation h3 {
|
4540 |
+
cursor: pointer;
|
4541 |
+
padding: 0.5em 0.75em 0.5em 1em !important;
|
4542 |
+
a.delete, .handlediv, .sort {
|
4543 |
+
margin-top: 0.25em;
|
4544 |
+
}
|
4545 |
+
}
|
4546 |
+
|
4547 |
+
h3:hover, &.ui-sortable-helper {
|
4548 |
+
a.delete, .handlediv {
|
4549 |
+
visibility: visible;
|
4550 |
+
}
|
4551 |
+
}
|
4552 |
+
|
4553 |
+
table {
|
4554 |
+
width: 100%;
|
4555 |
+
position: relative;
|
4556 |
+
background-color: #fdfdfd;
|
4557 |
+
padding: 1em;
|
4558 |
+
border-top: 1px solid #eee;
|
4559 |
+
|
4560 |
+
td {
|
4561 |
+
text-align: left;
|
4562 |
+
padding: 0 6px 1em 0;
|
4563 |
+
vertical-align: top;
|
4564 |
+
border: 0;
|
4565 |
+
|
4566 |
+
label {
|
4567 |
+
text-align: left;
|
4568 |
+
display: block;
|
4569 |
+
line-height: 21px;
|
4570 |
+
}
|
4571 |
+
|
4572 |
+
input {
|
4573 |
+
float: left;
|
4574 |
+
min-width: 200px;
|
4575 |
+
}
|
4576 |
+
|
4577 |
+
input,
|
4578 |
+
textarea {
|
4579 |
+
width: 100%;
|
4580 |
+
margin: 0;
|
4581 |
+
display: block;
|
4582 |
+
font-size: 14px;
|
4583 |
+
padding: 4px;
|
4584 |
+
color: #555;
|
4585 |
+
}
|
4586 |
+
|
4587 |
+
select,
|
4588 |
+
.select2-container {
|
4589 |
+
width: 100% !important;
|
4590 |
+
}
|
4591 |
+
|
4592 |
+
input.short {
|
4593 |
+
width: 200px;
|
4594 |
+
}
|
4595 |
+
|
4596 |
+
input.checkbox {
|
4597 |
+
width: 16px;
|
4598 |
+
min-width: inherit;
|
4599 |
+
vertical-align: text-bottom;
|
4600 |
+
display: inline-block;
|
4601 |
+
float: none;
|
4602 |
+
}
|
4603 |
+
}
|
4604 |
+
|
4605 |
+
td.attribute_name {
|
4606 |
+
width: 200px;
|
4607 |
+
}
|
4608 |
+
|
4609 |
+
.plus,
|
4610 |
+
.minus {
|
4611 |
+
margin-top: 6px;
|
4612 |
+
}
|
4613 |
+
|
4614 |
+
.fl {
|
4615 |
+
float: left;
|
4616 |
+
}
|
4617 |
+
|
4618 |
+
.fr {
|
4619 |
+
float: right;
|
4620 |
+
}
|
4621 |
+
}
|
4622 |
+
}
|
4623 |
+
}
|
4624 |
+
|
4625 |
+
.variations-pagenav {
|
4626 |
+
float: right;
|
4627 |
+
line-height: 24px;
|
4628 |
+
|
4629 |
+
.displaying-num {
|
4630 |
+
color: #777;
|
4631 |
+
font-size: 12px;
|
4632 |
+
font-style: italic;
|
4633 |
+
}
|
4634 |
+
|
4635 |
+
a {
|
4636 |
+
padding: 0 10px 3px;
|
4637 |
+
background: rgba(0, 0, 0, 0.05);
|
4638 |
+
font-size: 16px;
|
4639 |
+
font-weight: 400;
|
4640 |
+
text-decoration: none;
|
4641 |
+
}
|
4642 |
+
|
4643 |
+
a.disabled,
|
4644 |
+
a.disabled:active,
|
4645 |
+
a.disabled:focus,
|
4646 |
+
a.disabled:hover {
|
4647 |
+
color: #a0a5aa;
|
4648 |
+
background: rgba(0, 0, 0, 0.05);
|
4649 |
+
}
|
4650 |
+
}
|
4651 |
+
|
4652 |
+
.variations-defaults {
|
4653 |
+
float: left;
|
4654 |
+
select {
|
4655 |
+
margin: 0.25em 0.25em 0.25em 0;
|
4656 |
+
}
|
4657 |
+
}
|
4658 |
+
|
4659 |
+
.woocommerce_variable_attributes {
|
4660 |
+
background-color: #fdfdfd;
|
4661 |
+
border-top: 1px solid #eee;
|
4662 |
+
|
4663 |
+
.data {
|
4664 |
+
@include clearfix;
|
4665 |
+
padding: 1em 2em;
|
4666 |
+
}
|
4667 |
+
|
4668 |
+
.upload_image_button {
|
4669 |
+
display: block;
|
4670 |
+
width: 64px;
|
4671 |
+
height: 64px;
|
4672 |
+
float: left;
|
4673 |
+
margin-right: 20px;
|
4674 |
+
position: relative;
|
4675 |
+
cursor: pointer;
|
4676 |
+
|
4677 |
+
img {
|
4678 |
+
width: 100%;
|
4679 |
+
height: auto;
|
4680 |
+
display: none;
|
4681 |
+
}
|
4682 |
+
|
4683 |
+
&::before {
|
4684 |
+
content: '\f128';
|
4685 |
+
font-family: 'Dashicons';
|
4686 |
+
position: absolute;
|
4687 |
+
top: 0;
|
4688 |
+
left: 0;
|
4689 |
+
right: 0;
|
4690 |
+
bottom: 0;
|
4691 |
+
text-align: center;
|
4692 |
+
line-height: 64px;
|
4693 |
+
font-size: 64px;
|
4694 |
+
font-weight: 400;
|
4695 |
+
-webkit-font-smoothing: antialiased;
|
4696 |
+
}
|
4697 |
+
|
4698 |
+
&.remove {
|
4699 |
+
img {
|
4700 |
+
display: block;
|
4701 |
+
}
|
4702 |
+
|
4703 |
+
&::before {
|
4704 |
+
content: '\f335';
|
4705 |
+
display: none;
|
4706 |
+
}
|
4707 |
+
|
4708 |
+
&:hover::before {
|
4709 |
+
display: block;
|
4710 |
+
}
|
4711 |
+
}
|
4712 |
+
}
|
4713 |
+
|
4714 |
+
.options {
|
4715 |
+
border: 1px solid #eee;
|
4716 |
+
border-width: 1px 0;
|
4717 |
+
padding: 0.25em 0;
|
4718 |
+
|
4719 |
+
label {
|
4720 |
+
display: inline-block;
|
4721 |
+
padding: 4px 1em 2px 0;
|
4722 |
+
}
|
4723 |
+
|
4724 |
+
input[type=checkbox] {
|
4725 |
+
margin: 0 5px 0 .5em!important;
|
4726 |
+
vertical-align: middle;
|
4727 |
+
}
|
4728 |
+
}
|
4729 |
+
}
|
4730 |
+
|
4731 |
+
.form-row {
|
4732 |
+
label {
|
4733 |
+
display: inline-block;
|
4734 |
+
}
|
4735 |
+
|
4736 |
+
.woocommerce-help-tip {
|
4737 |
+
float: right;
|
4738 |
+
}
|
4739 |
+
|
4740 |
+
input[type=text],
|
4741 |
+
input[type=number],
|
4742 |
+
select,
|
4743 |
+
textarea {
|
4744 |
+
width: 100%;
|
4745 |
+
vertical-align: middle;
|
4746 |
+
margin: 2px 0 0;
|
4747 |
+
padding: 5px;
|
4748 |
+
}
|
4749 |
+
|
4750 |
+
select {
|
4751 |
+
height: 30px;
|
4752 |
+
line-height: 30px;
|
4753 |
+
}
|
4754 |
+
|
4755 |
+
&.dimensions_field {
|
4756 |
+
.wrap {
|
4757 |
+
clear:left;
|
4758 |
+
display: block;
|
4759 |
+
}
|
4760 |
+
input {
|
4761 |
+
width: 33%;
|
4762 |
+
float: left;
|
4763 |
+
vertical-align: middle;
|
4764 |
+
|
4765 |
+
&:last-of-type {
|
4766 |
+
margin-right: 0;
|
4767 |
+
width: 34%;
|
4768 |
+
}
|
4769 |
+
}
|
4770 |
+
}
|
4771 |
+
|
4772 |
+
&.form-row-first,
|
4773 |
+
&.form-row-last {
|
4774 |
+
width: 48%;
|
4775 |
+
float: right;
|
4776 |
+
}
|
4777 |
+
|
4778 |
+
&.form-row-first {
|
4779 |
+
clear: both;
|
4780 |
+
float: left;
|
4781 |
+
}
|
4782 |
+
|
4783 |
+
&.form-row-full {
|
4784 |
+
clear: both;
|
4785 |
+
}
|
4786 |
+
}
|
4787 |
+
|
4788 |
+
/**
|
4789 |
+
* Tooltips
|
4790 |
+
*/
|
4791 |
+
.tips {
|
4792 |
+
cursor: help;
|
4793 |
+
text-decoration: none;
|
4794 |
+
}
|
4795 |
+
|
4796 |
+
img.tips {
|
4797 |
+
padding: 5px 0 0;
|
4798 |
+
}
|
4799 |
+
|
4800 |
+
#tiptip_holder {
|
4801 |
+
display: none;
|
4802 |
+
z-index: 8675309;
|
4803 |
+
position: absolute;
|
4804 |
+
top: 0;
|
4805 |
+
/*rtl:ignore*/
|
4806 |
+
left: 0;
|
4807 |
+
|
4808 |
+
|
4809 |
+
&.tip_top {
|
4810 |
+
padding-bottom: 5px;
|
4811 |
+
|
4812 |
+
#tiptip_arrow_inner {
|
4813 |
+
margin-top: -7px;
|
4814 |
+
margin-left: -6px;
|
4815 |
+
border-top-color: #333;
|
4816 |
+
}
|
4817 |
+
}
|
4818 |
+
|
4819 |
+
&.tip_bottom {
|
4820 |
+
padding-top: 5px;
|
4821 |
+
|
4822 |
+
#tiptip_arrow_inner {
|
4823 |
+
margin-top: -5px;
|
4824 |
+
margin-left: -6px;
|
4825 |
+
border-bottom-color: #333;
|
4826 |
+
}
|
4827 |
+
}
|
4828 |
+
|
4829 |
+
&.tip_right {
|
4830 |
+
padding-left: 5px;
|
4831 |
+
|
4832 |
+
#tiptip_arrow_inner {
|
4833 |
+
margin-top: -6px;
|
4834 |
+
margin-left: -5px;
|
4835 |
+
border-right-color: #333;
|
4836 |
+
}
|
4837 |
+
}
|
4838 |
+
|
4839 |
+
&.tip_left {
|
4840 |
+
padding-right: 5px;
|
4841 |
+
|
4842 |
+
#tiptip_arrow_inner {
|
4843 |
+
margin-top: -6px;
|
4844 |
+
margin-left: -7px;
|
4845 |
+
border-left-color: #333;
|
4846 |
+
}
|
4847 |
+
}
|
4848 |
+
}
|
4849 |
+
|
4850 |
+
#tiptip_content,
|
4851 |
+
.chart-tooltip,
|
4852 |
+
.wc_error_tip {
|
4853 |
+
color: #fff;
|
4854 |
+
font-size: 0.8em;
|
4855 |
+
max-width: 150px;
|
4856 |
+
background: #333;
|
4857 |
+
text-align: center;
|
4858 |
+
border-radius: 3px;
|
4859 |
+
padding: 0.618em 1em;
|
4860 |
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
4861 |
+
|
4862 |
+
code {
|
4863 |
+
padding: 1px;
|
4864 |
+
background: #888;
|
4865 |
+
}
|
4866 |
+
}
|
4867 |
+
|
4868 |
+
#tiptip_arrow,
|
4869 |
+
#tiptip_arrow_inner {
|
4870 |
+
position: absolute;
|
4871 |
+
border-color: transparent;
|
4872 |
+
border-style: solid;
|
4873 |
+
border-width: 6px;
|
4874 |
+
height: 0;
|
4875 |
+
width: 0;
|
4876 |
+
}
|
4877 |
+
|
4878 |
+
/*rtl:raw:
|
4879 |
+
#tiptip_arrow {
|
4880 |
+
right: 50%;
|
4881 |
+
margin-right: -6px;
|
4882 |
+
}
|
4883 |
+
*/
|
4884 |
+
|
4885 |
+
.wc_error_tip {
|
4886 |
+
max-width: 20em;
|
4887 |
+
line-height: 1.8em;
|
4888 |
+
position: absolute;
|
4889 |
+
white-space: normal;
|
4890 |
+
background: #d82223;
|
4891 |
+
margin: 1.5em 1px 0 -1em;
|
4892 |
+
z-index: 9999999;
|
4893 |
+
|
4894 |
+
&::after {
|
4895 |
+
content: '';
|
4896 |
+
display: block;
|
4897 |
+
border: 8px solid #d82223;
|
4898 |
+
border-right-color: transparent;
|
4899 |
+
border-left-color: transparent;
|
4900 |
+
border-top-color: transparent;
|
4901 |
+
position: absolute;
|
4902 |
+
top: -3px;
|
4903 |
+
left: 50%;
|
4904 |
+
margin: -1em 0 0 -3px;
|
4905 |
+
}
|
4906 |
+
}
|
4907 |
+
|
4908 |
+
/**
|
4909 |
+
* Date picker
|
4910 |
+
*/
|
4911 |
+
img.ui-datepicker-trigger {
|
4912 |
+
vertical-align: middle;
|
4913 |
+
margin-top: -1px;
|
4914 |
+
cursor: pointer;
|
4915 |
+
}
|
4916 |
+
|
4917 |
+
.woocommerce_options_panel img.ui-datepicker-trigger,
|
4918 |
+
.wc-metabox-content img.ui-datepicker-trigger {
|
4919 |
+
float: left;
|
4920 |
+
margin-right: 8px;
|
4921 |
+
margin-top: 4px;
|
4922 |
+
margin-left: 4px;
|
4923 |
+
}
|
4924 |
+
|
4925 |
+
#ui-datepicker-div {
|
4926 |
+
display: none;
|
4927 |
+
}
|
4928 |
+
|
4929 |
+
/**
|
4930 |
+
* Reports
|
4931 |
+
*/
|
4932 |
+
.woocommerce-reports-remove-filter {
|
4933 |
+
color: red;
|
4934 |
+
text-decoration: none;
|
4935 |
+
}
|
4936 |
+
.woocommerce-reports-wrap,
|
4937 |
+
.woocommerce-reports-wide {
|
4938 |
+
&.woocommerce-reports-wrap {
|
4939 |
+
margin-left: 300px;
|
4940 |
+
padding-top: 18px;
|
4941 |
+
}
|
4942 |
+
|
4943 |
+
&.halved {
|
4944 |
+
margin: 0;
|
4945 |
+
overflow: hidden;
|
4946 |
+
zoom: 1;
|
4947 |
+
}
|
4948 |
+
|
4949 |
+
.widefat th {
|
4950 |
+
padding: 7px;
|
4951 |
+
}
|
4952 |
+
|
4953 |
+
.widefat td {
|
4954 |
+
vertical-align: top;
|
4955 |
+
padding: 7px;
|
4956 |
+
.description {
|
4957 |
+
margin: 4px 0 0;
|
4958 |
+
}
|
4959 |
+
}
|
4960 |
+
|
4961 |
+
.postbox {
|
4962 |
+
&::after {
|
4963 |
+
content: '.';
|
4964 |
+
display: block;
|
4965 |
+
height: 0;
|
4966 |
+
clear: both;
|
4967 |
+
visibility: hidden;
|
4968 |
+
}
|
4969 |
+
|
4970 |
+
h3 {
|
4971 |
+
cursor: default !important;
|
4972 |
+
}
|
4973 |
+
|
4974 |
+
.inside {
|
4975 |
+
padding: 10px;
|
4976 |
+
margin: 0 !important;
|
4977 |
+
}
|
4978 |
+
|
4979 |
+
div.stats_range,
|
4980 |
+
h3.stats_range {
|
4981 |
+
border-bottom-color: #dfdfdf;
|
4982 |
+
margin: 0;
|
4983 |
+
padding: 0 !important;
|
4984 |
+
|
4985 |
+
.export_csv {
|
4986 |
+
float: right;
|
4987 |
+
line-height: 26px;
|
4988 |
+
border-left: 1px solid #dfdfdf;
|
4989 |
+
padding: 10px;
|
4990 |
+
display: block;
|
4991 |
+
text-decoration: none;
|
4992 |
+
|
4993 |
+
&::before {
|
4994 |
+
@include iconbeforedashicons( '\f346' );
|
4995 |
+
margin-right: 4px;
|
4996 |
+
}
|
4997 |
+
}
|
4998 |
+
|
4999 |
+
ul {
|
5000 |
+
list-style: none outside;
|
5001 |
+
margin: 0;
|
5002 |
+
padding: 0;
|
5003 |
+
zoom: 1;
|
5004 |
+
background: #f5f5f5;
|
5005 |
+
border-bottom: 1px solid #ccc;
|
5006 |
+
|
5007 |
+
&::before,
|
5008 |
+
&::after {
|
5009 |
+
content: ' ';
|
5010 |
+
display: table;
|
5011 |
+
}
|
5012 |
+
|
5013 |
+
&::after {
|
5014 |
+
clear: both;
|
5015 |
+
}
|
5016 |
+
|
5017 |
+
li {
|
5018 |
+
float: left;
|
5019 |
+
margin: 0;
|
5020 |
+
padding: 0;
|
5021 |
+
line-height: 26px;
|
5022 |
+
font-weight: bold;
|
5023 |
+
font-size: 14px;
|
5024 |
+
|
5025 |
+
a {
|
5026 |
+
border-right: 1px solid #dfdfdf;
|
5027 |
+
padding: 10px;
|
5028 |
+
display: block;
|
5029 |
+
text-decoration: none;
|
5030 |
+
}
|
5031 |
+
|
5032 |
+
&.active {
|
5033 |
+
background: #fff;
|
5034 |
+
box-shadow: 0 4px 0 0 #fff;
|
5035 |
+
|
5036 |
+
a {
|
5037 |
+
color: #777;
|
5038 |
+
}
|
5039 |
+
}
|
5040 |
+
|
5041 |
+
&.custom {
|
5042 |
+
padding: 9px 10px;
|
5043 |
+
vertical-align: middle;
|
5044 |
+
|
5045 |
+
form,
|
5046 |
+
div {
|
5047 |
+
display: inline;
|
5048 |
+
margin: 0;
|
5049 |
+
|
5050 |
+
input.range_datepicker {
|
5051 |
+
padding: 0;
|
5052 |
+
margin: 0 10px 0 0;
|
5053 |
+
background: transparent;
|
5054 |
+
border: 0;
|
5055 |
+
color: #777;
|
5056 |
+
text-align: center;
|
5057 |
+
box-shadow: none;
|
5058 |
+
|
5059 |
+
&.from {
|
5060 |
+
margin-right: 0;
|
5061 |
+
}
|
5062 |
+
}
|
5063 |
+
}
|
5064 |
+
}
|
5065 |
+
}
|
5066 |
+
}
|
5067 |
+
}
|
5068 |
+
|
5069 |
+
.chart-with-sidebar {
|
5070 |
+
padding: 12px 12px 12px 249px;
|
5071 |
+
margin: 0 !important;
|
5072 |
+
|
5073 |
+
.chart-sidebar {
|
5074 |
+
width: 225px;
|
5075 |
+
margin-left: -237px;
|
5076 |
+
float: left;
|
5077 |
+
}
|
5078 |
+
}
|
5079 |
+
|
5080 |
+
.chart-widgets {
|
5081 |
+
margin: 0;
|
5082 |
+
padding: 0;
|
5083 |
+
|
5084 |
+
li.chart-widget {
|
5085 |
+
margin: 0 0 1em;
|
5086 |
+
background: #fafafa;
|
5087 |
+
border: 1px solid #dfdfdf;
|
5088 |
+
|
5089 |
+
&::after {
|
5090 |
+
content: '.';
|
5091 |
+
display: block;
|
5092 |
+
height: 0;
|
5093 |
+
clear: both;
|
5094 |
+
visibility: hidden;
|
5095 |
+
}
|
5096 |
+
|
5097 |
+
h4 {
|
5098 |
+
background: #fff;
|
5099 |
+
border: 1px solid #dfdfdf;
|
5100 |
+
border-left-width: 0;
|
5101 |
+
border-right-width: 0;
|
5102 |
+
padding: 10px;
|
5103 |
+
margin: 0;
|
5104 |
+
color: $blue;
|
5105 |
+
border-top-width: 0;
|
5106 |
+
background-image: linear-gradient(to top, #ececec, #f9f9f9);
|
5107 |
+
|
5108 |
+
&.section_title:hover {
|
5109 |
+
color: $red;
|
5110 |
+
}
|
5111 |
+
}
|
5112 |
+
|
5113 |
+
.section_title {
|
5114 |
+
cursor: pointer;
|
5115 |
+
|
5116 |
+
span {
|
5117 |
+
display: block;
|
5118 |
+
|
5119 |
+
&::after {
|
5120 |
+
@include iconafter( '\e035' );
|
5121 |
+
float: right;
|
5122 |
+
font-size: 0.9em;
|
5123 |
+
line-height: 1.618;
|
5124 |
+
}
|
5125 |
+
}
|
5126 |
+
|
5127 |
+
&.open {
|
5128 |
+
color: #333;
|
5129 |
+
|
5130 |
+
span::after {
|
5131 |
+
display: none;
|
5132 |
+
}
|
5133 |
+
}
|
5134 |
+
}
|
5135 |
+
|
5136 |
+
.section {
|
5137 |
+
border-bottom: 1px solid #dfdfdf;
|
5138 |
+
|
5139 |
+
.select2-container {
|
5140 |
+
width: 100% !important;
|
5141 |
+
}
|
5142 |
+
|
5143 |
+
&:last-of-type {
|
5144 |
+
border-radius: 0 0 3px 3px;
|
5145 |
+
}
|
5146 |
+
}
|
5147 |
+
|
5148 |
+
table {
|
5149 |
+
width: 100%;
|
5150 |
+
|
5151 |
+
td {
|
5152 |
+
padding: 7px 10px;
|
5153 |
+
vertical-align: top;
|
5154 |
+
border-top: 1px solid #e5e5e5;
|
5155 |
+
line-height: 1.4em;
|
5156 |
+
}
|
5157 |
+
|
5158 |
+
tr:first-child td {
|
5159 |
+
border-top: 0;
|
5160 |
+
}
|
5161 |
+
|
5162 |
+
td.count {
|
5163 |
+
background: #f5f5f5;
|
5164 |
+
}
|
5165 |
+
|
5166 |
+
td.name {
|
5167 |
+
max-width: 175px;
|
5168 |
+
|
5169 |
+
a {
|
5170 |
+
word-wrap: break-word;
|
5171 |
+
}
|
5172 |
+
}
|
5173 |
+
|
5174 |
+
td.sparkline {
|
5175 |
+
vertical-align: middle;
|
5176 |
+
}
|
5177 |
+
|
5178 |
+
.wc_sparkline {
|
5179 |
+
width: 32px;
|
5180 |
+
height: 1em;
|
5181 |
+
display: block;
|
5182 |
+
float: right;
|
5183 |
+
}
|
5184 |
+
|
5185 |
+
tr.active td {
|
5186 |
+
background: #f5f5f5;
|
5187 |
+
}
|
5188 |
+
}
|
5189 |
+
|
5190 |
+
form,
|
5191 |
+
p {
|
5192 |
+
margin: 0;
|
5193 |
+
padding: 10px;
|
5194 |
+
|
5195 |
+
.submit {
|
5196 |
+
margin-top: 10px;
|
5197 |
+
}
|
5198 |
+
}
|
5199 |
+
|
5200 |
+
#product_ids {
|
5201 |
+
width: 100%;
|
5202 |
+
}
|
5203 |
+
|
5204 |
+
.select_all,
|
5205 |
+
.select_none {
|
5206 |
+
float: right;
|
5207 |
+
color: #999;
|
5208 |
+
margin-left: 4px;
|
5209 |
+
margin-top: 10px;
|
5210 |
+
}
|
5211 |
+
|
5212 |
+
.description {
|
5213 |
+
margin-left: .5em;
|
5214 |
+
font-weight: normal;
|
5215 |
+
opacity: .8;
|
5216 |
+
}
|
5217 |
+
}
|
5218 |
+
}
|
5219 |
+
|
5220 |
+
.chart-legend {
|
5221 |
+
list-style: none outside;
|
5222 |
+
margin: 0 0 1em;
|
5223 |
+
padding: 0;
|
5224 |
+
border: 1px solid #dfdfdf;
|
5225 |
+
border-right-width: 0;
|
5226 |
+
border-bottom-width: 0;
|
5227 |
+
background: #fff;
|
5228 |
+
|
5229 |
+
li {
|
5230 |
+
border-right: 5px solid #aaa;
|
5231 |
+
color: #aaa;
|
5232 |
+
padding: 1em;
|
5233 |
+
display: block;
|
5234 |
+
margin: 0;
|
5235 |
+
transition: all ease 0.5s;
|
5236 |
+
box-shadow:
|
5237 |
+
inset 0 -1px 0 0 #dfdfdf;
|
5238 |
+
|
5239 |
+
strong {
|
5240 |
+
font-size: 1.618em;
|
5241 |
+
line-height: 1.2em;
|
5242 |
+
color: #464646;
|
5243 |
+
font-weight: normal;
|
5244 |
+
display: block;
|
5245 |
+
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
|
5246 |
+
|
5247 |
+
del {
|
5248 |
+
color: #e74c3c;
|
5249 |
+
font-weight: normal;
|
5250 |
+
}
|
5251 |
+
}
|
5252 |
+
|
5253 |
+
&:hover {
|
5254 |
+
box-shadow:
|
5255 |
+
inset 0 -1px 0 0 #dfdfdf,
|
5256 |
+
inset 300px 0 0 rgba(156, 93, 144, 0.1);
|
5257 |
+
border-right: 5px solid #9c5d90 !important;
|
5258 |
+
padding-left: 1.5em;
|
5259 |
+
color: #9c5d90;
|
5260 |
+
}
|
5261 |
+
}
|
5262 |
+
}
|
5263 |
+
|
5264 |
+
.pie-chart-legend {
|
5265 |
+
margin: 12px 0 0;
|
5266 |
+
overflow: hidden;
|
5267 |
+
|
5268 |
+
li {
|
5269 |
+
float: left;
|
5270 |
+
margin: 0;
|
5271 |
+
padding: 6px 0 0;
|
5272 |
+
border-top: 4px solid #999;
|
5273 |
+
text-align: center;
|
5274 |
+
box-sizing: border-box;
|
5275 |
+
width: 50%;
|
5276 |
+
}
|
5277 |
+
}
|
5278 |
+
|
5279 |
+
.stat {
|
5280 |
+
font-size: 1.5em !important;
|
5281 |
+
font-weight: 700;
|
5282 |
+
text-align: center;
|
5283 |
+
}
|
5284 |
+
|
5285 |
+
.chart-placeholder {
|
5286 |
+
width: 100%;
|
5287 |
+
height: 650px;
|
5288 |
+
overflow: hidden;
|
5289 |
+
position: relative;
|
5290 |
+
}
|
5291 |
+
|
5292 |
+
.chart-prompt {
|
5293 |
+
line-height: 650px;
|
5294 |
+
margin: 0;
|
5295 |
+
color: #999;
|
5296 |
+
font-size: 1.2em;
|
5297 |
+
font-style: italic;
|
5298 |
+
text-align: center;
|
5299 |
+
}
|
5300 |
+
|
5301 |
+
.chart-container {
|
5302 |
+
background: #fff;
|
5303 |
+
padding: 12px;
|
5304 |
+
position: relative;
|
5305 |
+
border: 1px solid #dfdfdf;
|
5306 |
+
border-radius: 3px;
|
5307 |
+
}
|
5308 |
+
|
5309 |
+
.main .chart-legend {
|
5310 |
+
margin-top: 12px;
|
5311 |
+
|
5312 |
+
li {
|
5313 |
+
border-right: 0;
|
5314 |
+
margin: 0 8px 0 0;
|
5315 |
+
float: left;
|
5316 |
+
border-top: 4px solid #aaa;
|
5317 |
+
}
|
5318 |
+
}
|
5319 |
+
}
|
5320 |
+
|
5321 |
+
.woocommerce-reports-main {
|
5322 |
+
float: left;
|
5323 |
+
min-width: 100%;
|
5324 |
+
|
5325 |
+
table td {
|
5326 |
+
padding: 9px;
|
5327 |
+
}
|
5328 |
+
}
|
5329 |
+
|
5330 |
+
.woocommerce-reports-sidebar {
|
5331 |
+
display: inline;
|
5332 |
+
width: 281px;
|
5333 |
+
margin-left: -300px;
|
5334 |
+
clear: both;
|
5335 |
+
float: left;
|
5336 |
+
}
|
5337 |
+
|
5338 |
+
.woocommerce-reports-left {
|
5339 |
+
width: 49.5%;
|
5340 |
+
float: left;
|
5341 |
+
}
|
5342 |
+
|
5343 |
+
.woocommerce-reports-right {
|
5344 |
+
width: 49.5%;
|
5345 |
+
float: right;
|
5346 |
+
}
|
5347 |
+
}
|
5348 |
+
|
5349 |
+
.woocommerce-wide-reports-wrap {
|
5350 |
+
padding-bottom: 11px;
|
5351 |
+
|
5352 |
+
.widefat {
|
5353 |
+
.export-data {
|
5354 |
+
float: right;
|
5355 |
+
}
|
5356 |
+
|
5357 |
+
th,
|
5358 |
+
td {
|
5359 |
+
vertical-align: middle;
|
5360 |
+
padding: 7px;
|
5361 |
+
}
|
5362 |
+
}
|
5363 |
+
}
|
5364 |
+
|
5365 |
+
form.report_filters {
|
5366 |
+
p {
|
5367 |
+
vertical-align: middle;
|
5368 |
+
}
|
5369 |
+
|
5370 |
+
label,
|
5371 |
+
input,
|
5372 |
+
div {
|
5373 |
+
vertical-align: middle;
|
5374 |
+
}
|
5375 |
+
}
|
5376 |
+
|
5377 |
+
.chart-tooltip {
|
5378 |
+
position: absolute;
|
5379 |
+
display: none;
|
5380 |
+
line-height: 1;
|
5381 |
+
}
|
5382 |
+
|
5383 |
+
table.bar_chart {
|
5384 |
+
width: 100%;
|
5385 |
+
|
5386 |
+
thead th {
|
5387 |
+
text-align: left;
|
5388 |
+
color: #ccc;
|
5389 |
+
padding: 6px 0;
|
5390 |
+
}
|
5391 |
+
|
5392 |
+
tbody {
|
5393 |
+
th {
|
5394 |
+
padding: 6px 0;
|
5395 |
+
width: 25%;
|
5396 |
+
text-align: left !important;
|
5397 |
+
font-weight: normal !important;
|
5398 |
+
border-bottom: 1px solid #fee;
|
5399 |
+
}
|
5400 |
+
|
5401 |
+
td {
|
5402 |
+
text-align: right;
|
5403 |
+
line-height: 24px;
|
5404 |
+
padding: 6px 6px 6px 0;
|
5405 |
+
border-bottom: 1px solid #fee;
|
5406 |
+
|
5407 |
+
span {
|
5408 |
+
color: #8a4b75;
|
5409 |
+
display: block;
|
5410 |
+
}
|
5411 |
+
|
5412 |
+
span.alt {
|
5413 |
+
color: #47a03e;
|
5414 |
+
margin-top: 6px;
|
5415 |
+
}
|
5416 |
+
}
|
5417 |
+
|
5418 |
+
td.bars {
|
5419 |
+
position: relative;
|
5420 |
+
text-align: left;
|
5421 |
+
padding: 6px 6px 6px 0;
|
5422 |
+
border-bottom: 1px solid #fee;
|
5423 |
+
|
5424 |
+
span,
|
5425 |
+
a {
|
5426 |
+
text-decoration: none;
|
5427 |
+
clear: both;
|
5428 |
+
background: #8a4b75;
|
5429 |
+
float: left;
|
5430 |
+
display: block;
|
5431 |
+
line-height: 24px;
|
5432 |
+
height: 24px;
|
5433 |
+
border-radius: 3px;
|
5434 |
+
}
|
5435 |
+
|
5436 |
+
span.alt {
|
5437 |
+
clear: both;
|
5438 |
+
background: #47a03e;
|
5439 |
+
|
5440 |
+
span {
|
5441 |
+
margin: 0;
|
5442 |
+
color: #c5dec2 !important;
|
5443 |
+
text-shadow: 0 1px 0 #47a03e;
|
5444 |
+
background: transparent;
|
5445 |
+
}
|
5446 |
+
}
|
5447 |
+
}
|
5448 |
+
}
|
5449 |
+
}
|
5450 |
+
|
5451 |
+
.post-type-shop_order .woocommerce-BlankState-message::before {
|
5452 |
+
@include icon( '\e01d' );
|
5453 |
+
}
|
5454 |
+
|
5455 |
+
.post-type-shop_coupon .woocommerce-BlankState-message::before {
|
5456 |
+
@include icon( '\e600' );
|
5457 |
+
}
|
5458 |
+
|
5459 |
+
.post-type-product .woocommerce-BlankState-message::before {
|
5460 |
+
@include icon( '\e006' );
|
5461 |
+
}
|
5462 |
+
|
5463 |
+
.woocommerce-BlankState--api .woocommerce-BlankState-message::before {
|
5464 |
+
@include icon( '\e01c' );
|
5465 |
+
}
|
5466 |
+
|
5467 |
+
.woocommerce-BlankState--webhooks .woocommerce-BlankState-message::before {
|
5468 |
+
@include icon( '\e01b' );
|
5469 |
+
}
|
5470 |
+
|
5471 |
+
.woocommerce-BlankState {
|
5472 |
+
text-align: center;
|
5473 |
+
padding: 5em 0 0;
|
5474 |
+
|
5475 |
+
.woocommerce-BlankState-message {
|
5476 |
+
color: #aaa;
|
5477 |
+
margin: 0 auto 1.5em;
|
5478 |
+
line-height: 1.5em;
|
5479 |
+
font-size: 1.2em;
|
5480 |
+
max-width: 500px;
|
5481 |
+
|
5482 |
+
&::before {
|
5483 |
+
color: #ddd;
|
5484 |
+
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.8);
|
5485 |
+
font-size: 8em;
|
5486 |
+
display: block;
|
5487 |
+
position: relative !important;
|
5488 |
+
top: auto;
|
5489 |
+
left: auto;
|
5490 |
+
line-height: 1em;
|
5491 |
+
margin: 0 0 0.1875em;
|
5492 |
+
}
|
5493 |
+
}
|
5494 |
+
|
5495 |
+
.woocommerce-BlankState-cta {
|
5496 |
+
font-size: 1.2em;
|
5497 |
+
padding: 0.75em 1.5em;
|
5498 |
+
margin: 0 .25em;
|
5499 |
+
height: auto;
|
5500 |
+
display: inline-block !important
|
5501 |
+
}
|
5502 |
+
}
|
5503 |
+
|
5504 |
+
/**
|
5505 |
+
* Small screen optimisation
|
5506 |
+
*/
|
5507 |
+
@media only screen and (max-width: 1280px) {
|
5508 |
+
#order_data {
|
5509 |
+
.order_data_column {
|
5510 |
+
width: 48%;
|
5511 |
+
|
5512 |
+
&:first-child {
|
5513 |
+
width: 100%;
|
5514 |
+
}
|
5515 |
+
}
|
5516 |
+
}
|
5517 |
+
.woocommerce_options_panel {
|
5518 |
+
.description {
|
5519 |
+
display: block;
|
5520 |
+
clear: both;
|
5521 |
+
margin-left: 0;
|
5522 |
+
}
|
5523 |
+
|
5524 |
+
.short,
|
5525 |
+
input[type='text'].short,
|
5526 |
+
input[type='email'].short,
|
5527 |
+
input[type='number'].short,
|
5528 |
+
input[type='password'].short,
|
5529 |
+
.dimensions_field .wrap {
|
5530 |
+
width: 80%;
|
5531 |
+
}
|
5532 |
+
}
|
5533 |
+
|
5534 |
+
|
5535 |
+
.woocommerce_variations,
|
5536 |
+
.woocommerce_options_panel {
|
5537 |
+
.downloadable_files {
|
5538 |
+
padding: 0;
|
5539 |
+
clear: both;
|
5540 |
+
|
5541 |
+
label {
|
5542 |
+
position: static;
|
5543 |
+
}
|
5544 |
+
|
5545 |
+
table {
|
5546 |
+
margin: 0 12px 24px;
|
5547 |
+
width: 94%;
|
5548 |
+
|
5549 |
+
.sort {
|
5550 |
+
visibility: hidden;
|
5551 |
+
}
|
5552 |
+
}
|
5553 |
+
}
|
5554 |
+
|
5555 |
+
.woocommerce_variable_attributes .downloadable_files table {
|
5556 |
+
margin: 0 0 1em;
|
5557 |
+
width: 100%;
|
5558 |
+
}
|
5559 |
+
}
|
5560 |
+
}
|
5561 |
+
|
5562 |
+
/**
|
5563 |
+
* Optimisation for screens 900px and smaller
|
5564 |
+
*/
|
5565 |
+
@media only screen and (max-width: 900px) {
|
5566 |
+
|
5567 |
+
#woocommerce-coupon-data ul.coupon_data_tabs,
|
5568 |
+
#woocommerce-product-data ul.product_data_tabs,
|
5569 |
+
#woocommerce-product-data .wc-tabs-back {
|
5570 |
+
width: 10%;
|
5571 |
+
}
|
5572 |
+
|
5573 |
+
#woocommerce-coupon-data .wc-metaboxes-wrapper,
|
5574 |
+
#woocommerce-coupon-data .woocommerce_options_panel,
|
5575 |
+
#woocommerce-product-data .wc-metaboxes-wrapper,
|
5576 |
+
#woocommerce-product-data .woocommerce_options_panel {
|
5577 |
+
width: 90%;
|
5578 |
+
}
|
5579 |
+
|
5580 |
+
#woocommerce-coupon-data ul.coupon_data_tabs li a,
|
5581 |
+
#woocommerce-product-data ul.product_data_tabs li a {
|
5582 |
+
position: relative;
|
5583 |
+
text-indent: -999px;
|
5584 |
+
padding: 10px;
|
5585 |
+
|
5586 |
+
&::before {
|
5587 |
+
position: absolute;
|
5588 |
+
top: 0;
|
5589 |
+
right: 0;
|
5590 |
+
bottom: 0;
|
5591 |
+
left: 0;
|
5592 |
+
text-indent: 0;
|
5593 |
+
text-align: center;
|
5594 |
+
line-height: 40px;
|
5595 |
+
width: 100%;
|
5596 |
+
height: 40px;
|
5597 |
+
}
|
5598 |
+
}
|
5599 |
+
}
|
5600 |
+
|
5601 |
+
/**
|
5602 |
+
* Optimisation for screens 782px and smaller
|
5603 |
+
*/
|
5604 |
+
@media only screen and (max-width: 782px) {
|
5605 |
+
#wp-excerpt-media-buttons a {
|
5606 |
+
font-size: 16px;
|
5607 |
+
line-height: 37px;
|
5608 |
+
height: 39px;
|
5609 |
+
padding: 0 20px 0 15px;
|
5610 |
+
}
|
5611 |
+
|
5612 |
+
#wp-excerpt-editor-tools {
|
5613 |
+
padding-top: 20px;
|
5614 |
+
padding-right: 15px;
|
5615 |
+
overflow: hidden;
|
5616 |
+
margin-bottom: -1px;
|
5617 |
+
}
|
5618 |
+
|
5619 |
+
#woocommerce-product-data .checkbox {
|
5620 |
+
width: 25px;
|
5621 |
+
}
|
5622 |
+
|
5623 |
+
.variations-pagenav {
|
5624 |
+
float: none;
|
5625 |
+
text-align: center;
|
5626 |
+
font-size: 18px;
|
5627 |
+
|
5628 |
+
.displaying-num {
|
5629 |
+
font-size: 16px;
|
5630 |
+
}
|
5631 |
+
|
5632 |
+
a {
|
5633 |
+
padding: 8px 20px 11px;
|
5634 |
+
font-size: 18px;
|
5635 |
+
}
|
5636 |
+
|
5637 |
+
select {
|
5638 |
+
padding: 0 20px;
|
5639 |
+
}
|
5640 |
+
}
|
5641 |
+
|
5642 |
+
.variations-defaults {
|
5643 |
+
float: none;
|
5644 |
+
text-align: center;
|
5645 |
+
margin-top: 10px;
|
5646 |
+
}
|
5647 |
+
|
5648 |
+
.post-type-product {
|
5649 |
+
.wp-list-table {
|
5650 |
+
.column-thumb {
|
5651 |
+
display: none;
|
5652 |
+
text-align: left;
|
5653 |
+
padding-bottom: 0;
|
5654 |
+
|
5655 |
+
&::before {
|
5656 |
+
display: none !important;
|
5657 |
+
}
|
5658 |
+
|
5659 |
+
img {
|
5660 |
+
max-width: 32px;
|
5661 |
+
}
|
5662 |
+
}
|
5663 |
+
|
5664 |
+
.is-expanded td:not( .hidden ) {
|
5665 |
+
overflow: visible;
|
5666 |
+
}
|
5667 |
+
|
5668 |
+
.toggle-row {
|
5669 |
+
top: -28px;
|
5670 |
+
}
|
5671 |
+
}
|
5672 |
+
}
|
5673 |
+
|
5674 |
+
.post-type-shop_order {
|
5675 |
+
.wp-list-table {
|
5676 |
+
.column-customer_message,
|
5677 |
+
.column-order_notes {
|
5678 |
+
text-align: inherit;
|
5679 |
+
}
|
5680 |
+
|
5681 |
+
.column-order_notes .note-on {
|
5682 |
+
font-size: 1.3em;
|
5683 |
+
margin: 0;
|
5684 |
+
}
|
5685 |
+
|
5686 |
+
.is-expanded td:not(.hidden ) {
|
5687 |
+
overflow: visible;
|
5688 |
+
}
|
5689 |
+
|
5690 |
+
.toggle-row {
|
5691 |
+
top: -15px;
|
5692 |
+
}
|
5693 |
+
}
|
5694 |
+
}
|
5695 |
+
}
|
5696 |
+
|
5697 |
+
@media only screen and (max-width: 500px) {
|
5698 |
+
.woocommerce_options_panel label,
|
5699 |
+
.woocommerce_options_panel legend {
|
5700 |
+
float: none;
|
5701 |
+
width: auto;
|
5702 |
+
display: block;
|
5703 |
+
margin: 0;
|
5704 |
+
}
|
5705 |
+
|
5706 |
+
.woocommerce_options_panel fieldset.form-field,
|
5707 |
+
.woocommerce_options_panel p.form-field {
|
5708 |
+
padding: 5px 20px !important;
|
5709 |
+
}
|
5710 |
+
|
5711 |
+
.addons-wcs-banner-block {
|
5712 |
+
flex-direction: column;
|
5713 |
+
}
|
5714 |
+
|
5715 |
+
.wc_addons_wrap {
|
5716 |
+
.addons-wcs-banner-block {
|
5717 |
+
padding: 40px;
|
5718 |
+
}
|
5719 |
+
|
5720 |
+
.addons-wcs-banner-block-image {
|
5721 |
+
padding: 1em;
|
5722 |
+
text-align: center;
|
5723 |
+
width: 100%;
|
5724 |
+
padding: 2em 0;
|
5725 |
+
margin: 0;
|
5726 |
+
|
5727 |
+
.addons-img {
|
5728 |
+
margin: 0;
|
5729 |
+
}
|
5730 |
+
}
|
5731 |
+
}
|
5732 |
+
}
|
5733 |
+
|
5734 |
+
/**
|
5735 |
+
* Backbone modal dialog
|
5736 |
+
*/
|
5737 |
+
.wc-backbone-modal {
|
5738 |
+
* {
|
5739 |
+
box-sizing: border-box;
|
5740 |
+
}
|
5741 |
+
|
5742 |
+
.wc-backbone-modal-content {
|
5743 |
+
position: fixed;
|
5744 |
+
background: #fff;
|
5745 |
+
z-index: 100000;
|
5746 |
+
left: 50%;
|
5747 |
+
top: 50%;
|
5748 |
+
transform: translate(-50%, -50%);
|
5749 |
+
max-width: 100%;
|
5750 |
+
min-width: 500px;
|
5751 |
+
article {
|
5752 |
+
overflow: auto;
|
5753 |
+
}
|
5754 |
+
}
|
5755 |
+
|
5756 |
+
&.wc-backbone-modal-shipping-method-settings .wc-backbone-modal-content {
|
5757 |
+
width: 75%;
|
5758 |
+
min-width: 500px;
|
5759 |
+
}
|
5760 |
+
|
5761 |
+
.select2-container {
|
5762 |
+
width: 100% !important;
|
5763 |
+
}
|
5764 |
+
}
|
5765 |
+
|
5766 |
+
@media screen and (max-width: 782px) {
|
5767 |
+
.wc-backbone-modal .wc-backbone-modal-content {
|
5768 |
+
width: 100%;
|
5769 |
+
height: 100%;
|
5770 |
+
min-width: 100%;
|
5771 |
+
}
|
5772 |
+
}
|
5773 |
+
|
5774 |
+
.wc-backbone-modal-backdrop {
|
5775 |
+
position: fixed;
|
5776 |
+
top: 0;
|
5777 |
+
left: 0;
|
5778 |
+
right: 0;
|
5779 |
+
bottom: 0;
|
5780 |
+
min-height: 360px;
|
5781 |
+
background: #000;
|
5782 |
+
opacity: 0.7;
|
5783 |
+
z-index: 99900;
|
5784 |
+
}
|
5785 |
+
|
5786 |
+
.wc-backbone-modal-main {
|
5787 |
+
padding-bottom: 55px;
|
5788 |
+
|
5789 |
+
header,
|
5790 |
+
article {
|
5791 |
+
display: block;
|
5792 |
+
position: relative;
|
5793 |
+
}
|
5794 |
+
|
5795 |
+
.wc-backbone-modal-header {
|
5796 |
+
height: auto;
|
5797 |
+
background: #fcfcfc;
|
5798 |
+
padding: 1em 1.5em;
|
5799 |
+
border-bottom: 1px solid #ddd;
|
5800 |
+
|
5801 |
+
h1 {
|
5802 |
+
margin: 0;
|
5803 |
+
font-size: 18px;
|
5804 |
+
font-weight: 700;
|
5805 |
+
line-height: 1.5em;
|
5806 |
+
}
|
5807 |
+
|
5808 |
+
.modal-close-link {
|
5809 |
+
cursor: pointer;
|
5810 |
+
color: #777;
|
5811 |
+
height: 54px;
|
5812 |
+
width: 54px;
|
5813 |
+
padding: 0;
|
5814 |
+
position: absolute;
|
5815 |
+
top: 0;
|
5816 |
+
right: 0;
|
5817 |
+
text-align: center;
|
5818 |
+
border: 0;
|
5819 |
+
border-left: 1px solid #ddd;
|
5820 |
+
background-color: transparent;
|
5821 |
+
transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
|
5822 |
+
|
5823 |
+
&::before {
|
5824 |
+
font: normal 22px/50px 'dashicons' !important;
|
5825 |
+
color: #666;
|
5826 |
+
display: block;
|
5827 |
+
content: '\f335';
|
5828 |
+
font-weight: 300;
|
5829 |
+
}
|
5830 |
+
|
5831 |
+
&:hover,
|
5832 |
+
&:focus {
|
5833 |
+
background: #ddd;
|
5834 |
+
border-color: #ccc;
|
5835 |
+
color: #000;
|
5836 |
+
}
|
5837 |
+
|
5838 |
+
&:focus {
|
5839 |
+
outline: none;
|
5840 |
+
}
|
5841 |
+
}
|
5842 |
+
}
|
5843 |
+
|
5844 |
+
article {
|
5845 |
+
padding: 1.5em;
|
5846 |
+
|
5847 |
+
p {
|
5848 |
+
margin: 1.5em 0;
|
5849 |
+
}
|
5850 |
+
p:first-child {
|
5851 |
+
margin-top: 0;
|
5852 |
+
}
|
5853 |
+
|
5854 |
+
p:last-child {
|
5855 |
+
margin-bottom: 0;
|
5856 |
+
}
|
5857 |
+
.pagination {
|
5858 |
+
padding: 10px 0 0;
|
5859 |
+
text-align: center;
|
5860 |
+
}
|
5861 |
+
}
|
5862 |
+
|
5863 |
+
footer {
|
5864 |
+
position: absolute;
|
5865 |
+
left: 0;
|
5866 |
+
right: 0;
|
5867 |
+
bottom: 0;
|
5868 |
+
z-index: 100;
|
5869 |
+
padding: 1em 1.5em;
|
5870 |
+
background: #fcfcfc;
|
5871 |
+
border-top: 1px solid #dfdfdf;
|
5872 |
+
box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
|
5873 |
+
|
5874 |
+
.inner {
|
5875 |
+
text-align: right;
|
5876 |
+
line-height: 23px;
|
5877 |
+
|
5878 |
+
.button {
|
5879 |
+
margin-bottom: 0;
|
5880 |
+
}
|
5881 |
+
}
|
5882 |
+
}
|
5883 |
+
}
|
5884 |
+
|
5885 |
+
/**
|
5886 |
+
* Select2 elements.
|
5887 |
+
*/
|
5888 |
+
.select2-drop,
|
5889 |
+
.select2-dropdown {
|
5890 |
+
z-index: 999999 !important;
|
5891 |
+
}
|
5892 |
+
.select2-results {
|
5893 |
+
line-height: 1.5em;
|
5894 |
+
.select2-results__option, .select2-results__group {
|
5895 |
+
margin: 0;
|
5896 |
+
padding: 8px;
|
5897 |
+
}
|
5898 |
+
.description {
|
5899 |
+
display: block;
|
5900 |
+
color: #999;
|
5901 |
+
padding-top: 4px;
|
5902 |
+
}
|
5903 |
+
}
|
5904 |
+
.select2-dropdown {
|
5905 |
+
border-color: #ddd;
|
5906 |
+
}
|
5907 |
+
.select2-dropdown--below {
|
5908 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
5909 |
+
}
|
5910 |
+
.select2-dropdown--above {
|
5911 |
+
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
|
5912 |
+
}
|
5913 |
+
.select2-container {
|
5914 |
+
.select2-selection__rendered.ui-sortable li {
|
5915 |
+
cursor: move;
|
5916 |
+
}
|
5917 |
+
.select2-selection {
|
5918 |
+
border-color: #ddd;
|
5919 |
+
}
|
5920 |
+
.select2-search__field {
|
5921 |
+
min-width: 150px;
|
5922 |
+
}
|
5923 |
+
.select2-selection--single {
|
5924 |
+
height: 32px;
|
5925 |
+
.select2-selection__rendered {
|
5926 |
+
line-height: 32px;
|
5927 |
+
padding-right: 24px;
|
5928 |
+
}
|
5929 |
+
.select2-selection__arrow {
|
5930 |
+
right: 3px;
|
5931 |
+
height: 30px;
|
5932 |
+
}
|
5933 |
+
}
|
5934 |
+
.select2-selection--multiple {
|
5935 |
+
min-height: 28px;
|
5936 |
+
border-radius: 0;
|
5937 |
+
line-height: 1.5;
|
5938 |
+
li {
|
5939 |
+
margin: 0;
|
5940 |
+
}
|
5941 |
+
.select2-selection__choice {
|
5942 |
+
padding: 2px 6px;
|
5943 |
+
.description {
|
5944 |
+
display: none;
|
5945 |
+
}
|
5946 |
+
}
|
5947 |
+
}
|
5948 |
+
.select2-selection__clear {
|
5949 |
+
color: #999;
|
5950 |
+
margin-top: -1px;
|
5951 |
+
}
|
5952 |
+
.select2-search--inline .select2-search__field {
|
5953 |
+
font-family: inherit;
|
5954 |
+
font-size: inherit;
|
5955 |
+
font-weight: inherit;
|
5956 |
+
padding: 3px 0;
|
5957 |
+
}
|
5958 |
+
}
|
5959 |
+
.woocommerce table.form-table .select2-container {
|
5960 |
+
min-width: 400px !important;
|
5961 |
+
}
|
5962 |
+
.post-type-product .tablenav,
|
5963 |
+
.post-type-shop_order .tablenav {
|
5964 |
+
.actions {
|
5965 |
+
overflow: visible;
|
5966 |
+
}
|
5967 |
+
select,
|
5968 |
+
input {
|
5969 |
+
line-height: 1;
|
5970 |
+
height: 32px;
|
5971 |
+
}
|
5972 |
+
.select2-container {
|
5973 |
+
float: left;
|
5974 |
+
width: 240px !important;
|
5975 |
+
font-size: 14px;
|
5976 |
+
vertical-align: middle;
|
5977 |
+
margin: 1px 6px 4px 1px;
|
5978 |
+
}
|
5979 |
+
}
|
5980 |
+
|
5981 |
+
.woocommerce-progress-form-wrapper,
|
5982 |
+
.woocommerce-exporter-wrapper,
|
5983 |
+
.woocommerce-importer-wrapper {
|
5984 |
+
text-align: center;
|
5985 |
+
max-width: 700px;
|
5986 |
+
margin: 40px auto;
|
5987 |
+
|
5988 |
+
.error {
|
5989 |
+
text-align: left;
|
5990 |
+
}
|
5991 |
+
|
5992 |
+
.wc-progress-steps {
|
5993 |
+
padding: 0 0 24px;
|
5994 |
+
margin: 0;
|
5995 |
+
list-style: none outside;
|
5996 |
+
overflow: hidden;
|
5997 |
+
color: #ccc;
|
5998 |
+
width:100%;
|
5999 |
+
display: -webkit-inline-flex;
|
6000 |
+
display: -ms-inline-flexbox;
|
6001 |
+
display: inline-flex;
|
6002 |
+
li {
|
6003 |
+
width: 25%;
|
6004 |
+
float: left;
|
6005 |
+
padding: 0 0 0.8em;
|
6006 |
+
margin: 0;
|
6007 |
+
text-align: center;
|
6008 |
+
position: relative;
|
6009 |
+
border-bottom: 4px solid #ccc;
|
6010 |
+
line-height: 1.4em;
|
6011 |
+
}
|
6012 |
+
li::before {
|
6013 |
+
content: '';
|
6014 |
+
border: 4px solid #ccc;
|
6015 |
+
border-radius: 100%;
|
6016 |
+
width: 4px;
|
6017 |
+
height: 4px;
|
6018 |
+
position: absolute;
|
6019 |
+
bottom: 0;
|
6020 |
+
left: 50%;
|
6021 |
+
margin-left: -6px;
|
6022 |
+
margin-bottom: -8px;
|
6023 |
+
background: #fff;
|
6024 |
+
}
|
6025 |
+
li.active {
|
6026 |
+
border-color: #a16696;
|
6027 |
+
color: #a16696;
|
6028 |
+
&::before {
|
6029 |
+
border-color: #a16696;
|
6030 |
+
}
|
6031 |
+
}
|
6032 |
+
li.done {
|
6033 |
+
border-color: #a16696;
|
6034 |
+
color: #a16696;
|
6035 |
+
&::before {
|
6036 |
+
border-color: #a16696;
|
6037 |
+
background: #a16696;
|
6038 |
+
}
|
6039 |
+
}
|
6040 |
+
}
|
6041 |
+
|
6042 |
+
.button {
|
6043 |
+
font-size: 1.25em;
|
6044 |
+
padding: 0.5em 1em !important;
|
6045 |
+
line-height: 1.5em !important;
|
6046 |
+
margin-right: 0.5em;
|
6047 |
+
margin-bottom: 2px;
|
6048 |
+
height: auto !important;
|
6049 |
+
border-radius: 4px;
|
6050 |
+
background-color: #bb77ae;
|
6051 |
+
border-color: #a36597;
|
6052 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
6053 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
6054 |
+
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
|
6055 |
+
margin: 0;
|
6056 |
+
opacity: 1;
|
6057 |
+
|
6058 |
+
&:hover, &:focus, &:active {
|
6059 |
+
background: #a36597;
|
6060 |
+
border-color: #a36597;
|
6061 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
6062 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
6063 |
+
}
|
6064 |
+
}
|
6065 |
+
|
6066 |
+
.error .button {
|
6067 |
+
font-size: 1em;
|
6068 |
+
}
|
6069 |
+
|
6070 |
+
.wc-actions {
|
6071 |
+
overflow: hidden;
|
6072 |
+
border-top: 1px solid #eee;
|
6073 |
+
margin: 0;
|
6074 |
+
padding: 23px 24px 24px;
|
6075 |
+
line-height: 3em;
|
6076 |
+
|
6077 |
+
.button {
|
6078 |
+
float: right;
|
6079 |
+
}
|
6080 |
+
|
6081 |
+
.woocommerce-importer-toggle-advanced-options {
|
6082 |
+
color: #999;
|
6083 |
+
}
|
6084 |
+
}
|
6085 |
+
|
6086 |
+
.woocommerce-exporter,
|
6087 |
+
.woocommerce-importer,
|
6088 |
+
.wc-progress-form-content {
|
6089 |
+
background: #fff;
|
6090 |
+
overflow: hidden;
|
6091 |
+
padding: 0;
|
6092 |
+
margin: 0 0 16px;
|
6093 |
+
box-shadow: 0 1px 3px rgba(0,0,0,.13);
|
6094 |
+
color: #555;
|
6095 |
+
text-align: left;
|
6096 |
+
|
6097 |
+
header {
|
6098 |
+
border-bottom: 1px solid #eee;
|
6099 |
+
margin: 0;
|
6100 |
+
padding: 24px 24px 0;
|
6101 |
+
}
|
6102 |
+
|
6103 |
+
section {
|
6104 |
+
padding: 24px 24px 0;
|
6105 |
+
}
|
6106 |
+
|
6107 |
+
h2 {
|
6108 |
+
margin: 0 0 24px;
|
6109 |
+
color: #555;
|
6110 |
+
font-size: 24px;
|
6111 |
+
font-weight: normal;
|
6112 |
+
line-height: 1em;
|
6113 |
+
}
|
6114 |
+
|
6115 |
+
p {
|
6116 |
+
font-size: 1em;
|
6117 |
+
line-height: 1.75em;
|
6118 |
+
font-size: 16px;
|
6119 |
+
color: #555;
|
6120 |
+
margin: 0 0 24px;
|
6121 |
+
}
|
6122 |
+
|
6123 |
+
.form-row {
|
6124 |
+
margin-top: 24px;
|
6125 |
+
}
|
6126 |
+
|
6127 |
+
.spinner {
|
6128 |
+
display: none;
|
6129 |
+
}
|
6130 |
+
|
6131 |
+
.woocommerce-importer-options th,
|
6132 |
+
.woocommerce-importer-options td,
|
6133 |
+
.woocommerce-exporter-options th,
|
6134 |
+
.woocommerce-exporter-options td {
|
6135 |
+
vertical-align: top;
|
6136 |
+
line-height: 1.75em;
|
6137 |
+
padding: 0 0 24px 0;
|
6138 |
+
|
6139 |
+
label {
|
6140 |
+
color: #555;
|
6141 |
+
font-weight: normal;
|
6142 |
+
}
|
6143 |
+
|
6144 |
+
input[type="checkbox"] {
|
6145 |
+
margin: 0 4px 0 0;
|
6146 |
+
padding: 7px;
|
6147 |
+
}
|
6148 |
+
|
6149 |
+
input[type="text"],
|
6150 |
+
input[type="number"] {
|
6151 |
+
padding: 7px;
|
6152 |
+
height: auto;
|
6153 |
+
margin: 0;
|
6154 |
+
}
|
6155 |
+
|
6156 |
+
.woocommerce-importer-file-url-field-wrapper {
|
6157 |
+
border: 1px solid #ddd;
|
6158 |
+
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
|
6159 |
+
box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
|
6160 |
+
background-color: #fff;
|
6161 |
+
color: #32373c;
|
6162 |
+
outline: 0;
|
6163 |
+
line-height: 1;
|
6164 |
+
display: block;
|
6165 |
+
|
6166 |
+
code {
|
6167 |
+
background: none;
|
6168 |
+
font-size: smaller;
|
6169 |
+
padding: 0;
|
6170 |
+
margin: 0;
|
6171 |
+
color: #999;
|
6172 |
+
padding: 7px 0 0 7px;
|
6173 |
+
display: inline-block;
|
6174 |
+
}
|
6175 |
+
input {
|
6176 |
+
font-family: Consolas,Monaco,monospace;
|
6177 |
+
border: 0;
|
6178 |
+
margin: 0;
|
6179 |
+
outline: 0;
|
6180 |
+
box-shadow: none;
|
6181 |
+
display: inline-block;
|
6182 |
+
min-width: 100%;
|
6183 |
+
}
|
6184 |
+
}
|
6185 |
+
}
|
6186 |
+
|
6187 |
+
.woocommerce-exporter-options th,
|
6188 |
+
.woocommerce-importer-options th {
|
6189 |
+
width: 35%;
|
6190 |
+
padding-right: 20px;
|
6191 |
+
}
|
6192 |
+
|
6193 |
+
progress {
|
6194 |
+
width: 100%;
|
6195 |
+
height: 42px;
|
6196 |
+
margin: 0 auto 24px;
|
6197 |
+
display: block;
|
6198 |
+
-webkit-appearance: none;
|
6199 |
+
border: none;
|
6200 |
+
display: none;
|
6201 |
+
background: #f5f5f5;
|
6202 |
+
border: 2px solid #eee;
|
6203 |
+
border-radius: 4px;
|
6204 |
+
padding: 0;
|
6205 |
+
box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
|
6206 |
+
}
|
6207 |
+
|
6208 |
+
progress::-webkit-progress-bar {
|
6209 |
+
background: transparent none;
|
6210 |
+
border: 0;
|
6211 |
+
border-radius: 4px;
|
6212 |
+
padding: 0;
|
6213 |
+
box-shadow: none;
|
6214 |
+
}
|
6215 |
+
|
6216 |
+
progress::-webkit-progress-value {
|
6217 |
+
border-radius: 3px;
|
6218 |
+
box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
|
6219 |
+
background: #A46497;
|
6220 |
+
background: linear-gradient( top, #A46497, #66405F ), #A46497;
|
6221 |
+
transition: width 1s ease;
|
6222 |
+
}
|
6223 |
+
|
6224 |
+
progress::-moz-progress-bar {
|
6225 |
+
border-radius: 3px;
|
6226 |
+
box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
|
6227 |
+
background: #A46497;
|
6228 |
+
background: linear-gradient( top, #A46497, #66405F ), #A46497;
|
6229 |
+
transition: width 1s ease;
|
6230 |
+
}
|
6231 |
+
|
6232 |
+
progress::-ms-fill {
|
6233 |
+
border-radius: 3px;
|
6234 |
+
box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
|
6235 |
+
background: #A46497;
|
6236 |
+
background: linear-gradient( to bottom, #A46497, #66405F ), #A46497;
|
6237 |
+
transition: width 1s ease;
|
6238 |
+
}
|
6239 |
+
|
6240 |
+
&.woocommerce-exporter__exporting,
|
6241 |
+
&.woocommerce-importer__importing {
|
6242 |
+
.spinner {
|
6243 |
+
display: block;
|
6244 |
+
}
|
6245 |
+
progress {
|
6246 |
+
display: block;
|
6247 |
+
}
|
6248 |
+
.wc-actions,
|
6249 |
+
.woocommerce-exporter-options {
|
6250 |
+
display: none;
|
6251 |
+
}
|
6252 |
+
}
|
6253 |
+
|
6254 |
+
.wc-importer-mapping-table-wrapper,
|
6255 |
+
.wc-importer-error-log {
|
6256 |
+
padding: 0;
|
6257 |
+
}
|
6258 |
+
|
6259 |
+
.wc-importer-mapping-table,
|
6260 |
+
.wc-importer-error-log-table {
|
6261 |
+
margin: 0;
|
6262 |
+
border: 0;
|
6263 |
+
box-shadow: none;
|
6264 |
+
width: 100%;
|
6265 |
+
|
6266 |
+
td, th {
|
6267 |
+
border: 0;
|
6268 |
+
padding: 12px;
|
6269 |
+
vertical-align: middle;
|
6270 |
+
|
6271 |
+
select {
|
6272 |
+
width: 100%;
|
6273 |
+
}
|
6274 |
+
}
|
6275 |
+
|
6276 |
+
tbody tr:nth-child(odd) td,
|
6277 |
+
tbody tr:nth-child(odd) th {
|
6278 |
+
background: #fbfbfb;
|
6279 |
+
}
|
6280 |
+
|
6281 |
+
th {
|
6282 |
+
font-weight: bold;
|
6283 |
+
}
|
6284 |
+
|
6285 |
+
td:first-child,
|
6286 |
+
th:first-child {
|
6287 |
+
padding-left: 24px;
|
6288 |
+
}
|
6289 |
+
|
6290 |
+
td:last-child,
|
6291 |
+
th:last-child {
|
6292 |
+
padding-right: 24px;
|
6293 |
+
}
|
6294 |
+
|
6295 |
+
.wc-importer-mapping-table-name {
|
6296 |
+
width: 50%;
|
6297 |
+
.description {
|
6298 |
+
color: #999;
|
6299 |
+
margin-top: 4px;
|
6300 |
+
display: block;
|
6301 |
+
code {
|
6302 |
+
background: none;
|
6303 |
+
padding: 0;
|
6304 |
+
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
|
6305 |
+
word-wrap: break-word; /* IE */
|
6306 |
+
word-break: break-all;
|
6307 |
+
}
|
6308 |
+
}
|
6309 |
+
}
|
6310 |
+
}
|
6311 |
+
|
6312 |
+
.woocommerce-importer-done {
|
6313 |
+
text-align: center;
|
6314 |
+
padding: 48px 24px;
|
6315 |
+
font-size: 1.5em;
|
6316 |
+
line-height: 1.75em;
|
6317 |
+
|
6318 |
+
&::before {
|
6319 |
+
@include icon( '\e015' );
|
6320 |
+
color: #A16696;
|
6321 |
+
position: static;
|
6322 |
+
font-size: 100px;
|
6323 |
+
display: block;
|
6324 |
+
float: none;
|
6325 |
+
margin: 0 0 24px;
|
6326 |
+
}
|
6327 |
+
}
|
6328 |
+
}
|
6329 |
+
}
|
6330 |
+
|
6331 |
+
.wc-pointer {
|
6332 |
+
.wc-pointer-buttons {
|
6333 |
+
.close {
|
6334 |
+
float: left;
|
6335 |
+
margin: 6px 0 0 15px;
|
6336 |
+
}
|
6337 |
+
}
|
6338 |
+
}
|
assets/vendors/woo-setup-wiz/css/schema-setup.css
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body {
|
2 |
+
margin: 25px auto 25px;
|
3 |
+
}
|
4 |
+
input[type=radio] {
|
5 |
+
border-radius: 50%;
|
6 |
+
margin-right: 4px;
|
7 |
+
line-height: 10px;
|
8 |
+
}
|
9 |
+
input[type=radio], input[type=checkbox] {
|
10 |
+
border: 1px solid #b4b9be;
|
11 |
+
background: #fff;
|
12 |
+
color: #555;
|
13 |
+
clear: none;
|
14 |
+
cursor: pointer;
|
15 |
+
display: inline-block;
|
16 |
+
line-height: 0;
|
17 |
+
width: 16px !important;
|
18 |
+
height: 16px;
|
19 |
+
margin: -4px 4px 0 0;
|
20 |
+
outline: 0;
|
21 |
+
padding: 0!important;
|
22 |
+
text-align: center;
|
23 |
+
vertical-align: middle;
|
24 |
+
width: 16px;
|
25 |
+
min-width: 16px;
|
26 |
+
/*-webkit-appearance: none;*/
|
27 |
+
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
|
28 |
+
transition: .05s border-color ease-in-out;
|
29 |
+
}
|
30 |
+
.schema-setup-content .description,
|
31 |
+
.schema-setup-content .form-table td .description {
|
32 |
+
line-height: 1.5em;
|
33 |
+
display: block;
|
34 |
+
margin-top: .25em;
|
35 |
+
color: #999;
|
36 |
+
font-style: italic;
|
37 |
+
}
|
38 |
+
.schema-setup-content .schema-setup-actions .button-primary {
|
39 |
+
text-shadow: 0 -1px 1px #a00, 1px 0 1px #a00, 0 1px 1px #a00, -1px 0 1px #a00;
|
40 |
+
}
|
assets/vendors/woo-setup-wiz/css/wc-setup-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@charset "UTF-8";body{margin:65px auto 24px;-webkit-box-shadow:none;box-shadow:none;background:#f1f1f1;padding:0}#wc-logo{border:0;margin:0 0 24px;padding:0;text-align:center}#wc-logo img{max-width:30%}.wc-setup{text-align:center}.wc-setup .select2-container{text-align:right}.wc-setup .hidden{display:none}.wc-setup-content{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);padding:2em;margin:0 0 20px;background:#fff;overflow:hidden;zoom:1;text-align:right}.wc-setup-content h1,.wc-setup-content h2,.wc-setup-content h3,.wc-setup-content table{margin:0 0 20px;border:0;padding:0;color:#666;clear:none;font-weight:500}.wc-setup-content p{margin:20px 0;font-size:1em;line-height:1.75em;color:#666}.wc-setup-content table{font-size:1em;line-height:1.75em;color:#666}.wc-setup-content a{color:#a16696}.wc-setup-content a:focus,.wc-setup-content a:hover{color:#111}.wc-setup-content .form-table th{width:35%;vertical-align:top;font-weight:400}.wc-setup-content .form-table td{vertical-align:top}.wc-setup-content .form-table td input,.wc-setup-content .form-table td select{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.wc-setup-content .form-table td input[size]{width:auto}.wc-setup-content .form-table td .description{line-height:1.5em;display:block;margin-top:.25em;color:#999;font-style:italic}.wc-setup-content .form-table td .input-checkbox,.wc-setup-content .form-table td .input-radio{width:auto;-webkit-box-sizing:inherit;box-sizing:inherit;padding:inherit;margin:0 0 0 .5em;-webkit-box-shadow:none;box-shadow:none}.wc-setup-content .form-table .section_title td{padding:0}.wc-setup-content .form-table .section_title td h2,.wc-setup-content .form-table .section_title td p{margin:12px 0 0}.wc-setup-content .form-table td,.wc-setup-content .form-table th{padding:12px 0;margin:0;border:0}.wc-setup-content .form-table td:first-child,.wc-setup-content .form-table th:first-child{padding-left:1em}.wc-setup-content table.tax-rates{width:100%;font-size:.92em}.wc-setup-content table.tax-rates th{padding:0;text-align:center;width:auto;vertical-align:middle}.wc-setup-content table.tax-rates td{border:1px solid #f5f5f5;padding:6px;text-align:center;vertical-align:middle}.wc-setup-content table.tax-rates td input{outline:0;border:0;padding:0;-webkit-box-shadow:none;box-shadow:none;text-align:center;width:100%}.wc-setup-content table.tax-rates td.sort{cursor:move;color:#ccc}.wc-setup-content table.tax-rates td.sort::before{content:'\f333';font-family:dashicons}.wc-setup-content table.tax-rates td.readonly{background:#f5f5f5}.wc-setup-content table.tax-rates .add{padding:1em 1em 0 0;line-height:1em;font-size:1em;width:0;margin:6px 0 0;height:0;overflow:hidden;position:relative;display:inline-block}.wc-setup-content table.tax-rates .add::before{content:'\f502';font-family:dashicons;position:absolute;right:0;top:0}.wc-setup-content table.tax-rates .remove{padding:1em 1em 0 0;line-height:1em;font-size:1em;width:0;margin:0;height:0;overflow:hidden;position:relative;display:inline-block}.wc-setup-content table.tax-rates .remove::before{content:'\f182';font-family:dashicons;position:absolute;right:0;top:0}.wc-setup-content .wc-setup-pages{width:100%;border-top:1px solid #eee}.wc-setup-content .wc-setup-pages thead th{display:none}.wc-setup-content .wc-setup-pages .page-name{width:30%;font-weight:700}.wc-setup-content .wc-setup-pages td,.wc-setup-content .wc-setup-pages th{padding:14px 0;border-bottom:1px solid #eee}.wc-setup-content .wc-setup-pages td:first-child,.wc-setup-content .wc-setup-pages th:first-child{padding-left:9px}.wc-setup-content .wc-setup-pages th{padding-top:0}.wc-setup-content .wc-setup-pages .page-options p{color:#777;margin:6px 24px 0 0;line-height:1.75em}.wc-setup-content .wc-setup-pages .page-options p input{vertical-align:middle;margin:1px 0 0;height:1.75em;width:1.75em;line-height:1.75em}.wc-setup-content .wc-setup-pages .page-options p label{line-height:1}@media screen and (max-width:782px){.wc-setup-content .form-table tbody th{width:auto}}.wc-setup-content .twitter-share-button{float:left}.wc-setup-content .wc-setup-next-steps{overflow:hidden;margin:0 0 24px;padding-bottom:2px}.wc-setup-content .wc-setup-next-steps h2{margin-bottom:12px}.wc-setup-content .wc-setup-next-steps .wc-setup-next-steps-first{float:right;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wc-setup-content .wc-setup-next-steps .wc-setup-next-steps-last{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wc-setup-content .wc-setup-next-steps ul{padding:0 0 0 2em;list-style:none outside;margin:0}.wc-setup-content .wc-setup-next-steps ul li a{display:block;padding:0 0 .75em}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button{background-color:#f7f7f7;border-color:#ccc;color:#23282d;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;text-shadow:-1px 0 1px #eee,0 1px 1px #eee;font-size:1em;height:auto;line-height:1.75em;margin:0 0 .75em;opacity:1;padding:1em;text-align:center}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:hover{background:#f5f5f5;border-color:#aaa}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary{color:#fff;background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,-1px 0 1px #a36597,0 1px 1px #a36597,1px 0 1px #a36597}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:hover{color:#fff;background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content .wc-setup-next-steps ul li a::before{color:#82878c;font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 0 0 10px;top:1px;position:relative;text-decoration:none!important;vertical-align:top}.wc-setup-content .wc-setup-next-steps ul .learn-more a::before{content:'\f105'}.wc-setup-content .wc-setup-next-steps ul .video-walkthrough a::before{content:'\f126'}.wc-setup-content .wc-setup-next-steps ul .newsletter a::before{content:'\f465'}.wc-setup-content .updated,.wc-setup-content .woocommerce-newsletter{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wc-setup-content .updated p,.wc-setup-content .woocommerce-newsletter p{padding:0;margin:0 0 12px}.wc-setup-content .updated form,.wc-setup-content .updated p:last-child,.wc-setup-content .woocommerce-newsletter form,.wc-setup-content .woocommerce-newsletter p:last-child{margin:0 0 24px}.wc-setup-content .woocommerce-tracker{margin:24px 0;border:1px solid #eee;padding:20px;border-radius:4px;overflow:hidden}.wc-setup-content .woocommerce-tracker p{font-size:14px;line-height:1.5em}.wc-setup-content .woocommerce-tracker .checkbox{line-height:24px;font-weight:500;font-size:1em;margin-top:0;margin-bottom:20px}.wc-setup-content .checkbox input[type=checkbox]{opacity:0;position:absolute;right:-9999px}.wc-setup-content .checkbox label{position:relative;display:inline-block;padding-right:28px}.wc-setup-content .checkbox label:after,.wc-setup-content .checkbox label:before{position:absolute;content:"";display:inline-block}.wc-setup-content .checkbox label:before{height:16px;width:16px;right:0;top:3px;border:1px solid #aaa;background-color:#fff;border-radius:3px}.wc-setup-content .checkbox label:after{height:5px;width:9px;border-right:2px solid;border-bottom:2px solid;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:4px;top:7px;color:#fff}.wc-setup-content .checkbox input[type=checkbox]+label::after{content:none}.wc-setup-content .checkbox input[type=checkbox]:checked+label::after{content:""}.wc-setup-content .checkbox input[type=checkbox]:focus+label::before{outline:#3b99fc auto 5px}.wc-setup-content .checkbox input[type=checkbox]:checked+label::before{background:#935687;border-color:#935687}.wc-setup-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.wc-setup-steps li{width:100%;float:right;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.wc-setup-steps li a{color:#a16696;text-decoration:none;padding:1.5em;margin:-1.5em;position:relative;z-index:1}.wc-setup-steps li a:focus,.wc-setup-steps li a:hover{color:#111;text-decoration:underline}.wc-setup-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:4px;height:4px;position:absolute;bottom:0;right:50%;margin-right:-6px;margin-bottom:-8px;background:#fff}.wc-setup-steps li.active{border-color:#a16696;color:#a16696;font-weight:700}.wc-setup-steps li.active::before{border-color:#a16696}.wc-setup-steps li.done{border-color:#a16696;color:#a16696}.wc-setup-steps li.done::before{border-color:#a16696;background:#a16696}.wc-setup .wc-setup-actions{overflow:hidden;margin:20px 0 0;position:relative}.wc-setup .wc-setup-actions .button{font-size:1.25em;padding:.5em 1em;line-height:1em;margin-left:.5em;margin-bottom:2px;height:auto;border-radius:4px}.wc-setup .wc-setup-actions .button-primary{background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,-1px 0 1px #a36597,0 1px 1px #a36597,1px 0 1px #a36597;margin:0;opacity:1}.wc-setup .wc-setup-actions .button-primary:active,.wc-setup .wc-setup-actions .button-primary:focus,.wc-setup .wc-setup-actions .button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content p:last-child{margin-bottom:0}.wc-setup-content p.store-setup{margin-top:0}.wc-setup-footer-links{font-size:.85em;color:#7b7b7b;margin:1.18em auto;display:inline-block;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro{padding:40px 40px 0;background:#f5f5f5;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro img{margin:40px 0 0 0;width:100%;display:block}.wc-wizard-storefront .wc-wizard-storefront-features{list-style:none outside;margin:0 0 20px;padding:0 30px 0 0;overflow:hidden}.wc-wizard-storefront .wc-wizard-storefront-feature{margin:0;padding:20px 2em 20px 30px;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wc-wizard-storefront .wc-wizard-storefront-feature::before{margin-right:-2em;position:absolute}.wc-wizard-storefront .wc-wizard-storefront-feature.first{clear:both;float:right}.wc-wizard-storefront .wc-wizard-storefront-feature.last{float:left}.wc-wizard-storefront .wc-wizard-storefront-feature__bulletproof::before{content:'🔒'}.wc-wizard-storefront .wc-wizard-storefront-feature__mobile::before{content:'📱'}.wc-wizard-storefront .wc-wizard-storefront-feature__accessibility::before{content:'👓'}.wc-wizard-storefront .wc-wizard-storefront-feature__search::before{content:'🔍'}.wc-wizard-storefront .wc-wizard-storefront-feature__compatibility::before{content:'🔧'}.wc-wizard-storefront .wc-wizard-storefront-feature__extendable::before{content:'🎨'}.wc-wizard-services{border:1px solid #eee;padding:0;margin:0 0 1em;list-style:none outside;border-radius:4px;overflow:hidden}.wc-wizard-services p{margin:0 0 1em 0;padding:0;font-size:1em;line-height:1.5em}.wc-wizard-service-item,.wc-wizard-services-list-toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0;border-bottom:1px solid #eee;color:#666;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wc-wizard-service-item:last-child,.wc-wizard-services-list-toggle:last-child{border-bottom:0}.wc-wizard-service-item .payment-gateway-fee,.wc-wizard-services-list-toggle .payment-gateway-fee{color:#a6a6a6}.wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-services-list-toggle .wc-wizard-service-name{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;min-width:160px;text-align:center;font-weight:700;padding:2em 0;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.wc-wizard-payment-gateway-form .wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-payment-gateway-form .wc-wizard-services-list-toggle .wc-wizard-service-name{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.wc-wizard-service-item .wc-wizard-service-name img,.wc-wizard-services-list-toggle .wc-wizard-service-name img{max-width:75px}.wc-wizard-service-item.stripe-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.stripe-logo .wc-wizard-service-name img{padding:8px 0}.wc-wizard-service-item.paypal-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.paypal-logo .wc-wizard-service-name img{max-width:87px;padding:2px 0}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name img{max-width:87px;padding:12px 0}.wc-wizard-service-item.square-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.square-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name img{max-width:95px;padding:12px 0}.wc-wizard-service-item.eway-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.eway-logo .wc-wizard-service-name img{max-width:87px}.wc-wizard-service-item.payfast-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.payfast-logo .wc-wizard-service-name img{max-width:140px}.wc-wizard-service-item .wc-wizard-service-description,.wc-wizard-services-list-toggle .wc-wizard-service-description{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:20px}.wc-wizard-service-item .wc-wizard-service-description p,.wc-wizard-services-list-toggle .wc-wizard-service-description p{margin-bottom:1em}.wc-wizard-service-item .wc-wizard-service-description p:last-child,.wc-wizard-services-list-toggle .wc-wizard-service-description p:last-child{margin-bottom:0}.wc-wizard-service-item .wc-wizard-service-description .wc-wizard-service-settings-description,.wc-wizard-services-list-toggle .wc-wizard-service-description .wc-wizard-service-settings-description{display:block;font-style:italic;color:#999}.wc-wizard-service-item .wc-wizard-service-enable,.wc-wizard-services-list-toggle .wc-wizard-service-enable{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;min-width:75px;text-align:center;cursor:pointer;padding:2em 0;position:relative;max-height:1.5em;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.wc-wizard-service-item .wc-wizard-service-toggle,.wc-wizard-services-list-toggle .wc-wizard-service-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative}.wc-wizard-service-item .wc-wizard-service-toggle input[type=checkbox],.wc-wizard-services-list-toggle .wc-wizard-service-toggle input[type=checkbox]{display:none}.wc-wizard-service-item .wc-wizard-service-toggle:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;left:0;border-radius:100%}.wc-wizard-service-item .wc-wizard-service-toggle.disabled,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled{border-color:#999;background-color:#999}.wc-wizard-service-item .wc-wizard-service-toggle.disabled:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled:before{left:auto;right:0}.wc-wizard-service-item .wc-wizard-service-settings,.wc-wizard-services-list-toggle .wc-wizard-service-settings{display:none;margin-top:.75em;margin-bottom:0;cursor:default}.wc-wizard-service-item .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.checked .wc-wizard-service-settings,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings{display:inline-block}.wc-wizard-service-item.checked .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.closed,.wc-wizard-services-list-toggle.closed{border-bottom:0}.wc-wizard-services-list-toggle{cursor:pointer}.wc-wizard-services-list-toggle .wc-wizard-service-enable::before{content:"\f343";font-family:dashicons;visibility:initial;color:#666;font-size:25px;margin-top:-7px;margin-right:-5px;position:absolute;visibility:visible}.wc-wizard-services-list-toggle.closed .wc-wizard-service-enable::before{content:"\f347"}.wc-wizard-services-list-toggle .wc-wizard-service-enable input{visibility:hidden;position:relative}.wc-wizard-services.manual .wc-wizard-service-item{display:none}.wc-wizard-services.shipping .wc-wizard-service-name{font-weight:400;text-align:right;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-height:5em;padding:0}.wc-wizard-services.shipping .wc-wizard-service-item{padding-right:2em;padding-top:.67em}.wc-wizard-services.shipping .wc-wizard-service-item:first-child{border-bottom:0;padding-bottom:0;font-weight:700}.wc-wizard-services.shipping .wc-wizard-service-item:first-child .wc-wizard-service-name{font-weight:700}.wc-wizard-services.shipping .shipping-method-setting,.wc-wizard-services.shipping .wc-wizard-shipping-method-select{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wc-wizard-services.shipping .shipping-method-setting.hide,.wc-wizard-services.shipping .wc-wizard-shipping-method-select.hide{display:none}.wc-wizard-services.shipping .shipping-method-setting input,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown{margin-left:2em;margin-bottom:1em}.wc-wizard-services.shipping .shipping-method-setting input .select2,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown .select2{min-width:130px}.wc-wizard-services.shipping .wc-wizard-service-description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#a6a6a6}.wc-wizard-services.shipping .wc-wizard-service-item:not(:first-child) .wc-wizard-service-description{font-size:.92em;padding-bottom:10px}.wc-wizard-services.shipping .shipping-method-setting input{width:95px;border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:28px;padding-right:8px;padding-left:24px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.wc-wizard-services.shipping .shipping-method-description,.wc-wizard-services.shipping .shipping-method-setting .description{color:#7e7e7e;font-size:.9em}.wc-wizard-services.shipping .shipping-method-setting input::-webkit-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-moz-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input:-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::placeholder{color:#e1e1e1}.wc-setup-shipping-units p{line-height:1.5em;font-size:13px;margin-bottom:.25em}.wc-setup-shipping-units .wc-setup-shipping-unit{margin-bottom:1.75em}.wc-setup-shipping-units .wc-setup-shipping-unit .select2{min-width:100%}.hide{display:none}.wc-wizard-features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0}.wc-wizard-features .wc-wizard-feature-item{-webkit-flex-basis:calc(50% - 4em - 3px);-ms-flex-preferred-size:calc(50% - 4em - 3px);flex-basis:calc(50% - 4em - 3px);border:1px solid #eee;padding:2em}.wc-wizard-features .wc-wizard-feature-item:nth-child(1){border-radius:0 4px 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(2){border-right:0;border-radius:4px 0 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(3){border-top:0;border-radius:0 0 4px 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(4){border-top:0;border-right:0;border-radius:0 0 0 4px}.wc-wizard-features p.wc-wizard-feature-description,.wc-wizard-features p.wc-wizard-feature-name{margin:0;line-height:1.5em}h3.jetpack-reasons{text-align:center;margin:3em 0 1em 0;font-size:14px}.jetpack-logo,.wcs-notice{display:block;margin:1.75em auto 2em auto;max-height:175px}.activate-splash .jetpack-logo{width:170px;margin-bottom:0}.activate-splash .wcs-notice{margin-top:1em;padding-right:57px}.step{text-align:center}.wc-setup .wc-setup-actions .button{font-weight:300;font-size:16px;padding:1em 2em;-webkit-box-shadow:none;box-shadow:none;min-width:12em;min-width:auto;margin-top:10px}.wc-setup .wc-setup-actions .button:active,.wc-setup .wc-setup-actions .button:focus,.wc-setup .wc-setup-actions .button:hover{-webkit-box-shadow:none;box-shadow:none}.wc-setup .wc-setup-actions .plugin-install-info{display:block;font-style:italic;color:#999;font-size:14px;line-height:1.5em;margin:5px 0}.wc-setup .wc-setup-actions .plugin-install-info>*{display:block}.wc-setup .wc-setup-actions .plugin-install-info .plugin-install-info-list-item:not(:last-child)::after{content:', '}.wc-setup .wc-setup-actions .plugin-install-info a{white-space:nowrap}.wc-setup .wc-setup-actions .plugin-install-info a:not(:hover):not(:focus){color:inherit}.plugin-install-source{background:rgba(187,119,174,.15)}.plugin-install-source:not(.wc-wizard-service-item){-webkit-box-shadow:0 0 0 10px rgba(187,119,174,.15);box-shadow:0 0 0 10px rgba(187,119,174,.15)}.location-prompt{color:#666;font-size:13px;font-weight:500;margin-bottom:.5em;margin-top:.85em;display:inline-block}.location-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;width:calc(100% - 8px - 24px - 2px);padding-right:8px;padding-left:24px;font-size:16px;color:#444;background-color:#fff;display:inline-block}.location-input.dropdown{width:100%}.address-step .select2{min-width:100%}.store-address-container .city-and-postcode{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.store-address-container .city-and-postcode div{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;margin-left:1em}.store-address-container .city-and-postcode div:last-of-type{margin-left:0}.store-address-container .select2-container,.store-address-container input[type=text],.store-address-container select{margin-bottom:10px}.product-type-container{margin-top:14px;margin-bottom:1px}#woocommerce_sell_in_person{margin-right:0}.wc-wizard-service-settings .payment-email-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;padding:0 8px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.newsletter-form-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.newsletter-form-container .newsletter-form-email{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:42px;padding:0 8px;font-size:16px;color:#666;background-color:#fff;display:inline-block;margin-left:6px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.newsletter-form-container .newsletter-form-button-container{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.wc-setup .wc-setup-actions .button.newsletter-form-button{height:42px;padding:0 1em;margin:0}.wc-wizard-next-steps{border:1px solid #eee;border-radius:4px;list-style:none;padding:0}.wc-wizard-next-steps li{padding:0}.wc-wizard-next-steps .wc-wizard-next-step-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-next-step-item:first-child{border-top:0}.wc-wizard-next-steps .wc-wizard-next-step-description{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:1.5em}.wc-wizard-next-steps .wc-wizard-next-step-action{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wc-wizard-next-steps .wc-wizard-next-step-action .button{margin:1em 1.5em}.wc-wizard-next-steps p.next-step-heading{margin:0;font-size:.95em;font-weight:400;font-variant:all-petite-caps}.wc-wizard-next-steps p.next-step-extra-info{margin:0}.wc-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}.wc-wizard-next-steps .wc-wizard-additional-steps{border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-wizard-next-step-description{margin-bottom:0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions{margin:0 0 1.5em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button{font-size:15px;margin:1em 1.5em 1em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button::last-child{margin-left:1.5em}p.next-steps-help-text{color:#9f9f9f;padding:0 2em;text-align:center;font-size:.9em}p.jetpack-terms{font-size:.8em;text-align:center;max-width:480px;margin:0 auto;line-height:1.5em}.woocommerce-error{background:#ffe6e5;border-color:#ffc5c2;padding:1em;margin-bottom:1em}.woocommerce-error p{margin-top:0;margin-bottom:.5em;color:#444}.woocommerce-error a{color:#ff645c}.woocommerce-error .reconnect-reminder{font-size:.85em}.woocommerce-error .wc-setup-actions .button{font-size:14px}.wc-wizard-service-setting-ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.wc-wizard-service-setting-ppec_paypal_reroute_requests .payment-checkbox-input,.wc-wizard-service-setting-stripe_create_account .payment-checkbox-input{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-top:5px;margin-right:0;margin-left:0;width:1.5em}.wc-wizard-service-setting-ppec_paypal_reroute_requests .ppec_paypal_reroute_requests,.wc-wizard-service-setting-ppec_paypal_reroute_requests .stripe_create_account,.wc-wizard-service-setting-stripe_create_account .ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account .stripe_create_account{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin-right:.3em}.wc-wizard-service-setting-ppec_paypal_email,.wc-wizard-service-setting-stripe_email{margin-top:.75em;margin-right:1.5em}.wc-wizard-service-setting-ppec_paypal_email label.ppec_paypal_email,.wc-wizard-service-setting-ppec_paypal_email label.stripe_email,.wc-wizard-service-setting-stripe_email label.ppec_paypal_email,.wc-wizard-service-setting-stripe_email label.stripe_email{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.wc-wizard-service-setting-ppec_paypal_email input.payment-email-input,.wc-wizard-service-setting-stripe_email input.payment-email-input{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:.5em;width:100%;height:32px}.wc-setup-content .recommended-step{border:1px solid #ebebeb;border-radius:4px;padding:2.5em}.wc-setup-content .recommended-step li{list-style:none}.wc-setup-content .recommended-step li:last-child label{margin-bottom:0}.wc-setup-content .recommended-step label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5em}.wc-setup-content .recommended-step label:after,.wc-setup-content .recommended-step label:before{top:auto}.wc-setup-content .recommended-step label:after{margin-top:-1.5px}.wc-setup-content .recommended-step .recommended-item-icon{border:1px solid #fff;border-radius:7px;height:3.5em;margin-left:1em;margin-right:4px}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-storefront_theme{background-color:#f4a224;max-height:3em;max-width:3em;padding:.25em}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-automated_taxes{background-color:#d0011b;max-height:1.75em;padding:.875em}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-mailchimp{background-color:#209bbb;height:2em;padding:.75em}.wc-setup-content .recommended-step .recommended-item-description-container h3{font-size:15px;font-weight:700;letter-spacing:.5px;margin-bottom:0}.wc-setup-content .recommended-step .recommended-item-description-container p{margin-top:0;line-height:1.5em}
|
assets/vendors/woo-setup-wiz/css/wc-setup.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@charset "UTF-8";body{margin:65px auto 24px;-webkit-box-shadow:none;box-shadow:none;background:#f1f1f1;padding:0}#wc-logo{border:0;margin:0 0 24px;padding:0;text-align:center}#wc-logo img{max-width:30%}.wc-setup{text-align:center}.wc-setup .select2-container{text-align:left}.wc-setup .hidden{display:none}.wc-setup-content{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);padding:2em;margin:0 0 20px;background:#fff;overflow:hidden;zoom:1;text-align:left}.wc-setup-content h1,.wc-setup-content h2,.wc-setup-content h3,.wc-setup-content table{margin:0 0 20px;border:0;padding:0;color:#666;clear:none;font-weight:500}.wc-setup-content p{margin:20px 0;font-size:1em;line-height:1.75em;color:#666}.wc-setup-content table{font-size:1em;line-height:1.75em;color:#666}.wc-setup-content a{color:#a16696}.wc-setup-content a:focus,.wc-setup-content a:hover{color:#111}.wc-setup-content .form-table th{width:35%;vertical-align:top;font-weight:400}.wc-setup-content .form-table td{vertical-align:top}.wc-setup-content .form-table td input,.wc-setup-content .form-table td select{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.wc-setup-content .form-table td input[size]{width:auto}.wc-setup-content .form-table td .description{line-height:1.5em;display:block;margin-top:.25em;color:#999;font-style:italic}.wc-setup-content .form-table td .input-checkbox,.wc-setup-content .form-table td .input-radio{width:auto;-webkit-box-sizing:inherit;box-sizing:inherit;padding:inherit;margin:0 .5em 0 0;-webkit-box-shadow:none;box-shadow:none}.wc-setup-content .form-table .section_title td{padding:0}.wc-setup-content .form-table .section_title td h2,.wc-setup-content .form-table .section_title td p{margin:12px 0 0}.wc-setup-content .form-table td,.wc-setup-content .form-table th{padding:12px 0;margin:0;border:0}.wc-setup-content .form-table td:first-child,.wc-setup-content .form-table th:first-child{padding-right:1em}.wc-setup-content table.tax-rates{width:100%;font-size:.92em}.wc-setup-content table.tax-rates th{padding:0;text-align:center;width:auto;vertical-align:middle}.wc-setup-content table.tax-rates td{border:1px solid #f5f5f5;padding:6px;text-align:center;vertical-align:middle}.wc-setup-content table.tax-rates td input{outline:0;border:0;padding:0;-webkit-box-shadow:none;box-shadow:none;text-align:center;width:100%}.wc-setup-content table.tax-rates td.sort{cursor:move;color:#ccc}.wc-setup-content table.tax-rates td.sort::before{content:'\f333';font-family:dashicons}.wc-setup-content table.tax-rates td.readonly{background:#f5f5f5}.wc-setup-content table.tax-rates .add{padding:1em 0 0 1em;line-height:1em;font-size:1em;width:0;margin:6px 0 0;height:0;overflow:hidden;position:relative;display:inline-block}.wc-setup-content table.tax-rates .add::before{content:'\f502';font-family:dashicons;position:absolute;left:0;top:0}.wc-setup-content table.tax-rates .remove{padding:1em 0 0 1em;line-height:1em;font-size:1em;width:0;margin:0;height:0;overflow:hidden;position:relative;display:inline-block}.wc-setup-content table.tax-rates .remove::before{content:'\f182';font-family:dashicons;position:absolute;left:0;top:0}.wc-setup-content .wc-setup-pages{width:100%;border-top:1px solid #eee}.wc-setup-content .wc-setup-pages thead th{display:none}.wc-setup-content .wc-setup-pages .page-name{width:30%;font-weight:700}.wc-setup-content .wc-setup-pages td,.wc-setup-content .wc-setup-pages th{padding:14px 0;border-bottom:1px solid #eee}.wc-setup-content .wc-setup-pages td:first-child,.wc-setup-content .wc-setup-pages th:first-child{padding-right:9px}.wc-setup-content .wc-setup-pages th{padding-top:0}.wc-setup-content .wc-setup-pages .page-options p{color:#777;margin:6px 0 0 24px;line-height:1.75em}.wc-setup-content .wc-setup-pages .page-options p input{vertical-align:middle;margin:1px 0 0;height:1.75em;width:1.75em;line-height:1.75em}.wc-setup-content .wc-setup-pages .page-options p label{line-height:1}@media screen and (max-width:782px){.wc-setup-content .form-table tbody th{width:auto}}.wc-setup-content .twitter-share-button{float:right}.wc-setup-content .wc-setup-next-steps{overflow:hidden;margin:0 0 24px;padding-bottom:2px}.wc-setup-content .wc-setup-next-steps h2{margin-bottom:12px}.wc-setup-content .wc-setup-next-steps .wc-setup-next-steps-first{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wc-setup-content .wc-setup-next-steps .wc-setup-next-steps-last{float:right;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wc-setup-content .wc-setup-next-steps ul{padding:0 2em 0 0;list-style:none outside;margin:0}.wc-setup-content .wc-setup-next-steps ul li a{display:block;padding:0 0 .75em}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button{background-color:#f7f7f7;border-color:#ccc;color:#23282d;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;text-shadow:1px 0 1px #eee,0 1px 1px #eee;font-size:1em;height:auto;line-height:1.75em;margin:0 0 .75em;opacity:1;padding:1em;text-align:center}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:hover{background:#f5f5f5;border-color:#aaa}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary{color:#fff;background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,1px 0 1px #a36597,0 1px 1px #a36597,-1px 0 1px #a36597}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:hover{color:#fff;background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content .wc-setup-next-steps ul li a::before{color:#82878c;font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 10px 0 0;top:1px;position:relative;text-decoration:none!important;vertical-align:top}.wc-setup-content .wc-setup-next-steps ul .learn-more a::before{content:'\f105'}.wc-setup-content .wc-setup-next-steps ul .video-walkthrough a::before{content:'\f126'}.wc-setup-content .wc-setup-next-steps ul .newsletter a::before{content:'\f465'}.wc-setup-content .updated,.wc-setup-content .woocommerce-newsletter{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wc-setup-content .updated p,.wc-setup-content .woocommerce-newsletter p{padding:0;margin:0 0 12px}.wc-setup-content .updated form,.wc-setup-content .updated p:last-child,.wc-setup-content .woocommerce-newsletter form,.wc-setup-content .woocommerce-newsletter p:last-child{margin:0 0 24px}.wc-setup-content .woocommerce-tracker{margin:24px 0;border:1px solid #eee;padding:20px;border-radius:4px;overflow:hidden}.wc-setup-content .woocommerce-tracker p{font-size:14px;line-height:1.5em}.wc-setup-content .woocommerce-tracker .checkbox{line-height:24px;font-weight:500;font-size:1em;margin-top:0;margin-bottom:20px}.wc-setup-content .checkbox input[type=checkbox]{opacity:0;position:absolute;left:-9999px}.wc-setup-content .checkbox label{position:relative;display:inline-block;padding-left:28px}.wc-setup-content .checkbox label:after,.wc-setup-content .checkbox label:before{position:absolute;content:"";display:inline-block}.wc-setup-content .checkbox label:before{height:16px;width:16px;left:0;top:3px;border:1px solid #aaa;background-color:#fff;border-radius:3px}.wc-setup-content .checkbox label:after{height:5px;width:9px;border-left:2px solid;border-bottom:2px solid;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:4px;top:7px;color:#fff}.wc-setup-content .checkbox input[type=checkbox]+label::after{content:none}.wc-setup-content .checkbox input[type=checkbox]:checked+label::after{content:""}.wc-setup-content .checkbox input[type=checkbox]:focus+label::before{outline:#3b99fc auto 5px}.wc-setup-content .checkbox input[type=checkbox]:checked+label::before{background:#935687;border-color:#935687}.wc-setup-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.wc-setup-steps li{width:100%;float:left;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.wc-setup-steps li a{color:#a16696;text-decoration:none;padding:1.5em;margin:-1.5em;position:relative;z-index:1}.wc-setup-steps li a:focus,.wc-setup-steps li a:hover{color:#111;text-decoration:underline}.wc-setup-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:4px;height:4px;position:absolute;bottom:0;left:50%;margin-left:-6px;margin-bottom:-8px;background:#fff}.wc-setup-steps li.active{border-color:#a16696;color:#a16696;font-weight:700}.wc-setup-steps li.active::before{border-color:#a16696}.wc-setup-steps li.done{border-color:#a16696;color:#a16696}.wc-setup-steps li.done::before{border-color:#a16696;background:#a16696}.wc-setup .wc-setup-actions{overflow:hidden;margin:20px 0 0;position:relative}.wc-setup .wc-setup-actions .button{font-size:1.25em;padding:.5em 1em;line-height:1em;margin-right:.5em;margin-bottom:2px;height:auto;border-radius:4px}.wc-setup .wc-setup-actions .button-primary{background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,1px 0 1px #a36597,0 1px 1px #a36597,-1px 0 1px #a36597;margin:0;opacity:1}.wc-setup .wc-setup-actions .button-primary:active,.wc-setup .wc-setup-actions .button-primary:focus,.wc-setup .wc-setup-actions .button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content p:last-child{margin-bottom:0}.wc-setup-content p.store-setup{margin-top:0}.wc-setup-footer-links{font-size:.85em;color:#7b7b7b;margin:1.18em auto;display:inline-block;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro{padding:40px 40px 0;background:#f5f5f5;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro img{margin:40px 0 0 0;width:100%;display:block}.wc-wizard-storefront .wc-wizard-storefront-features{list-style:none outside;margin:0 0 20px;padding:0 0 0 30px;overflow:hidden}.wc-wizard-storefront .wc-wizard-storefront-feature{margin:0;padding:20px 30px 20px 2em;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.wc-wizard-storefront .wc-wizard-storefront-feature::before{margin-left:-2em;position:absolute}.wc-wizard-storefront .wc-wizard-storefront-feature.first{clear:both;float:left}.wc-wizard-storefront .wc-wizard-storefront-feature.last{float:right}.wc-wizard-storefront .wc-wizard-storefront-feature__bulletproof::before{content:'🔒'}.wc-wizard-storefront .wc-wizard-storefront-feature__mobile::before{content:'📱'}.wc-wizard-storefront .wc-wizard-storefront-feature__accessibility::before{content:'👓'}.wc-wizard-storefront .wc-wizard-storefront-feature__search::before{content:'🔍'}.wc-wizard-storefront .wc-wizard-storefront-feature__compatibility::before{content:'🔧'}.wc-wizard-storefront .wc-wizard-storefront-feature__extendable::before{content:'🎨'}.wc-wizard-services{border:1px solid #eee;padding:0;margin:0 0 1em;list-style:none outside;border-radius:4px;overflow:hidden}.wc-wizard-services p{margin:0 0 1em 0;padding:0;font-size:1em;line-height:1.5em}.wc-wizard-service-item,.wc-wizard-services-list-toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0;border-bottom:1px solid #eee;color:#666;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wc-wizard-service-item:last-child,.wc-wizard-services-list-toggle:last-child{border-bottom:0}.wc-wizard-service-item .payment-gateway-fee,.wc-wizard-services-list-toggle .payment-gateway-fee{color:#a6a6a6}.wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-services-list-toggle .wc-wizard-service-name{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;min-width:160px;text-align:center;font-weight:700;padding:2em 0;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.wc-wizard-payment-gateway-form .wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-payment-gateway-form .wc-wizard-services-list-toggle .wc-wizard-service-name{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.wc-wizard-service-item .wc-wizard-service-name img,.wc-wizard-services-list-toggle .wc-wizard-service-name img{max-width:75px}.wc-wizard-service-item.stripe-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.stripe-logo .wc-wizard-service-name img{padding:8px 0}.wc-wizard-service-item.paypal-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.paypal-logo .wc-wizard-service-name img{max-width:87px;padding:2px 0}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name img{max-width:87px;padding:12px 0}.wc-wizard-service-item.square-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.square-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name img{max-width:95px;padding:12px 0}.wc-wizard-service-item.eway-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.eway-logo .wc-wizard-service-name img{max-width:87px}.wc-wizard-service-item.payfast-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.payfast-logo .wc-wizard-service-name img{max-width:140px}.wc-wizard-service-item .wc-wizard-service-description,.wc-wizard-services-list-toggle .wc-wizard-service-description{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:20px}.wc-wizard-service-item .wc-wizard-service-description p,.wc-wizard-services-list-toggle .wc-wizard-service-description p{margin-bottom:1em}.wc-wizard-service-item .wc-wizard-service-description p:last-child,.wc-wizard-services-list-toggle .wc-wizard-service-description p:last-child{margin-bottom:0}.wc-wizard-service-item .wc-wizard-service-description .wc-wizard-service-settings-description,.wc-wizard-services-list-toggle .wc-wizard-service-description .wc-wizard-service-settings-description{display:block;font-style:italic;color:#999}.wc-wizard-service-item .wc-wizard-service-enable,.wc-wizard-services-list-toggle .wc-wizard-service-enable{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;min-width:75px;text-align:center;cursor:pointer;padding:2em 0;position:relative;max-height:1.5em;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.wc-wizard-service-item .wc-wizard-service-toggle,.wc-wizard-services-list-toggle .wc-wizard-service-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative}.wc-wizard-service-item .wc-wizard-service-toggle input[type=checkbox],.wc-wizard-services-list-toggle .wc-wizard-service-toggle input[type=checkbox]{display:none}.wc-wizard-service-item .wc-wizard-service-toggle:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;right:0;border-radius:100%}.wc-wizard-service-item .wc-wizard-service-toggle.disabled,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled{border-color:#999;background-color:#999}.wc-wizard-service-item .wc-wizard-service-toggle.disabled:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled:before{right:auto;left:0}.wc-wizard-service-item .wc-wizard-service-settings,.wc-wizard-services-list-toggle .wc-wizard-service-settings{display:none;margin-top:.75em;margin-bottom:0;cursor:default}.wc-wizard-service-item .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.checked .wc-wizard-service-settings,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings{display:inline-block}.wc-wizard-service-item.checked .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.closed,.wc-wizard-services-list-toggle.closed{border-bottom:0}.wc-wizard-services-list-toggle{cursor:pointer}.wc-wizard-services-list-toggle .wc-wizard-service-enable::before{content:"\f343";font-family:dashicons;visibility:initial;color:#666;font-size:25px;margin-top:-7px;margin-left:-5px;position:absolute;visibility:visible}.wc-wizard-services-list-toggle.closed .wc-wizard-service-enable::before{content:"\f347"}.wc-wizard-services-list-toggle .wc-wizard-service-enable input{visibility:hidden;position:relative}.wc-wizard-services.manual .wc-wizard-service-item{display:none}.wc-wizard-services.shipping .wc-wizard-service-name{font-weight:400;text-align:left;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-height:5em;padding:0}.wc-wizard-services.shipping .wc-wizard-service-item{padding-left:2em;padding-top:.67em}.wc-wizard-services.shipping .wc-wizard-service-item:first-child{border-bottom:0;padding-bottom:0;font-weight:700}.wc-wizard-services.shipping .wc-wizard-service-item:first-child .wc-wizard-service-name{font-weight:700}.wc-wizard-services.shipping .shipping-method-setting,.wc-wizard-services.shipping .wc-wizard-shipping-method-select{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wc-wizard-services.shipping .shipping-method-setting.hide,.wc-wizard-services.shipping .wc-wizard-shipping-method-select.hide{display:none}.wc-wizard-services.shipping .shipping-method-setting input,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown{margin-right:2em;margin-bottom:1em}.wc-wizard-services.shipping .shipping-method-setting input .select2,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown .select2{min-width:130px}.wc-wizard-services.shipping .wc-wizard-service-description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#a6a6a6}.wc-wizard-services.shipping .wc-wizard-service-item:not(:first-child) .wc-wizard-service-description{font-size:.92em;padding-bottom:10px}.wc-wizard-services.shipping .shipping-method-setting input{width:95px;border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:28px;padding-left:8px;padding-right:24px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.wc-wizard-services.shipping .shipping-method-description,.wc-wizard-services.shipping .shipping-method-setting .description{color:#7e7e7e;font-size:.9em}.wc-wizard-services.shipping .shipping-method-setting input::-webkit-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-moz-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input:-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::placeholder{color:#e1e1e1}.wc-setup-shipping-units p{line-height:1.5em;font-size:13px;margin-bottom:.25em}.wc-setup-shipping-units .wc-setup-shipping-unit{margin-bottom:1.75em}.wc-setup-shipping-units .wc-setup-shipping-unit .select2{min-width:100%}.hide{display:none}.wc-wizard-features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0}.wc-wizard-features .wc-wizard-feature-item{-webkit-flex-basis:calc(50% - 4em - 3px);-ms-flex-preferred-size:calc(50% - 4em - 3px);flex-basis:calc(50% - 4em - 3px);border:1px solid #eee;padding:2em}.wc-wizard-features .wc-wizard-feature-item:nth-child(1){border-radius:4px 0 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(2){border-left:0;border-radius:0 4px 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(3){border-top:0;border-radius:0 0 0 4px}.wc-wizard-features .wc-wizard-feature-item:nth-child(4){border-top:0;border-left:0;border-radius:0 0 4px 0}.wc-wizard-features p.wc-wizard-feature-description,.wc-wizard-features p.wc-wizard-feature-name{margin:0;line-height:1.5em}h3.jetpack-reasons{text-align:center;margin:3em 0 1em 0;font-size:14px}.jetpack-logo,.wcs-notice{display:block;margin:1.75em auto 2em auto;max-height:175px}.activate-splash .jetpack-logo{width:170px;margin-bottom:0}.activate-splash .wcs-notice{margin-top:1em;padding-left:57px}.step{text-align:center}.wc-setup .wc-setup-actions .button{font-weight:300;font-size:16px;padding:1em 2em;-webkit-box-shadow:none;box-shadow:none;min-width:12em;min-width:auto;margin-top:10px}.wc-setup .wc-setup-actions .button:active,.wc-setup .wc-setup-actions .button:focus,.wc-setup .wc-setup-actions .button:hover{-webkit-box-shadow:none;box-shadow:none}.wc-setup .wc-setup-actions .plugin-install-info{display:block;font-style:italic;color:#999;font-size:14px;line-height:1.5em;margin:5px 0}.wc-setup .wc-setup-actions .plugin-install-info>*{display:block}.wc-setup .wc-setup-actions .plugin-install-info .plugin-install-info-list-item:not(:last-child)::after{content:', '}.wc-setup .wc-setup-actions .plugin-install-info a{white-space:nowrap}.wc-setup .wc-setup-actions .plugin-install-info a:not(:hover):not(:focus){color:inherit}.plugin-install-source{background:rgba(187,119,174,.15)}.plugin-install-source:not(.wc-wizard-service-item){-webkit-box-shadow:0 0 0 10px rgba(187,119,174,.15);box-shadow:0 0 0 10px rgba(187,119,174,.15)}.location-prompt{color:#666;font-size:13px;font-weight:500;margin-bottom:.5em;margin-top:.85em;display:inline-block}.location-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;width:calc(100% - 8px - 24px - 2px);padding-left:8px;padding-right:24px;font-size:16px;color:#444;background-color:#fff;display:inline-block}.location-input.dropdown{width:100%}.address-step .select2{min-width:100%}.store-address-container .city-and-postcode{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.store-address-container .city-and-postcode div{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;margin-right:1em}.store-address-container .city-and-postcode div:last-of-type{margin-right:0}.store-address-container .select2-container,.store-address-container input[type=text],.store-address-container select{margin-bottom:10px}.product-type-container{margin-top:14px;margin-bottom:1px}#woocommerce_sell_in_person{margin-left:0}.wc-wizard-service-settings .payment-email-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;padding:0 8px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.newsletter-form-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.newsletter-form-container .newsletter-form-email{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:42px;padding:0 8px;font-size:16px;color:#666;background-color:#fff;display:inline-block;margin-right:6px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.newsletter-form-container .newsletter-form-button-container{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.wc-setup .wc-setup-actions .button.newsletter-form-button{height:42px;padding:0 1em;margin:0}.wc-wizard-next-steps{border:1px solid #eee;border-radius:4px;list-style:none;padding:0}.wc-wizard-next-steps li{padding:0}.wc-wizard-next-steps .wc-wizard-next-step-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-next-step-item:first-child{border-top:0}.wc-wizard-next-steps .wc-wizard-next-step-description{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:1.5em}.wc-wizard-next-steps .wc-wizard-next-step-action{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wc-wizard-next-steps .wc-wizard-next-step-action .button{margin:1em 1.5em}.wc-wizard-next-steps p.next-step-heading{margin:0;font-size:.95em;font-weight:400;font-variant:all-petite-caps}.wc-wizard-next-steps p.next-step-extra-info{margin:0}.wc-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}.wc-wizard-next-steps .wc-wizard-additional-steps{border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-wizard-next-step-description{margin-bottom:0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions{margin:0 0 1.5em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button{font-size:15px;margin:1em 0 1em 1.5em}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button::last-child{margin-right:1.5em}p.next-steps-help-text{color:#9f9f9f;padding:0 2em;text-align:center;font-size:.9em}p.jetpack-terms{font-size:.8em;text-align:center;max-width:480px;margin:0 auto;line-height:1.5em}.woocommerce-error{background:#ffe6e5;border-color:#ffc5c2;padding:1em;margin-bottom:1em}.woocommerce-error p{margin-top:0;margin-bottom:.5em;color:#444}.woocommerce-error a{color:#ff645c}.woocommerce-error .reconnect-reminder{font-size:.85em}.woocommerce-error .wc-setup-actions .button{font-size:14px}.wc-wizard-service-setting-ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.wc-wizard-service-setting-ppec_paypal_reroute_requests .payment-checkbox-input,.wc-wizard-service-setting-stripe_create_account .payment-checkbox-input{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-top:5px;margin-left:0;margin-right:0;width:1.5em}.wc-wizard-service-setting-ppec_paypal_reroute_requests .ppec_paypal_reroute_requests,.wc-wizard-service-setting-ppec_paypal_reroute_requests .stripe_create_account,.wc-wizard-service-setting-stripe_create_account .ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account .stripe_create_account{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin-left:.3em}.wc-wizard-service-setting-ppec_paypal_email,.wc-wizard-service-setting-stripe_email{margin-top:.75em;margin-left:1.5em}.wc-wizard-service-setting-ppec_paypal_email label.ppec_paypal_email,.wc-wizard-service-setting-ppec_paypal_email label.stripe_email,.wc-wizard-service-setting-stripe_email label.ppec_paypal_email,.wc-wizard-service-setting-stripe_email label.stripe_email{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.wc-wizard-service-setting-ppec_paypal_email input.payment-email-input,.wc-wizard-service-setting-stripe_email input.payment-email-input{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:.5em;width:100%;height:32px}.wc-setup-content .recommended-step{border:1px solid #ebebeb;border-radius:4px;padding:2.5em}.wc-setup-content .recommended-step li{list-style:none}.wc-setup-content .recommended-step li:last-child label{margin-bottom:0}.wc-setup-content .recommended-step label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5em}.wc-setup-content .recommended-step label:after,.wc-setup-content .recommended-step label:before{top:auto}.wc-setup-content .recommended-step label:after{margin-top:-1.5px}.wc-setup-content .recommended-step .recommended-item-icon{border:1px solid #fff;border-radius:7px;height:3.5em;margin-right:1em;margin-left:4px}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-storefront_theme{background-color:#f4a224;max-height:3em;max-width:3em;padding:.25em}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-automated_taxes{background-color:#d0011b;max-height:1.75em;padding:.875em}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-mailchimp{background-color:#209bbb;height:2em;padding:.75em}.wc-setup-content .recommended-step .recommended-item-description-container h3{font-size:15px;font-weight:700;letter-spacing:.5px;margin-bottom:0}.wc-setup-content .recommended-step .recommended-item-description-container p{margin-top:0;line-height:1.5em}
|
assets/vendors/woo-setup-wiz/css/wc-setup.scss
ADDED
@@ -0,0 +1,1310 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body {
|
2 |
+
margin: 65px auto 24px;
|
3 |
+
box-shadow: none;
|
4 |
+
background: #f1f1f1;
|
5 |
+
padding: 0;
|
6 |
+
}
|
7 |
+
#wc-logo {
|
8 |
+
border: 0;
|
9 |
+
margin: 0 0 24px;
|
10 |
+
padding: 0;
|
11 |
+
text-align: center;
|
12 |
+
img {
|
13 |
+
max-width: 30%;
|
14 |
+
}
|
15 |
+
}
|
16 |
+
.wc-setup {
|
17 |
+
text-align: center;
|
18 |
+
|
19 |
+
.select2-container {
|
20 |
+
text-align: left;
|
21 |
+
}
|
22 |
+
.hidden {
|
23 |
+
display: none;
|
24 |
+
}
|
25 |
+
}
|
26 |
+
.wc-setup-content {
|
27 |
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
|
28 |
+
padding: 2em;
|
29 |
+
margin: 0 0 20px;
|
30 |
+
background: #fff;
|
31 |
+
overflow: hidden;
|
32 |
+
zoom: 1;
|
33 |
+
text-align: left;
|
34 |
+
|
35 |
+
h1, h2, h3, table {
|
36 |
+
margin: 0 0 20px;
|
37 |
+
border: 0;
|
38 |
+
padding: 0;
|
39 |
+
color: #666;
|
40 |
+
clear: none;
|
41 |
+
font-weight: 500;
|
42 |
+
}
|
43 |
+
p {
|
44 |
+
margin: 20px 0;
|
45 |
+
font-size: 1em;
|
46 |
+
line-height: 1.75em;
|
47 |
+
color: #666;
|
48 |
+
}
|
49 |
+
table {
|
50 |
+
font-size: 1em;
|
51 |
+
line-height: 1.75em;
|
52 |
+
color: #666;
|
53 |
+
}
|
54 |
+
a {
|
55 |
+
color: #a16696;
|
56 |
+
&:hover, &:focus {
|
57 |
+
color: #111;
|
58 |
+
}
|
59 |
+
}
|
60 |
+
.form-table {
|
61 |
+
th {
|
62 |
+
width: 35%;
|
63 |
+
vertical-align: top;
|
64 |
+
font-weight: normal;
|
65 |
+
}
|
66 |
+
td {
|
67 |
+
vertical-align: top;
|
68 |
+
select, input {
|
69 |
+
width: 100%;
|
70 |
+
box-sizing: border-box;
|
71 |
+
}
|
72 |
+
input[size] {
|
73 |
+
width: auto;
|
74 |
+
}
|
75 |
+
.description {
|
76 |
+
line-height: 1.5em;
|
77 |
+
display: block;
|
78 |
+
margin-top: 0.25em;
|
79 |
+
color: #999;
|
80 |
+
font-style: italic;
|
81 |
+
}
|
82 |
+
.input-checkbox, .input-radio {
|
83 |
+
width: auto;
|
84 |
+
box-sizing: inherit;
|
85 |
+
padding: inherit;
|
86 |
+
margin: 0 0.5em 0 0;
|
87 |
+
box-shadow: none;
|
88 |
+
}
|
89 |
+
}
|
90 |
+
.section_title {
|
91 |
+
td {
|
92 |
+
padding: 0;
|
93 |
+
h2, p {
|
94 |
+
margin: 12px 0 0;
|
95 |
+
}
|
96 |
+
}
|
97 |
+
}
|
98 |
+
th, td {
|
99 |
+
padding: 12px 0;
|
100 |
+
margin: 0;
|
101 |
+
border: 0;
|
102 |
+
&:first-child {
|
103 |
+
padding-right: 1em;
|
104 |
+
}
|
105 |
+
}
|
106 |
+
}
|
107 |
+
table.tax-rates {
|
108 |
+
width: 100%;
|
109 |
+
font-size: 0.92em;
|
110 |
+
th {
|
111 |
+
padding: 0;
|
112 |
+
text-align: center;
|
113 |
+
width: auto;
|
114 |
+
vertical-align: middle;
|
115 |
+
}
|
116 |
+
td {
|
117 |
+
border: 1px solid #f5f5f5;
|
118 |
+
padding: 6px;
|
119 |
+
text-align: center;
|
120 |
+
vertical-align: middle;
|
121 |
+
input {
|
122 |
+
outline: 0;
|
123 |
+
border: 0;
|
124 |
+
padding: 0;
|
125 |
+
box-shadow: none;
|
126 |
+
text-align: center;
|
127 |
+
width: 100%;
|
128 |
+
}
|
129 |
+
&.sort {
|
130 |
+
cursor: move;
|
131 |
+
color: #ccc;
|
132 |
+
&::before {
|
133 |
+
content: '\f333';
|
134 |
+
font-family: 'dashicons';
|
135 |
+
}
|
136 |
+
}
|
137 |
+
&.readonly {
|
138 |
+
background: #f5f5f5;
|
139 |
+
}
|
140 |
+
}
|
141 |
+
.add {
|
142 |
+
padding: 1em 0 0 1em;
|
143 |
+
line-height: 1em;
|
144 |
+
font-size: 1em;
|
145 |
+
width: 0;
|
146 |
+
margin: 6px 0 0;
|
147 |
+
height: 0;
|
148 |
+
overflow: hidden;
|
149 |
+
position: relative;
|
150 |
+
display: inline-block;
|
151 |
+
&::before {
|
152 |
+
content: '\f502';
|
153 |
+
font-family: 'dashicons';
|
154 |
+
position: absolute;
|
155 |
+
left: 0;
|
156 |
+
top: 0;
|
157 |
+
}
|
158 |
+
}
|
159 |
+
.remove {
|
160 |
+
padding: 1em 0 0 1em;
|
161 |
+
line-height: 1em;
|
162 |
+
font-size: 1em;
|
163 |
+
width: 0;
|
164 |
+
margin: 0;
|
165 |
+
height: 0;
|
166 |
+
overflow: hidden;
|
167 |
+
position: relative;
|
168 |
+
display: inline-block;
|
169 |
+
&::before {
|
170 |
+
content: '\f182';
|
171 |
+
font-family: 'dashicons';
|
172 |
+
position: absolute;
|
173 |
+
left: 0;
|
174 |
+
top: 0;
|
175 |
+
}
|
176 |
+
}
|
177 |
+
}
|
178 |
+
.wc-setup-pages {
|
179 |
+
width: 100%;
|
180 |
+
border-top: 1px solid #eee;
|
181 |
+
thead th {
|
182 |
+
display: none;
|
183 |
+
}
|
184 |
+
.page-name {
|
185 |
+
width: 30%;
|
186 |
+
font-weight: bold;
|
187 |
+
}
|
188 |
+
th, td {
|
189 |
+
padding: 14px 0;
|
190 |
+
border-bottom: 1px solid #eee;
|
191 |
+
&:first-child {
|
192 |
+
padding-right: 9px;
|
193 |
+
}
|
194 |
+
}
|
195 |
+
th {
|
196 |
+
padding-top: 0;
|
197 |
+
}
|
198 |
+
.page-options {
|
199 |
+
p {
|
200 |
+
color: #777;
|
201 |
+
margin: 6px 0 0 24px;
|
202 |
+
line-height: 1.75em;
|
203 |
+
input {
|
204 |
+
vertical-align: middle;
|
205 |
+
margin: 1px 0 0;
|
206 |
+
height: 1.75em;
|
207 |
+
width: 1.75em;
|
208 |
+
line-height: 1.75em;
|
209 |
+
}
|
210 |
+
label {
|
211 |
+
line-height: 1;
|
212 |
+
}
|
213 |
+
}
|
214 |
+
}
|
215 |
+
}
|
216 |
+
@media screen and (max-width: 782px) {
|
217 |
+
.form-table {
|
218 |
+
tbody {
|
219 |
+
th {
|
220 |
+
width: auto;
|
221 |
+
}
|
222 |
+
}
|
223 |
+
}
|
224 |
+
}
|
225 |
+
.twitter-share-button {
|
226 |
+
float: right;
|
227 |
+
}
|
228 |
+
.wc-setup-next-steps {
|
229 |
+
overflow: hidden;
|
230 |
+
margin: 0 0 24px;
|
231 |
+
padding-bottom: 2px;
|
232 |
+
h2 {
|
233 |
+
margin-bottom: 12px;
|
234 |
+
}
|
235 |
+
.wc-setup-next-steps-first {
|
236 |
+
float: left;
|
237 |
+
width: 50%;
|
238 |
+
box-sizing: border-box;
|
239 |
+
}
|
240 |
+
.wc-setup-next-steps-last {
|
241 |
+
float: right;
|
242 |
+
width: 50%;
|
243 |
+
box-sizing: border-box;
|
244 |
+
}
|
245 |
+
ul {
|
246 |
+
padding: 0 2em 0 0;
|
247 |
+
list-style: none outside;
|
248 |
+
margin: 0;
|
249 |
+
li a {
|
250 |
+
display: block;
|
251 |
+
padding: 0 0 0.75em;
|
252 |
+
}
|
253 |
+
.setup-product {
|
254 |
+
a.button {
|
255 |
+
background-color: #f7f7f7;
|
256 |
+
border-color: #ccc;
|
257 |
+
color: #23282d;
|
258 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #ccc;
|
259 |
+
text-shadow: 1px 0 1px #eee, 0 1px 1px #eee;
|
260 |
+
font-size: 1em;
|
261 |
+
height: auto;
|
262 |
+
line-height: 1.75em;
|
263 |
+
margin: 0 0 0.75em;
|
264 |
+
opacity: 1;
|
265 |
+
padding: 1em;
|
266 |
+
text-align: center;
|
267 |
+
|
268 |
+
&:hover, &:focus, &:active {
|
269 |
+
background: #f5f5f5;
|
270 |
+
border-color: #aaa;
|
271 |
+
}
|
272 |
+
}
|
273 |
+
a.button-primary {
|
274 |
+
color: #fff;
|
275 |
+
background-color: #bb77ae;
|
276 |
+
border-color: #a36597;
|
277 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
278 |
+
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
|
279 |
+
|
280 |
+
&:hover, &:focus, &:active {
|
281 |
+
color: #fff;
|
282 |
+
background: #a36597;
|
283 |
+
border-color: #a36597;
|
284 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
285 |
+
}
|
286 |
+
}
|
287 |
+
}
|
288 |
+
li a::before {
|
289 |
+
color: #82878c;
|
290 |
+
font: normal 20px/1 'dashicons';
|
291 |
+
speak: none;
|
292 |
+
display: inline-block;
|
293 |
+
padding: 0 10px 0 0;
|
294 |
+
top: 1px;
|
295 |
+
position: relative;
|
296 |
+
text-decoration: none !important;
|
297 |
+
vertical-align: top;
|
298 |
+
}
|
299 |
+
.learn-more a::before {
|
300 |
+
content: '\f105';
|
301 |
+
}
|
302 |
+
.video-walkthrough a::before {
|
303 |
+
content: '\f126';
|
304 |
+
}
|
305 |
+
.newsletter a::before {
|
306 |
+
content: '\f465';
|
307 |
+
}
|
308 |
+
}
|
309 |
+
}
|
310 |
+
.woocommerce-newsletter,
|
311 |
+
.updated {
|
312 |
+
padding: 24px 24px 0;
|
313 |
+
margin: 0 0 24px;
|
314 |
+
overflow: hidden;
|
315 |
+
background: #f5f5f5;
|
316 |
+
p {
|
317 |
+
padding: 0;
|
318 |
+
margin: 0 0 12px;
|
319 |
+
}
|
320 |
+
form,
|
321 |
+
p:last-child {
|
322 |
+
margin: 0 0 24px;
|
323 |
+
}
|
324 |
+
}
|
325 |
+
.woocommerce-tracker {
|
326 |
+
margin: 24px 0;
|
327 |
+
border: 1px solid #eee;
|
328 |
+
padding: 20px;
|
329 |
+
border-radius: 4px;
|
330 |
+
overflow: hidden;
|
331 |
+
|
332 |
+
p {
|
333 |
+
font-size: 14px;
|
334 |
+
line-height: 1.5em;
|
335 |
+
}
|
336 |
+
.checkbox {
|
337 |
+
line-height: 24px;
|
338 |
+
font-weight: 500;
|
339 |
+
font-size: 1em;
|
340 |
+
margin-top: 0;
|
341 |
+
margin-bottom: 20px;
|
342 |
+
}
|
343 |
+
}
|
344 |
+
.checkbox {
|
345 |
+
input[type="checkbox"] {
|
346 |
+
opacity: 0;
|
347 |
+
position: absolute;
|
348 |
+
left: -9999px;
|
349 |
+
}
|
350 |
+
label {
|
351 |
+
position: relative;
|
352 |
+
display: inline-block;
|
353 |
+
padding-left: 28px;
|
354 |
+
&:before,
|
355 |
+
&:after {
|
356 |
+
position: absolute;
|
357 |
+
content: "";
|
358 |
+
display: inline-block;
|
359 |
+
}
|
360 |
+
&:before {
|
361 |
+
height: 16px;
|
362 |
+
width: 16px;
|
363 |
+
left: 0px;
|
364 |
+
top: 3px;
|
365 |
+
border: 1px solid #aaa;
|
366 |
+
background-color: #fff;
|
367 |
+
border-radius: 3px;
|
368 |
+
}
|
369 |
+
&:after {
|
370 |
+
height: 5px;
|
371 |
+
width: 9px;
|
372 |
+
border-left: 2px solid;
|
373 |
+
border-bottom: 2px solid;
|
374 |
+
transform: rotate(-45deg);
|
375 |
+
left: 4px;
|
376 |
+
top: 7px;
|
377 |
+
color: #fff;
|
378 |
+
}
|
379 |
+
}
|
380 |
+
input[type="checkbox"] + label::after {
|
381 |
+
content: none;
|
382 |
+
}
|
383 |
+
input[type="checkbox"]:checked + label::after {
|
384 |
+
content: "";
|
385 |
+
}
|
386 |
+
input[type="checkbox"]:focus + label::before {
|
387 |
+
outline: rgb(59, 153, 252) auto 5px;
|
388 |
+
}
|
389 |
+
input[type="checkbox"]:checked + label::before {
|
390 |
+
background: #935687;
|
391 |
+
border-color: #935687;
|
392 |
+
}
|
393 |
+
}
|
394 |
+
}
|
395 |
+
.wc-setup-steps {
|
396 |
+
padding: 0 0 24px;
|
397 |
+
margin: 0;
|
398 |
+
list-style: none outside;
|
399 |
+
overflow: hidden;
|
400 |
+
color: #ccc;
|
401 |
+
width:100%;
|
402 |
+
display: inline-flex;
|
403 |
+
li {
|
404 |
+
width: 100%;
|
405 |
+
float: left;
|
406 |
+
padding: 0 0 0.8em;
|
407 |
+
margin: 0;
|
408 |
+
text-align: center;
|
409 |
+
position: relative;
|
410 |
+
border-bottom: 4px solid #ccc;
|
411 |
+
line-height: 1.4em;
|
412 |
+
a {
|
413 |
+
color: #a16696;
|
414 |
+
text-decoration: none;
|
415 |
+
padding: 1.5em;
|
416 |
+
margin: -1.5em;
|
417 |
+
position: relative;
|
418 |
+
z-index: 1;
|
419 |
+
&:hover, &:focus {
|
420 |
+
color: #111;
|
421 |
+
text-decoration: underline;
|
422 |
+
}
|
423 |
+
}
|
424 |
+
}
|
425 |
+
li::before {
|
426 |
+
content: '';
|
427 |
+
border: 4px solid #ccc;
|
428 |
+
border-radius: 100%;
|
429 |
+
width: 4px;
|
430 |
+
height: 4px;
|
431 |
+
position: absolute;
|
432 |
+
bottom: 0;
|
433 |
+
left: 50%;
|
434 |
+
margin-left: -6px;
|
435 |
+
margin-bottom: -8px;
|
436 |
+
background: #fff;
|
437 |
+
}
|
438 |
+
li.active {
|
439 |
+
border-color: #a16696;
|
440 |
+
color: #a16696;
|
441 |
+
font-weight: bold;
|
442 |
+
&::before {
|
443 |
+
border-color: #a16696;
|
444 |
+
}
|
445 |
+
}
|
446 |
+
li.done {
|
447 |
+
border-color: #a16696;
|
448 |
+
color: #a16696;
|
449 |
+
&::before {
|
450 |
+
border-color: #a16696;
|
451 |
+
background: #a16696;
|
452 |
+
}
|
453 |
+
}
|
454 |
+
}
|
455 |
+
.wc-setup .wc-setup-actions {
|
456 |
+
overflow: hidden;
|
457 |
+
margin: 20px 0 0;
|
458 |
+
position: relative;
|
459 |
+
.button {
|
460 |
+
font-size: 1.25em;
|
461 |
+
padding: 0.5em 1em;
|
462 |
+
line-height: 1em;
|
463 |
+
margin-right: 0.5em;
|
464 |
+
margin-bottom: 2px;
|
465 |
+
height: auto;
|
466 |
+
border-radius: 4px;
|
467 |
+
}
|
468 |
+
.button-primary {
|
469 |
+
background-color: #bb77ae;
|
470 |
+
border-color: #a36597;
|
471 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
472 |
+
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
|
473 |
+
margin: 0;
|
474 |
+
opacity: 1;
|
475 |
+
|
476 |
+
&:hover, &:focus, &:active {
|
477 |
+
background: #a36597;
|
478 |
+
border-color: #a36597;
|
479 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
480 |
+
}
|
481 |
+
}
|
482 |
+
}
|
483 |
+
|
484 |
+
.wc-setup-content p:last-child {
|
485 |
+
margin-bottom: 0;
|
486 |
+
}
|
487 |
+
|
488 |
+
.wc-setup-content p.store-setup {
|
489 |
+
margin-top: 0;
|
490 |
+
}
|
491 |
+
|
492 |
+
.wc-setup-footer-links {
|
493 |
+
font-size: 0.85em;
|
494 |
+
color: #7b7b7b;
|
495 |
+
margin: 1.18em auto;
|
496 |
+
display: inline-block;
|
497 |
+
text-align: center;
|
498 |
+
}
|
499 |
+
|
500 |
+
.wc-wizard-storefront {
|
501 |
+
.wc-wizard-storefront-intro {
|
502 |
+
padding: 40px 40px 0;
|
503 |
+
background: #F5F5F5;
|
504 |
+
text-align: center;
|
505 |
+
|
506 |
+
img {
|
507 |
+
margin: 40px 0 0 0;
|
508 |
+
width: 100%;
|
509 |
+
display: block;
|
510 |
+
}
|
511 |
+
}
|
512 |
+
.wc-wizard-storefront-features {
|
513 |
+
list-style: none outside;
|
514 |
+
margin: 0 0 20px;
|
515 |
+
padding: 0 0 0 30px;
|
516 |
+
overflow: hidden;
|
517 |
+
}
|
518 |
+
.wc-wizard-storefront-feature {
|
519 |
+
margin: 0;
|
520 |
+
padding: 20px 30px 20px 2em;
|
521 |
+
width: 50%;
|
522 |
+
box-sizing: border-box;
|
523 |
+
|
524 |
+
&::before {
|
525 |
+
margin-left: -2em;
|
526 |
+
position: absolute;
|
527 |
+
}
|
528 |
+
&.first {
|
529 |
+
clear: both;
|
530 |
+
float: left;
|
531 |
+
}
|
532 |
+
&.last {
|
533 |
+
float: right;
|
534 |
+
}
|
535 |
+
}
|
536 |
+
.wc-wizard-storefront-feature__bulletproof::before {
|
537 |
+
content: '🔒';
|
538 |
+
}
|
539 |
+
.wc-wizard-storefront-feature__mobile::before {
|
540 |
+
content: '📱';
|
541 |
+
}
|
542 |
+
.wc-wizard-storefront-feature__accessibility::before {
|
543 |
+
content: '👓';
|
544 |
+
}
|
545 |
+
.wc-wizard-storefront-feature__search::before {
|
546 |
+
content: '🔍';
|
547 |
+
}
|
548 |
+
.wc-wizard-storefront-feature__compatibility::before {
|
549 |
+
content: '🔧';
|
550 |
+
}
|
551 |
+
.wc-wizard-storefront-feature__extendable::before {
|
552 |
+
content: '🎨';
|
553 |
+
}
|
554 |
+
}
|
555 |
+
|
556 |
+
// List of services
|
557 |
+
.wc-wizard-services {
|
558 |
+
border: 1px solid #eee;
|
559 |
+
padding: 0;
|
560 |
+
margin: 0 0 1em;
|
561 |
+
list-style: none outside;
|
562 |
+
border-radius: 4px;
|
563 |
+
overflow: hidden; // Make sure dark background doesn't cover curved border
|
564 |
+
|
565 |
+
p {
|
566 |
+
margin: 0 0 1em 0;
|
567 |
+
padding: 0;
|
568 |
+
font-size: 1em;
|
569 |
+
line-height: 1.5em;
|
570 |
+
}
|
571 |
+
}
|
572 |
+
|
573 |
+
.wc-wizard-service-item,
|
574 |
+
.wc-wizard-services-list-toggle {
|
575 |
+
display: flex;
|
576 |
+
flex-wrap: nowrap;
|
577 |
+
justify-content: space-between;
|
578 |
+
padding: 0;
|
579 |
+
border-bottom: 1px solid #eee;
|
580 |
+
color: #666;
|
581 |
+
align-items: center;
|
582 |
+
|
583 |
+
&:last-child {
|
584 |
+
border-bottom: 0;
|
585 |
+
}
|
586 |
+
|
587 |
+
.payment-gateway-fee {
|
588 |
+
color: #a6a6a6;
|
589 |
+
}
|
590 |
+
|
591 |
+
.wc-wizard-service-name {
|
592 |
+
flex-basis: 0;
|
593 |
+
min-width: 160px;
|
594 |
+
text-align: center;
|
595 |
+
font-weight: bold;
|
596 |
+
padding: 2em 0;
|
597 |
+
align-self: stretch;
|
598 |
+
display: flex;
|
599 |
+
align-items: baseline;
|
600 |
+
|
601 |
+
.wc-wizard-payment-gateway-form & {
|
602 |
+
justify-content: center;
|
603 |
+
}
|
604 |
+
|
605 |
+
img {
|
606 |
+
max-width: 75px;
|
607 |
+
}
|
608 |
+
}
|
609 |
+
|
610 |
+
&.stripe-logo .wc-wizard-service-name img {
|
611 |
+
padding: 8px 0;
|
612 |
+
}
|
613 |
+
|
614 |
+
&.paypal-logo .wc-wizard-service-name img {
|
615 |
+
max-width: 87px;
|
616 |
+
padding: 2px 0;
|
617 |
+
}
|
618 |
+
|
619 |
+
&.klarna-logo .wc-wizard-service-name {
|
620 |
+
background: #000000;
|
621 |
+
|
622 |
+
img {
|
623 |
+
max-width: 87px;
|
624 |
+
padding: 12px 0;
|
625 |
+
}
|
626 |
+
}
|
627 |
+
|
628 |
+
&.square-logo .wc-wizard-service-name {
|
629 |
+
background: #000000;
|
630 |
+
|
631 |
+
img {
|
632 |
+
max-width: 95px;
|
633 |
+
padding: 12px 0;
|
634 |
+
}
|
635 |
+
}
|
636 |
+
|
637 |
+
&.eway-logo .wc-wizard-service-name img {
|
638 |
+
max-width: 87px;
|
639 |
+
}
|
640 |
+
|
641 |
+
&.payfast-logo .wc-wizard-service-name img {
|
642 |
+
max-width: 140px;
|
643 |
+
}
|
644 |
+
|
645 |
+
.wc-wizard-service-description {
|
646 |
+
flex-grow: 1;
|
647 |
+
padding: 20px;
|
648 |
+
|
649 |
+
p {
|
650 |
+
margin-bottom: 1em;
|
651 |
+
}
|
652 |
+
|
653 |
+
p:last-child {
|
654 |
+
margin-bottom: 0;
|
655 |
+
}
|
656 |
+
|
657 |
+
.wc-wizard-service-settings-description {
|
658 |
+
display: block;
|
659 |
+
font-style: italic;
|
660 |
+
color: #999;
|
661 |
+
}
|
662 |
+
}
|
663 |
+
|
664 |
+
.wc-wizard-service-enable {
|
665 |
+
flex-basis: 0;
|
666 |
+
min-width: 75px;
|
667 |
+
text-align: center;
|
668 |
+
cursor: pointer;
|
669 |
+
padding: 2em 0;
|
670 |
+
position: relative;
|
671 |
+
max-height: 1.5em;
|
672 |
+
align-self: flex-start;
|
673 |
+
}
|
674 |
+
|
675 |
+
.wc-wizard-service-toggle {
|
676 |
+
height: 16px;
|
677 |
+
width: 32px;
|
678 |
+
border: 2px solid #935687;
|
679 |
+
background-color: #935687;
|
680 |
+
display: inline-block;
|
681 |
+
text-indent: -9999px;
|
682 |
+
border-radius: 10em;
|
683 |
+
position: relative;
|
684 |
+
|
685 |
+
input[type=checkbox] {
|
686 |
+
display: none;
|
687 |
+
}
|
688 |
+
|
689 |
+
&:before {
|
690 |
+
content: "";
|
691 |
+
display: block;
|
692 |
+
width: 16px;
|
693 |
+
height: 16px;
|
694 |
+
background: #fff;
|
695 |
+
position: absolute;
|
696 |
+
top: 0;
|
697 |
+
right: 0;
|
698 |
+
border-radius: 100%;
|
699 |
+
}
|
700 |
+
|
701 |
+
&.disabled {
|
702 |
+
border-color: #999;
|
703 |
+
background-color: #999;
|
704 |
+
|
705 |
+
&:before {
|
706 |
+
right: auto;
|
707 |
+
left: 0;
|
708 |
+
}
|
709 |
+
}
|
710 |
+
}
|
711 |
+
|
712 |
+
.wc-wizard-service-settings {
|
713 |
+
display: none;
|
714 |
+
margin-top: 0.75em;
|
715 |
+
margin-bottom: 0;
|
716 |
+
cursor: default;
|
717 |
+
|
718 |
+
&.hide {
|
719 |
+
display: none;
|
720 |
+
}
|
721 |
+
}
|
722 |
+
|
723 |
+
&.checked {
|
724 |
+
.wc-wizard-service-settings {
|
725 |
+
display: inline-block;
|
726 |
+
|
727 |
+
&.hide {
|
728 |
+
display: none;
|
729 |
+
}
|
730 |
+
}
|
731 |
+
}
|
732 |
+
|
733 |
+
&.closed {
|
734 |
+
border-bottom: 0;
|
735 |
+
}
|
736 |
+
}
|
737 |
+
|
738 |
+
// Toggle display a list of services.
|
739 |
+
.wc-wizard-services-list-toggle {
|
740 |
+
cursor: pointer;
|
741 |
+
|
742 |
+
.wc-wizard-service-enable::before {
|
743 |
+
content: "\f343"; // up chevron
|
744 |
+
font-family: "dashicons";
|
745 |
+
visibility: initial;
|
746 |
+
color: #666;
|
747 |
+
font-size: 25px;
|
748 |
+
margin-top: -7px;
|
749 |
+
margin-left: -5px;
|
750 |
+
position: absolute;
|
751 |
+
visibility: visible;
|
752 |
+
}
|
753 |
+
&.closed {
|
754 |
+
.wc-wizard-service-enable::before {
|
755 |
+
content: "\f347"; // down chevron
|
756 |
+
}
|
757 |
+
}
|
758 |
+
.wc-wizard-service-enable input {
|
759 |
+
visibility: hidden;
|
760 |
+
position: relative;
|
761 |
+
}
|
762 |
+
}
|
763 |
+
|
764 |
+
.wc-wizard-services.manual .wc-wizard-service-item {
|
765 |
+
display: none;
|
766 |
+
}
|
767 |
+
|
768 |
+
// Shipping list of services
|
769 |
+
.wc-wizard-services.shipping {
|
770 |
+
|
771 |
+
.wc-wizard-service-name {
|
772 |
+
font-weight: normal;
|
773 |
+
text-align: left;
|
774 |
+
align-items: center;
|
775 |
+
max-height: 5em;
|
776 |
+
padding: 0;
|
777 |
+
}
|
778 |
+
|
779 |
+
// List header
|
780 |
+
.wc-wizard-service-item {
|
781 |
+
padding-left: 2em;
|
782 |
+
padding-top: 0.67em;
|
783 |
+
|
784 |
+
&:first-child {
|
785 |
+
border-bottom: 0;
|
786 |
+
padding-bottom: 0;
|
787 |
+
font-weight: 700;
|
788 |
+
|
789 |
+
.wc-wizard-service-name {
|
790 |
+
font-weight: 700;
|
791 |
+
}
|
792 |
+
}
|
793 |
+
}
|
794 |
+
|
795 |
+
.wc-wizard-shipping-method-select,
|
796 |
+
.shipping-method-setting {
|
797 |
+
display: flex;
|
798 |
+
|
799 |
+
&.hide {
|
800 |
+
display: none;
|
801 |
+
}
|
802 |
+
}
|
803 |
+
|
804 |
+
.wc-wizard-shipping-method-dropdown,
|
805 |
+
.shipping-method-setting input {
|
806 |
+
margin-right: 2em;
|
807 |
+
margin-bottom: 1em;
|
808 |
+
|
809 |
+
.select2 {
|
810 |
+
min-width: 130px;
|
811 |
+
}
|
812 |
+
}
|
813 |
+
|
814 |
+
.wc-wizard-service-description {
|
815 |
+
display: flex;
|
816 |
+
flex-direction: column;
|
817 |
+
color: #a6a6a6;
|
818 |
+
}
|
819 |
+
.wc-wizard-service-item:not(:first-child) .wc-wizard-service-description {
|
820 |
+
font-size: 0.92em;
|
821 |
+
padding-bottom: 10px;
|
822 |
+
}
|
823 |
+
|
824 |
+
.shipping-method-setting {
|
825 |
+
input {
|
826 |
+
width: 95px; // match dropdown height
|
827 |
+
border: 1px solid #aaa;
|
828 |
+
border-color: #ddd;
|
829 |
+
border-radius: 4px;
|
830 |
+
height: 28px;
|
831 |
+
padding-left: 8px;
|
832 |
+
padding-right: 24px;
|
833 |
+
font-size: 14px;
|
834 |
+
color: #444;
|
835 |
+
background-color: #fff;
|
836 |
+
display: inline-block;
|
837 |
+
}
|
838 |
+
}
|
839 |
+
|
840 |
+
.shipping-method-description,
|
841 |
+
.shipping-method-setting .description {
|
842 |
+
color: #7e7e7e;
|
843 |
+
font-size: .9em;
|
844 |
+
}
|
845 |
+
|
846 |
+
.shipping-method-setting input::placeholder {
|
847 |
+
color: #e1e1e1;
|
848 |
+
}
|
849 |
+
}
|
850 |
+
.wc-setup-shipping-units {
|
851 |
+
p {
|
852 |
+
line-height: 1.5em;
|
853 |
+
font-size: 13px;
|
854 |
+
margin-bottom: 0.25em;
|
855 |
+
}
|
856 |
+
|
857 |
+
.wc-setup-shipping-unit {
|
858 |
+
margin-bottom: 1.75em;
|
859 |
+
|
860 |
+
.select2 {
|
861 |
+
min-width: 100%; // widen dropdowns
|
862 |
+
}
|
863 |
+
}
|
864 |
+
}
|
865 |
+
|
866 |
+
.hide {
|
867 |
+
display: none;
|
868 |
+
}
|
869 |
+
|
870 |
+
.wc-wizard-features {
|
871 |
+
display: flex;
|
872 |
+
flex-wrap: wrap;
|
873 |
+
list-style: none;
|
874 |
+
padding: 0;
|
875 |
+
|
876 |
+
.wc-wizard-feature-item {
|
877 |
+
flex-basis: calc( 50% - 4em - 3px); // two columns, account for padding and borders
|
878 |
+
border: 1px solid #eee;
|
879 |
+
padding: 2em;
|
880 |
+
}
|
881 |
+
|
882 |
+
.wc-wizard-feature-item:nth-child(1) {
|
883 |
+
border-radius: 4px 0 0 0;
|
884 |
+
}
|
885 |
+
|
886 |
+
.wc-wizard-feature-item:nth-child(2) {
|
887 |
+
border-left: 0;
|
888 |
+
border-radius: 0 4px 0 0;
|
889 |
+
}
|
890 |
+
|
891 |
+
.wc-wizard-feature-item:nth-child(3) {
|
892 |
+
border-top: 0;
|
893 |
+
border-radius: 0 0 0 4px;
|
894 |
+
}
|
895 |
+
|
896 |
+
.wc-wizard-feature-item:nth-child(4) {
|
897 |
+
border-top: 0;
|
898 |
+
border-left: 0;
|
899 |
+
border-radius: 0 0 4px 0;
|
900 |
+
}
|
901 |
+
|
902 |
+
p.wc-wizard-feature-name,
|
903 |
+
p.wc-wizard-feature-description {
|
904 |
+
margin: 0;
|
905 |
+
line-height: 1.5em;
|
906 |
+
}
|
907 |
+
}
|
908 |
+
|
909 |
+
h3.jetpack-reasons {
|
910 |
+
text-align: center;
|
911 |
+
margin: 3em 0 1em 0;
|
912 |
+
font-size: 14px;
|
913 |
+
}
|
914 |
+
|
915 |
+
.jetpack-logo, .wcs-notice {
|
916 |
+
display: block;
|
917 |
+
margin: 1.75em auto 2em auto;
|
918 |
+
max-height: 175px;
|
919 |
+
}
|
920 |
+
.activate-splash {
|
921 |
+
.jetpack-logo {
|
922 |
+
width: 170px;
|
923 |
+
margin-bottom: 0;
|
924 |
+
}
|
925 |
+
.wcs-notice {
|
926 |
+
margin-top: 1em;
|
927 |
+
padding-left: 57px;
|
928 |
+
}
|
929 |
+
}
|
930 |
+
|
931 |
+
.step {
|
932 |
+
text-align: center;
|
933 |
+
}
|
934 |
+
|
935 |
+
.wc-setup .wc-setup-actions .button {
|
936 |
+
font-weight: 300;
|
937 |
+
font-size: 16px;
|
938 |
+
padding: 1em 2em;
|
939 |
+
box-shadow: none;
|
940 |
+
min-width: 12em;
|
941 |
+
min-width: auto;
|
942 |
+
margin-top:10px;
|
943 |
+
|
944 |
+
&:focus,
|
945 |
+
&:hover,
|
946 |
+
&:active {
|
947 |
+
box-shadow: none;
|
948 |
+
}
|
949 |
+
}
|
950 |
+
|
951 |
+
.wc-setup .wc-setup-actions .plugin-install-info {
|
952 |
+
display: block;
|
953 |
+
font-style: italic;
|
954 |
+
color: #999;
|
955 |
+
font-size: 14px;
|
956 |
+
line-height: 1.5em;
|
957 |
+
margin: 5px 0;
|
958 |
+
|
959 |
+
& > * {
|
960 |
+
display: block;
|
961 |
+
}
|
962 |
+
|
963 |
+
.plugin-install-info-list-item:not(:last-child)::after {
|
964 |
+
content: ', ';
|
965 |
+
}
|
966 |
+
|
967 |
+
a {
|
968 |
+
white-space: nowrap;
|
969 |
+
|
970 |
+
&:not(:hover):not(:focus) {
|
971 |
+
color: inherit;
|
972 |
+
}
|
973 |
+
}
|
974 |
+
}
|
975 |
+
|
976 |
+
.plugin-install-source {
|
977 |
+
$background: rgba( #bb77ae, 0.15 );
|
978 |
+
background: $background;
|
979 |
+
|
980 |
+
&:not(.wc-wizard-service-item) {
|
981 |
+
box-shadow: 0 0 0 10px $background;
|
982 |
+
}
|
983 |
+
}
|
984 |
+
|
985 |
+
.location-prompt {
|
986 |
+
color: #666;
|
987 |
+
font-size: 13px;
|
988 |
+
font-weight: 500;
|
989 |
+
margin-bottom: 0.5em;
|
990 |
+
margin-top: 0.85em;
|
991 |
+
display: inline-block;
|
992 |
+
}
|
993 |
+
|
994 |
+
.location-input {
|
995 |
+
border: 1px solid #aaa;
|
996 |
+
border-color: #ddd;
|
997 |
+
border-radius: 4px;
|
998 |
+
height: 30px;
|
999 |
+
width: calc(100% - 8px - 24px - 2px); // account for padding, border to align with other elements
|
1000 |
+
padding-left: 8px;
|
1001 |
+
padding-right: 24px;
|
1002 |
+
font-size: 16px;
|
1003 |
+
color: #444;
|
1004 |
+
background-color: #fff;
|
1005 |
+
display: inline-block;
|
1006 |
+
|
1007 |
+
&.dropdown {
|
1008 |
+
width: 100%;
|
1009 |
+
}
|
1010 |
+
}
|
1011 |
+
|
1012 |
+
.address-step {
|
1013 |
+
.select2 {
|
1014 |
+
min-width: 100%; // widen currency, product type dropdowns
|
1015 |
+
}
|
1016 |
+
}
|
1017 |
+
|
1018 |
+
.store-address-container {
|
1019 |
+
.city-and-postcode {
|
1020 |
+
display: flex;
|
1021 |
+
|
1022 |
+
div {
|
1023 |
+
flex-basis: 50%;
|
1024 |
+
margin-right: 1em;
|
1025 |
+
|
1026 |
+
&:last-of-type {
|
1027 |
+
margin-right: 0;
|
1028 |
+
}
|
1029 |
+
}
|
1030 |
+
}
|
1031 |
+
input[type="text"],
|
1032 |
+
select,
|
1033 |
+
.select2-container {
|
1034 |
+
margin-bottom: 10px;
|
1035 |
+
}
|
1036 |
+
}
|
1037 |
+
.product-type-container {
|
1038 |
+
margin-top: 14px;
|
1039 |
+
margin-bottom: 1px;
|
1040 |
+
}
|
1041 |
+
#woocommerce_sell_in_person {
|
1042 |
+
margin-left: 0;
|
1043 |
+
}
|
1044 |
+
|
1045 |
+
.wc-wizard-service-settings {
|
1046 |
+
.payment-email-input {
|
1047 |
+
border: 1px solid #aaa;
|
1048 |
+
border-color: #ddd;
|
1049 |
+
border-radius: 4px;
|
1050 |
+
height: 30px;
|
1051 |
+
padding: 0 8px;
|
1052 |
+
font-size: 14px;
|
1053 |
+
color: #444;
|
1054 |
+
background-color: #fff;
|
1055 |
+
display: inline-block;
|
1056 |
+
}
|
1057 |
+
}
|
1058 |
+
|
1059 |
+
.newsletter-form-container {
|
1060 |
+
display: flex;
|
1061 |
+
|
1062 |
+
.newsletter-form-email {
|
1063 |
+
border: 1px solid #aaa;
|
1064 |
+
border-color: #ddd;
|
1065 |
+
border-radius: 4px;
|
1066 |
+
height: 42px;
|
1067 |
+
padding: 0 8px;
|
1068 |
+
font-size: 16px;
|
1069 |
+
color: #666;
|
1070 |
+
background-color: #fff;
|
1071 |
+
display: inline-block;
|
1072 |
+
margin-right: 6px;
|
1073 |
+
flex-grow: 1;
|
1074 |
+
}
|
1075 |
+
|
1076 |
+
.newsletter-form-button-container {
|
1077 |
+
flex-grow: 0;
|
1078 |
+
}
|
1079 |
+
}
|
1080 |
+
|
1081 |
+
.wc-setup .wc-setup-actions .button.newsletter-form-button {
|
1082 |
+
height: 42px;
|
1083 |
+
padding: 0 1em;
|
1084 |
+
margin: 0;
|
1085 |
+
}
|
1086 |
+
|
1087 |
+
.wc-wizard-next-steps {
|
1088 |
+
border: 1px solid #eee;
|
1089 |
+
border-radius: 4px;
|
1090 |
+
list-style: none;
|
1091 |
+
padding: 0;
|
1092 |
+
|
1093 |
+
li {
|
1094 |
+
padding: 0;
|
1095 |
+
}
|
1096 |
+
|
1097 |
+
.wc-wizard-next-step-item {
|
1098 |
+
display: flex;
|
1099 |
+
border-top: 1px solid #eee;
|
1100 |
+
|
1101 |
+
&:first-child {
|
1102 |
+
border-top: 0;
|
1103 |
+
}
|
1104 |
+
}
|
1105 |
+
|
1106 |
+
.wc-wizard-next-step-description {
|
1107 |
+
flex-grow: 1;
|
1108 |
+
margin: 1.5em;
|
1109 |
+
}
|
1110 |
+
|
1111 |
+
.wc-wizard-next-step-action {
|
1112 |
+
flex-grow: 0;
|
1113 |
+
display: flex;
|
1114 |
+
align-items: center;
|
1115 |
+
|
1116 |
+
.button {
|
1117 |
+
margin: 1em 1.5em;
|
1118 |
+
}
|
1119 |
+
}
|
1120 |
+
|
1121 |
+
p {
|
1122 |
+
&.next-step-heading {
|
1123 |
+
margin: 0;
|
1124 |
+
font-size: 0.95em;
|
1125 |
+
font-weight: 400;
|
1126 |
+
font-variant: all-petite-caps;
|
1127 |
+
}
|
1128 |
+
|
1129 |
+
&.next-step-extra-info {
|
1130 |
+
margin: 0;
|
1131 |
+
}
|
1132 |
+
}
|
1133 |
+
|
1134 |
+
h3 {
|
1135 |
+
&.next-step-description {
|
1136 |
+
margin: 0;
|
1137 |
+
font-size: 16px;
|
1138 |
+
font-weight: 600;
|
1139 |
+
}
|
1140 |
+
}
|
1141 |
+
|
1142 |
+
.wc-wizard-additional-steps {
|
1143 |
+
border-top: 1px solid #eee;
|
1144 |
+
|
1145 |
+
.wc-wizard-next-step-description {
|
1146 |
+
margin-bottom: 0;
|
1147 |
+
}
|
1148 |
+
|
1149 |
+
.wc-setup-actions {
|
1150 |
+
margin: 0 0 1.5em 0;
|
1151 |
+
|
1152 |
+
.button {
|
1153 |
+
font-size: 15px;
|
1154 |
+
margin: 1em 0 1em 1.5em;
|
1155 |
+
}
|
1156 |
+
.button::last-child {
|
1157 |
+
margin-right: 1.5em;
|
1158 |
+
}
|
1159 |
+
}
|
1160 |
+
}
|
1161 |
+
}
|
1162 |
+
|
1163 |
+
p.next-steps-help-text {
|
1164 |
+
color: #9f9f9f;
|
1165 |
+
padding: 0 2em;
|
1166 |
+
text-align: center;
|
1167 |
+
font-size: .9em;
|
1168 |
+
}
|
1169 |
+
|
1170 |
+
p.jetpack-terms {
|
1171 |
+
font-size: .8em;
|
1172 |
+
text-align: center;
|
1173 |
+
max-width: 480px;
|
1174 |
+
margin: 0 auto;
|
1175 |
+
line-height: 1.5em;
|
1176 |
+
}
|
1177 |
+
|
1178 |
+
.woocommerce-error {
|
1179 |
+
background: #ffe6e5;
|
1180 |
+
border-color: #ffc5c2;
|
1181 |
+
padding: 1em;
|
1182 |
+
margin-bottom: 1em;
|
1183 |
+
|
1184 |
+
p {
|
1185 |
+
margin-top: 0;
|
1186 |
+
margin-bottom: 0.5em;
|
1187 |
+
color: #444;
|
1188 |
+
}
|
1189 |
+
|
1190 |
+
a {
|
1191 |
+
color: #ff645c;
|
1192 |
+
}
|
1193 |
+
|
1194 |
+
.reconnect-reminder {
|
1195 |
+
font-size: 0.85em;
|
1196 |
+
}
|
1197 |
+
|
1198 |
+
.wc-setup-actions .button {
|
1199 |
+
font-size: 14px;
|
1200 |
+
}
|
1201 |
+
}
|
1202 |
+
|
1203 |
+
.wc-wizard-service-setting-stripe_create_account, .wc-wizard-service-setting-ppec_paypal_reroute_requests {
|
1204 |
+
display: flex;
|
1205 |
+
align-items: flex-start;
|
1206 |
+
|
1207 |
+
.payment-checkbox-input {
|
1208 |
+
order: 1;
|
1209 |
+
margin-top: 5px;
|
1210 |
+
margin-left: 0;
|
1211 |
+
margin-right: 0;
|
1212 |
+
width: 1.5em;
|
1213 |
+
}
|
1214 |
+
|
1215 |
+
.stripe_create_account, .ppec_paypal_reroute_requests {
|
1216 |
+
order: 2;
|
1217 |
+
margin-left: 0.3em;
|
1218 |
+
}
|
1219 |
+
}
|
1220 |
+
|
1221 |
+
.wc-wizard-service-setting-stripe_email, .wc-wizard-service-setting-ppec_paypal_email {
|
1222 |
+
margin-top: 0.75em;
|
1223 |
+
margin-left: 1.5em;
|
1224 |
+
|
1225 |
+
label.stripe_email, label.ppec_paypal_email {
|
1226 |
+
position: absolute;
|
1227 |
+
margin: -1px;
|
1228 |
+
padding: 0;
|
1229 |
+
height: 1px;
|
1230 |
+
width: 1px;
|
1231 |
+
overflow: hidden;
|
1232 |
+
clip: rect(0 0 0 0);
|
1233 |
+
border: 0;
|
1234 |
+
}
|
1235 |
+
|
1236 |
+
input.payment-email-input {
|
1237 |
+
box-sizing: border-box;
|
1238 |
+
margin-bottom: .5em;
|
1239 |
+
width: 100%;
|
1240 |
+
height: 32px;
|
1241 |
+
}
|
1242 |
+
}
|
1243 |
+
|
1244 |
+
.wc-setup-content .recommended-step {
|
1245 |
+
border: 1px solid #ebebeb;
|
1246 |
+
border-radius: 4px;
|
1247 |
+
padding: 2.5em;
|
1248 |
+
|
1249 |
+
li {
|
1250 |
+
list-style: none;
|
1251 |
+
|
1252 |
+
&:last-child label {
|
1253 |
+
margin-bottom: 0; // Avoid extra space at the end of the list.
|
1254 |
+
}
|
1255 |
+
}
|
1256 |
+
|
1257 |
+
label {
|
1258 |
+
display: flex;
|
1259 |
+
align-items: center;
|
1260 |
+
margin-bottom: 1.5em;
|
1261 |
+
|
1262 |
+
&:before, &:after {
|
1263 |
+
top: auto;
|
1264 |
+
}
|
1265 |
+
&:after {
|
1266 |
+
margin-top: -1.5px;
|
1267 |
+
}
|
1268 |
+
}
|
1269 |
+
|
1270 |
+
.recommended-item-icon {
|
1271 |
+
border: 1px solid #fff;
|
1272 |
+
border-radius: 7px;
|
1273 |
+
height: 3.5em;
|
1274 |
+
margin-right: 1em;
|
1275 |
+
margin-left: 4px;
|
1276 |
+
|
1277 |
+
&.recommended-item-icon-storefront_theme {
|
1278 |
+
background-color: #f4a224;
|
1279 |
+
max-height: 3em;
|
1280 |
+
max-width: 3em;
|
1281 |
+
padding: ( 3.5em - 3em ) / 2;
|
1282 |
+
}
|
1283 |
+
|
1284 |
+
&.recommended-item-icon-automated_taxes {
|
1285 |
+
background-color: #d0011b;
|
1286 |
+
max-height: 1.75em;
|
1287 |
+
padding: ( 3.5em - 1.75em ) / 2;
|
1288 |
+
}
|
1289 |
+
|
1290 |
+
&.recommended-item-icon-mailchimp {
|
1291 |
+
background-color: #209bbb;
|
1292 |
+
height: 2em;
|
1293 |
+
padding: ( 3.5em - 2em ) / 2;
|
1294 |
+
}
|
1295 |
+
}
|
1296 |
+
|
1297 |
+
.recommended-item-description-container {
|
1298 |
+
h3 {
|
1299 |
+
font-size: 15px;
|
1300 |
+
font-weight: bold;
|
1301 |
+
letter-spacing: 0.5px;
|
1302 |
+
margin-bottom: 0;
|
1303 |
+
}
|
1304 |
+
|
1305 |
+
p {
|
1306 |
+
margin-top: 0;
|
1307 |
+
line-height: 1.5em;
|
1308 |
+
}
|
1309 |
+
}
|
1310 |
+
}
|
assets/vendors/woo-setup-wiz/images/icons/loader.svg
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4 |
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5 |
+
viewBox="0 0 91.3 91.1" enable-background="new 0 0 91.3 91.1" xml:space="preserve">
|
6 |
+
<circle cx="45.7" cy="45.7" r="45.7"/>
|
7 |
+
<circle fill="#FFFFFF" cx="45.7" cy="24.4" r="12.5"/>
|
8 |
+
</svg>
|
assets/vendors/woo-setup-wiz/js/jquery-blockui/jquery.blockUI.js
ADDED
@@ -0,0 +1,619 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* jQuery blockUI plugin
|
3 |
+
* Version 2.70.0-2014.11.23
|
4 |
+
* Requires jQuery v1.7 or later
|
5 |
+
*
|
6 |
+
* Examples at: http://malsup.com/jquery/block/
|
7 |
+
* Copyright (c) 2007-2013 M. Alsup
|
8 |
+
* Dual licensed under the MIT and GPL licenses:
|
9 |
+
* http://www.opensource.org/licenses/mit-license.php
|
10 |
+
* http://www.gnu.org/licenses/gpl.html
|
11 |
+
*
|
12 |
+
* Thanks to Amir-Hossein Sobhi for some excellent contributions!
|
13 |
+
*/
|
14 |
+
;(function() {
|
15 |
+
/*jshint eqeqeq:false curly:false latedef:false */
|
16 |
+
"use strict";
|
17 |
+
|
18 |
+
function setup($) {
|
19 |
+
$.fn._fadeIn = $.fn.fadeIn;
|
20 |
+
|
21 |
+
var noOp = $.noop || function() {};
|
22 |
+
|
23 |
+
// this bit is to ensure we don't call setExpression when we shouldn't (with extra muscle to handle
|
24 |
+
// confusing userAgent strings on Vista)
|
25 |
+
var msie = /MSIE/.test(navigator.userAgent);
|
26 |
+
var ie6 = /MSIE 6.0/.test(navigator.userAgent) && ! /MSIE 8.0/.test(navigator.userAgent);
|
27 |
+
var mode = document.documentMode || 0;
|
28 |
+
var setExpr = $.isFunction( document.createElement('div').style.setExpression );
|
29 |
+
|
30 |
+
// global $ methods for blocking/unblocking the entire page
|
31 |
+
$.blockUI = function(opts) { install(window, opts); };
|
32 |
+
$.unblockUI = function(opts) { remove(window, opts); };
|
33 |
+
|
34 |
+
// convenience method for quick growl-like notifications (http://www.google.com/search?q=growl)
|
35 |
+
$.growlUI = function(title, message, timeout, onClose) {
|
36 |
+
var $m = $('<div class="growlUI"></div>');
|
37 |
+
if (title) $m.append('<h1>'+title+'</h1>');
|
38 |
+
if (message) $m.append('<h2>'+message+'</h2>');
|
39 |
+
if (timeout === undefined) timeout = 3000;
|
40 |
+
|
41 |
+
// Added by konapun: Set timeout to 30 seconds if this growl is moused over, like normal toast notifications
|
42 |
+
var callBlock = function(opts) {
|
43 |
+
opts = opts || {};
|
44 |
+
|
45 |
+
$.blockUI({
|
46 |
+
message: $m,
|
47 |
+
fadeIn : typeof opts.fadeIn !== 'undefined' ? opts.fadeIn : 700,
|
48 |
+
fadeOut: typeof opts.fadeOut !== 'undefined' ? opts.fadeOut : 1000,
|
49 |
+
timeout: typeof opts.timeout !== 'undefined' ? opts.timeout : timeout,
|
50 |
+
centerY: false,
|
51 |
+
showOverlay: false,
|
52 |
+
onUnblock: onClose,
|
53 |
+
css: $.blockUI.defaults.growlCSS
|
54 |
+
});
|
55 |
+
};
|
56 |
+
|
57 |
+
callBlock();
|
58 |
+
var nonmousedOpacity = $m.css('opacity');
|
59 |
+
$m.mouseover(function() {
|
60 |
+
callBlock({
|
61 |
+
fadeIn: 0,
|
62 |
+
timeout: 30000
|
63 |
+
});
|
64 |
+
|
65 |
+
var displayBlock = $('.blockMsg');
|
66 |
+
displayBlock.stop(); // cancel fadeout if it has started
|
67 |
+
displayBlock.fadeTo(300, 1); // make it easier to read the message by removing transparency
|
68 |
+
}).mouseout(function() {
|
69 |
+
$('.blockMsg').fadeOut(1000);
|
70 |
+
});
|
71 |
+
// End konapun additions
|
72 |
+
};
|
73 |
+
|
74 |
+
// plugin method for blocking element content
|
75 |
+
$.fn.block = function(opts) {
|
76 |
+
if ( this[0] === window ) {
|
77 |
+
$.blockUI( opts );
|
78 |
+
return this;
|
79 |
+
}
|
80 |
+
var fullOpts = $.extend({}, $.blockUI.defaults, opts || {});
|
81 |
+
this.each(function() {
|
82 |
+
var $el = $(this);
|
83 |
+
if (fullOpts.ignoreIfBlocked && $el.data('blockUI.isBlocked'))
|
84 |
+
return;
|
85 |
+
$el.unblock({ fadeOut: 0 });
|
86 |
+
});
|
87 |
+
|
88 |
+
return this.each(function() {
|
89 |
+
if ($.css(this,'position') == 'static') {
|
90 |
+
this.style.position = 'relative';
|
91 |
+
$(this).data('blockUI.static', true);
|
92 |
+
}
|
93 |
+
this.style.zoom = 1; // force 'hasLayout' in ie
|
94 |
+
install(this, opts);
|
95 |
+
});
|
96 |
+
};
|
97 |
+
|
98 |
+
// plugin method for unblocking element content
|
99 |
+
$.fn.unblock = function(opts) {
|
100 |
+
if ( this[0] === window ) {
|
101 |
+
$.unblockUI( opts );
|
102 |
+
return this;
|
103 |
+
}
|
104 |
+
return this.each(function() {
|
105 |
+
remove(this, opts);
|
106 |
+
});
|
107 |
+
};
|
108 |
+
|
109 |
+
$.blockUI.version = 2.70; // 2nd generation blocking at no extra cost!
|
110 |
+
|
111 |
+
// override these in your code to change the default behavior and style
|
112 |
+
$.blockUI.defaults = {
|
113 |
+
// message displayed when blocking (use null for no message)
|
114 |
+
message: '<h1>Please wait...</h1>',
|
115 |
+
|
116 |
+
title: null, // title string; only used when theme == true
|
117 |
+
draggable: true, // only used when theme == true (requires jquery-ui.js to be loaded)
|
118 |
+
|
119 |
+
theme: false, // set to true to use with jQuery UI themes
|
120 |
+
|
121 |
+
// styles for the message when blocking; if you wish to disable
|
122 |
+
// these and use an external stylesheet then do this in your code:
|
123 |
+
// $.blockUI.defaults.css = {};
|
124 |
+
css: {
|
125 |
+
padding: 0,
|
126 |
+
margin: 0,
|
127 |
+
width: '30%',
|
128 |
+
top: '40%',
|
129 |
+
left: '35%',
|
130 |
+
textAlign: 'center',
|
131 |
+
color: '#000',
|
132 |
+
border: '3px solid #aaa',
|
133 |
+
backgroundColor:'#fff',
|
134 |
+
cursor: 'wait'
|
135 |
+
},
|
136 |
+
|
137 |
+
// minimal style set used when themes are used
|
138 |
+
themedCSS: {
|
139 |
+
width: '30%',
|
140 |
+
top: '40%',
|
141 |
+
left: '35%'
|
142 |
+
},
|
143 |
+
|
144 |
+
// styles for the overlay
|
145 |
+
overlayCSS: {
|
146 |
+
backgroundColor: '#000',
|
147 |
+
opacity: 0.6,
|
148 |
+
cursor: 'wait'
|
149 |
+
},
|
150 |
+
|
151 |
+
// style to replace wait cursor before unblocking to correct issue
|
152 |
+
// of lingering wait cursor
|
153 |
+
cursorReset: 'default',
|
154 |
+
|
155 |
+
// styles applied when using $.growlUI
|
156 |
+
growlCSS: {
|
157 |
+
width: '350px',
|
158 |
+
top: '10px',
|
159 |
+
left: '',
|
160 |
+
right: '10px',
|
161 |
+
border: 'none',
|
162 |
+
padding: '5px',
|
163 |
+
opacity: 0.6,
|
164 |
+
cursor: 'default',
|
165 |
+
color: '#fff',
|
166 |
+
backgroundColor: '#000',
|
167 |
+
'-webkit-border-radius':'10px',
|
168 |
+
'-moz-border-radius': '10px',
|
169 |
+
'border-radius': '10px'
|
170 |
+
},
|
171 |
+
|
172 |
+
// IE issues: 'about:blank' fails on HTTPS and javascript:false is s-l-o-w
|
173 |
+
// (hat tip to Jorge H. N. de Vasconcelos)
|
174 |
+
/*jshint scripturl:true */
|
175 |
+
iframeSrc: /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank',
|
176 |
+
|
177 |
+
// force usage of iframe in non-IE browsers (handy for blocking applets)
|
178 |
+
forceIframe: false,
|
179 |
+
|
180 |
+
// z-index for the blocking overlay
|
181 |
+
baseZ: 1000,
|
182 |
+
|
183 |
+
// set these to true to have the message automatically centered
|
184 |
+
centerX: true, // <-- only effects element blocking (page block controlled via css above)
|
185 |
+
centerY: true,
|
186 |
+
|
187 |
+
// allow body element to be stetched in ie6; this makes blocking look better
|
188 |
+
// on "short" pages. disable if you wish to prevent changes to the body height
|
189 |
+
allowBodyStretch: true,
|
190 |
+
|
191 |
+
// enable if you want key and mouse events to be disabled for content that is blocked
|
192 |
+
bindEvents: true,
|
193 |
+
|
194 |
+
// be default blockUI will supress tab navigation from leaving blocking content
|
195 |
+
// (if bindEvents is true)
|
196 |
+
constrainTabKey: true,
|
197 |
+
|
198 |
+
// fadeIn time in millis; set to 0 to disable fadeIn on block
|
199 |
+
fadeIn: 200,
|
200 |
+
|
201 |
+
// fadeOut time in millis; set to 0 to disable fadeOut on unblock
|
202 |
+
fadeOut: 400,
|
203 |
+
|
204 |
+
// time in millis to wait before auto-unblocking; set to 0 to disable auto-unblock
|
205 |
+
timeout: 0,
|
206 |
+
|
207 |
+
// disable if you don't want to show the overlay
|
208 |
+
showOverlay: true,
|
209 |
+
|
210 |
+
// if true, focus will be placed in the first available input field when
|
211 |
+
// page blocking
|
212 |
+
focusInput: true,
|
213 |
+
|
214 |
+
// elements that can receive focus
|
215 |
+
focusableElements: ':input:enabled:visible',
|
216 |
+
|
217 |
+
// suppresses the use of overlay styles on FF/Linux (due to performance issues with opacity)
|
218 |
+
// no longer needed in 2012
|
219 |
+
// applyPlatformOpacityRules: true,
|
220 |
+
|
221 |
+
// callback method invoked when fadeIn has completed and blocking message is visible
|
222 |
+
onBlock: null,
|
223 |
+
|
224 |
+
// callback method invoked when unblocking has completed; the callback is
|
225 |
+
// passed the element that has been unblocked (which is the window object for page
|
226 |
+
// blocks) and the options that were passed to the unblock call:
|
227 |
+
// onUnblock(element, options)
|
228 |
+
onUnblock: null,
|
229 |
+
|
230 |
+
// callback method invoked when the overlay area is clicked.
|
231 |
+
// setting this will turn the cursor to a pointer, otherwise cursor defined in overlayCss will be used.
|
232 |
+
onOverlayClick: null,
|
233 |
+
|
234 |
+
// don't ask; if you really must know: http://groups.google.com/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493#2f6a79a77a78e493
|
235 |
+
quirksmodeOffsetHack: 4,
|
236 |
+
|
237 |
+
// class name of the message block
|
238 |
+
blockMsgClass: 'blockMsg',
|
239 |
+
|
240 |
+
// if it is already blocked, then ignore it (don't unblock and reblock)
|
241 |
+
ignoreIfBlocked: false
|
242 |
+
};
|
243 |
+
|
244 |
+
// private data and functions follow...
|
245 |
+
|
246 |
+
var pageBlock = null;
|
247 |
+
var pageBlockEls = [];
|
248 |
+
|
249 |
+
function install(el, opts) {
|
250 |
+
var css, themedCSS;
|
251 |
+
var full = (el == window);
|
252 |
+
var msg = (opts && opts.message !== undefined ? opts.message : undefined);
|
253 |
+
opts = $.extend({}, $.blockUI.defaults, opts || {});
|
254 |
+
|
255 |
+
if (opts.ignoreIfBlocked && $(el).data('blockUI.isBlocked'))
|
256 |
+
return;
|
257 |
+
|
258 |
+
opts.overlayCSS = $.extend({}, $.blockUI.defaults.overlayCSS, opts.overlayCSS || {});
|
259 |
+
css = $.extend({}, $.blockUI.defaults.css, opts.css || {});
|
260 |
+
if (opts.onOverlayClick)
|
261 |
+
opts.overlayCSS.cursor = 'pointer';
|
262 |
+
|
263 |
+
themedCSS = $.extend({}, $.blockUI.defaults.themedCSS, opts.themedCSS || {});
|
264 |
+
msg = msg === undefined ? opts.message : msg;
|
265 |
+
|
266 |
+
// remove the current block (if there is one)
|
267 |
+
if (full && pageBlock)
|
268 |
+
remove(window, {fadeOut:0});
|
269 |
+
|
270 |
+
// if an existing element is being used as the blocking content then we capture
|
271 |
+
// its current place in the DOM (and current display style) so we can restore
|
272 |
+
// it when we unblock
|
273 |
+
if (msg && typeof msg != 'string' && (msg.parentNode || msg.jquery)) {
|
274 |
+
var node = msg.jquery ? msg[0] : msg;
|
275 |
+
var data = {};
|
276 |
+
$(el).data('blockUI.history', data);
|
277 |
+
data.el = node;
|
278 |
+
data.parent = node.parentNode;
|
279 |
+
data.display = node.style.display;
|
280 |
+
data.position = node.style.position;
|
281 |
+
if (data.parent)
|
282 |
+
data.parent.removeChild(node);
|
283 |
+
}
|
284 |
+
|
285 |
+
$(el).data('blockUI.onUnblock', opts.onUnblock);
|
286 |
+
var z = opts.baseZ;
|
287 |
+
|
288 |
+
// blockUI uses 3 layers for blocking, for simplicity they are all used on every platform;
|
289 |
+
// layer1 is the iframe layer which is used to supress bleed through of underlying content
|
290 |
+
// layer2 is the overlay layer which has opacity and a wait cursor (by default)
|
291 |
+
// layer3 is the message content that is displayed while blocking
|
292 |
+
var lyr1, lyr2, lyr3, s;
|
293 |
+
if (msie || opts.forceIframe)
|
294 |
+
lyr1 = $('<iframe class="blockUI" style="z-index:'+ (z++) +';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+opts.iframeSrc+'"></iframe>');
|
295 |
+
else
|
296 |
+
lyr1 = $('<div class="blockUI" style="display:none"></div>');
|
297 |
+
|
298 |
+
if (opts.theme)
|
299 |
+
lyr2 = $('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+ (z++) +';display:none"></div>');
|
300 |
+
else
|
301 |
+
lyr2 = $('<div class="blockUI blockOverlay" style="z-index:'+ (z++) +';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>');
|
302 |
+
|
303 |
+
if (opts.theme && full) {
|
304 |
+
s = '<div class="blockUI ' + opts.blockMsgClass + ' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(z+10)+';display:none;position:fixed">';
|
305 |
+
if ( opts.title ) {
|
306 |
+
s += '<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(opts.title || ' ')+'</div>';
|
307 |
+
}
|
308 |
+
s += '<div class="ui-widget-content ui-dialog-content"></div>';
|
309 |
+
s += '</div>';
|
310 |
+
}
|
311 |
+
else if (opts.theme) {
|
312 |
+
s = '<div class="blockUI ' + opts.blockMsgClass + ' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(z+10)+';display:none;position:absolute">';
|
313 |
+
if ( opts.title ) {
|
314 |
+
s += '<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(opts.title || ' ')+'</div>';
|
315 |
+
}
|
316 |
+
s += '<div class="ui-widget-content ui-dialog-content"></div>';
|
317 |
+
s += '</div>';
|
318 |
+
}
|
319 |
+
else if (full) {
|
320 |
+
s = '<div class="blockUI ' + opts.blockMsgClass + ' blockPage" style="z-index:'+(z+10)+';display:none;position:fixed"></div>';
|
321 |
+
}
|
322 |
+
else {
|
323 |
+
s = '<div class="blockUI ' + opts.blockMsgClass + ' blockElement" style="z-index:'+(z+10)+';display:none;position:absolute"></div>';
|
324 |
+
}
|
325 |
+
lyr3 = $(s);
|
326 |
+
|
327 |
+
// if we have a message, style it
|
328 |
+
if (msg) {
|
329 |
+
if (opts.theme) {
|
330 |
+
lyr3.css(themedCSS);
|
331 |
+
lyr3.addClass('ui-widget-content');
|
332 |
+
}
|
333 |
+
else
|
334 |
+
lyr3.css(css);
|
335 |
+
}
|
336 |
+
|
337 |
+
// style the overlay
|
338 |
+
if (!opts.theme /*&& (!opts.applyPlatformOpacityRules)*/)
|
339 |
+
lyr2.css(opts.overlayCSS);
|
340 |
+
lyr2.css('position', full ? 'fixed' : 'absolute');
|
341 |
+
|
342 |
+
// make iframe layer transparent in IE
|
343 |
+
if (msie || opts.forceIframe)
|
344 |
+
lyr1.css('opacity',0.0);
|
345 |
+
|
346 |
+
//$([lyr1[0],lyr2[0],lyr3[0]]).appendTo(full ? 'body' : el);
|
347 |
+
var layers = [lyr1,lyr2,lyr3], $par = full ? $('body') : $(el);
|
348 |
+
$.each(layers, function() {
|
349 |
+
this.appendTo($par);
|
350 |
+
});
|
351 |
+
|
352 |
+
if (opts.theme && opts.draggable && $.fn.draggable) {
|
353 |
+
lyr3.draggable({
|
354 |
+
handle: '.ui-dialog-titlebar',
|
355 |
+
cancel: 'li'
|
356 |
+
});
|
357 |
+
}
|
358 |
+
|
359 |
+
// ie7 must use absolute positioning in quirks mode and to account for activex issues (when scrolling)
|
360 |
+
var expr = setExpr && (!$.support.boxModel || $('object,embed', full ? null : el).length > 0);
|
361 |
+
if (ie6 || expr) {
|
362 |
+
// give body 100% height
|
363 |
+
if (full && opts.allowBodyStretch && $.support.boxModel)
|
364 |
+
$('html,body').css('height','100%');
|
365 |
+
|
366 |
+
// fix ie6 issue when blocked element has a border width
|
367 |
+
if ((ie6 || !$.support.boxModel) && !full) {
|
368 |
+
var t = sz(el,'borderTopWidth'), l = sz(el,'borderLeftWidth');
|
369 |
+
var fixT = t ? '(0 - '+t+')' : 0;
|
370 |
+
var fixL = l ? '(0 - '+l+')' : 0;
|
371 |
+
}
|
372 |
+
|
373 |
+
// simulate fixed position
|
374 |
+
$.each(layers, function(i,o) {
|
375 |
+
var s = o[0].style;
|
376 |
+
s.position = 'absolute';
|
377 |
+
if (i < 2) {
|
378 |
+
if (full)
|
379 |
+
s.setExpression('height','Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:'+opts.quirksmodeOffsetHack+') + "px"');
|
380 |
+
else
|
381 |
+
s.setExpression('height','this.parentNode.offsetHeight + "px"');
|
382 |
+
if (full)
|
383 |
+
s.setExpression('width','jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"');
|
384 |
+
else
|
385 |
+
s.setExpression('width','this.parentNode.offsetWidth + "px"');
|
386 |
+
if (fixL) s.setExpression('left', fixL);
|
387 |
+
if (fixT) s.setExpression('top', fixT);
|
388 |
+
}
|
389 |
+
else if (opts.centerY) {
|
390 |
+
if (full) s.setExpression('top','(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"');
|
391 |
+
s.marginTop = 0;
|
392 |
+
}
|
393 |
+
else if (!opts.centerY && full) {
|
394 |
+
var top = (opts.css && opts.css.top) ? parseInt(opts.css.top, 10) : 0;
|
395 |
+
var expression = '((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + '+top+') + "px"';
|
396 |
+
s.setExpression('top',expression);
|
397 |
+
}
|
398 |
+
});
|
399 |
+
}
|
400 |
+
|
401 |
+
// show the message
|
402 |
+
if (msg) {
|
403 |
+
if (opts.theme)
|
404 |
+
lyr3.find('.ui-widget-content').append(msg);
|
405 |
+
else
|
406 |
+
lyr3.append(msg);
|
407 |
+
if (msg.jquery || msg.nodeType)
|
408 |
+
$(msg).show();
|
409 |
+
}
|
410 |
+
|
411 |
+
if ((msie || opts.forceIframe) && opts.showOverlay)
|
412 |
+
lyr1.show(); // opacity is zero
|
413 |
+
if (opts.fadeIn) {
|
414 |
+
var cb = opts.onBlock ? opts.onBlock : noOp;
|
415 |
+
var cb1 = (opts.showOverlay && !msg) ? cb : noOp;
|
416 |
+
var cb2 = msg ? cb : noOp;
|
417 |
+
if (opts.showOverlay)
|
418 |
+
lyr2._fadeIn(opts.fadeIn, cb1);
|
419 |
+
if (msg)
|
420 |
+
lyr3._fadeIn(opts.fadeIn, cb2);
|
421 |
+
}
|
422 |
+
else {
|
423 |
+
if (opts.showOverlay)
|
424 |
+
lyr2.show();
|
425 |
+
if (msg)
|
426 |
+
lyr3.show();
|
427 |
+
if (opts.onBlock)
|
428 |
+
opts.onBlock.bind(lyr3)();
|
429 |
+
}
|
430 |
+
|
431 |
+
// bind key and mouse events
|
432 |
+
bind(1, el, opts);
|
433 |
+
|
434 |
+
if (full) {
|
435 |
+
pageBlock = lyr3[0];
|
436 |
+
pageBlockEls = $(opts.focusableElements,pageBlock);
|
437 |
+
if (opts.focusInput)
|
438 |
+
setTimeout(focus, 20);
|
439 |
+
}
|
440 |
+
else
|
441 |
+
center(lyr3[0], opts.centerX, opts.centerY);
|
442 |
+
|
443 |
+
if (opts.timeout) {
|
444 |
+
// auto-unblock
|
445 |
+
var to = setTimeout(function() {
|
446 |
+
if (full)
|
447 |
+
$.unblockUI(opts);
|
448 |
+
else
|
449 |
+
$(el).unblock(opts);
|
450 |
+
}, opts.timeout);
|
451 |
+
$(el).data('blockUI.timeout', to);
|
452 |
+
}
|
453 |
+
}
|
454 |
+
|
455 |
+
// remove the block
|
456 |
+
function remove(el, opts) {
|
457 |
+
var count;
|
458 |
+
var full = (el == window);
|
459 |
+
var $el = $(el);
|
460 |
+
var data = $el.data('blockUI.history');
|
461 |
+
var to = $el.data('blockUI.timeout');
|
462 |
+
if (to) {
|
463 |
+
clearTimeout(to);
|
464 |
+
$el.removeData('blockUI.timeout');
|
465 |
+
}
|
466 |
+
opts = $.extend({}, $.blockUI.defaults, opts || {});
|
467 |
+
bind(0, el, opts); // unbind events
|
468 |
+
|
469 |
+
if (opts.onUnblock === null) {
|
470 |
+
opts.onUnblock = $el.data('blockUI.onUnblock');
|
471 |
+
$el.removeData('blockUI.onUnblock');
|
472 |
+
}
|
473 |
+
|
474 |
+
var els;
|
475 |
+
if (full) // crazy selector to handle odd field errors in ie6/7
|
476 |
+
els = $(document.body).children().filter('.blockUI').add('body > .blockUI');
|
477 |
+
else
|
478 |
+
els = $el.find('>.blockUI');
|
479 |
+
|
480 |
+
// fix cursor issue
|
481 |
+
if ( opts.cursorReset ) {
|
482 |
+
if ( els.length > 1 )
|
483 |
+
els[1].style.cursor = opts.cursorReset;
|
484 |
+
if ( els.length > 2 )
|
485 |
+
els[2].style.cursor = opts.cursorReset;
|
486 |
+
}
|
487 |
+
|
488 |
+
if (full)
|
489 |
+
pageBlock = pageBlockEls = null;
|
490 |
+
|
491 |
+
if (opts.fadeOut) {
|
492 |
+
count = els.length;
|
493 |
+
els.stop().fadeOut(opts.fadeOut, function() {
|
494 |
+
if ( --count === 0)
|
495 |
+
reset(els,data,opts,el);
|
496 |
+
});
|
497 |
+
}
|
498 |
+
else
|
499 |
+
reset(els, data, opts, el);
|
500 |
+
}
|
501 |
+
|
502 |
+
// move blocking element back into the DOM where it started
|
503 |
+
function reset(els,data,opts,el) {
|
504 |
+
var $el = $(el);
|
505 |
+
if ( $el.data('blockUI.isBlocked') )
|
506 |
+
return;
|
507 |
+
|
508 |
+
els.each(function(i,o) {
|
509 |
+
// remove via DOM calls so we don't lose event handlers
|
510 |
+
if (this.parentNode)
|
511 |
+
this.parentNode.removeChild(this);
|
512 |
+
});
|
513 |
+
|
514 |
+
if (data && data.el) {
|
515 |
+
data.el.style.display = data.display;
|
516 |
+
data.el.style.position = data.position;
|
517 |
+
data.el.style.cursor = 'default'; // #59
|
518 |
+
if (data.parent)
|
519 |
+
data.parent.appendChild(data.el);
|
520 |
+
$el.removeData('blockUI.history');
|
521 |
+
}
|
522 |
+
|
523 |
+
if ($el.data('blockUI.static')) {
|
524 |
+
$el.css('position', 'static'); // #22
|
525 |
+
}
|
526 |
+
|
527 |
+
if (typeof opts.onUnblock == 'function')
|
528 |
+
opts.onUnblock(el,opts);
|
529 |
+
|
530 |
+
// fix issue in Safari 6 where block artifacts remain until reflow
|
531 |
+
var body = $(document.body), w = body.width(), cssW = body[0].style.width;
|
532 |
+
body.width(w-1).width(w);
|
533 |
+
body[0].style.width = cssW;
|
534 |
+
}
|
535 |
+
|
536 |
+
// bind/unbind the handler
|
537 |
+
function bind(b, el, opts) {
|
538 |
+
var full = el == window, $el = $(el);
|
539 |
+
|
540 |
+
// don't bother unbinding if there is nothing to unbind
|
541 |
+
if (!b && (full && !pageBlock || !full && !$el.data('blockUI.isBlocked')))
|
542 |
+
return;
|
543 |
+
|
544 |
+
$el.data('blockUI.isBlocked', b);
|
545 |
+
|
546 |
+
// don't bind events when overlay is not in use or if bindEvents is false
|
547 |
+
if (!full || !opts.bindEvents || (b && !opts.showOverlay))
|
548 |
+
return;
|
549 |
+
|
550 |
+
// bind anchors and inputs for mouse and key events
|
551 |
+
var events = 'mousedown mouseup keydown keypress keyup touchstart touchend touchmove';
|
552 |
+
if (b)
|
553 |
+
$(document).bind(events, opts, handler);
|
554 |
+
else
|
555 |
+
$(document).unbind(events, handler);
|
556 |
+
|
557 |
+
// former impl...
|
558 |
+
// var $e = $('a,:input');
|
559 |
+
// b ? $e.bind(events, opts, handler) : $e.unbind(events, handler);
|
560 |
+
}
|
561 |
+
|
562 |
+
// event handler to suppress keyboard/mouse events when blocking
|
563 |
+
function handler(e) {
|
564 |
+
// allow tab navigation (conditionally)
|
565 |
+
if (e.type === 'keydown' && e.keyCode && e.keyCode == 9) {
|
566 |
+
if (pageBlock && e.data.constrainTabKey) {
|
567 |
+
var els = pageBlockEls;
|
568 |
+
var fwd = !e.shiftKey && e.target === els[els.length-1];
|
569 |
+
var back = e.shiftKey && e.target === els[0];
|
570 |
+
if (fwd || back) {
|
571 |
+
setTimeout(function(){focus(back);},10);
|
572 |
+
return false;
|
573 |
+
}
|
574 |
+
}
|
575 |
+
}
|
576 |
+
var opts = e.data;
|
577 |
+
var target = $(e.target);
|
578 |
+
if (target.hasClass('blockOverlay') && opts.onOverlayClick)
|
579 |
+
opts.onOverlayClick(e);
|
580 |
+
|
581 |
+
// allow events within the message content
|
582 |
+
if (target.parents('div.' + opts.blockMsgClass).length > 0)
|
583 |
+
return true;
|
584 |
+
|
585 |
+
// allow events for content that is not being blocked
|
586 |
+
return target.parents().children().filter('div.blockUI').length === 0;
|
587 |
+
}
|
588 |
+
|
589 |
+
function focus(back) {
|
590 |
+
if (!pageBlockEls)
|
591 |
+
return;
|
592 |
+
var e = pageBlockEls[back===true ? pageBlockEls.length-1 : 0];
|
593 |
+
if (e)
|
594 |
+
e.focus();
|
595 |
+
}
|
596 |
+
|
597 |
+
function center(el, x, y) {
|
598 |
+
var p = el.parentNode, s = el.style;
|
599 |
+
var l = ((p.offsetWidth - el.offsetWidth)/2) - sz(p,'borderLeftWidth');
|
600 |
+
var t = ((p.offsetHeight - el.offsetHeight)/2) - sz(p,'borderTopWidth');
|
601 |
+
if (x) s.left = l > 0 ? (l+'px') : '0';
|
602 |
+
if (y) s.top = t > 0 ? (t+'px') : '0';
|
603 |
+
}
|
604 |
+
|
605 |
+
function sz(el, p) {
|
606 |
+
return parseInt($.css(el,p),10)||0;
|
607 |
+
}
|
608 |
+
|
609 |
+
}
|
610 |
+
|
611 |
+
|
612 |
+
/*global define:true */
|
613 |
+
if (typeof define === 'function' && define.amd && define.amd.jQuery) {
|
614 |
+
define(['jquery'], setup);
|
615 |
+
} else {
|
616 |
+
setup(jQuery);
|
617 |
+
}
|
618 |
+
|
619 |
+
})();
|
assets/vendors/woo-setup-wiz/js/jquery-blockui/jquery.blockUI.min.js
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* jQuery blockUI plugin
|
3 |
+
* Version 2.70.0-2014.11.23
|
4 |
+
* Requires jQuery v1.7 or later
|
5 |
+
*
|
6 |
+
* Examples at: http://malsup.com/jquery/block/
|
7 |
+
* Copyright (c) 2007-2013 M. Alsup
|
8 |
+
* Dual licensed under the MIT and GPL licenses:
|
9 |
+
* http://www.opensource.org/licenses/mit-license.php
|
10 |
+
* http://www.gnu.org/licenses/gpl.html
|
11 |
+
*
|
12 |
+
* Thanks to Amir-Hossein Sobhi for some excellent contributions!
|
13 |
+
*/
|
14 |
+
!function(){"use strict";function e(e){function t(t,n){var s,h,k=t==window,y=n&&n.message!==undefined?n.message:undefined;if(!(n=e.extend({},e.blockUI.defaults,n||{})).ignoreIfBlocked||!e(t).data("blockUI.isBlocked")){if(n.overlayCSS=e.extend({},e.blockUI.defaults.overlayCSS,n.overlayCSS||{}),s=e.extend({},e.blockUI.defaults.css,n.css||{}),n.onOverlayClick&&(n.overlayCSS.cursor="pointer"),h=e.extend({},e.blockUI.defaults.themedCSS,n.themedCSS||{}),y=y===undefined?n.message:y,k&&p&&o(window,{fadeOut:0}),y&&"string"!=typeof y&&(y.parentNode||y.jquery)){var m=y.jquery?y[0]:y,g={};e(t).data("blockUI.history",g),g.el=m,g.parent=m.parentNode,g.display=m.style.display,g.position=m.style.position,g.parent&&g.parent.removeChild(m)}e(t).data("blockUI.onUnblock",n.onUnblock);var v,I,w,U,x=n.baseZ;v=e(r||n.forceIframe?'<iframe class="blockUI" style="z-index:'+x+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+n.iframeSrc+'"></iframe>':'<div class="blockUI" style="display:none"></div>'),I=e(n.theme?'<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+x+++';display:none"></div>':'<div class="blockUI blockOverlay" style="z-index:'+x+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),n.theme&&k?(U='<div class="blockUI '+n.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(x+10)+';display:none;position:fixed">',n.title&&(U+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(n.title||" ")+"</div>"),U+='<div class="ui-widget-content ui-dialog-content"></div>',U+="</div>"):n.theme?(U='<div class="blockUI '+n.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(x+10)+';display:none;position:absolute">',n.title&&(U+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(n.title||" ")+"</div>"),U+='<div class="ui-widget-content ui-dialog-content"></div>',U+="</div>"):U=k?'<div class="blockUI '+n.blockMsgClass+' blockPage" style="z-index:'+(x+10)+';display:none;position:fixed"></div>':'<div class="blockUI '+n.blockMsgClass+' blockElement" style="z-index:'+(x+10)+';display:none;position:absolute"></div>',w=e(U),y&&(n.theme?(w.css(h),w.addClass("ui-widget-content")):w.css(s)),n.theme||I.css(n.overlayCSS),I.css("position",k?"fixed":"absolute"),(r||n.forceIframe)&&v.css("opacity",0);var C=[v,I,w],S=e(k?"body":t);e.each(C,function(){this.appendTo(S)}),n.theme&&n.draggable&&e.fn.draggable&&w.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var O=f&&(!e.support.boxModel||e("object,embed",k?null:t).length>0);if(u||O){if(k&&n.allowBodyStretch&&e.support.boxModel&&e("html,body").css("height","100%"),(u||!e.support.boxModel)&&!k)var E=a(t,"borderTopWidth"),T=a(t,"borderLeftWidth"),M=E?"(0 - "+E+")":0,B=T?"(0 - "+T+")":0;e.each(C,function(e,t){var o=t[0].style;if(o.position="absolute",e<2)k?o.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+n.quirksmodeOffsetHack+') + "px"'):o.setExpression("height",'this.parentNode.offsetHeight + "px"'),k?o.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):o.setExpression("width",'this.parentNode.offsetWidth + "px"'),B&&o.setExpression("left",B),M&&o.setExpression("top",M);else if(n.centerY)k&&o.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),o.marginTop=0;else if(!n.centerY&&k){var i="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+(n.css&&n.css.top?parseInt(n.css.top,10):0)+') + "px"';o.setExpression("top",i)}})}if(y&&(n.theme?w.find(".ui-widget-content").append(y):w.append(y),(y.jquery||y.nodeType)&&e(y).show()),(r||n.forceIframe)&&n.showOverlay&&v.show(),n.fadeIn){var j=n.onBlock?n.onBlock:c,H=n.showOverlay&&!y?j:c,z=y?j:c;n.showOverlay&&I._fadeIn(n.fadeIn,H),y&&w._fadeIn(n.fadeIn,z)}else n.showOverlay&&I.show(),y&&w.show(),n.onBlock&&n.onBlock.bind(w)();if(i(1,t,n),k?(p=w[0],b=e(n.focusableElements,p),n.focusInput&&setTimeout(l,20)):d(w[0],n.centerX,n.centerY),n.timeout){var W=setTimeout(function(){k?e.unblockUI(n):e(t).unblock(n)},n.timeout);e(t).data("blockUI.timeout",W)}}}function o(t,o){var s,l=t==window,d=e(t),a=d.data("blockUI.history"),c=d.data("blockUI.timeout");c&&(clearTimeout(c),d.removeData("blockUI.timeout")),o=e.extend({},e.blockUI.defaults,o||{}),i(0,t,o),null===o.onUnblock&&(o.onUnblock=d.data("blockUI.onUnblock"),d.removeData("blockUI.onUnblock"));var r;r=l?e(document.body).children().filter(".blockUI").add("body > .blockUI"):d.find(">.blockUI"),o.cursorReset&&(r.length>1&&(r[1].style.cursor=o.cursorReset),r.length>2&&(r[2].style.cursor=o.cursorReset)),l&&(p=b=null),o.fadeOut?(s=r.length,r.stop().fadeOut(o.fadeOut,function(){0==--s&&n(r,a,o,t)})):n(r,a,o,t)}function n(t,o,n,i){var s=e(i);if(!s.data("blockUI.isBlocked")){t.each(function(e,t){this.parentNode&&this.parentNode.removeChild(this)}),o&&o.el&&(o.el.style.display=o.display,o.el.style.position=o.position,o.el.style.cursor="default",o.parent&&o.parent.appendChild(o.el),s.removeData("blockUI.history")),s.data("blockUI.static")&&s.css("position","static"),"function"==typeof n.onUnblock&&n.onUnblock(i,n);var l=e(document.body),d=l.width(),a=l[0].style.width;l.width(d-1).width(d),l[0].style.width=a}}function i(t,o,n){var i=o==window,l=e(o);if((t||(!i||p)&&(i||l.data("blockUI.isBlocked")))&&(l.data("blockUI.isBlocked",t),i&&n.bindEvents&&(!t||n.showOverlay))){var d="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";t?e(document).bind(d,n,s):e(document).unbind(d,s)}}function s(t){if("keydown"===t.type&&t.keyCode&&9==t.keyCode&&p&&t.data.constrainTabKey){var o=b,n=!t.shiftKey&&t.target===o[o.length-1],i=t.shiftKey&&t.target===o[0];if(n||i)return setTimeout(function(){l(i)},10),!1}var s=t.data,d=e(t.target);return d.hasClass("blockOverlay")&&s.onOverlayClick&&s.onOverlayClick(t),d.parents("div."+s.blockMsgClass).length>0||0===d.parents().children().filter("div.blockUI").length}function l(e){if(b){var t=b[!0===e?b.length-1:0];t&&t.focus()}}function d(e,t,o){var n=e.parentNode,i=e.style,s=(n.offsetWidth-e.offsetWidth)/2-a(n,"borderLeftWidth"),l=(n.offsetHeight-e.offsetHeight)/2-a(n,"borderTopWidth");t&&(i.left=s>0?s+"px":"0"),o&&(i.top=l>0?l+"px":"0")}function a(t,o){return parseInt(e.css(t,o),10)||0}e.fn._fadeIn=e.fn.fadeIn;var c=e.noop||function(){},r=/MSIE/.test(navigator.userAgent),u=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),f=(document.documentMode,e.isFunction(document.createElement("div").style.setExpression));e.blockUI=function(e){t(window,e)},e.unblockUI=function(e){o(window,e)},e.growlUI=function(t,o,n,i){var s=e('<div class="growlUI"></div>');t&&s.append("<h1>"+t+"</h1>"),o&&s.append("<h2>"+o+"</h2>"),n===undefined&&(n=3e3);var l=function(t){t=t||{},e.blockUI({message:s,fadeIn:"undefined"!=typeof t.fadeIn?t.fadeIn:700,fadeOut:"undefined"!=typeof t.fadeOut?t.fadeOut:1e3,timeout:"undefined"!=typeof t.timeout?t.timeout:n,centerY:!1,showOverlay:!1,onUnblock:i,css:e.blockUI.defaults.growlCSS})};l();s.css("opacity");s.mouseover(function(){l({fadeIn:0,timeout:3e4});var t=e(".blockMsg");t.stop(),t.fadeTo(300,1)}).mouseout(function(){e(".blockMsg").fadeOut(1e3)})},e.fn.block=function(o){if(this[0]===window)return e.blockUI(o),this;var n=e.extend({},e.blockUI.defaults,o||{});return this.each(function(){var t=e(this);n.ignoreIfBlocked&&t.data("blockUI.isBlocked")||t.unblock({fadeOut:0})}),this.each(function(){"static"==e.css(this,"position")&&(this.style.position="relative",e(this).data("blockUI.static",!0)),this.style.zoom=1,t(this,o)})},e.fn.unblock=function(t){return this[0]===window?(e.unblockUI(t),this):this.each(function(){o(this,t)})},e.blockUI.version=2.7,e.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var p=null,b=[]}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}();
|
assets/vendors/woo-setup-wiz/js/schema-setup.js
ADDED
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(document).ready(function($) {
|
2 |
+
|
3 |
+
// Hide/Show Organization or Person fields
|
4 |
+
$(".organization_or_person").hide();
|
5 |
+
$(".organization-logo").hide();
|
6 |
+
|
7 |
+
var inputValue = $(".schema-wizard-radio:checked").attr("value");
|
8 |
+
|
9 |
+
if ( inputValue == 'person' ) {
|
10 |
+
$('.organization_or_person label').text('Person Name');
|
11 |
+
$('.organization_or_person').show();
|
12 |
+
$('.organization-logo').hide();
|
13 |
+
}
|
14 |
+
else {
|
15 |
+
$('.organization_or_person').show();
|
16 |
+
$('.organization-logo').show();
|
17 |
+
$('.organization_or_person label').text('Organization Name');
|
18 |
+
}
|
19 |
+
|
20 |
+
$(".schema-wizard-radio").change(function(){
|
21 |
+
var inputValue = $(this).attr("value");
|
22 |
+
if ($(this).val() == 'person') {
|
23 |
+
$('.organization_or_person label').text('Person Name');
|
24 |
+
$('.organization_or_person').show();
|
25 |
+
$('.organization-logo').hide();
|
26 |
+
}
|
27 |
+
else {
|
28 |
+
$('.organization_or_person').show();
|
29 |
+
$('.organization-logo').show();
|
30 |
+
$('.organization_or_person label').text('Organziation Name');
|
31 |
+
}
|
32 |
+
});
|
33 |
+
|
34 |
+
// Tooltips
|
35 |
+
$('.schema-wp-help-tip').tooltip({
|
36 |
+
content: function() {
|
37 |
+
return $(this).prop('title');
|
38 |
+
},
|
39 |
+
tooltipClass: 'schema-wp-ui-tooltip',
|
40 |
+
position: {
|
41 |
+
my: 'center top',
|
42 |
+
at: 'center bottom+10',
|
43 |
+
collision: 'flipfit',
|
44 |
+
},
|
45 |
+
hide: {
|
46 |
+
duration: 200,
|
47 |
+
},
|
48 |
+
show: {
|
49 |
+
duration: 200,
|
50 |
+
},
|
51 |
+
});
|
52 |
+
|
53 |
+
// Date picker
|
54 |
+
var schema_wp_datepicker = $( '.schema_wp_datepicker' );
|
55 |
+
if ( schema_wp_datepicker.length > 0 ) {
|
56 |
+
var dateFormat = 'mm/dd/yy';
|
57 |
+
schema_wp_datepicker.datepicker( {
|
58 |
+
dateFormat: dateFormat
|
59 |
+
} );
|
60 |
+
}
|
61 |
+
|
62 |
+
|
63 |
+
|
64 |
+
/**
|
65 |
+
* Settings screen JS
|
66 |
+
*/
|
67 |
+
var Schema_WP_Settings = {
|
68 |
+
|
69 |
+
init : function() {
|
70 |
+
this.general();
|
71 |
+
},
|
72 |
+
|
73 |
+
general : function() {
|
74 |
+
|
75 |
+
var schema_wp_color_picker = $('.schema-wp-color-picker');
|
76 |
+
|
77 |
+
if( schema_wp_color_picker.length ) {
|
78 |
+
schema_wp_color_picker.wpColorPicker();
|
79 |
+
}
|
80 |
+
|
81 |
+
// Settings Upload field JS
|
82 |
+
if ( typeof wp === "undefined" || '1' !== schema_wp_vars.new_media_ui ) {
|
83 |
+
//Old Thickbox uploader
|
84 |
+
var schema_wp_settings_upload_button = $( '.schema_wp_settings_upload_button' );
|
85 |
+
if ( schema_wp_settings_upload_button.length > 0 ) {
|
86 |
+
window.formfield = '';
|
87 |
+
|
88 |
+
$( document.body ).on('click', schema_wp_settings_upload_button, function(e) {
|
89 |
+
e.preventDefault();
|
90 |
+
window.formfield = $(this).parent().prev();
|
91 |
+
window.tbframe_interval = setInterval(function() {
|
92 |
+
jQuery('#TB_iframeContent').contents().find('.savesend .button').val(schema_wp_vars.use_this_file).end().find('#insert-gallery, .wp-post-thumbnail').hide();
|
93 |
+
}, 2000);
|
94 |
+
tb_show( schema_wp_vars.add_new_download, 'media-upload.php?TB_iframe=true' );
|
95 |
+
});
|
96 |
+
|
97 |
+
window.schema_wp_send_to_editor = window.send_to_editor;
|
98 |
+
window.send_to_editor = function (html) {
|
99 |
+
if (window.formfield) {
|
100 |
+
imgurl = $('a', '<div>' + html + '</div>').attr('href');
|
101 |
+
window.formfield.val(imgurl);
|
102 |
+
window.clearInterval(window.tbframe_interval);
|
103 |
+
tb_remove();
|
104 |
+
} else {
|
105 |
+
window.schema_wp_send_to_editor(html);
|
106 |
+
}
|
107 |
+
window.send_to_editor = window.schema_wp_send_to_editor;
|
108 |
+
window.formfield = '';
|
109 |
+
window.imagefield = false;
|
110 |
+
};
|
111 |
+
}
|
112 |
+
} else {
|
113 |
+
// WP 3.5+ uploader
|
114 |
+
var file_frame;
|
115 |
+
window.formfield = '';
|
116 |
+
|
117 |
+
$( document.body ).on('click', '.schema_wp_settings_upload_button', function(e) {
|
118 |
+
|
119 |
+
e.preventDefault();
|
120 |
+
|
121 |
+
var button = $(this);
|
122 |
+
|
123 |
+
window.formfield = $(this).parent().prev();
|
124 |
+
|
125 |
+
// If the media frame already exists, reopen it.
|
126 |
+
if ( file_frame ) {
|
127 |
+
//file_frame.uploader.uploader.param( 'post_id', set_to_post_id );
|
128 |
+
file_frame.open();
|
129 |
+
return;
|
130 |
+
}
|
131 |
+
|
132 |
+
/*
|
133 |
+
// Create the media frame.
|
134 |
+
file_frame = wp.media.frames.file_frame = wp.media({
|
135 |
+
frame: 'post',
|
136 |
+
state: 'insert',
|
137 |
+
title: button.data( 'uploader_title' ),
|
138 |
+
button: {
|
139 |
+
text: button.data( 'uploader_button_text' )
|
140 |
+
},
|
141 |
+
multiple: false
|
142 |
+
});
|
143 |
+
*/
|
144 |
+
|
145 |
+
// Create the media frame.
|
146 |
+
file_frame = wp.media.frames.file_frame = wp.media({
|
147 |
+
frame: 'post',
|
148 |
+
title: 'Choose Image',
|
149 |
+
multiple: false,
|
150 |
+
library: {
|
151 |
+
type: 'image'
|
152 |
+
},
|
153 |
+
button: {
|
154 |
+
text: 'Use Image'
|
155 |
+
}
|
156 |
+
});
|
157 |
+
|
158 |
+
file_frame.on( 'menu:render:default', function( view ) {
|
159 |
+
// Store our views in an object.
|
160 |
+
var views = {};
|
161 |
+
|
162 |
+
// Unset default menu items
|
163 |
+
view.unset( 'library-separator' );
|
164 |
+
view.unset( 'gallery' );
|
165 |
+
view.unset( 'featured-image' );
|
166 |
+
view.unset( 'embed' );
|
167 |
+
|
168 |
+
// Initialize the views in our view object.
|
169 |
+
view.set( views );
|
170 |
+
} );
|
171 |
+
|
172 |
+
// When an image is selected, run a callback.
|
173 |
+
file_frame.on( 'insert', function() {
|
174 |
+
|
175 |
+
var selection = file_frame.state().get('selection');
|
176 |
+
selection.each( function( attachment, index ) {
|
177 |
+
attachment = attachment.toJSON();
|
178 |
+
window.formfield.val(attachment.url);
|
179 |
+
|
180 |
+
/* image prevoew */
|
181 |
+
var img = $('<img />');
|
182 |
+
img.attr('src', attachment.url);
|
183 |
+
// replace previous image with new one if selected
|
184 |
+
$('#preview_image').empty().append( img );
|
185 |
+
|
186 |
+
// show preview div when image exists
|
187 |
+
if ( $('#preview_image img') ) {
|
188 |
+
$('#preview_image').show();
|
189 |
+
}
|
190 |
+
|
191 |
+
});
|
192 |
+
|
193 |
+
});
|
194 |
+
|
195 |
+
// Finally, open the modal
|
196 |
+
file_frame.open();
|
197 |
+
});
|
198 |
+
|
199 |
+
|
200 |
+
// WP 3.5+ uploader
|
201 |
+
var file_frame;
|
202 |
+
window.formfield = '';
|
203 |
+
}
|
204 |
+
|
205 |
+
},
|
206 |
+
|
207 |
+
}
|
208 |
+
Schema_WP_Settings.init();
|
209 |
+
|
210 |
+
});
|
assets/vendors/woo-setup-wiz/js/selectWoo/selectWoo.full.js
ADDED
@@ -0,0 +1,6585 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* SelectWoo 1.0.1
|
3 |
+
* https://github.com/woocommerce/selectWoo
|
4 |
+
*
|
5 |
+
* Released under the MIT license
|
6 |
+
* https://github.com/woocommerce/selectWoo/blob/master/LICENSE.md
|
7 |
+
*/
|
8 |
+
(function (factory) {
|
9 |
+
if (typeof define === 'function' && define.amd) {
|
10 |
+
// AMD. Register as an anonymous module.
|
11 |
+
define(['jquery'], factory);
|
12 |
+
} else if (typeof module === 'object' && module.exports) {
|
13 |
+
// Node/CommonJS
|
14 |
+
module.exports = function (root, jQuery) {
|
15 |
+
if (jQuery === undefined) {
|
16 |
+
// require('jQuery') returns a factory that requires window to
|
17 |
+
// build a jQuery instance, we normalize how we use modules
|
18 |
+
// that require this pattern but the window provided is a noop
|
19 |
+
// if it's defined (how jquery works)
|
20 |
+
if (typeof window !== 'undefined') {
|
21 |
+
jQuery = require('jquery');
|
22 |
+
}
|
23 |
+
else {
|
24 |
+
jQuery = require('jquery')(root);
|
25 |
+
}
|
26 |
+
}
|
27 |
+
factory(jQuery);
|
28 |
+
return jQuery;
|
29 |
+
};
|
30 |
+
} else {
|
31 |
+
// Browser globals
|
32 |
+
factory(jQuery);
|
33 |
+
}
|
34 |
+
} (function (jQuery) {
|
35 |
+
// This is needed so we can catch the AMD loader configuration and use it
|
36 |
+
// The inner file should be wrapped (by `banner.start.js`) in a function that
|
37 |
+
// returns the AMD loader references.
|
38 |
+
var S2 =(function () {
|
39 |
+
// Restore the Select2 AMD loader so it can be used
|
40 |
+
// Needed mostly in the language files, where the loader is not inserted
|
41 |
+
if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) {
|
42 |
+
var S2 = jQuery.fn.select2.amd;
|
43 |
+
}
|
44 |
+
var S2;(function () { if (!S2 || !S2.requirejs) {
|
45 |
+
if (!S2) { S2 = {}; } else { require = S2; }
|
46 |
+
/**
|
47 |
+
* @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
|
48 |
+
* Released under MIT license, http://github.com/requirejs/almond/LICENSE
|
49 |
+
*/
|
50 |
+
//Going sloppy to avoid 'use strict' string cost, but strict practices should
|
51 |
+
//be followed.
|
52 |
+
/*global setTimeout: false */
|
53 |
+
|
54 |
+
var requirejs, require, define;
|
55 |
+
(function (undef) {
|
56 |
+
var main, req, makeMap, handlers,
|
57 |
+
defined = {},
|
58 |
+
waiting = {},
|
59 |
+
config = {},
|
60 |
+
defining = {},
|
61 |
+
hasOwn = Object.prototype.hasOwnProperty,
|
62 |
+
aps = [].slice,
|
63 |
+
jsSuffixRegExp = /\.js$/;
|
64 |
+
|
65 |
+
function hasProp(obj, prop) {
|
66 |
+
return hasOwn.call(obj, prop);
|
67 |
+
}
|
68 |
+
|
69 |
+
/**
|
70 |
+
* Given a relative module name, like ./something, normalize it to
|
71 |
+
* a real name that can be mapped to a path.
|
72 |
+
* @param {String} name the relative name
|
73 |
+
* @param {String} baseName a real name that the name arg is relative
|
74 |
+
* to.
|
75 |
+
* @returns {String} normalized name
|
76 |
+
*/
|
77 |
+
function normalize(name, baseName) {
|
78 |
+
var nameParts, nameSegment, mapValue, foundMap, lastIndex,
|
79 |
+
foundI, foundStarMap, starI, i, j, part, normalizedBaseParts,
|
80 |
+
baseParts = baseName && baseName.split("/"),
|
81 |
+
map = config.map,
|
82 |
+
starMap = (map && map['*']) || {};
|
83 |
+
|
84 |
+
//Adjust any relative paths.
|
85 |
+
if (name) {
|
86 |
+
name = name.split('/');
|
87 |
+
lastIndex = name.length - 1;
|
88 |
+
|
89 |
+
// If wanting node ID compatibility, strip .js from end
|
90 |
+
// of IDs. Have to do this here, and not in nameToUrl
|
91 |
+
// because node allows either .js or non .js to map
|
92 |
+
// to same file.
|
93 |
+
if (config.nodeIdCompat && jsSuffixRegExp.test(name[lastIndex])) {
|
94 |
+
name[lastIndex] = name[lastIndex].replace(jsSuffixRegExp, '');
|
95 |
+
}
|
96 |
+
|
97 |
+
// Starts with a '.' so need the baseName
|
98 |
+
if (name[0].charAt(0) === '.' && baseParts) {
|
99 |
+
//Convert baseName to array, and lop off the last part,
|
100 |
+
//so that . matches that 'directory' and not name of the baseName's
|
101 |
+
//module. For instance, baseName of 'one/two/three', maps to
|
102 |
+
//'one/two/three.js', but we want the directory, 'one/two' for
|
103 |
+
//this normalization.
|
104 |
+
normalizedBaseParts = baseParts.slice(0, baseParts.length - 1);
|
105 |
+
name = normalizedBaseParts.concat(name);
|
106 |
+
}
|
107 |
+
|
108 |
+
//start trimDots
|
109 |
+
for (i = 0; i < name.length; i++) {
|
110 |
+
part = name[i];
|
111 |
+
if (part === '.') {
|
112 |
+
name.splice(i, 1);
|
113 |
+
i -= 1;
|
114 |
+
} else if (part === '..') {
|
115 |
+
// If at the start, or previous value is still ..,
|
116 |
+
// keep them so that when converted to a path it may
|
117 |
+
// still work when converted to a path, even though
|
118 |
+
// as an ID it is less than ideal. In larger point
|
119 |
+
// releases, may be better to just kick out an error.
|
120 |
+
if (i === 0 || (i === 1 && name[2] === '..') || name[i - 1] === '..') {
|
121 |
+
continue;
|
122 |
+
} else if (i > 0) {
|
123 |
+
name.splice(i - 1, 2);
|
124 |
+
i -= 2;
|
125 |
+
}
|
126 |
+
}
|
127 |
+
}
|
128 |
+
//end trimDots
|
129 |
+
|
130 |
+
name = name.join('/');
|
131 |
+
}
|
132 |
+
|
133 |
+
//Apply map config if available.
|
134 |
+
if ((baseParts || starMap) && map) {
|
135 |
+
nameParts = name.split('/');
|
136 |
+
|
137 |
+
for (i = nameParts.length; i > 0; i -= 1) {
|
138 |
+
nameSegment = nameParts.slice(0, i).join("/");
|
139 |
+
|
140 |
+
if (baseParts) {
|
141 |
+
//Find the longest baseName segment match in the config.
|
142 |
+
//So, do joins on the biggest to smallest lengths of baseParts.
|
143 |
+
for (j = baseParts.length; j > 0; j -= 1) {
|
144 |
+
mapValue = map[baseParts.slice(0, j).join('/')];
|
145 |
+
|
146 |
+
//baseName segment has config, find if it has one for
|
147 |
+
//this name.
|
148 |
+
if (mapValue) {
|
149 |
+
mapValue = mapValue[nameSegment];
|
150 |
+
if (mapValue) {
|
151 |
+
//Match, update name to the new value.
|
152 |
+
foundMap = mapValue;
|
153 |
+
foundI = i;
|
154 |
+
break;
|
155 |
+
}
|
156 |
+
}
|
157 |
+
}
|
158 |
+
}
|
159 |
+
|
160 |
+
if (foundMap) {
|
161 |
+
break;
|
162 |
+
}
|
163 |
+
|
164 |
+
//Check for a star map match, but just hold on to it,
|
165 |
+
//if there is a shorter segment match later in a matching
|
166 |
+
//config, then favor over this star map.
|
167 |
+
if (!foundStarMap && starMap && starMap[nameSegment]) {
|
168 |
+
foundStarMap = starMap[nameSegment];
|
169 |
+
starI = i;
|
170 |
+
}
|
171 |
+
}
|
172 |
+
|
173 |
+
if (!foundMap && foundStarMap) {
|
174 |
+
foundMap = foundStarMap;
|
175 |
+
foundI = starI;
|
176 |
+
}
|
177 |
+
|
178 |
+
if (foundMap) {
|
179 |
+
nameParts.splice(0, foundI, foundMap);
|
180 |
+
name = nameParts.join('/');
|
181 |
+
}
|
182 |
+
}
|
183 |
+
|
184 |
+
return name;
|
185 |
+
}
|
186 |
+
|
187 |
+
function makeRequire(relName, forceSync) {
|
188 |
+
return function () {
|
189 |
+
//A version of a require function that passes a moduleName
|
190 |
+
//value for items that may need to
|
191 |
+
//look up paths relative to the moduleName
|
192 |
+
var args = aps.call(arguments, 0);
|
193 |
+
|
194 |
+
//If first arg is not require('string'), and there is only
|
195 |
+
//one arg, it is the array form without a callback. Insert
|
196 |
+
//a null so that the following concat is correct.
|
197 |
+
if (typeof args[0] !== 'string' && args.length === 1) {
|
198 |
+
args.push(null);
|
199 |
+
}
|
200 |
+
return req.apply(undef, args.concat([relName, forceSync]));
|
201 |
+
};
|
202 |
+
}
|
203 |
+
|
204 |
+
function makeNormalize(relName) {
|
205 |
+
return function (name) {
|
206 |
+
return normalize(name, relName);
|
207 |
+
};
|
208 |
+
}
|
209 |
+
|
210 |
+
function makeLoad(depName) {
|
211 |
+
return function (value) {
|
212 |
+
defined[depName] = value;
|
213 |
+
};
|
214 |
+
}
|
215 |
+
|
216 |
+
function callDep(name) {
|
217 |
+
if (hasProp(waiting, name)) {
|
218 |
+
var args = waiting[name];
|
219 |
+
delete waiting[name];
|
220 |
+
defining[name] = true;
|
221 |
+
main.apply(undef, args);
|
222 |
+
}
|
223 |
+
|
224 |
+
if (!hasProp(defined, name) && !hasProp(defining, name)) {
|
225 |
+
throw new Error('No ' + name);
|
226 |
+
}
|
227 |
+
return defined[name];
|
228 |
+
}
|
229 |
+
|
230 |
+
//Turns a plugin!resource to [plugin, resource]
|
231 |
+
//with the plugin being undefined if the name
|
232 |
+
//did not have a plugin prefix.
|
233 |
+
function splitPrefix(name) {
|
234 |
+
var prefix,
|
235 |
+
index = name ? name.indexOf('!') : -1;
|
236 |
+
if (index > -1) {
|
237 |
+
prefix = name.substring(0, index);
|
238 |
+
name = name.substring(index + 1, name.length);
|
239 |
+
}
|
240 |
+
return [prefix, name];
|
241 |
+
}
|
242 |
+
|
243 |
+
//Creates a parts array for a relName where first part is plugin ID,
|
244 |
+
//second part is resource ID. Assumes relName has already been normalized.
|
245 |
+
function makeRelParts(relName) {
|
246 |
+
return relName ? splitPrefix(relName) : [];
|
247 |
+
}
|
248 |
+
|
249 |
+
/**
|
250 |
+
* Makes a name map, normalizing the name, and using a plugin
|
251 |
+
* for normalization if necessary. Grabs a ref to plugin
|
252 |
+
* too, as an optimization.
|
253 |
+
*/
|
254 |
+
makeMap = function (name, relParts) {
|
255 |
+
var plugin,
|
256 |
+
parts = splitPrefix(name),
|
257 |
+
prefix = parts[0],
|
258 |
+
relResourceName = relParts[1];
|
259 |
+
|
260 |
+
name = parts[1];
|
261 |
+
|
262 |
+
if (prefix) {
|
263 |
+
prefix = normalize(prefix, relResourceName);
|
264 |
+
plugin = callDep(prefix);
|
265 |
+
}
|
266 |
+
|
267 |
+
//Normalize according
|
268 |
+
if (prefix) {
|
269 |
+
if (plugin && plugin.normalize) {
|
270 |
+
name = plugin.normalize(name, makeNormalize(relResourceName));
|
271 |
+
} else {
|
272 |
+
name = normalize(name, relResourceName);
|
273 |
+
}
|
274 |
+
} else {
|
275 |
+
name = normalize(name, relResourceName);
|
276 |
+
parts = splitPrefix(name);
|
277 |
+
prefix = parts[0];
|
278 |
+
name = parts[1];
|
279 |
+
if (prefix) {
|
280 |
+
plugin = callDep(prefix);
|
281 |
+
}
|
282 |
+
}
|
283 |
+
|
284 |
+
//Using ridiculous property names for space reasons
|
285 |
+
return {
|
286 |
+
f: prefix ? prefix + '!' + name : name, //fullName
|
287 |
+
n: name,
|
288 |
+
pr: prefix,
|
289 |
+
p: plugin
|
290 |
+
};
|
291 |
+
};
|
292 |
+
|
293 |
+
function makeConfig(name) {
|
294 |
+
return function () {
|
295 |
+
return (config && config.config && config.config[name]) || {};
|
296 |
+
};
|
297 |
+
}
|
298 |
+
|
299 |
+
handlers = {
|
300 |
+
require: function (name) {
|
301 |
+
return makeRequire(name);
|
302 |
+
},
|
303 |
+
exports: function (name) {
|
304 |
+
var e = defined[name];
|
305 |
+
if (typeof e !== 'undefined') {
|
306 |
+
return e;
|
307 |
+
} else {
|
308 |
+
return (defined[name] = {});
|
309 |
+
}
|
310 |
+
},
|
311 |
+
module: function (name) {
|
312 |
+
return {
|
313 |
+
id: name,
|
314 |
+
uri: '',
|
315 |
+
exports: defined[name],
|
316 |
+
config: makeConfig(name)
|
317 |
+
};
|
318 |
+
}
|
319 |
+
};
|
320 |
+
|
321 |
+
main = function (name, deps, callback, relName) {
|
322 |
+
var cjsModule, depName, ret, map, i, relParts,
|
323 |
+
args = [],
|
324 |
+
callbackType = typeof callback,
|
325 |
+
usingExports;
|
326 |
+
|
327 |
+
//Use name if no relName
|
328 |
+
relName = relName || name;
|
329 |
+
relParts = makeRelParts(relName);
|
330 |
+
|
331 |
+
//Call the callback to define the module, if necessary.
|
332 |
+
if (callbackType === 'undefined' || callbackType === 'function') {
|
333 |
+
//Pull out the defined dependencies and pass the ordered
|
334 |
+
//values to the callback.
|
335 |
+
//Default to [require, exports, module] if no deps
|
336 |
+
deps = !deps.length && callback.length ? ['require', 'exports', 'module'] : deps;
|
337 |
+
for (i = 0; i < deps.length; i += 1) {
|
338 |
+
map = makeMap(deps[i], relParts);
|
339 |
+
depName = map.f;
|
340 |
+
|
341 |
+
//Fast path CommonJS standard dependencies.
|
342 |
+
if (depName === "require") {
|
343 |
+
args[i] = handlers.require(name);
|
344 |
+
} else if (depName === "exports") {
|
345 |
+
//CommonJS module spec 1.1
|
346 |
+
args[i] = handlers.exports(name);
|
347 |
+
usingExports = true;
|
348 |
+
} else if (depName === "module") {
|
349 |
+
//CommonJS module spec 1.1
|
350 |
+
cjsModule = args[i] = handlers.module(name);
|
351 |
+
} else if (hasProp(defined, depName) ||
|
352 |
+
hasProp(waiting, depName) ||
|
353 |
+
hasProp(defining, depName)) {
|
354 |
+
args[i] = callDep(depName);
|
355 |
+
} else if (map.p) {
|
356 |
+
map.p.load(map.n, makeRequire(relName, true), makeLoad(depName), {});
|
357 |
+
args[i] = defined[depName];
|
358 |
+
} else {
|
359 |
+
throw new Error(name + ' missing ' + depName);
|
360 |
+
}
|
361 |
+
}
|
362 |
+
|
363 |
+
ret = callback ? callback.apply(defined[name], args) : undefined;
|
364 |
+
|
365 |
+
if (name) {
|
366 |
+
//If setting exports via "module" is in play,
|
367 |
+
//favor that over return value and exports. After that,
|
368 |
+
//favor a non-undefined return value over exports use.
|
369 |
+
if (cjsModule && cjsModule.exports !== undef &&
|
370 |
+
cjsModule.exports !== defined[name]) {
|
371 |
+
defined[name] = cjsModule.exports;
|
372 |
+
} else if (ret !== undef || !usingExports) {
|
373 |
+
//Use the return value from the function.
|
374 |
+
defined[name] = ret;
|
375 |
+
}
|
376 |
+
}
|
377 |
+
} else if (name) {
|
378 |
+
//May just be an object definition for the module. Only
|
379 |
+
//worry about defining if have a module name.
|
380 |
+
defined[name] = callback;
|
381 |
+
}
|
382 |
+
};
|
383 |
+
|
384 |
+
requirejs = require = req = function (deps, callback, relName, forceSync, alt) {
|
385 |
+
if (typeof deps === "string") {
|
386 |
+
if (handlers[deps]) {
|
387 |
+
//callback in this case is really relName
|
388 |
+
return handlers[deps](callback);
|
389 |
+
}
|
390 |
+
//Just return the module wanted. In this scenario, the
|
391 |
+
//deps arg is the module name, and second arg (if passed)
|
392 |
+
//is just the relName.
|
393 |
+
//Normalize module name, if it contains . or ..
|
394 |
+
return callDep(makeMap(deps, makeRelParts(callback)).f);
|
395 |
+
} else if (!deps.splice) {
|
396 |
+
//deps is a config object, not an array.
|
397 |
+
config = deps;
|
398 |
+
if (config.deps) {
|
399 |
+
req(config.deps, config.callback);
|
400 |
+
}
|
401 |
+
if (!callback) {
|
402 |
+
return;
|
403 |
+
}
|
404 |
+
|
405 |
+
if (callback.splice) {
|
406 |
+
//callback is an array, which means it is a dependency list.
|
407 |
+
//Adjust args if there are dependencies
|
408 |
+
deps = callback;
|
409 |
+
callback = relName;
|
410 |
+
relName = null;
|
411 |
+
} else {
|
412 |
+
deps = undef;
|
413 |
+
}
|
414 |
+
}
|
415 |
+
|
416 |
+
//Support require(['a'])
|
417 |
+
callback = callback || function () {};
|
418 |
+
|
419 |
+
//If relName is a function, it is an errback handler,
|
420 |
+
//so remove it.
|
421 |
+
if (typeof relName === 'function') {
|
422 |
+
relName = forceSync;
|
423 |
+
forceSync = alt;
|
424 |
+
}
|
425 |
+
|
426 |
+
//Simulate async callback;
|
427 |
+
if (forceSync) {
|
428 |
+
main(undef, deps, callback, relName);
|
429 |
+
} else {
|
430 |
+
//Using a non-zero value because of concern for what old browsers
|
431 |
+
//do, and latest browsers "upgrade" to 4 if lower value is used:
|
432 |
+
//http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-windowtimers-settimeout:
|
433 |
+
//If want a value immediately, use require('id') instead -- something
|
434 |
+
//that works in almond on the global level, but not guaranteed and
|
435 |
+
//unlikely to work in other AMD implementations.
|
436 |
+
setTimeout(function () {
|
437 |
+
main(undef, deps, callback, relName);
|
438 |
+
}, 4);
|
439 |
+
}
|
440 |
+
|
441 |
+
return req;
|
442 |
+
};
|
443 |
+
|
444 |
+
/**
|
445 |
+
* Just drops the config on the floor, but returns req in case
|
446 |
+
* the config return value is used.
|
447 |
+
*/
|
448 |
+
req.config = function (cfg) {
|
449 |
+
return req(cfg);
|
450 |
+
};
|
451 |
+
|
452 |
+
/**
|
453 |
+
* Expose module registry for debugging and tooling
|
454 |
+
*/
|
455 |
+
requirejs._defined = defined;
|
456 |
+
|
457 |
+
define = function (name, deps, callback) {
|
458 |
+
if (typeof name !== 'string') {
|
459 |
+
throw new Error('See almond README: incorrect module build, no module name');
|
460 |
+
}
|
461 |
+
|
462 |
+
//This module may not have dependencies
|
463 |
+
if (!deps.splice) {
|
464 |
+
//deps is not an array, so probably means
|
465 |
+
//an object literal or factory function for
|
466 |
+
//the value. Adjust args.
|
467 |
+
callback = deps;
|
468 |
+
deps = [];
|
469 |
+
}
|
470 |
+
|
471 |
+
if (!hasProp(defined, name) && !hasProp(waiting, name)) {
|
472 |
+
waiting[name] = [name, deps, callback];
|
473 |
+
}
|
474 |
+
};
|
475 |
+
|
476 |
+
define.amd = {
|
477 |
+
jQuery: true
|
478 |
+
};
|
479 |
+
}());
|
480 |
+
|
481 |
+
S2.requirejs = requirejs;S2.require = require;S2.define = define;
|
482 |
+
}
|
483 |
+
}());
|
484 |
+
S2.define("almond", function(){});
|
485 |
+
|
486 |
+
/* global jQuery:false, $:false */
|
487 |
+
S2.define('jquery',[],function () {
|
488 |
+
var _$ = jQuery || $;
|
489 |
+
|
490 |
+
if (_$ == null && console && console.error) {
|
491 |
+
console.error(
|
492 |
+
'Select2: An instance of jQuery or a jQuery-compatible library was not ' +
|
493 |
+
'found. Make sure that you are including jQuery before Select2 on your ' +
|
494 |
+
'web page.'
|
495 |
+
);
|
496 |
+
}
|
497 |
+
|
498 |
+
return _$;
|
499 |
+
});
|
500 |
+
|
501 |
+
S2.define('select2/utils',[
|
502 |
+
'jquery'
|
503 |
+
], function ($) {
|
504 |
+
var Utils = {};
|
505 |
+
|
506 |
+
Utils.Extend = function (ChildClass, SuperClass) {
|
507 |
+
var __hasProp = {}.hasOwnProperty;
|
508 |
+
|
509 |
+
function BaseConstructor () {
|
510 |
+
this.constructor = ChildClass;
|
511 |
+
}
|
512 |
+
|
513 |
+
for (var key in SuperClass) {
|
514 |
+
if (__hasProp.call(SuperClass, key)) {
|
515 |
+
ChildClass[key] = SuperClass[key];
|
516 |
+
}
|
517 |
+
}
|
518 |
+
|
519 |
+
BaseConstructor.prototype = SuperClass.prototype;
|
520 |
+
ChildClass.prototype = new BaseConstructor();
|
521 |
+
ChildClass.__super__ = SuperClass.prototype;
|
522 |
+
|
523 |
+
return ChildClass;
|
524 |
+
};
|
525 |
+
|
526 |
+
function getMethods (theClass) {
|
527 |
+
var proto = theClass.prototype;
|
528 |
+
|
529 |
+
var methods = [];
|
530 |
+
|
531 |
+
for (var methodName in proto) {
|
532 |
+
var m = proto[methodName];
|
533 |
+
|
534 |
+
if (typeof m !== 'function') {
|
535 |
+
continue;
|
536 |
+
}
|
537 |
+
|
538 |
+
if (methodName === 'constructor') {
|
539 |
+
continue;
|
540 |
+
}
|
541 |
+
|
542 |
+
methods.push(methodName);
|
543 |
+
}
|
544 |
+
|
545 |
+
return methods;
|
546 |
+
}
|
547 |
+
|
548 |
+
Utils.Decorate = function (SuperClass, DecoratorClass) {
|
549 |
+
var decoratedMethods = getMethods(DecoratorClass);
|
550 |
+
var superMethods = getMethods(SuperClass);
|
551 |
+
|
552 |
+
function DecoratedClass () {
|
553 |
+
var unshift = Array.prototype.unshift;
|
554 |
+
|
555 |
+
var argCount = DecoratorClass.prototype.constructor.length;
|
556 |
+
|
557 |
+
var calledConstructor = SuperClass.prototype.constructor;
|
558 |
+
|
559 |
+
if (argCount > 0) {
|
560 |
+
unshift.call(arguments, SuperClass.prototype.constructor);
|
561 |
+
|
562 |
+
calledConstructor = DecoratorClass.prototype.constructor;
|
563 |
+
}
|
564 |
+
|
565 |
+
calledConstructor.apply(this, arguments);
|
566 |
+
}
|
567 |
+
|
568 |
+
DecoratorClass.displayName = SuperClass.displayName;
|
569 |
+
|
570 |
+
function ctr () {
|
571 |
+
this.constructor = DecoratedClass;
|
572 |
+
}
|
573 |
+
|
574 |
+
DecoratedClass.prototype = new ctr();
|
575 |
+
|
576 |
+
for (var m = 0; m < superMethods.length; m++) {
|
577 |
+
var superMethod = superMethods[m];
|
578 |
+
|
579 |
+
DecoratedClass.prototype[superMethod] =
|
580 |
+
SuperClass.prototype[superMethod];
|
581 |
+
}
|
582 |
+
|
583 |
+
var calledMethod = function (methodName) {
|
584 |
+
// Stub out the original method if it's not decorating an actual method
|
585 |
+
var originalMethod = function () {};
|
586 |
+
|
587 |
+
if (methodName in DecoratedClass.prototype) {
|
588 |
+
originalMethod = DecoratedClass.prototype[methodName];
|
589 |
+
}
|
590 |
+
|
591 |
+
var decoratedMethod = DecoratorClass.prototype[methodName];
|
592 |
+
|
593 |
+
return function () {
|
594 |
+
var unshift = Array.prototype.unshift;
|
595 |
+
|
596 |
+
unshift.call(arguments, originalMethod);
|
597 |
+
|
598 |
+
return decoratedMethod.apply(this, arguments);
|
599 |
+
};
|
600 |
+
};
|
601 |
+
|
602 |
+
for (var d = 0; d < decoratedMethods.length; d++) {
|
603 |
+
var decoratedMethod = decoratedMethods[d];
|
604 |
+
|
605 |
+
DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod);
|
606 |
+
}
|
607 |
+
|
608 |
+
return DecoratedClass;
|
609 |
+
};
|
610 |
+
|
611 |
+
var Observable = function () {
|
612 |
+
this.listeners = {};
|
613 |
+
};
|
614 |
+
|
615 |
+
Observable.prototype.on = function (event, callback) {
|
616 |
+
this.listeners = this.listeners || {};
|
617 |
+
|
618 |
+
if (event in this.listeners) {
|
619 |
+
this.listeners[event].push(callback);
|
620 |
+
} else {
|
621 |
+
this.listeners[event] = [callback];
|
622 |
+
}
|
623 |
+
};
|
624 |
+
|
625 |
+
Observable.prototype.trigger = function (event) {
|
626 |
+
var slice = Array.prototype.slice;
|
627 |
+
var params = slice.call(arguments, 1);
|
628 |
+
|
629 |
+
this.listeners = this.listeners || {};
|
630 |
+
|
631 |
+
// Params should always come in as an array
|
632 |
+
if (params == null) {
|
633 |
+
params = [];
|
634 |
+
}
|
635 |
+
|
636 |
+
// If there are no arguments to the event, use a temporary object
|
637 |
+
if (params.length === 0) {
|
638 |
+
params.push({});
|
639 |
+
}
|
640 |
+
|
641 |
+
// Set the `_type` of the first object to the event
|
642 |
+
params[0]._type = event;
|
643 |
+
|
644 |
+
if (event in this.listeners) {
|
645 |
+
this.invoke(this.listeners[event], slice.call(arguments, 1));
|
646 |
+
}
|
647 |
+
|
648 |
+
if ('*' in this.listeners) {
|
649 |
+
this.invoke(this.listeners['*'], arguments);
|
650 |
+
}
|
651 |
+
};
|
652 |
+
|
653 |
+
Observable.prototype.invoke = function (listeners, params) {
|
654 |
+
for (var i = 0, len = listeners.length; i < len; i++) {
|
655 |
+
listeners[i].apply(this, params);
|
656 |
+
}
|
657 |
+
};
|
658 |
+
|
659 |
+
Utils.Observable = Observable;
|
660 |
+
|
661 |
+
Utils.generateChars = function (length) {
|
662 |
+
var chars = '';
|
663 |
+
|
664 |
+
for (var i = 0; i < length; i++) {
|
665 |
+
var randomChar = Math.floor(Math.random() * 36);
|
666 |
+
chars += randomChar.toString(36);
|
667 |
+
}
|
668 |
+
|
669 |
+
return chars;
|
670 |
+
};
|
671 |
+
|
672 |
+
Utils.bind = function (func, context) {
|
673 |
+
return function () {
|
674 |
+
func.apply(context, arguments);
|
675 |
+
};
|
676 |
+
};
|
677 |
+
|
678 |
+
Utils._convertData = function (data) {
|
679 |
+
for (var originalKey in data) {
|
680 |
+
var keys = originalKey.split('-');
|
681 |
+
|
682 |
+
var dataLevel = data;
|
683 |
+
|
684 |
+
if (keys.length === 1) {
|
685 |
+
continue;
|
686 |
+
}
|
687 |
+
|
688 |
+
for (var k = 0; k < keys.length; k++) {
|
689 |
+
var key = keys[k];
|
690 |
+
|
691 |
+
// Lowercase the first letter
|
692 |
+
// By default, dash-separated becomes camelCase
|
693 |
+
key = key.substring(0, 1).toLowerCase() + key.substring(1);
|
694 |
+
|
695 |
+
if (!(key in dataLevel)) {
|
696 |
+
dataLevel[key] = {};
|
697 |
+
}
|
698 |
+
|
699 |
+
if (k == keys.length - 1) {
|
700 |
+
dataLevel[key] = data[originalKey];
|
701 |
+
}
|
702 |
+
|
703 |
+
dataLevel = dataLevel[key];
|
704 |
+
}
|
705 |
+
|
706 |
+
delete data[originalKey];
|
707 |
+
}
|
708 |
+
|
709 |
+
return data;
|
710 |
+
};
|
711 |
+
|
712 |
+
Utils.hasScroll = function (index, el) {
|
713 |
+
// Adapted from the function created by @ShadowScripter
|
714 |
+
// and adapted by @BillBarry on the Stack Exchange Code Review website.
|
715 |
+
// The original code can be found at
|
716 |
+
// http://codereview.stackexchange.com/q/13338
|
717 |
+
// and was designed to be used with the Sizzle selector engine.
|
718 |
+
|
719 |
+
var $el = $(el);
|
720 |
+
var overflowX = el.style.overflowX;
|
721 |
+
var overflowY = el.style.overflowY;
|
722 |
+
|
723 |
+
//Check both x and y declarations
|
724 |
+
if (overflowX === overflowY &&
|
725 |
+
(overflowY === 'hidden' || overflowY === 'visible')) {
|
726 |
+
return false;
|
727 |
+
}
|
728 |
+
|
729 |
+
if (overflowX === 'scroll' || overflowY === 'scroll') {
|
730 |
+
return true;
|
731 |
+
}
|
732 |
+
|
733 |
+
return ($el.innerHeight() < el.scrollHeight ||
|
734 |
+
$el.innerWidth() < el.scrollWidth);
|
735 |
+
};
|
736 |
+
|
737 |
+
Utils.escapeMarkup = function (markup) {
|
738 |
+
var replaceMap = {
|
739 |
+
'\\': '\',
|
740 |
+
'&': '&',
|
741 |
+
'<': '<',
|
742 |
+
'>': '>',
|
743 |
+
'"': '"',
|
744 |
+
'\'': ''',
|
745 |
+
'/': '/'
|
746 |
+
};
|
747 |
+
|
748 |
+
// Do not try to escape the markup if it's not a string
|
749 |
+
if (typeof markup !== 'string') {
|
750 |
+
return markup;
|
751 |
+
}
|
752 |
+
|
753 |
+
return String(markup).replace(/[&<>"'\/\\]/g, function (match) {
|
754 |
+
return replaceMap[match];
|
755 |
+
});
|
756 |
+
};
|
757 |
+
|
758 |
+
// Append an array of jQuery nodes to a given element.
|
759 |
+
Utils.appendMany = function ($element, $nodes) {
|
760 |
+
// jQuery 1.7.x does not support $.fn.append() with an array
|
761 |
+
// Fall back to a jQuery object collection using $.fn.add()
|
762 |
+
if ($.fn.jquery.substr(0, 3) === '1.7') {
|
763 |
+
var $jqNodes = $();
|
764 |
+
|
765 |
+
$.map($nodes, function (node) {
|
766 |
+
$jqNodes = $jqNodes.add(node);
|
767 |
+
});
|
768 |
+
|
769 |
+
$nodes = $jqNodes;
|
770 |
+
}
|
771 |
+
|
772 |
+
$element.append($nodes);
|
773 |
+
};
|
774 |
+
|
775 |
+
// Determine whether the browser is on a touchscreen device.
|
776 |
+
Utils.isTouchscreen = function() {
|
777 |
+
if ('undefined' === typeof Utils._isTouchscreenCache) {
|
778 |
+
Utils._isTouchscreenCache = 'ontouchstart' in document.documentElement;
|
779 |
+
}
|
780 |
+
return Utils._isTouchscreenCache;
|
781 |
+
}
|
782 |
+
|
783 |
+
return Utils;
|
784 |
+
});
|
785 |
+
|
786 |
+
S2.define('select2/results',[
|
787 |
+
'jquery',
|
788 |
+
'./utils'
|
789 |
+
], function ($, Utils) {
|
790 |
+
function Results ($element, options, dataAdapter) {
|
791 |
+
this.$element = $element;
|
792 |
+
this.data = dataAdapter;
|
793 |
+
this.options = options;
|
794 |
+
|
795 |
+
Results.__super__.constructor.call(this);
|
796 |
+
}
|
797 |
+
|
798 |
+
Utils.Extend(Results, Utils.Observable);
|
799 |
+
|
800 |
+
Results.prototype.render = function () {
|
801 |
+
var $results = $(
|
802 |
+
'<ul class="select2-results__options" role="listbox" tabindex="-1"></ul>'
|
803 |
+
);
|
804 |
+
|
805 |
+
if (this.options.get('multiple')) {
|
806 |
+
$results.attr('aria-multiselectable', 'true');
|
807 |
+
}
|
808 |
+
|
809 |
+
this.$results = $results;
|
810 |
+
|
811 |
+
return $results;
|
812 |
+
};
|
813 |
+
|
814 |
+
Results.prototype.clear = function () {
|
815 |
+
this.$results.empty();
|
816 |
+
};
|
817 |
+
|
818 |
+
Results.prototype.displayMessage = function (params) {
|
819 |
+
var escapeMarkup = this.options.get('escapeMarkup');
|
820 |
+
|
821 |
+
this.clear();
|
822 |
+
this.hideLoading();
|
823 |
+
|
824 |
+
var $message = $(
|
825 |
+
'<li role="alert" aria-live="assertive"' +
|
826 |
+
' class="select2-results__option"></li>'
|
827 |
+
);
|
828 |
+
|
829 |
+
var message = this.options.get('translations').get(params.message);
|
830 |
+
|
831 |
+
$message.append(
|
832 |
+
escapeMarkup(
|
833 |
+
message(params.args)
|
834 |
+
)
|
835 |
+
);
|
836 |
+
|
837 |
+
$message[0].className += ' select2-results__message';
|
838 |
+
|
839 |
+
this.$results.append($message);
|
840 |
+
};
|
841 |
+
|
842 |
+
Results.prototype.hideMessages = function () {
|
843 |
+
this.$results.find('.select2-results__message').remove();
|
844 |
+
};
|
845 |
+
|
846 |
+
Results.prototype.append = function (data) {
|
847 |
+
this.hideLoading();
|
848 |
+
|
849 |
+
var $options = [];
|
850 |
+
|
851 |
+
if (data.results == null || data.results.length === 0) {
|
852 |
+
if (this.$results.children().length === 0) {
|
853 |
+
this.trigger('results:message', {
|
854 |
+
message: 'noResults'
|
855 |
+
});
|
856 |
+
}
|
857 |
+
|
858 |
+
return;
|
859 |
+
}
|
860 |
+
|
861 |
+
data.results = this.sort(data.results);
|
862 |
+
|
863 |
+
for (var d = 0; d < data.results.length; d++) {
|
864 |
+
var item = data.results[d];
|
865 |
+
|
866 |
+
var $option = this.option(item);
|
867 |
+
|
868 |
+
$options.push($option);
|
869 |
+
}
|
870 |
+
|
871 |
+
this.$results.append($options);
|
872 |
+
};
|
873 |
+
|
874 |
+
Results.prototype.position = function ($results, $dropdown) {
|
875 |
+
var $resultsContainer = $dropdown.find('.select2-results');
|
876 |
+
$resultsContainer.append($results);
|
877 |
+
};
|
878 |
+
|
879 |
+
Results.prototype.sort = function (data) {
|
880 |
+
var sorter = this.options.get('sorter');
|
881 |
+
|
882 |
+
return sorter(data);
|
883 |
+
};
|
884 |
+
|
885 |
+
Results.prototype.highlightFirstItem = function () {
|
886 |
+
var $options = this.$results
|
887 |
+
.find('.select2-results__option[data-selected]');
|
888 |
+
|
889 |
+
var $selected = $options.filter('[data-selected=true]');
|
890 |
+
|
891 |
+
// Check if there are any selected options
|
892 |
+
if ($selected.length > 0) {
|
893 |
+
// If there are selected options, highlight the first
|
894 |
+
$selected.first().trigger('mouseenter');
|
895 |
+
} else {
|
896 |
+
// If there are no selected options, highlight the first option
|
897 |
+
// in the dropdown
|
898 |
+
$options.first().trigger('mouseenter');
|
899 |
+
}
|
900 |
+
|
901 |
+
this.ensureHighlightVisible();
|
902 |
+
};
|
903 |
+
|
904 |
+
Results.prototype.setClasses = function () {
|
905 |
+
var self = this;
|
906 |
+
|
907 |
+
this.data.current(function (selected) {
|
908 |
+
var selectedIds = $.map(selected, function (s) {
|
909 |
+
return s.id.toString();
|
910 |
+
});
|
911 |
+
|
912 |
+
var $options = self.$results
|
913 |
+
.find('.select2-results__option[data-selected]');
|
914 |
+
|
915 |
+
$options.each(function () {
|
916 |
+
var $option = $(this);
|
917 |
+
|
918 |
+
var item = $.data(this, 'data');
|
919 |
+
|
920 |
+
// id needs to be converted to a string when comparing
|
921 |
+
var id = '' + item.id;
|
922 |
+
|
923 |
+
if ((item.element != null && item.element.selected) ||
|
924 |
+
(item.element == null && $.inArray(id, selectedIds) > -1)) {
|
925 |
+
$option.attr('data-selected', 'true');
|
926 |
+
} else {
|
927 |
+
$option.attr('data-selected', 'false');
|
928 |
+
}
|
929 |
+
});
|
930 |
+
|
931 |
+
});
|
932 |
+
};
|
933 |
+
|
934 |
+
Results.prototype.showLoading = function (params) {
|
935 |
+
this.hideLoading();
|
936 |
+
|
937 |
+
var loadingMore = this.options.get('translations').get('searching');
|
938 |
+
|
939 |
+
var loading = {
|
940 |
+
disabled: true,
|
941 |
+
loading: true,
|
942 |
+
text: loadingMore(params)
|
943 |
+
};
|
944 |
+
var $loading = this.option(loading);
|
945 |
+
$loading.className += ' loading-results';
|
946 |
+
|
947 |
+
this.$results.prepend($loading);
|
948 |
+
};
|
949 |
+
|
950 |
+
Results.prototype.hideLoading = function () {
|
951 |
+
this.$results.find('.loading-results').remove();
|
952 |
+
};
|
953 |
+
|
954 |
+
Results.prototype.option = function (data) {
|
955 |
+
var option = document.createElement('li');
|
956 |
+
option.className = 'select2-results__option';
|
957 |
+
|
958 |
+
var attrs = {
|
959 |
+
'role': 'option',
|
960 |
+
'data-selected': 'false',
|
961 |
+
'tabindex': -1
|
962 |
+
};
|
963 |
+
|
964 |
+
if (data.disabled) {
|
965 |
+
delete attrs['data-selected'];
|
966 |
+
attrs['aria-disabled'] = 'true';
|
967 |
+
}
|
968 |
+
|
969 |
+
if (data.id == null) {
|
970 |
+
delete attrs['data-selected'];
|
971 |
+
}
|
972 |
+
|
973 |
+
if (data._resultId != null) {
|
974 |
+
option.id = data._resultId;
|
975 |
+
}
|
976 |
+
|
977 |
+
if (data.title) {
|
978 |
+
option.title = data.title;
|
979 |
+
}
|
980 |
+
|
981 |
+
if (data.children) {
|
982 |
+
attrs['aria-label'] = data.text;
|
983 |
+
delete attrs['data-selected'];
|
984 |
+
}
|
985 |
+
|
986 |
+
for (var attr in attrs) {
|
987 |
+
var val = attrs[attr];
|
988 |
+
|
989 |
+
option.setAttribute(attr, val);
|
990 |
+
}
|
991 |
+
|
992 |
+
if (data.children) {
|
993 |
+
var $option = $(option);
|
994 |
+
|
995 |
+
var label = document.createElement('strong');
|
996 |
+
label.className = 'select2-results__group';
|
997 |
+
|
998 |
+
var $label = $(label);
|
999 |
+
this.template(data, label);
|
1000 |
+
$label.attr('role', 'presentation');
|
1001 |
+
|
1002 |
+
var $children = [];
|
1003 |
+
|
1004 |
+
for (var c = 0; c < data.children.length; c++) {
|
1005 |
+
var child = data.children[c];
|
1006 |
+
|
1007 |
+
var $child = this.option(child);
|
1008 |
+
|
1009 |
+
$children.push($child);
|
1010 |
+
}
|
1011 |
+
|
1012 |
+
var $childrenContainer = $('<ul></ul>', {
|
1013 |
+
'class': 'select2-results__options select2-results__options--nested',
|
1014 |
+
'role': 'listbox'
|
1015 |
+
});
|
1016 |
+
$childrenContainer.append($children);
|
1017 |
+
$option.attr('role', 'list');
|
1018 |
+
|
1019 |
+
$option.append(label);
|
1020 |
+
$option.append($childrenContainer);
|
1021 |
+
} else {
|
1022 |
+
this.template(data, option);
|
1023 |
+
}
|
1024 |
+
|
1025 |
+
$.data(option, 'data', data);
|
1026 |
+
|
1027 |
+
return option;
|
1028 |
+
};
|
1029 |
+
|
1030 |
+
Results.prototype.bind = function (container, $container) {
|
1031 |
+
var self = this;
|
1032 |
+
|
1033 |
+
var id = container.id + '-results';
|
1034 |
+
|
1035 |
+
this.$results.attr('id', id);
|
1036 |
+
|
1037 |
+
container.on('results:all', function (params) {
|
1038 |
+
self.clear();
|
1039 |
+
self.append(params.data);
|
1040 |
+
|
1041 |
+
if (container.isOpen()) {
|
1042 |
+
self.setClasses();
|
1043 |
+
self.highlightFirstItem();
|
1044 |
+
}
|
1045 |
+
});
|
1046 |
+
|
1047 |
+
container.on('results:append', function (params) {
|
1048 |
+
self.append(params.data);
|
1049 |
+
|
1050 |
+
if (container.isOpen()) {
|
1051 |
+
self.setClasses();
|
1052 |
+
}
|
1053 |
+
});
|
1054 |
+
|
1055 |
+
container.on('query', function (params) {
|
1056 |
+
self.hideMessages();
|
1057 |
+
self.showLoading(params);
|
1058 |
+
});
|
1059 |
+
|
1060 |
+
container.on('select', function () {
|
1061 |
+
if (!container.isOpen()) {
|
1062 |
+
return;
|
1063 |
+
}
|
1064 |
+
|
1065 |
+
self.setClasses();
|
1066 |
+
self.highlightFirstItem();
|
1067 |
+
});
|
1068 |
+
|
1069 |
+
container.on('unselect', function () {
|
1070 |
+
if (!container.isOpen()) {
|
1071 |
+
return;
|
1072 |
+
}
|
1073 |
+
|
1074 |
+
self.setClasses();
|
1075 |
+
self.highlightFirstItem();
|
1076 |
+
});
|
1077 |
+
|
1078 |
+
container.on('open', function () {
|
1079 |
+
// When the dropdown is open, aria-expended="true"
|
1080 |
+
self.$results.attr('aria-expanded', 'true');
|
1081 |
+
self.$results.attr('aria-hidden', 'false');
|
1082 |
+
|
1083 |
+
self.setClasses();
|
1084 |
+
self.ensureHighlightVisible();
|
1085 |
+
});
|
1086 |
+
|
1087 |
+
container.on('close', function () {
|
1088 |
+
// When the dropdown is closed, aria-expended="false"
|
1089 |
+
self.$results.attr('aria-expanded', 'false');
|
1090 |
+
self.$results.attr('aria-hidden', 'true');
|
1091 |
+
self.$results.removeAttr('aria-activedescendant');
|
1092 |
+
});
|
1093 |
+
|
1094 |
+
container.on('results:toggle', function () {
|
1095 |
+
var $highlighted = self.getHighlightedResults();
|
1096 |
+
|
1097 |
+
if ($highlighted.length === 0) {
|
1098 |
+
return;
|
1099 |
+
}
|
1100 |
+
|
1101 |
+
$highlighted.trigger('mouseup');
|
1102 |
+
});
|
1103 |
+
|
1104 |
+
container.on('results:select', function () {
|
1105 |
+
var $highlighted = self.getHighlightedResults();
|
1106 |
+
|
1107 |
+
if ($highlighted.length === 0) {
|
1108 |
+
return;
|
1109 |
+
}
|
1110 |
+
|
1111 |
+
var data = $highlighted.data('data');
|
1112 |
+
|
1113 |
+
if ($highlighted.attr('data-selected') == 'true') {
|
1114 |
+
self.trigger('close', {});
|
1115 |
+
} else {
|
1116 |
+
self.trigger('select', {
|
1117 |
+
data: data
|
1118 |
+
});
|
1119 |
+
}
|
1120 |
+
});
|
1121 |
+
|
1122 |
+
container.on('results:previous', function () {
|
1123 |
+
var $highlighted = self.getHighlightedResults();
|
1124 |
+
|
1125 |
+
var $options = self.$results.find('[data-selected]');
|
1126 |
+
|
1127 |
+
var currentIndex = $options.index($highlighted);
|
1128 |
+
|
1129 |
+
// If we are already at te top, don't move further
|
1130 |
+
if (currentIndex === 0) {
|
1131 |
+
return;
|
1132 |
+
}
|
1133 |
+
|
1134 |
+
var nextIndex = currentIndex - 1;
|
1135 |
+
|
1136 |
+
// If none are highlighted, highlight the first
|
1137 |
+
if ($highlighted.length === 0) {
|
1138 |
+
nextIndex = 0;
|
1139 |
+
}
|
1140 |
+
|
1141 |
+
var $next = $options.eq(nextIndex);
|
1142 |
+
|
1143 |
+
$next.trigger('mouseenter');
|
1144 |
+
|
1145 |
+
var currentOffset = self.$results.offset().top;
|
1146 |
+
var nextTop = $next.offset().top;
|
1147 |
+
var nextOffset = self.$results.scrollTop() + (nextTop - currentOffset);
|
1148 |
+
|
1149 |
+
if (nextIndex === 0) {
|
1150 |
+
self.$results.scrollTop(0);
|
1151 |
+
} else if (nextTop - currentOffset < 0) {
|
1152 |
+
self.$results.scrollTop(nextOffset);
|
1153 |
+
}
|
1154 |
+
});
|
1155 |
+
|
1156 |
+
container.on('results:next', function () {
|
1157 |
+
var $highlighted = self.getHighlightedResults();
|
1158 |
+
|
1159 |
+
var $options = self.$results.find('[data-selected]');
|
1160 |
+
|
1161 |
+
var currentIndex = $options.index($highlighted);
|
1162 |
+
|
1163 |
+
var nextIndex = currentIndex + 1;
|
1164 |
+
|
1165 |
+
// If we are at the last option, stay there
|
1166 |
+
if (nextIndex >= $options.length) {
|
1167 |
+
return;
|
1168 |
+
}
|
1169 |
+
|
1170 |
+
var $next = $options.eq(nextIndex);
|
1171 |
+
|
1172 |
+
$next.trigger('mouseenter');
|
1173 |
+
|
1174 |
+
var currentOffset = self.$results.offset().top +
|
1175 |
+
self.$results.outerHeight(false);
|
1176 |
+
var nextBottom = $next.offset().top + $next.outerHeight(false);
|
1177 |
+
var nextOffset = self.$results.scrollTop() + nextBottom - currentOffset;
|
1178 |
+
|
1179 |
+
if (nextIndex === 0) {
|
1180 |
+
self.$results.scrollTop(0);
|
1181 |
+
} else if (nextBottom > currentOffset) {
|
1182 |
+
self.$results.scrollTop(nextOffset);
|
1183 |
+
}
|
1184 |
+
});
|
1185 |
+
|
1186 |
+
container.on('results:focus', function (params) {
|
1187 |
+
params.element.addClass('select2-results__option--highlighted').attr('aria-selected', 'true');
|
1188 |
+
self.$results.attr('aria-activedescendant', params.element.attr('id'));
|
1189 |
+
});
|
1190 |
+
|
1191 |
+
container.on('results:message', function (params) {
|
1192 |
+
self.displayMessage(params);
|
1193 |
+
});
|
1194 |
+
|
1195 |
+
if ($.fn.mousewheel) {
|
1196 |
+
this.$results.on('mousewheel', function (e) {
|
1197 |
+
var top = self.$results.scrollTop();
|
1198 |
+
|
1199 |
+
var bottom = self.$results.get(0).scrollHeight - top + e.deltaY;
|
1200 |
+
|
1201 |
+
var isAtTop = e.deltaY > 0 && top - e.deltaY <= 0;
|
1202 |
+
var isAtBottom = e.deltaY < 0 && bottom <= self.$results.height();
|
1203 |
+
|
1204 |
+
if (isAtTop) {
|
1205 |
+
self.$results.scrollTop(0);
|
1206 |
+
|
1207 |
+
e.preventDefault();
|
1208 |
+
e.stopPropagation();
|
1209 |
+
} else if (isAtBottom) {
|
1210 |
+
self.$results.scrollTop(
|
1211 |
+
self.$results.get(0).scrollHeight - self.$results.height()
|
1212 |
+
);
|
1213 |
+
|
1214 |
+
e.preventDefault();
|
1215 |
+
e.stopPropagation();
|
1216 |
+
}
|
1217 |
+
});
|
1218 |
+
}
|
1219 |
+
|
1220 |
+
this.$results.on('mouseup', '.select2-results__option[data-selected]',
|
1221 |
+
function (evt) {
|
1222 |
+
var $this = $(this);
|
1223 |
+
|
1224 |
+
var data = $this.data('data');
|
1225 |
+
|
1226 |
+
if ($this.attr('data-selected') === 'true') {
|
1227 |
+
if (self.options.get('multiple')) {
|
1228 |
+
self.trigger('unselect', {
|
1229 |
+
originalEvent: evt,
|
1230 |
+
data: data
|
1231 |
+
});
|
1232 |
+
} else {
|
1233 |
+
self.trigger('close', {});
|
1234 |
+
}
|
1235 |
+
|
1236 |
+
return;
|
1237 |
+
}
|
1238 |
+
|
1239 |
+
self.trigger('select', {
|
1240 |
+
originalEvent: evt,
|
1241 |
+
data: data
|
1242 |
+
});
|
1243 |
+
});
|
1244 |
+
|
1245 |
+
this.$results.on('mouseenter', '.select2-results__option[data-selected]',
|
1246 |
+
function (evt) {
|
1247 |
+
var data = $(this).data('data');
|
1248 |
+
|
1249 |
+
self.getHighlightedResults()
|
1250 |
+
.removeClass('select2-results__option--highlighted')
|
1251 |
+
.attr('aria-selected', 'false');
|
1252 |
+
|
1253 |
+
self.trigger('results:focus', {
|
1254 |
+
data: data,
|
1255 |
+
element: $(this)
|
1256 |
+
});
|
1257 |
+
});
|
1258 |
+
};
|
1259 |
+
|
1260 |
+
Results.prototype.getHighlightedResults = function () {
|
1261 |
+
var $highlighted = this.$results
|
1262 |
+
.find('.select2-results__option--highlighted');
|
1263 |
+
|
1264 |
+
return $highlighted;
|
1265 |
+
};
|
1266 |
+
|
1267 |
+
Results.prototype.destroy = function () {
|
1268 |
+
this.$results.remove();
|
1269 |
+
};
|
1270 |
+
|
1271 |
+
Results.prototype.ensureHighlightVisible = function () {
|
1272 |
+
var $highlighted = this.getHighlightedResults();
|
1273 |
+
|
1274 |
+
if ($highlighted.length === 0) {
|
1275 |
+
return;
|
1276 |
+
}
|
1277 |
+
|
1278 |
+
var $options = this.$results.find('[data-selected]');
|
1279 |
+
|
1280 |
+
var currentIndex = $options.index($highlighted);
|
1281 |
+
|
1282 |
+
var currentOffset = this.$results.offset().top;
|
1283 |
+
var nextTop = $highlighted.offset().top;
|
1284 |
+
var nextOffset = this.$results.scrollTop() + (nextTop - currentOffset);
|
1285 |
+
|
1286 |
+
var offsetDelta = nextTop - currentOffset;
|
1287 |
+
nextOffset -= $highlighted.outerHeight(false) * 2;
|
1288 |
+
|
1289 |
+
if (currentIndex <= 2) {
|
1290 |
+
this.$results.scrollTop(0);
|
1291 |
+
} else if (offsetDelta > this.$results.outerHeight() || offsetDelta < 0) {
|
1292 |
+
this.$results.scrollTop(nextOffset);
|
1293 |
+
}
|
1294 |
+
};
|
1295 |
+
|
1296 |
+
Results.prototype.template = function (result, container) {
|
1297 |
+
var template = this.options.get('templateResult');
|
1298 |
+
var escapeMarkup = this.options.get('escapeMarkup');
|
1299 |
+
|
1300 |
+
var content = template(result, container);
|
1301 |
+
|
1302 |
+
if (content == null) {
|
1303 |
+
container.style.display = 'none';
|
1304 |
+
} else if (typeof content === 'string') {
|
1305 |
+
container.innerHTML = escapeMarkup(content);
|
1306 |
+
} else {
|
1307 |
+
$(container).append(content);
|
1308 |
+
}
|
1309 |
+
};
|
1310 |
+
|
1311 |
+
return Results;
|
1312 |
+
});
|
1313 |
+
|
1314 |
+
S2.define('select2/keys',[
|
1315 |
+
|
1316 |
+
], function () {
|
1317 |
+
var KEYS = {
|
1318 |
+
BACKSPACE: 8,
|
1319 |
+
TAB: 9,
|
1320 |
+
ENTER: 13,
|
1321 |
+
SHIFT: 16,
|
1322 |
+
CTRL: 17,
|
1323 |
+
ALT: 18,
|
1324 |
+
ESC: 27,
|
1325 |
+
SPACE: 32,
|
1326 |
+
PAGE_UP: 33,
|
1327 |
+
PAGE_DOWN: 34,
|
1328 |
+
END: 35,
|
1329 |
+
HOME: 36,
|
1330 |
+
LEFT: 37,
|
1331 |
+
UP: 38,
|
1332 |
+
RIGHT: 39,
|
1333 |
+
DOWN: 40,
|
1334 |
+
DELETE: 46
|
1335 |
+
};
|
1336 |
+
|
1337 |
+
return KEYS;
|
1338 |
+
});
|
1339 |
+
|
1340 |
+
S2.define('select2/selection/base',[
|
1341 |
+
'jquery',
|
1342 |
+
'../utils',
|
1343 |
+
'../keys'
|
1344 |
+
], function ($, Utils, KEYS) {
|
1345 |
+
function BaseSelection ($element, options) {
|
1346 |
+
this.$element = $element;
|
1347 |
+
this.options = options;
|
1348 |
+
|
1349 |
+
BaseSelection.__super__.constructor.call(this);
|
1350 |
+
}
|
1351 |
+
|
1352 |
+
Utils.Extend(BaseSelection, Utils.Observable);
|
1353 |
+
|
1354 |
+
BaseSelection.prototype.render = function () {
|
1355 |
+
var $selection = $(
|
1356 |
+
'<span class="select2-selection" ' +
|
1357 |
+
' aria-haspopup="true" aria-expanded="false">' +
|
1358 |
+
'</span>'
|
1359 |
+
);
|
1360 |
+
|
1361 |
+
this._tabindex = 0;
|
1362 |
+
|
1363 |
+
if (this.$element.data('old-tabindex') != null) {
|
1364 |
+
this._tabindex = this.$element.data('old-tabindex');
|
1365 |
+
} else if (this.$element.attr('tabindex') != null) {
|
1366 |
+
this._tabindex = this.$element.attr('tabindex');
|
1367 |
+
}
|
1368 |
+
|
1369 |
+
$selection.attr('title', this.$element.attr('title'));
|
1370 |
+
$selection.attr('tabindex', this._tabindex);
|
1371 |
+
|
1372 |
+
this.$selection = $selection;
|
1373 |
+
|
1374 |
+
return $selection;
|
1375 |
+
};
|
1376 |
+
|
1377 |
+
BaseSelection.prototype.bind = function (container, $container) {
|
1378 |
+
var self = this;
|
1379 |
+
|
1380 |
+
var id = container.id + '-container';
|
1381 |
+
var resultsId = container.id + '-results';
|
1382 |
+
var searchHidden = this.options.get('minimumResultsForSearch') === Infinity;
|
1383 |
+
|
1384 |
+
this.container = container;
|
1385 |
+
|
1386 |
+
this.$selection.on('focus', function (evt) {
|
1387 |
+
self.trigger('focus', evt);
|
1388 |
+
});
|
1389 |
+
|
1390 |
+
this.$selection.on('blur', function (evt) {
|
1391 |
+
self._handleBlur(evt);
|
1392 |
+
});
|
1393 |
+
|
1394 |
+
this.$selection.on('keydown', function (evt) {
|
1395 |
+
self.trigger('keypress', evt);
|
1396 |
+
|
1397 |
+
if (evt.which === KEYS.SPACE) {
|
1398 |
+
evt.preventDefault();
|
1399 |
+
}
|
1400 |
+
});
|
1401 |
+
|
1402 |
+
container.on('results:focus', function (params) {
|
1403 |
+
self.$selection.attr('aria-activedescendant', params.data._resultId);
|
1404 |
+
});
|
1405 |
+
|
1406 |
+
container.on('selection:update', function (params) {
|
1407 |
+
self.update(params.data);
|
1408 |
+
});
|
1409 |
+
|
1410 |
+
container.on('open', function () {
|
1411 |
+
// When the dropdown is open, aria-expanded="true"
|
1412 |
+
self.$selection.attr('aria-expanded', 'true');
|
1413 |
+
self.$selection.attr('aria-owns', resultsId);
|
1414 |
+
|
1415 |
+
self._attachCloseHandler(container);
|
1416 |
+
});
|
1417 |
+
|
1418 |
+
container.on('close', function () {
|
1419 |
+
// When the dropdown is closed, aria-expanded="false"
|
1420 |
+
self.$selection.attr('aria-expanded', 'false');
|
1421 |
+
self.$selection.removeAttr('aria-activedescendant');
|
1422 |
+
self.$selection.removeAttr('aria-owns');
|
1423 |
+
|
1424 |
+
// This needs to be delayed as the active element is the body when the
|
1425 |
+
// key is pressed.
|
1426 |
+
window.setTimeout(function () {
|
1427 |
+
self.$selection.focus();
|
1428 |
+
}, 1);
|
1429 |
+
|
1430 |
+
self._detachCloseHandler(container);
|
1431 |
+
});
|
1432 |
+
|
1433 |
+
container.on('enable', function () {
|
1434 |
+
self.$selection.attr('tabindex', self._tabindex);
|
1435 |
+
});
|
1436 |
+
|
1437 |
+
container.on('disable', function () {
|
1438 |
+
self.$selection.attr('tabindex', '-1');
|
1439 |
+
});
|
1440 |
+
};
|
1441 |
+
|
1442 |
+
BaseSelection.prototype._handleBlur = function (evt) {
|
1443 |
+
var self = this;
|
1444 |
+
|
1445 |
+
// This needs to be delayed as the active element is the body when the tab
|
1446 |
+
// key is pressed, possibly along with others.
|
1447 |
+
window.setTimeout(function () {
|
1448 |
+
// Don't trigger `blur` if the focus is still in the selection
|
1449 |
+
if (
|
1450 |
+
(document.activeElement == self.$selection[0]) ||
|
1451 |
+
($.contains(self.$selection[0], document.activeElement))
|
1452 |
+
) {
|
1453 |
+
return;
|
1454 |
+
}
|
1455 |
+
|
1456 |
+
self.trigger('blur', evt);
|
1457 |
+
}, 1);
|
1458 |
+
};
|
1459 |
+
|
1460 |
+
BaseSelection.prototype._attachCloseHandler = function (container) {
|
1461 |
+
var self = this;
|
1462 |
+
|
1463 |
+
$(document.body).on('mousedown.select2.' + container.id, function (e) {
|
1464 |
+
var $target = $(e.target);
|
1465 |
+
|
1466 |
+
var $select = $target.closest('.select2');
|
1467 |
+
|
1468 |
+
var $all = $('.select2.select2-container--open');
|
1469 |
+
|
1470 |
+
$all.each(function () {
|
1471 |
+
var $this = $(this);
|
1472 |
+
|
1473 |
+
if (this == $select[0]) {
|
1474 |
+
return;
|
1475 |
+
}
|
1476 |
+
|
1477 |
+
var $element = $this.data('element');
|
1478 |
+
$element.select2('close');
|
1479 |
+
|
1480 |
+
// Remove any focus when dropdown is closed by clicking outside the select area.
|
1481 |
+
// Timeout of 1 required for close to finish wrapping up.
|
1482 |
+
setTimeout(function(){
|
1483 |
+
$this.find('*:focus').blur();
|
1484 |
+
$target.focus();
|
1485 |
+
}, 1);
|
1486 |
+
});
|
1487 |
+
});
|
1488 |
+
};
|
1489 |
+
|
1490 |
+
BaseSelection.prototype._detachCloseHandler = function (container) {
|
1491 |
+
$(document.body).off('mousedown.select2.' + container.id);
|
1492 |
+
};
|
1493 |
+
|
1494 |
+
BaseSelection.prototype.position = function ($selection, $container) {
|
1495 |
+
var $selectionContainer = $container.find('.selection');
|
1496 |
+
$selectionContainer.append($selection);
|
1497 |
+
};
|
1498 |
+
|
1499 |
+
BaseSelection.prototype.destroy = function () {
|
1500 |
+
this._detachCloseHandler(this.container);
|
1501 |
+
};
|
1502 |
+
|
1503 |
+
BaseSelection.prototype.update = function (data) {
|
1504 |
+
throw new Error('The `update` method must be defined in child classes.');
|
1505 |
+
};
|
1506 |
+
|
1507 |
+
return BaseSelection;
|
1508 |
+
});
|
1509 |
+
|
1510 |
+
S2.define('select2/selection/single',[
|
1511 |
+
'jquery',
|
1512 |
+
'./base',
|
1513 |
+
'../utils',
|
1514 |
+
'../keys'
|
1515 |
+
], function ($, BaseSelection, Utils, KEYS) {
|
1516 |
+
function SingleSelection () {
|
1517 |
+
SingleSelection.__super__.constructor.apply(this, arguments);
|
1518 |
+
}
|
1519 |
+
|
1520 |
+
Utils.Extend(SingleSelection, BaseSelection);
|
1521 |
+
|
1522 |
+
SingleSelection.prototype.render = function () {
|
1523 |
+
var $selection = SingleSelection.__super__.render.call(this);
|
1524 |
+
|
1525 |
+
$selection.addClass('select2-selection--single');
|
1526 |
+
|
1527 |
+
$selection.html(
|
1528 |
+
'<span class="select2-selection__rendered"></span>' +
|
1529 |
+
'<span class="select2-selection__arrow" role="presentation">' +
|
1530 |
+
'<b role="presentation"></b>' +
|
1531 |
+
'</span>'
|
1532 |
+
);
|
1533 |
+
|
1534 |
+
return $selection;
|
1535 |
+
};
|
1536 |
+
|
1537 |
+
SingleSelection.prototype.bind = function (container, $container) {
|
1538 |
+
var self = this;
|
1539 |
+
|
1540 |
+
SingleSelection.__super__.bind.apply(this, arguments);
|
1541 |
+
|
1542 |
+
var id = container.id + '-container';
|
1543 |
+
|
1544 |
+
this.$selection.find('.select2-selection__rendered')
|
1545 |
+
.attr('id', id)
|
1546 |
+
.attr('role', 'textbox')
|
1547 |
+
.attr('aria-readonly', 'true');
|
1548 |
+
this.$selection.attr('aria-labelledby', id);
|
1549 |
+
|
1550 |
+
// This makes single non-search selects work in screen readers. If it causes problems elsewhere, remove.
|
1551 |
+
this.$selection.attr('role', 'combobox');
|
1552 |
+
|
1553 |
+
this.$selection.on('mousedown', function (evt) {
|
1554 |
+
// Only respond to left clicks
|
1555 |
+
if (evt.which !== 1) {
|
1556 |
+
return;
|
1557 |
+
}
|
1558 |
+
|
1559 |
+
self.trigger('toggle', {
|
1560 |
+
originalEvent: evt
|
1561 |
+
});
|
1562 |
+
});
|
1563 |
+
|
1564 |
+
this.$selection.on('focus', function (evt) {
|
1565 |
+
// User focuses on the container
|
1566 |
+
});
|
1567 |
+
|
1568 |
+
this.$selection.on('keydown', function (evt) {
|
1569 |
+
// If user starts typing an alphanumeric key on the keyboard, open if not opened.
|
1570 |
+
if (!container.isOpen() && evt.which >= 48 && evt.which <= 90) {
|
1571 |
+
container.open();
|
1572 |
+
}
|
1573 |
+
});
|
1574 |
+
|
1575 |
+
this.$selection.on('blur', function (evt) {
|
1576 |
+
// User exits the container
|
1577 |
+
});
|
1578 |
+
|
1579 |
+
container.on('focus', function (evt) {
|
1580 |
+
if (!container.isOpen()) {
|
1581 |
+
self.$selection.focus();
|
1582 |
+
}
|
1583 |
+
});
|
1584 |
+
|
1585 |
+
container.on('selection:update', function (params) {
|
1586 |
+
self.update(params.data);
|
1587 |
+
});
|
1588 |
+
};
|
1589 |
+
|
1590 |
+
SingleSelection.prototype.clear = function () {
|
1591 |
+
this.$selection.find('.select2-selection__rendered').empty();
|
1592 |
+
};
|
1593 |
+
|
1594 |
+
SingleSelection.prototype.display = function (data, container) {
|
1595 |
+
var template = this.options.get('templateSelection');
|
1596 |
+
var escapeMarkup = this.options.get('escapeMarkup');
|
1597 |
+
|
1598 |
+
return escapeMarkup(template(data, container));
|
1599 |
+
};
|
1600 |
+
|
1601 |
+
SingleSelection.prototype.selectionContainer = function () {
|
1602 |
+
return $('<span></span>');
|
1603 |
+
};
|
1604 |
+
|
1605 |
+
SingleSelection.prototype.update = function (data) {
|
1606 |
+
if (data.length === 0) {
|
1607 |
+
this.clear();
|
1608 |
+
return;
|
1609 |
+
}
|
1610 |
+
|
1611 |
+
var selection = data[0];
|
1612 |
+
|
1613 |
+
var $rendered = this.$selection.find('.select2-selection__rendered');
|
1614 |
+
var formatted = this.display(selection, $rendered);
|
1615 |
+
|
1616 |
+
$rendered.empty().append(formatted);
|
1617 |
+
$rendered.prop('title', selection.title || selection.text);
|
1618 |
+
};
|
1619 |
+
|
1620 |
+
return SingleSelection;
|
1621 |
+
});
|
1622 |
+
|
1623 |
+
S2.define('select2/selection/multiple',[
|
1624 |
+
'jquery',
|
1625 |
+
'./base',
|
1626 |
+
'../utils'
|
1627 |
+
], function ($, BaseSelection, Utils) {
|
1628 |
+
function MultipleSelection ($element, options) {
|
1629 |
+
MultipleSelection.__super__.constructor.apply(this, arguments);
|
1630 |
+
}
|
1631 |
+
|
1632 |
+
Utils.Extend(MultipleSelection, BaseSelection);
|
1633 |
+
|
1634 |
+
MultipleSelection.prototype.render = function () {
|
1635 |
+
var $selection = MultipleSelection.__super__.render.call(this);
|
1636 |
+
|
1637 |
+
$selection.addClass('select2-selection--multiple');
|
1638 |
+
|
1639 |
+
$selection.html(
|
1640 |
+
'<ul class="select2-selection__rendered" aria-live="polite" aria-relevant="additions removals" aria-atomic="true"></ul>'
|
1641 |
+
);
|
1642 |
+
|
1643 |
+
return $selection;
|
1644 |
+
};
|
1645 |
+
|
1646 |
+
MultipleSelection.prototype.bind = function (container, $container) {
|
1647 |
+
var self = this;
|
1648 |
+
|
1649 |
+
MultipleSelection.__super__.bind.apply(this, arguments);
|
1650 |
+
|
1651 |
+
this.$selection.on('click', function (evt) {
|
1652 |
+
self.trigger('toggle', {
|
1653 |
+
originalEvent: evt
|
1654 |
+
});
|
1655 |
+
});
|
1656 |
+
|
1657 |
+
this.$selection.on(
|
1658 |
+
'click',
|
1659 |
+
'.select2-selection__choice__remove',
|
1660 |
+
function (evt) {
|
1661 |
+
// Ignore the event if it is disabled
|
1662 |
+
if (self.options.get('disabled')) {
|
1663 |
+
return;
|
1664 |
+
}
|
1665 |
+
|
1666 |
+
var $remove = $(this);
|
1667 |
+
var $selection = $remove.parent();
|
1668 |
+
|
1669 |
+
var data = $selection.data('data');
|
1670 |
+
|
1671 |
+
self.trigger('unselect', {
|
1672 |
+
originalEvent: evt,
|
1673 |
+
data: data
|
1674 |
+
});
|
1675 |
+
}
|
1676 |
+
);
|
1677 |
+
|
1678 |
+
this.$selection.on('keydown', function (evt) {
|
1679 |
+
// If user starts typing an alphanumeric key on the keyboard, open if not opened.
|
1680 |
+
if (!container.isOpen() && evt.which >= 48 && evt.which <= 90) {
|
1681 |
+
container.open();
|
1682 |
+
}
|
1683 |
+
});
|
1684 |
+
|
1685 |
+
// Focus on the search field when the container is focused instead of the main container.
|
1686 |
+
container.on( 'focus', function(){
|
1687 |
+
self.focusOnSearch();
|
1688 |
+
});
|
1689 |
+
};
|
1690 |
+
|
1691 |
+
MultipleSelection.prototype.clear = function () {
|
1692 |
+
this.$selection.find('.select2-selection__rendered').empty();
|
1693 |
+
};
|
1694 |
+
|
1695 |
+
MultipleSelection.prototype.display = function (data, container) {
|
1696 |
+
var template = this.options.get('templateSelection');
|
1697 |
+
var escapeMarkup = this.options.get('escapeMarkup');
|
1698 |
+
|
1699 |
+
return escapeMarkup(template(data, container));
|
1700 |
+
};
|
1701 |
+
|
1702 |
+
MultipleSelection.prototype.selectionContainer = function () {
|
1703 |
+
var $container = $(
|
1704 |
+
'<li class="select2-selection__choice">' +
|
1705 |
+
'<span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">' +
|
1706 |
+
'×' +
|
1707 |
+
'</span>' +
|
1708 |
+
'</li>'
|
1709 |
+
);
|
1710 |
+
|
1711 |
+
return $container;
|
1712 |
+
};
|
1713 |
+
|
1714 |
+
/**
|
1715 |
+
* Focus on the search field instead of the main multiselect container.
|
1716 |
+
*/
|
1717 |
+
MultipleSelection.prototype.focusOnSearch = function() {
|
1718 |
+
var self = this;
|
1719 |
+
|
1720 |
+
if ('undefined' !== typeof self.$search) {
|
1721 |
+
// Needs 1 ms delay because of other 1 ms setTimeouts when rendering.
|
1722 |
+
setTimeout(function(){
|
1723 |
+
// Prevent the dropdown opening again when focused from this.
|
1724 |
+
// This gets reset automatically when focus is triggered.
|
1725 |
+
self._keyUpPrevented = true;
|
1726 |
+
|
1727 |
+
self.$search.focus();
|
1728 |
+
}, 1);
|
1729 |
+
}
|
1730 |
+
}
|
1731 |
+
|
1732 |
+
MultipleSelection.prototype.update = function (data) {
|
1733 |
+
this.clear();
|
1734 |
+
|
1735 |
+
if (data.length === 0) {
|
1736 |
+
return;
|
1737 |
+
}
|
1738 |
+
|
1739 |
+
var $selections = [];
|
1740 |
+
|
1741 |
+
for (var d = 0; d < data.length; d++) {
|
1742 |
+
var selection = data[d];
|
1743 |
+
|
1744 |
+
var $selection = this.selectionContainer();
|
1745 |
+
var formatted = this.display(selection, $selection);
|
1746 |
+
if ('string' === typeof formatted) {
|
1747 |
+
formatted = formatted.trim();
|
1748 |
+
}
|
1749 |
+
|
1750 |
+
$selection.append(formatted);
|
1751 |
+
$selection.prop('title', selection.title || selection.text);
|
1752 |
+
|
1753 |
+
$selection.data('data', selection);
|
1754 |
+
|
1755 |
+
$selections.push($selection);
|
1756 |
+
}
|
1757 |
+
|
1758 |
+
var $rendered = this.$selection.find('.select2-selection__rendered');
|
1759 |
+
|
1760 |
+
Utils.appendMany($rendered, $selections);
|
1761 |
+
};
|
1762 |
+
|
1763 |
+
return MultipleSelection;
|
1764 |
+
});
|
1765 |
+
|
1766 |
+
S2.define('select2/selection/placeholder',[
|
1767 |
+
'../utils'
|
1768 |
+
], function (Utils) {
|
1769 |
+
function Placeholder (decorated, $element, options) {
|
1770 |
+
this.placeholder = this.normalizePlaceholder(options.get('placeholder'));
|
1771 |
+
|
1772 |
+
decorated.call(this, $element, options);
|
1773 |
+
}
|
1774 |
+
|
1775 |
+
Placeholder.prototype.normalizePlaceholder = function (_, placeholder) {
|
1776 |
+
if (typeof placeholder === 'string') {
|
1777 |
+
placeholder = {
|
1778 |
+
id: '',
|
1779 |
+
text: placeholder
|
1780 |
+
};
|
1781 |
+
}
|
1782 |
+
|
1783 |
+
return placeholder;
|
1784 |
+
};
|
1785 |
+
|
1786 |
+
Placeholder.prototype.createPlaceholder = function (decorated, placeholder) {
|
1787 |
+
var $placeholder = this.selectionContainer();
|
1788 |
+
|
1789 |
+
$placeholder.html(this.display(placeholder));
|
1790 |
+
$placeholder.addClass('select2-selection__placeholder')
|
1791 |
+
.removeClass('select2-selection__choice');
|
1792 |
+
|
1793 |
+
return $placeholder;
|
1794 |
+
};
|
1795 |
+
|
1796 |
+
Placeholder.prototype.update = function (decorated, data) {
|
1797 |
+
var singlePlaceholder = (
|
1798 |
+
data.length == 1 && data[0].id != this.placeholder.id
|
1799 |
+
);
|
1800 |
+
var multipleSelections = data.length > 1;
|
1801 |
+
|
1802 |
+
if (multipleSelections || singlePlaceholder) {
|
1803 |
+
return decorated.call(this, data);
|
1804 |
+
}
|
1805 |
+
|
1806 |
+
this.clear();
|
1807 |
+
|
1808 |
+
var $placeholder = this.createPlaceholder(this.placeholder);
|
1809 |
+
|
1810 |
+
this.$selection.find('.select2-selection__rendered').append($placeholder);
|
1811 |
+
};
|
1812 |
+
|
1813 |
+
return Placeholder;
|
1814 |
+
});
|
1815 |
+
|
1816 |
+
S2.define('select2/selection/allowClear',[
|
1817 |
+
'jquery',
|
1818 |
+
'../keys'
|
1819 |
+
], function ($, KEYS) {
|
1820 |
+
function AllowClear () { }
|
1821 |
+
|
1822 |
+
AllowClear.prototype.bind = function (decorated, container, $container) {
|
1823 |
+
var self = this;
|
1824 |
+
|
1825 |
+
decorated.call(this, container, $container);
|
1826 |
+
|
1827 |
+
if (this.placeholder == null) {
|
1828 |
+
if (this.options.get('debug') && window.console && console.error) {
|
1829 |
+
console.error(
|
1830 |
+
'Select2: The `allowClear` option should be used in combination ' +
|
1831 |
+
'with the `placeholder` option.'
|
1832 |
+
);
|
1833 |
+
}
|
1834 |
+
}
|
1835 |
+
|
1836 |
+
this.$selection.on('mousedown', '.select2-selection__clear',
|
1837 |
+
function (evt) {
|
1838 |
+
self._handleClear(evt);
|
1839 |
+
});
|
1840 |
+
|
1841 |
+
container.on('keypress', function (evt) {
|
1842 |
+
self._handleKeyboardClear(evt, container);
|
1843 |
+
});
|
1844 |
+
};
|
1845 |
+
|
1846 |
+
AllowClear.prototype._handleClear = function (_, evt) {
|
1847 |
+
// Ignore the event if it is disabled
|
1848 |
+
if (this.options.get('disabled')) {
|
1849 |
+
return;
|
1850 |
+
}
|
1851 |
+
|
1852 |
+
var $clear = this.$selection.find('.select2-selection__clear');
|
1853 |
+
|
1854 |
+
// Ignore the event if nothing has been selected
|
1855 |
+
if ($clear.length === 0) {
|
1856 |
+
return;
|
1857 |
+
}
|
1858 |
+
|
1859 |
+
evt.stopPropagation();
|
1860 |
+
|
1861 |
+
var data = $clear.data('data');
|
1862 |
+
|
1863 |
+
for (var d = 0; d < data.length; d++) {
|
1864 |
+
var unselectData = {
|
1865 |
+
data: data[d]
|
1866 |
+
};
|
1867 |
+
|
1868 |
+
// Trigger the `unselect` event, so people can prevent it from being
|
1869 |
+
// cleared.
|
1870 |
+
this.trigger('unselect', unselectData);
|
1871 |
+
|
1872 |
+
// If the event was prevented, don't clear it out.
|
1873 |
+
if (unselectData.prevented) {
|
1874 |
+
return;
|
1875 |
+
}
|
1876 |
+
}
|
1877 |
+
|
1878 |
+
this.$element.val(this.placeholder.id).trigger('change');
|
1879 |
+
|
1880 |
+
this.trigger('toggle', {});
|
1881 |
+
};
|
1882 |
+
|
1883 |
+
AllowClear.prototype._handleKeyboardClear = function (_, evt, container) {
|
1884 |
+
if (container.isOpen()) {
|
1885 |
+
return;
|
1886 |
+
}
|
1887 |
+
|
1888 |
+
if (evt.which == KEYS.DELETE || evt.which == KEYS.BACKSPACE) {
|
1889 |
+
this._handleClear(evt);
|
1890 |
+
}
|
1891 |
+
};
|
1892 |
+
|
1893 |
+
AllowClear.prototype.update = function (decorated, data) {
|
1894 |
+
decorated.call(this, data);
|
1895 |
+
|
1896 |
+
if (this.$selection.find('.select2-selection__placeholder').length > 0 ||
|
1897 |
+
data.length === 0) {
|
1898 |
+
return;
|
1899 |
+
}
|
1900 |
+
|
1901 |
+
var $remove = $(
|
1902 |
+
'<span class="select2-selection__clear">' +
|
1903 |
+
'×' +
|
1904 |
+
'</span>'
|
1905 |
+
);
|
1906 |
+
$remove.data('data', data);
|
1907 |
+
|
1908 |
+
this.$selection.find('.select2-selection__rendered').prepend($remove);
|
1909 |
+
};
|
1910 |
+
|
1911 |
+
return AllowClear;
|
1912 |
+
});
|
1913 |
+
|
1914 |
+
S2.define('select2/selection/search',[
|
1915 |
+
'jquery',
|
1916 |
+
'../utils',
|
1917 |
+
'../keys'
|
1918 |
+
], function ($, Utils, KEYS) {
|
1919 |
+
function Search (decorated, $element, options) {
|
1920 |
+
decorated.call(this, $element, options);
|
1921 |
+
}
|
1922 |
+
|
1923 |
+
Search.prototype.render = function (decorated) {
|
1924 |
+
var $search = $(
|
1925 |
+
'<li class="select2-search select2-search--inline">' +
|
1926 |
+
'<input class="select2-search__field" type="text" tabindex="-1"' +
|
1927 |
+
' autocomplete="off" autocorrect="off" autocapitalize="off"' +
|
1928 |
+
' spellcheck="false" role="textbox" aria-autocomplete="list" />' +
|
1929 |
+
'</li>'
|
1930 |
+
);
|
1931 |
+
|
1932 |
+
this.$searchContainer = $search;
|
1933 |
+
this.$search = $search.find('input');
|
1934 |
+
|
1935 |
+
var $rendered = decorated.call(this);
|
1936 |
+
|
1937 |
+
this._transferTabIndex();
|
1938 |
+
|
1939 |
+
return $rendered;
|
1940 |
+
};
|
1941 |
+
|
1942 |
+
Search.prototype.bind = function (decorated, container, $container) {
|
1943 |
+
var self = this;
|
1944 |
+
var resultsId = container.id + '-results';
|
1945 |
+
|
1946 |
+
decorated.call(this, container, $container);
|
1947 |
+
|
1948 |
+
container.on('open', function () {
|
1949 |
+
self.$search.attr('aria-owns', resultsId);
|
1950 |
+
self.$search.trigger('focus');
|
1951 |
+
});
|
1952 |
+
|
1953 |
+
container.on('close', function () {
|
1954 |
+
self.$search.val('');
|
1955 |
+
self.$search.removeAttr('aria-activedescendant');
|
1956 |
+
self.$search.removeAttr('aria-owns');
|
1957 |
+
self.$search.trigger('focus');
|
1958 |
+
});
|
1959 |
+
|
1960 |
+
container.on('enable', function () {
|
1961 |
+
self.$search.prop('disabled', false);
|
1962 |
+
|
1963 |
+
self._transferTabIndex();
|
1964 |
+
});
|
1965 |
+
|
1966 |
+
container.on('disable', function () {
|
1967 |
+
self.$search.prop('disabled', true);
|
1968 |
+
});
|
1969 |
+
|
1970 |
+
container.on('focus', function (evt) {
|
1971 |
+
self.$search.trigger('focus');
|
1972 |
+
});
|
1973 |
+
|
1974 |
+
container.on('results:focus', function (params) {
|
1975 |
+
self.$search.attr('aria-activedescendant', params.data._resultId);
|
1976 |
+
});
|
1977 |
+
|
1978 |
+
this.$selection.on('focusin', '.select2-search--inline', function (evt) {
|
1979 |
+
self.trigger('focus', evt);
|
1980 |
+
});
|
1981 |
+
|
1982 |
+
this.$selection.on('focusout', '.select2-search--inline', function (evt) {
|
1983 |
+
self._handleBlur(evt);
|
1984 |
+
});
|
1985 |
+
|
1986 |
+
this.$selection.on('keydown', '.select2-search--inline', function (evt) {
|
1987 |
+
evt.stopPropagation();
|
1988 |
+
|
1989 |
+
self.trigger('keypress', evt);
|
1990 |
+
|
1991 |
+
self._keyUpPrevented = evt.isDefaultPrevented();
|
1992 |
+
|
1993 |
+
var key = evt.which;
|
1994 |
+
|
1995 |
+
if (key === KEYS.BACKSPACE && self.$search.val() === '') {
|
1996 |
+
var $previousChoice = self.$searchContainer
|
1997 |
+
.prev('.select2-selection__choice');
|
1998 |
+
|
1999 |
+
if ($previousChoice.length > 0) {
|
2000 |
+
var item = $previousChoice.data('data');
|
2001 |
+
|
2002 |
+
self.searchRemoveChoice(item);
|
2003 |
+
|
2004 |
+
evt.preventDefault();
|
2005 |
+
}
|
2006 |
+
} else if (evt.which === KEYS.ENTER) {
|
2007 |
+
container.open();
|
2008 |
+
evt.preventDefault();
|
2009 |
+
}
|
2010 |
+
});
|
2011 |
+
|
2012 |
+
// Try to detect the IE version should the `documentMode` property that
|
2013 |
+
// is stored on the document. This is only implemented in IE and is
|
2014 |
+
// slightly cleaner than doing a user agent check.
|
2015 |
+
// This property is not available in Edge, but Edge also doesn't have
|
2016 |
+
// this bug.
|
2017 |
+
var msie = document.documentMode;
|
2018 |
+
var disableInputEvents = msie && msie <= 11;
|
2019 |
+
|
2020 |
+
// Workaround for browsers which do not support the `input` event
|
2021 |
+
// This will prevent double-triggering of events for browsers which support
|
2022 |
+
// both the `keyup` and `input` events.
|
2023 |
+
this.$selection.on(
|
2024 |
+
'input.searchcheck',
|
2025 |
+
'.select2-search--inline',
|
2026 |
+
function (evt) {
|
2027 |
+
// IE will trigger the `input` event when a placeholder is used on a
|
2028 |
+
// search box. To get around this issue, we are forced to ignore all
|
2029 |
+
// `input` events in IE and keep using `keyup`.
|
2030 |
+
if (disableInputEvents) {
|
2031 |
+
self.$selection.off('input.search input.searchcheck');
|
2032 |
+
return;
|
2033 |
+
}
|
2034 |
+
|
2035 |
+
// Unbind the duplicated `keyup` event
|
2036 |
+
self.$selection.off('keyup.search');
|
2037 |
+
}
|
2038 |
+
);
|
2039 |
+
|
2040 |
+
this.$selection.on(
|
2041 |
+
'keyup.search input.search',
|
2042 |
+
'.select2-search--inline',
|
2043 |
+
function (evt) {
|
2044 |
+
// IE will trigger the `input` event when a placeholder is used on a
|
2045 |
+
// search box. To get around this issue, we are forced to ignore all
|
2046 |
+
// `input` events in IE and keep using `keyup`.
|
2047 |
+
if (disableInputEvents && evt.type === 'input') {
|
2048 |
+
self.$selection.off('input.search input.searchcheck');
|
2049 |
+
return;
|
2050 |
+
}
|
2051 |
+
|
2052 |
+
var key = evt.which;
|
2053 |
+
|
2054 |
+
// We can freely ignore events from modifier keys
|
2055 |
+
if (key == KEYS.SHIFT || key == KEYS.CTRL || key == KEYS.ALT) {
|
2056 |
+
return;
|
2057 |
+
}
|
2058 |
+
|
2059 |
+
// Tabbing will be handled during the `keydown` phase
|
2060 |
+
if (key == KEYS.TAB) {
|
2061 |
+
return;
|
2062 |
+
}
|
2063 |
+
|
2064 |
+
self.handleSearch(evt);
|
2065 |
+
}
|
2066 |
+
);
|
2067 |
+
};
|
2068 |
+
|
2069 |
+
/**
|
2070 |
+
* This method will transfer the tabindex attribute from the rendered
|
2071 |
+
* selection to the search box. This allows for the search box to be used as
|
2072 |
+
* the primary focus instead of the selection container.
|
2073 |
+
*
|
2074 |
+
* @private
|
2075 |
+
*/
|
2076 |
+
Search.prototype._transferTabIndex = function (decorated) {
|
2077 |
+
this.$search.attr('tabindex', this.$selection.attr('tabindex'));
|
2078 |
+
this.$selection.attr('tabindex', '-1');
|
2079 |
+
};
|
2080 |
+
|
2081 |
+
Search.prototype.createPlaceholder = function (decorated, placeholder) {
|
2082 |
+
this.$search.attr('placeholder', placeholder.text);
|
2083 |
+
};
|
2084 |
+
|
2085 |
+
Search.prototype.update = function (decorated, data) {
|
2086 |
+
var searchHadFocus = this.$search[0] == document.activeElement;
|
2087 |
+
|
2088 |
+
this.$search.attr('placeholder', '');
|
2089 |
+
|
2090 |
+
decorated.call(this, data);
|
2091 |
+
|
2092 |
+
this.$selection.find('.select2-selection__rendered')
|
2093 |
+
.append(this.$searchContainer);
|
2094 |
+
|
2095 |
+
this.resizeSearch();
|
2096 |
+
if (searchHadFocus) {
|
2097 |
+
this.$search.focus();
|
2098 |
+
}
|
2099 |
+
};
|
2100 |
+
|
2101 |
+
Search.prototype.handleSearch = function () {
|
2102 |
+
this.resizeSearch();
|
2103 |
+
|
2104 |
+
if (!this._keyUpPrevented) {
|
2105 |
+
var input = this.$search.val();
|
2106 |
+
|
2107 |
+
this.trigger('query', {
|
2108 |
+
term: input
|
2109 |
+
});
|
2110 |
+
}
|
2111 |
+
|
2112 |
+
this._keyUpPrevented = false;
|
2113 |
+
};
|
2114 |
+
|
2115 |
+
Search.prototype.searchRemoveChoice = function (decorated, item) {
|
2116 |
+
this.trigger('unselect', {
|
2117 |
+
data: item
|
2118 |
+
});
|
2119 |
+
|
2120 |
+
this.$search.val(item.text);
|
2121 |
+
this.handleSearch();
|
2122 |
+
};
|
2123 |
+
|
2124 |
+
Search.prototype.resizeSearch = function () {
|
2125 |
+
this.$search.css('width', '25px');
|
2126 |
+
|
2127 |
+
var width = '';
|
2128 |
+
|
2129 |
+
if (this.$search.attr('placeholder') !== '') {
|
2130 |
+
width = this.$selection.find('.select2-selection__rendered').innerWidth();
|
2131 |
+
} else {
|
2132 |
+
var minimumWidth = this.$search.val().length + 1;
|
2133 |
+
|
2134 |
+
width = (minimumWidth * 0.75) + 'em';
|
2135 |
+
}
|
2136 |
+
|
2137 |
+
this.$search.css('width', width);
|
2138 |
+
};
|
2139 |
+
|
2140 |
+
return Search;
|
2141 |
+
});
|
2142 |
+
|
2143 |
+
S2.define('select2/selection/eventRelay',[
|
2144 |
+
'jquery'
|
2145 |
+
], function ($) {
|
2146 |
+
function EventRelay () { }
|
2147 |
+
|
2148 |
+
EventRelay.prototype.bind = function (decorated, container, $container) {
|
2149 |
+
var self = this;
|
2150 |
+
var relayEvents = [
|
2151 |
+
'open', 'opening',
|
2152 |
+
'close', 'closing',
|
2153 |
+
'select', 'selecting',
|
2154 |
+
'unselect', 'unselecting'
|
2155 |
+
];
|
2156 |
+
|
2157 |
+
var preventableEvents = ['opening', 'closing', 'selecting', 'unselecting'];
|
2158 |
+
|
2159 |
+
decorated.call(this, container, $container);
|
2160 |
+
|
2161 |
+
container.on('*', function (name, params) {
|
2162 |
+
// Ignore events that should not be relayed
|
2163 |
+
if ($.inArray(name, relayEvents) === -1) {
|
2164 |
+
return;
|
2165 |
+
}
|
2166 |
+
|
2167 |
+
// The parameters should always be an object
|
2168 |
+
params = params || {};
|
2169 |
+
|
2170 |
+
// Generate the jQuery event for the Select2 event
|
2171 |
+
var evt = $.Event('select2:' + name, {
|
2172 |
+
params: params
|
2173 |
+
});
|
2174 |
+
|
2175 |
+
self.$element.trigger(evt);
|
2176 |
+
|
2177 |
+
// Only handle preventable events if it was one
|
2178 |
+
if ($.inArray(name, preventableEvents) === -1) {
|
2179 |
+
return;
|
2180 |
+
}
|
2181 |
+
|
2182 |
+
params.prevented = evt.isDefaultPrevented();
|
2183 |
+
});
|
2184 |
+
};
|
2185 |
+
|
2186 |
+
return EventRelay;
|
2187 |
+
});
|
2188 |
+
|
2189 |
+
S2.define('select2/translation',[
|
2190 |
+
'jquery',
|
2191 |
+
'require'
|
2192 |
+
], function ($, require) {
|
2193 |
+
function Translation (dict) {
|
2194 |
+
this.dict = dict || {};
|
2195 |
+
}
|
2196 |
+
|
2197 |
+
Translation.prototype.all = function () {
|
2198 |
+
return this.dict;
|
2199 |
+
};
|
2200 |
+
|
2201 |
+
Translation.prototype.get = function (key) {
|
2202 |
+
return this.dict[key];
|
2203 |
+
};
|
2204 |
+
|
2205 |
+
Translation.prototype.extend = function (translation) {
|
2206 |
+
this.dict = $.extend({}, translation.all(), this.dict);
|
2207 |
+
};
|
2208 |
+
|
2209 |
+
// Static functions
|
2210 |
+
|
2211 |
+
Translation._cache = {};
|
2212 |
+
|
2213 |
+
Translation.loadPath = function (path) {
|
2214 |
+
if (!(path in Translation._cache)) {
|
2215 |
+
var translations = require(path);
|
2216 |
+
|
2217 |
+
Translation._cache[path] = translations;
|
2218 |
+
}
|
2219 |
+
|
2220 |
+
return new Translation(Translation._cache[path]);
|
2221 |
+
};
|
2222 |
+
|
2223 |
+
return Translation;
|
2224 |
+
});
|
2225 |
+
|
2226 |
+
S2.define('select2/diacritics',[
|
2227 |
+
|
2228 |
+
], function () {
|
2229 |
+
var diacritics = {
|
2230 |
+
'\u24B6': 'A',
|
2231 |
+
'\uFF21': 'A',
|
2232 |
+
'\u00C0': 'A',
|
2233 |
+
'\u00C1': 'A',
|
2234 |
+
'\u00C2': 'A',
|
2235 |
+
'\u1EA6': 'A',
|
2236 |
+
'\u1EA4': 'A',
|
2237 |
+
'\u1EAA': 'A',
|
2238 |
+
'\u1EA8': 'A',
|
2239 |
+
'\u00C3': 'A',
|
2240 |
+
'\u0100': 'A',
|
2241 |
+
'\u0102': 'A',
|
2242 |
+
'\u1EB0': 'A',
|
2243 |
+
'\u1EAE': 'A',
|
2244 |
+
'\u1EB4': 'A',
|
2245 |
+
'\u1EB2': 'A',
|
2246 |
+
'\u0226': 'A',
|
2247 |
+
'\u01E0': 'A',
|
2248 |
+
'\u00C4': 'A',
|
2249 |
+
'\u01DE': 'A',
|
2250 |
+
'\u1EA2': 'A',
|
2251 |
+
'\u00C5': 'A',
|
2252 |
+
'\u01FA': 'A',
|
2253 |
+
'\u01CD': 'A',
|
2254 |
+
'\u0200': 'A',
|
2255 |
+
'\u0202': 'A',
|
2256 |
+
'\u1EA0': 'A',
|
2257 |
+
'\u1EAC': 'A',
|
2258 |
+
'\u1EB6': 'A',
|
2259 |
+
'\u1E00': 'A',
|
2260 |
+
'\u0104': 'A',
|
2261 |
+
'\u023A': 'A',
|
2262 |
+
'\u2C6F': 'A',
|
2263 |
+
'\uA732': 'AA',
|
2264 |
+
'\u00C6': 'AE',
|
2265 |
+
'\u01FC': 'AE',
|
2266 |
+
'\u01E2': 'AE',
|
2267 |
+
'\uA734': 'AO',
|
2268 |
+
'\uA736': 'AU',
|
2269 |
+
'\uA738': 'AV',
|
2270 |
+
'\uA73A': 'AV',
|
2271 |
+
'\uA73C': 'AY',
|
2272 |
+
'\u24B7': 'B',
|
2273 |
+
'\uFF22': 'B',
|
2274 |
+
'\u1E02': 'B',
|
2275 |
+
'\u1E04': 'B',
|
2276 |
+
'\u1E06': 'B',
|
2277 |
+
'\u0243': 'B',
|
2278 |
+
'\u0182': 'B',
|
2279 |
+
'\u0181': 'B',
|
2280 |
+
'\u24B8': 'C',
|
2281 |
+
'\uFF23': 'C',
|
2282 |
+
'\u0106': 'C',
|
2283 |
+
'\u0108': 'C',
|
2284 |
+
'\u010A': 'C',
|
2285 |
+
'\u010C': 'C',
|
2286 |
+
'\u00C7': 'C',
|
2287 |
+
'\u1E08': 'C',
|
2288 |
+
'\u0187': 'C',
|
2289 |
+
'\u023B': 'C',
|
2290 |
+
'\uA73E': 'C',
|
2291 |
+
'\u24B9': 'D',
|
2292 |
+
'\uFF24': 'D',
|
2293 |
+
'\u1E0A': 'D',
|
2294 |
+
'\u010E': 'D',
|
2295 |
+
'\u1E0C': 'D',
|
2296 |
+
'\u1E10': 'D',
|
2297 |
+
'\u1E12': 'D',
|
2298 |
+
'\u1E0E': 'D',
|
2299 |
+
'\u0110': 'D',
|
2300 |
+
'\u018B': 'D',
|
2301 |
+
'\u018A': 'D',
|
2302 |
+
'\u0189': 'D',
|
2303 |
+
'\uA779': 'D',
|
2304 |
+
'\u01F1': 'DZ',
|
2305 |
+
'\u01C4': 'DZ',
|
2306 |
+
'\u01F2': 'Dz',
|
2307 |
+
'\u01C5': 'Dz',
|
2308 |
+
'\u24BA': 'E',
|
2309 |
+
'\uFF25': 'E',
|
2310 |
+
'\u00C8': 'E',
|
2311 |
+
'\u00C9': 'E',
|
2312 |
+
'\u00CA': 'E',
|
2313 |
+
'\u1EC0': 'E',
|
2314 |
+
'\u1EBE': 'E',
|
2315 |
+
'\u1EC4': 'E',
|
2316 |
+
'\u1EC2': 'E',
|
2317 |
+
'\u1EBC': 'E',
|
2318 |
+
'\u0112': 'E',
|
2319 |
+
'\u1E14': 'E',
|
2320 |
+
'\u1E16': 'E',
|
2321 |
+
'\u0114': 'E',
|
2322 |
+
'\u0116': 'E',
|
2323 |
+
'\u00CB': 'E',
|
2324 |
+
'\u1EBA': 'E',
|
2325 |
+
'\u011A': 'E',
|
2326 |
+
'\u0204': 'E',
|
2327 |
+
'\u0206': 'E',
|
2328 |
+
'\u1EB8': 'E',
|
2329 |
+
'\u1EC6': 'E',
|
2330 |
+
'\u0228': 'E',
|
2331 |
+
'\u1E1C': 'E',
|
2332 |
+
'\u0118': 'E',
|
2333 |
+
'\u1E18': 'E',
|
2334 |
+
'\u1E1A': 'E',
|
2335 |
+
'\u0190': 'E',
|
2336 |
+
'\u018E': 'E',
|
2337 |
+
'\u24BB': 'F',
|
2338 |
+
'\uFF26': 'F',
|
2339 |
+
'\u1E1E': 'F',
|
2340 |
+
'\u0191': 'F',
|
2341 |
+
'\uA77B': 'F',
|
2342 |
+
'\u24BC': 'G',
|
2343 |
+
'\uFF27': 'G',
|
2344 |
+
'\u01F4': 'G',
|
2345 |
+
'\u011C': 'G',
|
2346 |
+
'\u1E20': 'G',
|
2347 |
+
'\u011E': 'G',
|
2348 |
+
'\u0120': 'G',
|
2349 |
+
'\u01E6': 'G',
|
2350 |
+
'\u0122': 'G',
|
2351 |
+
'\u01E4': 'G',
|
2352 |
+
'\u0193': 'G',
|
2353 |
+
'\uA7A0': 'G',
|
2354 |
+
'\uA77D': 'G',
|
2355 |
+
'\uA77E': 'G',
|
2356 |
+
'\u24BD': 'H',
|
2357 |
+
'\uFF28': 'H',
|
2358 |
+
'\u0124': 'H',
|
2359 |
+
'\u1E22': 'H',
|
2360 |
+
'\u1E26': 'H',
|
2361 |
+
'\u021E': 'H',
|
2362 |
+
'\u1E24': 'H',
|
2363 |
+
'\u1E28': 'H',
|
2364 |
+
'\u1E2A': 'H',
|
2365 |
+
'\u0126': 'H',
|
2366 |
+
'\u2C67': 'H',
|
2367 |
+
'\u2C75': 'H',
|
2368 |
+
'\uA78D': 'H',
|
2369 |
+
'\u24BE': 'I',
|
2370 |
+
'\uFF29': 'I',
|
2371 |
+
'\u00CC': 'I',
|
2372 |
+
'\u00CD': 'I',
|
2373 |
+
'\u00CE': 'I',
|
2374 |
+
'\u0128': 'I',
|
2375 |
+
'\u012A': 'I',
|
2376 |
+
'\u012C': 'I',
|
2377 |
+
'\u0130': 'I',
|
2378 |
+
'\u00CF': 'I',
|
2379 |
+
'\u1E2E': 'I',
|
2380 |
+
'\u1EC8': 'I',
|
2381 |
+
'\u01CF': 'I',
|
2382 |
+
'\u0208': 'I',
|
2383 |
+
'\u020A': 'I',
|
2384 |
+
'\u1ECA': 'I',
|
2385 |
+
'\u012E': 'I',
|
2386 |
+
'\u1E2C': 'I',
|
2387 |
+
'\u0197': 'I',
|
2388 |
+
'\u24BF': 'J',
|
2389 |
+
'\uFF2A': 'J',
|
2390 |
+
'\u0134': 'J',
|
2391 |
+
'\u0248': 'J',
|
2392 |
+
'\u24C0': 'K',
|
2393 |
+
'\uFF2B': 'K',
|
2394 |
+
'\u1E30': 'K',
|
2395 |
+
'\u01E8': 'K',
|
2396 |
+
'\u1E32': 'K',
|
2397 |
+
'\u0136': 'K',
|
2398 |
+
'\u1E34': 'K',
|
2399 |
+
'\u0198': 'K',
|
2400 |
+
'\u2C69': 'K',
|
2401 |
+
'\uA740': 'K',
|
2402 |
+
'\uA742': 'K',
|
2403 |
+
'\uA744': 'K',
|
2404 |
+
'\uA7A2': 'K',
|
2405 |
+
'\u24C1': 'L',
|
2406 |
+
'\uFF2C': 'L',
|
2407 |
+
'\u013F': 'L',
|
2408 |
+
'\u0139': 'L',
|
2409 |
+
'\u013D': 'L',
|
2410 |
+
'\u1E36': 'L',
|
2411 |
+
'\u1E38': 'L',
|
2412 |
+
'\u013B': 'L',
|
2413 |
+
'\u1E3C': 'L',
|
2414 |
+
'\u1E3A': 'L',
|
2415 |
+
'\u0141': 'L',
|
2416 |
+
'\u023D': 'L',
|
2417 |
+
'\u2C62': 'L',
|
2418 |
+
'\u2C60': 'L',
|
2419 |
+
'\uA748': 'L',
|
2420 |
+
'\uA746': 'L',
|
2421 |
+
'\uA780': 'L',
|
2422 |
+
'\u01C7': 'LJ',
|
2423 |
+
'\u01C8': 'Lj',
|
2424 |
+
'\u24C2': 'M',
|
2425 |
+
'\uFF2D': 'M',
|
2426 |
+
'\u1E3E': 'M',
|
2427 |
+
'\u1E40': 'M',
|
2428 |
+
'\u1E42': 'M',
|
2429 |
+
'\u2C6E': 'M',
|
2430 |
+
'\u019C': 'M',
|
2431 |
+
'\u24C3': 'N',
|
2432 |
+
'\uFF2E': 'N',
|
2433 |
+
'\u01F8': 'N',
|
2434 |
+
'\u0143': 'N',
|
2435 |
+
'\u00D1': 'N',
|
2436 |
+
'\u1E44': 'N',
|
2437 |
+
'\u0147': 'N',
|
2438 |
+
'\u1E46': 'N',
|
2439 |
+
'\u0145': 'N',
|
2440 |
+
'\u1E4A': 'N',
|
2441 |
+
'\u1E48': 'N',
|
2442 |
+
'\u0220': 'N',
|
2443 |
+
'\u019D': 'N',
|
2444 |
+
'\uA790': 'N',
|
2445 |
+
'\uA7A4': 'N',
|
2446 |
+
'\u01CA': 'NJ',
|
2447 |
+
'\u01CB': 'Nj',
|
2448 |
+
'\u24C4': 'O',
|
2449 |
+
'\uFF2F': 'O',
|
2450 |
+
'\u00D2': 'O',
|
2451 |
+
'\u00D3': 'O',
|
2452 |
+
'\u00D4': 'O',
|
2453 |
+
'\u1ED2': 'O',
|
2454 |
+
'\u1ED0': 'O',
|
2455 |
+
'\u1ED6': 'O',
|
2456 |
+
'\u1ED4': 'O',
|
2457 |
+
'\u00D5': 'O',
|
2458 |
+
'\u1E4C': 'O',
|
2459 |
+
'\u022C': 'O',
|
2460 |
+
'\u1E4E': 'O',
|
2461 |
+
'\u014C': 'O',
|
2462 |
+
'\u1E50': 'O',
|
2463 |
+
'\u1E52': 'O',
|
2464 |
+
'\u014E': 'O',
|
2465 |
+
'\u022E': 'O',
|
2466 |
+
'\u0230': 'O',
|
2467 |
+
'\u00D6': 'O',
|
2468 |
+
'\u022A': 'O',
|
2469 |
+
'\u1ECE': 'O',
|
2470 |
+
'\u0150': 'O',
|
2471 |
+
'\u01D1': 'O',
|
2472 |
+
'\u020C': 'O',
|
2473 |
+
'\u020E': 'O',
|
2474 |
+
'\u01A0': 'O',
|
2475 |
+
'\u1EDC': 'O',
|
2476 |
+
'\u1EDA': 'O',
|
2477 |
+
'\u1EE0': 'O',
|
2478 |
+
'\u1EDE': 'O',
|
2479 |
+
'\u1EE2': 'O',
|
2480 |
+
'\u1ECC': 'O',
|
2481 |
+
'\u1ED8': 'O',
|
2482 |
+
'\u01EA': 'O',
|
2483 |
+
'\u01EC': 'O',
|
2484 |
+
'\u00D8': 'O',
|
2485 |
+
'\u01FE': 'O',
|
2486 |
+
'\u0186': 'O',
|
2487 |
+
'\u019F': 'O',
|
2488 |
+
'\uA74A': 'O',
|
2489 |
+
'\uA74C': 'O',
|
2490 |
+
'\u01A2': 'OI',
|
2491 |
+
'\uA74E': 'OO',
|
2492 |
+
'\u0222': 'OU',
|
2493 |
+
'\u24C5': 'P',
|
2494 |
+
'\uFF30': 'P',
|
2495 |
+
'\u1E54': 'P',
|
2496 |
+
'\u1E56': 'P',
|
2497 |
+
'\u01A4': 'P',
|
2498 |
+
'\u2C63': 'P',
|
2499 |
+
'\uA750': 'P',
|
2500 |
+
'\uA752': 'P',
|
2501 |
+
'\uA754': 'P',
|
2502 |
+
'\u24C6': 'Q',
|
2503 |
+
'\uFF31': 'Q',
|
2504 |
+
'\uA756': 'Q',
|
2505 |
+
'\uA758': 'Q',
|
2506 |
+
'\u024A': 'Q',
|
2507 |
+
'\u24C7': 'R',
|
2508 |
+
'\uFF32': 'R',
|
2509 |
+
'\u0154': 'R',
|
2510 |
+
'\u1E58': 'R',
|
2511 |
+
'\u0158': 'R',
|
2512 |
+
'\u0210': 'R',
|
2513 |
+
'\u0212': 'R',
|
2514 |
+
'\u1E5A': 'R',
|
2515 |
+
'\u1E5C': 'R',
|
2516 |
+
'\u0156': 'R',
|
2517 |
+
'\u1E5E': 'R',
|
2518 |
+
'\u024C': 'R',
|
2519 |
+
'\u2C64': 'R',
|
2520 |
+
'\uA75A': 'R',
|
2521 |
+
'\uA7A6': 'R',
|
2522 |
+
'\uA782': 'R',
|
2523 |
+
'\u24C8': 'S',
|
2524 |
+
'\uFF33': 'S',
|
2525 |
+
'\u1E9E': 'S',
|
2526 |
+
'\u015A': 'S',
|
2527 |
+
'\u1E64': 'S',
|
2528 |
+
'\u015C': 'S',
|
2529 |
+
'\u1E60': 'S',
|
2530 |
+
'\u0160': 'S',
|
2531 |
+
'\u1E66': 'S',
|
2532 |
+
'\u1E62': 'S',
|
2533 |
+
'\u1E68': 'S',
|
2534 |
+
'\u0218': 'S',
|
2535 |
+
'\u015E': 'S',
|
2536 |
+
'\u2C7E': 'S',
|
2537 |
+
'\uA7A8': 'S',
|
2538 |
+
'\uA784': 'S',
|
2539 |
+
'\u24C9': 'T',
|
2540 |
+
'\uFF34': 'T',
|
2541 |
+
'\u1E6A': 'T',
|
2542 |
+
'\u0164': 'T',
|
2543 |
+
'\u1E6C': 'T',
|
2544 |
+
'\u021A': 'T',
|
2545 |
+
'\u0162': 'T',
|
2546 |
+
'\u1E70': 'T',
|
2547 |
+
'\u1E6E': 'T',
|
2548 |
+
'\u0166': 'T',
|
2549 |
+
'\u01AC': 'T',
|
2550 |
+
'\u01AE': 'T',
|
2551 |
+
'\u023E': 'T',
|
2552 |
+
'\uA786': 'T',
|
2553 |
+
'\uA728': 'TZ',
|
2554 |
+
'\u24CA': 'U',
|
2555 |
+
'\uFF35': 'U',
|
2556 |
+
'\u00D9': 'U',
|
2557 |
+
'\u00DA': 'U',
|
2558 |
+
'\u00DB': 'U',
|
2559 |
+
'\u0168': 'U',
|
2560 |
+
'\u1E78': 'U',
|
2561 |
+
'\u016A': 'U',
|
2562 |
+
'\u1E7A': 'U',
|
2563 |
+
'\u016C': 'U',
|
2564 |
+
'\u00DC': 'U',
|
2565 |
+
'\u01DB': 'U',
|
2566 |
+
'\u01D7': 'U',
|
2567 |
+
'\u01D5': 'U',
|
2568 |
+
'\u01D9': 'U',
|
2569 |
+
'\u1EE6': 'U',
|
2570 |
+
'\u016E': 'U',
|
2571 |
+
'\u0170': 'U',
|
2572 |
+
'\u01D3': 'U',
|
2573 |
+
'\u0214': 'U',
|
2574 |
+
'\u0216': 'U',
|
2575 |
+
'\u01AF': 'U',
|
2576 |
+
'\u1EEA': 'U',
|
2577 |
+
'\u1EE8': 'U',
|
2578 |
+
'\u1EEE': 'U',
|
2579 |
+
'\u1EEC': 'U',
|
2580 |
+
'\u1EF0': 'U',
|
2581 |
+
'\u1EE4': 'U',
|
2582 |
+
'\u1E72': 'U',
|
2583 |
+
'\u0172': 'U',
|
2584 |
+
'\u1E76': 'U',
|
2585 |
+
'\u1E74': 'U',
|
2586 |
+
'\u0244': 'U',
|
2587 |
+
'\u24CB': 'V',
|
2588 |
+
'\uFF36': 'V',
|
2589 |
+
'\u1E7C': 'V',
|
2590 |
+
'\u1E7E': 'V',
|
2591 |
+
'\u01B2': 'V',
|
2592 |
+
'\uA75E': 'V',
|
2593 |
+
'\u0245': 'V',
|
2594 |
+
'\uA760': 'VY',
|
2595 |
+
'\u24CC': 'W',
|
2596 |
+
'\uFF37': 'W',
|
2597 |
+
'\u1E80': 'W',
|
2598 |
+
'\u1E82': 'W',
|
2599 |
+
'\u0174': 'W',
|
2600 |
+
'\u1E86': 'W',
|
2601 |
+
'\u1E84': 'W',
|
2602 |
+
'\u1E88': 'W',
|
2603 |
+
'\u2C72': 'W',
|
2604 |
+
'\u24CD': 'X',
|
2605 |
+
'\uFF38': 'X',
|
2606 |
+
'\u1E8A': 'X',
|
2607 |
+
'\u1E8C': 'X',
|
2608 |
+
'\u24CE': 'Y',
|
2609 |
+
'\uFF39': 'Y',
|
2610 |
+
'\u1EF2': 'Y',
|
2611 |
+
'\u00DD': 'Y',
|
2612 |
+
'\u0176': 'Y',
|
2613 |
+
'\u1EF8': 'Y',
|
2614 |
+
'\u0232': 'Y',
|
2615 |
+
'\u1E8E': 'Y',
|
2616 |
+
'\u0178': 'Y',
|
2617 |
+
'\u1EF6': 'Y',
|
2618 |
+
'\u1EF4': 'Y',
|
2619 |
+
'\u01B3': 'Y',
|
2620 |
+
'\u024E': 'Y',
|
2621 |
+
'\u1EFE': 'Y',
|
2622 |
+
'\u24CF': 'Z',
|
2623 |
+
'\uFF3A': 'Z',
|
2624 |
+
'\u0179': 'Z',
|
2625 |
+
'\u1E90': 'Z',
|
2626 |
+
'\u017B': 'Z',
|
2627 |
+
'\u017D': 'Z',
|
2628 |
+
'\u1E92': 'Z',
|
2629 |
+
'\u1E94': 'Z',
|
2630 |
+
'\u01B5': 'Z',
|
2631 |
+
'\u0224': 'Z',
|
2632 |
+
'\u2C7F': 'Z',
|
2633 |
+
'\u2C6B': 'Z',
|
2634 |
+
'\uA762': 'Z',
|
2635 |
+
'\u24D0': 'a',
|
2636 |
+
'\uFF41': 'a',
|
2637 |
+
'\u1E9A': 'a',
|
2638 |
+
'\u00E0': 'a',
|
2639 |
+
'\u00E1': 'a',
|
2640 |
+
'\u00E2': 'a',
|
2641 |
+
'\u1EA7': 'a',
|
2642 |
+
'\u1EA5': 'a',
|
2643 |
+
'\u1EAB': 'a',
|
2644 |
+
'\u1EA9': 'a',
|
2645 |
+
'\u00E3': 'a',
|
2646 |
+
'\u0101': 'a',
|
2647 |
+
'\u0103': 'a',
|
2648 |
+
'\u1EB1': 'a',
|
2649 |
+
'\u1EAF': 'a',
|
2650 |
+
'\u1EB5': 'a',
|
2651 |
+
'\u1EB3': 'a',
|
2652 |
+
'\u0227': 'a',
|
2653 |
+
'\u01E1': 'a',
|
2654 |
+
'\u00E4': 'a',
|
2655 |
+
'\u01DF': 'a',
|
2656 |
+
'\u1EA3': 'a',
|
2657 |
+
'\u00E5': 'a',
|
2658 |
+
'\u01FB': 'a',
|
2659 |
+
'\u01CE': 'a',
|
2660 |
+
'\u0201': 'a',
|
2661 |
+
'\u0203': 'a',
|
2662 |
+
'\u1EA1': 'a',
|
2663 |
+
'\u1EAD': 'a',
|
2664 |
+
'\u1EB7': 'a',
|
2665 |
+
'\u1E01': 'a',
|
2666 |
+
'\u0105': 'a',
|
2667 |
+
'\u2C65': 'a',
|
2668 |
+
'\u0250': 'a',
|
2669 |
+
'\uA733': 'aa',
|
2670 |
+
'\u00E6': 'ae',
|
2671 |
+
'\u01FD': 'ae',
|
2672 |
+
'\u01E3': 'ae',
|
2673 |
+
'\uA735': 'ao',
|
2674 |
+
'\uA737': 'au',
|
2675 |
+
'\uA739': 'av',
|
2676 |
+
'\uA73B': 'av',
|
2677 |
+
'\uA73D': 'ay',
|
2678 |
+
'\u24D1': 'b',
|
2679 |
+
'\uFF42': 'b',
|
2680 |
+
'\u1E03': 'b',
|
2681 |
+
'\u1E05': 'b',
|
2682 |
+
'\u1E07': 'b',
|
2683 |
+
'\u0180': 'b',
|
2684 |
+
'\u0183': 'b',
|
2685 |
+
'\u0253': 'b',
|
2686 |
+
'\u24D2': 'c',
|
2687 |
+
'\uFF43': 'c',
|
2688 |
+
'\u0107': 'c',
|
2689 |
+
'\u0109': 'c',
|
2690 |
+
'\u010B': 'c',
|
2691 |
+
'\u010D': 'c',
|
2692 |
+
'\u00E7': 'c',
|
2693 |
+
'\u1E09': 'c',
|
2694 |
+
'\u0188': 'c',
|
2695 |
+
'\u023C': 'c',
|
2696 |
+
'\uA73F': 'c',
|
2697 |
+
'\u2184': 'c',
|
2698 |
+
'\u24D3': 'd',
|
2699 |
+
'\uFF44': 'd',
|
2700 |
+
'\u1E0B': 'd',
|
2701 |
+
'\u010F': 'd',
|
2702 |
+
'\u1E0D': 'd',
|
2703 |
+
'\u1E11': 'd',
|
2704 |
+
'\u1E13': 'd',
|
2705 |
+
'\u1E0F': 'd',
|
2706 |
+
'\u0111': 'd',
|
2707 |
+
'\u018C': 'd',
|
2708 |
+
'\u0256': 'd',
|
2709 |
+
'\u0257': 'd',
|
2710 |
+
'\uA77A': 'd',
|
2711 |
+
'\u01F3': 'dz',
|
2712 |
+
'\u01C6': 'dz',
|
2713 |
+
'\u24D4': 'e',
|
2714 |
+
'\uFF45': 'e',
|
2715 |
+
'\u00E8': 'e',
|
2716 |
+
'\u00E9': 'e',
|
2717 |
+
'\u00EA': 'e',
|
2718 |
+
'\u1EC1': 'e',
|
2719 |
+
'\u1EBF': 'e',
|
2720 |
+
'\u1EC5': 'e',
|
2721 |
+
'\u1EC3': 'e',
|
2722 |
+
'\u1EBD': 'e',
|
2723 |
+
'\u0113': 'e',
|
2724 |
+
'\u1E15': 'e',
|
2725 |
+
'\u1E17': 'e',
|
2726 |
+
'\u0115': 'e',
|
2727 |
+
'\u0117': 'e',
|
2728 |
+
'\u00EB': 'e',
|
2729 |
+
'\u1EBB': 'e',
|
2730 |
+
'\u011B': 'e',
|
2731 |
+
'\u0205': 'e',
|
2732 |
+
'\u0207': 'e',
|
2733 |
+
'\u1EB9': 'e',
|
2734 |
+
'\u1EC7': 'e',
|
2735 |
+
'\u0229': 'e',
|
2736 |
+
'\u1E1D': 'e',
|
2737 |
+
'\u0119': 'e',
|
2738 |
+
'\u1E19': 'e',
|
2739 |
+
'\u1E1B': 'e',
|
2740 |
+
'\u0247': 'e',
|
2741 |
+
'\u025B': 'e',
|
2742 |
+
'\u01DD': 'e',
|
2743 |
+
'\u24D5': 'f',
|
2744 |
+
'\uFF46': 'f',
|
2745 |
+
'\u1E1F': 'f',
|
2746 |
+
'\u0192': 'f',
|
2747 |
+
'\uA77C': 'f',
|
2748 |
+
'\u24D6': 'g',
|
2749 |
+
'\uFF47': 'g',
|
2750 |
+
'\u01F5': 'g',
|
2751 |
+
'\u011D': 'g',
|
2752 |
+
'\u1E21': 'g',
|
2753 |
+
'\u011F': 'g',
|
2754 |
+
'\u0121': 'g',
|
2755 |
+
'\u01E7': 'g',
|
2756 |
+
'\u0123': 'g',
|
2757 |
+
'\u01E5': 'g',
|
2758 |
+
'\u0260': 'g',
|
2759 |
+
'\uA7A1': 'g',
|
2760 |
+
'\u1D79': 'g',
|
2761 |
+
'\uA77F': 'g',
|
2762 |
+
'\u24D7': 'h',
|
2763 |
+
'\uFF48': 'h',
|
2764 |
+
'\u0125': 'h',
|
2765 |
+
'\u1E23': 'h',
|
2766 |
+
'\u1E27': 'h',
|
2767 |
+
'\u021F': 'h',
|
2768 |
+
'\u1E25': 'h',
|
2769 |
+
'\u1E29': 'h',
|
2770 |
+
'\u1E2B': 'h',
|
2771 |
+
'\u1E96': 'h',
|
2772 |
+
'\u0127': 'h',
|
2773 |
+
'\u2C68': 'h',
|
2774 |
+
'\u2C76': 'h',
|
2775 |
+
'\u0265': 'h',
|
2776 |
+
'\u0195': 'hv',
|
2777 |
+
'\u24D8': 'i',
|
2778 |
+
'\uFF49': 'i',
|
2779 |
+
'\u00EC': 'i',
|
2780 |
+
'\u00ED': 'i',
|
2781 |
+
'\u00EE': 'i',
|
2782 |
+
'\u0129': 'i',
|
2783 |
+
'\u012B': 'i',
|
2784 |
+
'\u012D': 'i',
|
2785 |
+
'\u00EF': 'i',
|
2786 |
+
'\u1E2F': 'i',
|
2787 |
+
'\u1EC9': 'i',
|
2788 |
+
'\u01D0': 'i',
|
2789 |
+
'\u0209': 'i',
|
2790 |
+
'\u020B': 'i',
|
2791 |
+
'\u1ECB': 'i',
|
2792 |
+
'\u012F': 'i',
|
2793 |
+
'\u1E2D': 'i',
|
2794 |
+
'\u0268': 'i',
|
2795 |
+
'\u0131': 'i',
|
2796 |
+
'\u24D9': 'j',
|
2797 |
+
'\uFF4A': 'j',
|
2798 |
+
'\u0135': 'j',
|
2799 |
+
'\u01F0': 'j',
|
2800 |
+
'\u0249': 'j',
|
2801 |
+
'\u24DA': 'k',
|
2802 |
+
'\uFF4B': 'k',
|
2803 |
+
'\u1E31': 'k',
|
2804 |
+
'\u01E9': 'k',
|
2805 |
+
'\u1E33': 'k',
|
2806 |
+
'\u0137': 'k',
|
2807 |
+
'\u1E35': 'k',
|
2808 |
+
'\u0199': 'k',
|
2809 |
+
'\u2C6A': 'k',
|
2810 |
+
'\uA741': 'k',
|
2811 |
+
'\uA743': 'k',
|
2812 |
+
'\uA745': 'k',
|
2813 |
+
'\uA7A3': 'k',
|
2814 |
+
'\u24DB': 'l',
|
2815 |
+
'\uFF4C': 'l',
|
2816 |
+
'\u0140': 'l',
|
2817 |
+
'\u013A': 'l',
|
2818 |
+
'\u013E': 'l',
|
2819 |
+
'\u1E37': 'l',
|
2820 |
+
'\u1E39': 'l',
|
2821 |
+
'\u013C': 'l',
|
2822 |
+
'\u1E3D': 'l',
|
2823 |
+
'\u1E3B': 'l',
|
2824 |
+
'\u017F': 'l',
|
2825 |
+
'\u0142': 'l',
|
2826 |
+
'\u019A': 'l',
|
2827 |
+
'\u026B': 'l',
|
2828 |
+
'\u2C61': 'l',
|
2829 |
+
'\uA749': 'l',
|
2830 |
+
'\uA781': 'l',
|
2831 |
+
'\uA747': 'l',
|
2832 |
+
'\u01C9': 'lj',
|
2833 |
+
'\u24DC': 'm',
|
2834 |
+
'\uFF4D': 'm',
|
2835 |
+
'\u1E3F': 'm',
|
2836 |
+
'\u1E41': 'm',
|
2837 |
+
'\u1E43': 'm',
|
2838 |
+
'\u0271': 'm',
|
2839 |
+
'\u026F': 'm',
|
2840 |
+
'\u24DD': 'n',
|
2841 |
+
'\uFF4E': 'n',
|
2842 |
+
'\u01F9': 'n',
|
2843 |
+
'\u0144': 'n',
|
2844 |
+
'\u00F1': 'n',
|
2845 |
+
'\u1E45': 'n',
|
2846 |
+
'\u0148': 'n',
|
2847 |
+
'\u1E47': 'n',
|
2848 |
+
'\u0146': 'n',
|
2849 |
+
'\u1E4B': 'n',
|
2850 |
+
'\u1E49': 'n',
|
2851 |
+
'\u019E': 'n',
|
2852 |
+
'\u0272': 'n',
|
2853 |
+
'\u0149': 'n',
|
2854 |
+
'\uA791': 'n',
|
2855 |
+
'\uA7A5': 'n',
|
2856 |
+
'\u01CC': 'nj',
|
2857 |
+
'\u24DE': 'o',
|
2858 |
+
'\uFF4F': 'o',
|
2859 |
+
'\u00F2': 'o',
|
2860 |
+
'\u00F3': 'o',
|
2861 |
+
'\u00F4': 'o',
|
2862 |
+
'\u1ED3': 'o',
|
2863 |
+
'\u1ED1': 'o',
|
2864 |
+
'\u1ED7': 'o',
|
2865 |
+
'\u1ED5': 'o',
|
2866 |
+
'\u00F5': 'o',
|
2867 |
+
'\u1E4D': 'o',
|
2868 |
+
'\u022D': 'o',
|
2869 |
+
'\u1E4F': 'o',
|
2870 |
+
'\u014D': 'o',
|
2871 |
+
'\u1E51': 'o',
|
2872 |
+
'\u1E53': 'o',
|
2873 |
+
'\u014F': 'o',
|
2874 |
+
'\u022F': 'o',
|
2875 |
+
'\u0231': 'o',
|
2876 |
+
'\u00F6': 'o',
|
2877 |
+
'\u022B': 'o',
|
2878 |
+
'\u1ECF': 'o',
|
2879 |
+
'\u0151': 'o',
|
2880 |
+
'\u01D2': 'o',
|
2881 |
+
'\u020D': 'o',
|
2882 |
+
'\u020F': 'o',
|
2883 |
+
'\u01A1': 'o',
|
2884 |
+
'\u1EDD': 'o',
|
2885 |
+
'\u1EDB': 'o',
|
2886 |
+
'\u1EE1': 'o',
|
2887 |
+
'\u1EDF': 'o',
|
2888 |
+
'\u1EE3': 'o',
|
2889 |
+
'\u1ECD': 'o',
|
2890 |
+
'\u1ED9': 'o',
|
2891 |
+
'\u01EB': 'o',
|
2892 |
+
'\u01ED': 'o',
|
2893 |
+
'\u00F8': 'o',
|
2894 |
+
'\u01FF': 'o',
|
2895 |
+
'\u0254': 'o',
|
2896 |
+
'\uA74B': 'o',
|
2897 |
+
'\uA74D': 'o',
|
2898 |
+
'\u0275': 'o',
|
2899 |
+
'\u01A3': 'oi',
|
2900 |
+
'\u0223': 'ou',
|
2901 |
+
'\uA74F': 'oo',
|
2902 |
+
'\u24DF': 'p',
|
2903 |
+
'\uFF50': 'p',
|
2904 |
+
'\u1E55': 'p',
|
2905 |
+
'\u1E57': 'p',
|
2906 |
+
'\u01A5': 'p',
|
2907 |
+
'\u1D7D': 'p',
|
2908 |
+
'\uA751': 'p',
|
2909 |
+
'\uA753': 'p',
|
2910 |
+
'\uA755': 'p',
|
2911 |
+
'\u24E0': 'q',
|
2912 |
+
'\uFF51': 'q',
|
2913 |
+
'\u024B': 'q',
|
2914 |
+
'\uA757': 'q',
|
2915 |
+
'\uA759': 'q',
|
2916 |
+
'\u24E1': 'r',
|
2917 |
+
'\uFF52': 'r',
|
2918 |
+
'\u0155': 'r',
|
2919 |
+
'\u1E59': 'r',
|
2920 |
+
'\u0159': 'r',
|
2921 |
+
'\u0211': 'r',
|
2922 |
+
'\u0213': 'r',
|
2923 |
+
'\u1E5B': 'r',
|
2924 |
+
'\u1E5D': 'r',
|
2925 |
+
'\u0157': 'r',
|
2926 |
+
'\u1E5F': 'r',
|
2927 |
+
'\u024D': 'r',
|
2928 |
+
'\u027D': 'r',
|
2929 |
+
'\uA75B': 'r',
|
2930 |
+
'\uA7A7': 'r',
|
2931 |
+
'\uA783': 'r',
|
2932 |
+
'\u24E2': 's',
|
2933 |
+
'\uFF53': 's',
|
2934 |
+
'\u00DF': 's',
|
2935 |
+
'\u015B': 's',
|
2936 |
+
'\u1E65': 's',
|
2937 |
+
'\u015D': 's',
|
2938 |
+
'\u1E61': 's',
|
2939 |
+
'\u0161': 's',
|
2940 |
+
'\u1E67': 's',
|
2941 |
+
'\u1E63': 's',
|
2942 |
+
'\u1E69': 's',
|
2943 |
+
'\u0219': 's',
|
2944 |
+
'\u015F': 's',
|
2945 |
+
'\u023F': 's',
|
2946 |
+
'\uA7A9': 's',
|
2947 |
+
'\uA785': 's',
|
2948 |
+
'\u1E9B': 's',
|
2949 |
+
'\u24E3': 't',
|
2950 |
+
'\uFF54': 't',
|
2951 |
+
'\u1E6B': 't',
|
2952 |
+
'\u1E97': 't',
|
2953 |
+
'\u0165': 't',
|
2954 |
+
'\u1E6D': 't',
|
2955 |
+
'\u021B': 't',
|
2956 |
+
'\u0163': 't',
|
2957 |
+
'\u1E71': 't',
|
2958 |
+
'\u1E6F': 't',
|
2959 |
+
'\u0167': 't',
|
2960 |
+
'\u01AD': 't',
|
2961 |
+
'\u0288': 't',
|
2962 |
+
'\u2C66': 't',
|
2963 |
+
'\uA787': 't',
|
2964 |
+
'\uA729': 'tz',
|
2965 |
+
'\u24E4': 'u',
|
2966 |
+
'\uFF55': 'u',
|
2967 |
+
'\u00F9': 'u',
|
2968 |
+
'\u00FA': 'u',
|
2969 |
+
'\u00FB': 'u',
|
2970 |
+
'\u0169': 'u',
|
2971 |
+
'\u1E79': 'u',
|
2972 |
+
'\u016B': 'u',
|
2973 |
+
'\u1E7B': 'u',
|
2974 |
+
'\u016D': 'u',
|
2975 |
+
'\u00FC': 'u',
|
2976 |
+
'\u01DC': 'u',
|
2977 |
+
'\u01D8': 'u',
|
2978 |
+
'\u01D6': 'u',
|
2979 |
+
'\u01DA': 'u',
|
2980 |
+
'\u1EE7': 'u',
|
2981 |
+
'\u016F': 'u',
|
2982 |
+
'\u0171': 'u',
|
2983 |
+
'\u01D4': 'u',
|
2984 |
+
'\u0215': 'u',
|
2985 |
+
'\u0217': 'u',
|
2986 |
+
'\u01B0': 'u',
|
2987 |
+
'\u1EEB': 'u',
|
2988 |
+
'\u1EE9': 'u',
|
2989 |
+
'\u1EEF': 'u',
|
2990 |
+
'\u1EED': 'u',
|
2991 |
+
'\u1EF1': 'u',
|
2992 |
+
'\u1EE5': 'u',
|
2993 |
+
'\u1E73': 'u',
|
2994 |
+
'\u0173': 'u',
|
2995 |
+
'\u1E77': 'u',
|
2996 |
+
'\u1E75': 'u',
|
2997 |
+
'\u0289': 'u',
|
2998 |
+
'\u24E5': 'v',
|
2999 |
+
'\uFF56': 'v',
|
3000 |
+
'\u1E7D': 'v',
|
3001 |
+
'\u1E7F': 'v',
|
3002 |
+
'\u028B': 'v',
|
3003 |
+
'\uA75F': 'v',
|
3004 |
+
'\u028C': 'v',
|
3005 |
+
'\uA761': 'vy',
|
3006 |
+
'\u24E6': 'w',
|
3007 |
+
'\uFF57': 'w',
|
3008 |
+
'\u1E81': 'w',
|
3009 |
+
'\u1E83': 'w',
|
3010 |
+
'\u0175': 'w',
|
3011 |
+
'\u1E87': 'w',
|
3012 |
+
'\u1E85': 'w',
|
3013 |
+
'\u1E98': 'w',
|
3014 |
+
'\u1E89': 'w',
|
3015 |
+
'\u2C73': 'w',
|
3016 |
+
'\u24E7': 'x',
|
3017 |
+
'\uFF58': 'x',
|
3018 |
+
'\u1E8B': 'x',
|
3019 |
+
'\u1E8D': 'x',
|
3020 |
+
'\u24E8': 'y',
|
3021 |
+
'\uFF59': 'y',
|
3022 |
+
'\u1EF3': 'y',
|
3023 |
+
'\u00FD': 'y',
|
3024 |
+
'\u0177': 'y',
|
3025 |
+
'\u1EF9': 'y',
|
3026 |
+
'\u0233': 'y',
|
3027 |
+
'\u1E8F': 'y',
|
3028 |
+
'\u00FF': 'y',
|
3029 |
+
'\u1EF7': 'y',
|
3030 |
+
'\u1E99': 'y',
|
3031 |
+
'\u1EF5': 'y',
|
3032 |
+
'\u01B4': 'y',
|
3033 |
+
'\u024F': 'y',
|
3034 |
+
'\u1EFF': 'y',
|
3035 |
+
'\u24E9': 'z',
|
3036 |
+
'\uFF5A': 'z',
|
3037 |
+
'\u017A': 'z',
|
3038 |
+
'\u1E91': 'z',
|
3039 |
+
'\u017C': 'z',
|
3040 |
+
'\u017E': 'z',
|
3041 |
+
'\u1E93': 'z',
|
3042 |
+
'\u1E95': 'z',
|
3043 |
+
'\u01B6': 'z',
|
3044 |
+
'\u0225': 'z',
|
3045 |
+
'\u0240': 'z',
|
3046 |
+
'\u2C6C': 'z',
|
3047 |
+
'\uA763': 'z',
|
3048 |
+
'\u0386': '\u0391',
|
3049 |
+
'\u0388': '\u0395',
|
3050 |
+
'\u0389': '\u0397',
|
3051 |
+
'\u038A': '\u0399',
|
3052 |
+
'\u03AA': '\u0399',
|
3053 |
+
'\u038C': '\u039F',
|
3054 |
+
'\u038E': '\u03A5',
|
3055 |
+
'\u03AB': '\u03A5',
|
3056 |
+
'\u038F': '\u03A9',
|
3057 |
+
'\u03AC': '\u03B1',
|
3058 |
+
'\u03AD': '\u03B5',
|
3059 |
+
'\u03AE': '\u03B7',
|
3060 |
+
'\u03AF': '\u03B9',
|
3061 |
+
'\u03CA': '\u03B9',
|
3062 |
+
'\u0390': '\u03B9',
|
3063 |
+
'\u03CC': '\u03BF',
|
3064 |
+
'\u03CD': '\u03C5',
|
3065 |
+
'\u03CB': '\u03C5',
|
3066 |
+
'\u03B0': '\u03C5',
|
3067 |
+
'\u03C9': '\u03C9',
|
3068 |
+
'\u03C2': '\u03C3'
|
3069 |
+
};
|
3070 |
+
|
3071 |
+
return diacritics;
|
3072 |
+
});
|
3073 |
+
|
3074 |
+
S2.define('select2/data/base',[
|
3075 |
+
'../utils'
|
3076 |
+
], function (Utils) {
|
3077 |
+
function BaseAdapter ($element, options) {
|
3078 |
+
BaseAdapter.__super__.constructor.call(this);
|
3079 |
+
}
|
3080 |
+
|
3081 |
+
Utils.Extend(BaseAdapter, Utils.Observable);
|
3082 |
+
|
3083 |
+
BaseAdapter.prototype.current = function (callback) {
|
3084 |
+
throw new Error('The `current` method must be defined in child classes.');
|
3085 |
+
};
|
3086 |
+
|
3087 |
+
BaseAdapter.prototype.query = function (params, callback) {
|
3088 |
+
throw new Error('The `query` method must be defined in child classes.');
|
3089 |
+
};
|
3090 |
+
|
3091 |
+
BaseAdapter.prototype.bind = function (container, $container) {
|
3092 |
+
// Can be implemented in subclasses
|
3093 |
+
};
|
3094 |
+
|
3095 |
+
BaseAdapter.prototype.destroy = function () {
|
3096 |
+
// Can be implemented in subclasses
|
3097 |
+
};
|
3098 |
+
|
3099 |
+
BaseAdapter.prototype.generateResultId = function (container, data) {
|
3100 |
+
var id = '';
|
3101 |
+
|
3102 |
+
if (container != null) {
|
3103 |
+
id += container.id
|
3104 |
+
} else {
|
3105 |
+
id += Utils.generateChars(4);
|
3106 |
+
}
|
3107 |
+
|
3108 |
+
id += '-result-';
|
3109 |
+
id += Utils.generateChars(4);
|
3110 |
+
|
3111 |
+
if (data.id != null) {
|
3112 |
+
id += '-' + data.id.toString();
|
3113 |
+
} else {
|
3114 |
+
id += '-' + Utils.generateChars(4);
|
3115 |
+
}
|
3116 |
+
return id;
|
3117 |
+
};
|
3118 |
+
|
3119 |
+
return BaseAdapter;
|
3120 |
+
});
|
3121 |
+
|
3122 |
+
S2.define('select2/data/select',[
|
3123 |
+
'./base',
|
3124 |
+
'../utils',
|
3125 |
+
'jquery'
|
3126 |
+
], function (BaseAdapter, Utils, $) {
|
3127 |
+
function SelectAdapter ($element, options) {
|
3128 |
+
this.$element = $element;
|
3129 |
+
this.options = options;
|
3130 |
+
|
3131 |
+
SelectAdapter.__super__.constructor.call(this);
|
3132 |
+
}
|
3133 |
+
|
3134 |
+
Utils.Extend(SelectAdapter, BaseAdapter);
|
3135 |
+
|
3136 |
+
SelectAdapter.prototype.current = function (callback) {
|
3137 |
+
var data = [];
|
3138 |
+
var self = this;
|
3139 |
+
|
3140 |
+
this.$element.find(':selected').each(function () {
|
3141 |
+
var $option = $(this);
|
3142 |
+
|
3143 |
+
var option = self.item($option);
|
3144 |
+
|
3145 |
+
data.push(option);
|
3146 |
+
});
|
3147 |
+
|
3148 |
+
callback(data);
|
3149 |
+
};
|
3150 |
+
|
3151 |
+
SelectAdapter.prototype.select = function (data) {
|
3152 |
+
var self = this;
|
3153 |
+
|
3154 |
+
data.selected = true;
|
3155 |
+
|
3156 |
+
// If data.element is a DOM node, use it instead
|
3157 |
+
if ($(data.element).is('option')) {
|
3158 |
+
data.element.selected = true;
|
3159 |
+
|
3160 |
+
this.$element.trigger('change');
|
3161 |
+
|
3162 |
+
return;
|
3163 |
+
}
|
3164 |
+
|
3165 |
+
if (this.$element.prop('multiple')) {
|
3166 |
+
this.current(function (currentData) {
|
3167 |
+
var val = [];
|
3168 |
+
|
3169 |
+
data = [data];
|
3170 |
+
data.push.apply(data, currentData);
|
3171 |
+
|
3172 |
+
for (var d = 0; d < data.length; d++) {
|
3173 |
+
var id = data[d].id;
|
3174 |
+
|
3175 |
+
if ($.inArray(id, val) === -1) {
|
3176 |
+
val.push(id);
|
3177 |
+
}
|
3178 |
+
}
|
3179 |
+
|
3180 |
+
self.$element.val(val);
|
3181 |
+
self.$element.trigger('change');
|
3182 |
+
});
|
3183 |
+
} else {
|
3184 |
+
var val = data.id;
|
3185 |
+
|
3186 |
+
this.$element.val(val);
|
3187 |
+
this.$element.trigger('change');
|
3188 |
+
}
|
3189 |
+
};
|
3190 |
+
|
3191 |
+
SelectAdapter.prototype.unselect = function (data) {
|
3192 |
+
var self = this;
|
3193 |
+
|
3194 |
+
if (!this.$element.prop('multiple')) {
|
3195 |
+
return;
|
3196 |
+
}
|
3197 |
+
|
3198 |
+
data.selected = false;
|
3199 |
+
|
3200 |
+
if ($(data.element).is('option')) {
|
3201 |
+
data.element.selected = false;
|
3202 |
+
|
3203 |
+
this.$element.trigger('change');
|
3204 |
+
|
3205 |
+
return;
|
3206 |
+
}
|
3207 |
+
|
3208 |
+
this.current(function (currentData) {
|
3209 |
+
var val = [];
|
3210 |
+
|
3211 |
+
for (var d = 0; d < currentData.length; d++) {
|
3212 |
+
var id = currentData[d].id;
|
3213 |
+
|
3214 |
+
if (id !== data.id && $.inArray(id, val) === -1) {
|
3215 |
+
val.push(id);
|
3216 |
+
}
|
3217 |
+
}
|
3218 |
+
|
3219 |
+
self.$element.val(val);
|
3220 |
+
|
3221 |
+
self.$element.trigger('change');
|
3222 |
+
});
|
3223 |
+
};
|
3224 |
+
|
3225 |
+
SelectAdapter.prototype.bind = function (container, $container) {
|
3226 |
+
var self = this;
|
3227 |
+
|
3228 |
+
this.container = container;
|
3229 |
+
|
3230 |
+
container.on('select', function (params) {
|
3231 |
+
self.select(params.data);
|
3232 |
+
});
|
3233 |
+
|
3234 |
+
container.on('unselect', function (params) {
|
3235 |
+
self.unselect(params.data);
|
3236 |
+
});
|
3237 |
+
};
|
3238 |
+
|
3239 |
+
SelectAdapter.prototype.destroy = function () {
|
3240 |
+
// Remove anything added to child elements
|
3241 |
+
this.$element.find('*').each(function () {
|
3242 |
+
// Remove any custom data set by Select2
|
3243 |
+
$.removeData(this, 'data');
|
3244 |
+
});
|
3245 |
+
};
|
3246 |
+
|
3247 |
+
SelectAdapter.prototype.query = function (params, callback) {
|
3248 |
+
var data = [];
|
3249 |
+
var self = this;
|
3250 |
+
|
3251 |
+
var $options = this.$element.children();
|
3252 |
+
|
3253 |
+
$options.each(function () {
|
3254 |
+
var $option = $(this);
|
3255 |
+
|
3256 |
+
if (!$option.is('option') && !$option.is('optgroup')) {
|
3257 |
+
return;
|
3258 |
+
}
|
3259 |
+
|
3260 |
+
var option = self.item($option);
|
3261 |
+
|
3262 |
+
var matches = self.matches(params, option);
|
3263 |
+
|
3264 |
+
if (matches !== null) {
|
3265 |
+
data.push(matches);
|
3266 |
+
}
|
3267 |
+
});
|
3268 |
+
|
3269 |
+
callback({
|
3270 |
+
results: data
|
3271 |
+
});
|
3272 |
+
};
|
3273 |
+
|
3274 |
+
SelectAdapter.prototype.addOptions = function ($options) {
|
3275 |
+
Utils.appendMany(this.$element, $options);
|
3276 |
+
};
|
3277 |
+
|
3278 |
+
SelectAdapter.prototype.option = function (data) {
|
3279 |
+
var option;
|
3280 |
+
|
3281 |
+
if (data.children) {
|
3282 |
+
option = document.createElement('optgroup');
|
3283 |
+
option.label = data.text;
|
3284 |
+
} else {
|
3285 |
+
option = document.createElement('option');
|
3286 |
+
|
3287 |
+
if (option.textContent !== undefined) {
|
3288 |
+
option.textContent = data.text;
|
3289 |
+
} else {
|
3290 |
+
option.innerText = data.text;
|
3291 |
+
}
|
3292 |
+
}
|
3293 |
+
|
3294 |
+
if (data.id !== undefined) {
|
3295 |
+
option.value = data.id;
|
3296 |
+
}
|
3297 |
+
|
3298 |
+
if (data.disabled) {
|
3299 |
+
option.disabled = true;
|
3300 |
+
}
|
3301 |
+
|
3302 |
+
if (data.selected) {
|
3303 |
+
option.selected = true;
|
3304 |
+
}
|
3305 |
+
|
3306 |
+
if (data.title) {
|
3307 |
+
option.title = data.title;
|
3308 |
+
}
|
3309 |
+
|
3310 |
+
var $option = $(option);
|
3311 |
+
|
3312 |
+
var normalizedData = this._normalizeItem(data);
|
3313 |
+
normalizedData.element = option;
|
3314 |
+
|
3315 |
+
// Override the option's data with the combined data
|
3316 |
+
$.data(option, 'data', normalizedData);
|
3317 |
+
|
3318 |
+
return $option;
|
3319 |
+
};
|
3320 |
+
|
3321 |
+
SelectAdapter.prototype.item = function ($option) {
|
3322 |
+
var data = {};
|
3323 |
+
|
3324 |
+
data = $.data($option[0], 'data');
|
3325 |
+
|
3326 |
+
if (data != null) {
|
3327 |
+
return data;
|
3328 |
+
}
|
3329 |
+
|
3330 |
+
if ($option.is('option')) {
|
3331 |
+
data = {
|
3332 |
+
id: $option.val(),
|
3333 |
+
text: $option.text(),
|
3334 |
+
disabled: $option.prop('disabled'),
|
3335 |
+
selected: $option.prop('selected'),
|
3336 |
+
title: $option.prop('title')
|
3337 |
+
};
|
3338 |
+
} else if ($option.is('optgroup')) {
|
3339 |
+
data = {
|
3340 |
+
text: $option.prop('label'),
|
3341 |
+
children: [],
|
3342 |
+
title: $option.prop('title')
|
3343 |
+
};
|
3344 |
+
|
3345 |
+
var $children = $option.children('option');
|
3346 |
+
var children = [];
|
3347 |
+
|
3348 |
+
for (var c = 0; c < $children.length; c++) {
|
3349 |
+
var $child = $($children[c]);
|
3350 |
+
|
3351 |
+
var child = this.item($child);
|
3352 |
+
|
3353 |
+
children.push(child);
|
3354 |
+
}
|
3355 |
+
|
3356 |
+
data.children = children;
|
3357 |
+
}
|
3358 |
+
|
3359 |
+
data = this._normalizeItem(data);
|
3360 |
+
data.element = $option[0];
|
3361 |
+
|
3362 |
+
$.data($option[0], 'data', data);
|
3363 |
+
|
3364 |
+
return data;
|
3365 |
+
};
|
3366 |
+
|
3367 |
+
SelectAdapter.prototype._normalizeItem = function (item) {
|
3368 |
+
if (!$.isPlainObject(item)) {
|
3369 |
+
item = {
|
3370 |
+
id: item,
|
3371 |
+
text: item
|
3372 |
+
};
|
3373 |
+
}
|
3374 |
+
|
3375 |
+
item = $.extend({}, {
|
3376 |
+
text: ''
|
3377 |
+
}, item);
|
3378 |
+
|
3379 |
+
var defaults = {
|
3380 |
+
selected: false,
|
3381 |
+
disabled: false
|
3382 |
+
};
|
3383 |
+
|
3384 |
+
if (item.id != null) {
|
3385 |
+
item.id = item.id.toString();
|
3386 |
+
}
|
3387 |
+
|
3388 |
+
if (item.text != null) {
|
3389 |
+
item.text = item.text.toString();
|
3390 |
+
}
|
3391 |
+
|
3392 |
+
if (item._resultId == null && item.id) {
|
3393 |
+
item._resultId = this.generateResultId(this.container, item);
|
3394 |
+
}
|
3395 |
+
|
3396 |
+
return $.extend({}, defaults, item);
|
3397 |
+
};
|
3398 |
+
|
3399 |
+
SelectAdapter.prototype.matches = function (params, data) {
|
3400 |
+
var matcher = this.options.get('matcher');
|
3401 |
+
|
3402 |
+
return matcher(params, data);
|
3403 |
+
};
|
3404 |
+
|
3405 |
+
return SelectAdapter;
|
3406 |
+
});
|
3407 |
+
|
3408 |
+
S2.define('select2/data/array',[
|
3409 |
+
'./select',
|
3410 |
+
'../utils',
|
3411 |
+
'jquery'
|
3412 |
+
], function (SelectAdapter, Utils, $) {
|
3413 |
+
function ArrayAdapter ($element, options) {
|
3414 |
+
var data = options.get('data') || [];
|
3415 |
+
|
3416 |
+
ArrayAdapter.__super__.constructor.call(this, $element, options);
|
3417 |
+
|
3418 |
+
this.addOptions(this.convertToOptions(data));
|
3419 |
+
}
|
3420 |
+
|
3421 |
+
Utils.Extend(ArrayAdapter, SelectAdapter);
|
3422 |
+
|
3423 |
+
ArrayAdapter.prototype.select = function (data) {
|
3424 |
+
var $option = this.$element.find('option').filter(function (i, elm) {
|
3425 |
+
return elm.value == data.id.toString();
|
3426 |
+
});
|
3427 |
+
|
3428 |
+
if ($option.length === 0) {
|
3429 |
+
$option = this.option(data);
|
3430 |
+
|
3431 |
+
this.addOptions($option);
|
3432 |
+
}
|
3433 |
+
|
3434 |
+
ArrayAdapter.__super__.select.call(this, data);
|
3435 |
+
};
|
3436 |
+
|
3437 |
+
ArrayAdapter.prototype.convertToOptions = function (data) {
|
3438 |
+
var self = this;
|
3439 |
+
|
3440 |
+
var $existing = this.$element.find('option');
|
3441 |
+
var existingIds = $existing.map(function () {
|
3442 |
+
return self.item($(this)).id;
|
3443 |
+
}).get();
|
3444 |
+
|
3445 |
+
var $options = [];
|
3446 |
+
|
3447 |
+
// Filter out all items except for the one passed in the argument
|
3448 |
+
function onlyItem (item) {
|
3449 |
+
return function () {
|
3450 |
+
return $(this).val() == item.id;
|
3451 |
+
};
|
3452 |
+
}
|
3453 |
+
|
3454 |
+
for (var d = 0; d < data.length; d++) {
|
3455 |
+
var item = this._normalizeItem(data[d]);
|
3456 |
+
|
3457 |
+
// Skip items which were pre-loaded, only merge the data
|
3458 |
+
if ($.inArray(item.id, existingIds) >= 0) {
|
3459 |
+
var $existingOption = $existing.filter(onlyItem(item));
|
3460 |
+
|
3461 |
+
var existingData = this.item($existingOption);
|
3462 |
+
var newData = $.extend(true, {}, item, existingData);
|
3463 |
+
|
3464 |
+
var $newOption = this.option(newData);
|
3465 |
+
|
3466 |
+
$existingOption.replaceWith($newOption);
|
3467 |
+
|
3468 |
+
continue;
|
3469 |
+
}
|
3470 |
+
|
3471 |
+
var $option = this.option(item);
|
3472 |
+
|
3473 |
+
if (item.children) {
|
3474 |
+
var $children = this.convertToOptions(item.children);
|
3475 |
+
|
3476 |
+
Utils.appendMany($option, $children);
|
3477 |
+
}
|
3478 |
+
|
3479 |
+
$options.push($option);
|
3480 |
+
}
|
3481 |
+
|
3482 |
+
return $options;
|
3483 |
+
};
|
3484 |
+
|
3485 |
+
return ArrayAdapter;
|
3486 |
+
});
|
3487 |
+
|
3488 |
+
S2.define('select2/data/ajax',[
|
3489 |
+
'./array',
|
3490 |
+
'../utils',
|
3491 |
+
'jquery'
|
3492 |
+
], function (ArrayAdapter, Utils, $) {
|
3493 |
+
function AjaxAdapter ($element, options) {
|
3494 |
+
this.ajaxOptions = this._applyDefaults(options.get('ajax'));
|
3495 |
+
|
3496 |
+
if (this.ajaxOptions.processResults != null) {
|
3497 |
+
this.processResults = this.ajaxOptions.processResults;
|
3498 |
+
}
|
3499 |
+
|
3500 |
+
AjaxAdapter.__super__.constructor.call(this, $element, options);
|
3501 |
+
}
|
3502 |
+
|
3503 |
+
Utils.Extend(AjaxAdapter, ArrayAdapter);
|
3504 |
+
|
3505 |
+
AjaxAdapter.prototype._applyDefaults = function (options) {
|
3506 |
+
var defaults = {
|
3507 |
+
data: function (params) {
|
3508 |
+
return $.extend({}, params, {
|
3509 |
+
q: params.term
|
3510 |
+
});
|
3511 |
+
},
|
3512 |
+
transport: function (params, success, failure) {
|
3513 |
+
var $request = $.ajax(params);
|
3514 |
+
|
3515 |
+
$request.then(success);
|
3516 |
+
$request.fail(failure);
|
3517 |
+
|
3518 |
+
return $request;
|
3519 |
+
}
|
3520 |
+
};
|
3521 |
+
|
3522 |
+
return $.extend({}, defaults, options, true);
|
3523 |
+
};
|
3524 |
+
|
3525 |
+
AjaxAdapter.prototype.processResults = function (results) {
|
3526 |
+
return results;
|
3527 |
+
};
|
3528 |
+
|
3529 |
+
AjaxAdapter.prototype.query = function (params, callback) {
|
3530 |
+
var matches = [];
|
3531 |
+
var self = this;
|
3532 |
+
|
3533 |
+
if (this._request != null) {
|
3534 |
+
// JSONP requests cannot always be aborted
|
3535 |
+
if ($.isFunction(this._request.abort)) {
|
3536 |
+
this._request.abort();
|
3537 |
+
}
|
3538 |
+
|
3539 |
+
this._request = null;
|
3540 |
+
}
|
3541 |
+
|
3542 |
+
var options = $.extend({
|
3543 |
+
type: 'GET'
|
3544 |
+
}, this.ajaxOptions);
|
3545 |
+
|
3546 |
+
if (typeof options.url === 'function') {
|
3547 |
+
options.url = options.url.call(this.$element, params);
|
3548 |
+
}
|
3549 |
+
|
3550 |
+
if (typeof options.data === 'function') {
|
3551 |
+
options.data = options.data.call(this.$element, params);
|
3552 |
+
}
|
3553 |
+
|
3554 |
+
function request () {
|
3555 |
+
var $request = options.transport(options, function (data) {
|
3556 |
+
var results = self.processResults(data, params);
|
3557 |
+
|
3558 |
+
if (self.options.get('debug') && window.console && console.error) {
|
3559 |
+
// Check to make sure that the response included a `results` key.
|
3560 |
+
if (!results || !results.results || !$.isArray(results.results)) {
|
3561 |
+
console.error(
|
3562 |
+
'Select2: The AJAX results did not return an array in the ' +
|
3563 |
+
'`results` key of the response.'
|
3564 |
+
);
|
3565 |
+
}
|
3566 |
+
}
|
3567 |
+
|
3568 |
+
callback(results);
|
3569 |
+
self.container.focusOnActiveElement();
|
3570 |
+
}, function () {
|
3571 |
+
// Attempt to detect if a request was aborted
|
3572 |
+
// Only works if the transport exposes a status property
|
3573 |
+
if ($request.status && $request.status === '0') {
|
3574 |
+
return;
|
3575 |
+
}
|
3576 |
+
|
3577 |
+
self.trigger('results:message', {
|
3578 |
+
message: 'errorLoading'
|
3579 |
+
});
|
3580 |
+
});
|
3581 |
+
|
3582 |
+
self._request = $request;
|
3583 |
+
}
|
3584 |
+
|
3585 |
+
if (this.ajaxOptions.delay && params.term != null) {
|
3586 |
+
if (this._queryTimeout) {
|
3587 |
+
window.clearTimeout(this._queryTimeout);
|
3588 |
+
}
|
3589 |
+
|
3590 |
+
this._queryTimeout = window.setTimeout(request, this.ajaxOptions.delay);
|
3591 |
+
} else {
|
3592 |
+
request();
|
3593 |
+
}
|
3594 |
+
};
|
3595 |
+
|
3596 |
+
return AjaxAdapter;
|
3597 |
+
});
|
3598 |
+
|
3599 |
+
S2.define('select2/data/tags',[
|
3600 |
+
'jquery'
|
3601 |
+
], function ($) {
|
3602 |
+
function Tags (decorated, $element, options) {
|
3603 |
+
var tags = options.get('tags');
|
3604 |
+
|
3605 |
+
var createTag = options.get('createTag');
|
3606 |
+
|
3607 |
+
if (createTag !== undefined) {
|
3608 |
+
this.createTag = createTag;
|
3609 |
+
}
|
3610 |
+
|
3611 |
+
var insertTag = options.get('insertTag');
|
3612 |
+
|
3613 |
+
if (insertTag !== undefined) {
|
3614 |
+
this.insertTag = insertTag;
|
3615 |
+
}
|
3616 |
+
|
3617 |
+
decorated.call(this, $element, options);
|
3618 |
+
|
3619 |
+
if ($.isArray(tags)) {
|
3620 |
+
for (var t = 0; t < tags.length; t++) {
|
3621 |
+
var tag = tags[t];
|
3622 |
+
var item = this._normalizeItem(tag);
|
3623 |
+
|
3624 |
+
var $option = this.option(item);
|
3625 |
+
|
3626 |
+
this.$element.append($option);
|
3627 |
+
}
|
3628 |
+
}
|
3629 |
+
}
|
3630 |
+
|
3631 |
+
Tags.prototype.query = function (decorated, params, callback) {
|
3632 |
+
var self = this;
|
3633 |
+
|
3634 |
+
this._removeOldTags();
|
3635 |
+
|
3636 |
+
if (params.term == null || params.page != null) {
|
3637 |
+
decorated.call(this, params, callback);
|
3638 |
+
return;
|
3639 |
+
}
|
3640 |
+
|
3641 |
+
function wrapper (obj, child) {
|
3642 |
+
var data = obj.results;
|
3643 |
+
|
3644 |
+
for (var i = 0; i < data.length; i++) {
|
3645 |
+
var option = data[i];
|
3646 |
+
|
3647 |
+
var checkChildren = (
|
3648 |
+
option.children != null &&
|
3649 |
+
!wrapper({
|
3650 |
+
results: option.children
|
3651 |
+
}, true)
|
3652 |
+
);
|
3653 |
+
|
3654 |
+
var optionText = (option.text || '').toUpperCase();
|
3655 |
+
var paramsTerm = (params.term || '').toUpperCase();
|
3656 |
+
|
3657 |
+
var checkText = optionText === paramsTerm;
|
3658 |
+
|
3659 |
+
if (checkText || checkChildren) {
|
3660 |
+
if (child) {
|
3661 |
+
return false;
|
3662 |
+
}
|
3663 |
+
|
3664 |
+
obj.data = data;
|
3665 |
+
callback(obj);
|
3666 |
+
|
3667 |
+
return;
|
3668 |
+
}
|
3669 |
+
}
|
3670 |
+
|
3671 |
+
if (child) {
|
3672 |
+
return true;
|
3673 |
+
}
|
3674 |
+
|
3675 |
+
var tag = self.createTag(params);
|
3676 |
+
|
3677 |
+
if (tag != null) {
|
3678 |
+
var $option = self.option(tag);
|
3679 |
+
$option.attr('data-select2-tag', true);
|
3680 |
+
|
3681 |
+
self.addOptions([$option]);
|
3682 |
+
|
3683 |
+
self.insertTag(data, tag);
|
3684 |
+
}
|
3685 |
+
|
3686 |
+
obj.results = data;
|
3687 |
+
|
3688 |
+
callback(obj);
|
3689 |
+
}
|
3690 |
+
|
3691 |
+
decorated.call(this, params, wrapper);
|
3692 |
+
};
|
3693 |
+
|
3694 |
+
Tags.prototype.createTag = function (decorated, params) {
|
3695 |
+
var term = $.trim(params.term);
|
3696 |
+
|
3697 |
+
if (term === '') {
|
3698 |
+
return null;
|
3699 |
+
}
|
3700 |
+
|
3701 |
+
return {
|
3702 |
+
id: term,
|
3703 |
+
text: term
|
3704 |
+
};
|
3705 |
+
};
|
3706 |
+
|
3707 |
+
Tags.prototype.insertTag = function (_, data, tag) {
|
3708 |
+
data.unshift(tag);
|
3709 |
+
};
|
3710 |
+
|
3711 |
+
Tags.prototype._removeOldTags = function (_) {
|
3712 |
+
var tag = this._lastTag;
|
3713 |
+
|
3714 |
+
var $options = this.$element.find('option[data-select2-tag]');
|
3715 |
+
|
3716 |
+
$options.each(function () {
|
3717 |
+
if (this.selected) {
|
3718 |
+
return;
|
3719 |
+
}
|
3720 |
+
|
3721 |
+
$(this).remove();
|
3722 |
+
});
|
3723 |
+
};
|
3724 |
+
|
3725 |
+
return Tags;
|
3726 |
+
});
|
3727 |
+
|
3728 |
+
S2.define('select2/data/tokenizer',[
|
3729 |
+
'jquery'
|
3730 |
+
], function ($) {
|
3731 |
+
function Tokenizer (decorated, $element, options) {
|
3732 |
+
var tokenizer = options.get('tokenizer');
|
3733 |
+
|
3734 |
+
if (tokenizer !== undefined) {
|
3735 |
+
this.tokenizer = tokenizer;
|
3736 |
+
}
|
3737 |
+
|
3738 |
+
decorated.call(this, $element, options);
|
3739 |
+
}
|
3740 |
+
|
3741 |
+
Tokenizer.prototype.bind = function (decorated, container, $container) {
|
3742 |
+
decorated.call(this, container, $container);
|
3743 |
+
|
3744 |
+
this.$search = container.dropdown.$search || container.selection.$search ||
|
3745 |
+
$container.find('.select2-search__field');
|
3746 |
+
};
|
3747 |
+
|
3748 |
+
Tokenizer.prototype.query = function (decorated, params, callback) {
|
3749 |
+
var self = this;
|
3750 |
+
|
3751 |
+
function createAndSelect (data) {
|
3752 |
+
// Normalize the data object so we can use it for checks
|
3753 |
+
var item = self._normalizeItem(data);
|
3754 |
+
|
3755 |
+
// Check if the data object already exists as a tag
|
3756 |
+
// Select it if it doesn't
|
3757 |
+
var $existingO
|