Version Description
- Google Analytics Support Added
- Logo Support Added. If the logo is disabled, then the Title should be activated.
- Color Scheme Feature Added
- User friendly Options Panel Added
- iFrame support Added
- Few Minor Bugs Fixed
Download this release
Release Info
Developer | mohammed_kaludi |
Plugin | AMP for WP – Accelerated Mobile Pages |
Version | 0.7.5 |
Comparing to | |
See all releases |
Code changes from version 0.7.1 to 0.7.5
- README.md +16 -3
- accelerated-moblie-pages.php +3 -5
- admin/ampwp-check.php +0 -1
- admin/ampwp-core.php +0 -1
- options/README.md +33 -0
- options/admin-init.php +21 -0
- options/options-init.php +270 -0
- options/redux-extensions/extensions-init.php +14 -0
- options/redux-framework/assets/css/color-picker/color-picker.css +1 -0
- options/redux-framework/assets/css/color-picker/color-picker.scss +97 -0
- options/redux-framework/assets/css/import_export/import_export.css +1 -0
- options/redux-framework/assets/css/media/media.css +1 -0
- options/redux-framework/assets/css/media/media.scss +61 -0
- options/redux-framework/assets/css/redux-admin.css +108 -0
- options/redux-framework/assets/css/redux-admin.scss +1517 -0
- options/redux-framework/assets/css/redux-fields.css +1 -0
- options/redux-framework/assets/css/redux-vendor.css +1 -0
- options/redux-framework/assets/css/rtl.css +1 -0
- options/redux-framework/assets/css/rtl.scss +118 -0
- options/redux-framework/assets/css/vendor/elusive-icons/elusive-icons.css +4 -0
- options/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.eot +0 -0
- options/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.svg +934 -0
- options/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.ttf +0 -0
- options/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.woff +0 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_animated.scss +34 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_bordered-pulled.scss +16 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_core.scss +13 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_fixed-width.scss +6 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_icons.scss +615 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_larger.scss +13 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_list.scss +19 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_mixins.scss +27 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_path.scss +14 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_rotated-flipped.scss +20 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_stacked.scss +20 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/_variables.scss +318 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.css +4 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.css.map +7 -0
- options/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.scss +17 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_222222_256x240.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_2e83ff_256x240.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_454545_256x240.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_888888_256x240.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_cd0a0a_256x240.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_f6cf3b_256x240.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png +0 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.css +9 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.less +793 -0
- options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.scss +799 -0
- options/redux-framework/assets/css/vendor/qtip/jquery.qtip.css +617 -0
- options/redux-framework/assets/css/vendor/qtip/jquery.qtip.min.css +3 -0
- options/redux-framework/assets/css/vendor/spectrum/redux-spectrum.css +507 -0
- options/redux-framework/assets/css/vendor/spectrum/redux-spectrum.min.css +1 -0
- options/redux-framework/assets/img/1c.png +0 -0
- options/redux-framework/assets/img/1col.png +0 -0
- options/redux-framework/assets/img/2-col-portfolio.png +0 -0
- options/redux-framework/assets/img/2cl.png +0 -0
- options/redux-framework/assets/img/2cr.png +0 -0
- options/redux-framework/assets/img/3-col-portfolio.png +0 -0
- options/redux-framework/assets/img/3cl.png +0 -0
- options/redux-framework/assets/img/3cm.png +0 -0
- options/redux-framework/assets/img/3cr.png +0 -0
- options/redux-framework/assets/img/4-col-portfolio.png +0 -0
- options/redux-framework/assets/img/ajax.gif +0 -0
- options/redux-framework/assets/img/menu_icon.png +0 -0
- options/redux-framework/assets/img/toggle_tabs.png +0 -0
- options/redux-framework/assets/js/media/media.js +220 -0
- options/redux-framework/assets/js/media/media.min.js +1 -0
- options/redux-framework/assets/js/redux.js +1736 -0
- options/redux-framework/assets/js/redux.min.js +2 -0
- options/redux-framework/assets/js/vendor.min.js +1 -0
- options/redux-framework/assets/js/vendor/cookie.js +95 -0
- options/redux-framework/assets/js/vendor/jquery.alphanum.js +786 -0
- options/redux-framework/assets/js/vendor/jquery.serializeForm.js +60 -0
- options/redux-framework/assets/js/vendor/jquery.typewatch.js +94 -0
- options/redux-framework/assets/js/vendor/jsonview.js +265 -0
- options/redux-framework/assets/js/vendor/jsonview.min.js +16 -0
- options/redux-framework/assets/js/vendor/lte-ie7.js +311 -0
- options/redux-framework/assets/js/vendor/qtip/jquery.qtip.js +1959 -0
README.md
CHANGED
@@ -4,10 +4,10 @@ https://wordpress.org/plugins/accelerated-mobile-pages/
|
|
4 |
|
5 |
=== AMP - Accelerated Mobile Pages ===
|
6 |
Contributors: mohammed_kaludi, ahmedkaludi
|
7 |
-
Tags: accelerated mobile pages,
|
8 |
Requires at least: 3.0
|
9 |
Tested up to: 4.5.3
|
10 |
-
Stable tag: 0.7.
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
@@ -22,12 +22,17 @@ Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on
|
|
22 |
**Features:**
|
23 |
|
24 |
* Automatically integrate AMP to your website
|
|
|
|
|
|
|
|
|
25 |
* Supports Posts and Pages
|
26 |
* Proper rel canonical tags which means that Google know the original page.
|
27 |
* Overlay Navigation Menu bar
|
28 |
* Social Sharing in the Single
|
29 |
* Sexy Design
|
30 |
* Separate WordPress Menu for AMP version
|
|
|
31 |
|
32 |
|
33 |
**NOTE: Next Big Update of this plugin will be released on 7th September 2016.
|
@@ -120,4 +125,12 @@ Please check if you have "Pretty Permalinks" enabled. If not then activate it. F
|
|
120 |
= 0.7.1 =
|
121 |
* Bug #24 (Github) fixed
|
122 |
* Strip Style tags for faster & better validation
|
123 |
-
* Bug #21 (Github) fixed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
=== AMP - Accelerated Mobile Pages ===
|
6 |
Contributors: mohammed_kaludi, ahmedkaludi
|
7 |
+
Tags: amp, accelerated mobile pages, mobile, amp project, google amp, amp wp
|
8 |
Requires at least: 3.0
|
9 |
Tested up to: 4.5.3
|
10 |
+
Stable tag: 0.7.5
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
22 |
**Features:**
|
23 |
|
24 |
* Automatically integrate AMP to your website
|
25 |
+
* Google Analytics Support
|
26 |
+
* User Friendly Theme Options Panel
|
27 |
+
* Unlimited Color Scheme
|
28 |
+
* Image Logo Upload
|
29 |
* Supports Posts and Pages
|
30 |
* Proper rel canonical tags which means that Google know the original page.
|
31 |
* Overlay Navigation Menu bar
|
32 |
* Social Sharing in the Single
|
33 |
* Sexy Design
|
34 |
* Separate WordPress Menu for AMP version
|
35 |
+
* Great Support & Active Development
|
36 |
|
37 |
|
38 |
**NOTE: Next Big Update of this plugin will be released on 7th September 2016.
|
125 |
= 0.7.1 =
|
126 |
* Bug #24 (Github) fixed
|
127 |
* Strip Style tags for faster & better validation
|
128 |
+
* Bug #21 (Github) fixed
|
129 |
+
|
130 |
+
= 0.7.5 =
|
131 |
+
* Google Analytics Support Added
|
132 |
+
* Logo Support Added. If the logo is disabled, then the Title should be activated.
|
133 |
+
* Color Scheme Feature Added
|
134 |
+
* User friendly Options Panel Added
|
135 |
+
* iFrame support Added
|
136 |
+
* Few Minor Bugs Fixed
|
accelerated-moblie-pages.php
CHANGED
@@ -3,19 +3,15 @@
|
|
3 |
Plugin Name: Accelerated Mobile Pages
|
4 |
Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
|
5 |
Description: Accelerated Mobile Pages for WordPress
|
6 |
-
Version: 0.7.
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: http://AhmedKaludi.com/
|
9 |
License: GPL2
|
10 |
*/
|
11 |
-
|
12 |
// Exit if accessed directly.
|
13 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
14 |
-
|
15 |
// Load the core class
|
16 |
require_once( dirname( __FILE__ ) . '/admin/ampwp-core.php' );
|
17 |
-
|
18 |
-
|
19 |
if ( class_exists( 'Ampwp_core' ) ) {
|
20 |
// New AmpWP object
|
21 |
$ampwp_core = new Ampwp_core;
|
@@ -56,4 +52,6 @@ if (! function_exists( 'register_amp_menu') ) {
|
|
56 |
}
|
57 |
add_action( 'init', 'register_amp_menu' );
|
58 |
}
|
|
|
|
|
59 |
?>
|
3 |
Plugin Name: Accelerated Mobile Pages
|
4 |
Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
|
5 |
Description: Accelerated Mobile Pages for WordPress
|
6 |
+
Version: 0.7.5
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: http://AhmedKaludi.com/
|
9 |
License: GPL2
|
10 |
*/
|
|
|
11 |
// Exit if accessed directly.
|
12 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
|
|
13 |
// Load the core class
|
14 |
require_once( dirname( __FILE__ ) . '/admin/ampwp-core.php' );
|
|
|
|
|
15 |
if ( class_exists( 'Ampwp_core' ) ) {
|
16 |
// New AmpWP object
|
17 |
$ampwp_core = new Ampwp_core;
|
52 |
}
|
53 |
add_action( 'init', 'register_amp_menu' );
|
54 |
}
|
55 |
+
require_once( dirname( __FILE__ ) . '/options/admin-init.php' );
|
56 |
+
//require_once("options/admin-init.php");
|
57 |
?>
|
admin/ampwp-check.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
// Exit if accessed directly.
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
-
|
5 |
if ( ! class_exists( 'AmpWP_check' ) ) {
|
6 |
/**
|
7 |
* Class that does all the checks to determine if we are dealing with a Mobile browser
|
1 |
<?php
|
2 |
// Exit if accessed directly.
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
|
|
4 |
if ( ! class_exists( 'AmpWP_check' ) ) {
|
5 |
/**
|
6 |
* Class that does all the checks to determine if we are dealing with a Mobile browser
|
admin/ampwp-core.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
// Exit if accessed directly.
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
-
|
5 |
if ( ! class_exists( 'Ampwp_core' ) ) {
|
6 |
/**
|
7 |
* The core AmpWP class where the magic happens
|
1 |
<?php
|
2 |
// Exit if accessed directly.
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
|
|
4 |
if ( ! class_exists( 'Ampwp_core' ) ) {
|
5 |
/**
|
6 |
* The core AmpWP class where the magic happens
|
options/README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Cust Redux Build Instructions
|
2 |
+
|
3 |
+
### NEVER modify anything in the redux-framework folder
|
4 |
+
Redux works because it's extensible by hooks. If you modify the core directory,
|
5 |
+
or attempt to add your own stuff within the core directory, any other version of
|
6 |
+
Redux WILL override your code. Never ever modify the ReduxCore, only extend it
|
7 |
+
via hooks and filters. ;)
|
8 |
+
|
9 |
+
#### ~/admin/options-init.php
|
10 |
+
Your options configuration.
|
11 |
+
|
12 |
+
|
13 |
+
#### ~/admin/tgm/tgm-init.php (If you opted to use it)
|
14 |
+
You can add additional plugins if desired.
|
15 |
+
|
16 |
+
#### Learn About Redux Extensions
|
17 |
+
https://docs.reduxframework.com/extensions/using-extensions/
|
18 |
+
|
19 |
+
#### ~/admin/redux-extensions/extensions
|
20 |
+
Place all extensions within this directory. An example would look like:
|
21 |
+
|
22 |
+
* ~admin
|
23 |
+
* redux-extensions
|
24 |
+
* extension
|
25 |
+
* metaboxes
|
26 |
+
* extension_metaboxes.php
|
27 |
+
|
28 |
+
#### ~/admin/redux-extensions/configs
|
29 |
+
Place any custom configs extensions, that should not be added to the standard
|
30 |
+
options-init.php file, within this folder. These will be auto-loaded.
|
31 |
+
|
32 |
+
|
33 |
+
### For further instructions or assistance, please visit http://docs.reduxframework.com
|
options/admin-init.php
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
// Load the TGM init if it exists
|
4 |
+
if ( file_exists( dirname( __FILE__ ) . '/tgm/tgm-init.php' ) ) {
|
5 |
+
require_once dirname( __FILE__ ) . '/tgm/tgm-init.php';
|
6 |
+
}
|
7 |
+
|
8 |
+
// Load the embedded Redux Framework
|
9 |
+
if ( file_exists( dirname( __FILE__ ).'/redux-framework/framework.php' ) ) {
|
10 |
+
require_once dirname(__FILE__).'/redux-framework/framework.php';
|
11 |
+
}
|
12 |
+
|
13 |
+
// Load the theme/plugin options
|
14 |
+
if ( file_exists( dirname( __FILE__ ) . '/options-init.php' ) ) {
|
15 |
+
require_once dirname( __FILE__ ) . '/options-init.php';
|
16 |
+
}
|
17 |
+
|
18 |
+
// Load Redux extensions
|
19 |
+
if ( file_exists( dirname( __FILE__ ) . '/redux-extensions/extensions-init.php' ) ) {
|
20 |
+
require_once dirname( __FILE__ ) . '/redux-extensions/extensions-init.php';
|
21 |
+
}
|
options/options-init.php
ADDED
@@ -0,0 +1,270 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* For full documentation, please visit: http://docs.reduxframework.com/
|
5 |
+
* For a more extensive sample-config file, you may look at:
|
6 |
+
* https://github.com/reduxframework/redux-framework/blob/master/sample/sample-config.php
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! class_exists( 'Redux' ) ) {
|
10 |
+
return;
|
11 |
+
}
|
12 |
+
|
13 |
+
// This is your option name where all the Redux data is stored.
|
14 |
+
$opt_name = "redux_builder_amp";
|
15 |
+
|
16 |
+
/**
|
17 |
+
* ---> SET ARGUMENTS
|
18 |
+
* All the possible arguments for Redux.
|
19 |
+
* For full documentation on arguments, please refer to: https://github.com/ReduxFramework/ReduxFramework/wiki/Arguments
|
20 |
+
* */
|
21 |
+
|
22 |
+
$theme = wp_get_theme(); // For use with some settings. Not necessary.
|
23 |
+
|
24 |
+
$args = array(
|
25 |
+
'opt_name' => 'redux_builder_amp',
|
26 |
+
'display_name' => 'Accelerated Mobile Pages Options',
|
27 |
+
//'display_version' => '0.7.1',
|
28 |
+
'page_slug' => 'amp_options',
|
29 |
+
'page_title' => 'Accelerated Mobile Pages Options',
|
30 |
+
'update_notice' => false,
|
31 |
+
'intro_text' => '<a href="https://wordpress.org/support/plugin/accelerated-mobile-pages" target="_blank">Support Forum</a> | <a href="https://wordpress.org/plugins/accelerated-mobile-pages/faq/" target="_blank">FAQ</a> | <a href="https://wordpress.org/plugins/accelerated-mobile-pages/changelog/" target="_blank">Change Log</a> | <a href="https://wordpress.org/support/view/plugin-reviews/accelerated-mobile-pages" target="_blank">Reviews</a>',
|
32 |
+
'footer_text' => '',
|
33 |
+
'admin_bar' => TRUE,
|
34 |
+
'menu_type' => 'menu',
|
35 |
+
'menu_title' => 'AMP',
|
36 |
+
'allow_sub_menu' => TRUE,
|
37 |
+
'page_parent_post_type' => 'your_post_type',
|
38 |
+
'default_mark' => '',
|
39 |
+
'class' => 'amp_options_class',
|
40 |
+
'hints' => array(
|
41 |
+
'icon' => 'el el-adjust-alt',
|
42 |
+
'icon_position' => 'left',
|
43 |
+
'icon_size' => 'normal',
|
44 |
+
'tip_style' => array(
|
45 |
+
'color' => 'light',
|
46 |
+
),
|
47 |
+
'tip_position' => array(
|
48 |
+
'my' => 'top left',
|
49 |
+
'at' => 'bottom right',
|
50 |
+
),
|
51 |
+
'tip_effect' => array(
|
52 |
+
'show' => array(
|
53 |
+
'duration' => '500',
|
54 |
+
'event' => 'mouseover',
|
55 |
+
),
|
56 |
+
'hide' => array(
|
57 |
+
'duration' => '500',
|
58 |
+
'event' => 'mouseleave unfocus',
|
59 |
+
),
|
60 |
+
),
|
61 |
+
),
|
62 |
+
'output' => TRUE,
|
63 |
+
'output_tag' => TRUE,
|
64 |
+
'settings_api' => TRUE,
|
65 |
+
'cdn_check_time' => '1440',
|
66 |
+
'compiler' => TRUE,
|
67 |
+
'page_permissions' => 'manage_options',
|
68 |
+
'save_defaults' => TRUE,
|
69 |
+
'show_import_export' => TRUE,
|
70 |
+
'database' => 'options',
|
71 |
+
'transient_time' => '3600',
|
72 |
+
'network_sites' => TRUE,
|
73 |
+
);
|
74 |
+
|
75 |
+
// SOCIAL ICONS -> Setup custom links in the footer for quick links in your panel footer icons.
|
76 |
+
$args['share_icons'][] = array(
|
77 |
+
'url' => 'https://github.com/ahmedkaludi/Accelerated-Mobile-Pages',
|
78 |
+
'title' => 'Visit us on GitHub',
|
79 |
+
'icon' => 'el el-github'
|
80 |
+
//'img' => '', // You can use icon OR img. IMG needs to be a full URL.
|
81 |
+
);
|
82 |
+
|
83 |
+
Redux::setArgs( $opt_name, $args );
|
84 |
+
|
85 |
+
/*
|
86 |
+
* ---> END ARGUMENTS
|
87 |
+
*/
|
88 |
+
|
89 |
+
/*
|
90 |
+
* ---> START HELP TABS
|
91 |
+
*/
|
92 |
+
|
93 |
+
$tabs = array(
|
94 |
+
array(
|
95 |
+
'id' => 'redux-help-tab-1',
|
96 |
+
'title' => __( 'Theme Information 1', 'admin_folder' ),
|
97 |
+
'content' => __( '<p>This is the tab content, HTML is allowed.</p>', 'admin_folder' )
|
98 |
+
),
|
99 |
+
array(
|
100 |
+
'id' => 'redux-help-tab-2',
|
101 |
+
'title' => __( 'Theme Information 2', 'admin_folder' ),
|
102 |
+
'content' => __( '<p>This is the tab content, HTML is allowed.</p>', 'admin_folder' )
|
103 |
+
)
|
104 |
+
);
|
105 |
+
Redux::setHelpTab( $opt_name, $tabs );
|
106 |
+
|
107 |
+
// Set the help sidebar
|
108 |
+
$content = __( '<p>This is the sidebar content, HTML is allowed.</p>', 'admin_folder' );
|
109 |
+
Redux::setHelpSidebar( $opt_name, $content );
|
110 |
+
|
111 |
+
|
112 |
+
/*
|
113 |
+
* <--- END HELP TABS
|
114 |
+
*/
|
115 |
+
|
116 |
+
|
117 |
+
/*
|
118 |
+
*
|
119 |
+
* ---> START SECTIONS
|
120 |
+
*
|
121 |
+
*/
|
122 |
+
|
123 |
+
Redux::setSection( $opt_name, array(
|
124 |
+
'title' => __( 'Basic Field', 'redux-framework-demo' ),
|
125 |
+
'id' => 'basic',
|
126 |
+
'desc' => __( 'Basic field with no subsections.', 'redux-framework-demo' ),
|
127 |
+
'icon' => 'el el-home',
|
128 |
+
'fields' => array(
|
129 |
+
array(
|
130 |
+
'id' => 'opt-blank',
|
131 |
+
'title' => __( 'Example Text', 'redux-framework-demo' ),
|
132 |
+
'desc' => __( 'Example description.', 'redux-framework-demo' ),
|
133 |
+
'subtitle' => __( 'Example subtitle.', 'redux-framework-demo' ),
|
134 |
+
)
|
135 |
+
)
|
136 |
+
) );
|
137 |
+
|
138 |
+
Redux::setSection( $opt_name, array(
|
139 |
+
'title' => __( 'Welcome', 'redux-framework-demo' ),
|
140 |
+
'id' => 'basic',
|
141 |
+
'desc' => __( '<div class="amp-faq">Thank you for using Accelerated Mobile Pages plugin.'. '<p>' . sprintf( __( 'We are actively working on updating the plugin. We have built user friendly options which allows you to make changes on your AMP version. I have put togeather some frequently asked questions below.', 'redux-framework-demo' ), 'Yoast SEO' ) . '</p>'
|
142 |
+
. '<h2>' . __( 'Frequently Asked Questions', 'redux-framework-demo' ) . '</h2>'
|
143 |
+
. '<p><strong>' . __( 'How to Setup Navigation Menu?', 'redux-framework-demo' ) . '</strong><br/>' . __( 'We have created a Seperate Navigation menu for AMP version which you can setup from the WordPress Menus, then navigate to Menu Locations, their you will notice AMP Menu. You can assign existing menus to this locations.', 'redux-framework-demo' ) . '</p>'
|
144 |
+
. '<p><strong>' . __( 'I added /?amp on the end of one of my URLs and a minimalist version of my page appeared. It looks just like on one of your screenshots, so I guess its installed properly. Okay what now? Is it just enough to install it and the plugin will do the rest?', 'redux-framework-demo' ) . '</strong><br/>' . __( 'After you see the minimalist view if you use the url with ?amp then it means that it has been installed properly. You dont need any extra steps to enable it.', 'redux-framework-demo' ) . '</p>'
|
145 |
+
. '<p><strong>' . __( 'The plugin supposed to redirect all mobile visitors to AMP version of site or not? ', 'redux-framework-demo' ) . '</strong><br/>' . __( 'When you view the website from the mobile, it is not supposed to redirect you to the amp version, amp version is always ready for google in the backend, if Google wants to serve to the people, then it will get the amp version and serve to the customers.
|
146 |
+
', 'redux-framework-demo' ) . '</p>'
|
147 |
+
|
148 |
+
. '<p><strong>' . __( 'I am worried that it will cause Duplicate content?', 'redux-framework-demo' ) . '</strong><br/>' . __( 'In the AMP version, we are using Canonical tag to solve this. I am 100% sure that using this plugin will not duplicate the content.
|
149 |
+
', 'redux-framework-demo' ) . '</p>'
|
150 |
+
|
151 |
+
|
152 |
+
. '<p><strong>' . __( 'How do I know that my site is AMP enabled?
|
153 |
+
', 'redux-framework-demo' ) . '</strong><br/>' . __( 'Add /?amp at the end of your website url and you will get amp version of your website.', 'redux-framework-demo' ) . '</p>'
|
154 |
+
|
155 |
+
. '<p><strong>' . sprintf( __( 'I have addded /?amp at the end of the url and still I am not able to see the AMP version of my site?
|
156 |
+
', 'redux-framework-demo' ), 'Yoast SEO' ) . '</strong><br/>'
|
157 |
+
. sprintf( __( 'Please check if you have "Pretty Permalinks" enabled. If not then activate it.', 'redux-framework-demo' ), '' )
|
158 |
+
. '</p>'
|
159 |
+
|
160 |
+
. '<p><strong>' . sprintf( __( 'How do I report Bug reports?
|
161 |
+
', 'redux-framework-demo' ), 'Yoast SEO' ) . '</strong><br/>'
|
162 |
+
. sprintf( __( 'Before you submit a new bug, please check if there already is an existing bug report for it. If so, it may be far more valuable to add to the existing one, than to create a new bug report. You can submit bug reports and feature requests at
|
163 |
+
|
164 |
+
%1$sGitHub Issues Page%2$s.
|
165 |
+
|
166 |
+
', 'redux-framework-demo' ), '<a target="_blank" href="' . esc_url( 'https://github.com/ahmedkaludi/Accelerated-Mobile-Pages/issues' ) . '">', '</a>' )
|
167 |
+
. '</p>'
|
168 |
+
|
169 |
+
. sprintf( __( '
|
170 |
+
|
171 |
+
<h2>%1$sLike this plugin? Support us by leaving a 5 Star Rating%2$s</h2><br />
|
172 |
+
', 'redux-framework-demo' ), '<a target="_blank" href="' . esc_url( 'https://wordpress.org/support/view/plugin-reviews/accelerated-mobile-pages#postform' ) . '">', '</a>' )
|
173 |
+
. '</p></div>'
|
174 |
+
|
175 |
+
, 'redux-framework-demo' ),
|
176 |
+
'icon' => 'el el-home'
|
177 |
+
) );
|
178 |
+
|
179 |
+
Redux::setSection( $opt_name, array(
|
180 |
+
'title' => __( 'General', 'redux-framework-demo' ),
|
181 |
+
// 'desc' => __( 'For full documentation on this field, visit: ', 'redux-framework-demo' ) . '<a href="http://docs.reduxframework.com/core/fields/text/" target="_blank">http://docs.reduxframework.com/core/fields/text/</a>',
|
182 |
+
'id' => 'opt-text-subsection',
|
183 |
+
'subsection' => true,
|
184 |
+
'fields' => array(
|
185 |
+
$fields = array(
|
186 |
+
'id' => 'opt-media',
|
187 |
+
'type' => 'media',
|
188 |
+
'url' => true,
|
189 |
+
'title' => __('Logo', 'redux-framework-demo'),
|
190 |
+
//'desc' => __('', 'redux-framework-demo'),
|
191 |
+
'subtitle' => __('Upload a logo for the AMP version. Recommend logo size is: 190x36', 'redux-framework-demo'),
|
192 |
+
// 'default' => array(
|
193 |
+
// 'url'=>'http://s.wordpress.org/style/images/codeispoetry.png'
|
194 |
+
// ),
|
195 |
+
),
|
196 |
+
array(
|
197 |
+
'id' => 'ga-feild',
|
198 |
+
'type' => 'text',
|
199 |
+
'title' => __( 'Google Analytics', 'redux-framework-demo' ),
|
200 |
+
'subtitle' => __( '', 'redux-framework-demo' ),
|
201 |
+
'desc' => __( 'Enter your Google Analytics ID. Example: UA-XXXXX-Y.', 'redux-framework-demo' ),
|
202 |
+
'default' => 'UA-XXXXX-Y',
|
203 |
+
),
|
204 |
+
|
205 |
+
|
206 |
+
|
207 |
+
array(
|
208 |
+
'id' => 'opt-color-rgba',
|
209 |
+
'type' => 'color_rgba',
|
210 |
+
'title' => 'Color Scheme',
|
211 |
+
'subtitle' => 'Set color and alpha channel',
|
212 |
+
'desc' => 'Change the color scheme to your branding color',
|
213 |
+
|
214 |
+
// See Notes below about these lines.
|
215 |
+
//'output' => array('background-color' => '.site-header'),
|
216 |
+
//'compiler' => array('color' => '.site-header, .site-footer', 'background-color' => '.nav-bar'),
|
217 |
+
'default' => array(
|
218 |
+
'color' => '#312C7E',
|
219 |
+
'alpha' => 1
|
220 |
+
),
|
221 |
+
|
222 |
+
// These options display a fully functional color palette. Omit this argument
|
223 |
+
// for the minimal color picker, and change as desired.
|
224 |
+
'options' => array(
|
225 |
+
'show_input' => true,
|
226 |
+
'show_initial' => true,
|
227 |
+
'show_alpha' => true,
|
228 |
+
'show_palette' => true,
|
229 |
+
'show_palette_only' => false,
|
230 |
+
'show_selection_palette' => true,
|
231 |
+
'max_palette_size' => 10,
|
232 |
+
'allow_empty' => true,
|
233 |
+
'clickout_fires_change' => false,
|
234 |
+
'choose_text' => 'Choose',
|
235 |
+
'cancel_text' => 'Cancel',
|
236 |
+
'show_buttons' => true,
|
237 |
+
'use_extended_classes' => true,
|
238 |
+
'palette' => null, // show default
|
239 |
+
'input_text' => 'Select Color'
|
240 |
+
)
|
241 |
+
)
|
242 |
+
|
243 |
+
)
|
244 |
+
|
245 |
+
|
246 |
+
|
247 |
+
) );
|
248 |
+
|
249 |
+
Redux::setSection( $opt_name, array(
|
250 |
+
'title' => __( 'Custom CSS Editor', 'redux-framework-demo' ),
|
251 |
+
// 'desc' => __( 'For full documentation on this field, visit: ', 'redux-framework-demo' ) . '<a href="http://docs.reduxframework.com/core/fields/textarea/" target="_blank">http://docs.reduxframework.com/core/fields/textarea/</a>',
|
252 |
+
'id' => 'opt-css-editor',
|
253 |
+
'subsection' => true,
|
254 |
+
'fields' => array(
|
255 |
+
array(
|
256 |
+
'id' => 'css_editor',
|
257 |
+
'type' => 'ace_editor',
|
258 |
+
'title' => __('Custom CSS', 'redux-framework-demo'),
|
259 |
+
'subtitle' => __('You can customize the Stylesheet of the AMP version by using this option.', 'redux-framework-demo'),
|
260 |
+
'mode' => 'css',
|
261 |
+
'theme' => 'monokai',
|
262 |
+
'desc' => '',
|
263 |
+
'default' => "/******* Paste your Custom CSS in this Editor *******/"
|
264 |
+
),
|
265 |
+
)
|
266 |
+
) );
|
267 |
+
|
268 |
+
/*
|
269 |
+
* <--- END SECTIONS
|
270 |
+
*/
|
options/redux-extensions/extensions-init.php
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
// All extensions placed within the extensions directory will be auto-loaded for your Redux instance.
|
4 |
+
Redux::setExtensions( 'redux_builder_amp', dirname( __FILE__ ) . '/extensions/' );
|
5 |
+
|
6 |
+
// Any custom extension configs should be placed within the configs folder.
|
7 |
+
if ( file_exists( dirname( __FILE__ ) . '/configs/' ) ) {
|
8 |
+
$files = glob( dirname( __FILE__ ) . '/configs/*.php' );
|
9 |
+
if ( ! empty( $files ) ) {
|
10 |
+
foreach ( $files as $file ) {
|
11 |
+
include $file;
|
12 |
+
}
|
13 |
+
}
|
14 |
+
}
|
options/redux-framework/assets/css/color-picker/color-picker.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.redux-main input.redux-color{float:left;width:70px;margin-left:5px}.redux-main input.color-transparency{margin-left:10px;margin-right:3px}.redux-main input.wp-color-picker{width:80px !important}.redux-main .section-color .controls{width:345px}.redux-main .section-color .explain{width:225px}.redux-main .iris-picker .iris-strip .ui-slider-handle{position:absolute;background:none !important;right:-3px;left:-3px;border:4px solid #aaa !important;border-width:4px 3px;width:auto;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,0.2);opacity:.9;z-index:5;cursor:ns-resize}.redux-main .iris-picker .iris-slider-offset{position:absolute;top:2px;left:0;right:0;bottom:4px;width:28px;background:none !important;border:0 !important;height:auto}.redux-main .wp-picker-container input{margin-bottom:inherit;margin-top:inherit;padding:3px 5px}.redux-main .wp-picker-container .wp-color-result{outline:0;margin:0}.redux-main .wp-picker-container .wp-picker-default{padding:0 10px 1px}.redux-main .redux-color-gradient{line-height:24px}.redux-main .color-transparency-check{line-height:1;margin-top:0px !important}.redux-main .wp-picker-clear{margin-top:0 !important}.wp-customizer .redux-main input.wp-picker-default,.wp-customizer .redux-main .redux-typography-container input.wp-picker-default,.wp-customizer .redux-main .redux-typography-container .redux-typography-color{padding:0px 4px !important}.wp-customizer .redux-main input.wp-color-picker{width:65px !important;margin-left:5px !important}
|
options/redux-framework/assets/css/color-picker/color-picker.scss
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.redux-main {
|
2 |
+
input{
|
3 |
+
&.redux-color {
|
4 |
+
float: left;
|
5 |
+
width: 70px;
|
6 |
+
margin-left: 5px;
|
7 |
+
}
|
8 |
+
|
9 |
+
&.color-transparency {
|
10 |
+
margin-left: 10px;
|
11 |
+
margin-right: 3px;
|
12 |
+
}
|
13 |
+
|
14 |
+
&.wp-color-picker {
|
15 |
+
width: 80px !important;
|
16 |
+
}
|
17 |
+
}
|
18 |
+
|
19 |
+
.section-color {
|
20 |
+
.controls {
|
21 |
+
width: 345px;
|
22 |
+
}
|
23 |
+
|
24 |
+
.explain {
|
25 |
+
width: 225px;
|
26 |
+
}
|
27 |
+
}
|
28 |
+
|
29 |
+
.iris-picker {
|
30 |
+
.iris-strip .ui-slider-handle {
|
31 |
+
position: absolute;
|
32 |
+
background: none !important;
|
33 |
+
right: -3px;
|
34 |
+
left: -3px;
|
35 |
+
border: 4px solid #aaa !important;
|
36 |
+
border-width: 4px 3px;
|
37 |
+
width: auto;
|
38 |
+
border-radius: 4px;
|
39 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
|
40 |
+
opacity: .9;
|
41 |
+
z-index: 5;
|
42 |
+
cursor: ns-resize;
|
43 |
+
}
|
44 |
+
|
45 |
+
.iris-slider-offset {
|
46 |
+
position: absolute;
|
47 |
+
top: 2px;
|
48 |
+
left: 0;
|
49 |
+
right: 0;
|
50 |
+
bottom: 4px;
|
51 |
+
width: 28px;
|
52 |
+
background: none !important;
|
53 |
+
border: 0 !important;
|
54 |
+
height: auto;
|
55 |
+
}
|
56 |
+
}
|
57 |
+
|
58 |
+
.wp-picker-container {
|
59 |
+
input {
|
60 |
+
margin-bottom: inherit;
|
61 |
+
margin-top: inherit;
|
62 |
+
padding: 3px 5px;
|
63 |
+
}
|
64 |
+
|
65 |
+
.wp-color-result {
|
66 |
+
outline: 0;
|
67 |
+
margin: 0;
|
68 |
+
}
|
69 |
+
|
70 |
+
.wp-picker-default {
|
71 |
+
padding: 0 10px 1px;
|
72 |
+
}
|
73 |
+
}
|
74 |
+
|
75 |
+
.redux-color-gradient {
|
76 |
+
line-height: 24px;
|
77 |
+
}
|
78 |
+
|
79 |
+
.color-transparency-check {
|
80 |
+
line-height: 1;
|
81 |
+
margin-top: 0px !important;
|
82 |
+
}
|
83 |
+
|
84 |
+
.wp-picker-clear {
|
85 |
+
margin-top: 0 !important;
|
86 |
+
}
|
87 |
+
}
|
88 |
+
|
89 |
+
.wp-customizer {
|
90 |
+
.redux-main input.wp-picker-default, .redux-main .redux-typography-container input.wp-picker-default, .redux-main .redux-typography-container .redux-typography-color {
|
91 |
+
padding: 0px 4px !important;
|
92 |
+
}
|
93 |
+
.redux-main input.wp-color-picker {
|
94 |
+
width: 65px !important;
|
95 |
+
margin-left: 5px !important;
|
96 |
+
}
|
97 |
+
}
|
options/redux-framework/assets/css/import_export/import_export.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
#redux-import-link-wrapper,#redux-import-code-wrapper{display:none}#redux-export-code,#redux-export-link-value{display:none}#redux-import-action span{color:#B94A48}
|
options/redux-framework/assets/css/media/media.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.redux-main .button.remove-image,.redux-main .removeCSS{margin-left:10px;color:#ef521d}.redux-main .button.remove-image:hover,.redux-main .removeCSS:hover{color:red}.redux-main .upload_button_div{margin-bottom:5px}.redux-main .upload-error{float:left;color:#666;font-size:10px;font-weight:bold;text-decoration:none;text-shadow:1px 1px 0 #FFFFFF;margin:0 10px 0 0;padding:3px 10px;background:#FFDFEC;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.redux-main .reset-button{font-family:Arial, Verdana, sans-serif;float:left;margin:0;color:#ef521d;border-color:#bbb}.redux-main .redux-option-image{max-height:340px;max-width:340px;padding:5px;margin-bottom:0;margin-top:10px;margin-right:15px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-main .redux-main .upload{width:80% !important}.redux-main .button{margin-top:2px}
|
options/redux-framework/assets/css/media/media.scss
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.redux-main {
|
2 |
+
.button.remove-image,
|
3 |
+
.removeCSS {
|
4 |
+
margin-left: 10px;
|
5 |
+
color: #ef521d;
|
6 |
+
|
7 |
+
&:hover {
|
8 |
+
color: red;
|
9 |
+
}
|
10 |
+
}
|
11 |
+
|
12 |
+
.upload_button_div {
|
13 |
+
margin-bottom: 5px;
|
14 |
+
}
|
15 |
+
|
16 |
+
.upload-error {
|
17 |
+
float: left;
|
18 |
+
color: #666;
|
19 |
+
font-size: 10px;
|
20 |
+
font-weight: bold;
|
21 |
+
text-decoration: none;
|
22 |
+
text-shadow: 1px 1px 0 #FFFFFF;
|
23 |
+
margin: 0 10px 0 0;
|
24 |
+
padding: 3px 10px;
|
25 |
+
background: #FFDFEC;
|
26 |
+
-webkit-border-radius: 4px;
|
27 |
+
-moz-border-radius: 4px;
|
28 |
+
border-radius: 4px;
|
29 |
+
}
|
30 |
+
|
31 |
+
.reset-button {
|
32 |
+
font-family: Arial, Verdana, sans-serif;
|
33 |
+
float: left;
|
34 |
+
margin: 0;
|
35 |
+
color: #ef521d;
|
36 |
+
border-color: #bbb;
|
37 |
+
}
|
38 |
+
|
39 |
+
.redux-option-image {
|
40 |
+
max-height: 340px;
|
41 |
+
max-width: 340px;
|
42 |
+
padding: 5px;
|
43 |
+
margin-bottom: 0;
|
44 |
+
margin-top: 10px;
|
45 |
+
margin-right: 15px;
|
46 |
+
border: 1px solid #e3e3e3;
|
47 |
+
background: #f7f7f7;
|
48 |
+
-moz-border-radius: 3px;
|
49 |
+
-khtml-border-radius: 3px;
|
50 |
+
-webkit-border-radius: 3px;
|
51 |
+
border-radius: 3px;
|
52 |
+
}
|
53 |
+
|
54 |
+
.redux-main .upload {
|
55 |
+
width: 80% !important;
|
56 |
+
}
|
57 |
+
|
58 |
+
.button {
|
59 |
+
margin-top: 2px;
|
60 |
+
}
|
61 |
+
}
|
options/redux-framework/assets/css/redux-admin.css
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.spinner{visibility:hidden;display:block}.spinner.is-active{visibility:visible}.redux-main .description{margin-top:7px}.form-table>tbody>tr>th{width:30%}.redux-container{background-color:#f5f5f5;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f5f5f5));background-image:-webkit-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-ms-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-o-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);background-image:-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);border:1px solid #dedede;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.04);box-shadow:0 1px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.4);margin-top:5px;overflow:hidden}.redux-container a:focus{box-shadow:none}.redux-container #redux-header,.redux-container #redux-footer{text-align:right;padding:6px 10px}.redux-container #redux-header{background:#f1f1f1;border-bottom:3px solid blue}.redux-container #redux-header .display_header{float:left;margin:20px 10px}.redux-container #redux-header .display_header h2{display:inline-block;font-style:normal;padding-right:5px}.redux-container #redux-header .display_header .redux-dev-mode-notice-container{position:absolute;top:67px;left:20px;bottom:auto;width:auto}.redux-container #redux-header .display_header span{color:#888}.redux-container #redux-header .display_header span.redux-dev-mode-notice{background-color:#f0ad4e;display:inline;padding:.2em .5em .2em;font-weight:700;line-height:1;color:#fff !important;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.redux-container #redux-header .icon32{float:right;margin:16px 16px 0}.redux-container #redux-footer{border-top:1px solid #E7E7E7;z-index:999}.redux-container #redux-footer #redux-share{float:left;line-height:28px;font-size:15px}.redux-container #redux-footer #redux-share a{text-decoration:none;margin-right:10px}.redux-container #redux-footer #redux-share a img{margin-bottom:-3px}.redux-container .notice-green{margin:0;border-bottom:1px solid #E7E7E7;background-color:#DFF0D8;color:#468847;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-blue{margin:0;border-bottom:1px solid #BCE8F1;background-color:#D9EDF7;color:#3A87AD;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-yellow{margin:0;border-bottom:1px solid #E7E7E7;background-color:#FCF8E3;color:#C09853;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-red,.redux-container .redux-field-errors{margin:0;border-bottom:1px solid #E7E7E7;background-color:#F2DEDE;color:#B94A48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .redux-field-error input,.redux-container .redux-field-error textarea,.redux-container .redux-field-error checkbox{background-color:#FFF6F6;color:#A00}.redux-container .redux-field-warning input,.redux-container .redux-field-warning textarea,.redux-container .redux-field-warning checkbox{background-color:#fcf8e3;color:#444}.redux-container .redux-field-errors,.redux-container .redux-field-warnings,.redux-container .redux-save-warn{display:none}.redux-container .sticky-save-warn{min-height:76px}.redux-container .sticky-save-warn .redux-save-warn{position:fixed;top:32px;right:21px;left:183px;opacity:1;z-index:9999}.redux-container #info_bar{background:#f3f3f3;border-bottom:1px solid #dedede;padding:6px 10px 6px 6px;text-align:right;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc}.redux-container .redux-group-tab{display:none;margin-bottom:15px}.redux-container .redux-group-tab .redux-theme-data{padding:20px 0;border-top:1px solid #E7E7E7}.redux-container .redux-group-tab .redux-theme-data.theme-description{padding:10px 0;border-width:0}.redux-container .redux-group-tab .redux-theme-data.theme-uri,.redux-container .redux-group-tab .redux-theme-data.theme-author,.redux-container .redux-group-tab .redux-theme-data.theme-version{padding:0;border-width:0}.redux-container .redux-group-tab h3{margin-top:0;line-height:2em;border-bottom:1px solid #E7E7E7}.redux-container .redux-group-tab .redux-section-desc{margin-bottom:15px;color:#666}.redux-container .redux-action_bar{float:right}.redux-container .redux-action_bar .spinner{float:left;margin-top:4px}.redux-container .redux-ajax-loading{display:none;background:red url(data:image/gif;base64,R0lGODlhEAAQAPUAAIiIiIqKio2NjZSUlJqamp6enqKioqSkpK+vr7i4uL+/v8PDw8XFxcnJyc/Pz9HR0dTU1NjY2Nzc3OLi4ubm5unp6ezs7PPz88vLy83NzdDQ0NXV1d3d3eHh4bu7u8zMzOvr6+3t7ZiYmNbW1sDAwMTExNra2s7OztPT09vb2+Xl5QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEAAoA/wAsAAAAABAAEAAABXDgJY6XZZEoOTnOlI5WdUFNA5UnSR3FJNUSieFAIUUEgcdl4noEBBGSZaHIiSqKhTX2GhVFiQGjuxgkSoYAoosAGE6RhKQrUURHlS+pItMVCHMjEgQ9JBJISg+JT3ciFg4NFkcCNw0OViiDgF0oTC8hACH5BAAKAP8ALAAAAAAQABAAAAVx4CWOZGle1qJYp2hV1xYE29V1JXUYHWUcnQgGwyFFBAENiqUZ1kapFamTyeBcsNOLMkoMGC3GIIEyBBAtRMDAiiSKp04iQqpwc9kRpUCAizgEBVciEQNJFxpKGgECdFAYYBsCAjUMGS0XgAODmDacIyEAIfkEAAoA/wAsAAAAABAAEAAABnbAi3BILBovIMUidBSGQJdNIKBBMomUg6FDMRgoHcOBQowIqNaLJiCIEEMLxdWpnIfITRAHnxgwjiEfDR8UIQYBCEcgDYwdUR6ORxEfG3MgeFiFRB0FBBxEHAQFkUJmaBofamxuRB9/GwICGxeMTRehnrabpERBACH5BAAKAP8ALAAAAAAQABAAAAZ9wItwSCwaL5aFwnIUWiqXUSAwulSYRMrB0KEYDJSO4UAhRgQBDZLpCAgixOSSWFEssEho81IWJgYMTQwDCUgGAQhNCAEGTCMJHU0dCXBDFX1DFhwdeHwFIhxmGBihQxEDaRcOGhYao1WZGIFnAiMUDg6YRR0ioE57Fx2RRkEAIfkEAAoA/wAsAAAAABAAEAAABXLgJY5kaV7WolinaLGQEEBXxZLUUUyUYVATw4FCisg0NZYmIIiQUosKqaJY3FDS1oUoSgwYrcUggTIAEC1EwMCKJCatSYI2qnBx2dGkQOCQOAQFdxdGARoVGhCITE4kGBgWEI8QFgwYWhGTWiMWERFXIyEAIfkEAAoA/wAsAAAAABAAEAAABn/Ai3BILBovloXCchRaKpdRIDC6VJhEysHQoRgMlI7hQCFGBAENkukICCLE5JJYUSywSGjzUhYmBgxNDAMJSAYBCE0IAAZMEQkdTRwKVUMcHHhCFXpDERgYcJYEBZFDI58aFhoOFxpuoUIUGhoUZwJVGA6ZaxccBAQce0QdpUVBACH5BAAKAP8ALAAAAAAQABAAAAZ8wItwSCwaLyEFKXQUhioXSCAAuVSYRMrB0KEYDJSO4UAhmgQBDZKpCQhMxFBJgRVWlFkOtElhUj4NH3VEJQMJFx0NintFCAEGISEQH3BHHR5VThVlRRSMQh0FBBxEHAQFnEJnaRcfHxdtb0WKIWcCVSUNTYgEo7tEHR1HQQAh+QQACgD/ACwAAAAAEAAQAAAGdcCLcEgsGi8hhSJ0FHY6l1EgMLqAmEROo5HqGAwqL5g42qKsoAsqIEgRVacTdAhSLLBI1bWpwiYGDE0MAwlIBgEITQgBBkwjCRxNHQlVdCpGekUqBQSRQxwEBZdDKQIBZ3FqbG5EDYEjpikhW3hFoJ1NRU9HQQA7) no-repeat;width:16px;height:16px;margin:3px 4px 0;float:right}.redux-container #redux-intro-text{background:#f3f3f3;border-bottom:1px solid #dedede;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc;padding:3px;padding:10px 10px}.redux-container #redux-intro-text p{margin:0;font-family:"Lucida Grande", Sans-serif;color:#888}.redux-container .expand_options{cursor:pointer;display:block;height:22px;width:21px;float:left;font-size:0;text-indent:-9999px;margin:1px 0 0 5px;border:1px solid #bbb;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAIAAAAm4OfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrslT0KhDAQhTeLR7ATT6IXSKGFYO0lciFrO1N4AU8TLNXKv0CaJbLJRAZxl1hYyJuXN+PoR/Z9fyFdBNNr27Zf8Oq6bhgGSGUYhpTSzyeBNi8hRFVVEK+6rrXaQFOs6yrvTdOYjcqyVEpTLqXI89yaSypBudq2xckF2TipOSvfmmhZFuAGnJV6Licvey5gj7fnwpwXvEfLfqnT0jQ1OBJCQLnUBvZ9b85VFAV076UU8g1ZckVRxBiDzD6OY62WzPOM9i+cpunvvcZxfCQfPWs9a91Ym2UZ5xyHtd/e8hXWng+/zlrD9jmz1tDj7bkw5wXv0Y210itJEs9az9oHsPYQYACveK0/IuB51AAAAABJRU5ErkJggg==) no-repeat -2px -26px}.redux-container .expand_options.expanded{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAIAAAAm4OfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrslT0KhDAQhTeLR7ATT6IXSKGFYO0lciFrO1N4AU8TLNXKv0CaJbLJRAZxl1hYyJuXN+PoR/Z9fyFdBNNr27Zf8Oq6bhgGSGUYhpTSzyeBNi8hRFVVEK+6rrXaQFOs6yrvTdOYjcqyVEpTLqXI89yaSypBudq2xckF2TipOSvfmmhZFuAGnJV6Licvey5gj7fnwpwXvEfLfqnT0jQ1OBJCQLnUBvZ9b85VFAV076UU8g1ZckVRxBiDzD6OY62WzPOM9i+cpunvvcZxfCQfPWs9a91Ym2UZ5xyHtd/e8hXWng+/zlrD9jmz1tDj7bkw5wXv0Y210itJEs9az9oHsPYQYACveK0/IuB51AAAAABJRU5ErkJggg==) no-repeat -2px -1px}.redux-container .expand_options:hover{border-color:#888}.redux-container .sticky-footer-fixed{background:#f3f3f3;border-top:1px solid #dedede !important;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc}.redux-container .redux-sidebar,.redux-container .redux-main{min-height:300px}.no-js{border:1px solid #ffbaba;margin:0;border-bottom:1px solid #E7E7E7;background-color:#F2DEDE;color:#B94A48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-main{background:#FCFCFC;margin-left:201px;border-left:1px solid #D8D8D8;padding:10px 20px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #FFF;box-shadow:inset 0 1px 0 #FFF;position:relative}.redux-main #redux_ajax_overlay{position:absolute;top:0;left:0;right:0;bottom:0;-moz-opacity:0.10;-khtml-opacity:0.10;opacity:0.10;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);filter:alpha(opacity=10);background:#000;z-index:200;display:none}.redux-main .form-table.no-border{border-top:none}.redux-main .form-table tr{border-bottom:1px solid #E7E7E7}.redux-main .form-table tr:last-child{border-bottom:none !important}.redux-main .form-table tr th,.redux-main .form-table tr td{color:#333}.redux-main .form-table tr td table.mceLayout,.redux-main .form-table tr td table.mceLayout tr,.redux-main .form-table tr td table.mceLayout tr td{padding:0;border-width:0}.redux-main .form-table tr td .redux-th-warning{font-size:1em;color:#C09853;font-weight:normal;display:block;margin-top:10px}.redux-main .form-table tr td .redux-field-warning{border-color:#C09853;margin-top:10px}.redux-main .form-table tr td .redux-th-error{font-size:1em;color:#B94A48;font-weight:normal;display:block;margin-top:10px}.redux-main input.large-text{width:100%}.redux-main .hide{display:none}.redux-main .redux-field-container{padding:20px 0}.redux-main .mini,.redux-main input[type=text].mini{width:60px;text-align:center}.redux-main input{line-height:19px}.redux-main img{max-width:100%;height:auto;width:auto !important}.redux-main .select2-default{width:auto !important}.redux-main .showDefaults{display:block;font-weight:normal;font-size:.8em;color:#888}.redux-main span.description{display:block;font-style:normal;font-weight:400}.redux-main #redux-system-info textarea{min-height:730px;width:100%}.redux-main .field-desc{clear:both;font-size:13px}.redux-main .data-full li{width:100%}.redux-main .data-half li{width:50%;float:left}.redux-main .data-third li{width:33.3%;float:left}.redux-main .data-quarter li{width:25%;float:left}.redux-main .ui-helper-hidden-accessible{top:inherit}.redux-main .form-table{clear:none;margin-top:0px !important}.redux-main .form-table tr:first-child th,.redux-main .form-table tr:first-child td{padding-top:0}.redux-main .input-append input{border-right:0;margin-bottom:0;border-top-right-radius:0;border-bottom-right-radius:0;margin-right:0;float:left;margin-top:0;display:block}.redux-main .input-append .add-on{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-left:-2px;padding-top:4px !important;padding-bottom:2px !important}.redux-main .input-prepend input{border-left:0;margin-bottom:0;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0;padding-top:2px;padding-bottom:5px;float:left;margin-top:0;display:block}.redux-main .input-prepend .add-on{border-top-left-radius:3px;border-bottom-left-radius:3px;float:left}.redux-main .input-append{margin-right:10px;font-size:0;white-space:nowrap;float:left;display:inline-block;margin-bottom:6px}.redux-main .input-append .add-on,.redux-main .input-prepend .add-on{width:auto;display:inline-block;min-width:16px;padding:3px 4px;font-size:12px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #ffffff;background-color:#eeeeee;border:1px solid #cccccc}.redux-main .input-prepend{font-size:0;white-space:nowrap;float:left;display:inline-block;margin-bottom:6px}.redux-sidebar{width:202px;float:left}.redux-sidebar .redux-group-menu{margin-top:0 !important}.redux-sidebar .redux-group-menu li{margin-top:0}.redux-sidebar .redux-group-menu li.active a,.redux-sidebar .redux-group-menu li.active a:hover,.redux-sidebar .redux-group-menu li.activeChild a,.redux-sidebar .redux-group-menu li.activeChild a:hover{background:#FCFCFC;color:#269ad6;width:184px;opacity:1}.redux-sidebar .redux-group-menu li.active a li a{background:#333;padding-left:5px}.redux-sidebar .redux-group-menu li.divide{padding:0;border-width:1px 0;border-style:solid;border-bottom-color:#E7E7E7;border-top-color:#F9F9F9}.redux-sidebar .redux-group-menu li a:first-child{border-top:none}.redux-sidebar .redux-group-menu li a{display:block;padding:10px 4px 10px 14px;background:#e0e0e0;background:transparent;border-width:1px 0;border-style:solid;border-bottom-color:#E7E7E7;border-top-color:#F9F9F9;opacity:0.7;color:#555;font-weight:600;text-decoration:none;-webkit-transition:none;transition:none}.redux-sidebar .redux-group-menu li a.custom-tab{background:#f6f6f6}.redux-sidebar .redux-group-menu li a img{width:16px;height:16px;position:absolute;left:15px}.redux-sidebar .redux-group-menu li a:hover{background:#e5e5e5;color:#777;opacity:1}.redux-sidebar .redux-menu-warning,.redux-sidebar .redux-menu-error,.redux-sidebar .hasSubSections .extraIconSubsections{display:inline-block;float:right;padding:6px 7px 4px 7px;margin-left:4px;font-family:sans-serif;font-size:9px;font-weight:600;line-height:9px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent}.redux-sidebar .redux-menu-warning i,.redux-sidebar .redux-menu-error i,.redux-sidebar .hasSubSections .extraIconSubsections i{margin-left:-3px;margin-top:-3px}.redux-sidebar .redux-menu-error{background-color:#b94a48;color:#f2dede}.redux-sidebar .redux-menu-warning{background-color:#C09853;color:#FCF8E3}.redux-sidebar ul .subsection{display:none}.redux-sidebar .redux-group-tab-link-a{position:relative;outline:0}.redux-sidebar .redux-group-tab-link-a i{vertical-align:middle;font-size:1.35em;position:absolute}.redux-sidebar .redux-group-tab-link-a span{display:block}.redux-sidebar .redux-group-tab-link-a span.group_title{padding-left:30px}.redux-sidebar .redux-group-tab-link-li a.hasError span.group_title{padding-right:25px}.redux-sidebar #redux-header{text-align:center}.redux-sidebar #redux-header .display_header{float:none}.form-table th,.form-table td{margin:0;padding:0;width:auto}.redux_field_th{font-weight:600;padding:20px 10px 20px 0px;display:block}.redux_field_th span:first-child{font-weight:normal;display:block;color:#666}.farb-popup-wrapper{position:relative;display:block}.farb-popup{position:absolute;left:40px;top:40px;background-color:white;border:1px solid #222;padding:5px;z-index:100}#ui-datepicker-div{display:none}.mp6 .icon-themes{display:none}.mp6 .redux-container #info_bar{padding:6px 10px 6px 6px}.mp6 .redux-container #info_bar a{margin-top:2px}.redux-timer{text-align:center;font-size:10px;color:#888}.wrap{margin-top:0}@media screen and (max-width: 600px){.redux-sidebar{width:44px}.redux-sidebar .extraIconSubsections{display:none !important}.redux-sidebar .redux-group-menu li a,.redux-sidebar .redux-group-menu li a:hover,.redux-sidebar .redux-group-menu li.active a,.redux-sidebar .redux-group-menu li.active a:hover,.redux-sidebar .redux-group-menu li.activeChild a,.redux-sidebar .redux-group-menu li.activeChild a:hover{width:auto}.redux-sidebar .redux-group-tab-link-a{position:relative}.redux-sidebar .redux-group-tab-link-a i{position:inherit}.redux-sidebar .redux-group-tab-link-a span{display:none;position:absolute;top:0;left:44px;padding:12px;width:200px;background:#eeeeee;border:1px solid #ccc;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.2);-moz-box-shadow:2px 2px 8px rgba(0,0,0,0.2);box-shadow:2px 2px 8px rgba(0,0,0,0.2);border-width:1px 1px 1px 0px;z-index:3}.redux-sidebar .redux-group-tab-link-a:hover>span{display:block}.redux-main{margin-left:43px;width:auto;max-width:100%}table.form-table,.form-table>thead,.form-table>tbody,.form-table>tbody>tr>th,.form-table>tbody>tr>td,.form-table>tbody>tr{display:block;width:100% !important;padding:0px !important}.form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important}.form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important}}@media screen and (max-width: 782px){.form-table>tbody>tr>th{width:100%}.redux_field_th{padding-bottom:0}.mp6 .redux-container #info_bar{height:auto;padding-bottom:1px}.mp6 .redux-container #info_bar a{margin-top:5px}.redux-container-switch label{padding:5px 10px !important}.redux-container-button_set label{padding:12px 10px}.redux-container #redux-footer #redux-share{line-height:34px}}pre{overflow:hidden}#redux-header h2{color:#fff}.admin-color-fresh .button.ui-datepicker-current,.admin-color-fresh button.ui-datepicker-close,.wp-customizer .button.ui-datepicker-current,.wp-customizer button.ui-datepicker-close{background-color:#007db9 !important}.admin-color-fresh .ui-datepicker-buttonpane button.ui-datepicker-current,.wp-customizer .ui-datepicker-buttonpane button.ui-datepicker-current{background:#1e8cbe !important;color:white !important;border:1px solid #104b66 !important}.admin-color-fresh .ui-datepicker-header .ui-icon,.wp-customizer .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-fresh .ui-datepicker-header,.wp-customizer .ui-datepicker-header{background-color:#23282d !important;color:white !important}.admin-color-fresh .ui-datepicker td .ui-state-active,.wp-customizer .ui-datepicker td .ui-state-active{background-color:#007db9 !important;color:white !important}.admin-color-fresh .ui-datepicker td .ui-state-hover,.wp-customizer .ui-datepicker td .ui-state-hover{color:#007db9 !important}.admin-color-fresh .ui-datepicker td .ui-state-highlight,.wp-customizer .ui-datepicker td .ui-state-highlight{background:#0073aa !important;border:1px solid #23282d !important;color:white !important}.admin-color-fresh .redux-container-switch .cb-disable,.admin-color-fresh .redux-container-switch .cb-enable,.admin-color-fresh .ui-state-default,.admin-color-fresh .ui-widget-content .ui-state-default,.admin-color-fresh .ui-widget-header .ui-state-default,.wp-customizer .redux-container-switch .cb-disable,.wp-customizer .redux-container-switch .cb-enable,.wp-customizer .ui-state-default,.wp-customizer .ui-widget-content .ui-state-default,.wp-customizer .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-fresh .ui-datepicker td .ui-state-active,.wp-customizer .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-fresh .redux-container-switch .cb-disable.selected,.wp-customizer .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-fresh .redux-container-switch .cb-enable.selected,.admin-color-fresh .redux-field-container .ui-buttonset .ui-state-active,.wp-customizer .redux-container-switch .cb-enable.selected,.wp-customizer .redux-field-container .ui-buttonset .ui-state-active{background-color:#0073aa !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#008bce), to(#0073aa)) !important;background-image:-moz-linear-gradient(top, #008bce, #0073aa) !important;background-image:-ms-linear-gradient(top, #008bce, #0073aa) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #008bce), color-stop(100%, #0073aa)) !important;background-image:-webkit-linear-gradient(top, #008bce, #0073aa) !important;background-image:-o-linear-gradient(top, #008bce, #0073aa) !important;background-image:-linear-gradient(top, #008bce, #0073aa) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bce', endColorstr='#0073aa', GradientType=0) !important;border-color:#003f5d !important;border-color:#005077 !important;-webkit-box-shadow:inset 0 1px 0 #00a7f6,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #00a7f6,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-fresh #redux-header,.wp-customizer #redux-header{background:#23282d;border-color:#0073aa}.admin-color-fresh #redux-header .display_header span,.wp-customizer #redux-header .display_header span{color:#a0a5aa}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;float:right;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild,.wp-customizer .redux-sidebar .redux-group-menu li.active,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-fresh .redux-sidebar .redux-group-menu li.active a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a,.wp-customizer .redux-sidebar .redux-group-menu li.active a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild a{color:#23282d}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#1e8cbe;background:#0d0e10}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#0073aa}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#23282d}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#a0a5aa;text-shadow:1px 1px #54595d}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#23282d;text-shadow:none}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#0073aa;text-shadow:1px 1px #002e44}.admin-color-fresh .redux-container-image_select .redux-image-select-selected img,.wp-customizer .redux-container-image_select .redux-image-select-selected img{border-color:#0073aa}.admin-color-fresh #redux-footer #redux-share a,.wp-customizer #redux-footer #redux-share a{color:#0073aa}.admin-color-fresh #redux-footer #redux-share a:hover,.wp-customizer #redux-footer #redux-share a:hover{color:#002e44}.admin-color-fresh .select2-results .select2-highlighted,.wp-customizer .select2-results .select2-highlighted{background:#0073aa}.admin-color-fresh .select2-drop-active,.admin-color-fresh .select2-container-multi.select2-container-active .select2-choices,.admin-color-fresh .select2-drop.select2-drop-above.select2-drop-active,.admin-color-fresh .select2-container-active .select2-choice,.admin-color-fresh .select2-container-active .select2-choices,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choices,.wp-customizer .select2-drop-active,.wp-customizer .select2-container-multi.select2-container-active .select2-choices,.wp-customizer .select2-drop.select2-drop-above.select2-drop-active,.wp-customizer .select2-container-active .select2-choice,.wp-customizer .select2-container-active .select2-choices,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choice,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#0073aa}.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choices,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choice,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-fresh .noUi-connect,.wp-customizer .noUi-connect{background-color:#007db9 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#0095dd), to(#007db9)) !important;background-image:-moz-linear-gradient(top, #0095dd, #007db9) !important;background-image:-ms-linear-gradient(top, #0095dd, #007db9) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095dd), color-stop(100%, #007db9)) !important;background-image:-webkit-linear-gradient(top, #0095dd, #007db9) !important;background-image:-o-linear-gradient(top, #0095dd, #007db9) !important;background-image:-linear-gradient(top, #0095dd, #007db9) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095dd', endColorstr='#007db9', GradientType=0) !important}.admin-color-light .button.ui-datepicker-current,.admin-color-light button.ui-datepicker-close{background-color:#04b0db !important}.admin-color-light .ui-datepicker-buttonpane button.ui-datepicker-current{background:#0384a4 !important;color:white !important;border:1px solid #013340 !important}.admin-color-light .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-light .ui-datepicker-header{background-color:#888 !important;color:white !important}.admin-color-light .ui-datepicker td .ui-state-active{background-color:#04b0db !important;color:white !important}.admin-color-light .ui-datepicker td .ui-state-hover{color:#04b0db !important}.admin-color-light .ui-datepicker td .ui-state-highlight{background:#04a4cc !important;border:1px solid #888 !important;color:white !important}.admin-color-light .redux-container-switch .cb-disable,.admin-color-light .redux-container-switch .cb-enable,.admin-color-light .ui-state-default,.admin-color-light .ui-widget-content .ui-state-default,.admin-color-light .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-light .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-light .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-light .redux-container-switch .cb-enable.selected,.admin-color-light .redux-field-container .ui-buttonset .ui-state-active{background-color:#04a4cc !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#05c0ef), to(#04a4cc)) !important;background-image:-moz-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-ms-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #05c0ef), color-stop(100%, #04a4cc)) !important;background-image:-webkit-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-o-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-linear-gradient(top, #05c0ef, #04a4cc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#05c0ef', endColorstr='#04a4cc', GradientType=0) !important;border-color:#036881 !important;border-color:#037c9a !important;-webkit-box-shadow:inset 0 1px 0 #22cffb,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #22cffb,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-light #redux-header{background:#888;border-color:#04a4cc}.admin-color-light #redux-header .display_header span{color:#e6e6e6}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;float:right;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-light .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-light .redux-sidebar .redux-group-menu li.active,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-light .redux-sidebar .redux-group-menu li.active a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild a{color:#888}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#0384a4;background:#6f6f6f}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#04a4cc}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#888}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#e6e6e6;text-shadow:1px 1px #9a9a9a}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#888;text-shadow:none}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#04a4cc;text-shadow:1px 1px #025468}.admin-color-light .redux-container-image_select .redux-image-select-selected img{border-color:#04a4cc}.admin-color-light #redux-footer #redux-share a{color:#04a4cc}.admin-color-light #redux-footer #redux-share a:hover{color:#025468}.admin-color-light .select2-results .select2-highlighted{background:#04a4cc}.admin-color-light .select2-drop-active,.admin-color-light .select2-container-multi.select2-container-active .select2-choices,.admin-color-light .select2-drop.select2-drop-above.select2-drop-active,.admin-color-light .select2-container-active .select2-choice,.admin-color-light .select2-container-active .select2-choices,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#04a4cc}.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-light .noUi-connect{background-color:#04b0db !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#09cafa), to(#04b0db)) !important;background-image:-moz-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-ms-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #09cafa), color-stop(100%, #04b0db)) !important;background-image:-webkit-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-o-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-linear-gradient(top, #09cafa, #04b0db) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09cafa', endColorstr='#04b0db', GradientType=0) !important}.admin-color-blue .button.ui-datepicker-current,.admin-color-blue button.ui-datepicker-close{background-color:#509dba !important}.admin-color-blue .ui-datepicker-buttonpane button.ui-datepicker-current{background:#db9825 !important;color:white !important;border:1px solid #845c16 !important}.admin-color-blue .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-blue .ui-datepicker-header{background-color:#096484 !important;color:white !important}.admin-color-blue .ui-datepicker td .ui-state-active{background-color:#509dba !important;color:white !important}.admin-color-blue .ui-datepicker td .ui-state-hover{color:#509dba !important}.admin-color-blue .ui-datepicker td .ui-state-highlight{background:#4796b3 !important;border:1px solid #096484 !important;color:white !important}.admin-color-blue .redux-container-switch .cb-disable,.admin-color-blue .redux-container-switch .cb-enable,.admin-color-blue .ui-state-default,.admin-color-blue .ui-widget-content .ui-state-default,.admin-color-blue .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-blue .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-blue .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-blue .redux-container-switch .cb-enable.selected,.admin-color-blue .redux-field-container .ui-buttonset .ui-state-active{background-color:#4796b3 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#5ea5bf), to(#4796b3)) !important;background-image:-moz-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-ms-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ea5bf), color-stop(100%, #4796b3)) !important;background-image:-webkit-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-o-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-linear-gradient(top, #5ea5bf, #4796b3) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea5bf', endColorstr='#4796b3', GradientType=0) !important;border-color:#31687c !important;border-color:#39778e !important;-webkit-box-shadow:inset 0 1px 0 #7cb6cb,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #7cb6cb,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-blue #redux-header{background:#096484;border-color:#4796b3}.admin-color-blue #redux-header .display_header span{color:#e2ecf1}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;float:right;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-blue .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-blue .redux-sidebar .redux-group-menu li.active,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-blue .redux-sidebar .redux-group-menu li.active a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild a{color:#096484}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#db9825;background:#064054}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#4796b3}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#096484}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#e2ecf1;text-shadow:1px 1px #7ba8bf}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#096484;text-shadow:none}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#4796b3;text-shadow:1px 1px #2a596a}.admin-color-blue .redux-container-image_select .redux-image-select-selected img{border-color:#4796b3}.admin-color-blue #redux-footer #redux-share a{color:#4796b3}.admin-color-blue #redux-footer #redux-share a:hover{color:#2a596a}.admin-color-blue .select2-results .select2-highlighted{background:#4796b3}.admin-color-blue .select2-drop-active,.admin-color-blue .select2-container-multi.select2-container-active .select2-choices,.admin-color-blue .select2-drop.select2-drop-above.select2-drop-active,.admin-color-blue .select2-container-active .select2-choice,.admin-color-blue .select2-container-active .select2-choices,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#4796b3}.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-blue .noUi-connect{background-color:#509dba !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#69abc4), to(#509dba)) !important;background-image:-moz-linear-gradient(top, #69abc4, #509dba) !important;background-image:-ms-linear-gradient(top, #69abc4, #509dba) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #69abc4), color-stop(100%, #509dba)) !important;background-image:-webkit-linear-gradient(top, #69abc4, #509dba) !important;background-image:-o-linear-gradient(top, #69abc4, #509dba) !important;background-image:-linear-gradient(top, #69abc4, #509dba) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#69abc4', endColorstr='#509dba', GradientType=0) !important}.admin-color-coffee .button.ui-datepicker-current,.admin-color-coffee button.ui-datepicker-close{background-color:#ccad93 !important}.admin-color-coffee .ui-datepicker-buttonpane button.ui-datepicker-current{background:#ba906d !important;color:white !important;border:1px solid #835d3e !important}.admin-color-coffee .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-coffee .ui-datepicker-header{background-color:#46403c !important;color:white !important}.admin-color-coffee .ui-datepicker td .ui-state-active{background-color:#ccad93 !important;color:white !important}.admin-color-coffee .ui-datepicker td .ui-state-hover{color:#ccad93 !important}.admin-color-coffee .ui-datepicker td .ui-state-highlight{background:#c7a589 !important;border:1px solid #46403c !important;color:white !important}.admin-color-coffee .redux-container-switch .cb-disable,.admin-color-coffee .redux-container-switch .cb-enable,.admin-color-coffee .ui-state-default,.admin-color-coffee .ui-widget-content .ui-state-default,.admin-color-coffee .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-coffee .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-coffee .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-coffee .redux-container-switch .cb-enable.selected,.admin-color-coffee .redux-field-container .ui-buttonset .ui-state-active{background-color:#c7a589 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#d2b7a1), to(#c7a589)) !important;background-image:-moz-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-ms-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2b7a1), color-stop(100%, #c7a589)) !important;background-image:-webkit-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-o-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-linear-gradient(top, #d2b7a1, #c7a589) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2b7a1', endColorstr='#c7a589', GradientType=0) !important;border-color:#ae7d55 !important;border-color:#b78b66 !important;-webkit-box-shadow:inset 0 1px 0 #e0cdbd,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #e0cdbd,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-coffee #redux-header{background:#46403c;border-color:#c7a589}.admin-color-coffee #redux-header .display_header span{color:#cdcbc9}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;float:right;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-coffee .redux-sidebar .redux-group-menu li.active a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild a{color:#46403c}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#ba906d;background:#2b2724}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#c7a589}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#46403c}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#cdcbc9;text-shadow:1px 1px #837e7a}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#46403c;text-shadow:none}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#c7a589;text-shadow:1px 1px #9f714b}.admin-color-coffee .redux-container-image_select .redux-image-select-selected img{border-color:#c7a589}.admin-color-coffee #redux-footer #redux-share a{color:#c7a589}.admin-color-coffee #redux-footer #redux-share a:hover{color:#9f714b}.admin-color-coffee .select2-results .select2-highlighted{background:#c7a589}.admin-color-coffee .select2-drop-active,.admin-color-coffee .select2-container-multi.select2-container-active .select2-choices,.admin-color-coffee .select2-drop.select2-drop-above.select2-drop-active,.admin-color-coffee .select2-container-active .select2-choice,.admin-color-coffee .select2-container-active .select2-choices,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#c7a589}.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-coffee .noUi-connect{background-color:#ccad93 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#d7bfac), to(#ccad93)) !important;background-image:-moz-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-ms-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7bfac), color-stop(100%, #ccad93)) !important;background-image:-webkit-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-o-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-linear-gradient(top, #d7bfac, #ccad93) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7bfac', endColorstr='#ccad93', GradientType=0) !important}.admin-color-ectoplasm .button.ui-datepicker-current,.admin-color-ectoplasm button.ui-datepicker-close{background-color:#a9bd4f !important}.admin-color-ectoplasm .ui-datepicker-buttonpane button.ui-datepicker-current{background:#89993a !important;color:white !important;border:1px solid #474f1e !important}.admin-color-ectoplasm .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-ectoplasm .ui-datepicker-header{background-color:#413256 !important;color:white !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-active{background-color:#a9bd4f !important;color:white !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-hover{color:#a9bd4f !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-highlight{background:#a3b745 !important;border:1px solid #413256 !important;color:white !important}.admin-color-ectoplasm .redux-container-switch .cb-disable,.admin-color-ectoplasm .redux-container-switch .cb-enable,.admin-color-ectoplasm .ui-state-default,.admin-color-ectoplasm .ui-widget-content .ui-state-default,.admin-color-ectoplasm .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-ectoplasm .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-ectoplasm .redux-container-switch .cb-enable.selected,.admin-color-ectoplasm .redux-field-container .ui-buttonset .ui-state-active{background-color:#a3b745 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b0c25e), to(#a3b745)) !important;background-image:-moz-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-ms-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0c25e), color-stop(100%, #a3b745)) !important;background-image:-webkit-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-o-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-linear-gradient(top, #b0c25e, #a3b745) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0c25e', endColorstr='#a3b745', GradientType=0) !important;border-color:#727f30 !important;border-color:#829237 !important;-webkit-box-shadow:inset 0 1px 0 #bfcd7b,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #bfcd7b,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-ectoplasm #redux-header{background:#413256;border-color:#a3b745}.admin-color-ectoplasm #redux-header .display_header span{color:#cbc5d3}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;float:right;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild a{color:#413256}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#89993a;background:#291f36}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#a3b745}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#413256}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#cbc5d3;text-shadow:1px 1px #7d6e91}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#413256;text-shadow:none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#a3b745;text-shadow:1px 1px #616d29}.admin-color-ectoplasm .redux-container-image_select .redux-image-select-selected img{border-color:#a3b745}.admin-color-ectoplasm #redux-footer #redux-share a{color:#a3b745}.admin-color-ectoplasm #redux-footer #redux-share a:hover{color:#616d29}.admin-color-ectoplasm .select2-results .select2-highlighted{background:#a3b745}.admin-color-ectoplasm .select2-drop-active,.admin-color-ectoplasm .select2-container-multi.select2-container-active .select2-choices,.admin-color-ectoplasm .select2-drop.select2-drop-above.select2-drop-active,.admin-color-ectoplasm .select2-container-active .select2-choice,.admin-color-ectoplasm .select2-container-active .select2-choices,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#a3b745}.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-ectoplasm .noUi-connect{background-color:#a9bd4f !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b6c669), to(#a9bd4f)) !important;background-image:-moz-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-ms-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6c669), color-stop(100%, #a9bd4f)) !important;background-image:-webkit-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-o-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-linear-gradient(top, #b6c669, #a9bd4f) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6c669', endColorstr='#a9bd4f', GradientType=0) !important}.admin-color-midnight .button.ui-datepicker-current,.admin-color-midnight button.ui-datepicker-close{background-color:#e35950 !important}.admin-color-midnight .ui-datepicker-buttonpane button.ui-datepicker-current{background:#d92c23 !important;color:white !important;border:1px solid #811a15 !important}.admin-color-midnight .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-midnight .ui-datepicker-header{background-color:#363b3f !important;color:white !important}.admin-color-midnight .ui-datepicker td .ui-state-active{background-color:#e35950 !important;color:white !important}.admin-color-midnight .ui-datepicker td .ui-state-hover{color:#e35950 !important}.admin-color-midnight .ui-datepicker td .ui-state-highlight{background:#e14d43 !important;border:1px solid #363b3f !important;color:white !important}.admin-color-midnight .redux-container-switch .cb-disable,.admin-color-midnight .redux-container-switch .cb-enable,.admin-color-midnight .ui-state-default,.admin-color-midnight .ui-widget-content .ui-state-default,.admin-color-midnight .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-midnight .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-midnight .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-midnight .redux-container-switch .cb-enable.selected,.admin-color-midnight .redux-field-container .ui-buttonset .ui-state-active{background-color:#e14d43 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e66a62), to(#e14d43)) !important;background-image:-moz-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-ms-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e66a62), color-stop(100%, #e14d43)) !important;background-image:-webkit-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-o-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-linear-gradient(top, #e66a62, #e14d43) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e66a62', endColorstr='#e14d43', GradientType=0) !important;border-color:#ba281e !important;border-color:#d02c21 !important;-webkit-box-shadow:inset 0 1px 0 #ec8b85,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #ec8b85,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-midnight #redux-header{background:#363b3f;border-color:#e14d43}.admin-color-midnight #redux-header .display_header span{color:#c2c4c5}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;float:right;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-midnight .redux-sidebar .redux-group-menu li.active a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild a{color:#363b3f}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#d92c23;background:#1e2124}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#e14d43}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#363b3f}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#c2c4c5;text-shadow:1px 1px #74787a}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#363b3f;text-shadow:none}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#e14d43;text-shadow:1px 1px #a4231a}.admin-color-midnight .redux-container-image_select .redux-image-select-selected img{border-color:#e14d43}.admin-color-midnight #redux-footer #redux-share a{color:#e14d43}.admin-color-midnight #redux-footer #redux-share a:hover{color:#a4231a}.admin-color-midnight .select2-results .select2-highlighted{background:#e14d43}.admin-color-midnight .select2-drop-active,.admin-color-midnight .select2-container-multi.select2-container-active .select2-choices,.admin-color-midnight .select2-drop.select2-drop-above.select2-drop-active,.admin-color-midnight .select2-container-active .select2-choice,.admin-color-midnight .select2-container-active .select2-choices,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#e14d43}.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-midnight .noUi-connect{background-color:#e35950 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e8776f), to(#e35950)) !important;background-image:-moz-linear-gradient(top, #e8776f, #e35950) !important;background-image:-ms-linear-gradient(top, #e8776f, #e35950) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8776f), color-stop(100%, #e35950)) !important;background-image:-webkit-linear-gradient(top, #e8776f, #e35950) !important;background-image:-o-linear-gradient(top, #e8776f, #e35950) !important;background-image:-linear-gradient(top, #e8776f, #e35950) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8776f', endColorstr='#e35950', GradientType=0) !important}.admin-color-ocean .button.ui-datepicker-current,.admin-color-ocean button.ui-datepicker-close{background-color:#a7c0a9 !important}.admin-color-ocean .ui-datepicker-buttonpane button.ui-datepicker-current{background:#86a988 !important;color:white !important;border:1px solid #547555 !important}.admin-color-ocean .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-ocean .ui-datepicker-header{background-color:#627c83 !important;color:white !important}.admin-color-ocean .ui-datepicker td .ui-state-active{background-color:#a7c0a9 !important;color:white !important}.admin-color-ocean .ui-datepicker td .ui-state-hover{color:#a7c0a9 !important}.admin-color-ocean .ui-datepicker td .ui-state-highlight{background:#9ebaa0 !important;border:1px solid #627c83 !important;color:white !important}.admin-color-ocean .redux-container-switch .cb-disable,.admin-color-ocean .redux-container-switch .cb-enable,.admin-color-ocean .ui-state-default,.admin-color-ocean .ui-widget-content .ui-state-default,.admin-color-ocean .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-ocean .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-ocean .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-ocean .redux-container-switch .cb-enable.selected,.admin-color-ocean .redux-field-container .ui-buttonset .ui-state-active{background-color:#9ebaa0 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b3c9b4), to(#9ebaa0)) !important;background-image:-moz-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-ms-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3c9b4), color-stop(100%, #9ebaa0)) !important;background-image:-webkit-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-o-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-linear-gradient(top, #b3c9b4, #9ebaa0) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3c9b4', endColorstr='#9ebaa0', GradientType=0) !important;border-color:#719a74 !important;border-color:#80a583 !important;-webkit-box-shadow:inset 0 1px 0 #cbdacc,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #cbdacc,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-ocean #redux-header{background:#627c83;border-color:#9ebaa0}.admin-color-ocean #redux-header .display_header span{color:#d5dddf}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;float:right;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-ocean .redux-sidebar .redux-group-menu li.active a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild a{color:#627c83}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#86a988;background:#4c6066}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#9ebaa0}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#627c83}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#d5dddf;text-shadow:1px 1px #7e979d}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#627c83;text-shadow:none}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#9ebaa0;text-shadow:1px 1px #658d68}.admin-color-ocean .redux-container-image_select .redux-image-select-selected img{border-color:#9ebaa0}.admin-color-ocean #redux-footer #redux-share a{color:#9ebaa0}.admin-color-ocean #redux-footer #redux-share a:hover{color:#658d68}.admin-color-ocean .select2-results .select2-highlighted{background:#9ebaa0}.admin-color-ocean .select2-drop-active,.admin-color-ocean .select2-container-multi.select2-container-active .select2-choices,.admin-color-ocean .select2-drop.select2-drop-above.select2-drop-active,.admin-color-ocean .select2-container-active .select2-choice,.admin-color-ocean .select2-container-active .select2-choices,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#9ebaa0}.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-ocean .noUi-connect{background-color:#a7c0a9 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#bccfbd), to(#a7c0a9)) !important;background-image:-moz-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-ms-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #bccfbd), color-stop(100%, #a7c0a9)) !important;background-image:-webkit-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-o-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-linear-gradient(top, #bccfbd, #a7c0a9) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bccfbd', endColorstr='#a7c0a9', GradientType=0) !important}.admin-color-sunrise .button.ui-datepicker-current,.admin-color-sunrise button.ui-datepicker-close{background-color:#df8a48 !important}.admin-color-sunrise .ui-datepicker-buttonpane button.ui-datepicker-current{background:#cc6c23 !important;color:white !important;border:1px solid #753e14 !important}.admin-color-sunrise .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-sunrise .ui-datepicker-header{background-color:#b43c38 !important;color:white !important}.admin-color-sunrise .ui-datepicker td .ui-state-active{background-color:#df8a48 !important;color:white !important}.admin-color-sunrise .ui-datepicker td .ui-state-hover{color:#df8a48 !important}.admin-color-sunrise .ui-datepicker td .ui-state-highlight{background:#dd823b !important;border:1px solid #b43c38 !important;color:white !important}.admin-color-sunrise .redux-container-switch .cb-disable,.admin-color-sunrise .redux-container-switch .cb-enable,.admin-color-sunrise .ui-state-default,.admin-color-sunrise .ui-widget-content .ui-state-default,.admin-color-sunrise .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-sunrise .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-sunrise .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-sunrise .redux-container-switch .cb-enable.selected,.admin-color-sunrise .redux-field-container .ui-buttonset .ui-state-active{background-color:#dd823b !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e29559), to(#dd823b)) !important;background-image:-moz-linear-gradient(top, #e29559, #dd823b) !important;background-image:-ms-linear-gradient(top, #e29559, #dd823b) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e29559), color-stop(100%, #dd823b)) !important;background-image:-webkit-linear-gradient(top, #e29559, #dd823b) !important;background-image:-o-linear-gradient(top, #e29559, #dd823b) !important;background-image:-linear-gradient(top, #e29559, #dd823b) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e29559', endColorstr='#dd823b', GradientType=0) !important;border-color:#ad5d1e !important;border-color:#c36922 !important;-webkit-box-shadow:inset 0 1px 0 #e8ac7c,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #e8ac7c,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-sunrise #redux-header{background:#b43c38;border-color:#dd823b}.admin-color-sunrise #redux-header .display_header span{color:#f0c8c6}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;float:right;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild a{color:#b43c38}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#cc6c23;background:#8d2f2c}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#dd823b}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#b43c38}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#f0c8c6;text-shadow:1px 1px #d0534d}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#b43c38;text-shadow:none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#dd823b;text-shadow:1px 1px #98511a}.admin-color-sunrise .redux-container-image_select .redux-image-select-selected img{border-color:#dd823b}.admin-color-sunrise #redux-footer #redux-share a{color:#dd823b}.admin-color-sunrise #redux-footer #redux-share a:hover{color:#98511a}.admin-color-sunrise .select2-results .select2-highlighted{background:#dd823b}.admin-color-sunrise .select2-drop-active,.admin-color-sunrise .select2-container-multi.select2-container-active .select2-choices,.admin-color-sunrise .select2-drop.select2-drop-above.select2-drop-active,.admin-color-sunrise .select2-container-active .select2-choice,.admin-color-sunrise .select2-container-active .select2-choices,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#dd823b}.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-sunrise .noUi-connect{background-color:#df8a48 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e59e66), to(#df8a48)) !important;background-image:-moz-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-ms-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59e66), color-stop(100%, #df8a48)) !important;background-image:-webkit-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-o-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-linear-gradient(top, #e59e66, #df8a48) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59e66', endColorstr='#df8a48', GradientType=0) !important}@media screen and (max-width: 600px){.redux-group-tab-link-a{min-height:15px}.redux-group-tab-link-a span{padding:11px 12px;color:#555;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;text-shadow:none !important}.redux-group-tab-link-a span:hover{background:#e5e5e5}}@media screen and (max-width: 782px){#redux-footer #redux-share{line-height:38px;font-size:18px}.sticky-save-warn .redux-save-warn{right:13px;top:46px}.redux-container .expand_options{margin-top:5px}.redux-action_bar input{margin-bottom:0 !important}}@media screen and (max-width: 600px){#redux-footer #redux-share,.redux-hint-qtip{display:none}.redux-container .redux-action_bar{float:none}}.redux-sidebar .icon-large,.redux-main .icon-large{background-image:inherit !important;width:inherit;height:inherit}.redux-main dd,.redux-main li,.redux-sidebar li{margin-bottom:0 !important}.fully-expanded .redux-sidebar{margin-left:-500px}.fully-expanded .redux-main{margin-left:0}.fully-expanded .redux-group-tab{display:block}@media screen and (max-width: 640px){#redux-defaults-section{display:none}}@media screen and (max-width: 730px){#redux-share{display:none}}@media screen and (max-width: 730px){#redux-defaults-section2{display:none}#redux-share{display:none}}@media screen and (max-width: 600px){.form-table>tbody>tr>th{padding-bottom:0 !important}.redux_field_th{padding-top:0;padding-bottom:0}.redux-main .redux-field-container{padding-top:0;padding-bottom:0}.redux-main .subsection a{min-height:15px}}@media screen and (min-width: 601px) and (max-width: 782px){.redux-container .sticky-save-warn .redux-save-warn{top:47px !important;right:13px !important}}@media screen and (max-width: 782px){.redux-main .form-table-section-indented input[type=text]{width:95% !important}.redux-main .redux-container-sortable input[type=text]{width:80%;display:initial}.redux-main .redux-typography-container .input_wrapper input.mini{font-size:16px !important;height:40px !important;padding:7px 10px !important;line-height:24px !important}.redux-main .redux-typography-container .picker-wrapper label{margin-top:16px !important}.redux-main .input-append{height:50px !important}.redux-main .input-append .add-on{font-size:16px;line-height:24px !important;padding:7px;height:32px !important;float:right;margin-top:-40px}.redux-main .redux-hint-qtip{float:left !important}.redux-main .redux-action_bar .button{margin-top:-1px}}@media screen and (max-width: 600px){.sticky-save-warn .redux-save-warn{top:0 !important;right:14px !important}}@media screen and (max-width: 570px){.redux-main .redux-container-sortable .checkbox-container{width:85%;padding-bottom:5px}.redux-main .redux-container-sortable .checkbox-container label{display:initial}}#redux-header{position:relative}.redux-main{position:relative}.redux-main #redux-sticky{min-height:32px;margin-left:-20px;margin-right:-20px;margin-top:-10px;margin-bottom:8px}.redux-main #redux-sticky #info_bar{height:32px}.redux-main #redux-sticky #info_bar .expand_options{margin-top:4px}.redux-main .redux_field_search{top:50px;right:5px}.redux-main #redux-footer-sticky{margin-left:-20px;margin-right:-20px;margin-bottom:-10px}.redux-qtip{z-index:999999 !important}.redux-main pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}
|
2 |
+
/* custom css */
|
3 |
+
.redux-container{
|
4 |
+
position: relative;
|
5 |
+
border-radius: 3px;
|
6 |
+
}
|
7 |
+
#redux-intro-text{
|
8 |
+
position: absolute;
|
9 |
+
right: 0;
|
10 |
+
top: 13px;
|
11 |
+
}
|
12 |
+
#redux-intro-text a{
|
13 |
+
text-decoration: none
|
14 |
+
}
|
15 |
+
.admin-color-fresh #redux-header, .wp-customizer #redux-header{
|
16 |
+
background: #303F9F
|
17 |
+
}
|
18 |
+
.redux-container #redux-header{
|
19 |
+
border: 0;
|
20 |
+
border-radius: 3px 3px 0px 0px
|
21 |
+
}
|
22 |
+
.redux-container #redux-header .display_header{
|
23 |
+
margin: 0 14px
|
24 |
+
}
|
25 |
+
.redux-container #redux-header .display_header .redux-dev-mode-notice-container{
|
26 |
+
position: relative;
|
27 |
+
top: 0;
|
28 |
+
float: right;
|
29 |
+
left: 20px;
|
30 |
+
bottom: auto;
|
31 |
+
width: auto;
|
32 |
+
margin-top: 17px;
|
33 |
+
}
|
34 |
+
#info_bar .redux-action_bar{
|
35 |
+
display: none
|
36 |
+
}
|
37 |
+
.redux-container #redux-intro-text{
|
38 |
+
text-align: right
|
39 |
+
}
|
40 |
+
.redux-container #redux-intro-text{
|
41 |
+
background: transparent;
|
42 |
+
border: 0;
|
43 |
+
margin-top: -1px;
|
44 |
+
color: #999;
|
45 |
+
right: 10px;
|
46 |
+
letter-spacing: 0.8px;
|
47 |
+
box-shadow: none;
|
48 |
+
}
|
49 |
+
.redux-container #redux-intro-text a{
|
50 |
+
color: #eee;
|
51 |
+
font-size: 10px
|
52 |
+
}
|
53 |
+
.redux-sidebar{
|
54 |
+
margin-top: -1px
|
55 |
+
}
|
56 |
+
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a, .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a{
|
57 |
+
background: rgba(48, 63, 159, 0.89)
|
58 |
+
}
|
59 |
+
.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a, .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{
|
60 |
+
background: rgba(48, 63, 159, 0.89)
|
61 |
+
}
|
62 |
+
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a, .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{
|
63 |
+
background: #fff;
|
64 |
+
text-shadow: none !important;
|
65 |
+
color: #444
|
66 |
+
}
|
67 |
+
.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a, .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{
|
68 |
+
background: #fff;
|
69 |
+
text-shadow: none !important;
|
70 |
+
color: #444
|
71 |
+
}
|
72 |
+
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover, .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover, .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover, .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{
|
73 |
+
background: rgba(48, 63, 159, 0.89);
|
74 |
+
color: #fff
|
75 |
+
}
|
76 |
+
.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a, .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{
|
77 |
+
background: #444;
|
78 |
+
color: #fff
|
79 |
+
}
|
80 |
+
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after, .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after, .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after, .wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after,
|
81 |
+
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a:after, .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{
|
82 |
+
display: none
|
83 |
+
}
|
84 |
+
.redux-sidebar .redux-group-menu li a:hover{
|
85 |
+
color: #444;
|
86 |
+
background: #fff
|
87 |
+
}
|
88 |
+
#redux_save{
|
89 |
+
margin-top: 2px;
|
90 |
+
background: #4452a7;
|
91 |
+
text-shadow: none;
|
92 |
+
border: 0;
|
93 |
+
border-radius: 0;
|
94 |
+
box-shadow: none;
|
95 |
+
padding: 14px 32px 28px 35px;
|
96 |
+
line-height: 1;
|
97 |
+
}
|
98 |
+
.redux-container #redux-footer #redux-share{
|
99 |
+
margin-top: 8px;
|
100 |
+
}
|
101 |
+
.admin-color-fresh #redux-footer #redux-share a, .wp-customizer #redux-footer #redux-share a{
|
102 |
+
color: #4452a7
|
103 |
+
}
|
104 |
+
.amp-faq strong{
|
105 |
+
color: #666;
|
106 |
+
margin-bottom: 5px;
|
107 |
+
margin-top: 5px;
|
108 |
+
}
|
options/redux-framework/assets/css/redux-admin.scss
ADDED
@@ -0,0 +1,1517 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.spinner {
|
2 |
+
visibility: hidden;
|
3 |
+
display: block;
|
4 |
+
}
|
5 |
+
.spinner.is-active{
|
6 |
+
visibility: visible;
|
7 |
+
}
|
8 |
+
|
9 |
+
.redux-main .description {
|
10 |
+
margin-top: 7px;
|
11 |
+
}
|
12 |
+
|
13 |
+
.form-table > tbody > tr > th {
|
14 |
+
width: 30%
|
15 |
+
}
|
16 |
+
|
17 |
+
.redux-container {
|
18 |
+
//font-family: "Open Sans","Lucida Grande", Sans-serif;
|
19 |
+
background-color: #f5f5f5; /* Old browsers */
|
20 |
+
background-repeat: repeat-x; /* Repeat the gradient */
|
21 |
+
background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* FF3.6+ */
|
22 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
|
23 |
+
background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* Chrome 10+,Safari 5.1+ */
|
24 |
+
background-image: -ms-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* IE10+ */
|
25 |
+
background-image: -o-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* Opera 11.10+ */
|
26 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
|
27 |
+
background-image: -linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* W3C */
|
28 |
+
border: 1px solid #dedede;
|
29 |
+
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
|
30 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
|
31 |
+
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
|
32 |
+
margin-top: 5px;
|
33 |
+
overflow: hidden;
|
34 |
+
|
35 |
+
a {
|
36 |
+
&:focus {
|
37 |
+
box-shadow: none;
|
38 |
+
}
|
39 |
+
}
|
40 |
+
|
41 |
+
#redux-header,
|
42 |
+
#redux-footer {
|
43 |
+
text-align: right;
|
44 |
+
padding: 6px 10px;
|
45 |
+
}
|
46 |
+
|
47 |
+
#redux-header {
|
48 |
+
background: #f1f1f1;
|
49 |
+
border-bottom: 3px solid blue;
|
50 |
+
|
51 |
+
.display_header {
|
52 |
+
float: left;
|
53 |
+
margin: 20px 10px;
|
54 |
+
|
55 |
+
h2 {
|
56 |
+
display: inline-block;
|
57 |
+
font-style: normal;
|
58 |
+
padding-right: 5px;
|
59 |
+
}
|
60 |
+
|
61 |
+
.redux-dev-mode-notice-container {
|
62 |
+
position: absolute;
|
63 |
+
top: 67px;
|
64 |
+
left: 20px;
|
65 |
+
bottom: auto;
|
66 |
+
width: auto;
|
67 |
+
}
|
68 |
+
|
69 |
+
span {
|
70 |
+
color: #888;
|
71 |
+
|
72 |
+
&.redux-dev-mode-notice {
|
73 |
+
//position: absolute;
|
74 |
+
background-color: #f0ad4e;
|
75 |
+
display: inline;
|
76 |
+
padding: .2em .5em .2em;
|
77 |
+
font-weight: 700;
|
78 |
+
line-height: 1;
|
79 |
+
color: #fff !important;
|
80 |
+
text-align: center;
|
81 |
+
white-space: nowrap;
|
82 |
+
vertical-align: baseline;
|
83 |
+
border-radius: .25em;
|
84 |
+
}
|
85 |
+
}
|
86 |
+
}
|
87 |
+
|
88 |
+
.icon32 {
|
89 |
+
float: right;
|
90 |
+
margin: 16px 16px 0;
|
91 |
+
}
|
92 |
+
}
|
93 |
+
|
94 |
+
#redux-footer {
|
95 |
+
border-top: 1px solid #E7E7E7;
|
96 |
+
z-index: 999;
|
97 |
+
|
98 |
+
#redux-share {
|
99 |
+
float: left;
|
100 |
+
line-height: 28px;
|
101 |
+
font-size: 15px;
|
102 |
+
|
103 |
+
a {
|
104 |
+
text-decoration: none;
|
105 |
+
margin-right: 10px;
|
106 |
+
|
107 |
+
img {
|
108 |
+
margin-bottom: -3px;
|
109 |
+
}
|
110 |
+
}
|
111 |
+
}
|
112 |
+
}
|
113 |
+
|
114 |
+
.notice-green {
|
115 |
+
margin: 0;
|
116 |
+
border-bottom: 1px solid #E7E7E7;
|
117 |
+
background-color: #DFF0D8;
|
118 |
+
color: #468847;
|
119 |
+
padding: 8px 35px 8px 14px;
|
120 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
121 |
+
}
|
122 |
+
|
123 |
+
.notice-blue {
|
124 |
+
margin: 0;
|
125 |
+
border-bottom: 1px solid #BCE8F1;
|
126 |
+
background-color: #D9EDF7;
|
127 |
+
color: #3A87AD;
|
128 |
+
padding: 8px 35px 8px 14px;
|
129 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
130 |
+
}
|
131 |
+
|
132 |
+
.notice-yellow {
|
133 |
+
margin: 0;
|
134 |
+
border-bottom: 1px solid #E7E7E7;
|
135 |
+
background-color: #FCF8E3;
|
136 |
+
color: #C09853;
|
137 |
+
padding: 8px 35px 8px 14px;
|
138 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
139 |
+
}
|
140 |
+
|
141 |
+
.notice-red,
|
142 |
+
.redux-field-errors {
|
143 |
+
margin: 0;
|
144 |
+
border-bottom: 1px solid #E7E7E7;
|
145 |
+
background-color: #F2DEDE;
|
146 |
+
color: #B94A48;
|
147 |
+
padding: 8px 35px 8px 14px;
|
148 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
149 |
+
}
|
150 |
+
|
151 |
+
.redux-field-error {
|
152 |
+
input, textarea, checkbox {
|
153 |
+
background-color: #FFF6F6;
|
154 |
+
color: #A00;
|
155 |
+
}
|
156 |
+
|
157 |
+
}
|
158 |
+
.redux-field-warning {
|
159 |
+
input, textarea, checkbox {
|
160 |
+
background-color: #fcf8e3;
|
161 |
+
color: #444;
|
162 |
+
}
|
163 |
+
}
|
164 |
+
|
165 |
+
.redux-field-errors,
|
166 |
+
.redux-field-warnings,
|
167 |
+
.redux-save-warn {
|
168 |
+
display: none;
|
169 |
+
}
|
170 |
+
|
171 |
+
.sticky-save-warn {
|
172 |
+
min-height: 76px;
|
173 |
+
|
174 |
+
.redux-save-warn {
|
175 |
+
position: fixed;
|
176 |
+
top: 32px;
|
177 |
+
right: 21px;
|
178 |
+
left: 183px;
|
179 |
+
opacity: 1;
|
180 |
+
z-index: 9999;
|
181 |
+
}
|
182 |
+
}
|
183 |
+
|
184 |
+
#info_bar {
|
185 |
+
background: #f3f3f3;
|
186 |
+
border-bottom: 1px solid #dedede;
|
187 |
+
padding: 6px 10px 6px 6px;
|
188 |
+
text-align: right;
|
189 |
+
-moz-box-shadow: inset 0 1px 0 #fcfcfc;
|
190 |
+
-webkit-box-shadow: inset 0 1px 0 #fcfcfc;
|
191 |
+
box-shadow: inset 0 1px 0 #fcfcfc;
|
192 |
+
}
|
193 |
+
|
194 |
+
.redux-group-tab {
|
195 |
+
display: none;
|
196 |
+
margin-bottom: 15px;
|
197 |
+
|
198 |
+
.redux-theme-data {
|
199 |
+
padding: 20px 0;
|
200 |
+
border-top: 1px solid #E7E7E7;
|
201 |
+
|
202 |
+
&.theme-description {
|
203 |
+
padding: 10px 0;
|
204 |
+
border-width: 0;
|
205 |
+
}
|
206 |
+
|
207 |
+
&.theme-uri,
|
208 |
+
&.theme-author,
|
209 |
+
&.theme-version {
|
210 |
+
padding: 0;
|
211 |
+
border-width: 0;
|
212 |
+
}
|
213 |
+
}
|
214 |
+
|
215 |
+
h3 {
|
216 |
+
margin-top: 0;
|
217 |
+
line-height: 2em;
|
218 |
+
border-bottom: 1px solid #E7E7E7;
|
219 |
+
}
|
220 |
+
|
221 |
+
.redux-section-desc {
|
222 |
+
margin-bottom: 15px;
|
223 |
+
color: #666;
|
224 |
+
}
|
225 |
+
}
|
226 |
+
|
227 |
+
.redux-action_bar {
|
228 |
+
float: right;
|
229 |
+
.spinner {
|
230 |
+
float: left;
|
231 |
+
margin-top: 4px;
|
232 |
+
}
|
233 |
+
}
|
234 |
+
|
235 |
+
.redux-ajax-loading {
|
236 |
+
display: none;
|
237 |
+
background: red url(data:image/gif;base64,R0lGODlhEAAQAPUAAIiIiIqKio2NjZSUlJqamp6enqKioqSkpK+vr7i4uL+/v8PDw8XFxcnJyc/Pz9HR0dTU1NjY2Nzc3OLi4ubm5unp6ezs7PPz88vLy83NzdDQ0NXV1d3d3eHh4bu7u8zMzOvr6+3t7ZiYmNbW1sDAwMTExNra2s7OztPT09vb2+Xl5QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEAAoA/wAsAAAAABAAEAAABXDgJY6XZZEoOTnOlI5WdUFNA5UnSR3FJNUSieFAIUUEgcdl4noEBBGSZaHIiSqKhTX2GhVFiQGjuxgkSoYAoosAGE6RhKQrUURHlS+pItMVCHMjEgQ9JBJISg+JT3ciFg4NFkcCNw0OViiDgF0oTC8hACH5BAAKAP8ALAAAAAAQABAAAAVx4CWOZGle1qJYp2hV1xYE29V1JXUYHWUcnQgGwyFFBAENiqUZ1kapFamTyeBcsNOLMkoMGC3GIIEyBBAtRMDAiiSKp04iQqpwc9kRpUCAizgEBVciEQNJFxpKGgECdFAYYBsCAjUMGS0XgAODmDacIyEAIfkEAAoA/wAsAAAAABAAEAAABnbAi3BILBovIMUidBSGQJdNIKBBMomUg6FDMRgoHcOBQowIqNaLJiCIEEMLxdWpnIfITRAHnxgwjiEfDR8UIQYBCEcgDYwdUR6ORxEfG3MgeFiFRB0FBBxEHAQFkUJmaBofamxuRB9/GwICGxeMTRehnrabpERBACH5BAAKAP8ALAAAAAAQABAAAAZ9wItwSCwaL5aFwnIUWiqXUSAwulSYRMrB0KEYDJSO4UAhRgQBDZLpCAgixOSSWFEssEho81IWJgYMTQwDCUgGAQhNCAEGTCMJHU0dCXBDFX1DFhwdeHwFIhxmGBihQxEDaRcOGhYao1WZGIFnAiMUDg6YRR0ioE57Fx2RRkEAIfkEAAoA/wAsAAAAABAAEAAABXLgJY5kaV7WolinaLGQEEBXxZLUUUyUYVATw4FCisg0NZYmIIiQUosKqaJY3FDS1oUoSgwYrcUggTIAEC1EwMCKJCatSYI2qnBx2dGkQOCQOAQFdxdGARoVGhCITE4kGBgWEI8QFgwYWhGTWiMWERFXIyEAIfkEAAoA/wAsAAAAABAAEAAABn/Ai3BILBovloXCchRaKpdRIDC6VJhEysHQoRgMlI7hQCFGBAENkukICCLE5JJYUSywSGjzUhYmBgxNDAMJSAYBCE0IAAZMEQkdTRwKVUMcHHhCFXpDERgYcJYEBZFDI58aFhoOFxpuoUIUGhoUZwJVGA6ZaxccBAQce0QdpUVBACH5BAAKAP8ALAAAAAAQABAAAAZ8wItwSCwaLyEFKXQUhioXSCAAuVSYRMrB0KEYDJSO4UAhmgQBDZKpCQhMxFBJgRVWlFkOtElhUj4NH3VEJQMJFx0NintFCAEGISEQH3BHHR5VThVlRRSMQh0FBBxEHAQFnEJnaRcfHxdtb0WKIWcCVSUNTYgEo7tEHR1HQQAh+QQACgD/ACwAAAAAEAAQAAAGdcCLcEgsGi8hhSJ0FHY6l1EgMLqAmEROo5HqGAwqL5g42qKsoAsqIEgRVacTdAhSLLBI1bWpwiYGDE0MAwlIBgEITQgBBkwjCRxNHQlVdCpGekUqBQSRQxwEBZdDKQIBZ3FqbG5EDYEjpikhW3hFoJ1NRU9HQQA7) no-repeat;
|
238 |
+
width: 16px;
|
239 |
+
height: 16px;
|
240 |
+
margin: 3px 4px 0;
|
241 |
+
float: right;
|
242 |
+
}
|
243 |
+
|
244 |
+
#redux-intro-text {
|
245 |
+
background: #f3f3f3;
|
246 |
+
border-bottom: 1px solid #dedede;
|
247 |
+
-moz-box-shadow: inset 0 1px 0 #fcfcfc;
|
248 |
+
-webkit-box-shadow: inset 0 1px 0 #fcfcfc;
|
249 |
+
box-shadow: inset 0 1px 0 #fcfcfc;
|
250 |
+
padding: 3px;
|
251 |
+
padding: 10px 10px;
|
252 |
+
|
253 |
+
p {
|
254 |
+
margin: 0;
|
255 |
+
font-family: "Lucida Grande", Sans-serif;
|
256 |
+
color: #888;
|
257 |
+
}
|
258 |
+
}
|
259 |
+
|
260 |
+
.expand_options {
|
261 |
+
cursor: pointer;
|
262 |
+
display: block;
|
263 |
+
height: 22px;
|
264 |
+
width: 21px;
|
265 |
+
float: left;
|
266 |
+
font-size: 0;
|
267 |
+
text-indent: -9999px;
|
268 |
+
margin: 1px 0 0 5px;
|
269 |
+
border: 1px solid #bbb;
|
270 |
+
-webkit-border-radius: 2px;
|
271 |
+
-moz-border-radius: 2px;
|
272 |
+
border-radius: 2px;
|
273 |
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAIAAAAm4OfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrslT0KhDAQhTeLR7ATT6IXSKGFYO0lciFrO1N4AU8TLNXKv0CaJbLJRAZxl1hYyJuXN+PoR/Z9fyFdBNNr27Zf8Oq6bhgGSGUYhpTSzyeBNi8hRFVVEK+6rrXaQFOs6yrvTdOYjcqyVEpTLqXI89yaSypBudq2xckF2TipOSvfmmhZFuAGnJV6Licvey5gj7fnwpwXvEfLfqnT0jQ1OBJCQLnUBvZ9b85VFAV076UU8g1ZckVRxBiDzD6OY62WzPOM9i+cpunvvcZxfCQfPWs9a91Ym2UZ5xyHtd/e8hXWng+/zlrD9jmz1tDj7bkw5wXv0Y210itJEs9az9oHsPYQYACveK0/IuB51AAAAABJRU5ErkJggg==) no-repeat -2px -26px;
|
274 |
+
|
275 |
+
&.expanded {
|
276 |
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAIAAAAm4OfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrslT0KhDAQhTeLR7ATT6IXSKGFYO0lciFrO1N4AU8TLNXKv0CaJbLJRAZxl1hYyJuXN+PoR/Z9fyFdBNNr27Zf8Oq6bhgGSGUYhpTSzyeBNi8hRFVVEK+6rrXaQFOs6yrvTdOYjcqyVEpTLqXI89yaSypBudq2xckF2TipOSvfmmhZFuAGnJV6Licvey5gj7fnwpwXvEfLfqnT0jQ1OBJCQLnUBvZ9b85VFAV076UU8g1ZckVRxBiDzD6OY62WzPOM9i+cpunvvcZxfCQfPWs9a91Ym2UZ5xyHtd/e8hXWng+/zlrD9jmz1tDj7bkw5wXv0Y210itJEs9az9oHsPYQYACveK0/IuB51AAAAABJRU5ErkJggg==) no-repeat -2px -1px
|
277 |
+
}
|
278 |
+
|
279 |
+
&:hover {
|
280 |
+
border-color: #888;
|
281 |
+
}
|
282 |
+
}
|
283 |
+
|
284 |
+
.sticky-footer-fixed {
|
285 |
+
background: #f3f3f3;
|
286 |
+
border-top: 1px solid #dedede !important;
|
287 |
+
-moz-box-shadow: inset 0 1px 0 #fcfcfc;
|
288 |
+
-webkit-box-shadow: inset 0 1px 0 #fcfcfc;
|
289 |
+
box-shadow: inset 0 1px 0 #fcfcfc;
|
290 |
+
}
|
291 |
+
|
292 |
+
.redux-sidebar,
|
293 |
+
.redux-main {
|
294 |
+
min-height: 300px;
|
295 |
+
|
296 |
+
}
|
297 |
+
}
|
298 |
+
|
299 |
+
/* redux-container */
|
300 |
+
|
301 |
+
.no-js {
|
302 |
+
border: 1px solid #ffbaba;
|
303 |
+
margin: 0;
|
304 |
+
border-bottom: 1px solid #E7E7E7;
|
305 |
+
background-color: #F2DEDE;
|
306 |
+
color: #B94A48;
|
307 |
+
padding: 8px 35px 8px 14px;
|
308 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
309 |
+
}
|
310 |
+
|
311 |
+
.redux-main {
|
312 |
+
background: #FCFCFC;
|
313 |
+
margin-left: 201px;
|
314 |
+
border-left: 1px solid #D8D8D8;
|
315 |
+
padding: 10px 20px;
|
316 |
+
-moz-box-shadow: inset 0 1px 0 #fff;
|
317 |
+
-webkit-box-shadow: inset 0 1px 0 #FFF;
|
318 |
+
box-shadow: inset 0 1px 0 #FFF;
|
319 |
+
position: relative;
|
320 |
+
#redux_ajax_overlay {
|
321 |
+
position: absolute;
|
322 |
+
top: 0;
|
323 |
+
left: 0;
|
324 |
+
right: 0;
|
325 |
+
bottom: 0;
|
326 |
+
-moz-opacity: 0.10;
|
327 |
+
-khtml-opacity: 0.10;
|
328 |
+
opacity: 0.10;
|
329 |
+
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
|
330 |
+
filter: alpha(opacity=10);
|
331 |
+
background: #000;
|
332 |
+
z-index: 200;
|
333 |
+
display: none;
|
334 |
+
}
|
335 |
+
.form-table.no-border {
|
336 |
+
border-top: none;
|
337 |
+
}
|
338 |
+
.form-table tr {
|
339 |
+
border-bottom: 1px solid #E7E7E7;
|
340 |
+
&:last-child {
|
341 |
+
border-bottom: none !important;
|
342 |
+
}
|
343 |
+
th,
|
344 |
+
td {
|
345 |
+
color: #333;
|
346 |
+
}
|
347 |
+
}
|
348 |
+
|
349 |
+
.form-table tr td {
|
350 |
+
table.mceLayout,
|
351 |
+
table.mceLayout tr,
|
352 |
+
table.mceLayout tr td {
|
353 |
+
padding: 0;
|
354 |
+
border-width: 0;
|
355 |
+
}
|
356 |
+
|
357 |
+
.redux-th-warning {
|
358 |
+
font-size: 1em;
|
359 |
+
color: #C09853;
|
360 |
+
font-weight: normal;
|
361 |
+
display: block;
|
362 |
+
margin-top: 10px;
|
363 |
+
}
|
364 |
+
|
365 |
+
.redux-field-warning {
|
366 |
+
border-color: #C09853;
|
367 |
+
margin-top: 10px;
|
368 |
+
}
|
369 |
+
|
370 |
+
.redux-th-error {
|
371 |
+
font-size: 1em;
|
372 |
+
color: #B94A48;
|
373 |
+
font-weight: normal;
|
374 |
+
display: block;
|
375 |
+
margin-top: 10px;
|
376 |
+
}
|
377 |
+
}
|
378 |
+
|
379 |
+
input.large-text {
|
380 |
+
width: 100%;
|
381 |
+
}
|
382 |
+
|
383 |
+
.hide {
|
384 |
+
display: none;
|
385 |
+
}
|
386 |
+
|
387 |
+
.redux-field-container {
|
388 |
+
padding: 20px 0;
|
389 |
+
}
|
390 |
+
|
391 |
+
.mini,
|
392 |
+
input[type=text].mini {
|
393 |
+
width: 60px;
|
394 |
+
text-align: center;
|
395 |
+
}
|
396 |
+
|
397 |
+
input {
|
398 |
+
line-height: 19px;
|
399 |
+
}
|
400 |
+
|
401 |
+
img {
|
402 |
+
max-width: 100%;
|
403 |
+
height: auto;
|
404 |
+
width: auto !important;
|
405 |
+
}
|
406 |
+
|
407 |
+
.select2-default {
|
408 |
+
width: auto !important;
|
409 |
+
}
|
410 |
+
|
411 |
+
.showDefaults {
|
412 |
+
display: block;
|
413 |
+
font-weight: normal;
|
414 |
+
font-size: .8em;
|
415 |
+
color: #888;
|
416 |
+
}
|
417 |
+
|
418 |
+
span.description {
|
419 |
+
display: block;
|
420 |
+
font-style: normal;
|
421 |
+
font-weight: 400;
|
422 |
+
}
|
423 |
+
|
424 |
+
#redux-system-info textarea {
|
425 |
+
min-height: 730px;
|
426 |
+
width: 100%;
|
427 |
+
}
|
428 |
+
|
429 |
+
.field-desc {
|
430 |
+
clear: both;
|
431 |
+
font-size: 13px;
|
432 |
+
}
|
433 |
+
|
434 |
+
.data-full li {
|
435 |
+
width: 100%;
|
436 |
+
}
|
437 |
+
|
438 |
+
.data-half li {
|
439 |
+
width: 50%;
|
440 |
+
float: left;
|
441 |
+
}
|
442 |
+
|
443 |
+
.data-third li {
|
444 |
+
width: 33.3%;
|
445 |
+
float: left;
|
446 |
+
}
|
447 |
+
|
448 |
+
.data-quarter li {
|
449 |
+
width: 25%;
|
450 |
+
float: left;
|
451 |
+
}
|
452 |
+
|
453 |
+
.ui-helper-hidden-accessible {
|
454 |
+
top: inherit;
|
455 |
+
}
|
456 |
+
|
457 |
+
.form-table:first-child > tr th, .redux-main .form-table:first-child > tr td {
|
458 |
+
//padding-top: 0 !important;
|
459 |
+
}
|
460 |
+
|
461 |
+
.form-table {
|
462 |
+
clear: none;
|
463 |
+
margin-top: 0px !important;
|
464 |
+
|
465 |
+
&:first-child tr th,
|
466 |
+
&:first-child tr td {
|
467 |
+
// padding-top: 0 !important;
|
468 |
+
}
|
469 |
+
|
470 |
+
tr:first-child th,
|
471 |
+
tr:first-child td {
|
472 |
+
padding-top: 0;
|
473 |
+
}
|
474 |
+
}
|
475 |
+
|
476 |
+
.input-append input {
|
477 |
+
border-right: 0;
|
478 |
+
margin-bottom: 0;
|
479 |
+
border-top-right-radius: 0;
|
480 |
+
border-bottom-right-radius: 0;
|
481 |
+
margin-right: 0;
|
482 |
+
float: left;
|
483 |
+
margin-top: 0;
|
484 |
+
display: block;
|
485 |
+
}
|
486 |
+
.input-append .add-on {
|
487 |
+
border-top-right-radius: 3px;
|
488 |
+
border-bottom-right-radius: 3px;
|
489 |
+
margin-left: -2px;
|
490 |
+
padding-top: 4px !important;
|
491 |
+
padding-bottom: 2px !important;
|
492 |
+
//float: left;
|
493 |
+
}
|
494 |
+
.input-prepend input {
|
495 |
+
border-left: 0;
|
496 |
+
margin-bottom: 0;
|
497 |
+
border-top-left-radius: 0;
|
498 |
+
border-bottom-left-radius: 0;
|
499 |
+
margin-left: 0;
|
500 |
+
padding-top: 2px;
|
501 |
+
padding-bottom: 5px;
|
502 |
+
float: left;
|
503 |
+
margin-top: 0;
|
504 |
+
display: block;
|
505 |
+
}
|
506 |
+
.input-prepend .add-on {
|
507 |
+
border-top-left-radius: 3px;
|
508 |
+
border-bottom-left-radius: 3px;
|
509 |
+
float: left;
|
510 |
+
}
|
511 |
+
|
512 |
+
.input-append {
|
513 |
+
margin-right: 10px;
|
514 |
+
font-size: 0;
|
515 |
+
white-space: nowrap;
|
516 |
+
float: left;
|
517 |
+
display: inline-block;
|
518 |
+
margin-bottom: 6px;
|
519 |
+
}
|
520 |
+
.input-append .add-on, .input-prepend .add-on {
|
521 |
+
width: auto;
|
522 |
+
display: inline-block;
|
523 |
+
min-width: 16px;
|
524 |
+
padding: 3px 4px;
|
525 |
+
font-size: 12px;
|
526 |
+
font-weight: 400;
|
527 |
+
line-height: 20px;
|
528 |
+
text-align: center;
|
529 |
+
text-shadow: 0 1px 0 #ffffff;
|
530 |
+
background-color: #eeeeee;
|
531 |
+
border: 1px solid #cccccc;
|
532 |
+
}
|
533 |
+
.input-prepend {
|
534 |
+
font-size: 0;
|
535 |
+
white-space: nowrap;
|
536 |
+
float: left;
|
537 |
+
display: inline-block;
|
538 |
+
margin-bottom: 6px;
|
539 |
+
}
|
540 |
+
}
|
541 |
+
|
542 |
+
/* main */
|
543 |
+
|
544 |
+
.redux-sidebar {
|
545 |
+
width: 202px;
|
546 |
+
float: left;
|
547 |
+
|
548 |
+
.redux-group-menu {
|
549 |
+
margin-top: 0 !important;
|
550 |
+
li {
|
551 |
+
margin-top: 0;
|
552 |
+
|
553 |
+
&.active a,
|
554 |
+
&.active a:hover,
|
555 |
+
&.activeChild a,
|
556 |
+
&.activeChild a:hover {
|
557 |
+
background: #FCFCFC;
|
558 |
+
color: #269ad6;
|
559 |
+
width: 184px;
|
560 |
+
opacity: 1;
|
561 |
+
//margin-right:-2px;
|
562 |
+
}
|
563 |
+
|
564 |
+
&.active a li a {
|
565 |
+
background: #333;
|
566 |
+
padding-left: 5px;
|
567 |
+
}
|
568 |
+
|
569 |
+
&.divide {
|
570 |
+
padding: 0;
|
571 |
+
border-width: 1px 0;
|
572 |
+
border-style: solid;
|
573 |
+
border-bottom-color: #E7E7E7;
|
574 |
+
border-top-color: #F9F9F9;
|
575 |
+
}
|
576 |
+
a:first-child {
|
577 |
+
border-top: none;
|
578 |
+
}
|
579 |
+
a {
|
580 |
+
display: block;
|
581 |
+
padding: 10px 4px 10px 14px;
|
582 |
+
background: #e0e0e0;
|
583 |
+
background: transparent;
|
584 |
+
border-width: 1px 0;
|
585 |
+
border-style: solid;
|
586 |
+
border-bottom-color: #E7E7E7;
|
587 |
+
border-top-color: #F9F9F9;
|
588 |
+
opacity: 0.7;
|
589 |
+
color: #555;
|
590 |
+
font-weight: 600;
|
591 |
+
text-decoration: none;
|
592 |
+
-webkit-transition: none;
|
593 |
+
transition: none;
|
594 |
+
&.custom-tab {
|
595 |
+
background: #f6f6f6;
|
596 |
+
}
|
597 |
+
img {
|
598 |
+
width: 16px;
|
599 |
+
height: 16px;
|
600 |
+
// vertical-align:middle;
|
601 |
+
// margin-bottom:-3px;
|
602 |
+
// margin-right: 3px;
|
603 |
+
position: absolute;
|
604 |
+
left: 15px;
|
605 |
+
}
|
606 |
+
&:hover {
|
607 |
+
background: #e5e5e5;
|
608 |
+
//width: 184px
|
609 |
+
color: #777;
|
610 |
+
//margin-right: -2px;
|
611 |
+
opacity: 1;
|
612 |
+
}
|
613 |
+
}
|
614 |
+
}
|
615 |
+
}
|
616 |
+
|
617 |
+
.redux-menu-warning,
|
618 |
+
.redux-menu-error,
|
619 |
+
.hasSubSections .extraIconSubsections {
|
620 |
+
display: inline-block;
|
621 |
+
float: right;
|
622 |
+
padding: 6px 7px 4px 7px;
|
623 |
+
margin-left: 4px;
|
624 |
+
font-family: sans-serif;
|
625 |
+
font-size: 9px;
|
626 |
+
font-weight: 600;
|
627 |
+
line-height: 9px;
|
628 |
+
border-radius: 10px;
|
629 |
+
-moz-border-radius: 10px;
|
630 |
+
-webkit-border-radius: 10px;
|
631 |
+
border: 0 solid transparent;
|
632 |
+
//margin-right: 5px;
|
633 |
+
|
634 |
+
i {
|
635 |
+
margin-left: -3px;
|
636 |
+
margin-top: -3px;
|
637 |
+
}
|
638 |
+
}
|
639 |
+
.redux-menu-error {
|
640 |
+
background-color: rgb(185, 74, 72);
|
641 |
+
color: rgb(242, 222, 222);
|
642 |
+
}
|
643 |
+
.redux-menu-warning {
|
644 |
+
background-color: #C09853;
|
645 |
+
color: #FCF8E3;
|
646 |
+
}
|
647 |
+
|
648 |
+
ul {
|
649 |
+
.subsection {
|
650 |
+
display: none;
|
651 |
+
}
|
652 |
+
}
|
653 |
+
|
654 |
+
.redux-group-tab-link-a {
|
655 |
+
position: relative;
|
656 |
+
outline: 0;
|
657 |
+
i {
|
658 |
+
vertical-align: middle;
|
659 |
+
font-size: 1.35em;
|
660 |
+
position: absolute;
|
661 |
+
}
|
662 |
+
span {
|
663 |
+
display: block;
|
664 |
+
&.group_title {
|
665 |
+
padding-left: 30px;
|
666 |
+
}
|
667 |
+
}
|
668 |
+
}
|
669 |
+
|
670 |
+
.redux-group-tab-link-li a.hasError span.group_title {
|
671 |
+
padding-right: 25px;
|
672 |
+
}
|
673 |
+
|
674 |
+
#redux-header {
|
675 |
+
text-align: center;
|
676 |
+
|
677 |
+
.display_header {
|
678 |
+
float: none;
|
679 |
+
}
|
680 |
+
}
|
681 |
+
}
|
682 |
+
|
683 |
+
/* sidebar */
|
684 |
+
|
685 |
+
.form-table th,
|
686 |
+
.form-table td {
|
687 |
+
margin: 0;
|
688 |
+
padding: 0;
|
689 |
+
width: auto;
|
690 |
+
}
|
691 |
+
|
692 |
+
.redux_field_th {
|
693 |
+
font-weight: 600;
|
694 |
+
// width: 30%;
|
695 |
+
padding: 20px 10px 20px 0px;
|
696 |
+
display: block;
|
697 |
+
span:first-child {
|
698 |
+
font-weight: normal;
|
699 |
+
display: block;
|
700 |
+
color: #666;
|
701 |
+
}
|
702 |
+
}
|
703 |
+
|
704 |
+
/*
|
705 |
+
*
|
706 |
+
* NHP_Options_color
|
707 |
+
*
|
708 |
+
*/
|
709 |
+
.farb-popup-wrapper {
|
710 |
+
position: relative;
|
711 |
+
display: block;
|
712 |
+
}
|
713 |
+
|
714 |
+
.farb-popup {
|
715 |
+
position: absolute;
|
716 |
+
left: 40px;
|
717 |
+
top: 40px;
|
718 |
+
background-color: white;
|
719 |
+
border: 1px solid #222;
|
720 |
+
padding: 5px;
|
721 |
+
z-index: 100;
|
722 |
+
}
|
723 |
+
|
724 |
+
#ui-datepicker-div {
|
725 |
+
display: none;
|
726 |
+
}
|
727 |
+
|
728 |
+
.mp6 {
|
729 |
+
.icon-themes {
|
730 |
+
display: none;
|
731 |
+
}
|
732 |
+
|
733 |
+
.redux-container {
|
734 |
+
#info_bar {
|
735 |
+
padding: 6px 10px 6px 6px;
|
736 |
+
|
737 |
+
a {
|
738 |
+
margin-top: 2px;
|
739 |
+
}
|
740 |
+
}
|
741 |
+
}
|
742 |
+
}
|
743 |
+
|
744 |
+
.redux-timer {
|
745 |
+
text-align: center;
|
746 |
+
font-size: 10px;
|
747 |
+
color: #888;
|
748 |
+
}
|
749 |
+
|
750 |
+
.wrap {
|
751 |
+
margin-top: 0;
|
752 |
+
}
|
753 |
+
|
754 |
+
@media screen and (max-width: 600px) {
|
755 |
+
.redux-sidebar {
|
756 |
+
width: 44px;
|
757 |
+
|
758 |
+
.extraIconSubsections {
|
759 |
+
display: none !important;
|
760 |
+
}
|
761 |
+
|
762 |
+
.redux-group-menu li a,
|
763 |
+
.redux-group-menu li a:hover,
|
764 |
+
.redux-group-menu li.active a,
|
765 |
+
.redux-group-menu li.active a:hover,
|
766 |
+
.redux-group-menu li.activeChild a,
|
767 |
+
.redux-group-menu li.activeChild a:hover {
|
768 |
+
width: auto;
|
769 |
+
}
|
770 |
+
|
771 |
+
.redux-group-tab-link-a {
|
772 |
+
position: relative;
|
773 |
+
|
774 |
+
i {
|
775 |
+
position: inherit;
|
776 |
+
}
|
777 |
+
|
778 |
+
span {
|
779 |
+
display: none;
|
780 |
+
position: absolute;
|
781 |
+
top: 0;
|
782 |
+
left: 44px;
|
783 |
+
padding: 12px;
|
784 |
+
width: 200px;
|
785 |
+
background: #eeeeee;
|
786 |
+
border: 1px solid #ccc;
|
787 |
+
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
|
788 |
+
-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
|
789 |
+
box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
|
790 |
+
border-width: 1px 1px 1px 0px;
|
791 |
+
z-index: 3;
|
792 |
+
}
|
793 |
+
|
794 |
+
&:hover > span {
|
795 |
+
display: block;
|
796 |
+
}
|
797 |
+
}
|
798 |
+
}
|
799 |
+
|
800 |
+
.redux-main {
|
801 |
+
margin-left: 43px;
|
802 |
+
width: auto;
|
803 |
+
max-width: 100%;
|
804 |
+
}
|
805 |
+
|
806 |
+
table.form-table,
|
807 |
+
.form-table > thead,
|
808 |
+
.form-table > tbody,
|
809 |
+
.form-table > tbody > tr > th,
|
810 |
+
.form-table > tbody > tr > td,
|
811 |
+
.form-table > tbody > tr {
|
812 |
+
display: block;
|
813 |
+
width: 100% !important;
|
814 |
+
padding: 0px !important;
|
815 |
+
}
|
816 |
+
|
817 |
+
.form-table > tbody > tr > th, .form-table > tbody > tr > td {
|
818 |
+
padding: 10px !important;
|
819 |
+
}
|
820 |
+
|
821 |
+
.form-table > tbody > tr > th, .form-table > tbody > tr > td {
|
822 |
+
padding: 10px !important;
|
823 |
+
}
|
824 |
+
}
|
825 |
+
|
826 |
+
//mp6 fixes
|
827 |
+
@media screen and (max-width: 782px) {
|
828 |
+
.form-table>tbody>tr>th {
|
829 |
+
width: 100%;
|
830 |
+
}
|
831 |
+
.redux_field_th {
|
832 |
+
padding-bottom:0;
|
833 |
+
}
|
834 |
+
.mp6 {
|
835 |
+
.redux-container {
|
836 |
+
#info_bar {
|
837 |
+
height: auto;
|
838 |
+
padding-bottom: 1px;
|
839 |
+
|
840 |
+
a {
|
841 |
+
margin-top: 5px;
|
842 |
+
}
|
843 |
+
}
|
844 |
+
}
|
845 |
+
}
|
846 |
+
.redux-container-switch label {
|
847 |
+
padding: 5px 10px !important;
|
848 |
+
|
849 |
+
}
|
850 |
+
.redux-container-button_set label {
|
851 |
+
padding: 12px 10px;
|
852 |
+
}
|
853 |
+
.redux-container #redux-footer #redux-share {
|
854 |
+
line-height: 34px;
|
855 |
+
}
|
856 |
+
|
857 |
+
}
|
858 |
+
|
859 |
+
pre {
|
860 |
+
overflow: hidden;
|
861 |
+
}
|
862 |
+
|
863 |
+
/* Default admin theme */
|
864 |
+
#redux-header h2 {
|
865 |
+
color: #fff;
|
866 |
+
}
|
867 |
+
|
868 |
+
@mixin backgroundGradient($to: darken($to, 5%), $from: lighten($to, 7%)) {
|
869 |
+
background-color: $to !important;
|
870 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from($from), to($to)) !important;
|
871 |
+
background-image: -moz-linear-gradient(top, $from, $to) !important;
|
872 |
+
background-image: -ms-linear-gradient(top, $from, $to) !important;
|
873 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, $from), color-stop(100%, $to)) !important;
|
874 |
+
background-image: -webkit-linear-gradient(top, $from, $to) !important;
|
875 |
+
background-image: -o-linear-gradient(top, $from, $to) !important;
|
876 |
+
background-image: -linear-gradient(top, $from, $to) !important;
|
877 |
+
|
878 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}', GradientType=0) !important;
|
879 |
+
}
|
880 |
+
|
881 |
+
@mixin adminThemeColorOverrides($darkColor, $accentColor, $secondaryColor, $buttonPrimary) {
|
882 |
+
|
883 |
+
.button.ui-datepicker-current,
|
884 |
+
button.ui-datepicker-close {
|
885 |
+
background-color: lighten($accentColor, 3%) !important;
|
886 |
+
}
|
887 |
+
|
888 |
+
.ui-datepicker-buttonpane button.ui-datepicker-current {
|
889 |
+
background: $buttonPrimary !important;
|
890 |
+
color: white !important;
|
891 |
+
border: 1px solid darken($buttonPrimary, 20%) !important;
|
892 |
+
|
893 |
+
}
|
894 |
+
|
895 |
+
.ui-datepicker-header .ui-icon {
|
896 |
+
background-image: url(data:image/png;base64,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) !important;
|
897 |
+
}
|
898 |
+
|
899 |
+
.ui-datepicker-header {
|
900 |
+
background-color: $secondaryColor !important;
|
901 |
+
color: white !important;
|
902 |
+
}
|
903 |
+
|
904 |
+
.ui-datepicker td .ui-state-active {
|
905 |
+
background-color: lighten($accentColor, 3%) !important;
|
906 |
+
color: white !important;
|
907 |
+
}
|
908 |
+
|
909 |
+
.ui-datepicker td .ui-state-hover {
|
910 |
+
color: lighten($accentColor, 3%) !important;
|
911 |
+
}
|
912 |
+
|
913 |
+
.ui-datepicker td .ui-state-highlight {
|
914 |
+
background: $accentColor !important;
|
915 |
+
border: 1px solid $secondaryColor !important;
|
916 |
+
color: white !important;
|
917 |
+
}
|
918 |
+
|
919 |
+
.redux-container-switch .cb-disable,
|
920 |
+
.redux-container-switch .cb-enable,
|
921 |
+
.ui-state-default,
|
922 |
+
.ui-widget-content .ui-state-default,
|
923 |
+
.ui-widget-header .ui-state-default {
|
924 |
+
@include backgroundGradient(#f5f5f5, #f8f8f8);
|
925 |
+
border-color: #ccc !important;
|
926 |
+
}
|
927 |
+
|
928 |
+
.ui-datepicker td .ui-state-active {
|
929 |
+
color: black !important;
|
930 |
+
font-weight: 700 !important;
|
931 |
+
background: white !important;
|
932 |
+
}
|
933 |
+
|
934 |
+
.redux-container-switch .cb-disable.selected {
|
935 |
+
@include backgroundGradient(#646464, #929292);
|
936 |
+
border-color: #767676 !important;
|
937 |
+
}
|
938 |
+
.redux-container-switch .cb-enable.selected,
|
939 |
+
.redux-field-container .ui-buttonset .ui-state-active {
|
940 |
+
@include backgroundGradient($accentColor);
|
941 |
+
border-color: darken($accentColor, 15%) !important;
|
942 |
+
border-color: darken($accentColor, 10%) !important;
|
943 |
+
-webkit-box-shadow: inset 0 1px 0 lighten($accentColor, 15%), 0 1px 0 rgba(0, 0, 0, .15) !important;
|
944 |
+
box-shadow: inset 0 1px 0 lighten($accentColor, 15%), 0 1px 0 rgba(0, 0, 0, .15) !important;
|
945 |
+
|
946 |
+
}
|
947 |
+
|
948 |
+
#redux-header {
|
949 |
+
background: $secondaryColor;
|
950 |
+
border-color: $accentColor;
|
951 |
+
|
952 |
+
.display_header span {
|
953 |
+
color: $darkColor;
|
954 |
+
}
|
955 |
+
}
|
956 |
+
|
957 |
+
.redux-sidebar .redux-group-menu li.active {
|
958 |
+
&.hasSubSections {
|
959 |
+
|
960 |
+
a {
|
961 |
+
position: relative;
|
962 |
+
&:after {
|
963 |
+
right: 0;
|
964 |
+
border: solid 8px transparent;
|
965 |
+
content: "\0020";
|
966 |
+
height: 0;
|
967 |
+
width: 0;
|
968 |
+
position: absolute;
|
969 |
+
pointer-events: none;
|
970 |
+
border-right-color: #fff;
|
971 |
+
top: 50%;
|
972 |
+
margin-top: -8px;
|
973 |
+
}
|
974 |
+
|
975 |
+
}
|
976 |
+
ul.subsection li a:after {
|
977 |
+
border: 0 none !important;
|
978 |
+
content: "\0020" !important;
|
979 |
+
}
|
980 |
+
}
|
981 |
+
}
|
982 |
+
.redux-sidebar .redux-group-menu li {
|
983 |
+
&.hasSubSections {
|
984 |
+
.redux-menu-error {
|
985 |
+
display: none;
|
986 |
+
margin-right: 5px;
|
987 |
+
}
|
988 |
+
|
989 |
+
a {
|
990 |
+
&.hasError {
|
991 |
+
.extraIconSubsections {
|
992 |
+
background-color: rgb(185, 74, 72);
|
993 |
+
color: rgb(242, 222, 222);
|
994 |
+
}
|
995 |
+
}
|
996 |
+
.extraIconSubsections {
|
997 |
+
border-radius: 10px;
|
998 |
+
-moz-border-radius: 10px;
|
999 |
+
-webkit-border-radius: 10px;
|
1000 |
+
border: 0 solid transparent;
|
1001 |
+
float: right;
|
1002 |
+
font-size: 9px;
|
1003 |
+
height: 9px;
|
1004 |
+
line-height: 9px;
|
1005 |
+
margin-right: 5px;
|
1006 |
+
padding: 6px 7px 4px 7px;
|
1007 |
+
width: 5px;
|
1008 |
+
}
|
1009 |
+
|
1010 |
+
&:hover .extraIconSubsections {
|
1011 |
+
//right: 2px;
|
1012 |
+
}
|
1013 |
+
|
1014 |
+
}
|
1015 |
+
}
|
1016 |
+
&.active,
|
1017 |
+
&.activeChild {
|
1018 |
+
a .extraIconSubsections {
|
1019 |
+
display: none;
|
1020 |
+
}
|
1021 |
+
&.hasSubSections {
|
1022 |
+
.redux-menu-error {
|
1023 |
+
display: block;
|
1024 |
+
}
|
1025 |
+
.subsection {
|
1026 |
+
.redux-menu-error {
|
1027 |
+
margin-right: 2px;
|
1028 |
+
}
|
1029 |
+
}
|
1030 |
+
}
|
1031 |
+
}
|
1032 |
+
}
|
1033 |
+
|
1034 |
+
.redux-sidebar .redux-group-menu {
|
1035 |
+
li.active,
|
1036 |
+
li.activeChild {
|
1037 |
+
border-left: 0 none;
|
1038 |
+
a {
|
1039 |
+
color: $secondaryColor;
|
1040 |
+
}
|
1041 |
+
&.hasSubSections {
|
1042 |
+
.active {
|
1043 |
+
a {
|
1044 |
+
&:after {
|
1045 |
+
right: 0;
|
1046 |
+
border: solid 8px transparent;
|
1047 |
+
content: "\0020";
|
1048 |
+
height: 0;
|
1049 |
+
width: 0;
|
1050 |
+
position: absolute;
|
1051 |
+
pointer-events: none;
|
1052 |
+
border-right-color: #fff;
|
1053 |
+
top: 50%;
|
1054 |
+
margin-top: -8px;
|
1055 |
+
}
|
1056 |
+
}
|
1057 |
+
}
|
1058 |
+
a {
|
1059 |
+
-webkit-transition: all 0.2s;
|
1060 |
+
-moz-transition: all 0.2s;
|
1061 |
+
transition: all 0.2s;
|
1062 |
+
color: #fff;
|
1063 |
+
width: auto;
|
1064 |
+
border-bottom: 0;
|
1065 |
+
}
|
1066 |
+
ul.subsection li {
|
1067 |
+
border-top: 0 none !important;
|
1068 |
+
&.active a:hover {
|
1069 |
+
color: #fff;
|
1070 |
+
}
|
1071 |
+
a {
|
1072 |
+
width: auto;
|
1073 |
+
border-top: 0 !important;
|
1074 |
+
// border-top-color: lighten(@secondaryColor, 15);
|
1075 |
+
padding: 7px;
|
1076 |
+
color: #fff;
|
1077 |
+
padding-left: 15px;
|
1078 |
+
-webkit-transition: all 0.2;
|
1079 |
+
-moz-transition: all 0.2;
|
1080 |
+
-ms-transition: all 0.2;
|
1081 |
+
-o-transition: all 0.2;
|
1082 |
+
transition: all 0.2;
|
1083 |
+
&:hover {
|
1084 |
+
color: $buttonPrimary;
|
1085 |
+
background: darken($secondaryColor, 10%);
|
1086 |
+
}
|
1087 |
+
span.group_title {
|
1088 |
+
padding-left: 5px !important;
|
1089 |
+
}
|
1090 |
+
}
|
1091 |
+
&.hasIcon {
|
1092 |
+
a {
|
1093 |
+
padding-left: 14px;
|
1094 |
+
span.group_title {
|
1095 |
+
padding-left: 30px !important;
|
1096 |
+
}
|
1097 |
+
|
1098 |
+
}
|
1099 |
+
}
|
1100 |
+
}
|
1101 |
+
}
|
1102 |
+
}
|
1103 |
+
li.active {
|
1104 |
+
&.hasSubSections {
|
1105 |
+
a {
|
1106 |
+
background: $accentColor;
|
1107 |
+
}
|
1108 |
+
ul.subsection li a {
|
1109 |
+
background: $secondaryColor;
|
1110 |
+
}
|
1111 |
+
}
|
1112 |
+
}
|
1113 |
+
li.activeChild {
|
1114 |
+
&.hasSubSections {
|
1115 |
+
a {
|
1116 |
+
background: $darkColor;
|
1117 |
+
text-shadow: 1px 1px darken($darkColor, 30%);
|
1118 |
+
}
|
1119 |
+
ul.subsection li {
|
1120 |
+
a {
|
1121 |
+
background: $secondaryColor;
|
1122 |
+
text-shadow: none;
|
1123 |
+
}
|
1124 |
+
&.active {
|
1125 |
+
a {
|
1126 |
+
background: $accentColor;
|
1127 |
+
text-shadow: 1px 1px darken($accentColor, 20%);
|
1128 |
+
}
|
1129 |
+
}
|
1130 |
+
}
|
1131 |
+
}
|
1132 |
+
}
|
1133 |
+
}
|
1134 |
+
|
1135 |
+
.redux-container-image_select .redux-image-select-selected img {
|
1136 |
+
border-color: $accentColor;
|
1137 |
+
}
|
1138 |
+
#redux-footer #redux-share a {
|
1139 |
+
color: $accentColor;
|
1140 |
+
&:hover {
|
1141 |
+
color: darken($accentColor, 20%);
|
1142 |
+
}
|
1143 |
+
}
|
1144 |
+
.select2-results .select2-highlighted {
|
1145 |
+
background: $accentColor;
|
1146 |
+
}
|
1147 |
+
.select2-drop-active,
|
1148 |
+
.select2-container-multi.select2-container-active .select2-choices,
|
1149 |
+
.select2-drop.select2-drop-above.select2-drop-active,
|
1150 |
+
.select2-container-active .select2-choice,
|
1151 |
+
.select2-container-active .select2-choices,
|
1152 |
+
.select2-dropdown-open.select2-drop-above .select2-choice,
|
1153 |
+
.select2-dropdown-open.select2-drop-above .select2-choices {
|
1154 |
+
border-color: $accentColor;
|
1155 |
+
}
|
1156 |
+
.select2-dropdown-open.select2-drop-above .select2-choice,
|
1157 |
+
.select2-dropdown-open.select2-drop-above .select2-choices {
|
1158 |
+
border-top: inherit;
|
1159 |
+
}
|
1160 |
+
.noUi-connect {
|
1161 |
+
@include backgroundGradient(lighten($accentColor, 3%));
|
1162 |
+
}
|
1163 |
+
}
|
1164 |
+
|
1165 |
+
/* Light fresh theme */
|
1166 |
+
.admin-color-fresh, .wp-customizer {
|
1167 |
+
@include adminThemeColorOverrides(#a0a5aa, #0073aa, #23282d, #1e8cbe);
|
1168 |
+
}
|
1169 |
+
|
1170 |
+
/* Light admin theme */
|
1171 |
+
.admin-color-light {
|
1172 |
+
@include adminThemeColorOverrides(#e6e6e6, #04a4cc, #888888, #0384a4);
|
1173 |
+
}
|
1174 |
+
|
1175 |
+
/* Blue admin theme */
|
1176 |
+
.admin-color-blue {
|
1177 |
+
@include adminThemeColorOverrides(#e2ecf1, #4796b3, #096484, #db9825);
|
1178 |
+
}
|
1179 |
+
|
1180 |
+
/* Coffee admin theme */
|
1181 |
+
.admin-color-coffee {
|
1182 |
+
@include adminThemeColorOverrides(#cdcbc9, #c7a589, #46403c, #ba906d);
|
1183 |
+
}
|
1184 |
+
|
1185 |
+
/* Ectoplasm admin theme */
|
1186 |
+
.admin-color-ectoplasm {
|
1187 |
+
@include adminThemeColorOverrides(#cbc5d3, #a3b745, #413256, #89993a);
|
1188 |
+
}
|
1189 |
+
|
1190 |
+
/* Midnight admin theme */
|
1191 |
+
.admin-color-midnight {
|
1192 |
+
@include adminThemeColorOverrides(#c2c4c5, #e14d43, #363b3f, #d92c23);
|
1193 |
+
}
|
1194 |
+
|
1195 |
+
/* Ocean admin theme */
|
1196 |
+
.admin-color-ocean {
|
1197 |
+
@include adminThemeColorOverrides(#d5dddf, #9ebaa0, #627c83, #86a988);
|
1198 |
+
}
|
1199 |
+
|
1200 |
+
/* Sunrise admin theme */
|
1201 |
+
.admin-color-sunrise {
|
1202 |
+
@include adminThemeColorOverrides(#f0c8c6, #dd823b, #b43c38, #cc6c23);
|
1203 |
+
}
|
1204 |
+
|
1205 |
+
@media screen and (max-width: 600px) {
|
1206 |
+
// .redux-group-tab-link-a span { margin-top: -2px; }
|
1207 |
+
.redux-group-tab-link-a {
|
1208 |
+
min-height: 15px;
|
1209 |
+
span {
|
1210 |
+
//background: #222;
|
1211 |
+
//color: white;
|
1212 |
+
padding: 11px 12px;
|
1213 |
+
color: #555;
|
1214 |
+
-webkit-transition: all 0.3s;
|
1215 |
+
-moz-transition: all 0.3s;
|
1216 |
+
transition: all 0.3s;
|
1217 |
+
&:hover {
|
1218 |
+
//color: #2ea2cc;
|
1219 |
+
//background: black;
|
1220 |
+
background: #e5e5e5;
|
1221 |
+
}
|
1222 |
+
text-shadow: none !important;
|
1223 |
+
}
|
1224 |
+
}
|
1225 |
+
|
1226 |
+
.redux-sidebar a {
|
1227 |
+
|
1228 |
+
}
|
1229 |
+
}
|
1230 |
+
|
1231 |
+
@media screen and (max-width: 782px) {
|
1232 |
+
#redux-footer #redux-share {
|
1233 |
+
line-height: 38px;
|
1234 |
+
font-size: 18px;
|
1235 |
+
}
|
1236 |
+
|
1237 |
+
.sticky-save-warn .redux-save-warn {
|
1238 |
+
right: 13px;
|
1239 |
+
top: 46px;
|
1240 |
+
}
|
1241 |
+
|
1242 |
+
.redux-container .expand_options {
|
1243 |
+
margin-top: 5px;
|
1244 |
+
}
|
1245 |
+
|
1246 |
+
.redux-action_bar input {
|
1247 |
+
margin-bottom: 0 !important;
|
1248 |
+
}
|
1249 |
+
|
1250 |
+
}
|
1251 |
+
|
1252 |
+
@media screen and (max-width: 600px) {
|
1253 |
+
#redux-footer #redux-share,
|
1254 |
+
.redux-hint-qtip {
|
1255 |
+
display: none;
|
1256 |
+
}
|
1257 |
+
|
1258 |
+
.redux-container .redux-action_bar {
|
1259 |
+
float: none;
|
1260 |
+
}
|
1261 |
+
}
|
1262 |
+
|
1263 |
+
// WP Engine CSS fix
|
1264 |
+
.redux-sidebar .icon-large,
|
1265 |
+
.redux-main .icon-large {
|
1266 |
+
background-image: inherit !important;
|
1267 |
+
width: inherit;
|
1268 |
+
height: inherit;
|
1269 |
+
}
|
1270 |
+
|
1271 |
+
.redux-main dd, .redux-main li, .redux-sidebar li {
|
1272 |
+
margin-bottom: 0 !important;
|
1273 |
+
}
|
1274 |
+
|
1275 |
+
.fully-expanded {
|
1276 |
+
.redux-sidebar {
|
1277 |
+
margin-left: -500px;
|
1278 |
+
}
|
1279 |
+
.redux-main {
|
1280 |
+
margin-left: 0;
|
1281 |
+
}
|
1282 |
+
.redux-group-tab {
|
1283 |
+
display: block;
|
1284 |
+
}
|
1285 |
+
}
|
1286 |
+
@media screen and (max-width: 640px) {
|
1287 |
+
#redux-defaults-section {
|
1288 |
+
display: none;
|
1289 |
+
}
|
1290 |
+
}
|
1291 |
+
@media screen and (max-width: 730px) {
|
1292 |
+
#redux-share {
|
1293 |
+
display:none;
|
1294 |
+
}
|
1295 |
+
}
|
1296 |
+
@media screen and (max-width: 730px) {
|
1297 |
+
#redux-defaults-section2 {
|
1298 |
+
display: none;
|
1299 |
+
}
|
1300 |
+
#redux-share {
|
1301 |
+
display:none;
|
1302 |
+
}
|
1303 |
+
}
|
1304 |
+
|
1305 |
+
@media screen and (max-width: 600px) {
|
1306 |
+
.form-table > tbody > tr > th {
|
1307 |
+
padding-bottom: 0 !important;
|
1308 |
+
}
|
1309 |
+
|
1310 |
+
.redux_field_th {
|
1311 |
+
padding-top: 0;
|
1312 |
+
padding-bottom: 0;
|
1313 |
+
}
|
1314 |
+
|
1315 |
+
.redux-main {
|
1316 |
+
.redux-field-container {
|
1317 |
+
padding-top: 0;
|
1318 |
+
padding-bottom: 0;
|
1319 |
+
}
|
1320 |
+
.subsection a {
|
1321 |
+
min-height: 15px;
|
1322 |
+
}
|
1323 |
+
}
|
1324 |
+
}
|
1325 |
+
|
1326 |
+
@media screen and (min-width: 601px) and (max-width: 782px) {
|
1327 |
+
.redux-container {
|
1328 |
+
.sticky-save-warn .redux-save-warn {
|
1329 |
+
top: 47px !important;
|
1330 |
+
right: 13px !important;
|
1331 |
+
}
|
1332 |
+
}
|
1333 |
+
}
|
1334 |
+
|
1335 |
+
@media screen and (max-width: 782px) {
|
1336 |
+
|
1337 |
+
.redux-main {
|
1338 |
+
.form-table-section-indented {
|
1339 |
+
input[type=text] {
|
1340 |
+
width: 95% !important;
|
1341 |
+
}
|
1342 |
+
}
|
1343 |
+
|
1344 |
+
.redux-container-sortable {
|
1345 |
+
input[type=text] {
|
1346 |
+
width: 80%;
|
1347 |
+
display: initial;
|
1348 |
+
}
|
1349 |
+
}
|
1350 |
+
|
1351 |
+
.redux-typography-container {
|
1352 |
+
.input_wrapper input.mini {
|
1353 |
+
font-size: 16px !important;
|
1354 |
+
height: 40px !important;
|
1355 |
+
padding: 7px 10px !important;
|
1356 |
+
line-height: 24px !important;
|
1357 |
+
}
|
1358 |
+
.picker-wrapper label {
|
1359 |
+
margin-top: 16px !important;
|
1360 |
+
}
|
1361 |
+
}
|
1362 |
+
|
1363 |
+
.input-append {
|
1364 |
+
height: 50px !important;
|
1365 |
+
|
1366 |
+
.add-on {
|
1367 |
+
font-size: 16px;
|
1368 |
+
line-height: 24px !important;
|
1369 |
+
padding: 7px;
|
1370 |
+
height: 32px !important;
|
1371 |
+
float: right;
|
1372 |
+
margin-top: -40px;
|
1373 |
+
}
|
1374 |
+
}
|
1375 |
+
|
1376 |
+
.redux-hint-qtip {
|
1377 |
+
float: left !important;
|
1378 |
+
}
|
1379 |
+
.redux-action_bar .button {
|
1380 |
+
margin-top: -1px;
|
1381 |
+
}
|
1382 |
+
}
|
1383 |
+
}
|
1384 |
+
|
1385 |
+
@media screen and (max-width: 600px) {
|
1386 |
+
.sticky-save-warn .redux-save-warn {
|
1387 |
+
top: 0 !important;
|
1388 |
+
right: 14px !important;
|
1389 |
+
}
|
1390 |
+
}
|
1391 |
+
|
1392 |
+
@media screen and (max-width: 570px) {
|
1393 |
+
.redux-main {
|
1394 |
+
.redux-container-sortable {
|
1395 |
+
.checkbox-container {
|
1396 |
+
width: 85%;
|
1397 |
+
padding-bottom: 5px;
|
1398 |
+
|
1399 |
+
label {
|
1400 |
+
display: initial;
|
1401 |
+
}
|
1402 |
+
}
|
1403 |
+
}
|
1404 |
+
}
|
1405 |
+
}
|
1406 |
+
|
1407 |
+
#redux-header {
|
1408 |
+
position: relative;
|
1409 |
+
}
|
1410 |
+
|
1411 |
+
/* Leftovers? */
|
1412 |
+
|
1413 |
+
/*.shadow1 {
|
1414 |
+
position: relative;
|
1415 |
+
|
1416 |
+
&:before,
|
1417 |
+
&:after {
|
1418 |
+
z-index: -1;
|
1419 |
+
position: absolute;
|
1420 |
+
content: "";
|
1421 |
+
bottom: 15px;
|
1422 |
+
left: 10px;
|
1423 |
+
width: 50%;
|
1424 |
+
top: 80%;
|
1425 |
+
max-width: 300px;
|
1426 |
+
background: #777;
|
1427 |
+
-webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
|
1428 |
+
-moz-box-shadow: 0 15px 10px rgba(0,0,0,0.4);
|
1429 |
+
box-shadow: 0 15px 10px rgba(0,0,0,0.4);
|
1430 |
+
-webkit-transform: rotate(-3deg);
|
1431 |
+
-moz-transform: rotate(-3deg);
|
1432 |
+
-o-transform: rotate(-3deg);
|
1433 |
+
-ms-transform: rotate(-3deg);
|
1434 |
+
transform: rotate(-3deg);
|
1435 |
+
}
|
1436 |
+
|
1437 |
+
&:after {
|
1438 |
+
-webkit-transform: rotate(3deg);
|
1439 |
+
-moz-transform: rotate(3deg);
|
1440 |
+
-o-transform: rotate(3deg);
|
1441 |
+
-ms-transform: rotate(3deg);
|
1442 |
+
transform: rotate(3deg);
|
1443 |
+
right: 10px;
|
1444 |
+
left: auto;
|
1445 |
+
}
|
1446 |
+
}*/
|
1447 |
+
|
1448 |
+
/*.redux-menu-warning {
|
1449 |
+
background-color: #C09853;
|
1450 |
+
color: #FCF8E3;
|
1451 |
+
}
|
1452 |
+
.redux-menu-error {
|
1453 |
+
background-color: #B94A48;
|
1454 |
+
color: #F2DEDE;
|
1455 |
+
}*/
|
1456 |
+
|
1457 |
+
/*.redux-screenshot {
|
1458 |
+
max-width: 300px;
|
1459 |
+
display: block;
|
1460 |
+
}*/
|
1461 |
+
|
1462 |
+
/*.redux-container {
|
1463 |
+
.ajax-loading-img-top {
|
1464 |
+
margin: 5px 4px 0;
|
1465 |
+
float: left;
|
1466 |
+
}
|
1467 |
+
|
1468 |
+
.ajax-loading {
|
1469 |
+
margin: 3px 4px 0;
|
1470 |
+
float: right;
|
1471 |
+
}
|
1472 |
+
|
1473 |
+
.ajax-reset-loading-img {
|
1474 |
+
display: block;
|
1475 |
+
margin-left: 100px;
|
1476 |
+
}
|
1477 |
+
}*/
|
1478 |
+
|
1479 |
+
// Modern Theme
|
1480 |
+
|
1481 |
+
.redux-main {
|
1482 |
+
position: relative;
|
1483 |
+
#redux-sticky {
|
1484 |
+
min-height: 32px;
|
1485 |
+
margin-left: -20px;
|
1486 |
+
margin-right: -20px;
|
1487 |
+
margin-top: -10px;
|
1488 |
+
margin-bottom: 8px;
|
1489 |
+
#info_bar {
|
1490 |
+
height: 32px;
|
1491 |
+
.expand_options {
|
1492 |
+
margin-top: 4px;
|
1493 |
+
}
|
1494 |
+
}
|
1495 |
+
}
|
1496 |
+
.redux_field_search {
|
1497 |
+
top: 50px;
|
1498 |
+
right: 5px;
|
1499 |
+
}
|
1500 |
+
#redux-footer-sticky {
|
1501 |
+
margin-left: -20px;
|
1502 |
+
margin-right: -20px;
|
1503 |
+
margin-bottom: -10px;
|
1504 |
+
}
|
1505 |
+
}
|
1506 |
+
.redux-qtip {
|
1507 |
+
z-index: 999999 !important;
|
1508 |
+
|
1509 |
+
}
|
1510 |
+
|
1511 |
+
.redux-main pre {
|
1512 |
+
white-space: pre-wrap; /* css-3 */
|
1513 |
+
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
1514 |
+
white-space: -pre-wrap; /* Opera 4-6 */
|
1515 |
+
white-space: -o-pre-wrap; /* Opera 7 */
|
1516 |
+
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
1517 |
+
}
|
options/redux-framework/assets/css/redux-fields.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.redux-container-ace_editor .ace-wrapper{position:static}.redux-container-ace_editor .ace_editor{height:200px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-container-ace_editor .ace_gutter{z-index:1!important}.redux-main .redux-container-background .redux-background-attachment,.redux-main .redux-container-background .redux-background-attachment select,.redux-main .redux-container-background .redux-background-clip,.redux-main .redux-container-background .redux-background-clip select,.redux-main .redux-container-background .redux-background-origin,.redux-main .redux-container-background .redux-background-origin select,.redux-main .redux-container-background .redux-background-position,.redux-main .redux-container-background .redux-background-position select,.redux-main .redux-container-background .redux-background-repeat,.redux-main .redux-container-background .redux-background-repeat select,.redux-main .redux-container-background .redux-background-size,.redux-main .redux-container-background .redux-background-size select{width:200px!important;margin-right:10px;margin-bottom:7px}.redux-main .redux-container-background .background-preview{display:block;width:100%;margin:5px 0 10px;border:1px dotted #d3d3d3}.redux-main .redux-container-background .select2-container{margin-right:10px;margin-bottom:10px}.redux-main .redux-container-background .wp-picker-container{margin-bottom:10px}.redux-main .redux-container-background .upload{width:100%;margin-bottom:8px}.redux-main .redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.wp-customizer .redux-container-background .redux-background-attachment,.wp-customizer .redux-container-background .redux-background-attachment select,.wp-customizer .redux-container-background .redux-background-clip,.wp-customizer .redux-container-background .redux-background-clip select,.wp-customizer .redux-container-background .redux-background-origin,.wp-customizer .redux-container-background .redux-background-origin select,.wp-customizer .redux-container-background .redux-background-position,.wp-customizer .redux-container-background .redux-background-position select,.wp-customizer .redux-container-background .redux-background-repeat,.wp-customizer .redux-container-background .redux-background-repeat select,.wp-customizer .redux-container-background .redux-background-size,.wp-customizer .redux-container-background .redux-background-size select{width:100%!important}.redux-container-border .select2-container{float:left;display:block;margin-right:10px}.redux-container-border .select_wrapper{float:left;width:inherit}.redux-container-border .select_wrapper select{width:80px;float:left}.redux-container-border .field-border-input{margin-right:10px;margin-bottom:7px}.redux-container-border .wp-picker-container{margin-top:2px}@media screen and (max-width:782px){.redux-container-border .field-border-input input{display:inline-block!important;width:100px!important}.redux-container-border .field-border-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-border .select_wrapper{margin-top:6px}}.redux-container-checkbox label{vertical-align:top;width:100%}.redux-container-checkbox label .field-desc{margin-top:0;float:left;width:93%;clear:none}.redux-container-color_gradient .colorGradient{display:inline-block}.redux-container-color_gradient .toLabel{padding-left:18px}@media screen and (max-width:660px){.redux-container-color_gradient .colorGradient{display:block;text-align:center!important}}.sp-container,.sp-replacer{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);vertical-align:top}.sp-replacer.focus,.sp-replacer.hover,.sp-replacer:focus,.sp-replacer:hover{background:#fafafa;border-color:#999;color:#222}.sp-replacer.focus,.sp-replacer:focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.sp-replacer.active:focus{-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.sp-replacer.active,.sp-replacer.active:hover,.sp-replacer:active{background:#eee;border-color:#999;color:#333;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}#ui-datepicker-div{z-index:15!important}.ui-datepicker-header{background-color:#00abef}.redux-dimensions-container .select_wrapper,.redux-dimensions-container select{width:65px!important;float:left}.redux-dimensions-container .field-dimensions-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width:782px){.redux-dimensions-container .field-dimensions-input input{display:inline-block!important;width:100px!important}.redux-dimensions-container .field-dimensions-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-dimensions-container .select_wrapper{margin-top:6px}}.redux-main .divide{float:none;border-color:#E7E7E7;display:block;width:100%;height:35px!important;line-height:35px!important;position:relative;margin:15px 0 10px}.redux-main .divide .inner,.redux-main .divide .inner span{background-color:#FCFCFC;border-color:#E7E7E7;position:absolute}.redux-main .divide .inner{width:42%!important;left:40%!important;margin-left:-6%;height:1px;top:50%;margin-top:-1px;border-top-width:1px;border-top-style:solid}.redux-main .divide .inner span{height:5px;width:5px;border-width:2px;border-style:solid;display:block;left:50%;margin-left:-5px;margin-top:-5px}.wp-customizer .redux-container-divide .divide .inner{width:82%!important;left:18%!important;margin-left:-8%}.redux-container-editor .mceLayout td{border-width:1px;margin:0;padding:1px}.redux-container-editor input,.redux-container-editor textarea{margin:inherit}.redux-container-editor textarea{border:0}.redux-container-editor .wp-editor-container{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-container-editor .wp-editor-container textarea{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:inherit}.redux-container-editor .quicktags-toolbar input{margin:2px 1px 4px;line-height:18px;display:inline-block;min-width:26px;padding:2px 4px;font:12px/18px Arial,Helvetica,sans-serif normal;color:#464646;border:1px solid #c3c3c3;-webkit-border-radius:3px;border-radius:3px;background:#eee;background-image:-webkit-gradient(linear,left bottom,left top,from(#e3e3e3),to(#fff));background-image:-webkit-linear-gradient(bottom,#e3e3e3,#fff);background-image:-moz-linear-gradient(bottom,#e3e3e3,#fff);background-image:-o-linear-gradient(bottom,#e3e3e3,#fff);background-image:linear-gradient(to top,#e3e3e3,#fff)}.redux-container-image_select .redux-table-container{display:table;table-layout:fixed;width:100%}.redux-container-image_select .redux-image-select{margin:0!important}.redux-container-image_select .redux-image-select .tiles{display:block;background-color:#FFF;background-repeat:repeat;width:40px;height:40px}.redux-container-image_select .redux-image-select .tiles,.redux-container-image_select .redux-image-select img{border-color:#d9d9d9}.redux-container-image_select .redux-image-select li:last-child{margin-bottom:0}.redux-container-image_select .redux-image-select input[type=radio]{display:none}.redux-container-image_select .redux-image-select-presets img{width:100%}.redux-container-image_select ul.redux-image-select li{margin:0 10px 3px;display:inline-block;padding:2px 2px 2px 0}.redux-container-image_select .redux-image-select-selected{background-color:#f9f9f9}.redux-container-image_select .redux-image-select .tiles,.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select-selected .tiles,.redux-container-image_select .redux-image-select-selected img{border-width:4px;border-style:solid}.redux-container-image_select .redux-image-select-selected .tiles{border-color:#7a7a7a}.redux-info-field .redux-info-icon i,.redux-notice-field .redux-info-icon i{font-size:2em}.redux-info-field .redux-info-desc,.redux-notice-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-info-field{min-height:20px;padding:8px 19px;margin:10px 0;border-radius:4px;border:1px solid;position:relative}.redux-info-field h1,.redux-info-field h2,.redux-info-field h3,.redux-info-field h4,.redux-info-field h5,.redux-info-field h6{border-bottom:0!important}.redux-info-field h3{color:#777}.redux-info-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-info-field.redux-normal{background-color:#eee;border-color:#ccc;color:#666}.redux-info-field.redux-normal i{color:#c5c5c5}.redux-info-field.redux-warning{background-color:#fbeba4;border-color:#d7c281;color:#958234}.redux-info-field.redux-warning i{color:#dcca81}.redux-info-field.redux-success{background-color:#c4ee91;border-color:#71af5d;color:#4d7615}.redux-info-field.redux-success i{color:#a0ca6c}.redux-info-field.redux-critical{background-color:#fba1a3;border-color:#b84f5b;color:#981225}.redux-info-field.redux-critical i{color:#dd767d}.redux-info-field.redux-info{background-color:#d3e4f4;border-color:#a9b6c2;color:#5c80a1}.redux-info-field.redux-info i{color:#afc6da}.redux-notice-field{margin:15px 0 0;background-color:#fff;border:0;border-left:4px solid #f3f3f3;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:1px 12px}.redux-notice-field h1,.redux-notice-field h2,.redux-notice-field h3,.redux-notice-field h4,.redux-notice-field h5,.redux-notice-field h6{border-bottom:0!important}.redux-notice-field p{margin:.5em 0;padding:2px}.redux-notice-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-notice-field.redux-info{border-left:4px solid #0099d5}.redux-notice-field.redux-success{border-left:4px solid #7ad03a}.redux-notice-field.redux-warning{border-left:4px solid #fbeba4}.redux-notice-field.redux-critical{border-left:4px solid #dd3d36}.redux-main .redux-field-container.redux-container-info{padding:0}.wp-customizer .hasIcon.redux-info-field .redux-info-desc,.wp-customizer .hasIcon.redux-notice-field .redux-info-desc{display:block;margin-left:43px}.wp-customizer .hasIcon.redux-info-field .redux-info-icon,.wp-customizer .hasIcon.redux-notice-field .redux-info-icon{float:left}.wp-customizer .redux-main .customize-control.customize-control-redux-info{border-bottom:0}.redux-container-link_color .linkColor{display:inline-block;padding-right:10px;padding-bottom:7px}.redux-main .button.remove-image,.redux-main .removeCSS{margin-left:10px;color:#ef521d}.redux-main .button.remove-image:hover,.redux-main .removeCSS:hover{color:red}.redux-main .upload_button_div{margin-bottom:5px}.redux-main .upload-error{float:left;color:#666;font-size:10px;font-weight:700;text-decoration:none;text-shadow:1px 1px 0 #FFF;margin:0 10px 0 0;padding:3px 10px;background:#FFDFEC;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.redux-main .reset-button{font-family:Arial,Verdana,sans-serif;float:left;margin:0;color:#ef521d;border-color:#bbb}.redux-main .redux-option-image{max-height:340px;max-width:340px;padding:5px;margin-bottom:0;margin-top:10px;margin-right:15px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-main .redux-main .upload{width:80%!important}.redux-main .button{margin-top:2px}.redux-container-multi_text ul.redux-multi-text{margin:0;padding:0}.redux-container-multi_text .redux-multi-text-add{clear:both;margin:5px 0}.redux-container-multi_text a.redux-multi-text-remove.deletion{color:red;padding:2px 4px;margin-left:5px}.redux-container-multi_text a.redux-multi-text-remove.deletion:hover{background:red;color:#fff;text-decoration:none}@media screen and (max-width:782px){.redux-container-multi_text input{clear:both}.redux-container-multi_text .redux-multi-text-remove{margin:0;float:right}}.wp-customizer .redux-container-multi_text .button{float:right}.wp-customizer .redux-container-multi_text .redux-multi-text-remove{float:right;margin-bottom:5px}.wp-customizer .redux-container-multi_text ul.redux-multi-text input{width:100%!important}.redux-container-palette label{border:3px solid transparent;border-color:transparent!important;border-radius:0;width:100%!important;display:block}.redux-container-palette label.ui-button.ui-widget{width:95%;background:0 0;padding:0}.redux-container-palette label.ui-button.ui-widget .ui-button-text{display:flex}.redux-container-palette label.ui-button.ui-widget .ui-button-text span{padding:10px;flex-grow:1;font-size:0;line-height:10px;color:transparent;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-ms-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;text-shadow:0}.redux-container-palette label.ui-button.ui-widget .ui-button-text span:hover{flex-grow:3;font-weight:700;min-width:60px;font-size:12px;line-height:10px;color:#333;text-shadow:0 0 8px #fff,0 0 8px #fff}.redux-container-palette label.ui-state-active{border:3px solid #333!important}.wp-customizer .redux-main .redux-container-palette label{margin-bottom:3px}.redux-main .form-table-section-indented{width:95%;margin-left:5%}.redux-main .form-table-section tr:first-of-type th:first-of-type{padding:0!important}.redux-main h3{margin-top:10px}.redux-main .form-table-section-indented>tbody>tr:first-child{display:none}.redux-main .form-table-section-indented>tbody>tr:nth-last-child(2){border-bottom:0}.redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.redux-container-select_image{margin-top:2px;margin-left:5px;width:100%;margin-bottom:0}.redux-preview-image{max-height:250px;max-width:250px;padding:5px;margin-top:10px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-container-slider .redux-slider-container{margin-left:25px;margin-right:25px;width:200px;display:inline-block;vertical-align:middle}.redux-container-slider .redux-slider-input,.redux-container-slider .redux-slider-select-one,.redux-container-slider .redux-slider-select-two{width:100px!important;text-align:center}.redux-container-slider .redux-slider-label{position:absolute;margin-left:-5px}.redux-container-slider .redux-slider-label-one{position:absolute;margin-left:-22px}.redux-container-slider .redux-slider-label-two{position:absolute;margin-top:-21px;margin-left:245px}@media screen and (max-width:782px){.redux-container-slider input{display:inline-block!important}}@media screen and (max-width:570px){.redux-container-slider{text-align:center}.redux-container-slider .redux-slider-label,.redux-container-slider .select2-container,.redux-container-slider input,.redux-container-slider select{display:block!important;position:inherit;margin:10px auto}.redux-container-slider .redux-slider-container{margin-top:3px;width:80%}}.wp-customizer .redux-container-slider .redux-slider-label{float:left;position:inherit;width:25%;text-align:center;margin-left:0}.wp-customizer .redux-container-slider .redux-slider-input,.wp-customizer .redux-container-slider .redux-slider-select-one,.wp-customizer .redux-container-slider .redux-slider-select-two{width:25%!important}.wp-customizer .redux-container-slider .redux-slider-container{width:70%;margin-right:0;margin-left:5%}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0;border-radius:2px}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-horizontal.noUi-extended{padding:0 15px}.noUi-horizontal.noUi-extended .noUi-origin{right:-15px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-vertical.noUi-extended{padding:15px 0}.noUi-vertical.noUi-extended .noUi-origin{bottom:-15px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}.noUi-state-blocked .noUi-connect,.noUi-state-blocked.noUi-connect{background:#4FDACF}.redux-container-slides .redux-slides-list .select2-container{margin-bottom:10px;width:100%}.redux-container-slides .ui-accordion-header{margin-bottom:0}.redux-container-slides .full-text,.redux-container-slides .large-text{width:100%}.redux-container-slides .redux-slides-accordion-group{border:1px solid #dfdfdf!important;border-radius:3px!important;margin-top:0!important;margin-bottom:10px;background:#f9f9f9;padding:5px}.redux-container-slides .redux-slides-accordion-group h3{border:1px solid #dfdfdf;cursor:move!important;font-weight:700;padding:0 10px!important;height:40px;line-height:40px!important;background-color:#f1f1f1;background-image:-ms-linear-gradient(top,#f9f9f9,#ececec);background-image:-moz-linear-gradient(top,#f9f9f9,#ececec);background-image:-o-linear-gradient(top,#f9f9f9,#ececec);background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));background-image:-webkit-linear-gradient(top,#f9f9f9,#ececec);background-image:linear-gradient(top,#f9f9f9,#ececec);overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-slides #redux-slides-accordion .redux-slides-image{height:250px;padding:5px;margin-top:10px;margin-bottom:10px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-container-slides .redux-slides-add{float:right;margin-right:10%;display:block;margin-bottom:10px}.redux-container-slides .redux-slides-remove{color:#ef521d!important;float:right;margin-top:5px}.redux-container-slides .redux-slides-header{font-weight:700}.redux-container-slides .redux_slides_add_remove{margin-bottom:10px}.redux-container-slides input{width:100%!important}.wp-customizer .redux-container-slides .ui-accordion .ui-accordion-content{padding:10px}.redux-container-sortable i.el{cursor:move}.redux-container-sortable label{margin-right:10px;width:300px}.redux-container-sortable label.bugger{margin-bottom:0!important;font-size:12px!important;color:#999}.redux-container-sortable input{margin-right:10px}.redux-container-sortable .checkbox-container{width:364px}.redux-container-sortable .checkbox-container .drag{float:right;margin-left:10px}.redux-container-sortable ul.labeled li{line-height:1.4em!important}.redux-container-sortable li{line-height:30px!important}.redux-container-sortable li.ui-state-highlight{height:30px;width:364px;margin-bottom:13px}.redux-container-sortable li.placeholder{height:30px;margin:10px 0}.wp-customizer .redux-sortable input[type=text]{width:92%}.wp-customizer .redux-sortable i.el{margin-left:5px}.wp-customizer .redux-container-sortable .checkbox-container{width:inherit}.wp-customizer .redux-container-sortable .ui-draggable-handle{margin-left:3%}.redux-container-sorter{margin-right:-20px}.redux-container-sorter ul{background:#F9F9F9;border:1px solid #E3E3E3;min-height:40px;padding:10px 10px 0;width:145px;float:left;margin:0 15px 0 0}.redux-container-sorter ul.filled{opacity:.7;filter:alpha(opacity=70);background:#efecec}.redux-container-sorter ul li{border:1px solid #DFDFDF;cursor:move;font-weight:700;margin-bottom:10px!important;padding:0 10px;height:40px;line-height:40px!important;background-color:#F1F1F1;background-image:-ms-linear-gradient(top,#f9f9f9,#ececec);background-image:-moz-linear-gradient(top,#f9f9f9,#ececec);background-image:-o-linear-gradient(top,#f9f9f9,#ececec);background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));background-image:-webkit-linear-gradient(top,#f9f9f9,#ececec);background-image:linear-gradient(top,#f9f9f9,#ececec);overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-sorter ul li h3{margin:0 0 10px;text-align:center;color:#777;text-transform:capitalize;word-wrap:break-word}.redux-container-sorter ul li.placeholder{height:40px}.wp-customizer .redux-container-sorter ul{width:85%;margin:0 0 5px}.redux-container-spacing .select_wrapper,.redux-container-spacing select{width:80px!important;float:left}.redux-container-spacing .field-spacing-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width:782px){.redux-container-spacing .field-spacing-input input{display:inline-block!important;width:70px!important}.redux-container-spacing .field-spacing-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-spacing .select_wrapper{margin-top:6px}}.redux-container-spinner .spinner-wrpr{position:relative;display:block;height:30px;overflow:hidden}.redux-container-spinner .spinner-wrpr .spinner-input{position:relative!important;z-index:1;width:45px!important;height:30px!important;background:#e7e7e7!important;border:1px solid #bfbfbf!important;border-right:0!important;border-left:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.redux-container-spinner .ui-spinner{position:static;display:inline}.redux-container-spinner .ui-spinner-buttons{position:absolute;padding:0}.redux-container-spinner .ui-widget .ui-spinner-button{position:absolute;top:0;padding:0 0 30px;overflow:hidden;cursor:pointer;background:-moz-linear-gradient(#fff,#f3f3f3);background:-o-linear-gradient(#fff,#f3f3f3);background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f3f3f3));background:linear-gradient(#fff,#f3f3f3);background-color:#fff;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.redux-container-spinner .ui-spinner-button:hover,.redux-container-spinner .ui-state-hover{background:-moz-linear-gradient(#f3f3f3,#fff);background:-o-linear-gradient(#f3f3f3,#fff);background:-webkit-gradient(linear,left top,left bottom,from(#f3f3f3),to(#fff));background:linear-gradient(#f3f3f3,#fff);background-color:#f3f3f3}.redux-container-spinner .ui-corner-tr,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-n{-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0}.redux-container-spinner .ui-corner-br,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-s{-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px}.redux-container-spinner .ui-spinner-button .ui-icon{top:0;display:block;width:28px;height:28px;margin:0;border:1px solid #b7b7b7}.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-n{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADxJREFUeNpsjwsKADAIQu3u3tsRY6M5gz7w0AqSQFLdZ3ZRgmf44JQ/EOZ9oYOsiDviVemP2oYoWCwBBgDpO6VXVo3RyQAAAABJRU5ErkJggg==) 10px 10px no-repeat!important}.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-s{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi+P//PwM6bmlpwS4IorEKokggC8Il0AVhEv9x6sAmiaz9P05XIUsygmVRAUiAESDAAFHcpVdWtdj/AAAAAElFTkSuQmCC) 10px 10px no-repeat!important}.redux-container-switch .cb-disable.selected,.redux-container-switch .cb-enable.selected{color:#fff}.redux-container-switch .switch-options{min-height:30px;margin-right:10px}.redux-container-switch .switch-options label{cursor:pointer}.redux-container-switch .switch-options input{display:none}.redux-container-switch .cb-disable,.redux-container-switch .cb-enable{padding:0 10px;border-width:1px;border-style:solid;-webkit-appearance:none;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.redux-container-switch .cb-disable span,.redux-container-switch .cb-enable span{line-height:30px;font-weight:700;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.redux-container-switch .cb-disable,.redux-container-switch .cb-disable span,.redux-container-switch .cb-enable,.redux-container-switch .cb-enable span{display:block;float:left}.redux-container-switch .cb-enable{border-right:0;border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px}.redux-container-switch .cb-disable{border-left:0;border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0}.redux-container-text label{display:block;position:relative;font-size:12px!important;text-align:left;color:#999;margin:4px 0 2px!important;cursor:default;top:5px;width:100px}.redux-container-text input{clear:left}.redux-container-text .input_wrapper{display:block;position:relative;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:left;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.wp-customizer .redux-container-text .input_wrapper{width:100%;max-width:100%;height:auto}.redux-main .redux-typography-container{display:block;position:relative;margin:0;padding:0;width:100%;max-width:660px}.redux-main .redux-typography-container .clearfix{clear:both}.redux-main .redux-typography-container .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.redux-main .redux-typography-container .redux-typography-color,.redux-main .redux-typography-container input.wp-picker-default{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;height:24px;padding:0 14px!important;margin-top:0;margin-bottom:0;margin-left:4px!important;font-size:12px!important}.redux-main .redux-typography-container .select_wrapper{display:block;position:relative;float:left;clear:none;margin:0 10px 0 0;width:48%!important;min-width:210px!important;max-width:324px!important;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .select_wrapper:nth-child(even),.redux-main .redux-typography-container .select_wrapper:nth-child(odd){margin-right:10px!important}.redux-main .redux-typography-container .select_wrapper.typography-family .select2-container{width:100%}.redux-main .redux-typography-container .select_wrapper .redux-typography{font-size:14px!important;display:block;float:left;height:28px!important;line-height:50px!important;padding:0!important;width:100%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .wp-picker-container{float:left;clear:left;margin-bottom:12px;padding:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-main .redux-typography-container .input_wrapper{display:block;position:relative;margin:0 4px 0 5px;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:none;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container .input_wrapper.font-size{margin-left:0}.redux-main .redux-typography-container .input_wrapper input.mini{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:78%;text-align:center;margin:0;height:28px;top:3px;padding:0 2px 0 5px;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.redux-main .redux-typography-container .picker-wrapper{display:block;position:relative;margin:0;padding:0;width:23%;width:100%;max-width:23%;min-width:70px;min-width:100%;clear:none;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container label{display:block;position:relative;font-size:12px!important;text-align:left;color:#999;margin:4px 0 2px!important;cursor:default}.redux-main .redux-typography-container .typography-preview{display:none;width:100%;border:1px dotted #d3d3d3;max-width:850px;padding:10px;font-size:10pt;height:auto;margin:5px 0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.redux-main .redux-typography-container .typography-color{border:0;margin:0}.redux-main .redux-typography-container ::-webkit-input-placeholder{line-height:19px}@media screen and (max-width:540px){.redux-main .redux-main .redux-typography-container{max-width:230px;margin:0 auto}.redux-main .redux-main .redux-typography-container .select_wrapper{max-width:210px;min-width:210px;width:210px;margin-left:0!important;margin-right:0!important}.redux-main .redux-main .redux-typography-container .input_wrapper{max-width:101px;min-width:101px;width:101px;margin-left:0!important;margin-right:5px!important}.redux-main .redux-main .redux-typography-container .input_wrapper input.mini{width:73%}.redux-main .redux-main .redux-typography-container .input-append .add-on{width:30%;padding:5px!important}.redux-main .redux-main .redux-main .wp-picker-container .wp-picker-input-wrap{margin-top:7px}}@media screen and (max-width:360px){.redux-main .redux-typography-container .iris-picker .iris-square{margin-right:3%}}.wp-customizer .redux-typography-container .input_wrapper{width:40%;max-width:40%;min-width:20%}.wp-customizer .redux-typography-container .input_wrapper input.mini{width:70%}.wp-customizer .redux-typography-container .select_wrapper{width:100%!important}.redux-main input.redux-color{float:left;width:70px;margin-left:5px}.redux-main input.color-transparency{margin-left:10px;margin-right:3px}.redux-main input.wp-color-picker{width:80px!important}.redux-main .section-color .controls{width:345px}.redux-main .section-color .explain{width:225px}.redux-main .iris-picker .iris-strip .ui-slider-handle{position:absolute;background:0 0!important;right:-3px;left:-3px;border:4px solid #aaa!important;border-width:4px 3px;width:auto;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.2);opacity:.9;z-index:5;cursor:ns-resize}.redux-main .iris-picker .iris-slider-offset{position:absolute;top:2px;left:0;right:0;bottom:4px;width:28px;background:0 0!important;border:0!important;height:auto}.redux-main .wp-picker-container input{margin-bottom:inherit;margin-top:inherit;padding:3px 5px}.redux-main .wp-picker-container .wp-color-result{outline:0;margin:0}.redux-main .wp-picker-container .wp-picker-default{padding:0 10px 1px}.redux-main .redux-color-gradient{line-height:24px}.redux-main .color-transparency-check{line-height:1;margin-top:0!important}.redux-main .wp-picker-clear{margin-top:0!important}.wp-customizer .redux-main .redux-typography-container .redux-typography-color,.wp-customizer .redux-main .redux-typography-container input.wp-picker-default,.wp-customizer .redux-main input.wp-picker-default{padding:0 4px!important}.wp-customizer .redux-main input.wp-color-picker{width:65px!important;margin-left:5px!important}.redux-main .button.remove-image,.redux-main .removeCSS{margin-left:10px;color:#ef521d}.redux-main .button.remove-image:hover,.redux-main .removeCSS:hover{color:red}.redux-main .upload_button_div{margin-bottom:5px}.redux-main .upload-error{float:left;color:#666;font-size:10px;font-weight:700;text-decoration:none;text-shadow:1px 1px 0 #FFF;margin:0 10px 0 0;padding:3px 10px;background:#FFDFEC;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.redux-main .reset-button{font-family:Arial,Verdana,sans-serif;float:left;margin:0;color:#ef521d;border-color:#bbb}.redux-main .redux-option-image{max-height:340px;max-width:340px;padding:5px;margin-bottom:0;margin-top:10px;margin-right:15px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-main .redux-main .upload{width:80%!important}.redux-main .button{margin-top:2px}
|
options/redux-framework/assets/css/redux-vendor.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:0;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}/*! Light tooltip style */.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}/*! Dark tooltip style */.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}/*! Cream tooltip style */.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}/*! Red tooltip style */.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}/*! Green tooltip style */.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}/*! Blue tooltip style */.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}.sp-container{position:absolute;top:0;left:0;display:inline-block;z-index:9999994;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-container,.sp-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{position:absolute;top:0;left:0;bottom:0;right:0}.sp-color{position:absolute;top:0;left:0;bottom:0;right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-clear-enabled .sp-hue{top:33px;height:77.5%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid #000;background:#fff;opacity:.8}.sp-alpha{display:none;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:1px solid #333}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:center}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:0;right:0;bottom:0;left:84%;height:28px}.sp-alpha,.sp-alpha-handle,.sp-clear,.sp-container,.sp-container button,.sp-container.sp-dragging .sp-input,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-buttons-disabled .sp-button-container,.sp-container.sp-input-disabled .sp-input-container,.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,.sp-initial-disabled .sp-initial,.sp-palette-disabled .sp-palette-container,.sp-palette-only .sp-picker-container{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#FFF),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#FFF,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(to right,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')}.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(to top,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')}.sp-hue{background:-moz-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-ms-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-o-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));background:-webkit-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')}.sp-hidden{display:none!important}.sp-cf:after,.sp-cf:before{content:"";display:table}.sp-cf:after{clear:both}@media (max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;cursor:pointer;position:absolute;top:0;left:0}.sp-slider{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:#fff;opacity:.8}.sp-container{border-radius:0;background-color:#ECECEC;border:1px solid #f0c49B;padding:0}.sp-clear,.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue{font:400 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-clear,.sp-color,.sp-hue{border:1px solid #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container{width:100%}.sp-input{font-size:12px!important;border:1px inset;padding:4px 5px;margin:0;width:100%;background:0 0;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-palette-container,.sp-picker-container{float:left;position:relative;padding:10px 10px 300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;cursor:pointer}.sp-palette .sp-thumb-el.sp-thumb-active,.sp-palette .sp-thumb-el:hover{border-color:orange}.sp-initial{float:left;border:1px solid #333}.sp-initial span{width:30px;height:25px;border:none;display:block;float:left;margin:0}.sp-initial .sp-clear-display{background-position:center}.sp-button-container,.sp-palette-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;border:1px solid #91765d;background:#eee;color:#333;vertical-align:middle}.sp-replacer.sp-active,.sp-replacer:hover{border-color:#F0C49B;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{width:25px;height:20px;border:1px solid #222;margin-right:5px;float:left;z-index:0}.sp-palette{max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:1px solid #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(to bottom,#eee,#ccc);border:1px solid #ccc;border-bottom:1px solid #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:-webkit-linear-gradient(top,#ddd,#bbb);background-image:-moz-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:-o-linear-gradient(top,#ddd,#bbb);background-image:linear-gradient(to bottom,#ddd,#bbb);border:1px solid #bbb;border-bottom:1px solid #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid #aaa;border-bottom:1px solid #888;-webkit-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-moz-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f!important;margin:0 5px 0 0;padding:2px;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f!important;text-decoration:underline}.sp-palette span.sp-thumb-active,.sp-palette span:hover{border-color:#000}.sp-alpha,.sp-preview,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:center;background-image:url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)}.select2-container{margin:0;position:relative;display:inline-block;zoom:1;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(to top,#eee 0,#fff 50%)}html[dir=rtl] .select2-container .select2-choice{padding:0 8px 0 0}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(.9,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 90%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(to bottom,#eee 0,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-left:26px;margin-right:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(select2.png) right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background:#ccc;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(.6,#eee)) #ccc;background:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%) #ccc;background:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%) #ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);background:linear-gradient(to top,#ccc 0,#eee 60%) #ccc}html[dir=rtl] .select2-container .select2-choice .select2-arrow{left:0;right:auto;border-left:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url(select2.png) 0 1px no-repeat}html[dir=rtl] .select2-container .select2-choice .select2-arrow b{background-position:2px 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:url(select2.png) 100% -22px no-repeat #fff;background:url(select2.png) 100% -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}html[dir=rtl] .select2-search input{padding:4px 5px 4px 20px;background:url(select2.png) -37px -22px no-repeat #fff;background:url(select2.png) -37px -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:url(select2-spinner.gif) 100% no-repeat #fff;background:url(select2-spinner.gif) 100% no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(.5,#eee));background-image:-webkit-linear-gradient(center bottom,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center bottom,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image:linear-gradient(to top,#fff 0,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(.5,#eee));background-image:-webkit-linear-gradient(center top,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center top,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image:linear-gradient(to bottom,#fff 0,#eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:0 0;border-left:none;filter:none}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-right:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent}html[dir=rtl] .select2-results{padding:0 4px 0 0;margin:4px 0 4px 4px}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:0 0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:url(select2-spinner.gif) 100% no-repeat #f4f4f4}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0 5px 0 0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(to bottom,#eee 1%,#fff 15%)}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 0 0 5px}.select2-locked{padding:3px 5px!important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:0 0!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:url(select2-spinner.gif) 100% no-repeat #fff!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 5px 3px 0;padding:3px 18px 3px 5px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url(select2.png) right top no-repeat}html[dir=rtl] .select2-search-choice-close{right:auto;left:3px}.select2-container-multi .select2-search-choice-close{left:3px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{left:auto;right:2px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0 0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-container .select2-choice .select2-arrow b,.select2-container .select2-choice abbr,.select2-search input,.select2-search-choice-close{background-image:url(select2x2.png)!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}
|
options/redux-framework/assets/css/rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.redux-container .redux-action_bar{float:left}.redux-container #expand_options,.redux-sidebar,.cb-enable,.cb-disable,.cb-enable span,.cb-disable span,#redux-footer #redux-share{float:right}.redux-main{border-left:0px;margin-left:0px;border-right:1px solid #d8d8d8;margin-right:201px}.redux-group-tab-link-a{padding-left:0px;padding-right:30px}.redux-group-tab-link-a i{padding-left:10px;padding-right:5px}.redux-group-tab-link-a span.group_title{padding-left:0px;padding-right:30px}.redux-container .expand_options,.redux-sidebar,.cb-enable,.cb-disable,.cb-enable span,.cb-disable span,#redux-footer #redux-share{float:right}.redux_slider{margin-left:0px;margin-right:15px}.redux-action_bar{float:left !important}.expand_options{float:right !important;border:1px solid #f00}.redux_field_th{padding:20px 0 20px 10px !important}.field-desc{text-align:right}.redux-container-ace_editor,.redux-container-border,.redux-container-spacing,.redux-container-dimensions{direction:ltr !important}.redux-container-border .field-border-input,.redux-container-border .redux-color-init,.redux-container-border .redux-border-style,.redux-container-sorter,.redux-container-border,.redux-container-spacing,.redux-container-spacing .field-spacing-input,.redux-container-dimensions .redux-dimensions-container,.redux-container-text label,.redux-container-checkbox input,.typography-font-bar,.typography-style-bar,.redux-color.redux-typography-color,.redux-typography-subsets{float:right !important}.input-append{margin-right:10px;direction:ltr !important}.redux-container-slider,.redux-container-spinner,.redux-container-switch{direction:ltr !important;float:right;margin:0}.redux-main .redux-typography-container .typography-preview{text-align:center !important;direction:ltr !important}.redux-info-field .redux-info-icon{margin-left:15px}#redux-share{float:right !important}
|
options/redux-framework/assets/css/rtl.scss
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.redux-container {
|
2 |
+
.redux-action_bar {
|
3 |
+
float: left;
|
4 |
+
}
|
5 |
+
}
|
6 |
+
|
7 |
+
.redux-container #expand_options,
|
8 |
+
.redux-sidebar,
|
9 |
+
.cb-enable,
|
10 |
+
.cb-disable,
|
11 |
+
.cb-enable span,
|
12 |
+
.cb-disable span,
|
13 |
+
#redux-footer #redux-share {
|
14 |
+
float: right;
|
15 |
+
}
|
16 |
+
|
17 |
+
.redux-main {
|
18 |
+
border-left: 0px;
|
19 |
+
margin-left: 0px;
|
20 |
+
border-right: 1px solid #d8d8d8;
|
21 |
+
margin-right: 201px;
|
22 |
+
}
|
23 |
+
|
24 |
+
.redux-group-tab-link-a {
|
25 |
+
padding-left: 0px;
|
26 |
+
padding-right: 30px;
|
27 |
+
|
28 |
+
i {
|
29 |
+
padding-left: 10px;
|
30 |
+
padding-right: 5px;
|
31 |
+
}
|
32 |
+
|
33 |
+
span.group_title {
|
34 |
+
padding-left: 0px;
|
35 |
+
padding-right: 30px;
|
36 |
+
}
|
37 |
+
}
|
38 |
+
|
39 |
+
.redux-container .expand_options,
|
40 |
+
.redux-sidebar,
|
41 |
+
.cb-enable,
|
42 |
+
.cb-disable,
|
43 |
+
.cb-enable span,
|
44 |
+
.cb-disable span,
|
45 |
+
#redux-footer #redux-share{
|
46 |
+
float:right;
|
47 |
+
}
|
48 |
+
|
49 |
+
.redux_slider {
|
50 |
+
margin-left: 0px;
|
51 |
+
margin-right: 15px;
|
52 |
+
}
|
53 |
+
|
54 |
+
.redux-action_bar {
|
55 |
+
float: left !important;
|
56 |
+
}
|
57 |
+
|
58 |
+
.expand_options {
|
59 |
+
float: right !important;
|
60 |
+
border:1px solid #f00;
|
61 |
+
}
|
62 |
+
|
63 |
+
.redux_field_th{
|
64 |
+
padding:20px 0 20px 10px !important;
|
65 |
+
}
|
66 |
+
|
67 |
+
.field-desc {
|
68 |
+
text-align: right;
|
69 |
+
}
|
70 |
+
|
71 |
+
.redux-container-ace_editor,
|
72 |
+
.redux-container-border,
|
73 |
+
.redux-container-spacing,
|
74 |
+
.redux-container-dimensions {
|
75 |
+
direction: ltr !important;
|
76 |
+
}
|
77 |
+
|
78 |
+
.redux-container-border .field-border-input,
|
79 |
+
.redux-container-border .redux-color-init,
|
80 |
+
.redux-container-border .redux-border-style,
|
81 |
+
.redux-container-sorter,
|
82 |
+
.redux-container-border,
|
83 |
+
.redux-container-spacing,
|
84 |
+
.redux-container-spacing .field-spacing-input,
|
85 |
+
.redux-container-dimensions .redux-dimensions-container,
|
86 |
+
.redux-container-text label,
|
87 |
+
.redux-container-checkbox input,
|
88 |
+
.typography-font-bar,
|
89 |
+
.typography-style-bar,
|
90 |
+
.redux-color.redux-typography-color,
|
91 |
+
.redux-typography-subsets {
|
92 |
+
float:right !important;
|
93 |
+
}
|
94 |
+
|
95 |
+
.input-append{
|
96 |
+
margin-right:10px; direction:ltr !important;
|
97 |
+
}
|
98 |
+
|
99 |
+
.redux-container-slider,
|
100 |
+
.redux-container-spinner,
|
101 |
+
.redux-container-switch {
|
102 |
+
direction:ltr !important;
|
103 |
+
float:right;
|
104 |
+
margin:0;
|
105 |
+
}
|
106 |
+
|
107 |
+
.redux-main .redux-typography-container .typography-preview {
|
108 |
+
text-align: center !important;
|
109 |
+
direction: ltr !important;
|
110 |
+
}
|
111 |
+
|
112 |
+
.redux-info-field .redux-info-icon {
|
113 |
+
margin-left: 15px;
|
114 |
+
}
|
115 |
+
|
116 |
+
#redux-share {
|
117 |
+
float:right !important;
|
118 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/elusive-icons.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Elusive Icons 2.0.0 by @ReduxFramework - http://elusiveicons.com - @reduxframework
|
3 |
+
* License - http://elusiveicons.com/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
+
*/@font-face{font-family:'Elusive-Icons';src:url("fonts/elusiveicons-webfont.eot?v=2.0.0");src:url("fonts/elusiveicons-webfont.eot?#iefix&v=2.0.0") format("embedded-opentype"),url("fonts/elusiveicons-webfont.woff?v=2.0.0") format("woff"),url("fonts/elusiveicons-webfont.ttf?v=2.0.0") format("truetype"),url("fonts/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular") format("svg");font-weight:normal;font-style:normal}.el{display:inline-block;font:normal normal normal 14px/1 "Elusive-Icons";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.el-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-15%}.el-2x{font-size:2em}.el-3x{font-size:3em}.el-4x{font-size:4em}.el-5x{font-size:5em}.el-fw{width:1.28571em;text-align:center}.el-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.el-ul>li{position:relative}.el-li{position:absolute;left:-2.14286em;width:2.14286em;top:0.14286em;text-align:center}.el-li.el-lg{left:-1.85714em}.el-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.el.pull-left{margin-right:.3em}.el.pull-right{margin-left:.3em}.el-spin{-webkit-animation:el-spin 2s infinite linear;animation:el-spin 2s infinite linear}.el-pulse{-webkit-animation:el-spin 1s infinite steps(8);animation:el-spin 1s infinite steps(8)}@-webkit-keyframes el-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes el-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.el-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.el-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.el-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.el-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.el-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .el-rotate-90,:root .el-rotate-180,:root .el-rotate-270,:root .el-flip-horizontal,:root .el-flip-vertical{filter:none}.el-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.el-stack-1x,.el-stack-2x{position:absolute;left:0;width:100%;text-align:center}.el-stack-1x{line-height:inherit}.el-stack-2x{font-size:2em}.el-inverse{color:#fff}.el-icon-address-book-alt:before,.el-address-book-alt:before{content:""}.el-icon-address-book:before,.el-address-book:before{content:""}.el-icon-adjust-alt:before,.el-adjust-alt:before{content:""}.el-icon-adjust:before,.el-adjust:before{content:""}.el-icon-adult:before,.el-adult:before{content:""}.el-icon-align-center:before,.el-align-center:before{content:""}.el-icon-align-justify:before,.el-align-justify:before{content:""}.el-icon-align-left:before,.el-align-left:before{content:""}.el-icon-align-right:before,.el-align-right:before{content:""}.el-icon-arrow-down:before,.el-arrow-down:before{content:""}.el-icon-arrow-left:before,.el-arrow-left:before{content:""}.el-icon-arrow-right:before,.el-arrow-right:before{content:""}.el-icon-arrow-up:before,.el-arrow-up:before{content:""}.el-icon-asl:before,.el-asl:before{content:""}.el-icon-asterisk:before,.el-asterisk:before{content:""}.el-icon-backward:before,.el-backward:before{content:""}.el-icon-ban-circle:before,.el-ban-circle:before{content:""}.el-icon-barcode:before,.el-barcode:before{content:""}.el-icon-behance:before,.el-behance:before{content:""}.el-icon-bell:before,.el-bell:before{content:""}.el-icon-blind:before,.el-blind:before{content:""}.el-icon-blogger:before,.el-blogger:before{content:""}.el-icon-bold:before,.el-bold:before{content:""}.el-icon-book:before,.el-book:before{content:""}.el-icon-bookmark-empty:before,.el-bookmark-empty:before{content:""}.el-icon-bookmark:before,.el-bookmark:before{content:""}.el-icon-brackets:before,.el-brackets:before{content:""}.el-icon-braille:before,.el-braille:before{content:""}.el-icon-briefcase:before,.el-briefcase:before{content:""}.el-icon-broom:before,.el-broom:before{content:""}.el-icon-brush:before,.el-brush:before{content:""}.el-icon-bulb:before,.el-bulb:before{content:""}.el-icon-bullhorn:before,.el-bullhorn:before{content:""}.el-icon-calendar-sign:before,.el-calendar-sign:before{content:""}.el-icon-calendar:before,.el-calendar:before{content:""}.el-icon-camera:before,.el-camera:before{content:""}.el-icon-car:before,.el-car:before{content:""}.el-icon-caret-down:before,.el-caret-down:before{content:""}.el-icon-caret-left:before,.el-caret-left:before{content:""}.el-icon-caret-right:before,.el-caret-right:before{content:""}.el-icon-caret-up:before,.el-caret-up:before{content:""}.el-icon-cc:before,.el-cc:before{content:""}.el-icon-certificate:before,.el-certificate:before{content:""}.el-icon-check-empty:before,.el-check-empty:before{content:""}.el-icon-check:before,.el-check:before{content:""}.el-icon-chevron-down:before,.el-chevron-down:before{content:""}.el-icon-chevron-left:before,.el-chevron-left:before{content:""}.el-icon-chevron-right:before,.el-chevron-right:before{content:""}.el-icon-chevron-up:before,.el-chevron-up:before{content:""}.el-icon-child:before,.el-child:before{content:""}.el-icon-circle-arrow-down:before,.el-circle-arrow-down:before{content:""}.el-icon-circle-arrow-left:before,.el-circle-arrow-left:before{content:""}.el-icon-circle-arrow-right:before,.el-circle-arrow-right:before{content:""}.el-icon-circle-arrow-up:before,.el-circle-arrow-up:before{content:""}.el-icon-cloud-alt:before,.el-cloud-alt:before{content:""}.el-icon-cloud:before,.el-cloud:before{content:""}.el-icon-cog-alt:before,.el-cog-alt:before{content:""}.el-icon-cog:before,.el-cog:before{content:""}.el-icon-cogs:before,.el-cogs:before{content:""}.el-icon-comment-alt:before,.el-comment-alt:before{content:""}.el-icon-comment:before,.el-comment:before{content:""}.el-icon-compass-alt:before,.el-compass-alt:before{content:""}.el-icon-compass:before,.el-compass:before{content:""}.el-icon-credit-card:before,.el-credit-card:before{content:""}.el-icon-css:before,.el-css:before{content:""}.el-icon-dashboard:before,.el-dashboard:before{content:""}.el-icon-delicious:before,.el-delicious:before{content:""}.el-icon-deviantart:before,.el-deviantart:before{content:""}.el-icon-digg:before,.el-digg:before{content:""}.el-icon-download-alt:before,.el-download-alt:before{content:""}.el-icon-download:before,.el-download:before{content:""}.el-icon-dribbble:before,.el-dribbble:before{content:""}.el-icon-edit:before,.el-edit:before{content:""}.el-icon-eject:before,.el-eject:before{content:""}.el-icon-envelope-alt:before,.el-envelope-alt:before{content:""}.el-icon-envelope:before,.el-envelope:before{content:""}.el-icon-error-alt:before,.el-error-alt:before{content:""}.el-icon-error:before,.el-error:before{content:""}.el-icon-eur:before,.el-eur:before{content:""}.el-icon-exclamation-sign:before,.el-exclamation-sign:before{content:""}.el-icon-eye-close:before,.el-eye-close:before{content:""}.el-icon-eye-open:before,.el-eye-open:before{content:""}.el-icon-facebook:before,.el-facebook:before{content:""}.el-icon-facetime-video:before,.el-facetime-video:before{content:""}.el-icon-fast-backward:before,.el-fast-backward:before{content:""}.el-icon-fast-forward:before,.el-fast-forward:before{content:""}.el-icon-female:before,.el-female:before{content:""}.el-icon-file-alt:before,.el-file-alt:before{content:""}.el-icon-file-edit-alt:before,.el-file-edit-alt:before{content:""}.el-icon-file-edit:before,.el-file-edit:before{content:""}.el-icon-file-new-alt:before,.el-file-new-alt:before{content:""}.el-icon-file-new:before,.el-file-new:before{content:""}.el-icon-file:before,.el-file:before{content:""}.el-icon-film:before,.el-film:before{content:""}.el-icon-filter:before,.el-filter:before{content:""}.el-icon-fire:before,.el-fire:before{content:""}.el-icon-flag-alt:before,.el-flag-alt:before{content:""}.el-icon-flag:before,.el-flag:before{content:""}.el-icon-flickr:before,.el-flickr:before{content:""}.el-icon-folder-close:before,.el-folder-close:before{content:""}.el-icon-folder-open:before,.el-folder-open:before{content:""}.el-icon-folder-sign:before,.el-folder-sign:before{content:""}.el-icon-folder:before,.el-folder:before{content:""}.el-icon-font:before,.el-font:before{content:""}.el-icon-fontsize:before,.el-fontsize:before{content:""}.el-icon-fork:before,.el-fork:before{content:""}.el-icon-forward-alt:before,.el-forward-alt:before{content:""}.el-icon-forward:before,.el-forward:before{content:""}.el-icon-foursquare:before,.el-foursquare:before{content:""}.el-icon-friendfeed-rect:before,.el-friendfeed-rect:before{content:""}.el-icon-friendfeed:before,.el-friendfeed:before{content:""}.el-icon-fullscreen:before,.el-fullscreen:before{content:""}.el-icon-gallery:before,.el-gallery:before{content:""}.el-icon-gbp:before,.el-gbp:before{content:""}.el-icon-gift:before,.el-gift:before{content:""}.el-icon-github-text:before,.el-github-text:before{content:""}.el-icon-github:before,.el-github:before{content:""}.el-icon-glass:before,.el-glass:before{content:""}.el-icon-glasses:before,.el-glasses:before{content:""}.el-icon-globe-alt:before,.el-globe-alt:before{content:""}.el-icon-globe:before,.el-globe:before{content:""}.el-icon-googleplus:before,.el-googleplus:before{content:""}.el-icon-graph-alt:before,.el-graph-alt:before{content:""}.el-icon-graph:before,.el-graph:before{content:""}.el-icon-group-alt:before,.el-group-alt:before{content:""}.el-icon-group:before,.el-group:before{content:""}.el-icon-guidedog:before,.el-guidedog:before{content:""}.el-icon-hand-down:before,.el-hand-down:before{content:""}.el-icon-hand-left:before,.el-hand-left:before{content:""}.el-icon-hand-right:before,.el-hand-right:before{content:""}.el-icon-hand-up:before,.el-hand-up:before{content:""}.el-icon-hdd:before,.el-hdd:before{content:""}.el-icon-headphones:before,.el-headphones:before{content:""}.el-icon-hearing-impaired:before,.el-hearing-impaired:before{content:""}.el-icon-heart-alt:before,.el-heart-alt:before{content:""}.el-icon-heart-empty:before,.el-heart-empty:before{content:""}.el-icon-heart:before,.el-heart:before{content:""}.el-icon-home-alt:before,.el-home-alt:before{content:""}.el-icon-home:before,.el-home:before{content:""}.el-icon-hourglass:before,.el-hourglass:before{content:""}.el-icon-idea-alt:before,.el-idea-alt:before{content:""}.el-icon-idea:before,.el-idea:before{content:""}.el-icon-inbox-alt:before,.el-inbox-alt:before{content:""}.el-icon-inbox-box:before,.el-inbox-box:before{content:""}.el-icon-inbox:before,.el-inbox:before{content:""}.el-icon-indent-left:before,.el-indent-left:before{content:""}.el-icon-indent-right:before,.el-indent-right:before{content:""}.el-icon-info-circle:before,.el-info-circle:before{content:""}.el-icon-instagram:before,.el-instagram:before{content:""}.el-icon-iphone-home:before,.el-iphone-home:before{content:""}.el-icon-italic:before,.el-italic:before{content:""}.el-icon-key:before,.el-key:before{content:""}.el-icon-laptop-alt:before,.el-laptop-alt:before{content:""}.el-icon-laptop:before,.el-laptop:before{content:""}.el-icon-lastfm:before,.el-lastfm:before{content:""}.el-icon-leaf:before,.el-leaf:before{content:""}.el-icon-lines:before,.el-lines:before{content:""}.el-icon-link:before,.el-link:before{content:""}.el-icon-linkedin:before,.el-linkedin:before{content:""}.el-icon-list-alt:before,.el-list-alt:before{content:""}.el-icon-list:before,.el-list:before{content:""}.el-icon-livejournal:before,.el-livejournal:before{content:""}.el-icon-lock-alt:before,.el-lock-alt:before{content:""}.el-icon-lock:before,.el-lock:before{content:""}.el-icon-magic:before,.el-magic:before{content:""}.el-icon-magnet:before,.el-magnet:before{content:""}.el-icon-male:before,.el-male:before{content:""}.el-icon-map-marker-alt:before,.el-map-marker-alt:before{content:""}.el-icon-map-marker:before,.el-map-marker:before{content:""}.el-icon-mic-alt:before,.el-mic-alt:before{content:""}.el-icon-mic:before,.el-mic:before{content:""}.el-icon-minus-sign:before,.el-minus-sign:before{content:""}.el-icon-minus:before,.el-minus:before{content:""}.el-icon-move:before,.el-move:before{content:""}.el-icon-music:before,.el-music:before{content:""}.el-icon-myspace:before,.el-myspace:before{content:""}.el-icon-network:before,.el-network:before{content:""}.el-icon-off:before,.el-off:before{content:""}.el-icon-ok-circle:before,.el-ok-circle:before{content:""}.el-icon-ok-sign:before,.el-ok-sign:before{content:""}.el-icon-ok:before,.el-ok:before{content:""}.el-icon-opensource:before,.el-opensource:before{content:""}.el-icon-paper-clip-alt:before,.el-paper-clip-alt:before{content:""}.el-icon-paper-clip:before,.el-paper-clip:before{content:""}.el-icon-path:before,.el-path:before{content:""}.el-icon-pause-alt:before,.el-pause-alt:before{content:""}.el-icon-pause:before,.el-pause:before{content:""}.el-icon-pencil-alt:before,.el-pencil-alt:before{content:""}.el-icon-pencil:before,.el-pencil:before{content:""}.el-icon-person:before,.el-person:before{content:""}.el-icon-phone-alt:before,.el-phone-alt:before{content:""}.el-icon-phone:before,.el-phone:before{content:""}.el-icon-photo-alt:before,.el-photo-alt:before{content:""}.el-icon-photo:before,.el-photo:before{content:""}.el-icon-picasa:before,.el-picasa:before{content:""}.el-icon-picture:before,.el-picture:before{content:""}.el-icon-plane:before,.el-plane:before{content:""}.el-icon-play-alt:before,.el-play-alt:before{content:""}.el-icon-play-circle:before,.el-play-circle:before{content:""}.el-icon-play:before,.el-play:before{content:""}.el-icon-plurk-alt:before,.el-plurk-alt:before{content:""}.el-icon-plurk:before,.el-plurk:before{content:""}.el-icon-plus-sign:before,.el-plus-sign:before{content:""}.el-icon-plus:before,.el-plus:before{content:""}.el-icon-podcast:before,.el-podcast:before{content:""}.el-icon-print:before,.el-print:before{content:""}.el-icon-puzzle:before,.el-puzzle:before{content:""}.el-icon-qrcode:before,.el-qrcode:before{content:""}.el-icon-question-sign:before,.el-question-sign:before{content:""}.el-icon-question:before,.el-question:before{content:""}.el-icon-quote-alt:before,.el-quote-alt:before{content:""}.el-icon-quote-right-alt:before,.el-quote-right-alt:before{content:""}.el-icon-quote-right:before,.el-quote-right:before{content:""}.el-icon-quotes:before,.el-quotes:before{content:""}.el-icon-random:before,.el-random:before{content:""}.el-icon-record:before,.el-record:before{content:""}.el-icon-reddit:before,.el-reddit:before{content:""}.el-icon-redux:before,.el-redux:before{content:""}.el-icon-refresh:before,.el-refresh:before{content:""}.el-icon-remove-circle:before,.el-remove-circle:before{content:""}.el-icon-remove-sign:before,.el-remove-sign:before{content:""}.el-icon-remove:before,.el-remove:before{content:""}.el-icon-repeat-alt:before,.el-repeat-alt:before{content:""}.el-icon-repeat:before,.el-repeat:before{content:""}.el-icon-resize-full:before,.el-resize-full:before{content:""}.el-icon-resize-horizontal:before,.el-resize-horizontal:before{content:""}.el-icon-resize-small:before,.el-resize-small:before{content:""}.el-icon-resize-vertical:before,.el-resize-vertical:before{content:""}.el-icon-return-key:before,.el-return-key:before{content:""}.el-icon-retweet:before,.el-retweet:before{content:""}.el-icon-reverse-alt:before,.el-reverse-alt:before{content:""}.el-icon-road:before,.el-road:before{content:""}.el-icon-rss:before,.el-rss:before{content:""}.el-icon-scissors:before,.el-scissors:before{content:""}.el-icon-screen-alt:before,.el-screen-alt:before{content:""}.el-icon-screen:before,.el-screen:before{content:""}.el-icon-screenshot:before,.el-screenshot:before{content:""}.el-icon-search-alt:before,.el-search-alt:before{content:""}.el-icon-search:before,.el-search:before{content:""}.el-icon-share-alt:before,.el-share-alt:before{content:""}.el-icon-share:before,.el-share:before{content:""}.el-icon-shopping-cart-sign:before,.el-shopping-cart-sign:before{content:""}.el-icon-shopping-cart:before,.el-shopping-cart:before{content:""}.el-icon-shortcode:before,.el-shortcode:before{content:""}.el-icon-signal:before,.el-signal:before{content:""}.el-icon-skype:before,.el-skype:before{content:""}.el-icon-slideshare:before,.el-slideshare:before{content:""}.el-icon-smiley-alt:before,.el-smiley-alt:before{content:""}.el-icon-smiley:before,.el-smiley:before{content:""}.el-icon-soundcloud:before,.el-soundcloud:before{content:""}.el-icon-speaker:before,.el-speaker:before{content:""}.el-icon-spotify:before,.el-spotify:before{content:""}.el-icon-stackoverflow:before,.el-stackoverflow:before{content:""}.el-icon-star-alt:before,.el-star-alt:before{content:""}.el-icon-star-empty:before,.el-star-empty:before{content:""}.el-icon-star:before,.el-star:before{content:""}.el-icon-step-backward:before,.el-step-backward:before{content:""}.el-icon-step-forward:before,.el-step-forward:before{content:""}.el-icon-stop-alt:before,.el-stop-alt:before{content:""}.el-icon-stop:before,.el-stop:before{content:""}.el-icon-stumbleupon:before,.el-stumbleupon:before{content:""}.el-icon-tag:before,.el-tag:before{content:""}.el-icon-tags:before,.el-tags:before{content:""}.el-icon-tasks:before,.el-tasks:before{content:""}.el-icon-text-height:before,.el-text-height:before{content:""}.el-icon-text-width:before,.el-text-width:before{content:""}.el-icon-th-large:before,.el-th-large:before{content:""}.el-icon-th-list:before,.el-th-list:before{content:""}.el-icon-th:before,.el-th:before{content:""}.el-icon-thumbs-down:before,.el-thumbs-down:before{content:""}.el-icon-thumbs-up:before,.el-thumbs-up:before{content:""}.el-icon-time-alt:before,.el-time-alt:before{content:""}.el-icon-time:before,.el-time:before{content:""}.el-icon-tint:before,.el-tint:before{content:""}.el-icon-torso:before,.el-torso:before{content:""}.el-icon-trash-alt:before,.el-trash-alt:before{content:""}.el-icon-trash:before,.el-trash:before{content:""}.el-icon-tumblr:before,.el-tumblr:before{content:""}.el-icon-twitter:before,.el-twitter:before{content:""}.el-icon-universal-access:before,.el-universal-access:before{content:""}.el-icon-unlock-alt:before,.el-unlock-alt:before{content:""}.el-icon-unlock:before,.el-unlock:before{content:""}.el-icon-upload:before,.el-upload:before{content:""}.el-icon-usd:before,.el-usd:before{content:""}.el-icon-user:before,.el-user:before{content:""}.el-icon-viadeo:before,.el-viadeo:before{content:""}.el-icon-video-alt:before,.el-video-alt:before{content:""}.el-icon-video-chat:before,.el-video-chat:before{content:""}.el-icon-video:before,.el-video:before{content:""}.el-icon-view-mode:before,.el-view-mode:before{content:""}.el-icon-vimeo:before,.el-vimeo:before{content:""}.el-icon-vkontakte:before,.el-vkontakte:before{content:""}.el-icon-volume-down:before,.el-volume-down:before{content:""}.el-icon-volume-off:before,.el-volume-off:before{content:""}.el-icon-volume-up:before,.el-volume-up:before{content:""}.el-icon-w3c:before,.el-w3c:before{content:""}.el-icon-warning-sign:before,.el-warning-sign:before{content:""}.el-icon-website-alt:before,.el-website-alt:before{content:""}.el-icon-website:before,.el-website:before{content:""}.el-icon-wheelchair:before,.el-wheelchair:before{content:""}.el-icon-wordpress:before,.el-wordpress:before{content:""}.el-icon-wrench-alt:before,.el-wrench-alt:before{content:""}.el-icon-wrench:before,.el-wrench:before{content:""}.el-icon-youtube:before,.el-youtube:before{content:""}.el-icon-zoom-in:before,.el-zoom-in:before{content:""}.el-icon-zoom-out:before,.el-zoom-out:before{content:""}
|
options/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.eot
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.svg
ADDED
@@ -0,0 +1,934 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<metadata>
|
5 |
+
Created by FontForge 20120731 at Tue Feb 24 11:41:15 2015
|
6 |
+
By Dovy
|
7 |
+
</metadata>
|
8 |
+
<defs>
|
9 |
+
<font id="elusiveicons" horiz-adv-x="1200" >
|
10 |
+
<font-face
|
11 |
+
font-family="elusiveicons"
|
12 |
+
font-weight="500"
|
13 |
+
font-stretch="normal"
|
14 |
+
units-per-em="1200"
|
15 |
+
panose-1="2 0 6 9 0 0 0 0 0 0"
|
16 |
+
ascent="1075"
|
17 |
+
descent="-125"
|
18 |
+
bbox="-2 -125.75 1202 1075.75"
|
19 |
+
underline-thickness="60"
|
20 |
+
underline-position="-120"
|
21 |
+
unicode-range="U+F101-F232"
|
22 |
+
/>
|
23 |
+
<missing-glyph
|
24 |
+
d="M40 0v800h320v-800h-320zM80 40h240v720h-240v-720z" />
|
25 |
+
<glyph glyph-name=".notdef"
|
26 |
+
d="M40 0v800h320v-800h-320zM80 40h240v720h-240v-720z" />
|
27 |
+
<glyph glyph-name=".null" horiz-adv-x="0"
|
28 |
+
/>
|
29 |
+
<glyph glyph-name="nonmarkingreturn"
|
30 |
+
/>
|
31 |
+
<glyph glyph-name="uniF101" unicode=""
|
32 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM264 811v-672h524h75h73v119h-73v65h73v119h-73v66h73v119h-73v65h73v119h-73h-75h-524zM563 694
|
33 |
+
q27 0 49.5 -13t35.5 -35.5t13 -48.5q0 -29 -15 -52t-39 -35l124 -75h2v-1v-104h-173h-166v104v1h1l125 75q-24 12 -39 35t-15 52q0 40 28.5 68.5t68.5 28.5z" />
|
34 |
+
<glyph glyph-name="uniF102" unicode=""
|
35 |
+
d="M0 1075h935h134h131v-212h-131v-117h131v-213h-131v-116h131v-213h-131v-117h131v-212h-131h-134h-935v1200zM535 865q-47 0 -87 -23t-63.5 -63t-23.5 -87q0 -50 26.5 -91.5t69.5 -63.5l-222 -133h-3v-1v-187h605v187v1h-3l-222 133q44 22 70 63.5t26 91.5
|
36 |
+
q0 72 -50.5 122.5t-122.5 50.5z" />
|
37 |
+
<glyph glyph-name="uniF103" unicode=""
|
38 |
+
d="M104 1075h159v-700h104v-254h-367v254h104v700zM521 1075h158v-452h105v-254h-368v254h105v452zM937 1075h159v-202h104v-254h-367v254h104v202zM886 823v-50h261v50h-261zM937 577h159v-702h-159v702zM470 573v-51h260v51h-260zM521 329h158v-454h-158v454zM53 325v-51
|
39 |
+
h261v51h-261zM104 79h159v-204h-159v204z" />
|
40 |
+
<glyph glyph-name="uniF104" unicode=""
|
41 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 900q-115 0 -213 -57t-155 -155t-57 -213t57 -213t155 -155t213 -57v850z" />
|
42 |
+
<glyph glyph-name="uniF105" unicode=""
|
43 |
+
d="M605 595q-101 2 -170 72t-70 168q2 100 72.5 169.5t167.5 70.5q50 -2 94.5 -21.5t76.5 -51.5t50.5 -75.5t18.5 -91.5q-1 -66 -34 -121t-88 -87t-118 -32zM799 545q62 -1 112 -26.5t81 -68.5t48 -96t17 -110v-369h-167v324q-3 16 -12.5 23t-20.5 5q-7 -1 -12.5 -4.5
|
44 |
+
t-9.5 -9.5t-4 -14v-324h-465v324q-5 31 -30 29q-11 -1 -19.5 -9t-8.5 -20v-324h-165v369q-1 80 30.5 148t91.5 110.5t137 42.5h397z" />
|
45 |
+
<glyph glyph-name="uniF106" unicode=""
|
46 |
+
d="M291 976h618v-178h-618v178zM127 701h946v-178h-946v178zM234 427h732v-178h-732v178zM0 152h1200v-178h-1200v178z" />
|
47 |
+
<glyph glyph-name="uniF107" unicode=""
|
48 |
+
d="M0 976h1200v-178h-1200v178zM0 701h1200v-178h-1200v178zM0 427h1200v-178h-1200v178zM0 152h1200v-178h-1200v178z" />
|
49 |
+
<glyph glyph-name="uniF108" unicode=""
|
50 |
+
d="M619 976v-178h-619v178h619zM947 701v-178h-947v178h947zM731 427v-178h-731v178h731zM1200 152v-178h-1200v178h1200z" />
|
51 |
+
<glyph glyph-name="uniF109" unicode=""
|
52 |
+
d="M581 976h619v-178h-619v178zM253 701h947v-178h-947v178zM469 427h731v-178h-731v178zM0 152h1200v-178h-1200v178z" />
|
53 |
+
<glyph glyph-name="uniF10A" unicode=""
|
54 |
+
d="M600 -125l-469 703h253v497h432v-497h253z" />
|
55 |
+
<glyph glyph-name="uniF10B" unicode=""
|
56 |
+
d="M0 475l703 469v-253h497v-432h-497v-253z" />
|
57 |
+
<glyph glyph-name="uniF10C" unicode=""
|
58 |
+
d="M1200 475l-703 -469v253h-497v432h497v253z" />
|
59 |
+
<glyph glyph-name="uniF10D" unicode=""
|
60 |
+
d="M600 1075l469 -703h-253v-497h-432v497h-253z" />
|
61 |
+
<glyph glyph-name="uniF10E" unicode=""
|
62 |
+
d="M710 1075h1q27 0 47 -25t22 -69l35 -654q10 35 34.5 70.5t56 64.5t69.5 51.5t74 33.5t69 8t54 -22q26 -19 28 -53.5t-15 -67t-43 -47.5q-52 -23 -91.5 -60t-62.5 -77.5t-45.5 -88t-40 -89.5t-47 -84t-67.5 -70q-28 -21 -82 -21h-434q-55 3 -87 44.5t-42 99.5l-142 793
|
63 |
+
q-4 34 10 54t35 21t42 -12.5t30 -37.5l65 -226q-20 -37 -15 -80q6 -39 41 -252q4 -40 27.5 -74t55 -50t68 -9t63.5 42q19 -20 45.5 -28.5t53.5 -3t50.5 20.5t39.5 43.5t17 64.5l8 698q3 29 14 50t25.5 31t31.5 11h2zM490 687q32 0 57.5 -19t29.5 -52l10 -304q0 -35 -9 -58.5
|
64 |
+
t-22.5 -33t-30.5 -9.5q-30 -1 -54.5 25t-26.5 64l-27 310q0 34 18.5 53.5t47.5 22.5q4 1 7 1zM292 618q26 1 47.5 -16.5t26.5 -48.5l26 -257q2 -26 -5.5 -47t-20.5 -32.5t-29 -15.5q-10 -2 -20.5 0.5t-19.5 8.5t-16.5 18t-12.5 28l-44 266q-5 40 11 64.5t43 30.5q7 1 14 1z
|
65 |
+
" />
|
66 |
+
<glyph glyph-name="uniF10F" unicode=""
|
67 |
+
d="M490 1046h220v-444l422 137l68 -209l-422 -137l261 -359l-178 -130l-261 359l-261 -359l-178 130l261 359l-422 137l68 209l422 -137v444z" />
|
68 |
+
<glyph glyph-name="uniF110" unicode=""
|
69 |
+
d="M627 1075v-545l546 545v-1200l-546 545v-545l-600 600z" />
|
70 |
+
<glyph glyph-name="uniF111" unicode=""
|
71 |
+
d="M1024.5 899.5q115.5 -115.5 156 -270t0 -309t-156 -270t-270 -156t-309 0t-270 156t-156 270t0 309t156 270t270 156t309 0t270 -156zM861 842v0q-87 62 -192 78t-207.5 -16.5t-180 -110t-110 -180t-16.5 -207.5t78 -192zM967 736l-628 -628q87 -62 192 -78t207.5 16.5
|
72 |
+
t180 110t110 180t16.5 207.5t-78 192z" />
|
73 |
+
<glyph glyph-name="uniF112" unicode=""
|
74 |
+
d="M0 975h100v-1000h-100v1000zM186 975h24v-1000h-24v1000zM244 975h76v-1000h-76v1000zM398 975h32v-1000h-32v1000zM516 975h24v-1000h-24v1000zM551 975h99v-1000h-99v1000zM710 975h50v-1000h-50v1000zM859 975h11v-1000h-11v1000zM947 975h33v-1000h-33v1000z
|
75 |
+
M1066 975h24v-1000h-24v1000zM1100 975h100v-1000h-100v1000z" />
|
76 |
+
<glyph glyph-name="uniF113" unicode=""
|
77 |
+
d="M0 1075h1200v-1200h-1200v1200zM186 579v-514h310q57 2 94 38q38 40 39 99q-1 58 -26 91q-23 28 -61 38v2q35 12 53 37q23 32 23 83q-1 55 -37 91q-38 35 -89 35h-306zM721 578v-84h227v84h-227zM830 469q-45 0 -82 -13q-36 -13 -62 -39q-26 -25 -40 -64t-14 -90
|
78 |
+
q0 -53 15 -92q14 -39 40.5 -64.5t64.5 -38.5q39 -12 86 -12q95 2 143 41q47 42 48 112h-129q0 -12 -4 -23q-11 -34 -61 -34q-37 0 -54 22q-16 22 -16 63h264q0 76 -14 118q-13 39 -38 64q-26 25 -63 37q-36 13 -84 13zM334 466h101q15 0 24 -11q10 -13 10 -28v-8
|
79 |
+
q0 -17 -10 -28q-10 -12 -24 -12h-101v87zM835 374q29 0 44 -18q16 -17 16 -48h-130q4 30 20 48q17 18 50 18zM334 273h112q15 -1 24 -12q10 -12 10 -28v-8q-1 -17 -10 -29q-11 -11 -24 -11h-112v88z" />
|
80 |
+
<glyph glyph-name="uniF114" unicode=""
|
81 |
+
d="M521 1075h158v-74q123 -27 204.5 -126.5t82.5 -229.5v-319l236 -205v-55h-236h-732h-236v55l236 205v319q1 130 82.5 229.5t204.5 126.5v74zM600 50q36 0 62 -25.5t26 -62t-26 -62t-62 -25.5t-62 25.5t-26 62t26 62t62 25.5z" />
|
82 |
+
<glyph glyph-name="uniF115" unicode=""
|
83 |
+
d="M385 1075q33 0 60.5 -16t43 -43.5t15.5 -59.5q0 -50 -34.5 -84.5t-84 -34.5t-84.5 34.5t-35 84t35 84.5t84 35zM286 775q23 37 69 42.5t80 -26.5l139 -176l136 -27q17 -3 29.5 -19.5t8.5 -35.5t-28 -27l438 -601q7 -12 -4.5 -18.5t-18.5 2.5l-470 619l-126 24
|
84 |
+
q-18 5 -27 17l-54 67v-57v-137l138 -158q7 -5 10 -21l66 -299q4 -21 -5.5 -38t-26 -24t-35 -7t-34 12t-20.5 34l-61 287l-113 127l-50 -177q-6 -17 -10 -22l-166 -214q-14 -16 -33.5 -21.5t-36 0.5t-29 18.5t-13 31.5t12.5 41l160 203l63 226l-2 185l-33 -45l-13 -131
|
85 |
+
q-5 -32 -29 -42t-45 5.5t-18 44.5l16 143q0 11 7 21z" />
|
86 |
+
<glyph glyph-name="uniF116" unicode=""
|
87 |
+
d="M0 1075h1200v-1200h-1200v1200zM642 855l-229 -1q-50 -7 -90 -28.5t-66.5 -59.5t-30.5 -87l-2 -352q0 -118 67.5 -175.5t197.5 -54.5l280 1q49 7 85.5 24.5t58.5 39t36 51.5t19.5 55.5t8.5 56.5v105q-2 37 -16 65t-36 42.5t-45.5 21.5t-50.5 8q12 42 3 111
|
88 |
+
q-6 73 -56 121.5t-134 55.5zM451 713h186q36 -5 56 -25.5t19.5 -44t-20.5 -44.5t-55 -27h-186q-37 5 -57 25.5t-19.5 44t20.5 44.5t56 27zM408 406l342 -1q25 -4 43 -15.5t26.5 -27.5t8.5 -34t-7.5 -34t-25 -28t-41.5 -16l-342 1q-38 5 -59 27.5t-21 49t20 49.5t56 29z" />
|
89 |
+
<glyph glyph-name="uniF117" unicode=""
|
90 |
+
d="M0 1075h698q215 0 323 -74t108 -223q0 -106 -75 -169q-74 -63 -221 -79q178 -17 272.5 -96.5t94.5 -211.5q0 -178 -132 -263q-132 -84 -414 -84h-654v97h151v1006h-151v97zM454 978v-404h103q136 0 202 50q65 51 65 154q0 105 -64 152q-63 48 -203 48h-103zM454 478v-506
|
91 |
+
h113q151 0 223.5 61t72.5 189q0 129 -73.5 192.5t-222.5 63.5h-113z" />
|
92 |
+
<glyph glyph-name="uniF118" unicode=""
|
93 |
+
d="M455 1064l578 -299v-724l-107 -58v724l-515 276q-36 13 -81 -10.5t-72 -57.5l579 -332v-650l-106 -58l-564 350v668q0 37 18 65q22 35 72.5 67t103.5 44.5t94 -5.5z" />
|
94 |
+
<glyph glyph-name="uniF119" unicode=""
|
95 |
+
d="M234 1075h732v-1087v-113l-366 366l-366 -366v113v1087zM309 1000v-938l291 291l291 -291v938h-582z" />
|
96 |
+
<glyph glyph-name="uniF11A" unicode=""
|
97 |
+
d="M234 1075h732v-1087v-113l-366 366l-366 -366v113v1087z" />
|
98 |
+
<glyph glyph-name="uniF11B" unicode=""
|
99 |
+
d="M50 1021h320v-91h-320v91zM50 30h320v-91h-320v91zM50 30v900h91v-900h-91zM830 1011h320v-91h-320v91zM830 20h320v-91h-320v91zM1150 921v-901h-91v901h91z" />
|
100 |
+
<glyph glyph-name="uniF11C" unicode=""
|
101 |
+
d="M510 24q0 -62 -43.5 -105.5t-105.5 -43.5t-105.5 43.5t-43.5 105.5q0 40 20 74.5t54.5 54.5t74.5 20q62 0 105.5 -43.5t43.5 -105.5zM510 475q0 -30 -11.5 -58t-31.5 -47.5t-47.5 -31.5t-58.5 -12q-62 0 -105.5 43.5t-43.5 105.5t43.5 105.5t105.5 43.5q41 0 75 -20
|
102 |
+
t54 -54.5t20 -74.5zM510 926q0 -62 -43.5 -105.5t-105.5 -43.5t-105.5 43.5t-43.5 105.5t43.5 105.5t105.5 43.5t105.5 -43.5t43.5 -105.5zM988 24q0 -62 -43.5 -105.5t-105.5 -43.5t-105.5 43.5t-43.5 105.5t43.5 105.5t105.5 43.5t105.5 -43.5t43.5 -105.5zM988 475
|
103 |
+
q0 -62 -43.5 -105.5t-105.5 -43.5t-105.5 43.5t-43.5 105.5t43.5 105.5t105.5 43.5t105.5 -43.5t43.5 -105.5zM988 926q0 -62 -43.5 -105.5t-105.5 -43.5t-105.5 43.5t-43.5 105.5t43.5 105.5t105.5 43.5q40 0 74.5 -20t54.5 -54.5t20 -74.5z" />
|
104 |
+
<glyph glyph-name="uniF11D" unicode=""
|
105 |
+
d="M318 1001h564v-167h318v-487h-541v100h-118v-100h-541v487h318v167zM405 915v-81h390v81h-390zM0 253h541v-97h118v97h541v-304h-1200v304z" />
|
106 |
+
<glyph glyph-name="uniF11E" unicode=""
|
107 |
+
d="M1094 1075l106 -106l-410 -410q13 -22 10 -48t-22 -45q-33 -33 -78 -19q49 -101 6 -191q-80 -107 -133 -200.5t-74 -180.5q-52 26 -115 68q-10 61 6.5 115t57.5 92q-54 -20 -90.5 -58.5t-50.5 -90.5q-43 31 -108 98q19 25 26.5 35.5t13.5 20t4.5 10t-7.5 -0.5t-15 -6
|
108 |
+
t-25 -11.5t-31 -11.5q-35 40 -63 77q36 13 64 33t48.5 47.5t31.5 60.5q-84 -85 -196 -67q-31 48 -50 88q58 5 113.5 30.5t92.5 55t86.5 66t88.5 55.5q98 42 191 -6q-14 45 19 78q19 19 45 22t48 -10z" />
|
109 |
+
<glyph glyph-name="uniF11F" unicode=""
|
110 |
+
d="M1158 1075l42 -1q-46 -64 -99.5 -149t-94.5 -155t-97 -156t-112 -160t-134.5 -157.5t-167.5 -157.5l-131 137q16 59 99.5 162t192 209.5t218 204t189.5 160t95 63.5zM323 234l131 -137q-18 -41 -39.5 -73.5t-50 -62t-64 -48t-79.5 -29.5t-100 -9t-121 17q48 17 79.5 40.5
|
111 |
+
t46.5 49t25 53l20 55t25.5 53.5t47 50t79.5 41z" />
|
112 |
+
<glyph glyph-name="uniF120" unicode=""
|
113 |
+
d="M600 955q119 0 203 -63t84 -152l-163 -495h-248l-163 495q0 89 84 152t203 63zM600 908q-56 0 -104 -19t-76.5 -46.5t-44 -55t-15.5 -47.5l116 -345h248l116 345q0 17 -15.5 43.5t-44 55.5t-76.5 49t-104 20zM472 209v0h256v-86h-256v86zM472 81h256v-86h-256v86z" />
|
114 |
+
<glyph glyph-name="uniF121" unicode=""
|
115 |
+
d="M1030 978v0q28 -1 51 -15.5t36 -37t14 -48.5v-240q24 -8 41 -26.5t23.5 -42t3.5 -47t-21 -44t-47 -31.5v-241q-2 -42 -32 -70.5t-69 -29.5q-75 68 -161.5 121t-184 88.5t-194.5 46.5q-41 -18 -57 -61.5t-8.5 -92.5t32.5 -97t60 -76q-21 -36 -68 -52t-96 -8t-78 36
|
116 |
+
q-19 54 -29.5 90.5t-20 85t-8 93.5t14.5 87h-131q-43 2 -71.5 32.5t-29.5 69.5v147q2 43 32 72.5t69 29.5h326q167 10 327.5 78.5t275.5 182.5zM1033 848q-245 -182 -505 -221v-171q289 -54 505 -221v613z" />
|
117 |
+
<glyph glyph-name="uniF122" unicode=""
|
118 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM389 853v-118h63v118h-63zM748 853v-118h63v118h-63zM262 796v-166h676v166h-83v-106h-151v106h-208v-106
|
119 |
+
h-151v106h-83zM262 587v-490h676v490h-676zM528 474q26 -1 48 -13.5t31 -34.5q12 -34 2 -55q-11 -24 -47 -37q58 -15 59 -67q-1 -38 -30 -62q-29 -23 -63 -23q-94 0 -94 85h55q2 -42 35 -42q41 2 42 45q0 28 -19 36q-15 6 -51 6v43q63 -1 63 36q-2 40 -33 40q-37 -2 -38 -37
|
120 |
+
h-54q1 39 28 59t66 21zM717 468h49v-281h-53v226q-30 -26 -66 -36v48q42 16 70 43z" />
|
121 |
+
<glyph glyph-name="uniF123" unicode=""
|
122 |
+
d="M266 1075h99v-188h-99v188zM835 1075h99v-188h-99v188zM64 985h132v-169h239v169h330v-169h239v169h132v-264h-1072v264zM64 652h1072v-777h-1072v777zM485 473q-61 -1 -104 -33t-44 -93h86q0 26 15.5 41.5t43.5 17.5q50 -1 53 -64q-1 -59 -100 -57v-68q58 0 81 -10
|
123 |
+
q29 -12 29 -56q0 -69 -65 -73q-26 0 -40 18.5t-16 48.5h-87q0 -134 148 -134q55 0 100 37q46 37 48 97q-1 41 -25.5 68t-68.5 39q57 20 76 58q15 34 -3 87q-15 36 -49.5 55.5t-77.5 20.5zM786 464q-44 -43 -112 -69v-76q58 17 106 58v-358h83v445h-77z" />
|
124 |
+
<glyph glyph-name="uniF124" unicode=""
|
125 |
+
d="M391 927h435l37 -152h337v-752h-1200v752h353zM603 775q-92 0 -169.5 -45t-122.5 -122.5t-45 -169.5t45 -169.5t122.5 -123t169.5 -45.5t169.5 45.5t123 123t45.5 169.5t-45.5 169.5t-123 122.5t-169.5 45zM999 702v-99h170v99h-170zM603.5 676q98.5 0 168 -70
|
126 |
+
t69.5 -168.5t-69.5 -168t-168 -69.5t-168.5 69.5t-70 168t70 168.5t168.5 70z" />
|
127 |
+
<glyph glyph-name="uniF125" unicode=""
|
128 |
+
d="M215 974h770l76 -316h21h118v-92h-48v-590h-136v96h-832v-96h-136v590h-48v92h118h21zM255 913l-61 -255h812l-61 255h-690zM87 489v-91l191 -71v92zM1113 489l-191 -70v-92l191 71v91zM416 250v-91h368v91h-368z" />
|
129 |
+
<glyph glyph-name="uniF126" unicode=""
|
130 |
+
d="M0 950h1200l-600 -950z" />
|
131 |
+
<glyph glyph-name="uniF127" unicode=""
|
132 |
+
d="M1100 -125l-1000 600l1000 600v-1200z" />
|
133 |
+
<glyph glyph-name="uniF128" unicode=""
|
134 |
+
d="M100 1075l1000 -600l-1000 -600v1200z" />
|
135 |
+
<glyph glyph-name="uniF129" unicode=""
|
136 |
+
d="M0 -25l600 1000l600 -1000h-1200z" />
|
137 |
+
<glyph glyph-name="uniF12A" unicode=""
|
138 |
+
d="M600 975l600 -117v-766l-600 -117l-600 117v766zM382 709q-97 0 -165.5 -68.5t-68.5 -165.5t68.5 -165.5t165.5 -68.5q69 0 125.5 36.5t85.5 96.5h-114q-40 -39 -97 -39q-58 0 -99 41t-41 99t41 99t99 41q57 0 97 -39h114q-29 60 -85.5 96.5t-125.5 36.5zM841 709
|
139 |
+
q-64 0 -117.5 -31.5t-85 -85t-31.5 -117.5t31.5 -117.5t85 -85t117.5 -31.5q69 0 125.5 36.5t85.5 96.5h-114q-40 -39 -97 -39q-58 0 -99 41t-41 99t41 99t99 41q57 0 97 -39h114q-19 39 -50.5 69t-73 47t-87.5 17z" />
|
140 |
+
<glyph glyph-name="uniF12B" unicode=""
|
141 |
+
d="M978 8l-260 128l-137 -256l-117 265l-269 -108l80 279l-275 90l240 162l-152 246l288 -31l41 287l201 -209l216 193l19 -289l290 10l-171 -235l228 -179l-281 -69z" />
|
142 |
+
<glyph glyph-name="uniF12C" unicode=""
|
143 |
+
d="M0 1075h1200v-1200h-1200v1200zM197 878v-806h806v806h-806z" />
|
144 |
+
<glyph glyph-name="uniF12D" unicode=""
|
145 |
+
d="M0 1075h776l-197 -197h-382v-382v-424h424h382v382l197 197v-329v-447h-776h-424v424v776zM1030 1060l159 -159l-434 -434l-159 -160l-314 315l159 159l155 -155z" />
|
146 |
+
<glyph glyph-name="uniF12E" unicode=""
|
147 |
+
d="M600 86l-179 178l-421 422l179 178l421 -421l421 421l179 -178l-421 -422z" />
|
148 |
+
<glyph glyph-name="uniF12F" unicode=""
|
149 |
+
d="M211 475l178 179l422 421l178 -179l-421 -421l421 -421l-178 -179l-422 421z" />
|
150 |
+
<glyph glyph-name="uniF130" unicode=""
|
151 |
+
d="M989 475v0l-178 -179l-422 -421l-178 179l421 421l-421 421l178 179l422 -421z" />
|
152 |
+
<glyph glyph-name="uniF131" unicode=""
|
153 |
+
d="M600 864l179 -178l421 -422l-179 -178l-421 421l-421 -421l-179 178l421 422z" />
|
154 |
+
<glyph glyph-name="uniF132" unicode=""
|
155 |
+
d="M604.5 1075q101.5 0 173.5 -72t72 -174.5t-72 -174.5t-173.5 -72t-173 72t-71.5 174.5t71.5 174.5t173 72zM464 788q0 -58 41 -99t99 -41t99 41t41 99h-280zM412 543h377q57 1 98 -19t64 -54.5t33.5 -74.5t10.5 -87v-433h-142v389q-3 21 -17 27.5t-27 -2.5t-13 -25v-389
|
156 |
+
h-386v389q-3 16 -12 23.5t-19 6.5t-18.5 -9.5t-8.5 -20.5v-389h-147v433q-3 110 53 171.5t154 63.5z" />
|
157 |
+
<glyph glyph-name="uniF133" unicode=""
|
158 |
+
d="M1200 475q0 -163 -80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5t301 -80.5t218.5 -218.5t80.5 -301zM903 542h-163v321h-280v-321h-163l303 -455z" />
|
159 |
+
<glyph glyph-name="uniF134" unicode=""
|
160 |
+
d="M600 -125q-163 0 -301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5t301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5zM667 172v163h321v280h-321v163l-455 -303z" />
|
161 |
+
<glyph glyph-name="uniF135" unicode=""
|
162 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM533 778v-163h-321v-280h321v-163l455 303z" />
|
163 |
+
<glyph glyph-name="uniF136" unicode=""
|
164 |
+
d="M1200 475q0 -163 -80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5t301 -80.5t218.5 -218.5t80.5 -301zM903 408l-303 455l-303 -455h163v-321h280v321h163z" />
|
165 |
+
<glyph glyph-name="uniF137" unicode=""
|
166 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM605 763q-114 -2 -187 -121q-49 12 -94.5 -3t-75 -50.5t-46 -81t-11 -99.5t33.5 -100h738q36 31 43.5 76
|
167 |
+
t-8.5 83.5t-53 64t-83 20.5q-24 91 -98 152t-159 59z" />
|
168 |
+
<glyph glyph-name="uniF138" unicode=""
|
169 |
+
d="M984 500q45 4 86 -12t68.5 -45t44 -68.5t17.5 -80t-16 -81.5t-51 -72h-1083q-26 43 -38.5 91.5t-11.5 94t12 90t33 81.5t51.5 68t67 48t80 23.5t90.5 -5.5q32 53 72 91t82 57t86.5 26t88 -1t85 -25.5t79 -46.5t68 -64.5t53.5 -79t36 -89.5z" />
|
170 |
+
<glyph glyph-name="uniF139" unicode=""
|
171 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM543 841l-11 -111q-34 -9 -64 -26l-86 70l-81 -81l70 -86q-17 -30 -26 -64l-111 -11v-114l111 -11
|
172 |
+
q9 -34 26 -64l-70 -86l81 -81l86 70q30 -17 64 -26l11 -111h114l11 111q34 9 64 26l86 -70l81 81l-70 86q17 30 26 64l111 11v114l-111 11q-9 34 -26 64l70 86l-81 81l-86 -70q-30 17 -64 26l-11 111h-114zM600 581q44 0 75 -31t31 -75t-31 -75t-75 -31t-75 31t-31 75t31 75
|
173 |
+
t75 31z" />
|
174 |
+
<glyph glyph-name="uniF13A" unicode=""
|
175 |
+
d="M506 1075h188l18 -181q55 -15 105 -44l141 116l133 -133l-116 -141q29 -50 44 -105l181 -18v-188l-181 -18q-15 -56 -44 -105l116 -141l-133 -133l-141 116q-50 -29 -105 -44l-18 -181h-188l-18 181q-56 15 -105 44l-141 -116l-133 133l116 141q-29 49 -44 105l-181 18
|
176 |
+
v188l181 18q15 55 44 105l-116 141l133 133l141 -116q49 29 105 44zM600 648q-72 0 -122.5 -50.5t-50.5 -122.5t50.5 -122.5t122.5 -50.5t122.5 50.5t50.5 122.5t-50.5 122.5t-122.5 50.5z" />
|
177 |
+
<glyph glyph-name="uniF13B" unicode=""
|
178 |
+
d="M910 984l85 -9v-83q24 -9 45 -24l69 45l54 -66l-59 -59q11 -23 15 -49l81 -17l-9 -85h-83q-9 -24 -24 -45l45 -70l-66 -53l-59 59q-23 -11 -49 -15l-17 -81l-85 9v83q-24 9 -45 24l-69 -45l-54 66l59 58q-11 24 -15 50l-81 17l9 85l83 -1q9 25 24 46l-45 69l66 54l59 -59
|
179 |
+
q23 11 49 15zM924 787q-30 0 -52.5 -20.5t-26.5 -50.5q-3 -32 17.5 -57.5t53 -29t58 17t28.5 53.5q3 21 -5.5 40t-25.5 31.5t-39 14.5q-3 1 -8 1zM315 780h117l11 -113q35 -9 66 -27l88 72l82 -83l-72 -88q18 -30 27 -65l113 -11v-117l-113 -12q-9 -34 -27 -65l72 -88
|
180 |
+
l-82 -82l-88 71q-31 -17 -66 -27l-11 -112h-117l-11 112q-35 9 -66 27l-87 -71l-83 82l72 88q-18 31 -27 65l-113 12v117l113 11q9 35 27 65l-72 88l83 83l87 -72q31 18 66 27zM373.5 514q-44.5 0 -76 -31.5t-31.5 -76.5t31.5 -76.5t76 -31.5t76.5 31.5t32 76.5t-32 76.5
|
181 |
+
t-76.5 31.5zM869 370l60 -7v-60q17 -7 32 -18l48 33l38 -48l-41 -43q7 -17 10 -36l57 -13l-6 -62h-58q-7 -18 -18 -33l32 -51l-46 -39l-41 43q-17 -8 -35 -11l-12 -59l-60 7v60q-17 7 -32 18l-48 -33l-38 49l41 42q-7 18 -10 37l-57 12l6 62h58q7 18 18 33l-32 51l46 39
|
182 |
+
l42 -43q16 8 34 11zM879 226q-21 0 -37 -15t-18 -37q-3 -24 11.5 -42.5t37.5 -21t41 12.5t20.5 39t-12 42.5t-37.5 21.5h-6z" />
|
183 |
+
<glyph glyph-name="uniF13C" unicode=""
|
184 |
+
d="M0 1014h1024v-729h-484l-329 -211v211h-211v729zM1072 854h82h46v-46v-612v-45h-46h-131v-132v-83l-71 45l-264 170h-271l143 91h141h14l11 -7l205 -132v93v46h46h131v520h-36v92z" />
|
185 |
+
<glyph glyph-name="uniF13D" unicode=""
|
186 |
+
d="M0 1026h1200v-855h-567l-386 -247v247h-247v855z" />
|
187 |
+
<glyph glyph-name="uniF13E" unicode=""
|
188 |
+
d="M175.5 50.5q-115.5 115.5 -156 270t0 309t156 270t270 156t309 0t270 -156t156 -270t0 -309t-156 -270t-270 -156t-309 0t-270 156zM271 116l427 261l261 427l-30 30l-426 -262l-262 -426z" />
|
189 |
+
<glyph glyph-name="uniF13F" unicode=""
|
190 |
+
d="M175.5 50.5q-115.5 115.5 -156 270t0 309t156 270t270 156t309 0t270 -156t156 -270t0 -309t-156 -270t-270 -156t-309 0t-270 156zM234.5 109.5q74.5 -74.5 171 -113.5t194.5 -39t194.5 39t171.5 113q99 100 134.5 233t0 266t-135 232.5t-232.5 135t-266 0t-233 -134.5
|
191 |
+
q-74 -75 -113 -171.5t-39 -194.5t39 -194.5t113.5 -171zM293 141l-27 27l243 398l398 243l27 -27l-243 -398z" />
|
192 |
+
<glyph glyph-name="uniF140" unicode=""
|
193 |
+
d="M-2 872h1204v-249h-1204v249zM-2 509h1204v-431h-1204v431zM130 319v-137h453v137h-453z" />
|
194 |
+
<glyph glyph-name="uniF141" unicode=""
|
195 |
+
d="M0 1051h1200v-927l-600 -225l-600 225v927zM287 683q-67 0 -112 -41.5t-45 -114.5q1 -68 42 -113t115 -44q32 0 57.5 7t45.5 22t31 40t12 59h-90q0 -53 -57 -56q-27 1 -42 21t-14 49q0 4 -0.5 14.5t0 14t1 12.5t2 14t4 11.5t6.5 12.5q11 14 30.5 18t36.5 -2
|
196 |
+
q30 -13 30 -54h93q0 63 -39.5 96t-106.5 34zM612 683q-25 0 -47 -4.5t-42.5 -14.5t-32.5 -30t-14 -48q1 -69 90 -91q3 -1 20.5 -4t30.5 -6.5t25 -10t13 -14.5q0 -21 -43 -21q-22 0 -35.5 8.5t-12.5 30.5h-92q0 -32 11.5 -54t33.5 -33.5t47 -16t57 -4.5q27 0 49.5 5.5t42 17
|
197 |
+
t30.5 33t12 50.5q-1 34 -26.5 55.5t-64.5 30.5q-4 0 -16 2.5t-23 4.5t-22.5 5.5t-18.5 9.5t-8 13q0 19 40 20q16 0 27.5 -7.5t11.5 -23.5v-1h91v5q-1 47 -41 70.5t-93 22.5zM930 683q-20 0 -38 -2.5t-35.5 -9t-30.5 -17.5t-21.5 -28t-9.5 -40q0 -69 89 -91q3 -1 21 -4
|
198 |
+
t30.5 -6t24.5 -10t13 -15q0 -25 -63 -19q-29 5 -28 37h-92q0 -32 11.5 -54t33.5 -33.5t47 -16t57 -4.5q57 0 95 25t39 81q-1 21 -9 35q-19 35 -82 50q-3 1 -21 4.5t-30 6.5t-24 9.5t-13 15.5q0 19 40 20q16 0 28 -8t11 -24h91q0 50 -38.5 74t-95.5 24z" />
|
199 |
+
<glyph glyph-name="uniF142" unicode=""
|
200 |
+
d="M600 880q122 0 233 -47.5t191.5 -128t128 -191.5t47.5 -233q0 -109 -38 -210h-164q52 98 52 210q0 91 -35.5 174.5t-96 143.5t-143.5 96t-175 36t-175 -36t-143.5 -96t-96 -143.5t-35.5 -174.5q0 -112 52 -210h-164q-38 101 -38 210q0 122 47.5 233t128 191.5t191.5 128
|
201 |
+
t233 47.5zM600 644q31 0 53 -22t22 -53t-22 -53t-53 -22t-53 22t-22 53t22 53t53 22zM375 571q31 0 53 -22t22 -53.5t-22 -53t-53 -21.5q-20 0 -37.5 10t-27.5 27t-10 38q0 31 22 53t53 22zM825 571q31 0 53 -22t22 -53.5t-22 -53t-53 -21.5t-53 21.5t-22 53t22 53.5t53 22z
|
202 |
+
M600 423l59 -294v-59h-118v59z" />
|
203 |
+
<glyph glyph-name="uniF143" unicode=""
|
204 |
+
d="M0 1075h600v-600h-600v600zM600 475h600v-600h-600v600z" />
|
205 |
+
<glyph glyph-name="uniF144" unicode=""
|
206 |
+
d="M436 549l3 -230h-242q12 46 28 81t43 67t69 52.5t99 29.5zM435 608q-102 -13 -180.5 -44.5t-124.5 -69.5t-76 -86.5t-41 -91.5t-13 -89v-3h575v502h-142zM569 720v-490h-563q2 45 13 87t40.5 89.5t75 84.5t122.5 67t176 44l2 -47q-59 -10 -102 -31.5t-70.5 -54.5t-44 -69
|
207 |
+
t-27.5 -84l-1 -3h255l-6 407h130zM636 231l2 270q70 4 121 -10v-174l260 -2l-1 3q-14 60 -41.5 105.5t-62 71.5t-76.5 44t-86 23t-90 8.5t-88 -0.5v50q95 1 176.5 -8t150.5 -29t123 -51.5t91.5 -73.5t57.5 -96.5t21 -119.5v-11h-558zM630 225h570v3v15q-2 131 -81 219
|
208 |
+
t-217 127.5t-331 36.5h-3v-62h3q42 4 88 1t89 -8t85 -22t76 -42.5t61 -69.5t41 -102l-246 2v172l-2 1q-54 16 -128 11l-3 -1zM636 231l2 270q70 4 121 -10v-174l260 -2l-1 3q-14 60 -41.5 105.5t-62 71.5t-76.5 44t-86 23t-90 8.5t-88 -0.5v50q95 1 176.5 -8t150.5 -29
|
209 |
+
t123 -51.5t91.5 -73.5t57.5 -96.5t21 -119.5v-11h-558zM630 225h570v3v15q-2 131 -81 219t-217 127.5t-331 36.5h-3v-62h3q42 4 88 1t89 -8t85 -22t76 -42.5t61 -69.5t41 -102l-246 2v172l-2 1q-54 16 -128 11l-3 -1z" />
|
210 |
+
<glyph glyph-name="uniF145" unicode=""
|
211 |
+
d="M1123 700h-75v-150h-77h-294h-76v150h-77v-229h77v-442h223v220h77v-220h145v442h2h75v229zM677 919v-293h294v293h-294zM1200 771v-377h-77v-440h-599v440h-224v-145h72v-76h76v-219h-373v219h77v-144h220v144h-220v76h72v145h-149v77h372v300h1h153v225h447v-225h152z
|
212 |
+
M372 771v72h75v-72h-75zM75 771v-300h-75v300h75zM152 771h-77v72h77v-72zM372 843h-220v76h220v-76z" />
|
213 |
+
<glyph glyph-name="uniF146" unicode=""
|
214 |
+
d="M0 37h1200v-162h-1200v162zM821 1075v-497h276l-497 -462l-497 462h276v497h442z" />
|
215 |
+
<glyph glyph-name="uniF147" unicode=""
|
216 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 5q77 0 148.5 24t129 67.5t101 101t67.5 129t24 148.5q0 96 -37.5 182.5t-100.5 149.5t-149.5 100.5
|
217 |
+
t-182.5 37.5t-182.5 -37.5t-149.5 -100.5t-100.5 -149.5t-37.5 -182.5t37.5 -182.5t100.5 -149.5t149.5 -100.5t182.5 -37.5zM717 726v-267h147l-264 -248l-264 248h147v267h234z" />
|
218 |
+
<glyph glyph-name="uniF148" unicode=""
|
219 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 988q-62 0 -121 -14q106 -144 193 -301q182 71 269 186q-70 61 -157.5 95t-183.5 34zM382 939
|
220 |
+
q-109 -51 -184.5 -146t-100.5 -214q237 1 476 63q-17 30 -35 59.5t-40.5 63.5t-35.5 54.5t-41.5 63t-38.5 56.5zM998 799q-53 -64 -129 -117t-158 -86q5 -12 14.5 -32t17 -36.5t13.5 -31.5q178 18 357 -18q-1 181 -115 321zM614 562q-250 -71 -527 -72v-15
|
221 |
+
q0 -97 34.5 -185.5t97.5 -157.5q33 61 82 114.5t110 95.5t117.5 72.5t127.5 61.5q-6 13 -13.5 28.5l-15 31t-13.5 26.5zM1111 432v-6v6zM885 422q-52 0 -99 -7q22 -56 41.5 -124.5t30 -113t28.5 -128.5q88 59 146 149t75 196q-110 29 -222 28zM1109 413q0 -6 -1 -9q1 3 1 9z
|
222 |
+
M691 392q-127 -43 -231.5 -126t-174.5 -196q139 -108 315 -108q105 0 200 41q-39 208 -109 389z" />
|
223 |
+
<glyph glyph-name="uniF149" unicode=""
|
224 |
+
d="M0 1075h776l-197 -197h-382v-382v-424h424h382v382l197 197v-776h-776h-424v424v776zM1050 1075l150 -150l-77 -77l-150 150zM937 962l150 -150l-440 -440l-150 150zM442 453q49 0 88 -37q47 -45 47 -106h-142v142q5 1 7 1z" />
|
225 |
+
<glyph glyph-name="uniF14A" unicode=""
|
226 |
+
d="M600 1010l600 -647h-1200zM0 249h1200v-309h-1200v309z" />
|
227 |
+
<glyph glyph-name="uniF14B" unicode=""
|
228 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM293 707v-86l307 -175l307 175v86h-614zM293 566v-254l156 164zM907 566l-156 -90l156 -164v254zM492 452
|
229 |
+
l-199 -209h614l-199 209l-108 -62z" />
|
230 |
+
<glyph glyph-name="uniF14C" unicode=""
|
231 |
+
d="M0 929h1200v-169l-600 -342l-600 342v169zM0 652l306 -174l-306 -321v495zM1200 652v-495l-306 321zM390 430l210 -120l210 120l390 -409h-1200z" />
|
232 |
+
<glyph glyph-name="uniF14D" unicode=""
|
233 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM197 636v-322h806v322h-806z" />
|
234 |
+
<glyph glyph-name="uniF14E" unicode=""
|
235 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 911q-71 0 -137.5 -22t-120 -62.5t-94 -94t-62.5 -120t-22 -137.5t22 -137.5t62.5 -120t94 -94t120 -62.5
|
236 |
+
t137.5 -22q89 0 169.5 34.5t139 93t93 139t34.5 169.5t-34.5 169.5t-93 139t-139 93t-169.5 34.5zM281 593h638v-236h-638v236z" />
|
237 |
+
<glyph glyph-name="uniF14F" unicode=""
|
238 |
+
d="M755 876q-98 0 -162 -57q-63 -57 -82 -164h324v-142h-336l-1 -28v-38l1 -26h285v-143h-271q41 -196 258 -196q115 0 221 46v-206q-93 -47 -236 -47q-197 0 -324 107t-160 296h-110v143h95q-3 18 -3 50l2 42h-94v142h107q30 194 160 307t326 113q151 0 283 -66l-79 -186
|
239 |
+
q-56 25 -104 38q-48 15 -100 15v0z" />
|
240 |
+
<glyph glyph-name="uniF150" unicode=""
|
241 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM382 957l94 -661h248l94 661h-436zM602.5 251q-53.5 0 -91.5 -37.5t-38 -91.5q0 -35 17.5 -64.5t47 -47
|
242 |
+
t64.5 -17.5q54 0 91.5 38t37.5 91.5t-37.5 91t-91 37.5z" />
|
243 |
+
<glyph glyph-name="uniF151" unicode=""
|
244 |
+
d="M670 801l108 184l98 -60l-552 -960l-102 60l75 131l-8 4q-125 64 -212 154q-76 87 -77 132q7 58 77 132q95 96 212 154q153 73 311 74q35 -1 70 -5zM903 736q1 -1 2.5 -1.5l3 -1t2.5 -1.5q125 -63 212 -154q76 -87 77 -132q-7 -57 -77 -132q-95 -96 -212 -154
|
245 |
+
q-154 -73 -311 -73q-31 0 -70 4l50 86q17 -1 20 -1q117 0 200 79t83 191q0 89 -55 160zM600 717q-117 0 -200 -79.5t-83 -191.5q0 -89 55 -160l58 101q-10 29 -10 59q0 62 40.5 109.5t101.5 59.5l58 101q-10 1 -20 1zM769 504q11 -29 11 -58q0 -61 -40.5 -108.5
|
246 |
+
t-101.5 -59.5z" />
|
247 |
+
<glyph glyph-name="uniF152" unicode=""
|
248 |
+
d="M780 475.5q0 -71.5 -53 -122.5t-127.5 -51t-127 51t-52.5 122.5t52.5 122t127 50.5t127.5 -50.5t53 -122zM600 834q164 -2 311 -73q125 -64 212 -154q76 -87 77 -132q-7 -58 -77 -132q-95 -96 -212 -154q-154 -73 -311 -73q-164 2 -311 73q-125 64 -212 154
|
249 |
+
q-76 87 -77 132q7 58 77 132q95 96 212 154q153 73 311 73zM600 745q-117 0 -200 -79t-83 -191t83 -191t200 -79t200 79t83 191t-83 191t-200 79z" />
|
250 |
+
<glyph glyph-name="uniF153" unicode=""
|
251 |
+
d="M0 1075h1200v-1200h-1200v1200zM863 918q-39 0 -69 -12q-118 -46 -118 -185v-131h-111v-152h111v-423h158v423h156l7 152h-163v112q1 26 7 40.5t19.5 21t36.5 5.5h96l4 142q-71 7 -107 7q-14 1 -27 0z" />
|
252 |
+
<glyph glyph-name="uniF154" unicode=""
|
253 |
+
d="M0 940h930v-391l270 391v-930l-270 391v-391h-930v930z" />
|
254 |
+
<glyph glyph-name="uniF155" unicode=""
|
255 |
+
d="M0 -125v1200h200v-550l500 500v-500l500 500v-1100l-500 500v-500l-500 500v-550h-200z" />
|
256 |
+
<glyph glyph-name="uniF156" unicode=""
|
257 |
+
d="M1200 1075v-1200h-200v550l-500 -500v500l-500 -500v1100l500 -500v500l500 -500v550h200z" />
|
258 |
+
<glyph glyph-name="uniF157" unicode=""
|
259 |
+
d="M600 1075q105 0 193.5 -51.5t140 -140.5t51.5 -193q0 -93 -40.5 -173.5t-111.5 -134.5t-160 -71v-124h166v-147h-166v-165h-146v165h-166v147h166v124q-135 26 -223.5 132.5t-88.5 246.5q0 104 51.5 193t140 140.5t193.5 51.5zM600 922q-96 0 -164 -68t-68 -164
|
260 |
+
q0 -64 31 -117.5t84.5 -84.5t116.5 -31t116.5 31t84.5 84.5t31 117.5q0 96 -68 164t-164 68z" />
|
261 |
+
<glyph glyph-name="uniF158" unicode=""
|
262 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM497 786l-118 -113v-38h157v151h-39zM590 786v-203h-211v-419h442v622h-231z" />
|
263 |
+
<glyph glyph-name="uniF159" unicode=""
|
264 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM457 854l-143 -138v-620h537v242l-66 -67v-109h-405v507h125v119h280v-172l-198 -198l-59 -182l181 59
|
265 |
+
l289 289l-122 123l-25 -25v172h-394zM618 387l61 -61l-91 -30z" />
|
266 |
+
<glyph glyph-name="uniF15A" unicode=""
|
267 |
+
d="M285 1075h624v-272l39 39l194 -194l-458 -457l-287 -94l93 287l314 314v273h-443v-188h-198v-804h641v173l105 105v-382h-851v982zM539 336l-47 -144l144 47z" />
|
268 |
+
<glyph glyph-name="uniF15B" unicode=""
|
269 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM449 853l-132 -128v-575h354v61h-293v471h116v110h259v-183h62v244h-366zM726 555v-146h-146v-113h146v-146
|
270 |
+
h113v146h146v113h-146v146h-113z" />
|
271 |
+
<glyph glyph-name="uniF15C" unicode=""
|
272 |
+
d="M256 1075h624v-417h-105v313h-443v-188h-197v-804h500v-104h-605v982zM728 566h193v-249h249v-193h-249v-249h-193v249h-249v193h249v249z" />
|
273 |
+
<glyph glyph-name="uniF15D" unicode=""
|
274 |
+
d="M401 1075h76v-292h-302v74zM580 1075h445v-1200h-850v809h405v391z" />
|
275 |
+
<glyph glyph-name="uniF15E" unicode=""
|
276 |
+
d="M71 1075h1058v-1200h-1058v1200zM125 1003v-99h130v99h-130zM945 1003v-99h130v99h-130zM311 996v-524h578v524h-578zM125 781v-99h130v99h-130zM945 781v-99h130v99h-130zM125 560v-99h130v99h-130zM945 560v-99h130v99h-130zM311 435v-523h578v523h-578zM125 338v-99
|
277 |
+
h130v99h-130zM945 338v-99h130v99h-130zM125 117v-99h130v99h-130zM945 117v-99h130v99h-130z" />
|
278 |
+
<glyph glyph-name="uniF15F" unicode=""
|
279 |
+
d="M0 1075h1200l-416 -416v-483l-368 -301v784z" />
|
280 |
+
<glyph glyph-name="uniF160" unicode=""
|
281 |
+
d="M382 -125q-180 101 -241 206t-33 243q11 53 41.5 120.5t55.5 131t28 120.5q29 -53 42.5 -96t16.5 -97q93 114 148 263.5t58 308.5q13 -8 34.5 -22t77.5 -61.5t99.5 -98t82 -128.5t44.5 -157q22 47 27 104t-13 106q15 -12 39.5 -37t56.5 -66t62.5 -89.5t53.5 -109
|
282 |
+
t34.5 -122.5t1 -130.5t-42.5 -133.5t-101 -131.5t-169 -123.5q43 84 50.5 182.5t-17 190t-78.5 173.5t-129 134q3 -21 3.5 -54.5t-7 -80.5t-18.5 -92t-32 -90t-47 -73q11 83 5.5 136t-17.5 78l-11 25q-1 -4 -2.5 -11t-8 -28.5t-14.5 -42.5t-23.5 -51t-33.5 -56
|
283 |
+
q-26 -38 -40 -69t-22.5 -72.5t1.5 -91t38 -107.5z" />
|
284 |
+
<glyph glyph-name="uniF161" unicode=""
|
285 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM410 814q-75 0 -149 -43v-635h90v310q55 16 102.5 11t94 -18.5t86.5 -33t80.5 -33.5t76.5 -20t74.5 7.5
|
286 |
+
t73.5 48.5v363q-60 -39 -118.5 -49t-109.5 3.5t-97 33t-101 37t-103 18.5z" />
|
287 |
+
<glyph glyph-name="uniF162" unicode=""
|
288 |
+
d="M0 999q76 44 150 62t138 13.5t127.5 -22t123.5 -42t120.5 -48t124 -39t127.5 -17t138.5 21t150.5 71.5v-643q-49 -49 -101 -74t-102.5 -27t-102.5 9.5t-107 33.5t-110 47t-117 47.5t-123.5 37t-134 14t-143.5 -19.5v-549h-159v1124z" />
|
289 |
+
<glyph glyph-name="uniF163" unicode=""
|
290 |
+
d="M0 1075h1200v-1200h-1200v1200zM355 701q-94 0 -160 -66t-66 -160q0 -61 30 -113.5t82 -82.5t113.5 -30t114 30t82.5 82.5t30 113.5q0 94 -66 160t-160 66zM845 701q-94 0 -160 -66t-66 -160t66 -160t160 -66t160 66t66 160t-66 160t-160 66z" />
|
291 |
+
<glyph glyph-name="uniF164" unicode=""
|
292 |
+
d="M249 957h259l84 -108h608v-144h-1200v144h165zM0 664h1200v-671h-1200v671z" />
|
293 |
+
<glyph glyph-name="uniF165" unicode=""
|
294 |
+
d="M249 957h259l84 -108h402v-144h-870l-124 -466v610h165zM0 58l175 606h1025l-206 -671h-994v65z" />
|
295 |
+
<glyph glyph-name="uniF166" unicode=""
|
296 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM391 763l-50 -64h-99v-512h716v512h-363l-50 64h-154z" />
|
297 |
+
<glyph glyph-name="uniF167" unicode=""
|
298 |
+
d="M249 957h259l84 -108h608v-856h-1200v856h165z" />
|
299 |
+
<glyph glyph-name="uniF168" unicode=""
|
300 |
+
d="M335 312l218 564l217 -564h-435zM0 -118v84h104l423 1102h133l423 -1102h117v-84h-431v84h132l-100 261h-498l-100 -261h131v-84h-334v0z" />
|
301 |
+
<glyph glyph-name="uniF169" unicode=""
|
302 |
+
d="M1041 282q-18 29 -45 37q-68 22 -103 -16q-21 -27 -21.5 -63.5t21.5 -60.5q34 -29 80 -21t68 41v83zM1140 613q60 -55 60 -156v-389q0 -8 -6 -13.5t-13 -5.5h-121q-7 0 -13 6t-6 13v11q-58 -44 -133 -44q-79 2 -134 53q-61 61 -62 154q3 101 62 156q58 48 134 49
|
303 |
+
q80 0 133 -42v37q0 88 -92 88q-72 0 -130 -60q-8 -7 -17.5 -5t-13.5 10l-48 82q-6 13 4 23q44 43 101 66q49 17 102.5 20.5t105.5 -9.5t87 -44zM353 677l-85 -302h170zM705 82q2 -8 2 -10q0 -9 -5.5 -14t-13.5 -5h-1h-150q-14 0 -18 14l-42 148h-247l-42 -148
|
304 |
+
q-4 -14 -20 -14h-148q-24 2 -19 24l251 824q5 14 19 14h165q14 0 19 -14z" />
|
305 |
+
<glyph glyph-name="uniF16A" unicode=""
|
306 |
+
d="M42 139h186v172q0 88 78 165q57 56 249 191q37 26 83 57.5t69.5 48t46.5 33t35 27.5q25 22 28 29t3 40v171v2h148v-2v-171q0 -50 -21 -97t-60 -82q-23 -21 -53.5 -43t-93 -64.5t-100.5 -69.5q-182 -127 -230 -175q-26 -25 -30 -33t-4 -27v-172h194l-264 -264zM630 139
|
307 |
+
h190v172q0 11 -0.5 14.5t-3.5 10.5t-9.5 14t-20.5 21q-33 32 -125 100q3 1 10 6.5t12 8.5q30 21 108 73q63 -48 99 -83q78 -77 78 -165v-172h190l-264 -264z" />
|
308 |
+
<glyph glyph-name="uniF16B" unicode=""
|
309 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM300 700v-450l300 225zM675 700v-450l300 225z" />
|
310 |
+
<glyph glyph-name="uniF16C" unicode=""
|
311 |
+
d="M573 -125v545l-546 -545v1200l546 -545v545l600 -600z" />
|
312 |
+
<glyph glyph-name="uniF16D" unicode=""
|
313 |
+
d="M0 1075h1010l-274 -376l-82 82q-20 17 -41.5 17t-39.5 -17l-20 -21q-5 8 -11 16q-5 8 -12 16q-77 84 -184 85q-90 -2 -157 -58q-75 -70 -84 -166q-5 -103 57 -175q72 -78 166 -84l245 -245q21 -17 42.5 -17t38.5 17l276 276q17 19 17 41t-16 38l269 227v-856h-1200v1200z
|
314 |
+
M1068 1075h132v-282l-580 -488q-4 -4 -10 -4h-4q-3 0 -7 4l-184 148h-2h-1q-32 -12 -67 -12q-80 0 -136.5 57t-56.5 137t56.5 137t137 57t137 -57t56.5 -137q0 -39 -15 -74v-2v-2q31 -42 49 -66q21 -26 23 -27q4 -7 13 -7t15 8z" />
|
315 |
+
<glyph glyph-name="uniF16E" unicode=""
|
316 |
+
d="M0 1075h1200v-1200h-1200v1200zM809 910q-72 0 -132 -32q-96 35 -180 29q-122 -12 -179.5 -69.5t-65.5 -155.5q-13 -1 -21.5 -3t-18.5 -9t-16.5 -18t-11 -31t-4.5 -47q-1 -38 3.5 -64.5t15.5 -40.5t21 -20t27 -12l2 -314q1 -4 2 -16t2 -16.5t4 -14.5t8.5 -15t14 -11
|
317 |
+
t21.5 -9.5t31 -5.5l126 -3q70 -9 96 91q9 -84 74 -86h147q3 1 13 3.5t13 3.5t11.5 4t11.5 6t9 8.5t8.5 11.5t5 15.5t3.5 20.5l3 327l39 -2q15 2 24 4.5t21.5 8.5t22 18t17.5 31v98q-2 14 -6 22.5t-6.5 11t-8 5.5t-8.5 5h5q14 4 21.5 6.5t18 10.5t17.5 24t11 41l-3 80
|
318 |
+
q1 38 -22 60.5t-75 36.5q-81 12 -112 12zM516 833q38 1 107 -21l2 -95q-6 2 -18 6.5t-16.5 6t-16 4.5t-15 2.5t-13.5 0.5q-19 1 -32.5 -2.5t-21.5 -9t-12.5 -15.5t-6.5 -18t-3 -21v-67l169 -2q1 12 1 34v36t2.5 34t7 33.5t13.5 29.5t22.5 26t34.5 18t48 12q95 13 169 -19
|
319 |
+
l-2 -100q-27 21 -88 29q-26 4 -42 -2.5t-22 -20t-8.5 -31.5t-1 -37.5t-0.5 -38.5h122v-89h-122l1 -405l-135 4v401l-175 -4v-397h-135l4 397h-66l-2 101l72 -4l-2 27v14q1 20 2 31t4 31t8 32.5t15.5 29.5t24 27t35 19t48.5 12q10 -1 25 0t19 1z" />
|
320 |
+
<glyph glyph-name="uniF16F" unicode=""
|
321 |
+
d="M886 1075q42 0 152 -16q72 -19 103 -50t30 -83l3 -109q-5 -34 -14 -56t-23.5 -33t-25 -14.5t-29.5 -8.5q-4 0 -6 -1q3 -2 8.5 -5t9 -5.5t8 -8t7.5 -15.5t6 -26v-134q-11 -25 -24.5 -41.5t-30.5 -25t-29 -11.5t-33 -6l-53 3l-3 -447q-1 -15 -5 -27.5t-7.5 -21t-11.5 -16
|
322 |
+
t-12.5 -11.5t-16 -8.5t-15.5 -5.5t-17.5 -4.5t-16.5 -4.5h-201q-90 2 -102 116q-35 -135 -131 -123l-172 4q-21 2 -38 6.5t-28 9.5t-19 13.5t-12.5 15t-7.5 18t-4 18t-2 20t-2 18.5l-4 430q-17 6 -28.5 12t-25 19t-21 31.5t-12.5 50.5t-4 74q0 27 3.5 48.5t8.5 36.5t13 26
|
323 |
+
t15 17.5t18 10.5t19.5 6t20.5 3q11 133 90 212t245 94q70 6 127 -5t120 -33q81 43 180 43zM486 970q-6 0 -26.5 -1.5t-33.5 -0.5q-29 -3 -53.5 -11.5t-42 -18t-32 -24.5t-23.5 -28t-16 -33t-10.5 -33t-5.5 -35l-3 -33t-1 -32q-1 -13 -1 -19l2 -37l-97 5l3 -137h89l-5 -543
|
324 |
+
h185v543l239 5v-548l184 -5l-2 553h167v122h-167q0 21 0.5 43t0.5 43.5t5.5 39.5t15 31t30 18.5t50.5 1.5q83 -11 119 -40l3 137q-101 43 -231 26q-37 -5 -65.5 -16.5t-46.5 -25.5t-30.5 -35t-18.5 -39.5t-9.5 -46t-3.5 -47v-49t-1 -46.5l-232 2v92q3 23 6.5 36t14 28
|
325 |
+
t31 21.5t53.5 4.5q4 2 15 0.5t16.5 -2.5t17 -4.5t18.5 -6t19.5 -7.5t20.5 -7l-3 129q-94 31 -145 30z" />
|
326 |
+
<glyph glyph-name="uniF170" unicode=""
|
327 |
+
d="M0 1075h410l-142 -144l332 -332l332 332l-146 144h414v-410l-144 142l-332 -332l332 -332l144 146v-414h-410l142 144l-332 332l-332 -332l146 -144h-414v410l144 -142l332 332l-332 332l-144 -146v414z" />
|
328 |
+
<glyph glyph-name="uniF171" unicode=""
|
329 |
+
d="M83 732v268h261v-268h-261zM469 732v268h262v-268h-262zM856 732v268h261v-268h-261zM83 341v268h261v-268h-261zM469 341v268h262v-268h-262zM856 341v268h261v-268h-261zM83 -50v268h261v-268h-261zM469 -50v268h262v-268h-262zM856 -50v268h261v-268h-261z" />
|
330 |
+
<glyph glyph-name="uniF172" unicode=""
|
331 |
+
d="M676 1075q158 0 316 -66l-76 -186q-127 51 -220 51q-63 0 -97 -36t-34 -103v-156h304v-177h-304v-116q0 -138 -122 -201h581v-210h-848v201q83 35 114 81q32 47 32 127v118h-144v177h144v158q0 162 92 250q93 88 262 88v0z" />
|
332 |
+
<glyph glyph-name="uniF173" unicode=""
|
333 |
+
d="M751 703h390v-301h-75v-527h-932v527h-75v301h428l-188 151l226 150l84 -254l146 325l226 -226zM774 976l-123 -271l242 153zM495 916l-101 -66l167 -134zM525 -50v476h-316v-476h316zM525 477v151h-391v-151h391zM991 -50v476h-316v-476h316zM1066 477v151h-391v-151
|
334 |
+
h391z" />
|
335 |
+
<glyph glyph-name="uniF174" unicode=""
|
336 |
+
d="M1024 777h114v-127q-7 0 -24.5 1.5t-33.5 1.5h-56v-245q0 -88 57 -88q41 0 74 23v-132q-49 -26 -117 -26q-96 0 -133 68q-27 51 -27 162v235h1v3l-20 1q-17 0 -44 -4v127h64v52q0 36 -4 59h152q-3 -25 -3 -57v-54zM603 194q3 26 3 89v409q0 62 -3 85h149q-3 -25 -3 -82
|
337 |
+
v-404q0 -67 3 -97h-149zM274 784q64 0 119 -32q63 0 146 32v-135q-18 -7 -53 -15q11 -30 11 -56q0 -84 -50.5 -146.5t-130.5 -74.5q-53 -8 -53 -56q0 -18 17 -35q23 -25 66 -31q188 -29 188 -156q0 -204 -243 -204q-100 0 -164 35q-82 45 -82 141q0 110 122 151v3
|
338 |
+
q-44 27 -44 84q0 73 42 92v2q-42 15 -75 66q-37 55 -37 118q0 95 67 158q64 59 154 59zM279 663q-83 0 -83 -97q0 -91 83 -91q80 0 80 92q0 38 -18 66q-23 30 -62 30zM288 128q-106 0 -106 -69q0 -68 115 -68q101 0 101 70q0 67 -110 67zM769 977q0 -26 -12 -49t-33 -36
|
339 |
+
t-46 -13t-46 13t-33 36t-12 49q0 41 26.5 69.5t64.5 28.5t64.5 -28.5t26.5 -69.5z" />
|
340 |
+
<glyph glyph-name="uniF175" unicode=""
|
341 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 1010q-109 0 -208 -42.5t-170.5 -114t-114 -170.5t-42.5 -208t42.5 -208t114 -170.5t170.5 -114
|
342 |
+
t208 -42.5t208 42.5t170.5 114t114 170.5t42.5 208t-42.5 208t-114 170.5t-170.5 114t-208 42.5zM335 853q76 -4 135 -53q117 32 246 2q15 13 49 30.5t85 20.5q11 -27 14.5 -61.5t-4.5 -65.5q55 -56 58 -151q-1 -74 -27 -124t-91 -81q-46 -21 -117 -27q32 -16 47 -34t19 -55
|
343 |
+
q2 -22 2 -72.5t2 -72.5q5 -11 15.5 -19t17.5 -12t4 -10.5t-19 -7.5q-40 0 -63 29q-7 11 -7 27v112q0 20 -9 28t-19 11v-148q0 -40 10 -52q9 -12 12 -22q0 -4 -5.5 -5t-20.5 3q-29 7 -41 32t-12 52v145h-30v-145q0 -27 -12 -52q-7 -14 -25 -24t-37 -11q-5 1 -5 5t2.5 7.5
|
344 |
+
t5.5 8t5 6.5q2 5 5.5 19t3.5 33v148q-9 -3 -17.5 -11t-8.5 -28v-112q0 -16 -7 -27q-21 -28 -63 -29q-16 1 -19 7q-2 5 2 9t11 8t8 6q11 8 16 19q6 10 3 49.5t-1 52.5q-33 -11 -65 -4.5t-60 25.5q-19 17 -37 54q-14 26 -56 60q-5 4 0 8q8 10 22.5 8.5t16.5 -3.5
|
345 |
+
q16 -7 36.5 -32.5t30.5 -33.5q26 -21 57 -24t60 16q3 12 8 21t16 16.5t17.5 10.5t24.5 12q-76 5 -124 25t-76 51q-38 43 -46.5 111t11.5 124q14 35 39 63q-19 59 7 134z" />
|
346 |
+
<glyph glyph-name="uniF176" unicode=""
|
347 |
+
d="M0 1027h1200l-504 -503v-494h185v-107h-562v107h185v494z" />
|
348 |
+
<glyph glyph-name="uniF177" unicode=""
|
349 |
+
d="M1119 482h-387l50 -228h313zM466 482h-386l24 -228h312zM1189 549q13 -14 11 -31l-34 -307q-3 -16 -13.5 -26t-24.5 -10h-376q-32 2 -37 32l-61 267q-47 30 -110 3l-60 -270q-8 -32 -37 -32h-376q-16 1 -26 11t-11 25l-34 307q-2 18 9 31l433 222q16 7 29.5 1.5
|
350 |
+
t20.5 -19.5q6 -15 1.5 -31t-18.5 -22l-274 -124h793l-274 124q-15 8 -20 23.5t2 29.5q8 15 22.5 20t28.5 -2z" />
|
351 |
+
<glyph glyph-name="uniF178" unicode=""
|
352 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM595 921q-73 0 -139 -21q32 -17 73.5 -31t82.5 -14q29 -1 61 20q33 22 91 10q10 -2 16 -3q-42 19 -88 29
|
353 |
+
t-97 10zM336 830q-7 0 -14 -1q-68 -52 -113 -125t-58 -161q24 -34 55 -52.5t79 -34.5t68 -25q6 -8 19 -18t17 -14q0 -6 -3 -18q-2 -25 2 -46.5t10 -33.5t19 -33.5t19 -33.5q3 -7 1 -16q-2 -20 -10.5 -78.5t-10.5 -90.5q49 -29 92 -31q5 9 9 21q5 10 11.5 25t16.5 33
|
354 |
+
q0 18 5.5 31t11.5 22q7 9 16 17q24 16 43 35.5t22 30.5q10 37 10 84q0 12 -9.5 21.5t-24.5 18.5q-21 9 -55 41.5t-52 39.5q-19 8 -39 9.5t-37 -1.5t-39 -1q-5 7 -9 8q-12 5 -4 12q5 11 -2.5 14t-17.5 1q-9 27 -11 44q17 -14 29.5 -20.5t20.5 -9.5q10 -3 16 -2q13 3 15 21.5
|
355 |
+
t-2 52.5q4 5 5 10q5 20 12.5 26.5t7.5 8.5q4 0 4 2q5 4 20 6l12 2q5 2 11 4q10 5 5 13q-1 0 -1 0.5t-2 0.5q21 11 44 48q-16 24 -45 39q-8 12 -23 7q-7 0 -17 7t-14 9q-6 2 -15 4q-17 11 -32 25.5t-24 31.5q-6 13 -22 17q-11 3 -22 3zM884 817q-43 -5 -90 -19t-62 -35
|
356 |
+
q-14 -23 -20 -38q-2 -10 -4.5 -22t-3.5 -16.5t-3.5 -12t-7 -14t-11.5 -16.5q-4 -5 -4 -13t7 -23q6 -11 6 -21q36 2 46 12l84 -8q16 18 33.5 17.5t32.5 -17.5q10 -9 21 -30l-34 -24q-23 14 -39 21t-34 8.5t-28 1t-36.5 -3.5t-42.5 -5q-2 -5 -5 -10q-3 -3 -7 -6.5t-10 -5.5
|
357 |
+
q-1 -3 -1 -12q0 -3 -1 -7q-24 -35 -17 -78q6 -31 24 -48q11 -9 23 -13t22 -3t24 1t25 -3q10 -3 11 -5q-6 -15 -4 -24q1 -6 8 -24t7 -28q-1 -6 -2 -15t-1.5 -15.5t-0.5 -14.5t1 -15t3 -14q6 -13 16 -39.5t16 -38.5q5 -12 16 -14q24 -4 57 30q24 28 28 60q2 12 10 26
|
358 |
+
q7 15 11 30q2 8 0 16q15 28 15 47q0 12 2 18q2 3 11.5 11.5t13.5 13.5q7 27 3 37q-1 3 -6 5l-20 7q6 12 17.5 19t23.5 4l38 12v8q0 106 -43 195t-118 151z" />
|
359 |
+
<glyph glyph-name="uniF179" unicode=""
|
360 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM451 912q-75 -25 -140 -77q22 3 44 1q20 -8 45 -37.5t40 -38.5q5 -3 15 -4q4 -11 28 -15t27 -9q29 -15 45 -39
|
361 |
+
q-1 -1 -5.5 -7.5t-5.5 -8.5t-5 -7t-6.5 -7.5t-6 -6.5t-7 -6.5t-7.5 -4.5q0 -1 0.5 -1t0.5 -1q5 -8 -4 -13q-9 -3 -23.5 -6.5t-21 -6t-13.5 -11.5t-10 -25q-1 -5 -5 -10q4 -33 2 -58t-16 -28q-6 -1 -15 3q-9 2 -21.5 9t-30.5 21q1 -7 6 -18t6 -16h7q7 3 12.5 -2.5t0.5 -11.5
|
362 |
+
l-3 -6l-1 -3l8 -4q12 -10 22 -10.5t28 2.5q15 5 31.5 2.5t27 -6t24 -12.5t22.5 -16t22 -17.5t23 -17.5q4 -3 25 -15.5t32 -23.5t11 -24q-1 -32 -2 -45.5t-8 -34.5t-21 -36l-27.5 -22t-28 -25.5t-17.5 -27.5q-5 -13 -5 -32q-7 -11 -13.5 -24.5t-13 -28t-11.5 -23.5
|
363 |
+
q119 -23 232 15t194 126q60 64 91 144t34 166l-46 -28q-28 5 -29 -7l19 -8q5 -2 6 -5q4 -11 -5 -26q-7 -14 -35 -42q-2 -30 -6 -39q-4 -12 -10 -25v-16q-2 -10 -11 -28.5t-11 -28.5q-3 -33 -29 -61q-34 -34 -56 -30q-12 3 -17 14q-6 15 -18 43.5t-15 35.5q-4 11 -4 23
|
364 |
+
t2.5 28t2.5 23q1 12 -7 30t-9 24q-2 8 4 24q0 1 -10.5 3.5t-37.5 2.5h-10h-4q-54 0 -68 65q-7 42 17 80q1 3 1 9.5t1 9.5q11 2 20 21q9 1 25 3.5t30 4.5t29.5 3.5t29 0t22.5 -6.5q9 -6 18 -11q18 -11 30 -15l36 24q-12 20 -22 30q-34 39 -68 0l-83 8q-17 -13 -47 -13
|
365 |
+
q-2 13 -6 21q-8 16 -8.5 24t3.5 13t9 9q7 5 11 15t5.5 19t3.5 20.5t4 17.5q6 16 20 39q9 15 28 25t41.5 16.5t46.5 9.5t45 4q-44 38 -91 63q-13 1 -38 6t-35 6q-25 3 -58 -17q-25 -19 -61 -19q-44 0 -89 16t-78 33zM145 557q-10 -64 -3 -129t32 -128q35 -87 100 -152.5
|
366 |
+
t151 -101.5q2 22 6.5 81t9.5 92q-4 19 -27 61t-25 68q-1 25 1 36.5t2 17.5q-4 3 -11.5 9.5t-11.5 9.5q-9 9 -14 12q-12 5 -40 14.5t-40.5 14.5t-33 14t-36.5 20.5t-32.5 26.5t-27.5 34z" />
|
367 |
+
<glyph glyph-name="uniF17A" unicode=""
|
368 |
+
d="M0 1075h1200v-326h-221v222h-96v-222h-222v-92h222v-224h96v224h221v-782h-532q23 88 -7 157q-31 69 -100 128q-33 29 -123 99q-46 33 -47 75q1 15 4.5 26.5t12 23t14 17.5t18.5 19q68 53 99 99q43 63 43 150q-1 79 -38 142q-23 40 -68 81h106l99 79h-370
|
369 |
+
q-89 0 -173 -27.5t-138 -79.5v211zM219 910q56 1 98 -31q81 -69 110 -187q22 -93 3 -154q-13 -35 -36 -61t-53 -35q-40 -12 -85 -7t-76 27q-76 59 -103 167q-19 83 -6 163q16 70 84 103q30 14 64 15zM0 429q107 -80 244 -63q-34 -81 1 -137q18 -27 35 -51q-25 -1 -61 -1
|
370 |
+
q-47 -2 -78.5 -5t-72 -15t-68.5 -33v305zM297 130q22 0 42 -3q16 -12 75.5 -53t88.5 -65q64 -56 65 -115q0 -11 -2 -19h-566v151q61 69 172 90q98 14 125 14z" />
|
371 |
+
<glyph glyph-name="uniF17B" unicode=""
|
372 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM251 739v-528h698v528h-698zM337 654h526v-358h-526v358zM785 626l-90 -156l-42 88l-27 55l-33 -51l-73 -115
|
373 |
+
l-31 32l-22 23l-24 -21l-87 -72l44 -52l62 52l38 -40l30 -32l24 37l64 100l43 -92l28 -58l33 56l122 212z" />
|
374 |
+
<glyph glyph-name="uniF17C" unicode=""
|
375 |
+
d="M0 929h1200v-908h-1200v908zM148 783v-616h904v616h-904zM917 734l102 -58l-210 -364l-55 -96l-48 100l-75 156l-111 -171l-40 -63l-51 54l-66 69l-107 -89l-75 90l149 124l42 35l38 -40l52 -54l127 197l56 89l46 -95l72 -151z" />
|
376 |
+
<glyph glyph-name="uniF17D" unicode=""
|
377 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM599 741q-43 -2 -74 -30.5t-41 -68.5q-16 -55 9 -111q18 -36 49 -56l-45 -22l-118 -54q-18 -8 -18 -30v-110
|
378 |
+
q0 -14 1 -23.5t7.5 -18t19.5 -8.5h420q10 2 16 6.5t8 13.5t2 13v17v110q0 22 -17 29l-114 55l-48 23q44 28 60 90q8 36 -1 72q-6 22 -17 40.5t-26 32.5t-34 22t-39 8zM403 691q-44 -3 -70.5 -37.5t-26.5 -76.5q3 -71 53 -102l-133 -61q-14 -6 -14 -24v-105q1 -10 7 -18
|
379 |
+
t15 -8h88v110q0 22 10.5 39.5t28.5 26.5l89 41q12 7 19 17q-15 23 -23.5 50.5t-8.5 57.5q0 20 4 39t10 35q-21 16 -48 16zM797 691q-26 0 -51 -17q14 -36 14 -73q0 -59 -32 -107q10 -10 24.5 -19t25.5 -14t30 -13t28 -13q18 -9 29 -26.5t11 -39.5v-110h90q10 1 15.5 8.5
|
380 |
+
t6.5 17.5v105q0 17 -14 24l-130 62q49 36 50 101q-2 45 -29.5 79t-67.5 35z" />
|
381 |
+
<glyph glyph-name="uniF17E" unicode=""
|
382 |
+
d="M597 887q77 0 132 -64t55 -155q0 -40 -12 -77t-33.5 -65.5t-49.5 -47.5l73 -35l176 -84q26 -14 26 -45v-202q0 -12 -4.5 -22.5t-14 -17.5t-23.5 -9h-649q-18 1 -29 15.5t-12 33.5v202q0 31 26 45l183 84l68 32q-29 18 -51.5 47.5t-35 67t-12.5 78.5q0 59 25 109.5t68 80
|
383 |
+
t94 29.5zM295 810q37 -1 75 -24q-27 -68 -20 -143t48 -139q-14 -16 -30 -25l-136 -65q-59 -27 -63 -100v-171h-136q-10 0 -17.5 5.5t-11 14.5t-4.5 20v161q0 29 21 37l205 95q-38 24 -59 66t-23 92q1 69 45 124q42 49 106 52zM904 810q60 -1 107 -52q43 -50 45 -124
|
384 |
+
q-1 -46 -21 -87t-59 -69l203 -97q21 -11 21 -37v-161q0 -16 -8.5 -27.5t-24.5 -12.5h-140v171q-1 67 -61 100l-131 62q-19 11 -36 31q39 60 46 133.5t-19 142.5q37 26 78 27z" />
|
385 |
+
<glyph glyph-name="uniF17F" unicode=""
|
386 |
+
d="M624 689l-136 213q-6 12 -3.5 24t12.5 19q11 6 23 3.5t18 -12.5l136 -215q6 -11 3.5 -23.5t-12.5 -18.5q-11 -5 -23.5 -2t-17.5 12zM1195 649q23 -42 -58 -85q-33 2 -63 6.5t-54 8.5q-27 5 -50 10q-2 -13 -6.5 -27t-11.5 -29q-45 10 -89.5 29t-85 50.5t-63.5 69.5
|
387 |
+
l164 168l30 106l62 -77q10 -2 34.5 -7.5t37.5 -9.5t28.5 -14.5t21.5 -26.5q8 -12 15.5 -52.5t16.5 -52.5q14 -14 31 -25.5t40 -41.5zM579 293q-19 0 -59 7t-59 7q-33 4 -24 -30l54 -216q-1 -27 -14 -45t-34 -21q-19 -2 -37 11.5t-23 28.5l-70 272q-2 14 -15.5 13.5
|
388 |
+
t-17.5 -13.5l-64 -271q-6 -19 -20.5 -30.5t-33.5 -11.5q-27 0 -43.5 21t-11.5 46l78 320l7 194q-57 14 -110.5 48.5t-77.5 79.5q-7 16 -2.5 30t18.5 22q16 6 31.5 1.5t22.5 -15.5q23 -38 69.5 -62t86.5 -24h382q-38 -192 -33 -362zM673 633q95 -124 258 -158
|
389 |
+
q-5 -14 -15.5 -41t-15.5 -39q-5 -18 4 -51q36 -139 75 -282q5 -34 -19 -49t-52.5 -7.5t-35.5 29.5l-56 210q-12 21 -33 22t-28 -22l-50 -209q-12 -30 -41 -32.5t-50.5 16t-16.5 41.5l48 195q1 10 -2 20q2 226 30 357z" />
|
390 |
+
<glyph glyph-name="uniF180" unicode=""
|
391 |
+
d="M228 1075h415q33 -2 54.5 -24.5t22.5 -52.5v-186q17 -22 43 -47t52 -49.5t43 -45.5q22 -27 48 -42q25 -13 63 -18.5t70.5 -13t54.5 -27.5q18 -48 10 -94.5t-39 -85t-74 -53.5q-92 -32 -204 22q1 -66 -1 -329q-5 -68 -47 -111t-105 -43t-106.5 46.5t-44.5 107.5v129
|
392 |
+
q-38 7 -69 25q-81 -11 -143 42q-55 3 -93 23.5t-56 51.5t-25 73.5t-3 86t12 93.5t18.5 91.5t18 83.5t8.5 67v203q2 33 24.5 55t52.5 22zM228 798q-1 -18 -7 -50t-14.5 -66t-18 -74t-15.5 -78t-9 -75t3.5 -66.5t21 -50.5t44 -30t71.5 -3q18 -32 57 -42.5t69 9.5
|
393 |
+
q31 -32 65 -36.5t65 23.5q0 -58 0.5 -115t0.5 -115q1 -33 22 -54t51 -22q33 1 54 23t21 53q0 63 0.5 143t1 158.5t0.5 136.5q25 -3 63 -17.5t70 -26.5t66 -19t64.5 5.5t53.5 47.5q14 30 10 56q-3 5 -5.5 5.5t-8.5 2.5q-41 6 -61.5 10.5t-53 14t-56 25t-42.5 37.5
|
394 |
+
q-20 26 -57 58.5t-66.5 63t-44.5 65.5v3h-415z" />
|
395 |
+
<glyph glyph-name="uniF181" unicode=""
|
396 |
+
d="M1200 103q0 -20 -10 -37t-27.5 -28t-39.5 -12h-203q-23 -1 -59 -7.5t-72.5 -14.5t-79.5 -17t-83.5 -13.5t-80.5 -5t-73.5 9.5t-60 29t-43 54.5t-18.5 84.5q-53 62 -42 143q-19 31 -25 69h-129q-61 1 -107.5 44.5t-46.5 106.5t43 105t111 47q263 2 329 1q-54 112 -22 204
|
397 |
+
q12 32 37 58.5t57 40.5t68.5 16.5t70.5 -12.5q20 -22 27.5 -54.5t13 -70.5t18.5 -63q15 -26 42 -48q24 -19 69 -68t73 -70h186q20 -1 37 -10.5t28 -27t12 -39.5v-415zM923 103v415h-3q-35 15 -65.5 44.5t-63 66.5t-58.5 57q-22 19 -37.5 42.5t-25 56t-14 53t-10.5 61.5
|
398 |
+
q-2 6 -2.5 8.5t-5.5 5.5q-26 4 -56 -10q-35 -23 -47.5 -53.5t-5.5 -64.5t19 -66t26.5 -70t17.5 -63q-58 0 -136.5 -0.5t-158.5 -1t-143 -0.5q-15 0 -28.5 -5.5t-24 -15t-16.5 -24t-7 -30.5q1 -30 22 -51t54 -22q58 0 115 -0.5t115 -0.5q-28 -31 -23.5 -65t36.5 -65
|
399 |
+
q-20 -30 -9.5 -69t42.5 -57q-6 -42 3 -71.5t30 -44t50.5 -21t66.5 -3.5t75 9t78 15.5t74 18t66 14.5t50 7z" />
|
400 |
+
<glyph glyph-name="uniF182" unicode=""
|
401 |
+
d="M0 103v415q1 22 12 39.5t28 27t37 10.5h186q28 21 73 70t69 68q27 22 42 48q13 25 18.5 63t13 70.5t27.5 54.5q67 29 138 -3.5t95 -99.5q32 -92 -22 -204q66 1 329 -1q68 -5 111 -47t43 -105t-46.5 -106.5t-107.5 -44.5h-129q-7 -38 -25 -69q11 -81 -42 -143
|
402 |
+
q-3 -55 -23.5 -93t-51.5 -56t-73.5 -25t-86 -3t-93.5 12t-91.5 18.5t-83.5 18t-67 8.5h-203q-33 2 -55 24.5t-22 52.5zM277 103q18 -1 50 -7t66 -14.5t74 -18t78 -15.5t75 -9t66.5 3.5t50.5 21t30 44t3 71.5q32 18 42.5 57t-9.5 69q32 31 36.5 65t-23.5 65q58 0 115 0.5
|
403 |
+
t115 0.5q33 1 54 22t22 51q-1 33 -23 54t-53 21q-63 0 -143 0.5t-158.5 1t-136.5 0.5q3 25 17.5 63t26.5 70t19 66t-5.5 64.5t-47.5 53.5q-30 14 -56 10q-5 -3 -5.5 -5.5t-2.5 -8.5q-6 -41 -10.5 -61.5t-14 -53t-25 -56t-37.5 -42.5q-26 -20 -58.5 -57t-63 -66.5
|
404 |
+
t-65.5 -44.5h-3v-415z" />
|
405 |
+
<glyph glyph-name="uniF183" unicode=""
|
406 |
+
d="M228 -125q-30 0 -52.5 22t-24.5 55v203q-1 25 -8.5 67t-18 83.5t-18.5 91.5t-12 93.5t3 86t25 73.5t56 51.5t93 23.5q62 53 143 42q31 19 69 25v129q1 30 12.5 57.5t31 49t47.5 34.5t60 13q63 0 105 -43t47 -111q2 -263 1 -329q112 54 204 22q67 -24 99.5 -95t3.5 -138
|
407 |
+
q-22 -20 -54.5 -27.5t-70.5 -13t-63 -18.5q-26 -15 -48 -42q-19 -24 -68 -69t-70 -73v-186q-1 -10 -3.5 -19.5t-7 -17.5t-11.5 -15.5t-15.5 -12.5t-18.5 -8t-21 -4h-415zM228 152h415v3q12 27 33.5 53t43 44t48.5 43t43 47q19 22 42.5 37.5t56 25t53 14t61.5 10.5
|
408 |
+
q6 2 8.5 2.5t5.5 5.5q4 26 -10 56q-23 35 -53.5 47.5t-64.5 5.5t-66 -19t-70 -26.5t-63 -17.5q0 68 -1 214.5t-1 223.5q0 31 -21 53t-54 23q-30 -1 -51 -22t-22 -54q0 -58 -0.5 -115t-0.5 -115q-31 28 -65 23.5t-65 -36.5q-30 20 -69 9.5t-57 -42.5q-42 6 -71.5 -3t-44 -30
|
409 |
+
t-21 -50.5t-3.5 -66.5t9 -75t15.5 -78t18 -74t14.5 -66t7 -50z" />
|
410 |
+
<glyph glyph-name="uniF184" unicode=""
|
411 |
+
d="M240 985h720l240 -645l-96 -375h-1008l-96 375zM94 281l65 -257h882l65 257h-1012zM928 201q20 0 34 -14.5t14 -34t-14 -33.5t-34 -14t-34 14t-14 33.5t14 34t34 14.5z" />
|
412 |
+
<glyph glyph-name="uniF185" unicode=""
|
413 |
+
d="M1050 138v300q0 91 -35.5 174.5t-96 143.5t-143.5 96t-175 36t-175 -36t-143.5 -96t-96 -143.5t-35.5 -174.5v-300q-4 -38 -28 -56t-50.5 -15t-48.5 22.5t-23 48.5v300q0 122 47.5 233t128 191t191.5 128t233 48t233 -48t191.5 -128t128 -191t47.5 -233v-300
|
414 |
+
q-4 -38 -28 -56t-50.5 -15t-48.5 22.5t-23 48.5zM262 362h76q10 0 18.5 -5t13.5 -13.5t5 -18.5v-375q0 -16 -11 -27t-26 -11h-76q-15 0 -26 11t-11 27v375q0 16 11 26.5t26 10.5zM862 362h76q15 0 26 -10.5t11 -26.5v-375q0 -16 -11 -27t-26 -11h-76q-15 0 -26 11t-11 27
|
415 |
+
v375q0 16 11 26.5t26 10.5z" />
|
416 |
+
<glyph glyph-name="uniF186" unicode=""
|
417 |
+
d="M1160 1057q19 -23 19 -49.5t-19 -45.5l-164 -166q-23 -20 -49 -19.5t-46 19.5q-19 22 -19 49.5t19 45.5l165 166q21 18 48 18t46 -18zM340 326q21 18 48 18t46 -18q19 -22 19 -50t-19 -46l-300 -302q-23 -20 -48.5 -19.5t-45.5 19.5q-19 22 -19 49.5t19 45.5zM628 545
|
418 |
+
q-1 36 -26 60.5t-58 24.5q-36 -2 -60.5 -27t-24.5 -58q-1 -15 -7.5 -26.5t-17.5 -18t-25 -6.5q-23 1 -37 15.5t-14 35.5q3 81 55 133q57 54 131 54q78 -2 131 -54q54 -58 54 -133q-1 -23 -15 -37t-35 -14q-23 1 -36.5 15.5t-14.5 35.5zM544 928q75 -1 143.5 -30t118.5 -79
|
419 |
+
q52 -55 80 -124t29 -140q-2 -62 -14 -101t-43 -90q-10 -22 -28.5 -46t-39 -48.5t-31.5 -42.5q-7 -22 -8 -47t1 -57.5t1 -50.5q-1 -47 -18.5 -91.5t-47.5 -68.5q-63 -37 -137 -37q-26 2 -42 18.5t-17 41.5q-2 24 16 42q12 12 25 16.5t31 5.5t29 3q29 9 33 21q7 22 7 71
|
420 |
+
q1 18 0 45.5t-1 51t5 44.5q11 49 36 81q5 6 12 14t13.5 15.5t10.5 13.5q11 14 38 56q7 11 18.5 30.5t16.5 27.5q13 37 13 82q-4 107 -73 178q-78 73 -177 73q-106 -3 -177 -73q-73 -78 -74 -178q-2 -27 -18.5 -44t-40.5 -17q-27 2 -44 19t-17 42q1 76 29.5 144.5t78.5 119.5
|
421 |
+
q54 52 123 80.5t140 28.5z" />
|
422 |
+
<glyph glyph-name="uniF187" unicode=""
|
423 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM733 731q-37 0 -73 -14q-36 -19 -60 -51q-47 58 -124 64.5t-138 -46.5q-44 -47 -48.5 -119t26.5 -134
|
424 |
+
q56 -103 227 -233q3 -2 16 -12.5t22.5 -16.5t18.5 -8q14 2 60.5 37t80.5 68q69 58 113 119q39 52 52 113.5t-7 129.5q-23 49 -67.5 76.5t-98.5 26.5z" />
|
425 |
+
<glyph glyph-name="uniF188" unicode=""
|
426 |
+
d="M832 1029q73 1 139 -24t119 -73.5t84 -115.5l1 -3l1 -3q28 -84 23.5 -170t-33 -162t-77.5 -142v-1v0q-80 -110 -204 -216q-1 0 -1.5 -0.5l-0.5 -0.5q-63 -59 -136 -115q-42 -32 -73 -52q-3 -2 -8.5 -5.5t-9 -5.5t-8.5 -5t-9 -5t-9.5 -3.5t-12 -3t-13.5 -1.5l-7 -1l-7 2
|
427 |
+
q-34 6 -75 37q-8 6 -17.5 14t-17 14t-11.5 9h-1q-66 50 -118.5 94t-110.5 99t-105 114.5t-79 119.5l-1 1v2q-40 83 -51 172t13 177.5t86 152.5l1 1l2 2q112 96 251 96t242 -89q38 35 84 58l2 2l2 1q72 28 146 29zM834 923q-52 -1 -106 -22q-51 -26 -86 -72l-41 -53l-43 52
|
428 |
+
q-43 54 -110 78t-140 11.5t-130 -63.5q-43 -45 -59.5 -110t-8 -135t39.5 -136q92 -170 382 -390l1 -1q9 -6 24.5 -19t21.5 -18q10 -7 20 -13q11 5 18 10q26 16 65 46q71 54 130 109l1 1l1 1q116 99 189 199v1q61 82 81.5 176.5t-8.5 198.5q-34 72 -98.5 111.5t-143.5 37.5z
|
429 |
+
" />
|
430 |
+
<glyph glyph-name="uniF189" unicode=""
|
431 |
+
d="M1177 825q20 -62 22.5 -126t-10.5 -124t-38 -115t-62 -104q-84 -116 -216 -229q-40 -37 -93 -81t-107 -81.5t-74 -39.5q-16 4 -34.5 15.5t-44 32t-30.5 24.5q-70 53 -127.5 101t-118 106t-109.5 120t-82 122q-39 83 -50 170t12 171.5t80 144.5q75 68 171.5 85.5
|
432 |
+
t185.5 -14.5t147 -104q48 62 117 97q69 27 140 28t131.5 -22t110.5 -68.5t79 -108.5z" />
|
433 |
+
<glyph glyph-name="uniF18A" unicode=""
|
434 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 799l-293 -228v-420h202v254h182v-254h202v420z" />
|
435 |
+
<glyph glyph-name="uniF18B" unicode=""
|
436 |
+
d="M600 1075l543 -422v-778h-373v469h-340v-469h-373v778z" />
|
437 |
+
<glyph glyph-name="uniF18C" unicode=""
|
438 |
+
d="M109 1075h53h876h53v-53q0 -72 3 -170q2 -37 2.5 -52.5t-1.5 -40t-2.5 -32.5t-9 -27t-13.5 -25t-22.5 -26t-30 -31.5t-41.5 -38.5q-65 -61 -109 -104q49 -49 118 -113q27 -25 38.5 -35.5t28 -29.5t21 -25t12.5 -25.5t8.5 -27.5t2.5 -33.5t1 -42t-2 -54.5q-4 -94 -4 -161
|
439 |
+
v-53h-53h-876h-53v53q0 51 -1 104t-3.5 78.5t-0.5 57.5t1.5 43.5t9 34t16.5 30.5t28.5 32.5t40.5 40.5t58 53.5t75 72.5q-49 49 -118 114q-27 25 -38.5 35.5t-28 29.5t-21 25t-12.5 25t-8.5 27t-2.5 34t-1 42t2 55q4 94 4 160v53zM214 970v-23v-73.5t2.5 -55.5t3.5 -44
|
440 |
+
t9 -33t13 -29.5t21.5 -26.5t28.5 -30.5t39 -35.5q21 -18 33.5 -30t35.5 -34t45 -43l37 -37l-37 -37q-31 -31 -64 -62t-52.5 -47.5t-40.5 -37.5t-31.5 -33.5t-21.5 -34t-15 -40t-6.5 -50t-2 -66.5t2.5 -87h772v23v74t-2.5 55.5t-3.5 43.5t-9 33t-13 29.5t-21.5 26.5t-28.5 30
|
441 |
+
t-39 35q-67 61 -114 108l-37 37l37 37q31 31 64 62t52.5 47.5t40.5 37.5t31.5 34t21.5 34t15 39.5t6.5 50t2 66.5t-2.5 87h-772zM321 754q76 -11 139.5 -16t101.5 -7t104.5 3t92 7.5t119.5 12.5q-24 -17 -67.5 -43t-72.5 -45t-60 -45.5t-46.5 -59.5t-14.5 -73h-51
|
442 |
+
q-8 44 -26.5 78.5t-46 60t-54 44t-61.5 41.5t-57 42zM597.5 314.5q72.5 -0.5 135 -24t104.5 -74.5t42 -119h-557q-2 70 39 121t102.5 74t134 22.5z" />
|
443 |
+
<glyph glyph-name="uniF18D" unicode=""
|
444 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM580 853v-120h40v120h-40zM413 817l-33 -23l69 -99l33 24zM787 817l-69 -98l33 -24l69 99zM600 700
|
445 |
+
q-75 0 -128 -39.5t-53 -95.5l103 -311h156l103 311q0 56 -53 95.5t-128 39.5zM276 664l-14 -38l112 -41l14 38zM924 664l-112 -41l14 -38l112 41zM383 489l-116 -31l11 -39l116 31zM817 489l-11 -39l116 -31l11 39zM520 232v-54h160v54h-160zM520 151v-54h160v54h-160z" />
|
446 |
+
<glyph glyph-name="uniF18E" unicode=""
|
447 |
+
d="M568 1075h64v-190h-64v190zM304 1018l109 -156l-53 -37l-109 156zM896 1018l53 -37l-109 -156l-53 37zM600 832q119 0 202.5 -62.5t83.5 -151.5l-162 -493h-248l-163 493q0 89 84 151.5t203 62.5zM85 775l179 -65l-22 -61l-179 66zM1115 775l22 -60l-179 -66l-22 61z
|
448 |
+
M256 497l16 -62l-183 -49l-17 62zM944 497l184 -49l-17 -62l-183 49zM473 89h254v-86h-254v86zM473 -39h254v-86h-254v86z" />
|
449 |
+
<glyph glyph-name="uniF18F" unicode=""
|
450 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM527 859v-168h-86l159 -238l159 238h-86v168h-146zM240 485v-347h720v347h-236q0 -51 -36.5 -87t-87.5 -36
|
451 |
+
t-87.5 36t-36.5 87h-236z" />
|
452 |
+
<glyph glyph-name="uniF190" unicode=""
|
453 |
+
d="M94 438h206l150 -150h300l150 150h206l-278 374h-456zM329 888h542l329 -450v-376h-1200v376z" />
|
454 |
+
<glyph glyph-name="uniF191" unicode=""
|
455 |
+
d="M478 1075h244v-280h142l-264 -396l-264 396h142v280zM0 453h394q0 -56 27.5 -103t75 -75t103.5 -28q85 0 145.5 60.5t60.5 145.5h394v-578h-1200v578z" />
|
456 |
+
<glyph glyph-name="uniF192" unicode=""
|
457 |
+
d="M1200 975v-176h-1200v176h1200zM0 700l338 -225l-338 -225v450zM1200 699v-176h-694v176h694zM1200 425v-175h-694v175h694zM0 151h1200v-176h-1200v176z" />
|
458 |
+
<glyph glyph-name="uniF193" unicode=""
|
459 |
+
d="M0 975h1200v-176h-1200v176zM1200 700v-450l-338 225zM0 699h694v-176h-694v176zM0 425h694v-175h-694v175zM1200 151v-176h-1200v176h1200z" />
|
460 |
+
<glyph glyph-name="uniF194" unicode=""
|
461 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM581 869q-41 0 -67 -22q-25 -23 -25 -59.5t25 -58.5q26 -22 67 -22t67 22t26 58.5t-26 59t-67 22.5zM667 606
|
462 |
+
q-38 0 -107 -16.5t-112 -33.5l9 -47l42 8q31 0 31 -41v-295q0 -24 -17 -34q-20 -14 -63 -24l10 -42q99 10 141 10t143 -10l8 42q-41 12 -62 25q-12 6 -16 12q-2 6 -2 21v289q0 60 19 109z" />
|
463 |
+
<glyph glyph-name="uniF195" unicode=""
|
464 |
+
d="M0 1075h1200v-342h-372q-41 53 -103 84t-133 31q-29 0 -56.5 -5t-53 -15t-48.5 -24.5t-42.5 -32t-36.5 -38.5h-355v342zM960 1024q-30 0 -51 -21t-21 -51v-94q0 -30 21 -51t51 -21h112q30 0 51.5 21t21.5 51v94q0 30 -21.5 51t-51.5 21h-112zM132 1023v-237h41v237h-41z
|
465 |
+
M202 1023v-237h42v237h-42zM274 1023v-237h41v70v96v71h-41zM101 1017q-18 -8 -30 -25.5t-12 -39.5v-166h42v231zM591 814q109 0 186.5 -77t77.5 -185.5t-77.5 -185.5t-186.5 -77t-186 77t-77 185.5t77 185.5t186 77zM591 761q-57 0 -105.5 -28t-76.5 -76.5t-28 -104.5
|
466 |
+
q0 -87 61.5 -148t148.5 -61t148.5 61t61.5 147.5t-61.5 148t-148.5 61.5zM0 684h324q-31 -62 -31 -132q0 -41 10.5 -79t30 -70.5t47 -60t60.5 -46.5t71.5 -29.5t79.5 -10.5q123 0 211 86.5t88 209.5q0 70 -32 132h341v-809h-1200v809z" />
|
467 |
+
<glyph glyph-name="uniF196" unicode=""
|
468 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM392 732q-19 0 -33.5 -14t-15.5 -34v-417q0 -20 14 -34t35 -15h416q20 0 34 14t15 35v417q0 19 -14 33t-35 15
|
469 |
+
h-416zM462 638h276q6 -1 11.5 -4t9 -8.5t4.5 -12.5v-274q-1 -7 -4 -12.5t-8.5 -9t-12.5 -3.5h-276q-5 0 -9 1.5t-7.5 5t-5.5 8t-3 10.5v274q1 4 2 7.5t3 6.5t5 5.5t7 3.5z" />
|
470 |
+
<glyph glyph-name="uniF197" unicode=""
|
471 |
+
d="M578 -40h153l-17 -85h-468l16 85h153l206 1029h-153l18 86h468l-17 -86h-153l-206 -1029v0z" />
|
472 |
+
<glyph glyph-name="uniF198" unicode=""
|
473 |
+
d="M328 803q75 0 141.5 -32t112.5 -88t64 -126h1h553v-139h-76v-264h-140v264h-66v-183h-139v183h-127h-1q-20 -117 -111 -194t-212 -77q-89 0 -164.5 44t-119.5 119.5t-44 164.5t44 164.5t119.5 119.5t164.5 44zM328 651q-73 0 -124.5 -51.5t-51.5 -124.5t51.5 -124.5
|
474 |
+
t124.5 -51.5t125 51.5t52 124.5t-52 124.5t-125 51.5z" />
|
475 |
+
<glyph glyph-name="uniF199" unicode=""
|
476 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM290 751v-406h620v406h-620zM367 677h466v-258h-466v258zM212 308v-68l40 -41h696l40 41v68h-776zM528 286
|
477 |
+
h144v-62h-144v62z" />
|
478 |
+
<glyph glyph-name="uniF19A" unicode=""
|
479 |
+
d="M120 902h960v-628h-960v628zM239 788v-399h722v399h-722zM0 217h1200v-106l-61 -63h-1078l-61 63v106zM489 182v-96h222v96h-222z" />
|
480 |
+
<glyph glyph-name="uniF19B" unicode=""
|
481 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM390 753h-8q-42 -1 -69 -8q-52 -12 -98 -44t-77.5 -80t-42.5 -108.5t5 -129.5q23 -82 86 -140.5t145 -73.5
|
482 |
+
q52 -10 106 0q43 8 93 37t80 64q0 4 -16 38.5t-18 34.5q-24 -34 -60.5 -59.5t-82.5 -39t-100 -0.5t-102 56q-43 42 -58 102t1 122q22 62 81.5 108t129.5 46q60 0 108.5 -27t80.5 -77q27 -45 69 -149.5t63 -144.5q42 -84 123 -106q65 -15 124.5 3t95.5 64.5t33 109.5
|
483 |
+
q-2 35 -14 60.5t-37 43.5t-49.5 29.5t-65.5 24.5q-49 17 -67.5 25.5t-29.5 19.5q-15 18 -16.5 42t8 44t29.5 32.5t45 8.5q44 0 86 -44l53 29q-28 46 -67.5 65.5t-68.5 15.5q-40 1 -74 -13.5t-55 -42t-26.5 -66.5t11.5 -86q30 -62 144 -98q19 -6 38 -14.5t43 -25t36 -34.5
|
484 |
+
t8.5 -45t-29.5 -56q-20 -22 -57 -29.5t-78 6.5t-66 48q-15 31 -40.5 91.5t-52.5 120.5t-52 107q-56 94 -151 127q-45 16 -97 16z" />
|
485 |
+
<glyph glyph-name="uniF19C" unicode=""
|
486 |
+
d="M132 235q-18 43 -20 56q-10 72 5.5 143t50 129.5t83.5 109.5t103.5 87.5t111.5 60.5q50 20 112.5 25t117 1t108 -5.5t102.5 13.5t85 52q19 22 32.5 34.5t35 23.5t43.5 11q33 -1 46 -27q76 -165 43 -332t-134 -304t-232 -207q-252 -125 -486 -44q-19 5 -59 30.5t-65 26.5
|
487 |
+
q-14 -8 -27.5 -26t-29.5 -45.5t-21 -34.5q-19 -33 -50.5 -38.5t-58.5 21.5q-24 24 -27 49.5t10 47t33 43.5t41 39t34.5 33.5t12.5 26.5zM269 277q17 -13 37.5 -11t33.5 16q100 120 233 177.5t286 53.5q22 -1 37 13.5t16 34.5q1 22 -13.5 36.5t-35.5 15.5q-176 10 -330 -60.5
|
488 |
+
t-269 -204.5q-14 -17 -12 -37.5t17 -33.5z" />
|
489 |
+
<glyph glyph-name="uniF19D" unicode=""
|
490 |
+
d="M0 1075h1200v-240h-1200v240zM0 595h1200v-240h-1200v240zM0 115h1200v-240h-1200v240z" />
|
491 |
+
<glyph glyph-name="uniF19E" unicode=""
|
492 |
+
d="M321 -125l-321 321l401 401l121 -122l78 78l-122 121l401 401l321 -321l-401 -401l-121 122l-78 -78l122 -121zM321 32l244 244l-43 43l-79 -79l-78 78l79 79l-43 43l-244 -244zM799 510l244 244l-164 164l-244 -244l43 -43l79 79l78 -78l-79 -79z" />
|
493 |
+
<glyph glyph-name="uniF19F" unicode=""
|
494 |
+
d="M0 1075h1200v-1200h-1200v1200zM294 839q-41 -1 -69 -27t-28 -63q1 -40 29.5 -65t65.5 -25h1q41 1 69.5 27t28.5 63q-1 27 -15.5 48t-35.5 31.5t-46 10.5zM804 601q-63 -1 -103 -30q-27 -20 -53 -57v74h-172q1 -21 1 -84q0 -109 -1 -437h172v291q1 28 7 42q31 63 88 64
|
495 |
+
q33 -1 53.5 -20.5t27.5 -44t7 -53.5v-279h172v299q-2 117 -57 177q-55 57 -142 58zM207 588v-521h172v521h-172z" />
|
496 |
+
<glyph glyph-name="uniF1A0" unicode=""
|
497 |
+
d="M600 1075q48 0 82.5 -36t34.5 -84l-1 -117h116h6h32v-38v-75h-540v75v38h32h6h116q1 55 1 118q0 32 15 59.5t41.5 43.5t58.5 16zM175 961h269v-79h-191v-928h694v928h-191v79h269v-1086h-850v1086zM600 959q-11 0 -19.5 -5t-14 -14t-5.5 -19q0 -16 11.5 -27.5t27.5 -11.5
|
498 |
+
t27.5 11.5t11.5 27.5t-11.5 27t-27.5 11zM330 649h38v-39h-38v39zM446 648h424v-39h-424v39zM330 503h38v-38h-38v38zM446 503h424v-39h-424v39zM330 358h38v-38h-38v38zM446 357h424v-38h-424v38zM330 213h38v-39h-38v39zM446 212h424v-39h-424v39zM330 67h38v-38h-38v38z
|
499 |
+
M446 67h424v-39h-424v39z" />
|
500 |
+
<glyph glyph-name="uniF1A1" unicode=""
|
501 |
+
d="M0 91h216v-216h-216v216zM0 91v-216h216v216h-216zM0 419h216v-216h-216v216zM0 747h216v-216h-216v216zM0 1075h216v-216h-216v216zM318 91v-216h882v216h-882zM318 91h882v-216h-882v216zM318 419h882v-216h-882v216zM318 747h882v-216h-882v216zM318 1075h882v-216
|
502 |
+
h-882v216z" />
|
503 |
+
<glyph glyph-name="uniF1A2" unicode=""
|
504 |
+
d="M310 -115q-77 20 -130.5 84t-62.5 145q-30 210 135 445q-31 71 -73 8q-89 -122 -136 -280q-6 41 1 83.5t29.5 87.5t38.5 72.5t47 72.5l18 27q-3 11 -8.5 23.5t-12 24t-14 23t-14.5 20.5t-12.5 16.5t-9 11t-2.5 3.5q-11 13 -20.5 29.5t-17 36.5t-11 39t-0.5 38t13 33
|
505 |
+
q39 65 102.5 107t134.5 40q21 -5 40.5 -20t31 -29t29.5 -38.5t26 -34.5l13.5 -18t14.5 -19.5t13 -17.5q121 65 229.5 96t215.5 11q57 -9 106.5 -41t82.5 -81.5t43 -105.5q28 -137 -18.5 -277t-140.5 -267q-209 -277 -469 -345q-122 -25 -212 -3zM582 -37q52 17 102 46
|
506 |
+
t96 69.5t81 77t79 86.5q87 111 128.5 240t16.5 255q-19 85 -89.5 143t-157.5 61q-152 10 -324 -79q-2 -16 15 -37t33 -3q84 43 171.5 55t177.5 -14q56 -20 92.5 -69.5t37.5 -109.5q7 -80 -22 -162t-75.5 -146t-110.5 -123q-31 -36 -64 -45t-81 12q-24 11 -119.5 52
|
507 |
+
t-145.5 67q-25 23 -49 53.5t-52 70t-44 59.5q-7 -10 -15 -23t-18.5 -33t-13.5 -26q-32 -64 -49.5 -124.5t-14 -130.5t36.5 -126q44 -76 132 -104t179 -9q34 6 67 17zM740 226q-12 65 -45 329q-25 40 -81 116.5t-80 116.5q-8 11 -37 50t-43 57t-37 46.5t-42 49.5
|
508 |
+
q-23 39 -62 54t-80 -4q-39 -16 -71 -39t-57 -57.5t-32 -72.5q8 -28 24 -56t42 -63t36 -51q30 -39 116.5 -161t136.5 -181q265 -116 314 -140zM448 400q-20 10 -37 31t-34 48.5t-30 41.5q-12 18 -45.5 62.5t-56 77.5t-40.5 65q5 18 12 32t10.5 19.5t17 20.5t18.5 20
|
509 |
+
q3 3 19.5 15t25.5 18t25.5 15.5t29 12t27 3t27.5 -8t24 -24.5q136 -173 199 -275l56 -234l-50 -40q-22 13 -71.5 38t-87.5 44zM400 623q-11 15 -30 41.5t-31.5 43.5t-30 39.5t-34.5 40.5q-50 -34 -17 -96q7 -13 23 -38l4 -6q13 -17 68.5 -93.5t88.5 -114.5q23 21 28 43.5
|
510 |
+
t-4 43t-21 38t-26.5 34.5t-17.5 24zM609 568q-7 22 -21 45t-35 50t-31 42q-107 144 -121 162q-7 -3 -37 -14t-43 -25q56 -86 134 -193q35 -44 75 -63.5t79 -3.5zM155 776q-43 51 41 129q6 6 18 16l4 4q65 54 126 45q23 -4 39.5 -24.5t0.5 -33.5q-16 -10 -46.5 -27.5t-50 -29
|
511 |
+
t-42.5 -32.5t-37 -45q-14 -27 -25.5 -27t-27.5 25zM204 815q15 24 38.5 42t61 38t49.5 29q-3 21 -17 26.5t-33.5 -2t-35.5 -17.5t-29 -20q-4 -4 -15 -14t-18.5 -17t-17.5 -18t-15 -20t-7.5 -18.5t2 -18.5t15.5 -16q5 3 8 7t8 10.5t6 8.5zM106 854q-5 29 8.5 57.5t34.5 48.5
|
512 |
+
t47 37q37 23 79 25q38 3 34 -26v-2q-55 -17 -101 -53t-75 -84q-6 -10 -14 -12.5t-13 9.5zM880 362q140 186 94 336q-12 39 -41.5 67t-65.5 41.5t-77.5 18t-78.5 -4.5q-9 -3 -24 -6.5t-29 -6t-29 -7t-25.5 -9.5t-16.5 -14t-5 -21q15 -22 133 -180q5 -39 13.5 -106t16 -123
|
513 |
+
t15.5 -105q49 35 120 120z" />
|
514 |
+
<glyph glyph-name="uniF1A3" unicode=""
|
515 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM596 800q-61 1 -111 -33t-76 -91q-17 -42 -16 -150h-90v-376h594v376h-98v71q0 41 -17 79q-15 36 -43.5 64
|
516 |
+
t-65.5 44t-77 16zM591 681h5q35 -1 58.5 -24.5t25.5 -58.5v-1v-71h-168v71q4 37 25 60t54 24z" />
|
517 |
+
<glyph glyph-name="uniF1A4" unicode=""
|
518 |
+
d="M592 1075q111 -1 205.5 -64.5t138.5 -164.5q31 -71 31 -145v-132h181v-694h-1096v694h167q0 50 -0.5 96t7 95.5t22.5 85.5q48 106 140.5 168t203.5 61zM592 854q-64 2 -105.5 -40.5t-47.5 -112.5v-132h308v132v1q-2 42 -22 76t-55 54.5t-78 21.5z" />
|
519 |
+
<glyph glyph-name="uniF1A5" unicode=""
|
520 |
+
d="M339 1075l66 -277l280 -59l-278 -66l-59 -279l-67 277l-280 59l278 66zM1073 1062l119 -118l-219 -218l-119 119zM775 765v0l119 -118l-775 -772l-119 119zM1015 627l36 -148l149 -31l-149 -36l-31 -149l-36 148l-149 32l148 35zM771 357l39 -163l165 -35l-164 -39
|
521 |
+
l-34 -164l-40 163l-164 35l163 39z" />
|
522 |
+
<glyph glyph-name="uniF1A6" unicode=""
|
523 |
+
d="M600 1075q113 0 216 -41.5t177.5 -111.5t118.5 -167t44 -203q0 -23 -2 -46l-11 -230l-351 29l11 230q1 8 1 17q0 79 -60 135t-144 56q-41 0 -79 -15t-65 -41t-43.5 -61t-16.5 -74q0 -8 1 -17l11 -230l-352 -29l-10 230q-2 23 -2 46q0 85 28 164.5t79.5 144t120 113
|
524 |
+
t153 75t175.5 26.5zM420 169l23 -262l-352 -31l-23 262zM780 168l351 -31l-23 -262l-351 31z" />
|
525 |
+
<glyph glyph-name="uniF1A7" unicode=""
|
526 |
+
d="M727 1075h469q0 -74 -0.5 -235t-0.5 -234h-167v181l-237 -236q76 -110 76 -244q0 -71 -22 -136.5t-62 -119t-93 -93t-118.5 -61.5t-136.5 -22q-117 0 -216.5 58t-157 157t-57.5 216.5t57.5 217t157 157t216.5 57.5q128 0 234 -69l241 239h-183v167zM435 564
|
527 |
+
q-70 0 -129.5 -34.5t-94 -93.5t-34.5 -129q0 -107 76 -182.5t182.5 -75.5t182 75.5t75.5 182t-75.5 182t-182.5 75.5z" />
|
528 |
+
<glyph glyph-name="uniF1A8" unicode=""
|
529 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 872q-124 0 -211.5 -87.5t-87.5 -211.5q0 -98 42 -154l257 -341l257 341q14 18 23.5 45t14 55t4.5 54
|
530 |
+
q0 124 -87.5 211.5t-211.5 87.5zM600 698q52 0 89 -36.5t37 -88.5t-37 -89t-89 -37t-89 37t-37 89t37 88.5t89 36.5z" />
|
531 |
+
<glyph glyph-name="uniF1A9" unicode=""
|
532 |
+
d="M600 1075q92 0 176 -36t144.5 -96.5t96 -144t35.5 -175.5q0 -62 -16.5 -127t-46.5 -105l-389 -516l-389 516q-63 83 -63 232q0 73 22.5 142t64.5 125t97.5 97.5t124.5 64.5t143 23zM600 813q-79 0 -134.5 -56t-55.5 -134.5t55.5 -134.5t134.5 -56t134.5 56t55.5 134.5
|
533 |
+
t-55.5 134.5t-134.5 56z" />
|
534 |
+
<glyph glyph-name="uniF1AA" unicode=""
|
535 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM579 865q-29 -2 -58 -11v-104h-43v87q-30 -14 -54 -34v-428q76 -63 176 -63q99 0 176 63v428q-24 19 -53 34
|
536 |
+
v-87h-43v104q-29 9 -58 11v-115h-43v115zM340 524v-219q23 -22 50 -40q64 -41 139 -55v-72h-85v-53h85h142h85v53h-85v72q75 14 139 55q27 18 50 40v219h-50v-194q-92 -75 -210 -75t-210 75v194h-50zM529 210v25h142v-25q-35 -7 -71 -7t-71 7z" />
|
537 |
+
<glyph glyph-name="uniF1AB" unicode=""
|
538 |
+
d="M568 1075v-178h66v178q44 -4 89 -18v-160h66v134q45 -22 81 -52h1v-658h-1q-118 -97 -270 -97q-153 0 -270 97h-1v658h1q36 30 82 53v-135h66v161q45 13 90 17zM200 550h78v-298q140 -115 322 -115t322 115v298h78v-337q-36 -33 -78 -60q-98 -64 -212 -86v39h-220v-39
|
539 |
+
q-114 22 -212 86q-42 27 -78 60v337zM710 67v-110h130v-82h-130h-220h-130v82h130v110q54 -10 110 -10t110 10z" />
|
540 |
+
<glyph glyph-name="uniF1AC" unicode=""
|
541 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM255 573v-196h690v196h-690z" />
|
542 |
+
<glyph glyph-name="uniF1AD" unicode=""
|
543 |
+
d="M0 645h1200v-340h-1200v340z" />
|
544 |
+
<glyph glyph-name="uniF1AE" unicode=""
|
545 |
+
d="M0 475l205 205l1 -143h332v332l-145 -1l207 207l205 -205l-143 -1v-332h332l-1 145l207 -207l-205 -205l-1 143h-332v-332l145 1l-207 -207l-205 205l143 1v332h-332l1 -145z" />
|
546 |
+
<glyph glyph-name="uniF1AF" unicode=""
|
547 |
+
d="M365 995l835 63q-1 -24 -3.5 -77t-7 -163.5t-9.5 -216.5t-9.5 -210t-7.5 -172t-3 -77q-3 -62 -56.5 -110.5t-131.5 -59.5q-87 -13 -155.5 27t-78.5 109q-7 45 16 87t68.5 71.5t102.5 37.5q84 12 152 -26l29 564l-652 -68q-26 -626 -31 -708v-6v-1v1q-3 -30 -18 -58
|
548 |
+
t-39.5 -49.5t-58.5 -37t-72 -21.5q-87 -12 -155.5 28t-78 108.5t45 126t141.5 69.5q80 12 146 -22z" />
|
549 |
+
<glyph glyph-name="uniF1B0" unicode=""
|
550 |
+
d="M331 181l-1 -75h-330v75q0 67 49.5 115t117.5 48t116.5 -48t47.5 -115zM317 520.5q0 -62.5 -44 -106.5t-106 -44q-41 0 -75.5 20.5t-55 55t-20.5 75.5q0 62 44.5 106t106.5 44t106 -44t44 -106.5zM740 192l-1 -86h-380v86q0 78 56.5 133t135 55t134.5 -55t55 -133z
|
551 |
+
M724 584q0 -72 -50.5 -122.5t-122.5 -50.5t-123 50.5t-51 122.5t51 122.5t123 50.5t122.5 -50.5t50.5 -122.5zM1200 204l-1 -98h-431v98q0 88 64 150.5t153.5 62.5t152.5 -62.5t62 -150.5zM1181 647.5q0 -81.5 -57 -139t-138.5 -57.5t-139 57.5t-57.5 139.5q0 53 26.5 98
|
552 |
+
t71.5 71.5t99 26.5q81 0 138 -57.5t57 -139z" />
|
553 |
+
<glyph glyph-name="uniF1B1" unicode=""
|
554 |
+
d="M1 445q-1 7 -1 28v3q300 26 474 150q55 -25 111 3q59 -60 117.5 -98.5t129.5 -61.5q15 -38 48 -59q-40 -99 -111 -174q-54 36 -112.5 16.5t-82.5 -75.5q-168 1 -322 72t-251 196zM573 90q-179 -92 -352 -82q-69 58 -119 132t-76 155q113 -97 257 -151t290 -54zM821 107
|
555 |
+
q202 42 341 156q-46 -119 -136.5 -208.5t-200 -134t-235 -44.5t-238.5 51q144 20 274 94q42 -21 82 -16.5t72 33t41 69.5zM1057 442q97 7 143 15q0 -6 -0.5 -18t-0.5 -18q-63 -79 -153 -135.5t-191 -84.5q69 83 109 189q59 7 93 52zM1079 530q-8 62 -57 95q15 142 4 272
|
556 |
+
q71 -74 114.5 -165t55.5 -187q-52 -11 -117 -15zM411 688q-168 -106 -404 -125q26 163 130 290.5t254 183.5q9 -109 48 -199q-31 -32 -38.5 -71.5t10.5 -78.5zM647 790q108 134 145 252q77 -26 139 -67q22 -172 5 -331q-37 -6 -65 -28t-40 -55q-90 33 -187 130q19 50 3 99z
|
557 |
+
M519 871q-42 104 -43 191q114 26 232 2q-38 -107 -118 -208q-54 23 -71 15z" />
|
558 |
+
<glyph glyph-name="uniF1B2" unicode=""
|
559 |
+
d="M514 1075h172v-694h-172v694zM176 899l121 -121q-60 -59 -93 -137.5t-33 -165.5q0 -117 57.5 -215.5t156 -156t215.5 -57.5t215.5 57.5t156 156t57.5 215.5q0 58 -15.5 113.5t-43 103t-67.5 86.5l121 121q83 -83 129.5 -192.5t46.5 -231.5q0 -163 -80.5 -301
|
560 |
+
t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301q0 82 21.5 159.5t60.5 144t94 120.5z" />
|
561 |
+
<glyph glyph-name="uniF1B3" unicode=""
|
562 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 945q-77 0 -148.5 -24t-129 -67.5t-101 -101t-67.5 -129t-24 -148.5q0 -96 37.5 -182.5t100.5 -149.5
|
563 |
+
t149.5 -100.5t182.5 -37.5t182.5 37.5t149.5 100.5t100.5 149.5t37.5 182.5t-37.5 182.5t-100.5 149.5t-149.5 100.5t-182.5 37.5zM830 760l111 -111l-348 -348l-110 -111l-112 111l-112 113l110 111l113 -113z" />
|
564 |
+
<glyph glyph-name="uniF1B4" unicode=""
|
565 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM857 794l-389 -389l-126 126l-124 -124l126 -126l125 -125l124 124l389 389z" />
|
566 |
+
<glyph glyph-name="uniF1B5" unicode=""
|
567 |
+
d="M1004 976l196 -196l-611 -611l-195 -195l-196 196l-198 198l194 195l199 -199z" />
|
568 |
+
<glyph glyph-name="uniF1B6" unicode=""
|
569 |
+
d="M600 1058q122 0 233 -47.5t191.5 -128t128 -191.5t47.5 -233q0 -193 -111 -348t-287 -218l-148 392q56 17 92 65t36 109q0 37 -14.5 70.5t-38.5 58t-58 39t-71 14.5q-75 0 -128.5 -53.5t-53.5 -128.5q0 -61 36 -109t92 -65l-148 -391q-176 63 -287 217.5t-111 347.5
|
570 |
+
q0 122 47.5 233t128 191.5t191.5 128t233 47.5z" />
|
571 |
+
<glyph glyph-name="uniF1B7" unicode=""
|
572 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM744 851h-10q-76 -4 -150 -77l-315 -316l52 -51l315 315q63 60 115 56q50 -7 86.5 -56.5t24.5 -93.5l-8 -18
|
573 |
+
t-7.5 -15.5t-10 -15t-9 -12t-11.5 -13t-11 -11.5l-13.5 -13.5t-12.5 -13.5q-45 -45 -147.5 -146.5t-163.5 -162.5q-22 -20 -38 -28t-33 -5t-36 20q-29 30 -25 58q3 26 29 52l288 288q41 41 56 28q1 -4 1.5 -7.5t0 -7.5t-1.5 -7t-3.5 -7t-4.5 -6.5t-5 -6t-5 -5t-5.5 -5
|
574 |
+
t-3.5 -4.5l-265 -265l51 -51l265 264q91 93 28 158q-72 61 -160 -26l-288 -288q-44 -44 -50 -96q-5 -64 48 -118q43 -42 95 -43q21 1 44 10t39.5 21t30.5 25l156.5 156.5t185.5 184.5q56 58 70 114q24 96 -55 178q-63 62 -133 63z" />
|
575 |
+
<glyph glyph-name="uniF1B8" unicode=""
|
576 |
+
d="M472 -36q-22 -22 -49 -40.5t-63 -33t-70 -15.5q-83 1 -152 69q-84 85 -77 188q10 82 81 153l460 460q28 28 56.5 46.5t61.5 29t68.5 2.5t67.5 -36q101 -105 -43 -253l-424 -422l-81 83l422 422q1 0 8 7.5t9.5 10t9 9.5t8.5 11.5t6 11.5t5 12.5t0.5 12.5t-2.5 14
|
577 |
+
q-14 12 -40 -4.5t-49 -39.5l-460 -459q-42 -43 -47 -83q-6 -46 41 -93q30 -28 57 -33t52.5 7.5t60.5 45.5q97 97 260.5 259.5t235.5 234.5l19 19l18.5 18.5t16 16.5t16.5 18t14 17.5t14 20t12 20t12.5 23.5t10.5 26q12 45 -10.5 98.5t-68.5 93t-98 46.5q-82 8 -184 -89
|
578 |
+
l-503 -503l-83 81l503 505q119 117 240 123t228 -101q127 -130 89 -284q-24 -89 -113 -182q-104 -101 -295.5 -293.5t-250.5 -250.5z" />
|
579 |
+
<glyph glyph-name="uniF1B9" unicode=""
|
580 |
+
d="M1157 614q-1 -63 -19 -122.5t-51 -109t-78 -86.5q-154 -118 -398 -122v-72q-2 -68 -39 -124.5t-95 -83.5q-40 -19 -88 -19q-55 1 -112 29v208q50 -35 90 -23q41 15 41 58v578h203v-360q71 1 135 15q96 23 149 70q71 67 71 164q0 67 -31 121.5t-85 88.5q-105 60 -250 61
|
581 |
+
q-153 -4 -252 -65q-54 -35 -84 -90t-30 -116q10 -127 57 -171l-129 -139q-57 57 -88 145q-31 93 -31 165q1 66 20.5 128t53.5 114t81 91q163 127 402 128q250 -4 403 -127q75 -64 114 -152t40 -182z" />
|
582 |
+
<glyph glyph-name="uniF1BA" unicode=""
|
583 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM331 786v-622h182v622h-182zM687 786v-622h182v622h-182z" />
|
584 |
+
<glyph glyph-name="uniF1BB" unicode=""
|
585 |
+
d="M0 1075h500v-1200h-500v1200zM700 1075h500v-1200h-500v1200z" />
|
586 |
+
<glyph glyph-name="uniF1BC" unicode=""
|
587 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM802 888q-33 0 -57 -24q-22 -23 -23 -53.5t19 -50.5l100 -100q21 -21 51.5 -19.5t53 24t23.5 53t-20 50.5
|
588 |
+
l-100 100q-19 19 -47 20zM637 756l-324 -325l200 -199l324 324zM261 394l-53 -264l264 53z" />
|
589 |
+
<glyph glyph-name="uniF1BD" unicode=""
|
590 |
+
d="M1169 884q33 -32 31 -80t-37.5 -83.5t-83.5 -37.5t-80 30l-158 158q-33 33 -31 81t37.5 83.5t83.5 37t81 -30.5zM165 353l512 511l315 -315l-512 -511zM0 -123l83 416l333 -332z" />
|
591 |
+
<glyph glyph-name="uniF1BE" unicode=""
|
592 |
+
d="M720 803q27 0 51 -11q17 -8 30.5 -20.5t23 -27.5t14.5 -32.5t5 -35.5v-339q-4 -25 -21.5 -32.5t-33.5 3t-17 29.5v320q-4 13 -22 11t-19 -11v-734q-3 -21 -14.5 -33.5t-27 -14t-30.5 3.5t-25.5 17.5t-10.5 27.5v450q-3 13 -15 16t-22.5 -3t-10.5 -14q1 -109 1 -449
|
593 |
+
q-3 -26 -20.5 -38.5t-36.5 -10.5t-34.5 15.5t-16.5 32.5l-1 734q-5 12 -22 10.5t-17 -10.5v-320q-3 -19 -15 -28t-24 -7t-22.5 11.5t-10.5 23.5v339q1 38 15.5 69t43.5 47q20 11 49 11h256zM718 957q0 -49 -34.5 -84t-83.5 -35t-83.5 35t-34.5 84q0 32 15.5 59t43 43
|
594 |
+
t59.5 16q49 0 83.5 -34.5t34.5 -83.5z" />
|
595 |
+
<glyph glyph-name="uniF1BF" unicode=""
|
596 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM384 837q-11 -1 -23 -11l-102 -102q-20 -18 -21 -55q-2 -60 50 -170q85 -161 273 -298q131 -85 234 -88
|
597 |
+
q35 0 55 21l102 101q12 12 9.5 29t-18.5 27l-148 87h-1q-24 15 -52 -7l-44 -45q-6 -5 -20 -2q-10 3 -19.5 6.5t-18 8.5t-18 11.5t-17 12.5t-16 14t-15 14t-15.5 14.5t-15 13.5q-78 72 -96 143q0 5 4 10l37 38q23 23 9 51l-82 156q-13 21 -32 20z" />
|
598 |
+
<glyph glyph-name="uniF1C0" unicode=""
|
599 |
+
d="M1183 77l-169 -168q-33 -34 -90 -34q-171 5 -388 146q-312 227 -453 494q-25 52 -41 91t-30 93.5t-12 97.5q1 61 35 91l169 169q27 22 50.5 17t40.5 -32l137 -258q10 -23 5.5 -45.5t-21.5 -39.5l-62 -62q-6 -9 -6 -18q30 -117 160 -237q10 -9 38 -36t43.5 -40.5t41 -33
|
600 |
+
t49.5 -30.5t50 -17q22 -6 32 3l73 74q20 15 43 19.5t45 -6.5h1l245 -145q27 -17 30.5 -45t-16.5 -48z" />
|
601 |
+
<glyph glyph-name="uniF1C1" unicode=""
|
602 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM278 780v-610h644v610h-644zM357 703h486v-335h-486v335z" />
|
603 |
+
<glyph glyph-name="uniF1C2" unicode=""
|
604 |
+
d="M0 1044h1200v-1138h-1200v1138zM148 900v-624h904v624h-904z" />
|
605 |
+
<glyph glyph-name="uniF1C3" unicode=""
|
606 |
+
d="M911 980q133 -83 210.5 -218.5t78.5 -287.5q0 -102 -34 -195h-255v701zM1139 217q-70 -141 -200 -229.5t-284 -104.5q-77 -5 -157 8.5t-144 41.5v284h785zM0 474q2 169 91 310.5t235 217.5l228 -204l-532 -478q-22 79 -22 154zM290 -33q-84 53 -147.5 127.5t-99.5 160.5
|
607 |
+
l247 223v-511zM847 618l-457 412q112 38 210 38q130 0 247 -54v-396z" />
|
608 |
+
<glyph glyph-name="uniF1C4" unicode=""
|
609 |
+
d="M0 976h1200v-1002h-1200v1002zM92 882v-814h1016v814h-1016zM301 765q41 0 70.5 -29.5t29.5 -72.5q0 -41 -29.5 -70.5t-70.5 -29.5q-43 0 -72 29.5t-29 70.5q0 43 29 72.5t72 29.5zM733 715l267 -276v-275h-800v69l180 234l123 -102z" />
|
610 |
+
<glyph glyph-name="uniF1C5" unicode=""
|
611 |
+
d="M321 -89l149 480h-215l-135 -120h-120l96 204l-96 204h120l135 -120h215l-149 480h120l269 -480h310q7 0 19.5 -0.5t43.5 -5t54.5 -12.5t43 -25t19.5 -41t-18.5 -41t-45 -25t-53 -12.5t-44.5 -4.5l-19 -1h-310l-269 -480h-120z" />
|
612 |
+
<glyph glyph-name="uniF1C6" unicode=""
|
613 |
+
d="M600 -125q-163 0 -301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5t301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5zM450 775v-600l450 300z" />
|
614 |
+
<glyph glyph-name="uniF1C7" unicode=""
|
615 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 936q-94 0 -179 -36.5t-147 -98.5t-98.5 -147t-36.5 -179t36.5 -179t98.5 -147t147 -98.5t179 -36.5
|
616 |
+
t179 36.5t147 98.5t98.5 147t36.5 179t-36.5 179t-98.5 147t-147 98.5t-179 36.5zM450 775l450 -300l-450 -300v600z" />
|
617 |
+
<glyph glyph-name="uniF1C8" unicode=""
|
618 |
+
d="M100 1075l1000 -600l-1000 -600v1200z" />
|
619 |
+
<glyph glyph-name="uniF1C9" unicode=""
|
620 |
+
d="M0 715q1 1 4.5 5.5t7.5 9.5v-46q-4 5 -7.5 9.5t-4.5 5.5v16zM1165 479q-38 -11 -88 12q-43 20 -76 27q-11 4 -17 1.5t-8 -7.5t-3 -18q-10 -87 -17 -113q-19 -68 -82 -90q-10 -3 -12.5 -9.5t0.5 -16.5q21 -89 25 -126q3 -24 -2 -30t-30 -10q-31 -5 -90 -7q-20 -1 -21 24
|
621 |
+
q-2 75 -11 141q-3 21 -9.5 24.5t-30.5 0.5q32 -157 34 -166q-18 -7 -26.5 -9.5t-24.5 -7.5t-27 -6t-25.5 -1t-28.5 3q-20 5 -22 24q-6 67 -11 123q0 1 -1 22h-40q14 -80 16 -91q1 -4 1.5 -9.5t1 -12t1.5 -9.5q3 -28 -1 -34t-30 -11q-34 -7 -65 -2q-38 6 -40 50q-2 65 -4 112
|
622 |
+
l-4 18q-3 0 -5 -1q0 -40 -1 -42q0 -10 -1 -44.5t-1 -53.5q0 -15 -16 -19q-59 -17 -139 5q-23 6 -20 31q4 29 13 79q0 2 8 35q16 62 -13 111q-48 79 -41 146q3 32 9 51q5 16 -11 24q-67 35 -86 91q-16 48 5 95t71 75q-16 -45 -17 -48q-12 -40 10.5 -78t64.5 -47q7 -1 15 2
|
623 |
+
q10 3 15 9q43 44 97 66t134 40q13 3 33 8.5t33.5 9t32 7t33.5 5.5q109 10 178.5 -22.5t120.5 -119.5q3 -4 45 -85q19 4 29.5 7.5t25.5 10.5t25.5 17.5t18.5 25.5q19 35 51 40.5t57 -20.5q32 -31 8 -68q-2 -3 -32 -44q26 -23 29 -26q6 -5 12 -15q16 -25 10.5 -37t-34.5 -17
|
624 |
+
q21 17 2 37q-3 3 -41 45q24 32 26 34q2 3 25 33q-7 13 -8 13q-20 32 -44 32t-45 -31l-3 -6t-4 -6.5t-4 -4.5l-7.5 -7.5l-7.5 -7.5t-7 -6.5t-8 -6.5t-9 -5q-64 -32 -141 -25q-20 1 -72 -5q-4 0 -8.5 -4.5t-5.5 -7.5q0 -4 3 -33q104 9 110 9q36 2 67 2t65.5 -9t62.5 -28
|
625 |
+
q6 -4 15 -6t21.5 -3.5t18.5 -2.5zM920 521q4 -66 4 -69q-2 -47 -32 -71t-76 -17q-90 14 -113 99q-24 91 3 183q7 24 26 49q20 26 47 29.5t53 -16.5q18 -14 36 -42q6 -10 14.5 -29t11.5 -25q6 -11 13 -12q4 -1 42 -1q-9 23 -9 24q-32 70 -88 128q-38 39 -79.5 35.5
|
626 |
+
t-73.5 -48.5q-38 -54 -49 -138q-18 -125 38 -207q47 -69 131 -79q80 -10 118 63q22 40 21 105q0 15 -0.5 20t-5 10t-10.5 6t-22 3zM857 103q2 4 6 10t5 8.5t1 4.5q-2 3 -4.5 6.5t-6.5 7t-5 5.5q-1 -2 -4.5 -5.5t-5 -6t-1.5 -4.5q1 -4 3 -7l6 -9t6 -10zM56 707q8 -39 14 -65
|
627 |
+
q-27 28 -19 64q3 0 5 1zM220 854q-5 -18 -15 -55q-9 38 15 55z" />
|
628 |
+
<glyph glyph-name="uniF1CA" unicode=""
|
629 |
+
d="M0 1075h1200v-1200h-783v263h549v652h-735v-915h-231v1200zM426 333v282h354v-282h-354z" />
|
630 |
+
<glyph glyph-name="uniF1CB" unicode=""
|
631 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM504 813v-242h-242v-192h242v-242h192v242h242v192h-242v242h-192z" />
|
632 |
+
<glyph glyph-name="uniF1CC" unicode=""
|
633 |
+
d="M430 1075h340v-430h430v-340h-430v-430h-340v430h-430v340h430v430z" />
|
634 |
+
<glyph glyph-name="uniF1CD" unicode=""
|
635 |
+
d="M600 1057q122 0 233 -47.5t191.5 -127.5t128 -191.5t47.5 -233.5q0 -188 -106 -340t-276 -218v53q74 31 135 82.5t105 116.5t68.5 144t24.5 162q0 112 -43.5 214.5t-117.5 176t-176 117.5t-214 44q-90 0 -174 -28t-151.5 -79t-118.5 -119t-79 -152t-28 -174
|
636 |
+
q0 -167 92 -304t241 -201v-53q-170 66 -276 218t-106 340q0 122 47.5 233.5t128 191.5t191.5 127.5t233 47.5zM600 938q111 0 205.5 -54.5t149 -149t54.5 -205.5q0 -75 -26 -144t-73 -123t-109 -89v44q78 50 124.5 132.5t46.5 179.5q0 101 -50 186.5t-135.5 135.5t-186.5 50
|
637 |
+
t-186.5 -50t-135.5 -135.5t-50 -186.5q0 -97 46 -179.5t124 -132.5v-44q-94 54 -150.5 148.5t-56.5 207.5q0 111 54.5 205.5t149 149t205.5 54.5zM600 806q101 0 173 -71.5t72 -173.5q0 -103 -75 -175v57q37 53 37 118q0 86 -60.5 146.5t-146.5 60.5q-56 0 -104 -27.5
|
638 |
+
t-75.5 -75.5t-27.5 -104q0 -65 37 -118v-57q-75 72 -75 175q0 102 72 173.5t173 71.5zM600 678q48 0 82.5 -34t34.5 -83q0 -32 -15.5 -58.5t-42.5 -42.5t-59 -16t-59 16t-42.5 42.5t-15.5 58.5q0 49 34.5 83t82.5 34zM600 414q29 0 52 -3t37.5 -7.5t25 -10t15.5 -11t8 -10
|
639 |
+
t4 -7.5v-2q1 -151 -12 -229q-6 -35 -22 -95.5t-30 -103.5l-13 -42h-130q-52 161 -65 240q-6 35 -9 92.5t-3 97.5v40q0 2 1 5.5t9 12t21.5 15.5t42.5 12.5t68 5.5z" />
|
640 |
+
<glyph glyph-name="uniF1CE" unicode=""
|
641 |
+
d="M367 1001h466v-181h47l280 -119h-1120l280 119h47v181zM0 632h1200v-365h-186l66 -318h-960l66 318h-186v365zM291 494l-93 -458h804l-94 458h-617z" />
|
642 |
+
<glyph glyph-name="uniF1CF" unicode=""
|
643 |
+
d="M472 1075q70 0 120 -50t50 -120t-49 -120h316v-313q50 50 120.5 50t120.5 -50t50 -120.5t-50 -120.5t-120.5 -50t-120.5 50v-356h-328q64 51 64 133q0 46 -23 85.5t-62 62t-86 22.5q-70 0 -120 -49.5t-50 -120.5q0 -82 64 -133h-368v403q51 -59 129 -59q70 0 120 50
|
644 |
+
t50 121q0 46 -22.5 85t-62 62t-85.5 23q-78 0 -129 -59v284h350q-49 50 -49 120q0 34 13.5 65.5t36.5 54.5t54.5 36.5t66.5 13.5z" />
|
645 |
+
<glyph glyph-name="uniF1D0" unicode=""
|
646 |
+
d="M0 1075h545v-545h-545v545zM655 1075h545v-545h-545v545zM109 966v-328h328v328h-328zM763 966v-328h328v328h-328zM218 855h110v-108h-110v108zM872 855h108v-108h-108v108zM0 420h545v-545h-545v545zM655 420h325v-108h111v108h109v-327h-328v109h-109v-327h-108v545z
|
647 |
+
M109 312v-328h328v328h-328zM218 203h110v-110h-110v110zM872 -16h108v-109h-108v109zM1091 -16h109v-109h-109v109z" />
|
648 |
+
<glyph glyph-name="uniF1D1" unicode=""
|
649 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM589 925q-36 0 -84.5 -20t-85.5 -51.5t-39 -61.5q-2 -28 1 -44.5t5.5 -19t7.5 -5.5h68q13 29 31.5 42.5
|
650 |
+
t53.5 12.5q39 0 68.5 -39t12.5 -79q-12 -29 -35.5 -67.5t-36.5 -66.5q-23 -49 -25 -107t24 -118l84 -2q-6 31 1.5 62.5t25 60.5t35 53t40 51t32.5 42q21 33 31.5 56t13.5 41t3 49q0 84 -60 145q-63 65 -172 66zM593.5 229q-42.5 0 -72.5 -29.5t-30 -72t30 -72.5t72.5 -30
|
651 |
+
t72 30t29.5 72.5t-29.5 72t-72 29.5z" />
|
652 |
+
<glyph glyph-name="uniF1D2" unicode=""
|
653 |
+
d="M586 1075q145 0 229 -87q79 -82 80 -195q0 -58 -11.5 -94.5t-53.5 -99.5q-9 -15 -25 -35t-31 -38t-33 -41.5t-32 -44t-28 -46.5t-21 -49.5t-10.5 -51.5t2.5 -52l-112 2q-24 48 -30 104t2.5 105t28.5 91q17 37 49 88.5t48 90.5q13 39 0 74t-44.5 59.5t-64.5 24.5
|
654 |
+
q-47 0 -71.5 -18t-41.5 -56h-91q-7 4 -10.5 7.5t-7.5 25.5t-1 60q3 39 52.5 81.5t114 68.5t113.5 26zM591.5 147q56.5 0 96 -39.5t39.5 -96.5q0 -37 -18 -68t-49.5 -49.5t-68.5 -18.5q-56 0 -96 40t-40 96.5t40 96t96.5 39.5z" />
|
655 |
+
<glyph glyph-name="uniF1D3" unicode=""
|
656 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM554 793q-32 -3 -54 -5.5t-55.5 -9.5t-56 -18t-48.5 -30.5t-41.5 -45.5t-26 -65.5t-10.5 -88.5v-295h267v316
|
657 |
+
h-89q-1 24 6 43.5t19 31.5t32.5 21.5t38 15t44.5 11.5zM912 793q-32 -3 -54 -5.5t-55.5 -9.5t-56 -18t-48.5 -30.5t-41.5 -45.5t-26 -65.5t-10.5 -88.5v-295h268v316h-89q-2 30 8 52t32 35.5t43.5 20.5t55.5 15z" />
|
658 |
+
<glyph glyph-name="uniF1D4" unicode=""
|
659 |
+
d="M600 -125q-163 0 -301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5t301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5zM646 157q32 3 54 5.5t55.5 9.5t56 18t48.5 30.5t41.5 45.5t26 65.5t10.5 88.5v295h-267v-316h89
|
660 |
+
q2 -30 -8 -52t-32.5 -35.5t-44 -20.5t-55.5 -15zM288 157q32 3 54 5.5t55.5 9.5t56 18t48.5 30.5t41.5 45.5t26 65.5t10.5 88.5v295h-268v-316h89q2 -30 -8 -52t-32 -35.5t-43.5 -20.5t-55.5 -15z" />
|
661 |
+
<glyph glyph-name="uniF1D5" unicode=""
|
662 |
+
d="M682 -20l-46 211q33 7 56.5 13.5t52 16.5t48 21t39 27.5t30.5 36t17 46t4 57.5h-158v561h475v-524q0 -87 -18.5 -156.5t-46 -115.5t-73.5 -81t-86.5 -54t-99.5 -32.5t-98 -18t-96 -8.5zM46 -20l-46 211q47 11 79 20t68 26.5t57 39t33.5 55.5t9.5 77h-157v561h474v-524
|
663 |
+
q0 -87 -18.5 -156.5t-46 -115.5t-73.5 -81t-86 -54t-99.5 -32.5t-98.5 -18t-96 -8.5z" />
|
664 |
+
<glyph glyph-name="uniF1D6" unicode=""
|
665 |
+
d="M518 970l46 -211q-47 -11 -78.5 -20t-68 -26.5t-57 -39t-33.5 -55.5t-10 -77h158v-561h-475v524q0 87 18.5 156.5t46 115.5t73.5 81t86.5 54t99.5 32.5t98 18t96 8.5zM1154 970l46 -211q-47 -11 -79 -20t-68 -26.5t-57 -39t-33.5 -55.5t-9.5 -77h157v-561h-474v524
|
666 |
+
q0 68 11 125.5t29 100t47.5 77t58 58t69.5 42t74 28.5t78.5 17.5t76 11t74.5 6.5z" />
|
667 |
+
<glyph glyph-name="uniF1D7" unicode=""
|
668 |
+
d="M936 1033l264 -264l-264 -264v194h-172q-19 0 -27 -4t-33 -30q-48 -48 -175 -230q-25 -36 -56 -81.5t-48 -70t-36.5 -51t-36.5 -44.5q-35 -39 -82 -60t-97 -21h-171h-2v148h2h171q33 0 40 3t29 28q14 16 33 42t62 89.5t71 102.5q135 192 191 249q77 78 165 78h172v186z
|
669 |
+
M0 847h2h171q50 0 97 -21t82 -59q28 -31 73 -96q-3 -3 -8.5 -11t-9.5 -13q-25 -36 -60 -85q-3 -5 -7 -11t-7 -9q-70 103 -91 126q-22 25 -29 28t-40 3h-171h-2v148zM936 445l264 -264l-264 -264v190h-172q-88 0 -165 78q-35 36 -83 99q52 78 73 108q3 5 8.5 12t6.5 10
|
670 |
+
q68 -92 100 -125q25 -25 33 -29.5t27 -4.5h172v190z" />
|
671 |
+
<glyph glyph-name="uniF1D8" unicode=""
|
672 |
+
d="M600 -125q-163 0 -301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5t301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5zM600 775q-124 0 -212 -88t-88 -212t88 -212t212 -88t212 88t88 212t-88 212t-212 88z" />
|
673 |
+
<glyph glyph-name="uniF1D9" unicode=""
|
674 |
+
d="M799 195q5 -7 6 -13t-3.5 -12.5t-6 -7.5t-9.5 -8q-72 -54 -189 -54q-31 0 -63 5t-66 17.5t-54 31.5q-12 9 -15.5 20.5t6.5 22.5q5 4 10 5t11 -2.5t8.5 -5.5t9.5 -8q8 -5 15.5 -9.5t14 -7.5t15 -6t14 -5t15 -4t14.5 -3t16 -2t15.5 -1.5t17 -2t16.5 -1.5q50 2 85.5 11.5
|
675 |
+
t75.5 31.5q26 23 41 8zM1018 981q31 0 57 -15t41 -41t15 -56q0 -47 -33 -80t-80 -33q-30 0 -56 15t-41.5 41t-15.5 57l-197 46l-79 -223q100 -4 187 -30.5t155 -68.5q40 34 90 34q29 0 54.5 -11t44.5 -30t29.5 -44t10.5 -53q0 -36 -17.5 -67t-48.5 -50q4 -22 4 -42
|
676 |
+
q0 -74 -42 -140t-116 -115.5t-172 -77.5t-209 -28q-113 0 -210.5 28t-171 77.5t-116 115.5t-42.5 140q0 12 1 22q2 13 3 21q-29 19 -46 49.5t-17 66.5q0 28 10.5 53t29.5 44t43.5 30t53.5 11q53 0 91 -34q71 44 161.5 70.5t194.5 28.5l97 275l232 -57q13 32 41.5 51.5
|
677 |
+
t63.5 19.5zM599 649q-102 0 -193 -25t-157.5 -68t-106 -101.5t-39.5 -124t39.5 -123.5t106 -101t157.5 -68t193 -25t192.5 25t158 68t106.5 101t39 123.5t-39 124t-106.5 101.5t-158 68t-192.5 25zM781.5 480q35.5 0 60.5 -24.5t25 -59.5t-25 -60t-60 -25q-23 0 -43 11.5
|
678 |
+
t-31 31t-11 42.5q0 35 24.5 59.5t60 24.5zM428 479q23 0 43 -11.5t31 -31t11 -42.5q0 -35 -24.5 -59.5t-60.5 -24.5q-23 0 -42.5 11t-31 30.5t-11.5 42.5q0 35 25 60t60 25zM1132 370q-1 0 -1 -1q0 1 1 1z" />
|
679 |
+
<glyph glyph-name="uniF1DA" unicode=""
|
680 |
+
d="M364 67l-104 -116h-260l259 294zM687 -49h-223l-66 113l134 150zM383 89l-362 616h222l169 -287l514 581h274z" />
|
681 |
+
<glyph glyph-name="uniF1DB" unicode=""
|
682 |
+
d="M600 1075q122 0 231.5 -46.5t192.5 -129.5l176 176v-483h-178h-305l193 193q-61 60 -141 94t-169 34q-149 0 -266 -90t-156 -231h-167q28 137 111.5 247t209 173t268.5 63zM0 358h483l-193 -193q61 -60 141 -94t169 -34q149 0 266 90t156 231h167q-28 -137 -111.5 -247
|
683 |
+
t-209 -173t-268.5 -63q-122 0 -231.5 46.5t-192.5 129.5l-176 -176v483z" />
|
684 |
+
<glyph glyph-name="uniF1DC" unicode=""
|
685 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 945q-77 0 -148.5 -24t-129 -67.5t-101 -101t-67.5 -129t-24 -148.5q0 -96 37.5 -182.5t100.5 -149.5
|
686 |
+
t149.5 -100.5t182.5 -37.5t182.5 37.5t149.5 100.5t100.5 149.5t37.5 182.5t-37.5 182.5t-100.5 149.5t-149.5 100.5t-182.5 37.5zM435 770l165 -165l165 165l130 -130l-165 -165l165 -165l-130 -130l-165 165l-165 -165l-130 130l165 165l-165 165z" />
|
687 |
+
<glyph glyph-name="uniF1DD" unicode=""
|
688 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM411 812l-149 -148l189 -189l-189 -189l149 -148l189 188l189 -188l149 148l-189 189l189 189l-149 148
|
689 |
+
l-189 -188z" />
|
690 |
+
<glyph glyph-name="uniF1DE" unicode=""
|
691 |
+
d="M0 810l265 265l335 -335l335 335l265 -265l-335 -335l335 -335l-265 -265l-335 335l-335 -335l-265 265l335 335z" />
|
692 |
+
<glyph glyph-name="uniF1DF" unicode=""
|
693 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 823q-71 0 -135 -28t-110.5 -74.5t-74.5 -110.5t-28 -135q0 -94 46.5 -174.5t127 -127t174.5 -46.5
|
694 |
+
q95 0 175 47.5t126 127.5l-122 70q-27 -47 -75 -75t-104 -28q-86 0 -146 60t-60 146t60 146t146 60q72 0 129 -45l-91 -65l310 -103v323l-101 -71q-32 32 -70.5 54.5t-84 35.5t-92.5 13z" />
|
695 |
+
<glyph glyph-name="uniF1E0" unicode=""
|
696 |
+
d="M600 1075q123 0 233 -47t193 -131l174 124v-559l-535 179l158 112q-98 78 -223 78q-97 0 -179 -47.5t-129.5 -129.5t-47.5 -179t47.5 -179t129.5 -129.5t179 -47.5q65 0 124.5 22.5t106.5 62.5t78 93l211 -121q-52 -90 -130.5 -157.5t-179.5 -105.5t-210 -38
|
697 |
+
q-163 0 -301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5z" />
|
698 |
+
<glyph glyph-name="uniF1E1" unicode=""
|
699 |
+
d="M670 1075h530v-530l-177 178l-242 -242l-175 175l242 242zM419 469l175 -175l-242 -242l178 -177h-530v530l177 -178z" />
|
700 |
+
<glyph glyph-name="uniF1E2" unicode=""
|
701 |
+
d="M304 779v-203h592v203l304 -304l-304 -304v203h-592v-203l-304 304z" />
|
702 |
+
<glyph glyph-name="uniF1E3" unicode=""
|
703 |
+
d="M1025 1075l175 -175l-241 -241l177 -178h-530v530l178 -177zM64 469h530v-530l-178 177l-241 -241l-175 175l241 241z" />
|
704 |
+
<glyph glyph-name="uniF1E4" unicode=""
|
705 |
+
d="M904 771h-203v-315v-37v-240h203l-304 -304l-304 304h203v240v37v315h-203l304 304z" />
|
706 |
+
<glyph glyph-name="uniF1E5" unicode=""
|
707 |
+
d="M809 941h134h257v-257v-268v-257h-257h-525v-150l-418 279l418 278v-150h525v268h-134v257z" />
|
708 |
+
<glyph glyph-name="uniF1E6" unicode=""
|
709 |
+
d="M300 850l300 -300h-225v-225h150l150 -150h-450v375h-225zM525 775h450v-375h225l-300 -300l-300 300h225v225h-150z" />
|
710 |
+
<glyph glyph-name="uniF1E7" unicode=""
|
711 |
+
d="M600 -125q-163 0 -301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5t301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5zM525 700l-300 -225l300 -225v450zM900 700l-300 -225l300 -225v450z" />
|
712 |
+
<glyph glyph-name="uniF1E8" unicode=""
|
713 |
+
d="M1200 -125h-502l-11 345h-174l-11 -345h-502l242 1200h299l-9 -277h136l-9 277h299zM684 324h-168l14 407h140l14 -407v0z" />
|
714 |
+
<glyph glyph-name="uniF1E9" unicode=""
|
715 |
+
d="M1200 -125h-240q0 131 -34.5 255t-96.5 229.5t-150.5 194t-194 150.5t-229.5 96.5t-255 34.5v240q196 0 379 -60.5t330.5 -171.5t258.5 -258.5t171.5 -330.5t60.5 -379zM720 -125h-240q0 98 -38 186.5t-102.5 153t-153 102.5t-186.5 38v240q146 0 279.5 -57t230 -153.5
|
716 |
+
t153.5 -230t57 -279.5zM240 -125h-240v240q99 0 169.5 -70.5t70.5 -169.5z" />
|
717 |
+
<glyph glyph-name="uniF1EA" unicode=""
|
718 |
+
d="M517 997q33 0 63 -13t51.5 -35t34.5 -52t13 -63q0 -71 -54 -120h1q32 -23 50.5 -59t34 -92t23.5 -76q25 -2 67.5 -4t75 -4t74 -6.5t75.5 -14t67.5 -25t60.5 -41t46 -59.5h-734q-51 7 -86 27q-20 -43 -60 -69.5t-89 -26.5q-38 0 -72 17t-57 46l-13 18l-24 -2q-27 0 -46 19
|
719 |
+
t-19 46t19 46t46 19q8 0 10.5 2t5.5 10q18 46 59 74.5t91 28.5q58 0 103 -37l92 -65q18 -15 48 -17.5t51 1.5t58 13q-2 13 -5.5 37t-5.5 35t-8.5 27t-17.5 28t-28 23q-14 10 -39.5 28t-38 27.5t-31 26.5t-28 32.5t-17 38t-9.5 48.5q0 68 47.5 115.5t114.5 47.5zM517 916
|
720 |
+
q-22 0 -41 -11t-29.5 -30t-10.5 -41q0 -33 23.5 -57t57 -24t57.5 24t24 57.5t-24 57.5t-57 24zM231.5 507q-33.5 0 -57.5 -24t-24 -57.5t24 -57t57 -23.5q22 0 41 10.5t29.5 29.5t10.5 41q0 33 -23.5 57t-57 24zM664 473q-19 0 -32.5 -13.5t-13.5 -32.5t13.5 -32.5
|
721 |
+
t32.5 -13.5t32.5 13.5t13.5 32.5t-13.5 32.5t-32.5 13.5zM668 251h152l111 -298q-29 3 -54.5 13t-44.5 22.5t-37.5 33t-31 39t-27 45.5t-23.5 47t-22.5 49.5t-22.5 48.5zM180 161h158v-72h-158v72zM464 161h141l33 -72h-174v72zM960 161h179v-72h-158z" />
|
722 |
+
<glyph glyph-name="uniF1EB" unicode=""
|
723 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM250 765v-462h254v-67h-62v-51h316v51h-62v67h254v462h-700zM336 677h528v-287h-528v287z" />
|
724 |
+
<glyph glyph-name="uniF1EC" unicode=""
|
725 |
+
d="M0 971h1200v-792h-436v-114h106v-86h-540v86h106v114h-436v792zM148 822v-493h904v493h-904z" />
|
726 |
+
<glyph glyph-name="uniF1ED" unicode=""
|
727 |
+
d="M510 1075h180v-156q134 -27 230.5 -123.5t123.5 -230.5h156v-180h-156q-27 -134 -123.5 -230.5t-230.5 -123.5v-156h-180v156q-134 27 -230.5 123.5t-123.5 230.5h-156v180h156q27 134 123.5 230.5t230.5 123.5v156zM510 798q-85 -23 -147.5 -85.5t-85.5 -147.5h175v-180
|
728 |
+
h-175q23 -85 85.5 -147.5t147.5 -85.5v175h180v-175q85 23 147.5 85.5t85.5 147.5h-175v180h175q-23 85 -85.5 147.5t-147.5 85.5v-175h-180v175z" />
|
729 |
+
<glyph glyph-name="uniF1EE" unicode=""
|
730 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM641.5 815q-120.5 0 -206 -85t-85.5 -206q0 -84 45 -155v0l-127 -127l108 -107l131 131v1q62 -33 134 -33
|
731 |
+
q121 0 206 85t85 205.5t-85 205.5t-205.5 85zM641 686q44 0 81 -21.5t59 -59t22 -81.5q0 -67 -47.5 -114t-114.5 -47t-114 47t-47 114t47 114.5t114 47.5z" />
|
732 |
+
<glyph glyph-name="uniF1EF" unicode=""
|
733 |
+
d="M672.5 1075q104.5 0 199.5 -40.5t163.5 -109.5t109.5 -164t41 -199t-41 -199t-109.5 -164t-163.5 -109.5t-199 -40.5q-127 0 -238 58v-1l-231 -231l-190 190l224 223h1q-79 125 -79 274q0 104 40.5 199t109 164t163.5 109.5t199.5 40.5zM673 847q-78 0 -143.5 -38
|
734 |
+
t-103.5 -104t-38 -143q0 -118 83.5 -201.5t201.5 -83.5t201.5 83.5t83.5 201.5t-83.5 201.5t-201.5 83.5z" />
|
735 |
+
<glyph glyph-name="uniF1F0" unicode=""
|
736 |
+
d="M755 1040l445 -445l-445 -446v321q-255 0 -358 -17q-178 -29 -267 -139q-102 -126 -130 -404q0 135 18 248t45.5 194t74 145t88.5 104.5t105 69.5t108 43t113.5 22t104.5 9t98 1v294z" />
|
737 |
+
<glyph glyph-name="uniF1F1" unicode=""
|
738 |
+
d="M0 1075h594v-197h-397v-806h806v221l197 209v-627h-1200v1200zM858 1075l342 -342l-342 -342v247q-73 0 -110 -1t-95.5 -4.5t-88.5 -11.5t-73.5 -22.5t-66.5 -36t-51.5 -53.5t-44 -75t-29.5 -99.5t-21 -127.5q0 104 14 190.5t35 148.5t56.5 111.5t68 80.5t81 53.5
|
739 |
+
t83 33.5t87 16.5t80.5 6.5t75 1v226z" />
|
740 |
+
<glyph glyph-name="uniF1F2" unicode=""
|
741 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM298 822q-15 4 -28 -3t-17.5 -21t1.5 -28q8 -13 22 -18l83 -26l30 -296l-19 -105q-3 -17 7.5 -29t28.5 -13
|
742 |
+
h451q14 0 25 10t12 26q0 14 -10.5 24.5t-26.5 11.5h-408l8 48h430q8 0 15 3.5t12.5 10.5t7.5 16l30 169q2 14 -7.5 26.5t-25.5 15.5l-483 54l-6 59q-3 24 -26 31zM460 262q-23 0 -39.5 -16.5t-16.5 -40t16.5 -39.5t39.5 -16t39.5 16t16.5 39.5t-16.5 40t-39.5 16.5z
|
743 |
+
M790.5 262q-23.5 0 -40 -16.5t-16.5 -40t16.5 -39.5t40 -16t40 16t16.5 39.5t-16.5 40t-40 16.5z" />
|
744 |
+
<glyph glyph-name="uniF1F3" unicode=""
|
745 |
+
d="M1199 671l-50 -288q-4 -24 -21 -38t-40 -14h-734l-14 -82h699q18 -1 32.5 -9.5t22 -22.5t7.5 -30q-1 -18 -9.5 -32.5t-22 -22t-30.5 -7.5h-773q-31 2 -48.5 23.5t-13.5 50.5l33 180l-51 506l-143 45q-25 10 -36 31.5t-5 46.5q10 25 32 36t46 5l183 -58q37 -14 43 -53
|
746 |
+
l10 -101l829 -93q28 -6 43 -26t11 -47zM455 -6.5q0 -39.5 -27.5 -67t-67 -27.5t-67.5 27.5t-28 67t28 67.5t67.5 28t67 -28t27.5 -67.5zM1023 -6q0 -19 -8 -37t-20.5 -30.5t-30 -20t-36.5 -7.5q-40 0 -68 27.5t-28 67t28 67.5t67.5 28t67.5 -28t28 -67z" />
|
747 |
+
<glyph glyph-name="uniF1F4" unicode=""
|
748 |
+
d="M541 852h118l11 -114q35 -9 66 -27l89 72l83 -83l-72 -89q18 -31 27 -66l114 -11v-118l-114 -11q-9 -35 -27 -66l72 -89l-83 -83l-89 72q-31 -18 -66 -27l-11 -114h-118l-11 114q-35 9 -66 27l-89 -72l-83 83l72 89q-18 31 -27 66l-114 11v118l114 11q9 35 27 66l-72 89
|
749 |
+
l83 83l89 -72q31 18 66 27zM600 584q-45 0 -77 -32t-32 -77q0 -30 14.5 -55t39.5 -39.5t55 -14.5q45 0 77 32t32 77t-32 77t-77 32zM50 1021h320v-91h-320v91zM50 30h320v-91h-320v91zM50 30v900h91v-900h-91zM830 1011h320v-91h-320v91zM830 20h320v-91h-320v91zM1150 921
|
750 |
+
v-901h-91v901h91z" />
|
751 |
+
<glyph glyph-name="uniF1F5" unicode=""
|
752 |
+
d="M960 -125v1200h240v-1200h-240zM640 775h240v-900h-240v900zM320 475h240v-600h-240v600zM0 175h240v-300h-240v300z" />
|
753 |
+
<glyph glyph-name="uniF1F6" unicode=""
|
754 |
+
d="M934 326q1 67 -34.5 114.5t-95.5 75.5q-57 25 -112 38q-18 5 -67 16t-77 19q-33 8 -61 29t-29 47q3 22 17.5 38.5t35.5 24.5t40.5 11.5t40.5 3.5q93 3 145 -85q12 -21 22 -32.5t25 -19.5t35 -8q33 2 56.5 25t24.5 54q-5 64 -52 107t-114 65q-164 42 -298 -9
|
755 |
+
q-66 -24 -106.5 -75t-40.5 -115q1 -45 20 -81.5t45.5 -59t67.5 -41t72.5 -28t75.5 -18.5q66 -13 104 -26q81 -29 82 -87q0 -42 -43 -71q-114 -56 -195 -14q-29 14 -47.5 37t-33.5 57q-14 32 -33 48.5t-49 16.5q-33 -1 -58 -22.5t-25 -51.5q5 -59 41.5 -108t88.5 -77
|
756 |
+
q95 -39 190.5 -43t187.5 32q70 30 112 87t42 126zM1158 349q33 -70 33 -147q-1 -66 -26.5 -126.5t-69.5 -104.5q-101 -95 -231 -96q-85 1 -154 39q-82 -14 -168 -4.5t-156 39.5q-102 46 -180 125t-121 176q-65 173 -33 334q-55 100 -40.5 209.5t91.5 187.5q84 80 197.5 92
|
757 |
+
t208.5 -46q91 14 182.5 -1t171.5 -55.5t142 -101.5q32 -33 58 -71t46 -77.5t33.5 -81.5t20.5 -84.5t8 -85.5q-1 -62 -13 -120z" />
|
758 |
+
<glyph glyph-name="uniF1F7" unicode=""
|
759 |
+
d="M62 1075h1073v-578q18 13 38 14q6 0 10 -1.5t7 -5.5t3 -9q-6 -20 -18 -39t-31.5 -36.5t-37.5 -31t-46 -28.5t-44.5 -24t-45.5 -23t-39 -19q29 -97 20 -194q-11 -91 -65.5 -154.5t-144.5 -66.5q-32 0 -60.5 15.5t-46.5 42.5q-12 18 -12 44v235q-9 2 -25 7t-19 6v-252
|
760 |
+
q0 -43 -37 -72t-83 -30q-85 1 -142 66.5t-68 155.5q-10 99 21 193q-143 62 -245 165q-1 2 -5 8.5t-6 10.5t-4.5 9.5t-1.5 10.5t4 9q11 6 25 3t26 -11v580zM125 1011v-555q8 -4 19 -10t22 -11.5t20 -9.5l838 9q35 17 47 24v553h-946zM437.5 718q58.5 0 100 -41.5t41.5 -100
|
761 |
+
t-41.5 -100t-100 -41.5t-100 41.5t-41.5 100t41.5 100t100 41.5zM773 718q38 0 70.5 -19t51.5 -51.5t19 -71.5q0 -58 -41.5 -99.5t-100 -41.5t-100 41.5t-41.5 100t41.5 100t100.5 41.5z" />
|
762 |
+
<glyph glyph-name="uniF1F8" unicode=""
|
763 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM286 789v-628h628v628h-628zM491 669q28 0 48 -19.5t20 -47.5t-20 -48t-48 -20t-47.5 20t-19.5 48t19.5 47.5
|
764 |
+
t47.5 19.5zM702.5 669q28.5 0 48 -19.5t19.5 -47.5t-19.5 -48t-48 -20t-48 20t-19.5 48t19.5 47.5t48 19.5zM382 456h436q0 -90 -64 -154t-154 -64q-59 0 -109.5 29t-79.5 79.5t-29 109.5z" />
|
765 |
+
<glyph glyph-name="uniF1F9" unicode=""
|
766 |
+
d="M0 1075h1200v-1200h-1200v1200zM392.5 847q-53.5 0 -91.5 -38t-38 -91.5t38 -91.5t91.5 -38t91.5 38t38 91.5t-38 91.5t-91.5 38zM796 847q-26 0 -50 -10.5t-41.5 -27.5t-27.5 -41t-10 -51q0 -53 37.5 -91t91.5 -38t92 38t38 91q0 27 -10.5 51t-28 41t-41.5 27.5
|
767 |
+
t-50 10.5zM183 439q0 -113 56 -209.5t152 -152t209 -55.5t209 55.5t152 152t56 209.5h-834z" />
|
768 |
+
<glyph glyph-name="uniF1FA" unicode=""
|
769 |
+
d="M729 734q57 1 111 -22.5t91 -63.5q55 -68 64 -143l1 -6q39 15 78 9q62 -9 96.5 -55t28.5 -106q-7 -56 -44 -94t-89 -37h-426q-8 2 -11 10l-1 480q3 8 18 14q39 14 83 14zM596.5 699q15.5 0 19.5 -347q-14 -133 -17 -135t-6 17q-2 14 -14 118q2 347 17.5 347zM545 671.5
|
770 |
+
q15 0.5 20 -319.5q-14 -133 -17 -135t-6 17q-2 14 -14 118q2 319 17 319.5zM395 639v0q14 -1 20 -287q-1 -9 -2 -24q-12 -111 -16 -111.5t-15 101.5l-4 34q3 284 17 287zM445.5 629.5q14.5 -0.5 19.5 -277.5q-14 -133 -18 -135q-2 -2 -5 17q-2 14 -14 118q3 278 17.5 277.5z
|
771 |
+
M346 626q16 0 21 -274q-14 -133 -18 -135q-2 -2 -5 17q-2 14 -14 118q0 274 16 274zM495 620v0q15 0 20 -268q-14 -133 -17 -135t-6 17q-2 14 -13 118q1 266 16 268zM297.5 608.5q12.5 -0.5 19.5 -256.5q-14 -133 -18 -135q-2 -2 -5 17q-2 14 -14 118q5 257 17.5 256.5z
|
772 |
+
M250 560.5q11 -0.5 18 -208.5q-14 -133 -18 -135q-2 -2 -5 17q-2 14 -14 118q8 209 19 208.5zM153 491q3 1 7 -40q2 -16 7 -61q2 -21 4 -32q-13 -131 -17 -134q-2 -1 -5 16q-2 15 -13 118q13 133 17 133zM105 488v0q3 -1 17 -131q-12 -128 -16 -131q-2 -2 -5 16
|
773 |
+
q-2 14 -13 115q13 130 17 131zM200 486q4 -1 19 -134q-14 -131 -17 -133q-2 -1 -4 5q-2 12 -16 128q14 133 18 134zM58 464q3 0 18 -110q-13 -108 -17 -110q-1 -1 -3 6q-3 10 -15 104q13 109 17 110zM14 424.5q3 0.5 11 -53.5l3 -18q-11 -71 -13.5 -70.5t-14.5 70.5
|
774 |
+
q11 71 14 71.5z" />
|
775 |
+
<glyph glyph-name="uniF1FB" unicode=""
|
776 |
+
d="M0 725h283l425 346v-1192l-425 346h-283v500zM868 781q125 -125 128 -305q0 -172 -128 -295l-86 89q88 88 88 209q0 123 -88 214zM1016 926q184 -184 184 -445t-184 -447l-91 91q147 145 147 355t-147 358z" />
|
777 |
+
<glyph glyph-name="uniF1FC" unicode=""
|
778 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301q0 -146 -65 -272t-178 -210q-28 67 -84.5 120t-127.5 84.5t-154 42.5t-163 0.5t-157 -48t-135 -98.5q-65 79 -100.5 176.5t-35.5 204.5q0 163 80.5 301t218.5 218.5t301 80.5zM961 763q-110 40 -222.5 59.5t-219.5 19.5
|
779 |
+
t-228 -10q-20 1 -32.5 -22t-6.5 -50.5t32 -36.5q97 15 182 17t167.5 -9.5t153.5 -29t166 -47.5q20 -2 32.5 21.5t6.5 51t-31 36.5zM882 586q-93 34 -188 50.5t-185.5 16.5t-193.5 -8q-10 1 -18.5 -7t-12 -20t-3.5 -25t7 -24.5t21 -15.5q82 12 154 14t142 -8t130.5 -25
|
780 |
+
t140.5 -40q7 -1 13.5 3t11 11t7.5 16t2.5 18.5t-3 18t-9 15.5t-16.5 10zM818 411q-78 30 -158.5 43.5t-156.5 13.5t-162 -7q-15 1 -24 -15.5t-4.5 -36.5t22.5 -26q69 11 130 12.5t120 -7t109.5 -21t118.5 -33.5q14 -1 23 15.5t5 36t-23 25.5zM532 73q72 0 141.5 -49.5
|
781 |
+
t103.5 -121.5q-86 -27 -177 -27q-151 0 -282 71q29 58 87 92.5t127 34.5z" />
|
782 |
+
<glyph glyph-name="uniF1FD" unicode=""
|
783 |
+
d="M284 131h473v-98h-473v98zM292 307l471 -32l-6 -98l-472 32zM147 348h78v-394h591v394h78v-473h-50h-619h-78v473zM328 515l459 -113l-24 -95l-459 114zM429 752l408 -239l-50 -84l-407 239zM678 977l263 -393l-81 -54l-263 392zM996 1075l57 -469l-97 -12l-57 469z" />
|
784 |
+
<glyph glyph-name="uniF1FE" unicode=""
|
785 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM604 865l-102 -293l-310 2l246 -188l-97 -294l255 176l250 -183l-89 297l251 181l-309 7z" />
|
786 |
+
<glyph glyph-name="uniF1FF" unicode=""
|
787 |
+
d="M606 1048l34 -108l105 -326l342 -7l113 -3l-92 -66l-278 -200l99 -327l32 -109l-91 67l-276 202l-281 -195l-93 -64l35 108l107 324l-272 208l-90 68h113l342 -2l113 323zM603 809l-85 -241l-9 -26h-27l-255 1l203 -155l21 -16l-8 -26l-80 -243l210 146l22 15l22 -16
|
788 |
+
l206 -151l-73 245l-8 26l22 16l208 149l-256 6l-27 1l-8 25z" />
|
789 |
+
<glyph glyph-name="uniF200" unicode=""
|
790 |
+
d="M961 -98l-367 269l-374 -259l142 432l-362 276l455 -2l151 430l139 -434l455 -10l-370 -266z" />
|
791 |
+
<glyph glyph-name="uniF201" unicode=""
|
792 |
+
d="M250 -125v1200h200v-550l500 500v-1100l-500 500v-550h-200z" />
|
793 |
+
<glyph glyph-name="uniF202" unicode=""
|
794 |
+
d="M950 1075v-1200h-200v550l-500 -500v1100l500 -500v550h200z" />
|
795 |
+
<glyph glyph-name="uniF203" unicode=""
|
796 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM300 775v-600h600v600h-600z" />
|
797 |
+
<glyph glyph-name="uniF204" unicode=""
|
798 |
+
d="M0 1075h1200v-1200h-1200v1200z" />
|
799 |
+
<glyph glyph-name="uniF205" unicode=""
|
800 |
+
d="M1075 843q99 -131 120 -293.5t-40 -307.5q-50 -111 -136 -194t-194 -127.5t-224 -45.5q-171 2 -314.5 91t-220.5 236h262q56 0 104 22t77 62t30 91q0 45 -17 81.5t-51 57.5q-10 5 -21 9.5t-19.5 7.5t-22 6t-20 4.5t-22.5 4t-21 3.5q-2 0 -9.5 1.5t-10 2.5t-9.5 2.5t-10 3
|
801 |
+
t-8.5 4t-8.5 5t-6 6t-4.5 7.5t-1.5 9q3 53 88 53h182q49 -1 74 -12q36 -16 37 -51v-182q2 -95 63 -148q61 -49 145 -50q90 2 146 50q63 59 63 148v443zM601 1075q183 -2 338 -104v-576q-3 -31 -23 -51.5t-50 -20.5q-31 2 -52 22.5t-21 49.5v173q-3 149 -97 184
|
802 |
+
q-29 11 -63 11h-295q-84 -2 -138 -47q-58 -53 -58 -129q1 -55 25 -91q37 -51 110 -65q14 -3 47.5 -7.5t50.5 -10.5q30 -11 30 -42q-2 -32 -36 -42q-24 -6 -88 -6h-262q-19 80 -19 152q2 123 51.5 234.5t130.5 191t190.5 126.5t228.5 48z" />
|
803 |
+
<glyph glyph-name="uniF206" unicode=""
|
804 |
+
d="M31 634v348q2 39 29 66t63 27h348q45 -3 89 -20t70 -46l515 -573q24 -31 24 -68.5t-24 -63.5l-403 -403q-30 -26 -68.5 -26t-63.5 26l-513 575q-30 34 -48 76t-18 82zM182 835q1 -38 27 -63.5t62 -25.5q38 1 63.5 27.5t25.5 61.5q-2 38 -28 63.5t-61 25.5
|
805 |
+
q-38 -2 -63.5 -28t-25.5 -61z" />
|
806 |
+
<glyph glyph-name="uniF207" unicode=""
|
807 |
+
d="M0 608v290q3 34 24.5 55.5t52.5 22.5h291q52 -1 106 -34l456 -500q20 -27 20.5 -57t-20.5 -52l-337 -336q-26 -22 -57 -22.5t-52 22.5l-429 478q-54 67 -55 133zM147 723q25 -22 55 -21.5t51 21.5q22 24 21.5 54.5t-21.5 51.5q-24 21 -54.5 20.5t-51.5 -20.5
|
808 |
+
q-22 -26 -21.5 -55t21.5 -51zM506 974h112q37 -2 73.5 -16.5t58.5 -38.5l429 -479q21 -25 21 -56.5t-21 -53.5l-336 -335q-74 -42 -118 9l329 329q22 25 21.5 56t-21.5 53l-383 429q-30 38 -86.5 69.5t-78.5 33.5z" />
|
809 |
+
<glyph glyph-name="uniF208" unicode=""
|
810 |
+
d="M0 944h1200v-235h-1200v235zM753 886v-119h385v119h-385zM0 592h1200v-234h-1200v234zM488 534v-118h650v118h-650zM0 241h1200v-235h-1200v235zM895 183v-119h243v119h-243z" />
|
811 |
+
<glyph glyph-name="uniF209" unicode=""
|
812 |
+
d="M992 1075l208 -209h-139v-782h139l-208 -209l-209 209h140v782h-140zM6 867h685l5 -213h-73q0 110 -23.5 128t-164.5 18v-588q0 -53 13 -62t90 -9v-58h-380v58h1q75 -1 88.5 7.5t13.5 49.5v14v588h-1q-139 0 -162.5 -18t-23.5 -128h-74z" />
|
813 |
+
<glyph glyph-name="uniF20A" unicode=""
|
814 |
+
d="M258 1075h685l5 -213h-73q0 109 -24 127.5t-164 18.5v-588q0 -53 13 -62t90 -9v-59h-380v59h1q75 -2 88 6.5t14 50.5v14v588h-1q-139 0 -162.5 -18.5t-23.5 -127.5h-74zM209 292v-140h782v140l209 -209l-209 -208v139h-782v-139l-209 208z" />
|
815 |
+
<glyph glyph-name="uniF20B" unicode=""
|
816 |
+
d="M0 1075h525v-525h-525v525zM675 1075h525v-525h-525v525zM0 400h525v-525h-525v525zM675 400h525v-525h-525v525z" />
|
817 |
+
<glyph glyph-name="uniF20C" unicode=""
|
818 |
+
d="M0 1075h300v-300h-300v300zM469 1075h731v-300h-731v300zM0 625h300v-300h-300v300zM469 625h731v-300h-731v300zM0 175h300v-300h-300v300zM469 175h731v-300h-731v300z" />
|
819 |
+
<glyph glyph-name="uniF20D" unicode=""
|
820 |
+
d="M0 1075h300v-300h-300v300zM450 1075h300v-300h-300v300zM900 1075h300v-300h-300v300zM0 625h300v-300h-300v300zM450 625h300v-300h-300v300zM900 625h300v-300h-300v300zM0 175h300v-300h-300v300zM450 175h300v-300h-300v300zM900 175h300v-300h-300v300z" />
|
821 |
+
<glyph glyph-name="uniF20E" unicode=""
|
822 |
+
d="M1141 278h-298q9 -71 25 -142q8 -109 -113 -191q-24 -15 -51 -7q-25 9 -37 35l-136 305h-137q-18 1 -31.5 9t-21 21t-7.5 30v602q1 18 9 31.5t21.5 21t29.5 7.5h552q42 -3 84 -27q65 -40 86 -104l83 -520q4 -29 -13.5 -50t-44.5 -21zM218 266h-175q-9 1 -17 4.5
|
823 |
+
t-13.5 8.5t-9 12.5t-3.5 16.5v665q1 19 13.5 30.5t29.5 11.5h175q19 -2 31 -13.5t12 -28.5v-665q-1 -19 -13.5 -30.5t-29.5 -11.5z" />
|
824 |
+
<glyph glyph-name="uniF20F" unicode=""
|
825 |
+
d="M718 1014q19 1 41.5 -13t36 -27t32.5 -34q19 -23 28.5 -48t9 -54.5t-2.5 -50.5t-9.5 -58.5t-10.5 -55.5h299q29 -1 44.5 -20.5t13.5 -51.5l-84 -518q-9 -32 -34.5 -61t-61.5 -48t-74 -24h-552q-25 1 -41.5 17t-18.5 43v603q0 12 4.5 22.5t12 18.5t19 13t24.5 6h137
|
826 |
+
l136 304q6 14 20 25.5t31 11.5zM218 685q11 -1 20.5 -6t15.5 -14.5t7 -21.5v-666q0 -17 -12.5 -28.5t-30.5 -12.5h-175q-17 0 -29 11.5t-14 29.5v666q0 11 5.5 20.5t15.5 15t22 6.5h175z" />
|
827 |
+
<glyph glyph-name="uniF210" unicode=""
|
828 |
+
d="M1024 899q83 -83 129.5 -192.5t46.5 -231.5q0 -163 -80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5q122 0 231.5 -46.5t192.5 -129.5zM902 813l-297 -298l-176 176l-13 -12l-84 -84l-11 -12l284 -284v0l406 406z
|
829 |
+
" />
|
830 |
+
<glyph glyph-name="uniF211" unicode=""
|
831 |
+
d="M600 1075q117 0 227.5 -44.5t196.5 -131.5q116 -115 156.5 -269.5t0 -309t-156 -270t-270 -156t-309 0t-270 156t-156 270t0 309t156.5 269.5q86 87 196.5 131.5t227.5 44.5zM600 918q-87 0 -168.5 -33t-144.5 -97q-86 -85 -116 -199t0 -228t115.5 -199.5t199.5 -115.5
|
832 |
+
t228 0t199 116q52 51 84 114.5t41.5 131t0 135t-41.5 131t-84 114.5q-42 43 -94 72.5t-107 43.5t-112 14zM539 818h153v-281v-153h-153h-156v153h156v281z" />
|
833 |
+
<glyph glyph-name="uniF212" unicode=""
|
834 |
+
d="M176 300q2 125 67 227q23 33 68.5 97t65.5 94q107 166 152 308q9 26 28 38.5t43 9.5q27 2 45 -11t26 -37q44 -143 153 -308q21 -35 66.5 -96t66.5 -95q66 -106 67 -227q-2 -87 -34.5 -165t-88.5 -136q-62 -60 -141 -91.5t-160 -32.5q-86 2 -164 34.5t-136 89.5
|
835 |
+
q-60 62 -92 141t-32 160zM362 206q2 -45 33 -75.5t73 -31.5q45 2 75 33.5t31 73.5q0 32 -17 56q-21 28 -34 48q-30 49 -38 77q-3 15 -17 13q-14 3 -18 -13q-10 -34 -37 -77q-5 -8 -11 -16t-12.5 -16.5t-10.5 -15.5q-18 -24 -17 -56z" />
|
836 |
+
<glyph glyph-name="uniF213" unicode=""
|
837 |
+
d="M1130 304v-429h-1060v429l405 172q-72 46 -109.5 122t-37.5 160q0 80 33.5 151.5t97 118t141.5 47.5q62 -2 114 -30.5t86 -73.5t53 -100.5t19 -112.5q-2 -88 -39.5 -163t-103.5 -117z" />
|
838 |
+
<glyph glyph-name="uniF214" unicode=""
|
839 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM507 851v-58h-217v-105h620v105h-217v58h-186zM323 607v-508h554v508h-554z" />
|
840 |
+
<glyph glyph-name="uniF215" unicode=""
|
841 |
+
d="M451 1075h298v-92h346v-169h-990v169h346v92zM158 686h884v-811h-884v811z" />
|
842 |
+
<glyph glyph-name="uniF216" unicode=""
|
843 |
+
d="M1200 1075v-1200h-1200v1200h1200zM699 200q-39 11 -57 25q-9 8 -9 14v307h194v134h-194v203h-112q-6 -85 -50.5 -144t-121.5 -59v-134h92v-332q1 -40 18.5 -72t48.5 -49q50 -26 124 -26q102 0 123 1q53 2 96 24v143v2v-2q-25 -16 -56 -28q-53 -17 -96 -7z" />
|
844 |
+
<glyph glyph-name="uniF217" unicode=""
|
845 |
+
d="M1200 858q-12 -25 -45 -64t-81 -68q2 -11 2 -21q5 -132 -51 -278q-97 -242 -293 -364q-190 -109 -457 -83q-170 19 -275 106q99 -12 192.5 17t174.5 89q-80 -2 -141 47t-92 125q20 -5 52 -2q39 3 59 8q-121 39 -167 129q-28 59 -28 124q66 -36 111 -34q-98 83 -109 177
|
846 |
+
q-7 74 30 160q136 -150 285 -214q113 -46 224 -47q-14 113 30 190q53 84 155 113q65 16 126 -4t103 -67q73 8 159 59q-15 -47 -43.5 -85t-66.5 -57q75 14 146 44z" />
|
847 |
+
<glyph glyph-name="uniF218" unicode=""
|
848 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM600 995q-106 0 -202 -41.5t-166 -111t-111 -165.5t-41 -202t41 -202t111 -166t166 -111t202 -41t202 41
|
849 |
+
t165.5 111t111 166t41.5 202t-41.5 202t-111 166t-165.5 111t-202 41zM922 534q13 -12 13.5 -28t-9.5 -28q-11 -13 -28 -14t-28 10q-23 21 -74.5 64t-77.5 67l-3.5 2t-8.5 4.5t-8 2.5q-7 0 -7 -17q1 -17 1 -69.5t3 -80.5q3 -26 3 -30l58 -327q3 -22 -8.5 -38t-31.5 -20
|
850 |
+
q-12 -3 -25 2t-21.5 15.5t-10.5 22.5q-47 264 -47 269q-1 0 -1.5 4t-1 7.5t-1.5 7.5t-3 6.5t-5 2.5q-4 -1 -6.5 -5.5t-3 -8.5t-1 -8.5t-1.5 -5.5l-47 -269q-6 -21 -22 -32t-35 -8q-22 6 -32.5 22t-7.5 36l57 329q7 45 7 176q0 18 -7 18.5t-19 -9.5l-152 -130
|
851 |
+
q-13 -10 -29.5 -9t-26.5 13q-23 32 4 56l199 176q14 9 26.5 12.5t29.5 3.5h134q17 0 29.5 -3.5t26.5 -13.5q11 -10 85 -75t114 -100zM688 836.5q0 -36.5 -25.5 -62t-62 -25.5t-62 25.5t-25.5 62t25.5 62t62 25.5t62 -25.5t25.5 -62z" />
|
852 |
+
<glyph glyph-name="uniF219" unicode=""
|
853 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM608 863q-55 -3 -98.5 -28.5t-69.5 -70t-30 -100.5v-92h-101v-367h582v367h-364v92q0 22 11 40t29.5 29
|
854 |
+
t40.5 12q17 1 31.5 -4.5t25 -16t17 -25.5t8.5 -32h116q-3 80 -59.5 139.5t-138.5 56.5z" />
|
855 |
+
<glyph glyph-name="uniF21A" unicode=""
|
856 |
+
d="M1131 544v-669h-1062v669h184v168q1 49 14 96t36.5 87.5t55.5 73.5q49 48 115 77t141 29q73 -1 138.5 -29t115.5 -75q50 -52 78 -118t30 -134h-213q-2 56 -43 98q-46 43 -106 44q-63 -2 -105 -44q-43 -46 -43 -105v-168h664z" />
|
857 |
+
<glyph glyph-name="uniF21B" unicode=""
|
858 |
+
d="M600 -125q-163 0 -301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5t301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5zM600 945q-96 0 -182.5 -37.5t-149.5 -100.5t-100.5 -149.5t-37.5 -182.5t37.5 -182.5t100.5 -149.5
|
859 |
+
t149.5 -100.5t182.5 -37.5t182.5 37.5t149.5 100.5t100.5 149.5t37.5 182.5t-37.5 182.5t-100.5 149.5t-149.5 100.5t-182.5 37.5zM717 224h-234v267h-147l264 248l264 -248h-147v-267z" />
|
860 |
+
<glyph glyph-name="uniF21C" unicode=""
|
861 |
+
d="M960 288q0 -114 -82 -183q-44 -37 -91 -56.5t-118 -26.5v-147h-143v144q-85 2 -150.5 16.5t-134.5 45.5v189q63 -31 150 -54q6 -2 23 -6.5t22 -6t18 -4.5t19 -4t16 -3t18.5 -3t18.5 -1v222l-26 19q-142 56 -201 121q-59 66 -59 163q0 104 81 170q44 37 90 56t115 26v110
|
862 |
+
h143v-107q79 -3 142 -19t133 -47l-68 -168q-62 26 -107 39t-100 17v-211q43 -17 80.5 -36t51 -28t44.5 -30q60 -39 87 -86q28 -48 28 -111zM744 277q0 31 -24 51q-6 5 -12.5 13.5t-15 16t-23.5 13.5v-178q46 7 60.5 27t14.5 57zM456 713q0 -32 21 -53q5 -3 9.5 -9.5t8.5 -11
|
863 |
+
t12 -10t19 -10.5v168q-43 -6 -56.5 -23t-13.5 -51v0z" />
|
864 |
+
<glyph glyph-name="uniF21D" unicode=""
|
865 |
+
d="M940 217q80 -30 137.5 -57t90 -52.5t32.5 -45.5v-187h-1200v187q0 30 69.5 70t190.5 85q119 43 163.5 87.5t44.5 121.5q0 27 -13 53.5t-31.5 54.5t-24.5 48q-14 42 -36 162q-12 65 -17 112q-2 21 3 46.5t21.5 57t43.5 56.5t75.5 42t110.5 17t110.5 -17t75.5 -42
|
866 |
+
t43.5 -56.5t21.5 -57t3 -46.5q-5 -47 -17 -112q-22 -119 -36 -162q-7 -20 -25 -48t-31 -54.5t-13 -53.5q0 -53 19.5 -88.5t63.5 -63.5t125 -57z" />
|
867 |
+
<glyph glyph-name="uniF21E" unicode=""
|
868 |
+
d="M551 1075q43 -24 82 -92t60 -138.5t20 -115.5zM1058 1051q2 0 4 -3q55 -74 57 -224q-1 -45 -14.5 -90t-39 -87t-68 -68t-95.5 -26q-54 5 -107 51q-8 7 -6.5 10.5t19.5 14.5q81 48 141 101t80 94q10 22 9 25q-2 2 -9 -9l-6 -8q-62 -99 -173 -153q-52 -25 -94 -31
|
869 |
+
q-15 30 -21 54.5t-4.5 54t14.5 59.5q11 22 34.5 43t52 36t59.5 24q48 13 90.5 44.5t68.5 78.5q4 8 8 9zM513 740q88 0 169 -34l-39 -91q-62 27 -130 27q-91 0 -168 -45t-121.5 -121.5t-44.5 -167.5q0 -64 23 -122t62 -101.5t93.5 -72.5t116.5 -36q50 29 91 77t66 103
|
870 |
+
t44.5 118.5t27.5 124.5t13.5 120.5t3.5 106.5t-2 83q40 -85 45 -192.5t-21 -209t-82 -192t-131 -141.5q134 6 226 102.5t92 231.5q0 68 -26 130l91 38q34 -80 34 -168t-34.5 -168t-92.5 -138t-138 -92.5t-168 -34.5t-168 34.5t-138 92.5t-92 138t-34 167.5t34 167.5t92 138
|
871 |
+
t138 92.5t168 34.5z" />
|
872 |
+
<glyph glyph-name="uniF21F" unicode=""
|
873 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM242 746v-542h716v542h-716zM330 658h540v-366h-540v366zM520 594v-244l210 123z" />
|
874 |
+
<glyph glyph-name="uniF220" unicode=""
|
875 |
+
d="M0 1026h1200v-855h-567l-386 -247v247h-247v855zM263 811v-398h483v149l191 -149v398l-191 -149v149h-483z" />
|
876 |
+
<glyph glyph-name="uniF221" unicode=""
|
877 |
+
d="M0 929h1200v-908h-1200v908zM147 782v-614h906v614h-906zM465 675l354 -204l-354 -205v409z" />
|
878 |
+
<glyph glyph-name="uniF222" unicode=""
|
879 |
+
d="M1111 1075l89 -89l-1111 -1111l-89 88zM0 1073h281v-281h-281v281zM331 1073h282v-281h-282v281zM0 737h281v-282h-281v282zM331 737h282l-282 -282v282zM826 439h374v-158h-548zM615 237h585v-158h-585v158zM615 35h585v-158h-585v158z" />
|
880 |
+
<glyph glyph-name="uniF223" unicode=""
|
881 |
+
d="M953 757q-64 49 -131.5 31.5t-121.5 -70t-75 -111.5h15h15t15 -0.5t14 -2t13 -3.5q35 -18 30 -78q-8 -35 -23 -73t-40 -72t-51 -38q-18 -2 -37 20q-17 21 -27.5 50t-14 51.5t-7 57t-6.5 51.5q-1 8 -4 27t-5.5 33t-7 33.5t-10.5 34t-14 29t-19.5 25t-25.5 15.5
|
882 |
+
q-26 3 -52.5 -3.5t-52 -22.5t-43 -30t-39.5 -34q-44 -41 -89 -78v-5q4 -5 10.5 -14t8.5 -12q14 -14 44 -4q5 1 12.5 3t11.5 3t9.5 2.5t9 1.5h8t7.5 -1t6.5 -3.5t6.5 -6t6.5 -8t7.5 -11.5q34 -91 88 -304q9 -27 15 -43t17.5 -39.5t26.5 -38.5t34 -23q29 -9 61.5 -1.5
|
883 |
+
t55.5 21.5q144 91 255 287q5 11 26 50.5t32.5 63t27 64t21 68t3 57.5t-16.5 51zM1200 1075v-1200h-1200v1200h1200z" />
|
884 |
+
<glyph glyph-name="uniF224" unicode=""
|
885 |
+
d="M0 1075h1200v-1200h-1200v1200zM533 754q-86 -1 -100 -38q20 -6 33 -16.5t18.5 -24t7 -24.5t1.5 -27q-1 -113 -5 -113q-7 -27 -20.5 -28t-28.5 15q-56 74 -117 204q-12 28 -35 27q-11 0 -59.5 1t-74.5 -1.5t-37 -11.5q3 -33 25 -80q55 -120 172 -285q23 -26 35 -39
|
886 |
+
t34 -33.5t37 -30t38.5 -22.5t47 -18t54.5 -8t66 -1h4q12 0 19 1t16.5 5t14.5 13t7 23l6 59q2 19 16.5 23t28.5 -2.5t20 -15.5q17 -27 63.5 -69t79.5 -41l154 6q23 1 28 21t-12 46q-34 51 -122 133q-1 0 -2 1q-43 39 18 105q12 13 28 33t35.5 47t33 51.5t20.5 46t-1 30.5v1
|
887 |
+
q-8 9 -12.5 10.5t-24.5 1.5h-7h-144q-29 0 -36 -9q-3 -4 -10 -19l-4 -8q-1 -3 -13 -29.5t-16.5 -35.5t-16.5 -32.5t-20.5 -35.5t-20.5 -28.5t-24.5 -27t-25.5 -18.5q-12 5 -18.5 23.5t-7 46.5t0.5 52.5t3.5 51.5t2.5 33q2 55 -70 57q-1 0 -32 2t-51 2z" />
|
888 |
+
<glyph glyph-name="uniF225" unicode=""
|
889 |
+
d="M171 690h243l367 299v-1028l-367 299h-243v430zM919 739q108 -108 110 -263q0 -148 -110 -254l-74 76q76 76 76 180q0 106 -76 185z" />
|
890 |
+
<glyph glyph-name="uniF226" unicode=""
|
891 |
+
d="M1089 394q3 -3 3 -6.5t-3 -6.5l-57 -57q-3 -2 -6 -2t-6 2l-82 82l-81 -82q-2 -2 -6 -2q-3 0 -6 2l-57 57q-2 3 -2 7q0 3 2 6l81 81l-81 81q-2 3 -2 6q0 4 2 7l57 57q3 2 6.5 2t5.5 -2l81 -82l82 82q2 2 5.5 2t6.5 -2l57 -57q3 -3 3 -6.5t-3 -6.5l-81 -81zM108 690h244
|
892 |
+
l367 299v-1028l-367 299h-244v430z" />
|
893 |
+
<glyph glyph-name="uniF227" unicode=""
|
894 |
+
d="M0 690h244l367 299v-1028l-367 299h-244v430zM748 739q109 -108 111 -263q0 -148 -111 -254l-74 76q77 76 77 180q0 106 -77 185zM876 864q159 -159 159 -383.5t-159 -386.5l-79 79q127 125 127 306.5t-127 308.5zM992 981q98 -98 153 -227.5t55 -273.5t-55 -274.5
|
895 |
+
t-153 -227.5l-76 76q176 176 176 425t-176 425z" />
|
896 |
+
<glyph glyph-name="uniF228" unicode=""
|
897 |
+
d="M1074 446q5 21 -11 27l-45 21q-9 3 -17.5 -1t-10.5 -12q-16 -34 -41 -34q-26 0 -42.5 28t-16.5 73.5t16.5 74t42.5 28.5q25 -2 41 -33q7 -17 28 -11l45 21q8 4 11 12.5t-2 16.5q-39 85 -123 85q-70 0 -113 -53.5t-43 -140t43 -139.5t113 -53q84 0 125 90zM638 356
|
898 |
+
q54 1 91 34.5t38 82.5q-2 50 -40 82q34 32 34 76q-1 52 -37.5 80.5t-85.5 28.5q-78 0 -121 -61q-10 -14 3 -28l33 -30q15 -14 31 1q21 29 50 29q23 0 27 -11q7 -15 0 -32q-5 -5 -12.5 -7.5t-12 -3t-16 0t-14.5 0.5q-6 0 -11.5 -2.5t-8.5 -7.5t-3 -11v-49q1 -11 7.5 -17
|
899 |
+
t15.5 -4q54 0 60 -11q5 -11 5 -18q0 -31 -35 -31q-33 0 -55 30q-6 8 -15.5 8.5t-15.5 -5.5l-34 -34q-13 -13 -3 -27q44 -62 125 -63zM502 710q2 10 -4 18t-15 8h-61q-16 0 -19 -16l-29 -147l-30 147q-4 16 -20 16h-44q-18 0 -21 -16l-30 -147l-29 147q-3 16 -20 16h-59
|
900 |
+
q-8 0 -13 -4t-7 -9.5t-1 -12.5l76 -332q4 -16 20 -16h58q16 0 20 16l28 137l27 -137q3 -16 21 -16h57q17 0 21 16zM1200 1075v-919l-600 -281l-600 281v919h1200z" />
|
901 |
+
<glyph glyph-name="uniF229" unicode=""
|
902 |
+
d="M600 1075l600 -1200h-1200zM554 659v-159l22 -223h48l22 223v159h-92zM554 190v-100h92v100h-92z" />
|
903 |
+
<glyph glyph-name="uniF22A" unicode=""
|
904 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM281 773v-596h638v596h-638zM360 695h480v-440h-480v440zM412 639v-195h375v195h-375zM412 410v-106h106v106
|
905 |
+
h-106zM546 410v-106h106v106h-106zM680 410v-106h107v106h-107z" />
|
906 |
+
<glyph glyph-name="uniF22B" unicode=""
|
907 |
+
d="M699 153h-200v199h200v-199zM951 153h-199v199h199v-199zM446 153h-200v199h200v-199zM951 784v-368h-705v368h705zM1052 890h-904v-830h904v830zM0 -87v1124h1200v-1124h-1200z" />
|
908 |
+
<glyph glyph-name="uniF22C" unicode=""
|
909 |
+
d="M477 1075q51 -2 84.5 -36t34.5 -83q-2 -51 -37 -85.5t-82 -34.5q-34 1 -61.5 17t-43 43t-16.5 60q2 33 18 60.5t43 43t60 15.5zM510 809q33 0 58 -20q12 -10 19.5 -19.5t12 -23t6.5 -20.5t5.5 -26.5t4.5 -27.5h200q8 -1 16 -4t14.5 -8t11 -11.5t6.5 -14.5
|
910 |
+
q4 -18 -2.5 -33.5t-20.5 -23.5t-33 -7h-170l26 -125h217q56 -3 77 -47l196 -341q9 -19 5 -38.5t-17 -32.5q-26 -22 -57.5 -16t-45.5 36l-169 294q-65 1 -102 0.5t-102.5 -1t-100.5 -0.5q-32 2 -54 20t-28 47l-70 339h1q-4 19 5 41t22 35q28 28 69 28zM326 663q39 1 52 -31
|
911 |
+
q7 -22 -2 -40t-29 -24q-93 -38 -147 -114q-56 -82 -56 -173q1 -63 25.5 -119t67.5 -97q99 -89 223 -90q103 2 183 56q83 60 115 146q8 18 12 37q7 22 24 32.5t37 6.5q23 -7 34 -23t6 -37q-6 -27 -15 -49q-48 -124 -154 -195q-114 -73 -242 -74q-85 2 -162 33t-134 86
|
912 |
+
q-59 59 -91 134.5t-33 152.5q3 130 74 231q78 104 196 149q8 2 16 2z" />
|
913 |
+
<glyph glyph-name="uniF22D" unicode=""
|
914 |
+
d="M599 -125q-123 2 -234 51.5t-190.5 131t-126.5 191t-48 227.5q2 123 51.5 234t130.5 190.5t190 126.5t227 48q123 -2 234.5 -51.5t191.5 -130.5t127 -190t48 -227q-2 -99 -34 -191t-88.5 -165t-130 -128.5t-163.5 -85.5t-185 -31zM599 1032q-114 -2 -217.5 -47.5
|
915 |
+
t-177.5 -121t-118 -177t-45 -210.5q2 -115 48 -218.5t121.5 -177.5t177.5 -118t211 -44q115 2 218.5 48t177.5 121.5t118 177t44 211.5q-2 114 -48 217.5t-121.5 177t-177 117.5t-211.5 44zM455 -15l154 441l160 -432q-158 -53 -314 -9zM337 765q-84 -11 -164 -8
|
916 |
+
q75 107 189 167.5t237 61.5q98 -2 187.5 -37t158.5 -98q-56 5 -85 -46q-6 -20 -6.5 -39.5t3.5 -35t12 -34t15.5 -31.5t18.5 -31.5t17 -30.5q40 -75 11 -173l-77 -262l-185 550q53 5 56 6q16 3 19 15t-8 21q-6 5 -15 5l-111 -8h-84q-6 -1 -32.5 3.5t-44 2.5t-20.5 -16
|
917 |
+
q-2 -8 3 -15t14 -8q38 -5 56 -7l81 -217l-113 -332l-186 550q52 5 57 6q22 3 20 22q-2 8 -9 13.5t-15 5.5zM132 680l245 -664q-130 64 -208 185q-68 107 -77 238t40 241zM1091 339q-30 -99 -91 -178t-146 -128q9 22 26 74l143 414q21 60 29 134q3 34 -1 59q90 -195 40 -375z
|
918 |
+
" />
|
919 |
+
<glyph glyph-name="uniF22E" unicode=""
|
920 |
+
d="M600 1075q163 0 301 -80.5t218.5 -218.5t80.5 -301t-80.5 -301t-218.5 -218.5t-301 -80.5t-301 80.5t-218.5 218.5t-80.5 301t80.5 301t218.5 218.5t301 80.5zM763 835q-81 0 -138 -57q-41 -41 -53 -97.5t7 -108.5l-339 -339l118 -118l339 339q52 -19 108.5 -7t97.5 53
|
921 |
+
t53 97.5t-7 108.5l-120 -120l-85 33l-33 85l120 120q-33 11 -68 11zM333 257q9 9 23 9t26 -9q10 -11 10 -25t-10.5 -24.5t-24.5 -10.5t-24.5 10.5t-10.5 24.5t11 25z" />
|
922 |
+
<glyph glyph-name="uniF22F" unicode=""
|
923 |
+
d="M984 1056l-199 -199l55 -142l142 -55l199 199q32 -85 12 -179.5t-88.5 -162.5t-162.5 -88t-180 12l-565 -566l-197 197l566 565q-32 86 -12 180t88 162.5t162.5 88.5t179.5 -12zM236 111q-17 17 -41 17t-40.5 -17t-16.5 -41t16.5 -40.5t40.5 -16.5t41 16.5t17 40.5
|
924 |
+
t-17 41z" />
|
925 |
+
<glyph glyph-name="uniF230" unicode=""
|
926 |
+
d="M1200 20h-1200v910h1200v-910zM427 209l420 263l-420 264v-527z" />
|
927 |
+
<glyph glyph-name="uniF231" unicode=""
|
928 |
+
d="M614 768v-154h154v-153h-154v-154h-153v154h-154v153h154v154h153zM1200 9l-134 -134l-221 222q-139 -97 -308 -97q-109 0 -208.5 42.5t-171.5 114.5t-114.5 171.5t-42.5 209t42.5 209t114.5 171.5t171.5 114.5t208.5 42.5q74 0 143.5 -19.5t128.5 -54t108.5 -84
|
929 |
+
t84 -108.5t54 -128.5t19.5 -142.5q0 -169 -97 -308zM537.5 154q104.5 0 193 51t139.5 139.5t51 193t-51 193t-139.5 139.5t-193 51t-193 -51t-140 -139.5t-51.5 -193t51.5 -193t140 -139.5t193 -51z" />
|
930 |
+
<glyph glyph-name="uniF232" unicode=""
|
931 |
+
d="M1200 9l-134 -134l-221 222q-139 -97 -308 -97q-109 0 -208.5 42.5t-171.5 114.5t-114.5 171.5t-42.5 209t42.5 209t114.5 171.5t171.5 114.5t209 42.5t209 -42.5t171.5 -114.5t114.5 -171.5t42.5 -208.5q0 -169 -97 -308zM537.5 154q104.5 0 193 51t139.5 139.5t51 193
|
932 |
+
t-51 193t-139.5 139.5t-193.5 51q-78 0 -149 -30t-122.5 -81.5t-82 -122.5t-30.5 -150q0 -104 51.5 -192.5t140 -139.5t193 -51zM307 461v153h461v-153h-461z" />
|
933 |
+
</font>
|
934 |
+
</defs></svg>
|
options/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.ttf
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.woff
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_animated.scss
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Spinning Icons
|
2 |
+
// --------------------------
|
3 |
+
|
4 |
+
.#{$el-css-prefix}-spin {
|
5 |
+
-webkit-animation: el-spin 2s infinite linear;
|
6 |
+
animation: el-spin 2s infinite linear;
|
7 |
+
}
|
8 |
+
|
9 |
+
.#{$el-css-prefix}-pulse {
|
10 |
+
-webkit-animation: el-spin 1s infinite steps(8);
|
11 |
+
animation: el-spin 1s infinite steps(8);
|
12 |
+
}
|
13 |
+
|
14 |
+
@-webkit-keyframes el-spin {
|
15 |
+
0% {
|
16 |
+
-webkit-transform: rotate(0deg);
|
17 |
+
transform: rotate(0deg);
|
18 |
+
}
|
19 |
+
100% {
|
20 |
+
-webkit-transform: rotate(359deg);
|
21 |
+
transform: rotate(359deg);
|
22 |
+
}
|
23 |
+
}
|
24 |
+
|
25 |
+
@keyframes el-spin {
|
26 |
+
0% {
|
27 |
+
-webkit-transform: rotate(0deg);
|
28 |
+
transform: rotate(0deg);
|
29 |
+
}
|
30 |
+
100% {
|
31 |
+
-webkit-transform: rotate(359deg);
|
32 |
+
transform: rotate(359deg);
|
33 |
+
}
|
34 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_bordered-pulled.scss
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Bordered & Pulled
|
2 |
+
// -------------------------
|
3 |
+
|
4 |
+
.#{$el-css-prefix}-border {
|
5 |
+
padding: .2em .25em .15em;
|
6 |
+
border: solid .08em $el-border-color;
|
7 |
+
border-radius: .1em;
|
8 |
+
}
|
9 |
+
|
10 |
+
.pull-right { float: right; }
|
11 |
+
.pull-left { float: left; }
|
12 |
+
|
13 |
+
.#{$el-css-prefix} {
|
14 |
+
&.pull-left { margin-right: .3em; }
|
15 |
+
&.pull-right { margin-left: .3em; }
|
16 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_core.scss
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Base Class Definition
|
2 |
+
// -------------------------
|
3 |
+
|
4 |
+
.#{$el-css-prefix} {
|
5 |
+
display: inline-block;
|
6 |
+
font: normal normal normal #{$el-font-size-base}/1 'Elusive-Icons'; // shortening font declaration
|
7 |
+
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
8 |
+
text-rendering: auto; // optimizelegibility throws things off #1094
|
9 |
+
-webkit-font-smoothing: antialiased;
|
10 |
+
-moz-osx-font-smoothing: grayscale;
|
11 |
+
transform: translate(0, 0); // ensures no half-pixel rendering in firefox
|
12 |
+
|
13 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_fixed-width.scss
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Fixed Width Icons
|
2 |
+
// -------------------------
|
3 |
+
.#{$el-css-prefix}-fw {
|
4 |
+
width: (18em / 14);
|
5 |
+
text-align: center;
|
6 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_icons.scss
ADDED
@@ -0,0 +1,615 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* Elusive Icons uses the Unicode Private Use Area (PUA) to ensure screen
|
2 |
+
readers do not read off random characters that represent icons */
|
3 |
+
|
4 |
+
.#{$el-css-prefix}-icon-address-book-alt:before,
|
5 |
+
.#{$el-css-prefix}-address-book-alt:before { content: $el-var-address-book-alt; }
|
6 |
+
.#{$el-css-prefix}-icon-address-book:before,
|
7 |
+
.#{$el-css-prefix}-address-book:before { content: $el-var-address-book; }
|
8 |
+
.#{$el-css-prefix}-icon-adjust-alt:before,
|
9 |
+
.#{$el-css-prefix}-adjust-alt:before { content: $el-var-adjust-alt; }
|
10 |
+
.#{$el-css-prefix}-icon-adjust:before,
|
11 |
+
.#{$el-css-prefix}-adjust:before { content: $el-var-adjust; }
|
12 |
+
.#{$el-css-prefix}-icon-adult:before,
|
13 |
+
.#{$el-css-prefix}-adult:before { content: $el-var-adult; }
|
14 |
+
.#{$el-css-prefix}-icon-align-center:before,
|
15 |
+
.#{$el-css-prefix}-align-center:before { content: $el-var-align-center; }
|
16 |
+
.#{$el-css-prefix}-icon-align-justify:before,
|
17 |
+
.#{$el-css-prefix}-align-justify:before { content: $el-var-align-justify; }
|
18 |
+
.#{$el-css-prefix}-icon-align-left:before,
|
19 |
+
.#{$el-css-prefix}-align-left:before { content: $el-var-align-left; }
|
20 |
+
.#{$el-css-prefix}-icon-align-right:before,
|
21 |
+
.#{$el-css-prefix}-align-right:before { content: $el-var-align-right; }
|
22 |
+
.#{$el-css-prefix}-icon-arrow-down:before,
|
23 |
+
.#{$el-css-prefix}-arrow-down:before { content: $el-var-arrow-down; }
|
24 |
+
.#{$el-css-prefix}-icon-arrow-left:before,
|
25 |
+
.#{$el-css-prefix}-arrow-left:before { content: $el-var-arrow-left; }
|
26 |
+
.#{$el-css-prefix}-icon-arrow-right:before,
|
27 |
+
.#{$el-css-prefix}-arrow-right:before { content: $el-var-arrow-right; }
|
28 |
+
.#{$el-css-prefix}-icon-arrow-up:before,
|
29 |
+
.#{$el-css-prefix}-arrow-up:before { content: $el-var-arrow-up; }
|
30 |
+
.#{$el-css-prefix}-icon-asl:before,
|
31 |
+
.#{$el-css-prefix}-asl:before { content: $el-var-asl; }
|
32 |
+
.#{$el-css-prefix}-icon-asterisk:before,
|
33 |
+
.#{$el-css-prefix}-asterisk:before { content: $el-var-asterisk; }
|
34 |
+
.#{$el-css-prefix}-icon-backward:before,
|
35 |
+
.#{$el-css-prefix}-backward:before { content: $el-var-backward; }
|
36 |
+
.#{$el-css-prefix}-icon-ban-circle:before,
|
37 |
+
.#{$el-css-prefix}-ban-circle:before { content: $el-var-ban-circle; }
|
38 |
+
.#{$el-css-prefix}-icon-barcode:before,
|
39 |
+
.#{$el-css-prefix}-barcode:before { content: $el-var-barcode; }
|
40 |
+
.#{$el-css-prefix}-icon-behance:before,
|
41 |
+
.#{$el-css-prefix}-behance:before { content: $el-var-behance; }
|
42 |
+
.#{$el-css-prefix}-icon-bell:before,
|
43 |
+
.#{$el-css-prefix}-bell:before { content: $el-var-bell; }
|
44 |
+
.#{$el-css-prefix}-icon-blind:before,
|
45 |
+
.#{$el-css-prefix}-blind:before { content: $el-var-blind; }
|
46 |
+
.#{$el-css-prefix}-icon-blogger:before,
|
47 |
+
.#{$el-css-prefix}-blogger:before { content: $el-var-blogger; }
|
48 |
+
.#{$el-css-prefix}-icon-bold:before,
|
49 |
+
.#{$el-css-prefix}-bold:before { content: $el-var-bold; }
|
50 |
+
.#{$el-css-prefix}-icon-book:before,
|
51 |
+
.#{$el-css-prefix}-book:before { content: $el-var-book; }
|
52 |
+
.#{$el-css-prefix}-icon-bookmark-empty:before,
|
53 |
+
.#{$el-css-prefix}-bookmark-empty:before { content: $el-var-bookmark-empty; }
|
54 |
+
.#{$el-css-prefix}-icon-bookmark:before,
|
55 |
+
.#{$el-css-prefix}-bookmark:before { content: $el-var-bookmark; }
|
56 |
+
.#{$el-css-prefix}-icon-brackets:before,
|
57 |
+
.#{$el-css-prefix}-brackets:before { content: $el-var-brackets; }
|
58 |
+
.#{$el-css-prefix}-icon-braille:before,
|
59 |
+
.#{$el-css-prefix}-braille:before { content: $el-var-braille; }
|
60 |
+
.#{$el-css-prefix}-icon-briefcase:before,
|
61 |
+
.#{$el-css-prefix}-briefcase:before { content: $el-var-briefcase; }
|
62 |
+
.#{$el-css-prefix}-icon-broom:before,
|
63 |
+
.#{$el-css-prefix}-broom:before { content: $el-var-broom; }
|
64 |
+
.#{$el-css-prefix}-icon-brush:before,
|
65 |
+
.#{$el-css-prefix}-brush:before { content: $el-var-brush; }
|
66 |
+
.#{$el-css-prefix}-icon-bulb:before,
|
67 |
+
.#{$el-css-prefix}-bulb:before { content: $el-var-bulb; }
|
68 |
+
.#{$el-css-prefix}-icon-bullhorn:before,
|
69 |
+
.#{$el-css-prefix}-bullhorn:before { content: $el-var-bullhorn; }
|
70 |
+
.#{$el-css-prefix}-icon-calendar-sign:before,
|
71 |
+
.#{$el-css-prefix}-calendar-sign:before { content: $el-var-calendar-sign; }
|
72 |
+
.#{$el-css-prefix}-icon-calendar:before,
|
73 |
+
.#{$el-css-prefix}-calendar:before { content: $el-var-calendar; }
|
74 |
+
.#{$el-css-prefix}-icon-camera:before,
|
75 |
+
.#{$el-css-prefix}-camera:before { content: $el-var-camera; }
|
76 |
+
.#{$el-css-prefix}-icon-car:before,
|
77 |
+
.#{$el-css-prefix}-car:before { content: $el-var-car; }
|
78 |
+
.#{$el-css-prefix}-icon-caret-down:before,
|
79 |
+
.#{$el-css-prefix}-caret-down:before { content: $el-var-caret-down; }
|
80 |
+
.#{$el-css-prefix}-icon-caret-left:before,
|
81 |
+
.#{$el-css-prefix}-caret-left:before { content: $el-var-caret-left; }
|
82 |
+
.#{$el-css-prefix}-icon-caret-right:before,
|
83 |
+
.#{$el-css-prefix}-caret-right:before { content: $el-var-caret-right; }
|
84 |
+
.#{$el-css-prefix}-icon-caret-up:before,
|
85 |
+
.#{$el-css-prefix}-caret-up:before { content: $el-var-caret-up; }
|
86 |
+
.#{$el-css-prefix}-icon-cc:before,
|
87 |
+
.#{$el-css-prefix}-cc:before { content: $el-var-cc; }
|
88 |
+
.#{$el-css-prefix}-icon-certificate:before,
|
89 |
+
.#{$el-css-prefix}-certificate:before { content: $el-var-certificate; }
|
90 |
+
.#{$el-css-prefix}-icon-check-empty:before,
|
91 |
+
.#{$el-css-prefix}-check-empty:before { content: $el-var-check-empty; }
|
92 |
+
.#{$el-css-prefix}-icon-check:before,
|
93 |
+
.#{$el-css-prefix}-check:before { content: $el-var-check; }
|
94 |
+
.#{$el-css-prefix}-icon-chevron-down:before,
|
95 |
+
.#{$el-css-prefix}-chevron-down:before { content: $el-var-chevron-down; }
|
96 |
+
.#{$el-css-prefix}-icon-chevron-left:before,
|
97 |
+
.#{$el-css-prefix}-chevron-left:before { content: $el-var-chevron-left; }
|
98 |
+
.#{$el-css-prefix}-icon-chevron-right:before,
|
99 |
+
.#{$el-css-prefix}-chevron-right:before { content: $el-var-chevron-right; }
|
100 |
+
.#{$el-css-prefix}-icon-chevron-up:before,
|
101 |
+
.#{$el-css-prefix}-chevron-up:before { content: $el-var-chevron-up; }
|
102 |
+
.#{$el-css-prefix}-icon-child:before,
|
103 |
+
.#{$el-css-prefix}-child:before { content: $el-var-child; }
|
104 |
+
.#{$el-css-prefix}-icon-circle-arrow-down:before,
|
105 |
+
.#{$el-css-prefix}-circle-arrow-down:before { content: $el-var-circle-arrow-down; }
|
106 |
+
.#{$el-css-prefix}-icon-circle-arrow-left:before,
|
107 |
+
.#{$el-css-prefix}-circle-arrow-left:before { content: $el-var-circle-arrow-left; }
|
108 |
+
.#{$el-css-prefix}-icon-circle-arrow-right:before,
|
109 |
+
.#{$el-css-prefix}-circle-arrow-right:before { content: $el-var-circle-arrow-right; }
|
110 |
+
.#{$el-css-prefix}-icon-circle-arrow-up:before,
|
111 |
+
.#{$el-css-prefix}-circle-arrow-up:before { content: $el-var-circle-arrow-up; }
|
112 |
+
.#{$el-css-prefix}-icon-cloud-alt:before,
|
113 |
+
.#{$el-css-prefix}-cloud-alt:before { content: $el-var-cloud-alt; }
|
114 |
+
.#{$el-css-prefix}-icon-cloud:before,
|
115 |
+
.#{$el-css-prefix}-cloud:before { content: $el-var-cloud; }
|
116 |
+
.#{$el-css-prefix}-icon-cog-alt:before,
|
117 |
+
.#{$el-css-prefix}-cog-alt:before { content: $el-var-cog-alt; }
|
118 |
+
.#{$el-css-prefix}-icon-cog:before,
|
119 |
+
.#{$el-css-prefix}-cog:before { content: $el-var-cog; }
|
120 |
+
.#{$el-css-prefix}-icon-cogs:before,
|
121 |
+
.#{$el-css-prefix}-cogs:before { content: $el-var-cogs; }
|
122 |
+
.#{$el-css-prefix}-icon-comment-alt:before,
|
123 |
+
.#{$el-css-prefix}-comment-alt:before { content: $el-var-comment-alt; }
|
124 |
+
.#{$el-css-prefix}-icon-comment:before,
|
125 |
+
.#{$el-css-prefix}-comment:before { content: $el-var-comment; }
|
126 |
+
.#{$el-css-prefix}-icon-compass-alt:before,
|
127 |
+
.#{$el-css-prefix}-compass-alt:before { content: $el-var-compass-alt; }
|
128 |
+
.#{$el-css-prefix}-icon-compass:before,
|
129 |
+
.#{$el-css-prefix}-compass:before { content: $el-var-compass; }
|
130 |
+
.#{$el-css-prefix}-icon-credit-card:before,
|
131 |
+
.#{$el-css-prefix}-credit-card:before { content: $el-var-credit-card; }
|
132 |
+
.#{$el-css-prefix}-icon-css:before,
|
133 |
+
.#{$el-css-prefix}-css:before { content: $el-var-css; }
|
134 |
+
.#{$el-css-prefix}-icon-dashboard:before,
|
135 |
+
.#{$el-css-prefix}-dashboard:before { content: $el-var-dashboard; }
|
136 |
+
.#{$el-css-prefix}-icon-delicious:before,
|
137 |
+
.#{$el-css-prefix}-delicious:before { content: $el-var-delicious; }
|
138 |
+
.#{$el-css-prefix}-icon-deviantart:before,
|
139 |
+
.#{$el-css-prefix}-deviantart:before { content: $el-var-deviantart; }
|
140 |
+
.#{$el-css-prefix}-icon-digg:before,
|
141 |
+
.#{$el-css-prefix}-digg:before { content: $el-var-digg; }
|
142 |
+
.#{$el-css-prefix}-icon-download-alt:before,
|
143 |
+
.#{$el-css-prefix}-download-alt:before { content: $el-var-download-alt; }
|
144 |
+
.#{$el-css-prefix}-icon-download:before,
|
145 |
+
.#{$el-css-prefix}-download:before { content: $el-var-download; }
|
146 |
+
.#{$el-css-prefix}-icon-dribbble:before,
|
147 |
+
.#{$el-css-prefix}-dribbble:before { content: $el-var-dribbble; }
|
148 |
+
.#{$el-css-prefix}-icon-edit:before,
|
149 |
+
.#{$el-css-prefix}-edit:before { content: $el-var-edit; }
|
150 |
+
.#{$el-css-prefix}-icon-eject:before,
|
151 |
+
.#{$el-css-prefix}-eject:before { content: $el-var-eject; }
|
152 |
+
.#{$el-css-prefix}-icon-envelope-alt:before,
|
153 |
+
.#{$el-css-prefix}-envelope-alt:before { content: $el-var-envelope-alt; }
|
154 |
+
.#{$el-css-prefix}-icon-envelope:before,
|
155 |
+
.#{$el-css-prefix}-envelope:before { content: $el-var-envelope; }
|
156 |
+
.#{$el-css-prefix}-icon-error-alt:before,
|
157 |
+
.#{$el-css-prefix}-error-alt:before { content: $el-var-error-alt; }
|
158 |
+
.#{$el-css-prefix}-icon-error:before,
|
159 |
+
.#{$el-css-prefix}-error:before { content: $el-var-error; }
|
160 |
+
.#{$el-css-prefix}-icon-eur:before,
|
161 |
+
.#{$el-css-prefix}-eur:before { content: $el-var-eur; }
|
162 |
+
.#{$el-css-prefix}-icon-exclamation-sign:before,
|
163 |
+
.#{$el-css-prefix}-exclamation-sign:before { content: $el-var-exclamation-sign; }
|
164 |
+
.#{$el-css-prefix}-icon-eye-close:before,
|
165 |
+
.#{$el-css-prefix}-eye-close:before { content: $el-var-eye-close; }
|
166 |
+
.#{$el-css-prefix}-icon-eye-open:before,
|
167 |
+
.#{$el-css-prefix}-eye-open:before { content: $el-var-eye-open; }
|
168 |
+
.#{$el-css-prefix}-icon-facebook:before,
|
169 |
+
.#{$el-css-prefix}-facebook:before { content: $el-var-facebook; }
|
170 |
+
.#{$el-css-prefix}-icon-facetime-video:before,
|
171 |
+
.#{$el-css-prefix}-facetime-video:before { content: $el-var-facetime-video; }
|
172 |
+
.#{$el-css-prefix}-icon-fast-backward:before,
|
173 |
+
.#{$el-css-prefix}-fast-backward:before { content: $el-var-fast-backward; }
|
174 |
+
.#{$el-css-prefix}-icon-fast-forward:before,
|
175 |
+
.#{$el-css-prefix}-fast-forward:before { content: $el-var-fast-forward; }
|
176 |
+
.#{$el-css-prefix}-icon-female:before,
|
177 |
+
.#{$el-css-prefix}-female:before { content: $el-var-female; }
|
178 |
+
.#{$el-css-prefix}-icon-file-alt:before,
|
179 |
+
.#{$el-css-prefix}-file-alt:before { content: $el-var-file-alt; }
|
180 |
+
.#{$el-css-prefix}-icon-file-edit-alt:before,
|
181 |
+
.#{$el-css-prefix}-file-edit-alt:before { content: $el-var-file-edit-alt; }
|
182 |
+
.#{$el-css-prefix}-icon-file-edit:before,
|
183 |
+
.#{$el-css-prefix}-file-edit:before { content: $el-var-file-edit; }
|
184 |
+
.#{$el-css-prefix}-icon-file-new-alt:before,
|
185 |
+
.#{$el-css-prefix}-file-new-alt:before { content: $el-var-file-new-alt; }
|
186 |
+
.#{$el-css-prefix}-icon-file-new:before,
|
187 |
+
.#{$el-css-prefix}-file-new:before { content: $el-var-file-new; }
|
188 |
+
.#{$el-css-prefix}-icon-file:before,
|
189 |
+
.#{$el-css-prefix}-file:before { content: $el-var-file; }
|
190 |
+
.#{$el-css-prefix}-icon-film:before,
|
191 |
+
.#{$el-css-prefix}-film:before { content: $el-var-film; }
|
192 |
+
.#{$el-css-prefix}-icon-filter:before,
|
193 |
+
.#{$el-css-prefix}-filter:before { content: $el-var-filter; }
|
194 |
+
.#{$el-css-prefix}-icon-fire:before,
|
195 |
+
.#{$el-css-prefix}-fire:before { content: $el-var-fire; }
|
196 |
+
.#{$el-css-prefix}-icon-flag-alt:before,
|
197 |
+
.#{$el-css-prefix}-flag-alt:before { content: $el-var-flag-alt; }
|
198 |
+
.#{$el-css-prefix}-icon-flag:before,
|
199 |
+
.#{$el-css-prefix}-flag:before { content: $el-var-flag; }
|
200 |
+
.#{$el-css-prefix}-icon-flickr:before,
|
201 |
+
.#{$el-css-prefix}-flickr:before { content: $el-var-flickr; }
|
202 |
+
.#{$el-css-prefix}-icon-folder-close:before,
|
203 |
+
.#{$el-css-prefix}-folder-close:before { content: $el-var-folder-close; }
|
204 |
+
.#{$el-css-prefix}-icon-folder-open:before,
|
205 |
+
.#{$el-css-prefix}-folder-open:before { content: $el-var-folder-open; }
|
206 |
+
.#{$el-css-prefix}-icon-folder-sign:before,
|
207 |
+
.#{$el-css-prefix}-folder-sign:before { content: $el-var-folder-sign; }
|
208 |
+
.#{$el-css-prefix}-icon-folder:before,
|
209 |
+
.#{$el-css-prefix}-folder:before { content: $el-var-folder; }
|
210 |
+
.#{$el-css-prefix}-icon-font:before,
|
211 |
+
.#{$el-css-prefix}-font:before { content: $el-var-font; }
|
212 |
+
.#{$el-css-prefix}-icon-fontsize:before,
|
213 |
+
.#{$el-css-prefix}-fontsize:before { content: $el-var-fontsize; }
|
214 |
+
.#{$el-css-prefix}-icon-fork:before,
|
215 |
+
.#{$el-css-prefix}-fork:before { content: $el-var-fork; }
|
216 |
+
.#{$el-css-prefix}-icon-forward-alt:before,
|
217 |
+
.#{$el-css-prefix}-forward-alt:before { content: $el-var-forward-alt; }
|
218 |
+
.#{$el-css-prefix}-icon-forward:before,
|
219 |
+
.#{$el-css-prefix}-forward:before { content: $el-var-forward; }
|
220 |
+
.#{$el-css-prefix}-icon-foursquare:before,
|
221 |
+
.#{$el-css-prefix}-foursquare:before { content: $el-var-foursquare; }
|
222 |
+
.#{$el-css-prefix}-icon-friendfeed-rect:before,
|
223 |
+
.#{$el-css-prefix}-friendfeed-rect:before { content: $el-var-friendfeed-rect; }
|
224 |
+
.#{$el-css-prefix}-icon-friendfeed:before,
|
225 |
+
.#{$el-css-prefix}-friendfeed:before { content: $el-var-friendfeed; }
|
226 |
+
.#{$el-css-prefix}-icon-fullscreen:before,
|
227 |
+
.#{$el-css-prefix}-fullscreen:before { content: $el-var-fullscreen; }
|
228 |
+
.#{$el-css-prefix}-icon-gallery:before,
|
229 |
+
.#{$el-css-prefix}-gallery:before { content: $el-var-gallery; }
|
230 |
+
.#{$el-css-prefix}-icon-gbp:before,
|
231 |
+
.#{$el-css-prefix}-gbp:before { content: $el-var-gbp; }
|
232 |
+
.#{$el-css-prefix}-icon-gift:before,
|
233 |
+
.#{$el-css-prefix}-gift:before { content: $el-var-gift; }
|
234 |
+
.#{$el-css-prefix}-icon-github-text:before,
|
235 |
+
.#{$el-css-prefix}-github-text:before { content: $el-var-github-text; }
|
236 |
+
.#{$el-css-prefix}-icon-github:before,
|
237 |
+
.#{$el-css-prefix}-github:before { content: $el-var-github; }
|
238 |
+
.#{$el-css-prefix}-icon-glass:before,
|
239 |
+
.#{$el-css-prefix}-glass:before { content: $el-var-glass; }
|
240 |
+
.#{$el-css-prefix}-icon-glasses:before,
|
241 |
+
.#{$el-css-prefix}-glasses:before { content: $el-var-glasses; }
|
242 |
+
.#{$el-css-prefix}-icon-globe-alt:before,
|
243 |
+
.#{$el-css-prefix}-globe-alt:before { content: $el-var-globe-alt; }
|
244 |
+
.#{$el-css-prefix}-icon-globe:before,
|
245 |
+
.#{$el-css-prefix}-globe:before { content: $el-var-globe; }
|
246 |
+
.#{$el-css-prefix}-icon-googleplus:before,
|
247 |
+
.#{$el-css-prefix}-googleplus:before { content: $el-var-googleplus; }
|
248 |
+
.#{$el-css-prefix}-icon-graph-alt:before,
|
249 |
+
.#{$el-css-prefix}-graph-alt:before { content: $el-var-graph-alt; }
|
250 |
+
.#{$el-css-prefix}-icon-graph:before,
|
251 |
+
.#{$el-css-prefix}-graph:before { content: $el-var-graph; }
|
252 |
+
.#{$el-css-prefix}-icon-group-alt:before,
|
253 |
+
.#{$el-css-prefix}-group-alt:before { content: $el-var-group-alt; }
|
254 |
+
.#{$el-css-prefix}-icon-group:before,
|
255 |
+
.#{$el-css-prefix}-group:before { content: $el-var-group; }
|
256 |
+
.#{$el-css-prefix}-icon-guidedog:before,
|
257 |
+
.#{$el-css-prefix}-guidedog:before { content: $el-var-guidedog; }
|
258 |
+
.#{$el-css-prefix}-icon-hand-down:before,
|
259 |
+
.#{$el-css-prefix}-hand-down:before { content: $el-var-hand-down; }
|
260 |
+
.#{$el-css-prefix}-icon-hand-left:before,
|
261 |
+
.#{$el-css-prefix}-hand-left:before { content: $el-var-hand-left; }
|
262 |
+
.#{$el-css-prefix}-icon-hand-right:before,
|
263 |
+
.#{$el-css-prefix}-hand-right:before { content: $el-var-hand-right; }
|
264 |
+
.#{$el-css-prefix}-icon-hand-up:before,
|
265 |
+
.#{$el-css-prefix}-hand-up:before { content: $el-var-hand-up; }
|
266 |
+
.#{$el-css-prefix}-icon-hdd:before,
|
267 |
+
.#{$el-css-prefix}-hdd:before { content: $el-var-hdd; }
|
268 |
+
.#{$el-css-prefix}-icon-headphones:before,
|
269 |
+
.#{$el-css-prefix}-headphones:before { content: $el-var-headphones; }
|
270 |
+
.#{$el-css-prefix}-icon-hearing-impaired:before,
|
271 |
+
.#{$el-css-prefix}-hearing-impaired:before { content: $el-var-hearing-impaired; }
|
272 |
+
.#{$el-css-prefix}-icon-heart-alt:before,
|
273 |
+
.#{$el-css-prefix}-heart-alt:before { content: $el-var-heart-alt; }
|
274 |
+
.#{$el-css-prefix}-icon-heart-empty:before,
|
275 |
+
.#{$el-css-prefix}-heart-empty:before { content: $el-var-heart-empty; }
|
276 |
+
.#{$el-css-prefix}-icon-heart:before,
|
277 |
+
.#{$el-css-prefix}-heart:before { content: $el-var-heart; }
|
278 |
+
.#{$el-css-prefix}-icon-home-alt:before,
|
279 |
+
.#{$el-css-prefix}-home-alt:before { content: $el-var-home-alt; }
|
280 |
+
.#{$el-css-prefix}-icon-home:before,
|
281 |
+
.#{$el-css-prefix}-home:before { content: $el-var-home; }
|
282 |
+
.#{$el-css-prefix}-icon-hourglass:before,
|
283 |
+
.#{$el-css-prefix}-hourglass:before { content: $el-var-hourglass; }
|
284 |
+
.#{$el-css-prefix}-icon-idea-alt:before,
|
285 |
+
.#{$el-css-prefix}-idea-alt:before { content: $el-var-idea-alt; }
|
286 |
+
.#{$el-css-prefix}-icon-idea:before,
|
287 |
+
.#{$el-css-prefix}-idea:before { content: $el-var-idea; }
|
288 |
+
.#{$el-css-prefix}-icon-inbox-alt:before,
|
289 |
+
.#{$el-css-prefix}-inbox-alt:before { content: $el-var-inbox-alt; }
|
290 |
+
.#{$el-css-prefix}-icon-inbox-box:before,
|
291 |
+
.#{$el-css-prefix}-inbox-box:before { content: $el-var-inbox-box; }
|
292 |
+
.#{$el-css-prefix}-icon-inbox:before,
|
293 |
+
.#{$el-css-prefix}-inbox:before { content: $el-var-inbox; }
|
294 |
+
.#{$el-css-prefix}-icon-indent-left:before,
|
295 |
+
.#{$el-css-prefix}-indent-left:before { content: $el-var-indent-left; }
|
296 |
+
.#{$el-css-prefix}-icon-indent-right:before,
|
297 |
+
.#{$el-css-prefix}-indent-right:before { content: $el-var-indent-right; }
|
298 |
+
.#{$el-css-prefix}-icon-info-circle:before,
|
299 |
+
.#{$el-css-prefix}-info-circle:before { content: $el-var-info-circle; }
|
300 |
+
.#{$el-css-prefix}-icon-instagram:before,
|
301 |
+
.#{$el-css-prefix}-instagram:before { content: $el-var-instagram; }
|
302 |
+
.#{$el-css-prefix}-icon-iphone-home:before,
|
303 |
+
.#{$el-css-prefix}-iphone-home:before { content: $el-var-iphone-home; }
|
304 |
+
.#{$el-css-prefix}-icon-italic:before,
|
305 |
+
.#{$el-css-prefix}-italic:before { content: $el-var-italic; }
|
306 |
+
.#{$el-css-prefix}-icon-key:before,
|
307 |
+
.#{$el-css-prefix}-key:before { content: $el-var-key; }
|
308 |
+
.#{$el-css-prefix}-icon-laptop-alt:before,
|
309 |
+
.#{$el-css-prefix}-laptop-alt:before { content: $el-var-laptop-alt; }
|
310 |
+
.#{$el-css-prefix}-icon-laptop:before,
|
311 |
+
.#{$el-css-prefix}-laptop:before { content: $el-var-laptop; }
|
312 |
+
.#{$el-css-prefix}-icon-lastfm:before,
|
313 |
+
.#{$el-css-prefix}-lastfm:before { content: $el-var-lastfm; }
|
314 |
+
.#{$el-css-prefix}-icon-leaf:before,
|
315 |
+
.#{$el-css-prefix}-leaf:before { content: $el-var-leaf; }
|
316 |
+
.#{$el-css-prefix}-icon-lines:before,
|
317 |
+
.#{$el-css-prefix}-lines:before { content: $el-var-lines; }
|
318 |
+
.#{$el-css-prefix}-icon-link:before,
|
319 |
+
.#{$el-css-prefix}-link:before { content: $el-var-link; }
|
320 |
+
.#{$el-css-prefix}-icon-linkedin:before,
|
321 |
+
.#{$el-css-prefix}-linkedin:before { content: $el-var-linkedin; }
|
322 |
+
.#{$el-css-prefix}-icon-list-alt:before,
|
323 |
+
.#{$el-css-prefix}-list-alt:before { content: $el-var-list-alt; }
|
324 |
+
.#{$el-css-prefix}-icon-list:before,
|
325 |
+
.#{$el-css-prefix}-list:before { content: $el-var-list; }
|
326 |
+
.#{$el-css-prefix}-icon-livejournal:before,
|
327 |
+
.#{$el-css-prefix}-livejournal:before { content: $el-var-livejournal; }
|
328 |
+
.#{$el-css-prefix}-icon-lock-alt:before,
|
329 |
+
.#{$el-css-prefix}-lock-alt:before { content: $el-var-lock-alt; }
|
330 |
+
.#{$el-css-prefix}-icon-lock:before,
|
331 |
+
.#{$el-css-prefix}-lock:before { content: $el-var-lock; }
|
332 |
+
.#{$el-css-prefix}-icon-magic:before,
|
333 |
+
.#{$el-css-prefix}-magic:before { content: $el-var-magic; }
|
334 |
+
.#{$el-css-prefix}-icon-magnet:before,
|
335 |
+
.#{$el-css-prefix}-magnet:before { content: $el-var-magnet; }
|
336 |
+
.#{$el-css-prefix}-icon-male:before,
|
337 |
+
.#{$el-css-prefix}-male:before { content: $el-var-male; }
|
338 |
+
.#{$el-css-prefix}-icon-map-marker-alt:before,
|
339 |
+
.#{$el-css-prefix}-map-marker-alt:before { content: $el-var-map-marker-alt; }
|
340 |
+
.#{$el-css-prefix}-icon-map-marker:before,
|
341 |
+
.#{$el-css-prefix}-map-marker:before { content: $el-var-map-marker; }
|
342 |
+
.#{$el-css-prefix}-icon-mic-alt:before,
|
343 |
+
.#{$el-css-prefix}-mic-alt:before { content: $el-var-mic-alt; }
|
344 |
+
.#{$el-css-prefix}-icon-mic:before,
|
345 |
+
.#{$el-css-prefix}-mic:before { content: $el-var-mic; }
|
346 |
+
.#{$el-css-prefix}-icon-minus-sign:before,
|
347 |
+
.#{$el-css-prefix}-minus-sign:before { content: $el-var-minus-sign; }
|
348 |
+
.#{$el-css-prefix}-icon-minus:before,
|
349 |
+
.#{$el-css-prefix}-minus:before { content: $el-var-minus; }
|
350 |
+
.#{$el-css-prefix}-icon-move:before,
|
351 |
+
.#{$el-css-prefix}-move:before { content: $el-var-move; }
|
352 |
+
.#{$el-css-prefix}-icon-music:before,
|
353 |
+
.#{$el-css-prefix}-music:before { content: $el-var-music; }
|
354 |
+
.#{$el-css-prefix}-icon-myspace:before,
|
355 |
+
.#{$el-css-prefix}-myspace:before { content: $el-var-myspace; }
|
356 |
+
.#{$el-css-prefix}-icon-network:before,
|
357 |
+
.#{$el-css-prefix}-network:before { content: $el-var-network; }
|
358 |
+
.#{$el-css-prefix}-icon-off:before,
|
359 |
+
.#{$el-css-prefix}-off:before { content: $el-var-off; }
|
360 |
+
.#{$el-css-prefix}-icon-ok-circle:before,
|
361 |
+
.#{$el-css-prefix}-ok-circle:before { content: $el-var-ok-circle; }
|
362 |
+
.#{$el-css-prefix}-icon-ok-sign:before,
|
363 |
+
.#{$el-css-prefix}-ok-sign:before { content: $el-var-ok-sign; }
|
364 |
+
.#{$el-css-prefix}-icon-ok:before,
|
365 |
+
.#{$el-css-prefix}-ok:before { content: $el-var-ok; }
|
366 |
+
.#{$el-css-prefix}-icon-opensource:before,
|
367 |
+
.#{$el-css-prefix}-opensource:before { content: $el-var-opensource; }
|
368 |
+
.#{$el-css-prefix}-icon-paper-clip-alt:before,
|
369 |
+
.#{$el-css-prefix}-paper-clip-alt:before { content: $el-var-paper-clip-alt; }
|
370 |
+
.#{$el-css-prefix}-icon-paper-clip:before,
|
371 |
+
.#{$el-css-prefix}-paper-clip:before { content: $el-var-paper-clip; }
|
372 |
+
.#{$el-css-prefix}-icon-path:before,
|
373 |
+
.#{$el-css-prefix}-path:before { content: $el-var-path; }
|
374 |
+
.#{$el-css-prefix}-icon-pause-alt:before,
|
375 |
+
.#{$el-css-prefix}-pause-alt:before { content: $el-var-pause-alt; }
|
376 |
+
.#{$el-css-prefix}-icon-pause:before,
|
377 |
+
.#{$el-css-prefix}-pause:before { content: $el-var-pause; }
|
378 |
+
.#{$el-css-prefix}-icon-pencil-alt:before,
|
379 |
+
.#{$el-css-prefix}-pencil-alt:before { content: $el-var-pencil-alt; }
|
380 |
+
.#{$el-css-prefix}-icon-pencil:before,
|
381 |
+
.#{$el-css-prefix}-pencil:before { content: $el-var-pencil; }
|
382 |
+
.#{$el-css-prefix}-icon-person:before,
|
383 |
+
.#{$el-css-prefix}-person:before { content: $el-var-person; }
|
384 |
+
.#{$el-css-prefix}-icon-phone-alt:before,
|
385 |
+
.#{$el-css-prefix}-phone-alt:before { content: $el-var-phone-alt; }
|
386 |
+
.#{$el-css-prefix}-icon-phone:before,
|
387 |
+
.#{$el-css-prefix}-phone:before { content: $el-var-phone; }
|
388 |
+
.#{$el-css-prefix}-icon-photo-alt:before,
|
389 |
+
.#{$el-css-prefix}-photo-alt:before { content: $el-var-photo-alt; }
|
390 |
+
.#{$el-css-prefix}-icon-photo:before,
|
391 |
+
.#{$el-css-prefix}-photo:before { content: $el-var-photo; }
|
392 |
+
.#{$el-css-prefix}-icon-picasa:before,
|
393 |
+
.#{$el-css-prefix}-picasa:before { content: $el-var-picasa; }
|
394 |
+
.#{$el-css-prefix}-icon-picture:before,
|
395 |
+
.#{$el-css-prefix}-picture:before { content: $el-var-picture; }
|
396 |
+
.#{$el-css-prefix}-icon-plane:before,
|
397 |
+
.#{$el-css-prefix}-plane:before { content: $el-var-plane; }
|
398 |
+
.#{$el-css-prefix}-icon-play-alt:before,
|
399 |
+
.#{$el-css-prefix}-play-alt:before { content: $el-var-play-alt; }
|
400 |
+
.#{$el-css-prefix}-icon-play-circle:before,
|
401 |
+
.#{$el-css-prefix}-play-circle:before { content: $el-var-play-circle; }
|
402 |
+
.#{$el-css-prefix}-icon-play:before,
|
403 |
+
.#{$el-css-prefix}-play:before { content: $el-var-play; }
|
404 |
+
.#{$el-css-prefix}-icon-plurk-alt:before,
|
405 |
+
.#{$el-css-prefix}-plurk-alt:before { content: $el-var-plurk-alt; }
|
406 |
+
.#{$el-css-prefix}-icon-plurk:before,
|
407 |
+
.#{$el-css-prefix}-plurk:before { content: $el-var-plurk; }
|
408 |
+
.#{$el-css-prefix}-icon-plus-sign:before,
|
409 |
+
.#{$el-css-prefix}-plus-sign:before { content: $el-var-plus-sign; }
|
410 |
+
.#{$el-css-prefix}-icon-plus:before,
|
411 |
+
.#{$el-css-prefix}-plus:before { content: $el-var-plus; }
|
412 |
+
.#{$el-css-prefix}-icon-podcast:before,
|
413 |
+
.#{$el-css-prefix}-podcast:before { content: $el-var-podcast; }
|
414 |
+
.#{$el-css-prefix}-icon-print:before,
|
415 |
+
.#{$el-css-prefix}-print:before { content: $el-var-print; }
|
416 |
+
.#{$el-css-prefix}-icon-puzzle:before,
|
417 |
+
.#{$el-css-prefix}-puzzle:before { content: $el-var-puzzle; }
|
418 |
+
.#{$el-css-prefix}-icon-qrcode:before,
|
419 |
+
.#{$el-css-prefix}-qrcode:before { content: $el-var-qrcode; }
|
420 |
+
.#{$el-css-prefix}-icon-question-sign:before,
|
421 |
+
.#{$el-css-prefix}-question-sign:before { content: $el-var-question-sign; }
|
422 |
+
.#{$el-css-prefix}-icon-question:before,
|
423 |
+
.#{$el-css-prefix}-question:before { content: $el-var-question; }
|
424 |
+
.#{$el-css-prefix}-icon-quote-alt:before,
|
425 |
+
.#{$el-css-prefix}-quote-alt:before { content: $el-var-quote-alt; }
|
426 |
+
.#{$el-css-prefix}-icon-quote-right-alt:before,
|
427 |
+
.#{$el-css-prefix}-quote-right-alt:before { content: $el-var-quote-right-alt; }
|
428 |
+
.#{$el-css-prefix}-icon-quote-right:before,
|
429 |
+
.#{$el-css-prefix}-quote-right:before { content: $el-var-quote-right; }
|
430 |
+
.#{$el-css-prefix}-icon-quotes:before,
|
431 |
+
.#{$el-css-prefix}-quotes:before { content: $el-var-quotes; }
|
432 |
+
.#{$el-css-prefix}-icon-random:before,
|
433 |
+
.#{$el-css-prefix}-random:before { content: $el-var-random; }
|
434 |
+
.#{$el-css-prefix}-icon-record:before,
|
435 |
+
.#{$el-css-prefix}-record:before { content: $el-var-record; }
|
436 |
+
.#{$el-css-prefix}-icon-reddit:before,
|
437 |
+
.#{$el-css-prefix}-reddit:before { content: $el-var-reddit; }
|
438 |
+
.#{$el-css-prefix}-icon-redux:before,
|
439 |
+
.#{$el-css-prefix}-redux:before { content: $el-var-redux; }
|
440 |
+
.#{$el-css-prefix}-icon-refresh:before,
|
441 |
+
.#{$el-css-prefix}-refresh:before { content: $el-var-refresh; }
|
442 |
+
.#{$el-css-prefix}-icon-remove-circle:before,
|
443 |
+
.#{$el-css-prefix}-remove-circle:before { content: $el-var-remove-circle; }
|
444 |
+
.#{$el-css-prefix}-icon-remove-sign:before,
|
445 |
+
.#{$el-css-prefix}-remove-sign:before { content: $el-var-remove-sign; }
|
446 |
+
.#{$el-css-prefix}-icon-remove:before,
|
447 |
+
.#{$el-css-prefix}-remove:before { content: $el-var-remove; }
|
448 |
+
.#{$el-css-prefix}-icon-repeat-alt:before,
|
449 |
+
.#{$el-css-prefix}-repeat-alt:before { content: $el-var-repeat-alt; }
|
450 |
+
.#{$el-css-prefix}-icon-repeat:before,
|
451 |
+
.#{$el-css-prefix}-repeat:before { content: $el-var-repeat; }
|
452 |
+
.#{$el-css-prefix}-icon-resize-full:before,
|
453 |
+
.#{$el-css-prefix}-resize-full:before { content: $el-var-resize-full; }
|
454 |
+
.#{$el-css-prefix}-icon-resize-horizontal:before,
|
455 |
+
.#{$el-css-prefix}-resize-horizontal:before { content: $el-var-resize-horizontal; }
|
456 |
+
.#{$el-css-prefix}-icon-resize-small:before,
|
457 |
+
.#{$el-css-prefix}-resize-small:before { content: $el-var-resize-small; }
|
458 |
+
.#{$el-css-prefix}-icon-resize-vertical:before,
|
459 |
+
.#{$el-css-prefix}-resize-vertical:before { content: $el-var-resize-vertical; }
|
460 |
+
.#{$el-css-prefix}-icon-return-key:before,
|
461 |
+
.#{$el-css-prefix}-return-key:before { content: $el-var-return-key; }
|
462 |
+
.#{$el-css-prefix}-icon-retweet:before,
|
463 |
+
.#{$el-css-prefix}-retweet:before { content: $el-var-retweet; }
|
464 |
+
.#{$el-css-prefix}-icon-reverse-alt:before,
|
465 |
+
.#{$el-css-prefix}-reverse-alt:before { content: $el-var-reverse-alt; }
|
466 |
+
.#{$el-css-prefix}-icon-road:before,
|
467 |
+
.#{$el-css-prefix}-road:before { content: $el-var-road; }
|
468 |
+
.#{$el-css-prefix}-icon-rss:before,
|
469 |
+
.#{$el-css-prefix}-rss:before { content: $el-var-rss; }
|
470 |
+
.#{$el-css-prefix}-icon-scissors:before,
|
471 |
+
.#{$el-css-prefix}-scissors:before { content: $el-var-scissors; }
|
472 |
+
.#{$el-css-prefix}-icon-screen-alt:before,
|
473 |
+
.#{$el-css-prefix}-screen-alt:before { content: $el-var-screen-alt; }
|
474 |
+
.#{$el-css-prefix}-icon-screen:before,
|
475 |
+
.#{$el-css-prefix}-screen:before { content: $el-var-screen; }
|
476 |
+
.#{$el-css-prefix}-icon-screenshot:before,
|
477 |
+
.#{$el-css-prefix}-screenshot:before { content: $el-var-screenshot; }
|
478 |
+
.#{$el-css-prefix}-icon-search-alt:before,
|
479 |
+
.#{$el-css-prefix}-search-alt:before { content: $el-var-search-alt; }
|
480 |
+
.#{$el-css-prefix}-icon-search:before,
|
481 |
+
.#{$el-css-prefix}-search:before { content: $el-var-search; }
|
482 |
+
.#{$el-css-prefix}-icon-share-alt:before,
|
483 |
+
.#{$el-css-prefix}-share-alt:before { content: $el-var-share-alt; }
|
484 |
+
.#{$el-css-prefix}-icon-share:before,
|
485 |
+
.#{$el-css-prefix}-share:before { content: $el-var-share; }
|
486 |
+
.#{$el-css-prefix}-icon-shopping-cart-sign:before,
|
487 |
+
.#{$el-css-prefix}-shopping-cart-sign:before { content: $el-var-shopping-cart-sign; }
|
488 |
+
.#{$el-css-prefix}-icon-shopping-cart:before,
|
489 |
+
.#{$el-css-prefix}-shopping-cart:before { content: $el-var-shopping-cart; }
|
490 |
+
.#{$el-css-prefix}-icon-shortcode:before,
|
491 |
+
.#{$el-css-prefix}-shortcode:before { content: $el-var-shortcode; }
|
492 |
+
.#{$el-css-prefix}-icon-signal:before,
|
493 |
+
.#{$el-css-prefix}-signal:before { content: $el-var-signal; }
|
494 |
+
.#{$el-css-prefix}-icon-skype:before,
|
495 |
+
.#{$el-css-prefix}-skype:before { content: $el-var-skype; }
|
496 |
+
.#{$el-css-prefix}-icon-slideshare:before,
|
497 |
+
.#{$el-css-prefix}-slideshare:before { content: $el-var-slideshare; }
|
498 |
+
.#{$el-css-prefix}-icon-smiley-alt:before,
|
499 |
+
.#{$el-css-prefix}-smiley-alt:before { content: $el-var-smiley-alt; }
|
500 |
+
.#{$el-css-prefix}-icon-smiley:before,
|
501 |
+
.#{$el-css-prefix}-smiley:before { content: $el-var-smiley; }
|
502 |
+
.#{$el-css-prefix}-icon-soundcloud:before,
|
503 |
+
.#{$el-css-prefix}-soundcloud:before { content: $el-var-soundcloud; }
|
504 |
+
.#{$el-css-prefix}-icon-speaker:before,
|
505 |
+
.#{$el-css-prefix}-speaker:before { content: $el-var-speaker; }
|
506 |
+
.#{$el-css-prefix}-icon-spotify:before,
|
507 |
+
.#{$el-css-prefix}-spotify:before { content: $el-var-spotify; }
|
508 |
+
.#{$el-css-prefix}-icon-stackoverflow:before,
|
509 |
+
.#{$el-css-prefix}-stackoverflow:before { content: $el-var-stackoverflow; }
|
510 |
+
.#{$el-css-prefix}-icon-star-alt:before,
|
511 |
+
.#{$el-css-prefix}-star-alt:before { content: $el-var-star-alt; }
|
512 |
+
.#{$el-css-prefix}-icon-star-empty:before,
|
513 |
+
.#{$el-css-prefix}-star-empty:before { content: $el-var-star-empty; }
|
514 |
+
.#{$el-css-prefix}-icon-star:before,
|
515 |
+
.#{$el-css-prefix}-star:before { content: $el-var-star; }
|
516 |
+
.#{$el-css-prefix}-icon-step-backward:before,
|
517 |
+
.#{$el-css-prefix}-step-backward:before { content: $el-var-step-backward; }
|
518 |
+
.#{$el-css-prefix}-icon-step-forward:before,
|
519 |
+
.#{$el-css-prefix}-step-forward:before { content: $el-var-step-forward; }
|
520 |
+
.#{$el-css-prefix}-icon-stop-alt:before,
|
521 |
+
.#{$el-css-prefix}-stop-alt:before { content: $el-var-stop-alt; }
|
522 |
+
.#{$el-css-prefix}-icon-stop:before,
|
523 |
+
.#{$el-css-prefix}-stop:before { content: $el-var-stop; }
|
524 |
+
.#{$el-css-prefix}-icon-stumbleupon:before,
|
525 |
+
.#{$el-css-prefix}-stumbleupon:before { content: $el-var-stumbleupon; }
|
526 |
+
.#{$el-css-prefix}-icon-tag:before,
|
527 |
+
.#{$el-css-prefix}-tag:before { content: $el-var-tag; }
|
528 |
+
.#{$el-css-prefix}-icon-tags:before,
|
529 |
+
.#{$el-css-prefix}-tags:before { content: $el-var-tags; }
|
530 |
+
.#{$el-css-prefix}-icon-tasks:before,
|
531 |
+
.#{$el-css-prefix}-tasks:before { content: $el-var-tasks; }
|
532 |
+
.#{$el-css-prefix}-icon-text-height:before,
|
533 |
+
.#{$el-css-prefix}-text-height:before { content: $el-var-text-height; }
|
534 |
+
.#{$el-css-prefix}-icon-text-width:before,
|
535 |
+
.#{$el-css-prefix}-text-width:before { content: $el-var-text-width; }
|
536 |
+
.#{$el-css-prefix}-icon-th-large:before,
|
537 |
+
.#{$el-css-prefix}-th-large:before { content: $el-var-th-large; }
|
538 |
+
.#{$el-css-prefix}-icon-th-list:before,
|
539 |
+
.#{$el-css-prefix}-th-list:before { content: $el-var-th-list; }
|
540 |
+
.#{$el-css-prefix}-icon-th:before,
|
541 |
+
.#{$el-css-prefix}-th:before { content: $el-var-th; }
|
542 |
+
.#{$el-css-prefix}-icon-thumbs-down:before,
|
543 |
+
.#{$el-css-prefix}-thumbs-down:before { content: $el-var-thumbs-down; }
|
544 |
+
.#{$el-css-prefix}-icon-thumbs-up:before,
|
545 |
+
.#{$el-css-prefix}-thumbs-up:before { content: $el-var-thumbs-up; }
|
546 |
+
.#{$el-css-prefix}-icon-time-alt:before,
|
547 |
+
.#{$el-css-prefix}-time-alt:before { content: $el-var-time-alt; }
|
548 |
+
.#{$el-css-prefix}-icon-time:before,
|
549 |
+
.#{$el-css-prefix}-time:before { content: $el-var-time; }
|
550 |
+
.#{$el-css-prefix}-icon-tint:before,
|
551 |
+
.#{$el-css-prefix}-tint:before { content: $el-var-tint; }
|
552 |
+
.#{$el-css-prefix}-icon-torso:before,
|
553 |
+
.#{$el-css-prefix}-torso:before { content: $el-var-torso; }
|
554 |
+
.#{$el-css-prefix}-icon-trash-alt:before,
|
555 |
+
.#{$el-css-prefix}-trash-alt:before { content: $el-var-trash-alt; }
|
556 |
+
.#{$el-css-prefix}-icon-trash:before,
|
557 |
+
.#{$el-css-prefix}-trash:before { content: $el-var-trash; }
|
558 |
+
.#{$el-css-prefix}-icon-tumblr:before,
|
559 |
+
.#{$el-css-prefix}-tumblr:before { content: $el-var-tumblr; }
|
560 |
+
.#{$el-css-prefix}-icon-twitter:before,
|
561 |
+
.#{$el-css-prefix}-twitter:before { content: $el-var-twitter; }
|
562 |
+
.#{$el-css-prefix}-icon-universal-access:before,
|
563 |
+
.#{$el-css-prefix}-universal-access:before { content: $el-var-universal-access; }
|
564 |
+
.#{$el-css-prefix}-icon-unlock-alt:before,
|
565 |
+
.#{$el-css-prefix}-unlock-alt:before { content: $el-var-unlock-alt; }
|
566 |
+
.#{$el-css-prefix}-icon-unlock:before,
|
567 |
+
.#{$el-css-prefix}-unlock:before { content: $el-var-unlock; }
|
568 |
+
.#{$el-css-prefix}-icon-upload:before,
|
569 |
+
.#{$el-css-prefix}-upload:before { content: $el-var-upload; }
|
570 |
+
.#{$el-css-prefix}-icon-usd:before,
|
571 |
+
.#{$el-css-prefix}-usd:before { content: $el-var-usd; }
|
572 |
+
.#{$el-css-prefix}-icon-user:before,
|
573 |
+
.#{$el-css-prefix}-user:before { content: $el-var-user; }
|
574 |
+
.#{$el-css-prefix}-icon-viadeo:before,
|
575 |
+
.#{$el-css-prefix}-viadeo:before { content: $el-var-viadeo; }
|
576 |
+
.#{$el-css-prefix}-icon-video-alt:before,
|
577 |
+
.#{$el-css-prefix}-video-alt:before { content: $el-var-video-alt; }
|
578 |
+
.#{$el-css-prefix}-icon-video-chat:before,
|
579 |
+
.#{$el-css-prefix}-video-chat:before { content: $el-var-video-chat; }
|
580 |
+
.#{$el-css-prefix}-icon-video:before,
|
581 |
+
.#{$el-css-prefix}-video:before { content: $el-var-video; }
|
582 |
+
.#{$el-css-prefix}-icon-view-mode:before,
|
583 |
+
.#{$el-css-prefix}-view-mode:before { content: $el-var-view-mode; }
|
584 |
+
.#{$el-css-prefix}-icon-vimeo:before,
|
585 |
+
.#{$el-css-prefix}-vimeo:before { content: $el-var-vimeo; }
|
586 |
+
.#{$el-css-prefix}-icon-vkontakte:before,
|
587 |
+
.#{$el-css-prefix}-vkontakte:before { content: $el-var-vkontakte; }
|
588 |
+
.#{$el-css-prefix}-icon-volume-down:before,
|
589 |
+
.#{$el-css-prefix}-volume-down:before { content: $el-var-volume-down; }
|
590 |
+
.#{$el-css-prefix}-icon-volume-off:before,
|
591 |
+
.#{$el-css-prefix}-volume-off:before { content: $el-var-volume-off; }
|
592 |
+
.#{$el-css-prefix}-icon-volume-up:before,
|
593 |
+
.#{$el-css-prefix}-volume-up:before { content: $el-var-volume-up; }
|
594 |
+
.#{$el-css-prefix}-icon-w3c:before,
|
595 |
+
.#{$el-css-prefix}-w3c:before { content: $el-var-w3c; }
|
596 |
+
.#{$el-css-prefix}-icon-warning-sign:before,
|
597 |
+
.#{$el-css-prefix}-warning-sign:before { content: $el-var-warning-sign; }
|
598 |
+
.#{$el-css-prefix}-icon-website-alt:before,
|
599 |
+
.#{$el-css-prefix}-website-alt:before { content: $el-var-website-alt; }
|
600 |
+
.#{$el-css-prefix}-icon-website:before,
|
601 |
+
.#{$el-css-prefix}-website:before { content: $el-var-website; }
|
602 |
+
.#{$el-css-prefix}-icon-wheelchair:before,
|
603 |
+
.#{$el-css-prefix}-wheelchair:before { content: $el-var-wheelchair; }
|
604 |
+
.#{$el-css-prefix}-icon-wordpress:before,
|
605 |
+
.#{$el-css-prefix}-wordpress:before { content: $el-var-wordpress; }
|
606 |
+
.#{$el-css-prefix}-icon-wrench-alt:before,
|
607 |
+
.#{$el-css-prefix}-wrench-alt:before { content: $el-var-wrench-alt; }
|
608 |
+
.#{$el-css-prefix}-icon-wrench:before,
|
609 |
+
.#{$el-css-prefix}-wrench:before { content: $el-var-wrench; }
|
610 |
+
.#{$el-css-prefix}-icon-youtube:before,
|
611 |
+
.#{$el-css-prefix}-youtube:before { content: $el-var-youtube; }
|
612 |
+
.#{$el-css-prefix}-icon-zoom-in:before,
|
613 |
+
.#{$el-css-prefix}-zoom-in:before { content: $el-var-zoom-in; }
|
614 |
+
.#{$el-css-prefix}-icon-zoom-out:before,
|
615 |
+
.#{$el-css-prefix}-zoom-out:before { content: $el-var-zoom-out; }
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_larger.scss
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Icon Sizes
|
2 |
+
// -------------------------
|
3 |
+
|
4 |
+
/* makes the font 33% larger relative to the icon container */
|
5 |
+
.#{$el-css-prefix}-lg {
|
6 |
+
font-size: (4em / 3);
|
7 |
+
line-height: (3em / 4);
|
8 |
+
vertical-align: -15%;
|
9 |
+
}
|
10 |
+
.#{$el-css-prefix}-2x { font-size: 2em; }
|
11 |
+
.#{$el-css-prefix}-3x { font-size: 3em; }
|
12 |
+
.#{$el-css-prefix}-4x { font-size: 4em; }
|
13 |
+
.#{$el-css-prefix}-5x { font-size: 5em; }
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_list.scss
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// List Icons
|
2 |
+
// -------------------------
|
3 |
+
|
4 |
+
.#{$el-css-prefix}-ul {
|
5 |
+
padding-left: 0;
|
6 |
+
margin-left: $el-li-width;
|
7 |
+
list-style-type: none;
|
8 |
+
> li { position: relative; }
|
9 |
+
}
|
10 |
+
.#{$el-css-prefix}-li {
|
11 |
+
position: absolute;
|
12 |
+
left: -$el-li-width;
|
13 |
+
width: $el-li-width;
|
14 |
+
top: (2em / 14);
|
15 |
+
text-align: center;
|
16 |
+
&.#{$el-css-prefix}-lg {
|
17 |
+
left: -$el-li-width + (4em / 14);
|
18 |
+
}
|
19 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_mixins.scss
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Mixins
|
2 |
+
// --------------------------
|
3 |
+
|
4 |
+
@mixin el-icon() {
|
5 |
+
display: inline-block;
|
6 |
+
font: normal normal normal #{$el-font-size-base}/1 'Elusive-Icons'; // shortening font declaration
|
7 |
+
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
8 |
+
text-rendering: auto; // optimizelegibility throws things off #1094
|
9 |
+
-webkit-font-smoothing: antialiased;
|
10 |
+
-moz-osx-font-smoothing: grayscale;
|
11 |
+
transform: translate(0, 0); // ensures no half-pixel rendering in firefox
|
12 |
+
|
13 |
+
}
|
14 |
+
|
15 |
+
@mixin el-icon-rotate($degrees, $rotation) {
|
16 |
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation});
|
17 |
+
-webkit-transform: rotate($degrees);
|
18 |
+
-ms-transform: rotate($degrees);
|
19 |
+
transform: rotate($degrees);
|
20 |
+
}
|
21 |
+
|
22 |
+
@mixin el-icon-flip($horiz, $vert, $rotation) {
|
23 |
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation});
|
24 |
+
-webkit-transform: scale($horiz, $vert);
|
25 |
+
-ms-transform: scale($horiz, $vert);
|
26 |
+
transform: scale($horiz, $vert);
|
27 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_path.scss
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* FONT PATH
|
2 |
+
* -------------------------- */
|
3 |
+
|
4 |
+
@font-face {
|
5 |
+
font-family: 'Elusive-Icons';
|
6 |
+
src: url('#{$el-font-path}/elusiveicons-webfont.eot?v=#{$el-version}');
|
7 |
+
src: url('#{$el-font-path}/elusiveicons-webfont.eot?#iefix&v=#{$el-version}') format('embedded-opentype'),
|
8 |
+
//url('#{$el-font-path}/elusiveicons-webfont.woff2?v=#{$el-version}') format('woff2'),
|
9 |
+
url('#{$el-font-path}/elusiveicons-webfont.woff?v=#{$el-version}') format('woff'),
|
10 |
+
url('#{$el-font-path}/elusiveicons-webfont.ttf?v=#{$el-version}') format('truetype'),
|
11 |
+
url('#{$el-font-path}/elusiveicons-webfont.svg?v=#{$el-version}#elusiveiconsregular') format('svg');
|
12 |
+
font-weight: normal;
|
13 |
+
font-style: normal;
|
14 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_rotated-flipped.scss
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Rotated & Flipped Icons
|
2 |
+
// -------------------------
|
3 |
+
|
4 |
+
.#{$el-css-prefix}-rotate-90 { @include el-icon-rotate(90deg, 1); }
|
5 |
+
.#{$el-css-prefix}-rotate-180 { @include el-icon-rotate(180deg, 2); }
|
6 |
+
.#{$el-css-prefix}-rotate-270 { @include el-icon-rotate(270deg, 3); }
|
7 |
+
|
8 |
+
.#{$el-css-prefix}-flip-horizontal { @include el-icon-flip(-1, 1, 0); }
|
9 |
+
.#{$el-css-prefix}-flip-vertical { @include el-icon-flip(1, -1, 2); }
|
10 |
+
|
11 |
+
// Hook for IE8-9
|
12 |
+
// -------------------------
|
13 |
+
|
14 |
+
:root .#{$el-css-prefix}-rotate-90,
|
15 |
+
:root .#{$el-css-prefix}-rotate-180,
|
16 |
+
:root .#{$el-css-prefix}-rotate-270,
|
17 |
+
:root .#{$el-css-prefix}-flip-horizontal,
|
18 |
+
:root .#{$el-css-prefix}-flip-vertical {
|
19 |
+
filter: none;
|
20 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_stacked.scss
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Stacked Icons
|
2 |
+
// -------------------------
|
3 |
+
|
4 |
+
.#{$el-css-prefix}-stack {
|
5 |
+
position: relative;
|
6 |
+
display: inline-block;
|
7 |
+
width: 2em;
|
8 |
+
height: 2em;
|
9 |
+
line-height: 2em;
|
10 |
+
vertical-align: middle;
|
11 |
+
}
|
12 |
+
.#{$el-css-prefix}-stack-1x, .#{$el-css-prefix}-stack-2x {
|
13 |
+
position: absolute;
|
14 |
+
left: 0;
|
15 |
+
width: 100%;
|
16 |
+
text-align: center;
|
17 |
+
}
|
18 |
+
.#{$el-css-prefix}-stack-1x { line-height: inherit; }
|
19 |
+
.#{$el-css-prefix}-stack-2x { font-size: 2em; }
|
20 |
+
.#{$el-css-prefix}-inverse { color: $el-inverse; }
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/_variables.scss
ADDED
@@ -0,0 +1,318 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// Variables
|
2 |
+
// --------------------------
|
3 |
+
|
4 |
+
$el-font-path: "fonts" !default;
|
5 |
+
$el-font-size-base: 14px !default;
|
6 |
+
$el-css-prefix: el !default;
|
7 |
+
$el-version: "2.0.0" !default;
|
8 |
+
$el-border-color: #eee !default;
|
9 |
+
$el-inverse: #fff !default;
|
10 |
+
$el-li-width: (30em / 14) !default;
|
11 |
+
|
12 |
+
$el-var-address-book: "\f102";
|
13 |
+
$el-var-address-book-alt: "\f101";
|
14 |
+
$el-var-adjust: "\f104";
|
15 |
+
$el-var-adjust-alt: "\f103";
|
16 |
+
$el-var-adult: "\f105";
|
17 |
+
$el-var-align-center: "\f106";
|
18 |
+
$el-var-align-justify: "\f107";
|
19 |
+
$el-var-align-left: "\f108";
|
20 |
+
$el-var-align-right: "\f109";
|
21 |
+
$el-var-arrow-down: "\f10a";
|
22 |
+
$el-var-arrow-left: "\f10b";
|
23 |
+
$el-var-arrow-right: "\f10c";
|
24 |
+
$el-var-arrow-up: "\f10d";
|
25 |
+
$el-var-asl: "\f10e";
|
26 |
+
$el-var-asterisk: "\f10f";
|
27 |
+
$el-var-backward: "\f110";
|
28 |
+
$el-var-ban-circle: "\f111";
|
29 |
+
$el-var-barcode: "\f112";
|
30 |
+
$el-var-behance: "\f113";
|
31 |
+
$el-var-bell: "\f114";
|
32 |
+
$el-var-blind: "\f115";
|
33 |
+
$el-var-blogger: "\f116";
|
34 |
+
$el-var-bold: "\f117";
|
35 |
+
$el-var-book: "\f118";
|
36 |
+
$el-var-bookmark: "\f11a";
|
37 |
+
$el-var-bookmark-empty: "\f119";
|
38 |
+
$el-var-brackets: "\f11b";
|
39 |
+
$el-var-braille: "\f11c";
|
40 |
+
$el-var-briefcase: "\f11d";
|
41 |
+
$el-var-broom: "\f11e";
|
42 |
+
$el-var-brush: "\f11f";
|
43 |
+
$el-var-bulb: "\f120";
|
44 |
+
$el-var-bullhorn: "\f121";
|
45 |
+
$el-var-calendar: "\f123";
|
46 |
+
$el-var-calendar-sign: "\f122";
|
47 |
+
$el-var-camera: "\f124";
|
48 |
+
$el-var-car: "\f125";
|
49 |
+
$el-var-caret-down: "\f126";
|
50 |
+
$el-var-caret-left: "\f127";
|
51 |
+
$el-var-caret-right: "\f128";
|
52 |
+
$el-var-caret-up: "\f129";
|
53 |
+
$el-var-cc: "\f12a";
|
54 |
+
$el-var-certificate: "\f12b";
|
55 |
+
$el-var-check: "\f12d";
|
56 |
+
$el-var-check-empty: "\f12c";
|
57 |
+
$el-var-chevron-down: "\f12e";
|
58 |
+
$el-var-chevron-left: "\f12f";
|
59 |
+
$el-var-chevron-right: "\f130";
|
60 |
+
$el-var-chevron-up: "\f131";
|
61 |
+
$el-var-child: "\f132";
|
62 |
+
$el-var-circle-arrow-down: "\f133";
|
63 |
+
$el-var-circle-arrow-left: "\f134";
|
64 |
+
$el-var-circle-arrow-right: "\f135";
|
65 |
+
$el-var-circle-arrow-up: "\f136";
|
66 |
+
$el-var-cloud: "\f138";
|
67 |
+
$el-var-cloud-alt: "\f137";
|
68 |
+
$el-var-cog: "\f13a";
|
69 |
+
$el-var-cog-alt: "\f139";
|
70 |
+
$el-var-cogs: "\f13b";
|
71 |
+
$el-var-comment: "\f13d";
|
72 |
+
$el-var-comment-alt: "\f13c";
|
73 |
+
$el-var-compass: "\f13f";
|
74 |
+
$el-var-compass-alt: "\f13e";
|
75 |
+
$el-var-credit-card: "\f140";
|
76 |
+
$el-var-css: "\f141";
|
77 |
+
$el-var-dashboard: "\f142";
|
78 |
+
$el-var-delicious: "\f143";
|
79 |
+
$el-var-deviantart: "\f144";
|
80 |
+
$el-var-digg: "\f145";
|
81 |
+
$el-var-download: "\f147";
|
82 |
+
$el-var-download-alt: "\f146";
|
83 |
+
$el-var-dribbble: "\f148";
|
84 |
+
$el-var-edit: "\f149";
|
85 |
+
$el-var-eject: "\f14a";
|
86 |
+
$el-var-envelope: "\f14c";
|
87 |
+
$el-var-envelope-alt: "\f14b";
|
88 |
+
$el-var-error: "\f14e";
|
89 |
+
$el-var-error-alt: "\f14d";
|
90 |
+
$el-var-eur: "\f14f";
|
91 |
+
$el-var-exclamation-sign: "\f150";
|
92 |
+
$el-var-eye-close: "\f151";
|
93 |
+
$el-var-eye-open: "\f152";
|
94 |
+
$el-var-facebook: "\f153";
|
95 |
+
$el-var-facetime-video: "\f154";
|
96 |
+
$el-var-fast-backward: "\f155";
|
97 |
+
$el-var-fast-forward: "\f156";
|
98 |
+
$el-var-female: "\f157";
|
99 |
+
$el-var-file: "\f15d";
|
100 |
+
$el-var-file-alt: "\f158";
|
101 |
+
$el-var-file-edit: "\f15a";
|
102 |
+
$el-var-file-edit-alt: "\f159";
|
103 |
+
$el-var-file-new: "\f15c";
|
104 |
+
$el-var-file-new-alt: "\f15b";
|
105 |
+
$el-var-film: "\f15e";
|
106 |
+
$el-var-filter: "\f15f";
|
107 |
+
$el-var-fire: "\f160";
|
108 |
+
$el-var-flag: "\f162";
|
109 |
+
$el-var-flag-alt: "\f161";
|
110 |
+
$el-var-flickr: "\f163";
|
111 |
+
$el-var-folder: "\f167";
|
112 |
+
$el-var-folder-close: "\f164";
|
113 |
+
$el-var-folder-open: "\f165";
|
114 |
+
$el-var-folder-sign: "\f166";
|
115 |
+
$el-var-font: "\f168";
|
116 |
+
$el-var-fontsize: "\f169";
|
117 |
+
$el-var-fork: "\f16a";
|
118 |
+
$el-var-forward: "\f16c";
|
119 |
+
$el-var-forward-alt: "\f16b";
|
120 |
+
$el-var-foursquare: "\f16d";
|
121 |
+
$el-var-friendfeed: "\f16f";
|
122 |
+
$el-var-friendfeed-rect: "\f16e";
|
123 |
+
$el-var-fullscreen: "\f170";
|
124 |
+
$el-var-gallery: "\f171";
|
125 |
+
$el-var-gbp: "\f172";
|
126 |
+
$el-var-gift: "\f173";
|
127 |
+
$el-var-github: "\f175";
|
128 |
+
$el-var-github-text: "\f174";
|
129 |
+
$el-var-glass: "\f176";
|
130 |
+
$el-var-glasses: "\f177";
|
131 |
+
$el-var-globe: "\f179";
|
132 |
+
$el-var-globe-alt: "\f178";
|
133 |
+
$el-var-googleplus: "\f17a";
|
134 |
+
$el-var-graph: "\f17c";
|
135 |
+
$el-var-graph-alt: "\f17b";
|
136 |
+
$el-var-group: "\f17e";
|
137 |
+
$el-var-group-alt: "\f17d";
|
138 |
+
$el-var-guidedog: "\f17f";
|
139 |
+
$el-var-hand-down: "\f180";
|
140 |
+
$el-var-hand-left: "\f181";
|
141 |
+
$el-var-hand-right: "\f182";
|
142 |
+
$el-var-hand-up: "\f183";
|
143 |
+
$el-var-hdd: "\f184";
|
144 |
+
$el-var-headphones: "\f185";
|
145 |
+
$el-var-hearing-impaired: "\f186";
|
146 |
+
$el-var-heart: "\f189";
|
147 |
+
$el-var-heart-alt: "\f187";
|
148 |
+
$el-var-heart-empty: "\f188";
|
149 |
+
$el-var-home: "\f18b";
|
150 |
+
$el-var-home-alt: "\f18a";
|
151 |
+
$el-var-hourglass: "\f18c";
|
152 |
+
$el-var-idea: "\f18e";
|
153 |
+
$el-var-idea-alt: "\f18d";
|
154 |
+
$el-var-inbox: "\f191";
|
155 |
+
$el-var-inbox-alt: "\f18f";
|
156 |
+
$el-var-inbox-box: "\f190";
|
157 |
+
$el-var-indent-left: "\f192";
|
158 |
+
$el-var-indent-right: "\f193";
|
159 |
+
$el-var-info-circle: "\f194";
|
160 |
+
$el-var-instagram: "\f195";
|
161 |
+
$el-var-iphone-home: "\f196";
|
162 |
+
$el-var-italic: "\f197";
|
163 |
+
$el-var-key: "\f198";
|
164 |
+
$el-var-laptop: "\f19a";
|
165 |
+
$el-var-laptop-alt: "\f199";
|
166 |
+
$el-var-lastfm: "\f19b";
|
167 |
+
$el-var-leaf: "\f19c";
|
168 |
+
$el-var-lines: "\f19d";
|
169 |
+
$el-var-link: "\f19e";
|
170 |
+
$el-var-linkedin: "\f19f";
|
171 |
+
$el-var-list: "\f1a1";
|
172 |
+
$el-var-list-alt: "\f1a0";
|
173 |
+
$el-var-livejournal: "\f1a2";
|
174 |
+
$el-var-lock: "\f1a4";
|
175 |
+
$el-var-lock-alt: "\f1a3";
|
176 |
+
$el-var-magic: "\f1a5";
|
177 |
+
$el-var-magnet: "\f1a6";
|
178 |
+
$el-var-male: "\f1a7";
|
179 |
+
$el-var-map-marker: "\f1a9";
|
180 |
+
$el-var-map-marker-alt: "\f1a8";
|
181 |
+
$el-var-mic: "\f1ab";
|
182 |
+
$el-var-mic-alt: "\f1aa";
|
183 |
+
$el-var-minus: "\f1ad";
|
184 |
+
$el-var-minus-sign: "\f1ac";
|
185 |
+
$el-var-move: "\f1ae";
|
186 |
+
$el-var-music: "\f1af";
|
187 |
+
$el-var-myspace: "\f1b0";
|
188 |
+
$el-var-network: "\f1b1";
|
189 |
+
$el-var-off: "\f1b2";
|
190 |
+
$el-var-ok: "\f1b5";
|
191 |
+
$el-var-ok-circle: "\f1b3";
|
192 |
+
$el-var-ok-sign: "\f1b4";
|
193 |
+
$el-var-opensource: "\f1b6";
|
194 |
+
$el-var-paper-clip: "\f1b8";
|
195 |
+
$el-var-paper-clip-alt: "\f1b7";
|
196 |
+
$el-var-path: "\f1b9";
|
197 |
+
$el-var-pause: "\f1bb";
|
198 |
+
$el-var-pause-alt: "\f1ba";
|
199 |
+
$el-var-pencil: "\f1bd";
|
200 |
+
$el-var-pencil-alt: "\f1bc";
|
201 |
+
$el-var-person: "\f1be";
|
202 |
+
$el-var-phone: "\f1c0";
|
203 |
+
$el-var-phone-alt: "\f1bf";
|
204 |
+
$el-var-photo: "\f1c2";
|
205 |
+
$el-var-photo-alt: "\f1c1";
|
206 |
+
$el-var-picasa: "\f1c3";
|
207 |
+
$el-var-picture: "\f1c4";
|
208 |
+
$el-var-plane: "\f1c5";
|
209 |
+
$el-var-play: "\f1c8";
|
210 |
+
$el-var-play-alt: "\f1c6";
|
211 |
+
$el-var-play-circle: "\f1c7";
|
212 |
+
$el-var-plurk: "\f1ca";
|
213 |
+
$el-var-plurk-alt: "\f1c9";
|
214 |
+
$el-var-plus: "\f1cc";
|
215 |
+
$el-var-plus-sign: "\f1cb";
|
216 |
+
$el-var-podcast: "\f1cd";
|
217 |
+
$el-var-print: "\f1ce";
|
218 |
+
$el-var-puzzle: "\f1cf";
|
219 |
+
$el-var-qrcode: "\f1d0";
|
220 |
+
$el-var-question: "\f1d2";
|
221 |
+
$el-var-question-sign: "\f1d1";
|
222 |
+
$el-var-quote-alt: "\f1d3";
|
223 |
+
$el-var-quote-right: "\f1d5";
|
224 |
+
$el-var-quote-right-alt: "\f1d4";
|
225 |
+
$el-var-quotes: "\f1d6";
|
226 |
+
$el-var-random: "\f1d7";
|
227 |
+
$el-var-record: "\f1d8";
|
228 |
+
$el-var-reddit: "\f1d9";
|
229 |
+
$el-var-redux: "\f1da";
|
230 |
+
$el-var-refresh: "\f1db";
|
231 |
+
$el-var-remove: "\f1de";
|
232 |
+
$el-var-remove-circle: "\f1dc";
|
233 |
+
$el-var-remove-sign: "\f1dd";
|
234 |
+
$el-var-repeat: "\f1e0";
|
235 |
+
$el-var-repeat-alt: "\f1df";
|
236 |
+
$el-var-resize-full: "\f1e1";
|
237 |
+
$el-var-resize-horizontal: "\f1e2";
|
238 |
+
$el-var-resize-small: "\f1e3";
|
239 |
+
$el-var-resize-vertical: "\f1e4";
|
240 |
+
$el-var-return-key: "\f1e5";
|
241 |
+
$el-var-retweet: "\f1e6";
|
242 |
+
$el-var-reverse-alt: "\f1e7";
|
243 |
+
$el-var-road: "\f1e8";
|
244 |
+
$el-var-rss: "\f1e9";
|
245 |
+
$el-var-scissors: "\f1ea";
|
246 |
+
$el-var-screen: "\f1ec";
|
247 |
+
$el-var-screen-alt: "\f1eb";
|
248 |
+
$el-var-screenshot: "\f1ed";
|
249 |
+
$el-var-search: "\f1ef";
|
250 |
+
$el-var-search-alt: "\f1ee";
|
251 |
+
$el-var-share: "\f1f1";
|
252 |
+
$el-var-share-alt: "\f1f0";
|
253 |
+
$el-var-shopping-cart: "\f1f3";
|
254 |
+
$el-var-shopping-cart-sign: "\f1f2";
|
255 |
+
$el-var-shortcode: "\f1f4";
|
256 |
+
$el-var-signal: "\f1f5";
|
257 |
+
$el-var-skype: "\f1f6";
|
258 |
+
$el-var-slideshare: "\f1f7";
|
259 |
+
$el-var-smiley: "\f1f9";
|
260 |
+
$el-var-smiley-alt: "\f1f8";
|
261 |
+
$el-var-soundcloud: "\f1fa";
|
262 |
+
$el-var-speaker: "\f1fb";
|
263 |
+
$el-var-spotify: "\f1fc";
|
264 |
+
$el-var-stackoverflow: "\f1fd";
|
265 |
+
$el-var-star: "\f200";
|
266 |
+
$el-var-star-alt: "\f1fe";
|
267 |
+
$el-var-star-empty: "\f1ff";
|
268 |
+
$el-var-step-backward: "\f201";
|
269 |
+
$el-var-step-forward: "\f202";
|
270 |
+
$el-var-stop: "\f204";
|
271 |
+
$el-var-stop-alt: "\f203";
|
272 |
+
$el-var-stumbleupon: "\f205";
|
273 |
+
$el-var-tag: "\f206";
|
274 |
+
$el-var-tags: "\f207";
|
275 |
+
$el-var-tasks: "\f208";
|
276 |
+
$el-var-text-height: "\f209";
|
277 |
+
$el-var-text-width: "\f20a";
|
278 |
+
$el-var-th: "\f20d";
|
279 |
+
$el-var-th-large: "\f20b";
|
280 |
+
$el-var-th-list: "\f20c";
|
281 |
+
$el-var-thumbs-down: "\f20e";
|
282 |
+
$el-var-thumbs-up: "\f20f";
|
283 |
+
$el-var-time: "\f211";
|
284 |
+
$el-var-time-alt: "\f210";
|
285 |
+
$el-var-tint: "\f212";
|
286 |
+
$el-var-torso: "\f213";
|
287 |
+
$el-var-trash: "\f215";
|
288 |
+
$el-var-trash-alt: "\f214";
|
289 |
+
$el-var-tumblr: "\f216";
|
290 |
+
$el-var-twitter: "\f217";
|
291 |
+
$el-var-universal-access: "\f218";
|
292 |
+
$el-var-unlock: "\f21a";
|
293 |
+
$el-var-unlock-alt: "\f219";
|
294 |
+
$el-var-upload: "\f21b";
|
295 |
+
$el-var-usd: "\f21c";
|
296 |
+
$el-var-user: "\f21d";
|
297 |
+
$el-var-viadeo: "\f21e";
|
298 |
+
$el-var-video: "\f221";
|
299 |
+
$el-var-video-alt: "\f21f";
|
300 |
+
$el-var-video-chat: "\f220";
|
301 |
+
$el-var-view-mode: "\f222";
|
302 |
+
$el-var-vimeo: "\f223";
|
303 |
+
$el-var-vkontakte: "\f224";
|
304 |
+
$el-var-volume-down: "\f225";
|
305 |
+
$el-var-volume-off: "\f226";
|
306 |
+
$el-var-volume-up: "\f227";
|
307 |
+
$el-var-w3c: "\f228";
|
308 |
+
$el-var-warning-sign: "\f229";
|
309 |
+
$el-var-website: "\f22b";
|
310 |
+
$el-var-website-alt: "\f22a";
|
311 |
+
$el-var-wheelchair: "\f22c";
|
312 |
+
$el-var-wordpress: "\f22d";
|
313 |
+
$el-var-wrench: "\f22f";
|
314 |
+
$el-var-wrench-alt: "\f22e";
|
315 |
+
$el-var-youtube: "\f230";
|
316 |
+
$el-var-zoom-in: "\f231";
|
317 |
+
$el-var-zoom-out: "\f232";
|
318 |
+
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Elusive Icons 2.0.0 by @ReduxFramework - http://elusiveicons.com - @reduxframework
|
3 |
+
* License - http://elusiveicons.com/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
+
*/@font-face{font-family:'Elusive-Icons';src:url("fonts/elusiveicons-webfont.eot?v=2.0.0");src:url("fonts/elusiveicons-webfont.eot?#iefix&v=2.0.0") format("embedded-opentype"),url("fonts/elusiveicons-webfont.woff?v=2.0.0") format("woff"),url("fonts/elusiveicons-webfont.ttf?v=2.0.0") format("truetype"),url("fonts/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular") format("svg");font-weight:normal;font-style:normal}.el{display:inline-block;font:normal normal normal 14px/1 "Elusive-Icons";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.el-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-15%}.el-2x{font-size:2em}.el-3x{font-size:3em}.el-4x{font-size:4em}.el-5x{font-size:5em}.el-fw{width:1.28571em;text-align:center}.el-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.el-ul>li{position:relative}.el-li{position:absolute;left:-2.14286em;width:2.14286em;top:0.14286em;text-align:center}.el-li.el-lg{left:-1.85714em}.el-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.el.pull-left{margin-right:.3em}.el.pull-right{margin-left:.3em}.el-spin{-webkit-animation:el-spin 2s infinite linear;animation:el-spin 2s infinite linear}.el-pulse{-webkit-animation:el-spin 1s infinite steps(8);animation:el-spin 1s infinite steps(8)}@-webkit-keyframes el-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes el-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.el-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.el-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.el-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.el-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.el-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .el-rotate-90,:root .el-rotate-180,:root .el-rotate-270,:root .el-flip-horizontal,:root .el-flip-vertical{filter:none}.el-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.el-stack-1x,.el-stack-2x{position:absolute;left:0;width:100%;text-align:center}.el-stack-1x{line-height:inherit}.el-stack-2x{font-size:2em}.el-inverse{color:#fff}.el-icon-address-book-alt:before,.el-address-book-alt:before{content:""}.el-icon-address-book:before,.el-address-book:before{content:""}.el-icon-adjust-alt:before,.el-adjust-alt:before{content:""}.el-icon-adjust:before,.el-adjust:before{content:""}.el-icon-adult:before,.el-adult:before{content:""}.el-icon-align-center:before,.el-align-center:before{content:""}.el-icon-align-justify:before,.el-align-justify:before{content:""}.el-icon-align-left:before,.el-align-left:before{content:""}.el-icon-align-right:before,.el-align-right:before{content:""}.el-icon-arrow-down:before,.el-arrow-down:before{content:""}.el-icon-arrow-left:before,.el-arrow-left:before{content:""}.el-icon-arrow-right:before,.el-arrow-right:before{content:""}.el-icon-arrow-up:before,.el-arrow-up:before{content:""}.el-icon-asl:before,.el-asl:before{content:""}.el-icon-asterisk:before,.el-asterisk:before{content:""}.el-icon-backward:before,.el-backward:before{content:""}.el-icon-ban-circle:before,.el-ban-circle:before{content:""}.el-icon-barcode:before,.el-barcode:before{content:""}.el-icon-behance:before,.el-behance:before{content:""}.el-icon-bell:before,.el-bell:before{content:""}.el-icon-blind:before,.el-blind:before{content:""}.el-icon-blogger:before,.el-blogger:before{content:""}.el-icon-bold:before,.el-bold:before{content:""}.el-icon-book:before,.el-book:before{content:""}.el-icon-bookmark-empty:before,.el-bookmark-empty:before{content:""}.el-icon-bookmark:before,.el-bookmark:before{content:""}.el-icon-brackets:before,.el-brackets:before{content:""}.el-icon-braille:before,.el-braille:before{content:""}.el-icon-briefcase:before,.el-briefcase:before{content:""}.el-icon-broom:before,.el-broom:before{content:""}.el-icon-brush:before,.el-brush:before{content:""}.el-icon-bulb:before,.el-bulb:before{content:""}.el-icon-bullhorn:before,.el-bullhorn:before{content:""}.el-icon-calendar-sign:before,.el-calendar-sign:before{content:""}.el-icon-calendar:before,.el-calendar:before{content:""}.el-icon-camera:before,.el-camera:before{content:""}.el-icon-car:before,.el-car:before{content:""}.el-icon-caret-down:before,.el-caret-down:before{content:""}.el-icon-caret-left:before,.el-caret-left:before{content:""}.el-icon-caret-right:before,.el-caret-right:before{content:""}.el-icon-caret-up:before,.el-caret-up:before{content:""}.el-icon-cc:before,.el-cc:before{content:""}.el-icon-certificate:before,.el-certificate:before{content:""}.el-icon-check-empty:before,.el-check-empty:before{content:""}.el-icon-check:before,.el-check:before{content:""}.el-icon-chevron-down:before,.el-chevron-down:before{content:""}.el-icon-chevron-left:before,.el-chevron-left:before{content:""}.el-icon-chevron-right:before,.el-chevron-right:before{content:""}.el-icon-chevron-up:before,.el-chevron-up:before{content:""}.el-icon-child:before,.el-child:before{content:""}.el-icon-circle-arrow-down:before,.el-circle-arrow-down:before{content:""}.el-icon-circle-arrow-left:before,.el-circle-arrow-left:before{content:""}.el-icon-circle-arrow-right:before,.el-circle-arrow-right:before{content:""}.el-icon-circle-arrow-up:before,.el-circle-arrow-up:before{content:""}.el-icon-cloud-alt:before,.el-cloud-alt:before{content:""}.el-icon-cloud:before,.el-cloud:before{content:""}.el-icon-cog-alt:before,.el-cog-alt:before{content:""}.el-icon-cog:before,.el-cog:before{content:""}.el-icon-cogs:before,.el-cogs:before{content:""}.el-icon-comment-alt:before,.el-comment-alt:before{content:""}.el-icon-comment:before,.el-comment:before{content:""}.el-icon-compass-alt:before,.el-compass-alt:before{content:""}.el-icon-compass:before,.el-compass:before{content:""}.el-icon-credit-card:before,.el-credit-card:before{content:""}.el-icon-css:before,.el-css:before{content:""}.el-icon-dashboard:before,.el-dashboard:before{content:""}.el-icon-delicious:before,.el-delicious:before{content:""}.el-icon-deviantart:before,.el-deviantart:before{content:""}.el-icon-digg:before,.el-digg:before{content:""}.el-icon-download-alt:before,.el-download-alt:before{content:""}.el-icon-download:before,.el-download:before{content:""}.el-icon-dribbble:before,.el-dribbble:before{content:""}.el-icon-edit:before,.el-edit:before{content:""}.el-icon-eject:before,.el-eject:before{content:""}.el-icon-envelope-alt:before,.el-envelope-alt:before{content:""}.el-icon-envelope:before,.el-envelope:before{content:""}.el-icon-error-alt:before,.el-error-alt:before{content:""}.el-icon-error:before,.el-error:before{content:""}.el-icon-eur:before,.el-eur:before{content:""}.el-icon-exclamation-sign:before,.el-exclamation-sign:before{content:""}.el-icon-eye-close:before,.el-eye-close:before{content:""}.el-icon-eye-open:before,.el-eye-open:before{content:""}.el-icon-facebook:before,.el-facebook:before{content:""}.el-icon-facetime-video:before,.el-facetime-video:before{content:""}.el-icon-fast-backward:before,.el-fast-backward:before{content:""}.el-icon-fast-forward:before,.el-fast-forward:before{content:""}.el-icon-female:before,.el-female:before{content:""}.el-icon-file-alt:before,.el-file-alt:before{content:""}.el-icon-file-edit-alt:before,.el-file-edit-alt:before{content:""}.el-icon-file-edit:before,.el-file-edit:before{content:""}.el-icon-file-new-alt:before,.el-file-new-alt:before{content:""}.el-icon-file-new:before,.el-file-new:before{content:""}.el-icon-file:before,.el-file:before{content:""}.el-icon-film:before,.el-film:before{content:""}.el-icon-filter:before,.el-filter:before{content:""}.el-icon-fire:before,.el-fire:before{content:""}.el-icon-flag-alt:before,.el-flag-alt:before{content:""}.el-icon-flag:before,.el-flag:before{content:""}.el-icon-flickr:before,.el-flickr:before{content:""}.el-icon-folder-close:before,.el-folder-close:before{content:""}.el-icon-folder-open:before,.el-folder-open:before{content:""}.el-icon-folder-sign:before,.el-folder-sign:before{content:""}.el-icon-folder:before,.el-folder:before{content:""}.el-icon-font:before,.el-font:before{content:""}.el-icon-fontsize:before,.el-fontsize:before{content:""}.el-icon-fork:before,.el-fork:before{content:""}.el-icon-forward-alt:before,.el-forward-alt:before{content:""}.el-icon-forward:before,.el-forward:before{content:""}.el-icon-foursquare:before,.el-foursquare:before{content:""}.el-icon-friendfeed-rect:before,.el-friendfeed-rect:before{content:""}.el-icon-friendfeed:before,.el-friendfeed:before{content:""}.el-icon-fullscreen:before,.el-fullscreen:before{content:""}.el-icon-gallery:before,.el-gallery:before{content:""}.el-icon-gbp:before,.el-gbp:before{content:""}.el-icon-gift:before,.el-gift:before{content:""}.el-icon-github-text:before,.el-github-text:before{content:""}.el-icon-github:before,.el-github:before{content:""}.el-icon-glass:before,.el-glass:before{content:""}.el-icon-glasses:before,.el-glasses:before{content:""}.el-icon-globe-alt:before,.el-globe-alt:before{content:""}.el-icon-globe:before,.el-globe:before{content:""}.el-icon-googleplus:before,.el-googleplus:before{content:""}.el-icon-graph-alt:before,.el-graph-alt:before{content:""}.el-icon-graph:before,.el-graph:before{content:""}.el-icon-group-alt:before,.el-group-alt:before{content:""}.el-icon-group:before,.el-group:before{content:""}.el-icon-guidedog:before,.el-guidedog:before{content:""}.el-icon-hand-down:before,.el-hand-down:before{content:""}.el-icon-hand-left:before,.el-hand-left:before{content:""}.el-icon-hand-right:before,.el-hand-right:before{content:""}.el-icon-hand-up:before,.el-hand-up:before{content:""}.el-icon-hdd:before,.el-hdd:before{content:""}.el-icon-headphones:before,.el-headphones:before{content:""}.el-icon-hearing-impaired:before,.el-hearing-impaired:before{content:""}.el-icon-heart-alt:before,.el-heart-alt:before{content:""}.el-icon-heart-empty:before,.el-heart-empty:before{content:""}.el-icon-heart:before,.el-heart:before{content:""}.el-icon-home-alt:before,.el-home-alt:before{content:""}.el-icon-home:before,.el-home:before{content:""}.el-icon-hourglass:before,.el-hourglass:before{content:""}.el-icon-idea-alt:before,.el-idea-alt:before{content:""}.el-icon-idea:before,.el-idea:before{content:""}.el-icon-inbox-alt:before,.el-inbox-alt:before{content:""}.el-icon-inbox-box:before,.el-inbox-box:before{content:""}.el-icon-inbox:before,.el-inbox:before{content:""}.el-icon-indent-left:before,.el-indent-left:before{content:""}.el-icon-indent-right:before,.el-indent-right:before{content:""}.el-icon-info-circle:before,.el-info-circle:before{content:""}.el-icon-instagram:before,.el-instagram:before{content:""}.el-icon-iphone-home:before,.el-iphone-home:before{content:""}.el-icon-italic:before,.el-italic:before{content:""}.el-icon-key:before,.el-key:before{content:""}.el-icon-laptop-alt:before,.el-laptop-alt:before{content:""}.el-icon-laptop:before,.el-laptop:before{content:""}.el-icon-lastfm:before,.el-lastfm:before{content:""}.el-icon-leaf:before,.el-leaf:before{content:""}.el-icon-lines:before,.el-lines:before{content:""}.el-icon-link:before,.el-link:before{content:""}.el-icon-linkedin:before,.el-linkedin:before{content:""}.el-icon-list-alt:before,.el-list-alt:before{content:""}.el-icon-list:before,.el-list:before{content:""}.el-icon-livejournal:before,.el-livejournal:before{content:""}.el-icon-lock-alt:before,.el-lock-alt:before{content:""}.el-icon-lock:before,.el-lock:before{content:""}.el-icon-magic:before,.el-magic:before{content:""}.el-icon-magnet:before,.el-magnet:before{content:""}.el-icon-male:before,.el-male:before{content:""}.el-icon-map-marker-alt:before,.el-map-marker-alt:before{content:""}.el-icon-map-marker:before,.el-map-marker:before{content:""}.el-icon-mic-alt:before,.el-mic-alt:before{content:""}.el-icon-mic:before,.el-mic:before{content:""}.el-icon-minus-sign:before,.el-minus-sign:before{content:""}.el-icon-minus:before,.el-minus:before{content:""}.el-icon-move:before,.el-move:before{content:""}.el-icon-music:before,.el-music:before{content:""}.el-icon-myspace:before,.el-myspace:before{content:""}.el-icon-network:before,.el-network:before{content:""}.el-icon-off:before,.el-off:before{content:""}.el-icon-ok-circle:before,.el-ok-circle:before{content:""}.el-icon-ok-sign:before,.el-ok-sign:before{content:""}.el-icon-ok:before,.el-ok:before{content:""}.el-icon-opensource:before,.el-opensource:before{content:""}.el-icon-paper-clip-alt:before,.el-paper-clip-alt:before{content:""}.el-icon-paper-clip:before,.el-paper-clip:before{content:""}.el-icon-path:before,.el-path:before{content:""}.el-icon-pause-alt:before,.el-pause-alt:before{content:""}.el-icon-pause:before,.el-pause:before{content:""}.el-icon-pencil-alt:before,.el-pencil-alt:before{content:""}.el-icon-pencil:before,.el-pencil:before{content:""}.el-icon-person:before,.el-person:before{content:""}.el-icon-phone-alt:before,.el-phone-alt:before{content:""}.el-icon-phone:before,.el-phone:before{content:""}.el-icon-photo-alt:before,.el-photo-alt:before{content:""}.el-icon-photo:before,.el-photo:before{content:""}.el-icon-picasa:before,.el-picasa:before{content:""}.el-icon-picture:before,.el-picture:before{content:""}.el-icon-plane:before,.el-plane:before{content:""}.el-icon-play-alt:before,.el-play-alt:before{content:""}.el-icon-play-circle:before,.el-play-circle:before{content:""}.el-icon-play:before,.el-play:before{content:""}.el-icon-plurk-alt:before,.el-plurk-alt:before{content:""}.el-icon-plurk:before,.el-plurk:before{content:""}.el-icon-plus-sign:before,.el-plus-sign:before{content:""}.el-icon-plus:before,.el-plus:before{content:""}.el-icon-podcast:before,.el-podcast:before{content:""}.el-icon-print:before,.el-print:before{content:""}.el-icon-puzzle:before,.el-puzzle:before{content:""}.el-icon-qrcode:before,.el-qrcode:before{content:""}.el-icon-question-sign:before,.el-question-sign:before{content:""}.el-icon-question:before,.el-question:before{content:""}.el-icon-quote-alt:before,.el-quote-alt:before{content:""}.el-icon-quote-right-alt:before,.el-quote-right-alt:before{content:""}.el-icon-quote-right:before,.el-quote-right:before{content:""}.el-icon-quotes:before,.el-quotes:before{content:""}.el-icon-random:before,.el-random:before{content:""}.el-icon-record:before,.el-record:before{content:""}.el-icon-reddit:before,.el-reddit:before{content:""}.el-icon-redux:before,.el-redux:before{content:""}.el-icon-refresh:before,.el-refresh:before{content:""}.el-icon-remove-circle:before,.el-remove-circle:before{content:""}.el-icon-remove-sign:before,.el-remove-sign:before{content:""}.el-icon-remove:before,.el-remove:before{content:""}.el-icon-repeat-alt:before,.el-repeat-alt:before{content:""}.el-icon-repeat:before,.el-repeat:before{content:""}.el-icon-resize-full:before,.el-resize-full:before{content:""}.el-icon-resize-horizontal:before,.el-resize-horizontal:before{content:""}.el-icon-resize-small:before,.el-resize-small:before{content:""}.el-icon-resize-vertical:before,.el-resize-vertical:before{content:""}.el-icon-return-key:before,.el-return-key:before{content:""}.el-icon-retweet:before,.el-retweet:before{content:""}.el-icon-reverse-alt:before,.el-reverse-alt:before{content:""}.el-icon-road:before,.el-road:before{content:""}.el-icon-rss:before,.el-rss:before{content:""}.el-icon-scissors:before,.el-scissors:before{content:""}.el-icon-screen-alt:before,.el-screen-alt:before{content:""}.el-icon-screen:before,.el-screen:before{content:""}.el-icon-screenshot:before,.el-screenshot:before{content:""}.el-icon-search-alt:before,.el-search-alt:before{content:""}.el-icon-search:before,.el-search:before{content:""}.el-icon-share-alt:before,.el-share-alt:before{content:""}.el-icon-share:before,.el-share:before{content:""}.el-icon-shopping-cart-sign:before,.el-shopping-cart-sign:before{content:""}.el-icon-shopping-cart:before,.el-shopping-cart:before{content:""}.el-icon-shortcode:before,.el-shortcode:before{content:""}.el-icon-signal:before,.el-signal:before{content:""}.el-icon-skype:before,.el-skype:before{content:""}.el-icon-slideshare:before,.el-slideshare:before{content:""}.el-icon-smiley-alt:before,.el-smiley-alt:before{content:""}.el-icon-smiley:before,.el-smiley:before{content:""}.el-icon-soundcloud:before,.el-soundcloud:before{content:""}.el-icon-speaker:before,.el-speaker:before{content:""}.el-icon-spotify:before,.el-spotify:before{content:""}.el-icon-stackoverflow:before,.el-stackoverflow:before{content:""}.el-icon-star-alt:before,.el-star-alt:before{content:""}.el-icon-star-empty:before,.el-star-empty:before{content:""}.el-icon-star:before,.el-star:before{content:""}.el-icon-step-backward:before,.el-step-backward:before{content:""}.el-icon-step-forward:before,.el-step-forward:before{content:""}.el-icon-stop-alt:before,.el-stop-alt:before{content:""}.el-icon-stop:before,.el-stop:before{content:""}.el-icon-stumbleupon:before,.el-stumbleupon:before{content:""}.el-icon-tag:before,.el-tag:before{content:""}.el-icon-tags:before,.el-tags:before{content:""}.el-icon-tasks:before,.el-tasks:before{content:""}.el-icon-text-height:before,.el-text-height:before{content:""}.el-icon-text-width:before,.el-text-width:before{content:""}.el-icon-th-large:before,.el-th-large:before{content:""}.el-icon-th-list:before,.el-th-list:before{content:""}.el-icon-th:before,.el-th:before{content:""}.el-icon-thumbs-down:before,.el-thumbs-down:before{content:""}.el-icon-thumbs-up:before,.el-thumbs-up:before{content:""}.el-icon-time-alt:before,.el-time-alt:before{content:""}.el-icon-time:before,.el-time:before{content:""}.el-icon-tint:before,.el-tint:before{content:""}.el-icon-torso:before,.el-torso:before{content:""}.el-icon-trash-alt:before,.el-trash-alt:before{content:""}.el-icon-trash:before,.el-trash:before{content:""}.el-icon-tumblr:before,.el-tumblr:before{content:""}.el-icon-twitter:before,.el-twitter:before{content:""}.el-icon-universal-access:before,.el-universal-access:before{content:""}.el-icon-unlock-alt:before,.el-unlock-alt:before{content:""}.el-icon-unlock:before,.el-unlock:before{content:""}.el-icon-upload:before,.el-upload:before{content:""}.el-icon-usd:before,.el-usd:before{content:""}.el-icon-user:before,.el-user:before{content:""}.el-icon-viadeo:before,.el-viadeo:before{content:""}.el-icon-video-alt:before,.el-video-alt:before{content:""}.el-icon-video-chat:before,.el-video-chat:before{content:""}.el-icon-video:before,.el-video:before{content:""}.el-icon-view-mode:before,.el-view-mode:before{content:""}.el-icon-vimeo:before,.el-vimeo:before{content:""}.el-icon-vkontakte:before,.el-vkontakte:before{content:""}.el-icon-volume-down:before,.el-volume-down:before{content:""}.el-icon-volume-off:before,.el-volume-off:before{content:""}.el-icon-volume-up:before,.el-volume-up:before{content:""}.el-icon-w3c:before,.el-w3c:before{content:""}.el-icon-warning-sign:before,.el-warning-sign:before{content:""}.el-icon-website-alt:before,.el-website-alt:before{content:""}.el-icon-website:before,.el-website:before{content:""}.el-icon-wheelchair:before,.el-wheelchair:before{content:""}.el-icon-wordpress:before,.el-wordpress:before{content:""}.el-icon-wrench-alt:before,.el-wrench-alt:before{content:""}.el-icon-wrench:before,.el-wrench:before{content:""}.el-icon-youtube:before,.el-youtube:before{content:""}.el-icon-zoom-in:before,.el-zoom-in:before{content:""}.el-icon-zoom-out:before,.el-zoom-out:before{content:""}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.css.map
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": 3,
|
3 |
+
"mappings": "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",
|
4 |
+
"sources": ["_path.scss","_core.scss","_larger.scss","_fixed-width.scss","_list.scss","_variables.scss","_bordered-pulled.scss","_animated.scss","_rotated-flipped.scss","_mixins.scss","_stacked.scss","_icons.scss"],
|
5 |
+
"names": [],
|
6 |
+
"file": "elusive-icons.css"
|
7 |
+
}
|
options/redux-framework/assets/css/vendor/elusive-icons/scss/elusive-icons.scss
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Elusive Icons 2.0.0 by @ReduxFramework - http://elusiveicons.com - @reduxframework
|
3 |
+
* License - http://elusiveicons.com/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
+
*/
|
5 |
+
|
6 |
+
@import "variables";
|
7 |
+
@import "mixins";
|
8 |
+
@import "path";
|
9 |
+
@import "core";
|
10 |
+
@import "larger";
|
11 |
+
@import "fixed-width";
|
12 |
+
@import "list";
|
13 |
+
@import "bordered-pulled";
|
14 |
+
@import "animated";
|
15 |
+
@import "rotated-flipped";
|
16 |
+
@import "stacked";
|
17 |
+
@import "icons";
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_222222_256x240.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_2e83ff_256x240.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_454545_256x240.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_888888_256x240.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_cd0a0a_256x240.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_f6cf3b_256x240.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png
ADDED
Binary file
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.css
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* jQuery UI Bootstrap (0.5)
|
3 |
+
* http://addyosmani.github.com/jquery-ui-bootstrap
|
4 |
+
*
|
5 |
+
* Copyright 2012 - 2013, Addy Osmani
|
6 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
7 |
+
*
|
8 |
+
* Portions copyright jQuery UI & Twitter Bootstrap
|
9 |
+
*/.redux-container .ui-state-disabled,.control-section-redux .ui-state-disabled,.control-panel-redux .ui-state-disabled,.redux-metabox .ui-state-disabled{cursor:default !important}.redux-container .ui-icon,.control-section-redux .ui-icon,.control-panel-redux .ui-icon,.redux-metabox .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.redux-container .ui-widget-content,.control-section-redux .ui-widget-content,.control-panel-redux .ui-widget-content,.redux-metabox .ui-widget-content{border:1px solid #aaaaaa;background:#fff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;color:#404040}.redux-container .ui-widget-header,.control-section-redux .ui-widget-header,.control-panel-redux .ui-widget-header,.redux-metabox .ui-widget-header{font-weight:bold;border-color:#0064cd #0064cd #003f81;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border:1px solid #666}.redux-container .ui-widget-header a,.control-section-redux .ui-widget-header a,.control-panel-redux .ui-widget-header a,.redux-metabox .ui-widget-header a{color:#222222}.redux-container .ui-state-default,.redux-container .ui-widget-content .ui-state-default,.redux-container .ui-widget-header .ui-state-default,.control-section-redux .ui-state-default,.control-section-redux .ui-widget-content .ui-state-default,.control-section-redux .ui-widget-header .ui-state-default,.control-panel-redux .ui-state-default,.control-panel-redux .ui-widget-content .ui-state-default,.control-panel-redux .ui-widget-header .ui-state-default,.redux-metabox .ui-state-default,.redux-metabox .ui-widget-content .ui-state-default,.redux-metabox .ui-widget-header .ui-state-default{background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));background-image:-webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);background-image:-ms-linear-gradient(#fff, #fff 25%, #e6e6e6);background-image:-o-linear-gradient(#fff, #fff 25%, #e6e6e6);background-image:linear-gradient(#fff, #fff 25%, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);text-shadow:0 1px 1px rgba(255,255,255,0.75);color:#333;font-size:13px;line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-webkit-transition:0.1s linear background-image;-moz-transition:0.1s linear background-image;-ms-transition:0.1s linear background-image;-o-transition:0.1s linear background-image;transition:0.1s linear background-image;overflow:visible}.redux-container .ui-state-default a,.redux-container .ui-state-default a:link,.redux-container .ui-state-default a:visited,.control-section-redux .ui-state-default a,.control-section-redux .ui-state-default a:link,.control-section-redux .ui-state-default a:visited,.control-panel-redux .ui-state-default a,.control-panel-redux .ui-state-default a:link,.control-panel-redux .ui-state-default a:visited,.redux-metabox .ui-state-default a,.redux-metabox .ui-state-default a:link,.redux-metabox .ui-state-default a:visited{color:#555555;text-decoration:none}.redux-container .ui-state-hover,.redux-container .ui-widget-content .ui-state-hover,.redux-container .ui-widget-header .ui-state-hover,.redux-container .ui-state-focus,.redux-container .ui-widget-content .ui-state-focus,.redux-container .ui-widget-header .ui-state-focus,.control-section-redux .ui-state-hover,.control-section-redux .ui-widget-content .ui-state-hover,.control-section-redux .ui-widget-header .ui-state-hover,.control-section-redux .ui-state-focus,.control-section-redux .ui-widget-content .ui-state-focus,.control-section-redux .ui-widget-header .ui-state-focus,.control-panel-redux .ui-state-hover,.control-panel-redux .ui-widget-content .ui-state-hover,.control-panel-redux .ui-widget-header .ui-state-hover,.control-panel-redux .ui-state-focus,.control-panel-redux .ui-widget-content .ui-state-focus,.control-panel-redux .ui-widget-header .ui-state-focus,.redux-metabox .ui-state-hover,.redux-metabox .ui-widget-content .ui-state-hover,.redux-metabox .ui-widget-header .ui-state-hover,.redux-metabox .ui-state-focus,.redux-metabox .ui-widget-content .ui-state-focus,.redux-metabox .ui-widget-header .ui-state-focus{background-position:0 -15px;color:#333;text-decoration:none}.redux-container .ui-state-hover a,.redux-container .ui-state-hover a:hover,.redux-container .ui-state-hover a:link,.redux-container .ui-state-hover a:visited,.control-section-redux .ui-state-hover a,.control-section-redux .ui-state-hover a:hover,.control-section-redux .ui-state-hover a:link,.control-section-redux .ui-state-hover a:visited,.control-panel-redux .ui-state-hover a,.control-panel-redux .ui-state-hover a:hover,.control-panel-redux .ui-state-hover a:link,.control-panel-redux .ui-state-hover a:visited,.redux-metabox .ui-state-hover a,.redux-metabox .ui-state-hover a:hover,.redux-metabox .ui-state-hover a:link,.redux-metabox .ui-state-hover a:visited{color:#212121;text-decoration:none}.redux-container .ui-state-active,.redux-container .ui-widget-content .ui-state-active,.redux-container .ui-widget-header .ui-state-active,.control-section-redux .ui-state-active,.control-section-redux .ui-widget-content .ui-state-active,.control-section-redux .ui-widget-header .ui-state-active,.control-panel-redux .ui-state-active,.control-panel-redux .ui-widget-content .ui-state-active,.control-panel-redux .ui-widget-header .ui-state-active,.redux-metabox .ui-state-active,.redux-metabox .ui-widget-content .ui-state-active,.redux-metabox .ui-widget-header .ui-state-active{border:1px solid #aaaaaa;font-weight:normal;color:#212121}.redux-container .ui-state-active a,.redux-container .ui-state-active a:link,.redux-container .ui-state-active a:visited,.control-section-redux .ui-state-active a,.control-section-redux .ui-state-active a:link,.control-section-redux .ui-state-active a:visited,.control-panel-redux .ui-state-active a,.control-panel-redux .ui-state-active a:link,.control-panel-redux .ui-state-active a:visited,.redux-metabox .ui-state-active a,.redux-metabox .ui-state-active a:link,.redux-metabox .ui-state-active a:visited{color:#212121;text-decoration:none}.redux-container .ui-widget :active,.control-section-redux .ui-widget :active,.control-panel-redux .ui-widget :active,.redux-metabox .ui-widget :active{outline:none}.redux-container .ui-state-highlight p,.redux-container .ui-state-error p,.redux-container .ui-state-default p,.control-section-redux .ui-state-highlight p,.control-section-redux .ui-state-error p,.control-section-redux .ui-state-default p,.control-panel-redux .ui-state-highlight p,.control-panel-redux .ui-state-error p,.control-panel-redux .ui-state-default p,.redux-metabox .ui-state-highlight p,.redux-metabox .ui-state-error p,.redux-metabox .ui-state-default p{font-size:13px;font-weight:normal;line-height:18px;margin:7px 15px}.redux-container .ui-state-highlight,.redux-container .ui-widget-content .ui-state-highlight,.redux-container .ui-widget-header .ui-state-highlight,.control-section-redux .ui-state-highlight,.control-section-redux .ui-widget-content .ui-state-highlight,.control-section-redux .ui-widget-header .ui-state-highlight,.control-panel-redux .ui-state-highlight,.control-panel-redux .ui-widget-content .ui-state-highlight,.control-panel-redux .ui-widget-header .ui-state-highlight,.redux-metabox .ui-state-highlight,.redux-metabox .ui-widget-content .ui-state-highlight,.redux-metabox .ui-widget-header .ui-state-highlight{position:relative;margin-bottom:18px;color:#404040;background-color:#eedc94;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));background-image:-moz-linear-gradient(top, #fceec1, #eedc94);background-image:-ms-linear-gradient(top, #fceec1, #eedc94);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));background-image:-webkit-linear-gradient(top, #fceec1, #eedc94);background-image:-o-linear-gradient(top, #fceec1, #eedc94);background-image:linear-gradient(top, #fceec1, #eedc94);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#eedc94 #eedc94 #e4c652;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);text-shadow:0 1px 0 rgba(255,255,255,0.5);border-width:1px;border-style:solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25)}.redux-container .ui-state-highlight a,.redux-container .ui-widget-content .ui-state-highlight a,.redux-container .ui-widget-header .ui-state-highlight a,.control-section-redux .ui-state-highlight a,.control-section-redux .ui-widget-content .ui-state-highlight a,.control-section-redux .ui-widget-header .ui-state-highlight a,.control-panel-redux .ui-state-highlight a,.control-panel-redux .ui-widget-content .ui-state-highlight a,.control-panel-redux .ui-widget-header .ui-state-highlight a,.redux-metabox .ui-state-highlight a,.redux-metabox .ui-widget-content .ui-state-highlight a,.redux-metabox .ui-widget-header .ui-state-highlight a{color:#363636}.redux-container .ui-state-error,.redux-container .ui-widget-content .ui-state-error,.redux-container .ui-widget-header .ui-state-error,.control-section-redux .ui-state-error,.control-section-redux .ui-widget-content .ui-state-error,.control-section-redux .ui-widget-header .ui-state-error,.control-panel-redux .ui-state-error,.control-panel-redux .ui-widget-content .ui-state-error,.control-panel-redux .ui-widget-header .ui-state-error,.redux-metabox .ui-state-error,.redux-metabox .ui-widget-content .ui-state-error,.redux-metabox .ui-widget-header .ui-state-error{position:relative;margin-bottom:18px;color:#ffffff;border-width:1px;border-style:solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.redux-container .ui-state-error a,.redux-container .ui-widget-content .ui-state-error a,.redux-container .ui-widget-header .ui-state-error a,.control-section-redux .ui-state-error a,.control-section-redux .ui-widget-content .ui-state-error a,.control-section-redux .ui-widget-header .ui-state-error a,.control-panel-redux .ui-state-error a,.control-panel-redux .ui-widget-content .ui-state-error a,.control-panel-redux .ui-widget-header .ui-state-error a,.redux-metabox .ui-state-error a,.redux-metabox .ui-widget-content .ui-state-error a,.redux-metabox .ui-widget-header .ui-state-error a{color:#cd0a0a}.redux-container .ui-state-error-text,.redux-container .ui-widget-content .ui-state-error-text,.redux-container .ui-widget-header .ui-state-error-text,.control-section-redux .ui-state-error-text,.control-section-redux .ui-widget-content .ui-state-error-text,.control-section-redux .ui-widget-header .ui-state-error-text,.control-panel-redux .ui-state-error-text,.control-panel-redux .ui-widget-content .ui-state-error-text,.control-panel-redux .ui-widget-header .ui-state-error-text,.redux-metabox .ui-state-error-text,.redux-metabox .ui-widget-content .ui-state-error-text,.redux-metabox .ui-widget-header .ui-state-error-text{color:#cd0a0a}.redux-container .ui-priority-primary,.redux-container .ui-widget-content .ui-priority-primary,.redux-container .ui-widget-header .ui-priority-primary,.control-section-redux .ui-priority-primary,.control-section-redux .ui-widget-content .ui-priority-primary,.control-section-redux .ui-widget-header .ui-priority-primary,.control-panel-redux .ui-priority-primary,.control-panel-redux .ui-widget-content .ui-priority-primary,.control-panel-redux .ui-widget-header .ui-priority-primary,.redux-metabox .ui-priority-primary,.redux-metabox .ui-widget-content .ui-priority-primary,.redux-metabox .ui-widget-header .ui-priority-primary{font-weight:bold}.redux-container .ui-priority-secondary,.redux-container .ui-widget-content .ui-priority-secondary,.redux-container .ui-widget-header .ui-priority-secondary,.control-section-redux .ui-priority-secondary,.control-section-redux .ui-widget-content .ui-priority-secondary,.control-section-redux .ui-widget-header .ui-priority-secondary,.control-panel-redux .ui-priority-secondary,.control-panel-redux .ui-widget-content .ui-priority-secondary,.control-panel-redux .ui-widget-header .ui-priority-secondary,.redux-metabox .ui-priority-secondary,.redux-metabox .ui-widget-content .ui-priority-secondary,.redux-metabox .ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.redux-container .ui-state-disabled,.redux-container .ui-widget-content .ui-state-disabled,.redux-container .ui-widget-header .ui-state-disabled,.control-section-redux .ui-state-disabled,.control-section-redux .ui-widget-content .ui-state-disabled,.control-section-redux .ui-widget-header .ui-state-disabled,.control-panel-redux .ui-state-disabled,.control-panel-redux .ui-widget-content .ui-state-disabled,.control-panel-redux .ui-widget-header .ui-state-disabled,.redux-metabox .ui-state-disabled,.redux-metabox .ui-widget-content .ui-state-disabled,.redux-metabox .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.redux-container .ui-state-disabled .ui-icon,.control-section-redux .ui-state-disabled .ui-icon,.control-panel-redux .ui-state-disabled .ui-icon,.redux-metabox .ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.redux-container .ui-icon,.control-section-redux .ui-icon,.control-panel-redux .ui-icon,.redux-metabox .ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png)}.redux-container .ui-widget-content .ui-icon,.control-section-redux .ui-widget-content .ui-icon,.control-panel-redux .ui-widget-content .ui-icon,.redux-metabox .ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.redux-container .ui-widget-header .ui-icon,.control-section-redux .ui-widget-header .ui-icon,.control-panel-redux .ui-widget-header .ui-icon,.redux-metabox .ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.redux-container .ui-state-default .ui-icon,.control-section-redux .ui-state-default .ui-icon,.control-panel-redux .ui-state-default .ui-icon,.redux-metabox .ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.redux-container .ui-state-hover .ui-icon,.redux-container .ui-state-focus .ui-icon,.control-section-redux .ui-state-hover .ui-icon,.control-section-redux .ui-state-focus .ui-icon,.control-panel-redux .ui-state-hover .ui-icon,.control-panel-redux .ui-state-focus .ui-icon,.redux-metabox .ui-state-hover .ui-icon,.redux-metabox .ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.redux-container .ui-state-active .ui-icon,.control-section-redux .ui-state-active .ui-icon,.control-panel-redux .ui-state-active .ui-icon,.redux-metabox .ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.redux-container .ui-state-highlight .ui-icon,.control-section-redux .ui-state-highlight .ui-icon,.control-panel-redux .ui-state-highlight .ui-icon,.redux-metabox .ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.redux-container .ui-state-error .ui-icon,.redux-container .ui-state-error-text .ui-icon,.control-section-redux .ui-state-error .ui-icon,.control-section-redux .ui-state-error-text .ui-icon,.control-panel-redux .ui-state-error .ui-icon,.control-panel-redux .ui-state-error-text .ui-icon,.redux-metabox .ui-state-error .ui-icon,.redux-metabox .ui-state-error-text .ui-icon{background-image:url(images/ui-icons_f6cf3b_256x240.png)}.redux-container .ui-icon-carat-1-n,.control-section-redux .ui-icon-carat-1-n,.control-panel-redux .ui-icon-carat-1-n,.redux-metabox .ui-icon-carat-1-n{background-position:0 0}.redux-container .ui-icon-carat-1-ne,.control-section-redux .ui-icon-carat-1-ne,.control-panel-redux .ui-icon-carat-1-ne,.redux-metabox .ui-icon-carat-1-ne{background-position:-16px 0}.redux-container .ui-icon-carat-1-e,.control-section-redux .ui-icon-carat-1-e,.control-panel-redux .ui-icon-carat-1-e,.redux-metabox .ui-icon-carat-1-e{background-position:-32px 0}.redux-container .ui-icon-carat-1-se,.control-section-redux .ui-icon-carat-1-se,.control-panel-redux .ui-icon-carat-1-se,.redux-metabox .ui-icon-carat-1-se{background-position:-48px 0}.redux-container .ui-icon-carat-1-s,.control-section-redux .ui-icon-carat-1-s,.control-panel-redux .ui-icon-carat-1-s,.redux-metabox .ui-icon-carat-1-s{background-position:-64px 0}.redux-container .ui-icon-carat-1-sw,.control-section-redux .ui-icon-carat-1-sw,.control-panel-redux .ui-icon-carat-1-sw,.redux-metabox .ui-icon-carat-1-sw{background-position:-80px 0}.redux-container .ui-icon-carat-1-w,.control-section-redux .ui-icon-carat-1-w,.control-panel-redux .ui-icon-carat-1-w,.redux-metabox .ui-icon-carat-1-w{background-position:-96px 0}.redux-container .ui-icon-carat-1-nw,.control-section-redux .ui-icon-carat-1-nw,.control-panel-redux .ui-icon-carat-1-nw,.redux-metabox .ui-icon-carat-1-nw{background-position:-112px 0}.redux-container .ui-icon-carat-2-n-s,.control-section-redux .ui-icon-carat-2-n-s,.control-panel-redux .ui-icon-carat-2-n-s,.redux-metabox .ui-icon-carat-2-n-s{background-position:-128px 0}.redux-container .ui-icon-carat-2-e-w,.control-section-redux .ui-icon-carat-2-e-w,.control-panel-redux .ui-icon-carat-2-e-w,.redux-metabox .ui-icon-carat-2-e-w{background-position:-144px 0}.redux-container .ui-icon-triangle-1-n,.control-section-redux .ui-icon-triangle-1-n,.control-panel-redux .ui-icon-triangle-1-n,.redux-metabox .ui-icon-triangle-1-n{background-position:0 -16px}.redux-container .ui-icon-triangle-1-ne,.control-section-redux .ui-icon-triangle-1-ne,.control-panel-redux .ui-icon-triangle-1-ne,.redux-metabox .ui-icon-triangle-1-ne{background-position:-16px -16px}.redux-container .ui-icon-triangle-1-e,.control-section-redux .ui-icon-triangle-1-e,.control-panel-redux .ui-icon-triangle-1-e,.redux-metabox .ui-icon-triangle-1-e{background-position:-32px -16px}.redux-container .ui-icon-triangle-1-se,.control-section-redux .ui-icon-triangle-1-se,.control-panel-redux .ui-icon-triangle-1-se,.redux-metabox .ui-icon-triangle-1-se{background-position:-48px -16px}.redux-container .ui-icon-triangle-1-s,.control-section-redux .ui-icon-triangle-1-s,.control-panel-redux .ui-icon-triangle-1-s,.redux-metabox .ui-icon-triangle-1-s{background-position:-64px -16px}.redux-container .ui-icon-triangle-1-sw,.control-section-redux .ui-icon-triangle-1-sw,.control-panel-redux .ui-icon-triangle-1-sw,.redux-metabox .ui-icon-triangle-1-sw{background-position:-80px -16px}.redux-container .ui-icon-triangle-1-w,.control-section-redux .ui-icon-triangle-1-w,.control-panel-redux .ui-icon-triangle-1-w,.redux-metabox .ui-icon-triangle-1-w{background-position:-96px -16px}.redux-container .ui-icon-triangle-1-nw,.control-section-redux .ui-icon-triangle-1-nw,.control-panel-redux .ui-icon-triangle-1-nw,.redux-metabox .ui-icon-triangle-1-nw{background-position:-112px -16px}.redux-container .ui-icon-triangle-2-n-s,.control-section-redux .ui-icon-triangle-2-n-s,.control-panel-redux .ui-icon-triangle-2-n-s,.redux-metabox .ui-icon-triangle-2-n-s{background-position:-128px -16px}.redux-container .ui-icon-triangle-2-e-w,.control-section-redux .ui-icon-triangle-2-e-w,.control-panel-redux .ui-icon-triangle-2-e-w,.redux-metabox .ui-icon-triangle-2-e-w{background-position:-144px -16px}.redux-container .ui-icon-arrow-1-n,.control-section-redux .ui-icon-arrow-1-n,.control-panel-redux .ui-icon-arrow-1-n,.redux-metabox .ui-icon-arrow-1-n{background-position:0 -32px}.redux-container .ui-icon-arrow-1-ne,.control-section-redux .ui-icon-arrow-1-ne,.control-panel-redux .ui-icon-arrow-1-ne,.redux-metabox .ui-icon-arrow-1-ne{background-position:-16px -32px}.redux-container .ui-icon-arrow-1-e,.control-section-redux .ui-icon-arrow-1-e,.control-panel-redux .ui-icon-arrow-1-e,.redux-metabox .ui-icon-arrow-1-e{background-position:-32px -32px}.redux-container .ui-icon-arrow-1-se,.control-section-redux .ui-icon-arrow-1-se,.control-panel-redux .ui-icon-arrow-1-se,.redux-metabox .ui-icon-arrow-1-se{background-position:-48px -32px}.redux-container .ui-icon-arrow-1-s,.control-section-redux .ui-icon-arrow-1-s,.control-panel-redux .ui-icon-arrow-1-s,.redux-metabox .ui-icon-arrow-1-s{background-position:-64px -32px}.redux-container .ui-icon-arrow-1-sw,.control-section-redux .ui-icon-arrow-1-sw,.control-panel-redux .ui-icon-arrow-1-sw,.redux-metabox .ui-icon-arrow-1-sw{background-position:-80px -32px}.redux-container .ui-icon-arrow-1-w,.control-section-redux .ui-icon-arrow-1-w,.control-panel-redux .ui-icon-arrow-1-w,.redux-metabox .ui-icon-arrow-1-w{background-position:-96px -32px}.redux-container .ui-icon-arrow-1-nw,.control-section-redux .ui-icon-arrow-1-nw,.control-panel-redux .ui-icon-arrow-1-nw,.redux-metabox .ui-icon-arrow-1-nw{background-position:-112px -32px}.redux-container .ui-icon-arrow-2-n-s,.control-section-redux .ui-icon-arrow-2-n-s,.control-panel-redux .ui-icon-arrow-2-n-s,.redux-metabox .ui-icon-arrow-2-n-s{background-position:-128px -32px}.redux-container .ui-icon-arrow-2-ne-sw,.control-section-redux .ui-icon-arrow-2-ne-sw,.control-panel-redux .ui-icon-arrow-2-ne-sw,.redux-metabox .ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.redux-container .ui-icon-arrow-2-e-w,.control-section-redux .ui-icon-arrow-2-e-w,.control-panel-redux .ui-icon-arrow-2-e-w,.redux-metabox .ui-icon-arrow-2-e-w{background-position:-160px -32px}.redux-container .ui-icon-arrow-2-se-nw,.control-section-redux .ui-icon-arrow-2-se-nw,.control-panel-redux .ui-icon-arrow-2-se-nw,.redux-metabox .ui-icon-arrow-2-se-nw{background-position:-176px -32px}.redux-container .ui-icon-arrowstop-1-n,.control-section-redux .ui-icon-arrowstop-1-n,.control-panel-redux .ui-icon-arrowstop-1-n,.redux-metabox .ui-icon-arrowstop-1-n{background-position:-192px -32px}.redux-container .ui-icon-arrowstop-1-e,.control-section-redux .ui-icon-arrowstop-1-e,.control-panel-redux .ui-icon-arrowstop-1-e,.redux-metabox .ui-icon-arrowstop-1-e{background-position:-208px -32px}.redux-container .ui-icon-arrowstop-1-s,.control-section-redux .ui-icon-arrowstop-1-s,.control-panel-redux .ui-icon-arrowstop-1-s,.redux-metabox .ui-icon-arrowstop-1-s{background-position:-224px -32px}.redux-container .ui-icon-arrowstop-1-w,.control-section-redux .ui-icon-arrowstop-1-w,.control-panel-redux .ui-icon-arrowstop-1-w,.redux-metabox .ui-icon-arrowstop-1-w{background-position:-240px -32px}.redux-container .ui-icon-arrowthick-1-n,.control-section-redux .ui-icon-arrowthick-1-n,.control-panel-redux .ui-icon-arrowthick-1-n,.redux-metabox .ui-icon-arrowthick-1-n{background-position:0 -48px}.redux-container .ui-icon-arrowthick-1-ne,.control-section-redux .ui-icon-arrowthick-1-ne,.control-panel-redux .ui-icon-arrowthick-1-ne,.redux-metabox .ui-icon-arrowthick-1-ne{background-position:-16px -48px}.redux-container .ui-icon-arrowthick-1-e,.control-section-redux .ui-icon-arrowthick-1-e,.control-panel-redux .ui-icon-arrowthick-1-e,.redux-metabox .ui-icon-arrowthick-1-e{background-position:-32px -48px}.redux-container .ui-icon-arrowthick-1-se,.control-section-redux .ui-icon-arrowthick-1-se,.control-panel-redux .ui-icon-arrowthick-1-se,.redux-metabox .ui-icon-arrowthick-1-se{background-position:-48px -48px}.redux-container .ui-icon-arrowthick-1-s,.control-section-redux .ui-icon-arrowthick-1-s,.control-panel-redux .ui-icon-arrowthick-1-s,.redux-metabox .ui-icon-arrowthick-1-s{background-position:-64px -48px}.redux-container .ui-icon-arrowthick-1-sw,.control-section-redux .ui-icon-arrowthick-1-sw,.control-panel-redux .ui-icon-arrowthick-1-sw,.redux-metabox .ui-icon-arrowthick-1-sw{background-position:-80px -48px}.redux-container .ui-icon-arrowthick-1-w,.control-section-redux .ui-icon-arrowthick-1-w,.control-panel-redux .ui-icon-arrowthick-1-w,.redux-metabox .ui-icon-arrowthick-1-w{background-position:-96px -48px}.redux-container .ui-icon-arrowthick-1-nw,.control-section-redux .ui-icon-arrowthick-1-nw,.control-panel-redux .ui-icon-arrowthick-1-nw,.redux-metabox .ui-icon-arrowthick-1-nw{background-position:-112px -48px}.redux-container .ui-icon-arrowthick-2-n-s,.control-section-redux .ui-icon-arrowthick-2-n-s,.control-panel-redux .ui-icon-arrowthick-2-n-s,.redux-metabox .ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.redux-container .ui-icon-arrowthick-2-ne-sw,.control-section-redux .ui-icon-arrowthick-2-ne-sw,.control-panel-redux .ui-icon-arrowthick-2-ne-sw,.redux-metabox .ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.redux-container .ui-icon-arrowthick-2-e-w,.control-section-redux .ui-icon-arrowthick-2-e-w,.control-panel-redux .ui-icon-arrowthick-2-e-w,.redux-metabox .ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.redux-container .ui-icon-arrowthick-2-se-nw,.control-section-redux .ui-icon-arrowthick-2-se-nw,.control-panel-redux .ui-icon-arrowthick-2-se-nw,.redux-metabox .ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.redux-container .ui-icon-arrowthickstop-1-n,.control-section-redux .ui-icon-arrowthickstop-1-n,.control-panel-redux .ui-icon-arrowthickstop-1-n,.redux-metabox .ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.redux-container .ui-icon-arrowthickstop-1-e,.control-section-redux .ui-icon-arrowthickstop-1-e,.control-panel-redux .ui-icon-arrowthickstop-1-e,.redux-metabox .ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.redux-container .ui-icon-arrowthickstop-1-s,.control-section-redux .ui-icon-arrowthickstop-1-s,.control-panel-redux .ui-icon-arrowthickstop-1-s,.redux-metabox .ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.redux-container .ui-icon-arrowthickstop-1-w,.control-section-redux .ui-icon-arrowthickstop-1-w,.control-panel-redux .ui-icon-arrowthickstop-1-w,.redux-metabox .ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.redux-container .ui-icon-arrowreturnthick-1-w,.control-section-redux .ui-icon-arrowreturnthick-1-w,.control-panel-redux .ui-icon-arrowreturnthick-1-w,.redux-metabox .ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.redux-container .ui-icon-arrowreturnthick-1-n,.control-section-redux .ui-icon-arrowreturnthick-1-n,.control-panel-redux .ui-icon-arrowreturnthick-1-n,.redux-metabox .ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.redux-container .ui-icon-arrowreturnthick-1-e,.control-section-redux .ui-icon-arrowreturnthick-1-e,.control-panel-redux .ui-icon-arrowreturnthick-1-e,.redux-metabox .ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.redux-container .ui-icon-arrowreturnthick-1-s,.control-section-redux .ui-icon-arrowreturnthick-1-s,.control-panel-redux .ui-icon-arrowreturnthick-1-s,.redux-metabox .ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.redux-container .ui-icon-arrowreturn-1-w,.control-section-redux .ui-icon-arrowreturn-1-w,.control-panel-redux .ui-icon-arrowreturn-1-w,.redux-metabox .ui-icon-arrowreturn-1-w{background-position:-64px -64px}.redux-container .ui-icon-arrowreturn-1-n,.control-section-redux .ui-icon-arrowreturn-1-n,.control-panel-redux .ui-icon-arrowreturn-1-n,.redux-metabox .ui-icon-arrowreturn-1-n{background-position:-80px -64px}.redux-container .ui-icon-arrowreturn-1-e,.control-section-redux .ui-icon-arrowreturn-1-e,.control-panel-redux .ui-icon-arrowreturn-1-e,.redux-metabox .ui-icon-arrowreturn-1-e{background-position:-96px -64px}.redux-container .ui-icon-arrowreturn-1-s,.control-section-redux .ui-icon-arrowreturn-1-s,.control-panel-redux .ui-icon-arrowreturn-1-s,.redux-metabox .ui-icon-arrowreturn-1-s{background-position:-112px -64px}.redux-container .ui-icon-arrowrefresh-1-w,.control-section-redux .ui-icon-arrowrefresh-1-w,.control-panel-redux .ui-icon-arrowrefresh-1-w,.redux-metabox .ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.redux-container .ui-icon-arrowrefresh-1-n,.control-section-redux .ui-icon-arrowrefresh-1-n,.control-panel-redux .ui-icon-arrowrefresh-1-n,.redux-metabox .ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.redux-container .ui-icon-arrowrefresh-1-e,.control-section-redux .ui-icon-arrowrefresh-1-e,.control-panel-redux .ui-icon-arrowrefresh-1-e,.redux-metabox .ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.redux-container .ui-icon-arrowrefresh-1-s,.control-section-redux .ui-icon-arrowrefresh-1-s,.control-panel-redux .ui-icon-arrowrefresh-1-s,.redux-metabox .ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.redux-container .ui-icon-arrow-4,.control-section-redux .ui-icon-arrow-4,.control-panel-redux .ui-icon-arrow-4,.redux-metabox .ui-icon-arrow-4{background-position:0 -80px}.redux-container .ui-icon-arrow-4-diag,.control-section-redux .ui-icon-arrow-4-diag,.control-panel-redux .ui-icon-arrow-4-diag,.redux-metabox .ui-icon-arrow-4-diag{background-position:-16px -80px}.redux-container .ui-icon-extlink,.control-section-redux .ui-icon-extlink,.control-panel-redux .ui-icon-extlink,.redux-metabox .ui-icon-extlink{background-position:-32px -80px}.redux-container .ui-icon-newwin,.control-section-redux .ui-icon-newwin,.control-panel-redux .ui-icon-newwin,.redux-metabox .ui-icon-newwin{background-position:-48px -80px}.redux-container .ui-icon-refresh,.control-section-redux .ui-icon-refresh,.control-panel-redux .ui-icon-refresh,.redux-metabox .ui-icon-refresh{background-position:-64px -80px}.redux-container .ui-icon-shuffle,.control-section-redux .ui-icon-shuffle,.control-panel-redux .ui-icon-shuffle,.redux-metabox .ui-icon-shuffle{background-position:-80px -80px}.redux-container .ui-icon-transfer-e-w,.control-section-redux .ui-icon-transfer-e-w,.control-panel-redux .ui-icon-transfer-e-w,.redux-metabox .ui-icon-transfer-e-w{background-position:-96px -80px}.redux-container .ui-icon-transferthick-e-w,.control-section-redux .ui-icon-transferthick-e-w,.control-panel-redux .ui-icon-transferthick-e-w,.redux-metabox .ui-icon-transferthick-e-w{background-position:-112px -80px}.redux-container .ui-icon-folder-collapsed,.control-section-redux .ui-icon-folder-collapsed,.control-panel-redux .ui-icon-folder-collapsed,.redux-metabox .ui-icon-folder-collapsed{background-position:0 -96px}.redux-container .ui-icon-folder-open,.control-section-redux .ui-icon-folder-open,.control-panel-redux .ui-icon-folder-open,.redux-metabox .ui-icon-folder-open{background-position:-16px -96px}.redux-container .ui-icon-document,.control-section-redux .ui-icon-document,.control-panel-redux .ui-icon-document,.redux-metabox .ui-icon-document{background-position:-32px -96px}.redux-container .ui-icon-document-b,.control-section-redux .ui-icon-document-b,.control-panel-redux .ui-icon-document-b,.redux-metabox .ui-icon-document-b{background-position:-48px -96px}.redux-container .ui-icon-note,.control-section-redux .ui-icon-note,.control-panel-redux .ui-icon-note,.redux-metabox .ui-icon-note{background-position:-64px -96px}.redux-container .ui-icon-mail-closed,.control-section-redux .ui-icon-mail-closed,.control-panel-redux .ui-icon-mail-closed,.redux-metabox .ui-icon-mail-closed{background-position:-80px -96px}.redux-container .ui-icon-mail-open,.control-section-redux .ui-icon-mail-open,.control-panel-redux .ui-icon-mail-open,.redux-metabox .ui-icon-mail-open{background-position:-96px -96px}.redux-container .ui-icon-suitcase,.control-section-redux .ui-icon-suitcase,.control-panel-redux .ui-icon-suitcase,.redux-metabox .ui-icon-suitcase{background-position:-112px -96px}.redux-container .ui-icon-comment,.control-section-redux .ui-icon-comment,.control-panel-redux .ui-icon-comment,.redux-metabox .ui-icon-comment{background-position:-128px -96px}.redux-container .ui-icon-person,.control-section-redux .ui-icon-person,.control-panel-redux .ui-icon-person,.redux-metabox .ui-icon-person{background-position:-144px -96px}.redux-container .ui-icon-print,.control-section-redux .ui-icon-print,.control-panel-redux .ui-icon-print,.redux-metabox .ui-icon-print{background-position:-160px -96px}.redux-container .ui-icon-trash,.control-section-redux .ui-icon-trash,.control-panel-redux .ui-icon-trash,.redux-metabox .ui-icon-trash{background-position:-176px -96px}.redux-container .ui-icon-locked,.control-section-redux .ui-icon-locked,.control-panel-redux .ui-icon-locked,.redux-metabox .ui-icon-locked{background-position:-192px -96px}.redux-container .ui-icon-unlocked,.control-section-redux .ui-icon-unlocked,.control-panel-redux .ui-icon-unlocked,.redux-metabox .ui-icon-unlocked{background-position:-208px -96px}.redux-container .ui-icon-bookmark,.control-section-redux .ui-icon-bookmark,.control-panel-redux .ui-icon-bookmark,.redux-metabox .ui-icon-bookmark{background-position:-224px -96px}.redux-container .ui-icon-tag,.control-section-redux .ui-icon-tag,.control-panel-redux .ui-icon-tag,.redux-metabox .ui-icon-tag{background-position:-240px -96px}.redux-container .ui-icon-home,.control-section-redux .ui-icon-home,.control-panel-redux .ui-icon-home,.redux-metabox .ui-icon-home{background-position:0 -112px}.redux-container .ui-icon-flag,.control-section-redux .ui-icon-flag,.control-panel-redux .ui-icon-flag,.redux-metabox .ui-icon-flag{background-position:-16px -112px}.redux-container .ui-icon-calendar,.control-section-redux .ui-icon-calendar,.control-panel-redux .ui-icon-calendar,.redux-metabox .ui-icon-calendar{background-position:-32px -112px}.redux-container .ui-icon-cart,.control-section-redux .ui-icon-cart,.control-panel-redux .ui-icon-cart,.redux-metabox .ui-icon-cart{background-position:-48px -112px}.redux-container .ui-icon-pencil,.control-section-redux .ui-icon-pencil,.control-panel-redux .ui-icon-pencil,.redux-metabox .ui-icon-pencil{background-position:-64px -112px}.redux-container .ui-icon-clock,.control-section-redux .ui-icon-clock,.control-panel-redux .ui-icon-clock,.redux-metabox .ui-icon-clock{background-position:-80px -112px}.redux-container .ui-icon-disk,.control-section-redux .ui-icon-disk,.control-panel-redux .ui-icon-disk,.redux-metabox .ui-icon-disk{background-position:-96px -112px}.redux-container .ui-icon-calculator,.control-section-redux .ui-icon-calculator,.control-panel-redux .ui-icon-calculator,.redux-metabox .ui-icon-calculator{background-position:-112px -112px}.redux-container .ui-icon-zoomin,.control-section-redux .ui-icon-zoomin,.control-panel-redux .ui-icon-zoomin,.redux-metabox .ui-icon-zoomin{background-position:-128px -112px}.redux-container .ui-icon-zoomout,.control-section-redux .ui-icon-zoomout,.control-panel-redux .ui-icon-zoomout,.redux-metabox .ui-icon-zoomout{background-position:-144px -112px}.redux-container .ui-icon-search,.control-section-redux .ui-icon-search,.control-panel-redux .ui-icon-search,.redux-metabox .ui-icon-search{background-position:-160px -112px}.redux-container .ui-icon-wrench,.control-section-redux .ui-icon-wrench,.control-panel-redux .ui-icon-wrench,.redux-metabox .ui-icon-wrench{background-position:-176px -112px}.redux-container .ui-icon-gear,.control-section-redux .ui-icon-gear,.control-panel-redux .ui-icon-gear,.redux-metabox .ui-icon-gear{background-position:-192px -112px}.redux-container .ui-icon-heart,.control-section-redux .ui-icon-heart,.control-panel-redux .ui-icon-heart,.redux-metabox .ui-icon-heart{background-position:-208px -112px}.redux-container .ui-icon-star,.control-section-redux .ui-icon-star,.control-panel-redux .ui-icon-star,.redux-metabox .ui-icon-star{background-position:-224px -112px}.redux-container .ui-icon-link,.control-section-redux .ui-icon-link,.control-panel-redux .ui-icon-link,.redux-metabox .ui-icon-link{background-position:-240px -112px}.redux-container .ui-icon-cancel,.control-section-redux .ui-icon-cancel,.control-panel-redux .ui-icon-cancel,.redux-metabox .ui-icon-cancel{background-position:0 -128px}.redux-container .ui-icon-plus,.control-section-redux .ui-icon-plus,.control-panel-redux .ui-icon-plus,.redux-metabox .ui-icon-plus{background-position:-16px -128px}.redux-container .ui-icon-plusthick,.control-section-redux .ui-icon-plusthick,.control-panel-redux .ui-icon-plusthick,.redux-metabox .ui-icon-plusthick{background-position:-32px -128px}.redux-container .ui-icon-minus,.control-section-redux .ui-icon-minus,.control-panel-redux .ui-icon-minus,.redux-metabox .ui-icon-minus{background-position:-48px -128px}.redux-container .ui-icon-minusthick,.control-section-redux .ui-icon-minusthick,.control-panel-redux .ui-icon-minusthick,.redux-metabox .ui-icon-minusthick{background-position:-64px -128px}.redux-container .ui-icon-close,.control-section-redux .ui-icon-close,.control-panel-redux .ui-icon-close,.redux-metabox .ui-icon-close{background-position:-80px -128px}.redux-container .ui-icon-closethick,.control-section-redux .ui-icon-closethick,.control-panel-redux .ui-icon-closethick,.redux-metabox .ui-icon-closethick{background-position:-96px -128px}.redux-container .ui-icon-key,.control-section-redux .ui-icon-key,.control-panel-redux .ui-icon-key,.redux-metabox .ui-icon-key{background-position:-112px -128px}.redux-container .ui-icon-lightbulb,.control-section-redux .ui-icon-lightbulb,.control-panel-redux .ui-icon-lightbulb,.redux-metabox .ui-icon-lightbulb{background-position:-128px -128px}.redux-container .ui-icon-scissors,.control-section-redux .ui-icon-scissors,.control-panel-redux .ui-icon-scissors,.redux-metabox .ui-icon-scissors{background-position:-144px -128px}.redux-container .ui-icon-clipboard,.control-section-redux .ui-icon-clipboard,.control-panel-redux .ui-icon-clipboard,.redux-metabox .ui-icon-clipboard{background-position:-160px -128px}.redux-container .ui-icon-copy,.control-section-redux .ui-icon-copy,.control-panel-redux .ui-icon-copy,.redux-metabox .ui-icon-copy{background-position:-176px -128px}.redux-container .ui-icon-contact,.control-section-redux .ui-icon-contact,.control-panel-redux .ui-icon-contact,.redux-metabox .ui-icon-contact{background-position:-192px -128px}.redux-container .ui-icon-image,.control-section-redux .ui-icon-image,.control-panel-redux .ui-icon-image,.redux-metabox .ui-icon-image{background-position:-208px -128px}.redux-container .ui-icon-video,.control-section-redux .ui-icon-video,.control-panel-redux .ui-icon-video,.redux-metabox .ui-icon-video{background-position:-224px -128px}.redux-container .ui-icon-script,.control-section-redux .ui-icon-script,.control-panel-redux .ui-icon-script,.redux-metabox .ui-icon-script{background-position:-240px -128px}.redux-container .ui-icon-alert,.control-section-redux .ui-icon-alert,.control-panel-redux .ui-icon-alert,.redux-metabox .ui-icon-alert{background-position:0 -144px}.redux-container .ui-icon-info,.control-section-redux .ui-icon-info,.control-panel-redux .ui-icon-info,.redux-metabox .ui-icon-info{background-position:-16px -144px}.redux-container .ui-icon-notice,.control-section-redux .ui-icon-notice,.control-panel-redux .ui-icon-notice,.redux-metabox .ui-icon-notice{background-position:-32px -144px}.redux-container .ui-icon-help,.control-section-redux .ui-icon-help,.control-panel-redux .ui-icon-help,.redux-metabox .ui-icon-help{background-position:-48px -144px}.redux-container .ui-icon-check,.control-section-redux .ui-icon-check,.control-panel-redux .ui-icon-check,.redux-metabox .ui-icon-check{background-position:-64px -144px}.redux-container .ui-icon-bullet,.control-section-redux .ui-icon-bullet,.control-panel-redux .ui-icon-bullet,.redux-metabox .ui-icon-bullet{background-position:-80px -144px}.redux-container .ui-icon-radio-off,.control-section-redux .ui-icon-radio-off,.control-panel-redux .ui-icon-radio-off,.redux-metabox .ui-icon-radio-off{background-position:-96px -144px}.redux-container .ui-icon-radio-on,.control-section-redux .ui-icon-radio-on,.control-panel-redux .ui-icon-radio-on,.redux-metabox .ui-icon-radio-on{background-position:-112px -144px}.redux-container .ui-icon-pin-w,.control-section-redux .ui-icon-pin-w,.control-panel-redux .ui-icon-pin-w,.redux-metabox .ui-icon-pin-w{background-position:-128px -144px}.redux-container .ui-icon-pin-s,.control-section-redux .ui-icon-pin-s,.control-panel-redux .ui-icon-pin-s,.redux-metabox .ui-icon-pin-s{background-position:-144px -144px}.redux-container .ui-icon-play,.control-section-redux .ui-icon-play,.control-panel-redux .ui-icon-play,.redux-metabox .ui-icon-play{background-position:0 -160px}.redux-container .ui-icon-pause,.control-section-redux .ui-icon-pause,.control-panel-redux .ui-icon-pause,.redux-metabox .ui-icon-pause{background-position:-16px -160px}.redux-container .ui-icon-seek-next,.control-section-redux .ui-icon-seek-next,.control-panel-redux .ui-icon-seek-next,.redux-metabox .ui-icon-seek-next{background-position:-32px -160px}.redux-container .ui-icon-seek-prev,.control-section-redux .ui-icon-seek-prev,.control-panel-redux .ui-icon-seek-prev,.redux-metabox .ui-icon-seek-prev{background-position:-48px -160px}.redux-container .ui-icon-seek-end,.control-section-redux .ui-icon-seek-end,.control-panel-redux .ui-icon-seek-end,.redux-metabox .ui-icon-seek-end{background-position:-64px -160px}.redux-container .ui-icon-seek-start,.control-section-redux .ui-icon-seek-start,.control-panel-redux .ui-icon-seek-start,.redux-metabox .ui-icon-seek-start{background-position:-80px -160px}.redux-container .ui-icon-seek-first,.control-section-redux .ui-icon-seek-first,.control-panel-redux .ui-icon-seek-first,.redux-metabox .ui-icon-seek-first{background-position:-80px -160px}.redux-container .ui-icon-stop,.control-section-redux .ui-icon-stop,.control-panel-redux .ui-icon-stop,.redux-metabox .ui-icon-stop{background-position:-96px -160px}.redux-container .ui-icon-eject,.control-section-redux .ui-icon-eject,.control-panel-redux .ui-icon-eject,.redux-metabox .ui-icon-eject{background-position:-112px -160px}.redux-container .ui-icon-volume-off,.control-section-redux .ui-icon-volume-off,.control-panel-redux .ui-icon-volume-off,.redux-metabox .ui-icon-volume-off{background-position:-128px -160px}.redux-container .ui-icon-volume-on,.control-section-redux .ui-icon-volume-on,.control-panel-redux .ui-icon-volume-on,.redux-metabox .ui-icon-volume-on{background-position:-144px -160px}.redux-container .ui-icon-power,.control-section-redux .ui-icon-power,.control-panel-redux .ui-icon-power,.redux-metabox .ui-icon-power{background-position:0 -176px}.redux-container .ui-icon-signal-diag,.control-section-redux .ui-icon-signal-diag,.control-panel-redux .ui-icon-signal-diag,.redux-metabox .ui-icon-signal-diag{background-position:-16px -176px}.redux-container .ui-icon-signal,.control-section-redux .ui-icon-signal,.control-panel-redux .ui-icon-signal,.redux-metabox .ui-icon-signal{background-position:-32px -176px}.redux-container .ui-icon-battery-0,.control-section-redux .ui-icon-battery-0,.control-panel-redux .ui-icon-battery-0,.redux-metabox .ui-icon-battery-0{background-position:-48px -176px}.redux-container .ui-icon-battery-1,.control-section-redux .ui-icon-battery-1,.control-panel-redux .ui-icon-battery-1,.redux-metabox .ui-icon-battery-1{background-position:-64px -176px}.redux-container .ui-icon-battery-2,.control-section-redux .ui-icon-battery-2,.control-panel-redux .ui-icon-battery-2,.redux-metabox .ui-icon-battery-2{background-position:-80px -176px}.redux-container .ui-icon-battery-3,.control-section-redux .ui-icon-battery-3,.control-panel-redux .ui-icon-battery-3,.redux-metabox .ui-icon-battery-3{background-position:-96px -176px}.redux-container .ui-icon-circle-plus,.control-section-redux .ui-icon-circle-plus,.control-panel-redux .ui-icon-circle-plus,.redux-metabox .ui-icon-circle-plus{background-position:0 -192px}.redux-container .ui-icon-circle-minus,.control-section-redux .ui-icon-circle-minus,.control-panel-redux .ui-icon-circle-minus,.redux-metabox .ui-icon-circle-minus{background-position:-16px -192px}.redux-container .ui-icon-circle-close,.control-section-redux .ui-icon-circle-close,.control-panel-redux .ui-icon-circle-close,.redux-metabox .ui-icon-circle-close{background-position:-32px -192px}.redux-container .ui-icon-circle-triangle-e,.control-section-redux .ui-icon-circle-triangle-e,.control-panel-redux .ui-icon-circle-triangle-e,.redux-metabox .ui-icon-circle-triangle-e{background-position:-48px -192px}.redux-container .ui-icon-circle-triangle-s,.control-section-redux .ui-icon-circle-triangle-s,.control-panel-redux .ui-icon-circle-triangle-s,.redux-metabox .ui-icon-circle-triangle-s{background-position:-64px -192px}.redux-container .ui-icon-circle-triangle-w,.control-section-redux .ui-icon-circle-triangle-w,.control-panel-redux .ui-icon-circle-triangle-w,.redux-metabox .ui-icon-circle-triangle-w{background-position:-80px -192px}.redux-container .ui-icon-circle-triangle-n,.control-section-redux .ui-icon-circle-triangle-n,.control-panel-redux .ui-icon-circle-triangle-n,.redux-metabox .ui-icon-circle-triangle-n{background-position:-96px -192px}.redux-container .ui-icon-circle-arrow-e,.control-section-redux .ui-icon-circle-arrow-e,.control-panel-redux .ui-icon-circle-arrow-e,.redux-metabox .ui-icon-circle-arrow-e{background-position:-112px -192px}.redux-container .ui-icon-circle-arrow-s,.control-section-redux .ui-icon-circle-arrow-s,.control-panel-redux .ui-icon-circle-arrow-s,.redux-metabox .ui-icon-circle-arrow-s{background-position:-128px -192px}.redux-container .ui-icon-circle-arrow-w,.control-section-redux .ui-icon-circle-arrow-w,.control-panel-redux .ui-icon-circle-arrow-w,.redux-metabox .ui-icon-circle-arrow-w{background-position:-144px -192px}.redux-container .ui-icon-circle-arrow-n,.control-section-redux .ui-icon-circle-arrow-n,.control-panel-redux .ui-icon-circle-arrow-n,.redux-metabox .ui-icon-circle-arrow-n{background-position:-160px -192px}.redux-container .ui-icon-circle-zoomin,.control-section-redux .ui-icon-circle-zoomin,.control-panel-redux .ui-icon-circle-zoomin,.redux-metabox .ui-icon-circle-zoomin{background-position:-176px -192px}.redux-container .ui-icon-circle-zoomout,.control-section-redux .ui-icon-circle-zoomout,.control-panel-redux .ui-icon-circle-zoomout,.redux-metabox .ui-icon-circle-zoomout{background-position:-192px -192px}.redux-container .ui-icon-circle-check,.control-section-redux .ui-icon-circle-check,.control-panel-redux .ui-icon-circle-check,.redux-metabox .ui-icon-circle-check{background-position:-208px -192px}.redux-container .ui-icon-circlesmall-plus,.control-section-redux .ui-icon-circlesmall-plus,.control-panel-redux .ui-icon-circlesmall-plus,.redux-metabox .ui-icon-circlesmall-plus{background-position:0 -208px}.redux-container .ui-icon-circlesmall-minus,.control-section-redux .ui-icon-circlesmall-minus,.control-panel-redux .ui-icon-circlesmall-minus,.redux-metabox .ui-icon-circlesmall-minus{background-position:-16px -208px}.redux-container .ui-icon-circlesmall-close,.control-section-redux .ui-icon-circlesmall-close,.control-panel-redux .ui-icon-circlesmall-close,.redux-metabox .ui-icon-circlesmall-close{background-position:-32px -208px}.redux-container .ui-icon-squaresmall-plus,.control-section-redux .ui-icon-squaresmall-plus,.control-panel-redux .ui-icon-squaresmall-plus,.redux-metabox .ui-icon-squaresmall-plus{background-position:-48px -208px}.redux-container .ui-icon-squaresmall-minus,.control-section-redux .ui-icon-squaresmall-minus,.control-panel-redux .ui-icon-squaresmall-minus,.redux-metabox .ui-icon-squaresmall-minus{background-position:-64px -208px}.redux-container .ui-icon-squaresmall-close,.control-section-redux .ui-icon-squaresmall-close,.control-panel-redux .ui-icon-squaresmall-close,.redux-metabox .ui-icon-squaresmall-close{background-position:-80px -208px}.redux-container .ui-icon-grip-dotted-vertical,.control-section-redux .ui-icon-grip-dotted-vertical,.control-panel-redux .ui-icon-grip-dotted-vertical,.redux-metabox .ui-icon-grip-dotted-vertical{background-position:0 -224px}.redux-container .ui-icon-grip-dotted-horizontal,.control-section-redux .ui-icon-grip-dotted-horizontal,.control-panel-redux .ui-icon-grip-dotted-horizontal,.redux-metabox .ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.redux-container .ui-icon-grip-solid-vertical,.control-section-redux .ui-icon-grip-solid-vertical,.control-panel-redux .ui-icon-grip-solid-vertical,.redux-metabox .ui-icon-grip-solid-vertical{background-position:-32px -224px}.redux-container .ui-icon-grip-solid-horizontal,.control-section-redux .ui-icon-grip-solid-horizontal,.control-panel-redux .ui-icon-grip-solid-horizontal,.redux-metabox .ui-icon-grip-solid-horizontal{background-position:-48px -224px}.redux-container .ui-icon-gripsmall-diagonal-se,.control-section-redux .ui-icon-gripsmall-diagonal-se,.control-panel-redux .ui-icon-gripsmall-diagonal-se,.redux-metabox .ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.redux-container .ui-icon-grip-diagonal-se,.control-section-redux .ui-icon-grip-diagonal-se,.control-panel-redux .ui-icon-grip-diagonal-se,.redux-metabox .ui-icon-grip-diagonal-se{background-position:-80px -224px}.redux-container .ui-corner-all,.redux-container .ui-corner-top,.redux-container .ui-corner-left,.redux-container .ui-corner-tl,.control-section-redux .ui-corner-all,.control-section-redux .ui-corner-top,.control-section-redux .ui-corner-left,.control-section-redux .ui-corner-tl,.control-panel-redux .ui-corner-all,.control-panel-redux .ui-corner-top,.control-panel-redux .ui-corner-left,.control-panel-redux .ui-corner-tl,.redux-metabox .ui-corner-all,.redux-metabox .ui-corner-top,.redux-metabox .ui-corner-left,.redux-metabox .ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.redux-container .ui-corner-all,.redux-container .ui-corner-top,.redux-container .ui-corner-right,.redux-container .ui-corner-tr,.control-section-redux .ui-corner-all,.control-section-redux .ui-corner-top,.control-section-redux .ui-corner-right,.control-section-redux .ui-corner-tr,.control-panel-redux .ui-corner-all,.control-panel-redux .ui-corner-top,.control-panel-redux .ui-corner-right,.control-panel-redux .ui-corner-tr,.redux-metabox .ui-corner-all,.redux-metabox .ui-corner-top,.redux-metabox .ui-corner-right,.redux-metabox .ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.redux-container .ui-corner-all,.redux-container .ui-corner-bottom,.redux-container .ui-corner-left,.redux-container .ui-corner-bl,.control-section-redux .ui-corner-all,.control-section-redux .ui-corner-bottom,.control-section-redux .ui-corner-left,.control-section-redux .ui-corner-bl,.control-panel-redux .ui-corner-all,.control-panel-redux .ui-corner-bottom,.control-panel-redux .ui-corner-left,.control-panel-redux .ui-corner-bl,.redux-metabox .ui-corner-all,.redux-metabox .ui-corner-bottom,.redux-metabox .ui-corner-left,.redux-metabox .ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.redux-container .ui-corner-all,.redux-container .ui-corner-bottom,.redux-container .ui-corner-right,.redux-container .ui-corner-br,.control-section-redux .ui-corner-all,.control-section-redux .ui-corner-bottom,.control-section-redux .ui-corner-right,.control-section-redux .ui-corner-br,.control-panel-redux .ui-corner-all,.control-panel-redux .ui-corner-bottom,.control-panel-redux .ui-corner-right,.control-panel-redux .ui-corner-br,.redux-metabox .ui-corner-all,.redux-metabox .ui-corner-bottom,.redux-metabox .ui-corner-right,.redux-metabox .ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.redux-container .ui-widget-overlay,.control-section-redux .ui-widget-overlay,.control-panel-redux .ui-widget-overlay,.redux-metabox .ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.30;filter:Alpha(Opacity=30)}.redux-container .ui-widget-shadow,.control-section-redux .ui-widget-shadow,.control-panel-redux .ui-widget-shadow,.redux-metabox .ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.30;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.redux-container .ui-accordion,.control-section-redux .ui-accordion,.control-panel-redux .ui-accordion,.redux-metabox .ui-accordion{width:100%}.redux-container .ui-accordion .ui-accordion-header,.control-section-redux .ui-accordion .ui-accordion-header,.control-panel-redux .ui-accordion .ui-accordion-header,.redux-metabox .ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1;font-weight:bold}.redux-container .ui-accordion .ui-accordion-li-fix,.control-section-redux .ui-accordion .ui-accordion-li-fix,.control-panel-redux .ui-accordion .ui-accordion-li-fix,.redux-metabox .ui-accordion .ui-accordion-li-fix{display:inline}.redux-container .ui-accordion .ui-accordion-header-active,.control-section-redux .ui-accordion .ui-accordion-header-active,.control-panel-redux .ui-accordion .ui-accordion-header-active,.redux-metabox .ui-accordion .ui-accordion-header-active{border-bottom:0 !important}.redux-container .ui-accordion .ui-accordion-header a,.control-section-redux .ui-accordion .ui-accordion-header a,.control-panel-redux .ui-accordion .ui-accordion-header a,.redux-metabox .ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em 1.7em}.redux-container .ui-accordion-icons .ui-accordion-header a,.control-section-redux .ui-accordion-icons .ui-accordion-header a,.control-panel-redux .ui-accordion-icons .ui-accordion-header a,.redux-metabox .ui-accordion-icons .ui-accordion-header a{padding-left:2.2em}.redux-container .ui-accordion .ui-accordion-header .ui-icon,.control-section-redux .ui-accordion .ui-accordion-header .ui-icon,.control-panel-redux .ui-accordion .ui-accordion-header .ui-icon,.redux-metabox .ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.redux-container .ui-accordion .ui-accordion-content,.control-section-redux .ui-accordion .ui-accordion-content,.control-panel-redux .ui-accordion .ui-accordion-content,.redux-metabox .ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1}.redux-container .ui-accordion .ui-accordion-content-active,.control-section-redux .ui-accordion .ui-accordion-content-active,.control-panel-redux .ui-accordion .ui-accordion-content-active,.redux-metabox .ui-accordion .ui-accordion-content-active{display:block}.redux-container .ui-button,.control-section-redux .ui-button,.control-panel-redux .ui-button,.redux-metabox .ui-button{cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));background-image:-webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);background-image:-ms-linear-gradient(#fff, #fff 25%, #e6e6e6);background-image:-o-linear-gradient(#fff, #fff 25%, #e6e6e6);background-image:linear-gradient(#fff, #fff 25%, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:5px 14px 6px;margin:0;text-shadow:0 1px 1px rgba(255,255,255,0.75);color:#333;font-size:13px;line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-webkit-transition:0.1s linear background-image;-moz-transition:0.1s linear background-image;-ms-transition:0.1s linear background-image;-o-transition:0.1s linear background-image;transition:0.1s linear background-image;overflow:visible}.redux-container .ui-button-primary,.control-section-redux .ui-button-primary,.control-panel-redux .ui-button-primary,.redux-metabox .ui-button-primary{color:#ffffff;background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.redux-container .ui-button-success,.control-section-redux .ui-button-success,.control-panel-redux .ui-button-success,.redux-metabox .ui-button-success{color:#ffffff;background-color:#57a957;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(top, #62c462, #57a957);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#57a957 #57a957 #3d773d;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.redux-container .ui-button-error,.control-section-redux .ui-button-error,.control-panel-redux .ui-button-error,.redux-metabox .ui-button-error{color:#ffffff;background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.redux-container .ui-button-icon-only,.control-section-redux .ui-button-icon-only,.control-panel-redux .ui-button-icon-only,.redux-metabox .ui-button-icon-only{width:2.2em}.redux-container .ui-button-icons-only,.control-section-redux .ui-button-icons-only,.control-panel-redux .ui-button-icons-only,.redux-metabox .ui-button-icons-only{width:3.4em}.redux-container button.ui-button-icons-only,.control-section-redux button.ui-button-icons-only,.control-panel-redux button.ui-button-icons-only,.redux-metabox button.ui-button-icons-only{width:3.7em}.redux-container .ui-button .ui-button-text,.control-section-redux .ui-button .ui-button-text,.control-panel-redux .ui-button .ui-button-text,.redux-metabox .ui-button .ui-button-text{display:block}.redux-container .ui-button-icon-only .ui-button-text,.redux-container .ui-button-icons-only .ui-button-text,.control-section-redux .ui-button-icon-only .ui-button-text,.control-section-redux .ui-button-icons-only .ui-button-text,.control-panel-redux .ui-button-icon-only .ui-button-text,.control-panel-redux .ui-button-icons-only .ui-button-text,.redux-metabox .ui-button-icon-only .ui-button-text,.redux-metabox .ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px;display:none}.redux-container .ui-button-text-icon-primary .ui-button-text,.redux-container .ui-button-text-icons .ui-button-text,.control-section-redux .ui-button-text-icon-primary .ui-button-text,.control-section-redux .ui-button-text-icons .ui-button-text,.control-panel-redux .ui-button-text-icon-primary .ui-button-text,.control-panel-redux .ui-button-text-icons .ui-button-text,.redux-metabox .ui-button-text-icon-primary .ui-button-text,.redux-metabox .ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.redux-container .ui-button-text-icon-secondary .ui-button-text,.redux-container .ui-button-text-icons .ui-button-text,.control-section-redux .ui-button-text-icon-secondary .ui-button-text,.control-section-redux .ui-button-text-icons .ui-button-text,.control-panel-redux .ui-button-text-icon-secondary .ui-button-text,.control-panel-redux .ui-button-text-icons .ui-button-text,.redux-metabox .ui-button-text-icon-secondary .ui-button-text,.redux-metabox .ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.redux-container .ui-button-text-icons .ui-button-text,.control-section-redux .ui-button-text-icons .ui-button-text,.control-panel-redux .ui-button-text-icons .ui-button-text,.redux-metabox .ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}.redux-container .ui-button-icon-only .ui-icon,.redux-container .ui-button-text-icon-primary .ui-icon,.redux-container .ui-button-text-icon-secondary .ui-icon,.redux-container .ui-button-text-icons .ui-icon,.redux-container .ui-button-icons-only .ui-icon,.control-section-redux .ui-button-icon-only .ui-icon,.control-section-redux .ui-button-text-icon-primary .ui-icon,.control-section-redux .ui-button-text-icon-secondary .ui-icon,.control-section-redux .ui-button-text-icons .ui-icon,.control-section-redux .ui-button-icons-only .ui-icon,.control-panel-redux .ui-button-icon-only .ui-icon,.control-panel-redux .ui-button-text-icon-primary .ui-icon,.control-panel-redux .ui-button-text-icon-secondary .ui-icon,.control-panel-redux .ui-button-text-icons .ui-icon,.control-panel-redux .ui-button-icons-only .ui-icon,.redux-metabox .ui-button-icon-only .ui-icon,.redux-metabox .ui-button-text-icon-primary .ui-icon,.redux-metabox .ui-button-text-icon-secondary .ui-icon,.redux-metabox .ui-button-text-icons .ui-icon,.redux-metabox .ui-button-icons-only .ui-icon{top:50%;margin-top:-3px;margin-bottom:3px}.redux-container .ui-button-icon-only .ui-icon,.control-section-redux .ui-button-icon-only .ui-icon,.control-panel-redux .ui-button-icon-only .ui-icon,.redux-metabox .ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.redux-container .ui-button-text-icon-primary .ui-button-icon-primary,.redux-container .ui-button-text-icons .ui-button-icon-primary,.redux-container .ui-button-icons-only .ui-button-icon-primary,.control-section-redux .ui-button-text-icon-primary .ui-button-icon-primary,.control-section-redux .ui-button-text-icons .ui-button-icon-primary,.control-section-redux .ui-button-icons-only .ui-button-icon-primary,.control-panel-redux .ui-button-text-icon-primary .ui-button-icon-primary,.control-panel-redux .ui-button-text-icons .ui-button-icon-primary,.control-panel-redux .ui-button-icons-only .ui-button-icon-primary,.redux-metabox .ui-button-text-icon-primary .ui-button-icon-primary,.redux-metabox .ui-button-text-icons .ui-button-icon-primary,.redux-metabox .ui-button-icons-only .ui-button-icon-primary{left:.5em}.redux-container .ui-button-text-icon-secondary .ui-button-icon-secondary,.redux-container .ui-button-text-icons .ui-button-icon-secondary,.redux-container .ui-button-icons-only .ui-button-icon-secondary,.control-section-redux .ui-button-text-icon-secondary .ui-button-icon-secondary,.control-section-redux .ui-button-text-icons .ui-button-icon-secondary,.control-section-redux .ui-button-icons-only .ui-button-icon-secondary,.control-panel-redux .ui-button-text-icon-secondary .ui-button-icon-secondary,.control-panel-redux .ui-button-text-icons .ui-button-icon-secondary,.control-panel-redux .ui-button-icons-only .ui-button-icon-secondary,.redux-metabox .ui-button-text-icon-secondary .ui-button-icon-secondary,.redux-metabox .ui-button-text-icons .ui-button-icon-secondary,.redux-metabox .ui-button-icons-only .ui-button-icon-secondary{right:.5em}.redux-container .ui-button-text-icons .ui-button-icon-secondary,.redux-container .ui-button-icons-only .ui-button-icon-secondary,.control-section-redux .ui-button-text-icons .ui-button-icon-secondary,.control-section-redux .ui-button-icons-only .ui-button-icon-secondary,.control-panel-redux .ui-button-text-icons .ui-button-icon-secondary,.control-panel-redux .ui-button-icons-only .ui-button-icon-secondary,.redux-metabox .ui-button-text-icons .ui-button-icon-secondary,.redux-metabox .ui-button-icons-only .ui-button-icon-secondary{right:.5em}.redux-container .ui-buttonset,.control-section-redux .ui-buttonset,.control-panel-redux .ui-buttonset,.redux-metabox .ui-buttonset{margin-right:7px}.redux-container .ui-buttonset .ui-state-active,.control-section-redux .ui-buttonset .ui-state-active,.control-panel-redux .ui-buttonset .ui-state-active,.redux-metabox .ui-buttonset .ui-state-active{color:#ffffff;background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.redux-container .ui-buttonset .ui-button,.control-section-redux .ui-buttonset .ui-button,.control-panel-redux .ui-buttonset .ui-button,.redux-metabox .ui-buttonset .ui-button{margin-left:0;margin-right:0}.redux-container button.ui-button::-moz-focus-inner,.control-section-redux button.ui-button::-moz-focus-inner,.control-panel-redux button.ui-button::-moz-focus-inner,.redux-metabox button.ui-button::-moz-focus-inner{border:0;padding:0}.redux-container .ui-datepicker,.control-section-redux .ui-datepicker,.control-panel-redux .ui-datepicker,.redux-metabox .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.redux-container .ui-datepicker .ui-datepicker-header,.control-section-redux .ui-datepicker .ui-datepicker-header,.control-panel-redux .ui-datepicker .ui-datepicker-header,.redux-metabox .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;border:0px;font-weight:bold;width:100%;padding:4px 0;background-color:#f5f5f5;color:#808080}.redux-container .ui-datepicker .ui-datepicker-prev,.redux-container .ui-datepicker .ui-datepicker-next,.control-section-redux .ui-datepicker .ui-datepicker-prev,.control-section-redux .ui-datepicker .ui-datepicker-next,.control-panel-redux .ui-datepicker .ui-datepicker-prev,.control-panel-redux .ui-datepicker .ui-datepicker-next,.redux-metabox .ui-datepicker .ui-datepicker-prev,.redux-metabox .ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.redux-container .ui-datepicker .ui-datepicker-prev,.control-section-redux .ui-datepicker .ui-datepicker-prev,.control-panel-redux .ui-datepicker .ui-datepicker-prev,.redux-metabox .ui-datepicker .ui-datepicker-prev{left:2px}.redux-container .ui-datepicker .ui-datepicker-next,.control-section-redux .ui-datepicker .ui-datepicker-next,.control-panel-redux .ui-datepicker .ui-datepicker-next,.redux-metabox .ui-datepicker .ui-datepicker-next{right:2px}.redux-container .ui-datepicker .ui-datepicker-prev span,.redux-container .ui-datepicker .ui-datepicker-next span,.control-section-redux .ui-datepicker .ui-datepicker-prev span,.control-section-redux .ui-datepicker .ui-datepicker-next span,.control-panel-redux .ui-datepicker .ui-datepicker-prev span,.control-panel-redux .ui-datepicker .ui-datepicker-next span,.redux-metabox .ui-datepicker .ui-datepicker-prev span,.redux-metabox .ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.redux-container .ui-datepicker .ui-datepicker-title,.control-section-redux .ui-datepicker .ui-datepicker-title,.control-panel-redux .ui-datepicker .ui-datepicker-title,.redux-metabox .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.redux-container .ui-datepicker .ui-datepicker-title select,.control-section-redux .ui-datepicker .ui-datepicker-title select,.control-panel-redux .ui-datepicker .ui-datepicker-title select,.redux-metabox .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.redux-container .ui-datepicker select.ui-datepicker-month-year,.control-section-redux .ui-datepicker select.ui-datepicker-month-year,.control-panel-redux .ui-datepicker select.ui-datepicker-month-year,.redux-metabox .ui-datepicker select.ui-datepicker-month-year{width:100%}.redux-container .ui-datepicker select.ui-datepicker-month,.redux-container .ui-datepicker select.ui-datepicker-year,.control-section-redux .ui-datepicker select.ui-datepicker-month,.control-section-redux .ui-datepicker select.ui-datepicker-year,.control-panel-redux .ui-datepicker select.ui-datepicker-month,.control-panel-redux .ui-datepicker select.ui-datepicker-year,.redux-metabox .ui-datepicker select.ui-datepicker-month,.redux-metabox .ui-datepicker select.ui-datepicker-year{width:49%}.redux-container .ui-datepicker table,.control-section-redux .ui-datepicker table,.control-panel-redux .ui-datepicker table,.redux-metabox .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.redux-container .ui-datepicker th,.control-section-redux .ui-datepicker th,.control-panel-redux .ui-datepicker th,.redux-metabox .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.redux-container .ui-datepicker td,.control-section-redux .ui-datepicker td,.control-panel-redux .ui-datepicker td,.redux-metabox .ui-datepicker td{border:0;padding:1px}.redux-container .ui-datepicker td span,.redux-container .ui-datepicker td a,.control-section-redux .ui-datepicker td span,.control-section-redux .ui-datepicker td a,.control-panel-redux .ui-datepicker td span,.control-panel-redux .ui-datepicker td a,.redux-metabox .ui-datepicker td span,.redux-metabox .ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.redux-container .ui-datepicker .ui-datepicker-buttonpane,.control-section-redux .ui-datepicker .ui-datepicker-buttonpane,.control-panel-redux .ui-datepicker .ui-datepicker-buttonpane,.redux-metabox .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.redux-container .ui-datepicker .ui-datepicker-buttonpane button,.control-section-redux .ui-datepicker .ui-datepicker-buttonpane button,.control-panel-redux .ui-datepicker .ui-datepicker-buttonpane button,.redux-metabox .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.redux-container .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.control-section-redux .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.control-panel-redux .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.redux-metabox .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.redux-container .ui-datepicker.ui-datepicker-multi,.control-section-redux .ui-datepicker.ui-datepicker-multi,.control-panel-redux .ui-datepicker.ui-datepicker-multi,.redux-metabox .ui-datepicker.ui-datepicker-multi{width:auto}.redux-container .ui-datepicker-multi .ui-datepicker-group,.control-section-redux .ui-datepicker-multi .ui-datepicker-group,.control-panel-redux .ui-datepicker-multi .ui-datepicker-group,.redux-metabox .ui-datepicker-multi .ui-datepicker-group{float:left}.redux-container .ui-datepicker-multi .ui-datepicker-group table,.control-section-redux .ui-datepicker-multi .ui-datepicker-group table,.control-panel-redux .ui-datepicker-multi .ui-datepicker-group table,.redux-metabox .ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.redux-container .ui-datepicker-multi-2 .ui-datepicker-group,.control-section-redux .ui-datepicker-multi-2 .ui-datepicker-group,.control-panel-redux .ui-datepicker-multi-2 .ui-datepicker-group,.redux-metabox .ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.redux-container .ui-datepicker-multi-3 .ui-datepicker-group,.control-section-redux .ui-datepicker-multi-3 .ui-datepicker-group,.control-panel-redux .ui-datepicker-multi-3 .ui-datepicker-group,.redux-metabox .ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.redux-container .ui-datepicker-multi-4 .ui-datepicker-group,.control-section-redux .ui-datepicker-multi-4 .ui-datepicker-group,.control-panel-redux .ui-datepicker-multi-4 .ui-datepicker-group,.redux-metabox .ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.redux-container .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.control-section-redux .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.control-panel-redux .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.redux-metabox .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.redux-container .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header,.control-section-redux .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header,.control-panel-redux .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header,.redux-metabox .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.redux-container .ui-datepicker-multi .ui-datepicker-buttonpane,.control-section-redux .ui-datepicker-multi .ui-datepicker-buttonpane,.control-panel-redux .ui-datepicker-multi .ui-datepicker-buttonpane,.redux-metabox .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.redux-container .ui-datepicker-row-break,.control-section-redux .ui-datepicker-row-break,.control-panel-redux .ui-datepicker-row-break,.redux-metabox .ui-datepicker-row-break{clear:both;width:100%;font-size:0em}.redux-container .ui-datepicker-rtl,.control-section-redux .ui-datepicker-rtl,.control-panel-redux .ui-datepicker-rtl,.redux-metabox .ui-datepicker-rtl{direction:rtl}.redux-container .ui-datepicker-rtl .ui-datepicker-prev,.control-section-redux .ui-datepicker-rtl .ui-datepicker-prev,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-prev,.redux-metabox .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.redux-container .ui-datepicker-rtl .ui-datepicker-next,.control-section-redux .ui-datepicker-rtl .ui-datepicker-next,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-next,.redux-metabox .ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.redux-container .ui-datepicker-rtl .ui-datepicker-prev:hover,.control-section-redux .ui-datepicker-rtl .ui-datepicker-prev:hover,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-prev:hover,.redux-metabox .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.redux-container .ui-datepicker-rtl .ui-datepicker-next:hover,.control-section-redux .ui-datepicker-rtl .ui-datepicker-next:hover,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-next:hover,.redux-metabox .ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.redux-container .ui-datepicker-rtl .ui-datepicker-buttonpane,.control-section-redux .ui-datepicker-rtl .ui-datepicker-buttonpane,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-buttonpane,.redux-metabox .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.redux-container .ui-datepicker-rtl .ui-datepicker-buttonpane button,.control-section-redux .ui-datepicker-rtl .ui-datepicker-buttonpane button,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-buttonpane button,.redux-metabox .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.redux-container .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.control-section-redux .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.redux-metabox .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.redux-container .ui-datepicker-rtl .ui-datepicker-group,.control-section-redux .ui-datepicker-rtl .ui-datepicker-group,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-group,.redux-metabox .ui-datepicker-rtl .ui-datepicker-group{float:right}.redux-container .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.control-section-redux .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.redux-metabox .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.redux-container .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header,.control-section-redux .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header,.control-panel-redux .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header,.redux-metabox .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.redux-container .ui-datepicker-cover,.control-section-redux .ui-datepicker-cover,.control-panel-redux .ui-datepicker-cover,.redux-metabox .ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.redux-container .ui-datepicker th,.control-section-redux .ui-datepicker th,.control-panel-redux .ui-datepicker th,.redux-metabox .ui-datepicker th{font-weight:bold;color:gray}.redux-container .ui-datepicker-today a:hover,.control-section-redux .ui-datepicker-today a:hover,.control-panel-redux .ui-datepicker-today a:hover,.redux-metabox .ui-datepicker-today a:hover{background-color:#808080;color:#ffffff}.redux-container .ui-datepicker-today a,.control-section-redux .ui-datepicker-today a,.control-panel-redux .ui-datepicker-today a,.redux-metabox .ui-datepicker-today a{background-color:#BFBFBF;cursor:pointer;padding:0 4px;margin-bottom:0px}.redux-container .ui-datepicker td a,.control-section-redux .ui-datepicker td a,.control-panel-redux .ui-datepicker td a,.redux-metabox .ui-datepicker td a{margin-bottom:0px;border:0px}.redux-container .ui-datepicker td:hover,.control-section-redux .ui-datepicker td:hover,.control-panel-redux .ui-datepicker td:hover,.redux-metabox .ui-datepicker td:hover{color:#ffffff}.redux-container .ui-datepicker td .ui-state-default,.control-section-redux .ui-datepicker td .ui-state-default,.control-panel-redux .ui-datepicker td .ui-state-default,.redux-metabox .ui-datepicker td .ui-state-default{border:0px;background:none;margin-bottom:0px;padding:5px;color:gray;text-align:center;filter:none}.redux-container .ui-datepicker td .ui-state-active,.control-section-redux .ui-datepicker td .ui-state-active,.control-panel-redux .ui-datepicker td .ui-state-active,.redux-metabox .ui-datepicker td .ui-state-active{background:#BFBFBF;margin-bottom:0px;font-size:normal;text-shadow:0px;color:#ffffff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.redux-container .ui-datepicker td .ui-state-hover,.control-section-redux .ui-datepicker td .ui-state-hover,.control-panel-redux .ui-datepicker td .ui-state-hover,.redux-metabox .ui-datepicker td .ui-state-hover{color:#ffffff;background:#0064cd;background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:4px;-moz-border-radius:4px;-khtml-border-radius:4px;border-radius:4px}.redux-container .ui-widget-content,.control-section-redux .ui-widget-content,.control-panel-redux .ui-widget-content,.redux-metabox .ui-widget-content{border:1px solid #dfdfdf}.redux-container .ui-datepicker table,.control-section-redux .ui-datepicker table,.control-panel-redux .ui-datepicker table,.redux-metabox .ui-datepicker table{background:#fff}.redux-container .placeholder,.control-section-redux .placeholder,.control-panel-redux .placeholder,.redux-metabox .placeholder{background:#f9f9f9 !important;border:1px dashed #bbb !important}.wp-customizer #ui-datepicker-div{z-index:999999 !important}
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.less
ADDED
@@ -0,0 +1,793 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* jQuery UI Bootstrap (0.5)
|
3 |
+
* http://addyosmani.github.com/jquery-ui-bootstrap
|
4 |
+
*
|
5 |
+
* Copyright 2012 - 2013, Addy Osmani
|
6 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
7 |
+
*
|
8 |
+
* Portions copyright jQuery UI & Twitter Bootstrap
|
9 |
+
*/
|
10 |
+
|
11 |
+
.redux-main {
|
12 |
+
/* Interaction Cues
|
13 |
+
----------------------------------*/
|
14 |
+
.ui-state-disabled { cursor: default !important; }
|
15 |
+
|
16 |
+
|
17 |
+
/* Icons
|
18 |
+
----------------------------------*/
|
19 |
+
|
20 |
+
/* states and images */
|
21 |
+
.ui-icon {
|
22 |
+
display: block;
|
23 |
+
text-indent: -99999px;
|
24 |
+
overflow: hidden;
|
25 |
+
background-repeat: no-repeat;
|
26 |
+
}
|
27 |
+
|
28 |
+
|
29 |
+
/* Misc visuals
|
30 |
+
----------------------------------*/
|
31 |
+
|
32 |
+
|
33 |
+
/*
|
34 |
+
* jQuery UI CSS Framework 1.10.0
|
35 |
+
*
|
36 |
+
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
|
37 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
38 |
+
* http://jquery.org/license
|
39 |
+
*
|
40 |
+
*
|
41 |
+
*
|
42 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
43 |
+
*/
|
44 |
+
|
45 |
+
/* Component containers
|
46 |
+
----------------------------------*/
|
47 |
+
.ui-widget { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
|
48 |
+
.ui-widget .ui-widget { font-size: 1em; }
|
49 |
+
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
|
50 |
+
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
|
51 |
+
.ui-widget-content a { color: #404040; }
|
52 |
+
.ui-widget-header {
|
53 |
+
font-weight:bold;
|
54 |
+
border-color: #0064cd #0064cd #003f81;
|
55 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
56 |
+
border:1px solid #666;
|
57 |
+
}
|
58 |
+
.ui-widget-header a { color: #222222; }
|
59 |
+
|
60 |
+
/* Interaction states
|
61 |
+
----------------------------------*/
|
62 |
+
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
63 |
+
|
64 |
+
background-color: #e6e6e6;
|
65 |
+
background-repeat: no-repeat;
|
66 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
67 |
+
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
68 |
+
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
|
69 |
+
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
70 |
+
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
71 |
+
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
72 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
|
73 |
+
|
74 |
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
75 |
+
|
76 |
+
color: #333;
|
77 |
+
font-size: 13px;
|
78 |
+
line-height: normal;
|
79 |
+
border: 1px solid #ccc;
|
80 |
+
border-bottom-color: #bbb;
|
81 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
82 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
83 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
84 |
+
-webkit-transition: 0.1s linear background-image;
|
85 |
+
-moz-transition: 0.1s linear background-image;
|
86 |
+
-ms-transition: 0.1s linear background-image;
|
87 |
+
-o-transition: 0.1s linear background-image;
|
88 |
+
transition: 0.1s linear background-image;
|
89 |
+
overflow: visible;
|
90 |
+
|
91 |
+
}
|
92 |
+
|
93 |
+
|
94 |
+
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
|
95 |
+
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
|
96 |
+
background-position: 0 -15px;
|
97 |
+
color: #333;
|
98 |
+
text-decoration: none;
|
99 |
+
}
|
100 |
+
|
101 |
+
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
|
102 |
+
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; font-weight: normal; color: #212121; }
|
103 |
+
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
|
104 |
+
.ui-widget :active { outline: none; }
|
105 |
+
|
106 |
+
/* Interaction Cues
|
107 |
+
----------------------------------*/
|
108 |
+
|
109 |
+
|
110 |
+
.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
|
111 |
+
font-size: 13px;
|
112 |
+
font-weight: normal;
|
113 |
+
line-height: 18px;
|
114 |
+
margin:7px 15px;
|
115 |
+
}
|
116 |
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
|
117 |
+
|
118 |
+
|
119 |
+
position: relative;
|
120 |
+
margin-bottom: 18px;
|
121 |
+
color: #404040;
|
122 |
+
background-color: #eedc94;
|
123 |
+
background-repeat: repeat-x;
|
124 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
|
125 |
+
background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
|
126 |
+
background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
|
127 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
|
128 |
+
background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
|
129 |
+
background-image: -o-linear-gradient(top, #fceec1, #eedc94);
|
130 |
+
background-image: linear-gradient(top, #fceec1, #eedc94);
|
131 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
|
132 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
133 |
+
border-color: #eedc94 #eedc94 #e4c652;
|
134 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
135 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
136 |
+
border-width: 1px;
|
137 |
+
border-style: solid;
|
138 |
+
-webkit-border-radius: 4px;
|
139 |
+
-moz-border-radius: 4px;
|
140 |
+
border-radius: 4px;
|
141 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
142 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
143 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
144 |
+
|
145 |
+
|
146 |
+
}
|
147 |
+
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
148 |
+
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
|
149 |
+
|
150 |
+
|
151 |
+
position: relative;
|
152 |
+
margin-bottom: 18px;
|
153 |
+
color: #ffffff;
|
154 |
+
border-width: 1px;
|
155 |
+
border-style: solid;
|
156 |
+
-webkit-border-radius: 4px;
|
157 |
+
-moz-border-radius: 4px;
|
158 |
+
border-radius: 4px;
|
159 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
160 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
161 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
162 |
+
background-color: #c43c35;
|
163 |
+
background-repeat: repeat-x;
|
164 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
|
165 |
+
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
166 |
+
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
|
167 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
|
168 |
+
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
169 |
+
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
170 |
+
background-image: linear-gradient(top, #ee5f5b, #c43c35);
|
171 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
|
172 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
173 |
+
border-color: #c43c35 #c43c35 #882a25;
|
174 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
175 |
+
|
176 |
+
|
177 |
+
}
|
178 |
+
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
179 |
+
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
180 |
+
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
181 |
+
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
182 |
+
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
183 |
+
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
|
184 |
+
|
185 |
+
|
186 |
+
/* Icons
|
187 |
+
----------------------------------*/
|
188 |
+
|
189 |
+
/* states and images */
|
190 |
+
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
191 |
+
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
192 |
+
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
193 |
+
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
|
194 |
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
195 |
+
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
196 |
+
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
|
197 |
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_f6cf3b_256x240.png); }
|
198 |
+
|
199 |
+
/* positioning */
|
200 |
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
201 |
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
202 |
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
203 |
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
204 |
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
205 |
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
206 |
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
207 |
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
208 |
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
209 |
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
210 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
211 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
212 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
213 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
214 |
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
215 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
216 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
217 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
218 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
219 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
220 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
221 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
222 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
223 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
224 |
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
225 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
226 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
227 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
228 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
229 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
230 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
231 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
232 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
233 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
234 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
235 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
236 |
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
237 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
238 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
239 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
240 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
241 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
242 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
243 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
244 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
245 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
246 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
247 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
248 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
249 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
250 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
251 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
252 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
253 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
254 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
255 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
256 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
257 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
258 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
259 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
260 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
261 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
262 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
263 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
264 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
265 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
266 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
267 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
268 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
269 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
270 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
271 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
272 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
273 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
274 |
+
.ui-icon-document { background-position: -32px -96px; }
|
275 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
276 |
+
.ui-icon-note { background-position: -64px -96px; }
|
277 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
278 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
279 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
280 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
281 |
+
.ui-icon-person { background-position: -144px -96px; }
|
282 |
+
.ui-icon-print { background-position: -160px -96px; }
|
283 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
284 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
285 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
286 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
287 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
288 |
+
.ui-icon-home { background-position: 0 -112px; }
|
289 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
290 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
291 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
292 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
293 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
294 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
295 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
296 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
297 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
298 |
+
.ui-icon-search { background-position: -160px -112px; }
|
299 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
300 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
301 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
302 |
+
.ui-icon-star { background-position: -224px -112px; }
|
303 |
+
.ui-icon-link { background-position: -240px -112px; }
|
304 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
305 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
306 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
307 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
308 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
309 |
+
.ui-icon-close { background-position: -80px -128px; }
|
310 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
311 |
+
.ui-icon-key { background-position: -112px -128px; }
|
312 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
313 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
314 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
315 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
316 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
317 |
+
.ui-icon-image { background-position: -208px -128px; }
|
318 |
+
.ui-icon-video { background-position: -224px -128px; }
|
319 |
+
.ui-icon-script { background-position: -240px -128px; }
|
320 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
321 |
+
.ui-icon-info { background-position: -16px -144px; }
|
322 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
323 |
+
.ui-icon-help { background-position: -48px -144px; }
|
324 |
+
.ui-icon-check { background-position: -64px -144px; }
|
325 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
326 |
+
.ui-icon-radio-off { background-position: -96px -144px; }
|
327 |
+
.ui-icon-radio-on { background-position: -112px -144px; }
|
328 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
329 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
330 |
+
.ui-icon-play { background-position: 0 -160px; }
|
331 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
332 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
333 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
334 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
335 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
336 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
337 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
338 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
339 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
340 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
341 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
342 |
+
.ui-icon-power { background-position: 0 -176px; }
|
343 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
344 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
345 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
346 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
347 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
348 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
349 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
350 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
351 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
352 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
353 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
354 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
355 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
356 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
357 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
358 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
359 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
360 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
361 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
362 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
363 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
364 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
365 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
366 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
367 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
368 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
369 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
370 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
371 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
372 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
373 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
374 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
375 |
+
|
376 |
+
|
377 |
+
/* Misc visuals
|
378 |
+
----------------------------------*/
|
379 |
+
|
380 |
+
/* Corner radius */
|
381 |
+
.ui-corner-all,
|
382 |
+
.ui-corner-top,
|
383 |
+
.ui-corner-left,
|
384 |
+
.ui-corner-tl {
|
385 |
+
-moz-border-radius-topleft: 4px;
|
386 |
+
-webkit-border-top-left-radius: 4px;
|
387 |
+
-khtml-border-top-left-radius: 4px;
|
388 |
+
border-top-left-radius: 4px;
|
389 |
+
}
|
390 |
+
.ui-corner-all,
|
391 |
+
.ui-corner-top,
|
392 |
+
.ui-corner-right,
|
393 |
+
.ui-corner-tr {
|
394 |
+
-moz-border-radius-topright: 4px;
|
395 |
+
-webkit-border-top-right-radius: 4px;
|
396 |
+
-khtml-border-top-right-radius: 4px;
|
397 |
+
border-top-right-radius: 4px;
|
398 |
+
}
|
399 |
+
.ui-corner-all,
|
400 |
+
.ui-corner-bottom,
|
401 |
+
.ui-corner-left,
|
402 |
+
.ui-corner-bl {
|
403 |
+
-moz-border-radius-bottomleft: 4px;
|
404 |
+
-webkit-border-bottom-left-radius: 4px;
|
405 |
+
-khtml-border-bottom-left-radius: 4px;
|
406 |
+
border-bottom-left-radius: 4px;
|
407 |
+
}
|
408 |
+
.ui-corner-all,
|
409 |
+
.ui-corner-bottom,
|
410 |
+
.ui-corner-right,
|
411 |
+
.ui-corner-br {
|
412 |
+
-moz-border-radius-bottomright: 4px;
|
413 |
+
-webkit-border-bottom-right-radius: 4px;
|
414 |
+
-khtml-border-bottom-right-radius: 4px;
|
415 |
+
border-bottom-right-radius: 4px;
|
416 |
+
}
|
417 |
+
|
418 |
+
|
419 |
+
/* Overlays */
|
420 |
+
|
421 |
+
.ui-widget-overlay {
|
422 |
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
423 |
+
opacity: .30;
|
424 |
+
filter:Alpha(Opacity=30);
|
425 |
+
}
|
426 |
+
|
427 |
+
.ui-widget-shadow {
|
428 |
+
margin: -8px 0 0 -8px;
|
429 |
+
padding: 8px;
|
430 |
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
431 |
+
opacity: .30;filter:Alpha(Opacity=30);
|
432 |
+
-moz-border-radius: 8px;
|
433 |
+
-khtml-border-radius: 8px;
|
434 |
+
-webkit-border-radius: 8px;
|
435 |
+
border-radius: 8px;
|
436 |
+
}
|
437 |
+
|
438 |
+
/*
|
439 |
+
* jQuery UI Accordion 1.10.0
|
440 |
+
*
|
441 |
+
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
|
442 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
443 |
+
* http://jquery.org/license
|
444 |
+
*
|
445 |
+
* http://jqueryui.com/accordion/
|
446 |
+
*/
|
447 |
+
|
448 |
+
/* IE/Win - Fix animation bug - #4615 */
|
449 |
+
|
450 |
+
.ui-accordion {
|
451 |
+
width: 100%;
|
452 |
+
}
|
453 |
+
.ui-accordion .ui-accordion-header {
|
454 |
+
cursor: pointer;
|
455 |
+
position: relative;
|
456 |
+
margin-top: 1px;
|
457 |
+
zoom: 1;
|
458 |
+
font-weight:bold;
|
459 |
+
}
|
460 |
+
.ui-accordion .ui-accordion-li-fix {
|
461 |
+
display: inline;
|
462 |
+
}
|
463 |
+
.ui-accordion .ui-accordion-header-active {
|
464 |
+
border-bottom: 0 !important;
|
465 |
+
}
|
466 |
+
.ui-accordion .ui-accordion-header a {
|
467 |
+
display: block;
|
468 |
+
font-size: 1em;
|
469 |
+
padding: .5em .5em .5em 1.7em;
|
470 |
+
}
|
471 |
+
.ui-accordion-icons .ui-accordion-header a {
|
472 |
+
padding-left: 2.2em;
|
473 |
+
}
|
474 |
+
.ui-accordion .ui-accordion-header .ui-icon {
|
475 |
+
position: absolute;
|
476 |
+
left: .5em;
|
477 |
+
top: 50%;
|
478 |
+
margin-top: -8px;
|
479 |
+
}
|
480 |
+
.ui-accordion .ui-accordion-content {
|
481 |
+
padding: 1em 2.2em;
|
482 |
+
border-top: 0;
|
483 |
+
margin-top: -2px;
|
484 |
+
position: relative;
|
485 |
+
top: 1px;
|
486 |
+
margin-bottom: 2px;
|
487 |
+
overflow: auto;
|
488 |
+
display: none;
|
489 |
+
zoom: 1;
|
490 |
+
}
|
491 |
+
.ui-accordion .ui-accordion-content-active {
|
492 |
+
display: block;
|
493 |
+
}
|
494 |
+
|
495 |
+
|
496 |
+
/*
|
497 |
+
* jQuery UI Button 1.10.0
|
498 |
+
*
|
499 |
+
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
|
500 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
501 |
+
* http://jquery.org/license
|
502 |
+
*
|
503 |
+
* http://docs.jquery.com/UI/Button#theming
|
504 |
+
*/
|
505 |
+
|
506 |
+
.ui-button {
|
507 |
+
|
508 |
+
cursor: pointer;
|
509 |
+
display: inline-block;
|
510 |
+
background-color: #e6e6e6;
|
511 |
+
background-repeat: no-repeat;
|
512 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
513 |
+
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
514 |
+
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
|
515 |
+
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
516 |
+
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
517 |
+
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
518 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
|
519 |
+
padding: 5px 14px 6px;
|
520 |
+
margin: 0;
|
521 |
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
522 |
+
color: #333;
|
523 |
+
font-size: 13px;
|
524 |
+
line-height: normal;
|
525 |
+
border: 1px solid #ccc;
|
526 |
+
border-bottom-color: #bbb;
|
527 |
+
|
528 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
529 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
530 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
531 |
+
-webkit-transition: 0.1s linear background-image;
|
532 |
+
-moz-transition: 0.1s linear background-image;
|
533 |
+
-ms-transition: 0.1s linear background-image;
|
534 |
+
-o-transition: 0.1s linear background-image;
|
535 |
+
transition: 0.1s linear background-image;
|
536 |
+
overflow: visible;
|
537 |
+
} /* the overflow property removes extra width in IE */
|
538 |
+
|
539 |
+
.ui-button-primary {
|
540 |
+
color: #ffffff;
|
541 |
+
background-color: #0064cd;
|
542 |
+
background-repeat: repeat-x;
|
543 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
|
544 |
+
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
|
545 |
+
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
|
546 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
|
547 |
+
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
|
548 |
+
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
|
549 |
+
background-image: linear-gradient(top, #049cdb, #0064cd);
|
550 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
|
551 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
552 |
+
border-color: #0064cd #0064cd #003f81;
|
553 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
554 |
+
}
|
555 |
+
|
556 |
+
|
557 |
+
.ui-button-success{
|
558 |
+
color:#ffffff;
|
559 |
+
background-color: #57a957;
|
560 |
+
background-repeat: repeat-x;
|
561 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
|
562 |
+
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
563 |
+
background-image: -ms-linear-gradient(top, #62c462, #57a957);
|
564 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
|
565 |
+
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
566 |
+
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
567 |
+
background-image: linear-gradient(top, #62c462, #57a957);
|
568 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
|
569 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
570 |
+
border-color: #57a957 #57a957 #3d773d;
|
571 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
572 |
+
}
|
573 |
+
|
574 |
+
.ui-button-error{
|
575 |
+
color:#ffffff;
|
576 |
+
background-color: #c43c35;
|
577 |
+
background-repeat: repeat-x;
|
578 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
|
579 |
+
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
580 |
+
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
|
581 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
|
582 |
+
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
583 |
+
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
584 |
+
background-image: linear-gradient(top, #ee5f5b, #c43c35);
|
585 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
|
586 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
587 |
+
border-color: #c43c35 #c43c35 #882a25;
|
588 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
589 |
+
}
|
590 |
+
|
591 |
+
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
592 |
+
button.ui-button-icon-only { } /* button elements seem to need a little more width */
|
593 |
+
.ui-button-icons-only { width: 3.4em; }
|
594 |
+
button.ui-button-icons-only { width: 3.7em; }
|
595 |
+
|
596 |
+
/*button text element */
|
597 |
+
|
598 |
+
.ui-button .ui-button-text { display: block; }
|
599 |
+
.ui-button-text-only .ui-button-text { }
|
600 |
+
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
|
601 |
+
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
602 |
+
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
603 |
+
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
604 |
+
/* no icon support for input elements, provide padding by default */
|
605 |
+
/* input.ui-button { padding: .4em 1em; } */
|
606 |
+
|
607 |
+
/*button icon element(s) */
|
608 |
+
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
|
609 |
+
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
610 |
+
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
611 |
+
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
612 |
+
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
613 |
+
|
614 |
+
/*button sets*/
|
615 |
+
|
616 |
+
|
617 |
+
.ui-buttonset { margin-right: 7px; }
|
618 |
+
.ui-buttonset .ui-state-active {
|
619 |
+
color: #ffffff;
|
620 |
+
background-color: #0064cd;
|
621 |
+
background-repeat: repeat-x;
|
622 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
|
623 |
+
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
|
624 |
+
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
|
625 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
|
626 |
+
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
|
627 |
+
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
|
628 |
+
background-image: linear-gradient(top, #049cdb, #0064cd);
|
629 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
|
630 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
631 |
+
border-color: #0064cd #0064cd #003f81;
|
632 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
633 |
+
}
|
634 |
+
.ui-buttonset .ui-button { margin-left: 0; margin-right: 0; }
|
635 |
+
|
636 |
+
/* workarounds */
|
637 |
+
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
638 |
+
|
639 |
+
/*
|
640 |
+
* jQuery UI Datepicker 1.9.0
|
641 |
+
*
|
642 |
+
* Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
|
643 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
644 |
+
* http://jquery.org/license
|
645 |
+
*
|
646 |
+
* http://jqueryui.com/datepicker/
|
647 |
+
*/
|
648 |
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
649 |
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
|
650 |
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
651 |
+
|
652 |
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
|
653 |
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
654 |
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
655 |
+
|
656 |
+
.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
|
657 |
+
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }
|
658 |
+
|
659 |
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
660 |
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
661 |
+
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
662 |
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
663 |
+
.ui-datepicker select.ui-datepicker-month,
|
664 |
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
665 |
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
666 |
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
667 |
+
.ui-datepicker td { border: 0; padding: 1px; }
|
668 |
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
669 |
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
670 |
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
671 |
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
672 |
+
|
673 |
+
/* with multiple calendars */
|
674 |
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
675 |
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
676 |
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
677 |
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
678 |
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
679 |
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
680 |
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
681 |
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
682 |
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
683 |
+
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
684 |
+
|
685 |
+
/* RTL support */
|
686 |
+
.ui-datepicker-rtl { direction: rtl; }
|
687 |
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
688 |
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
689 |
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
690 |
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
691 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
692 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
693 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
694 |
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
695 |
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
696 |
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
697 |
+
|
698 |
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
699 |
+
.ui-datepicker-cover {
|
700 |
+
display: none; /*sorry for IE5*/
|
701 |
+
display: block; /*sorry for IE5*/
|
702 |
+
position: absolute; /*must have*/
|
703 |
+
z-index: -1; /*must have*/
|
704 |
+
filter: mask(); /*must have*/
|
705 |
+
top: -4px; /*must have*/
|
706 |
+
left: -4px; /*must have*/
|
707 |
+
width: 200px; /*must have*/
|
708 |
+
height: 200px; /*must have*/
|
709 |
+
}
|
710 |
+
|
711 |
+
.ui-datepicker th{
|
712 |
+
font-weight: bold;
|
713 |
+
color: gray;
|
714 |
+
}
|
715 |
+
|
716 |
+
.ui-datepicker-today a:hover{
|
717 |
+
background-color: #808080;
|
718 |
+
color: #ffffff;
|
719 |
+
|
720 |
+
}
|
721 |
+
.ui-datepicker-today a{
|
722 |
+
background-color: #BFBFBF;
|
723 |
+
cursor: pointer;
|
724 |
+
padding: 0 4px;
|
725 |
+
margin-bottom:0px;
|
726 |
+
|
727 |
+
}
|
728 |
+
|
729 |
+
|
730 |
+
.ui-datepicker td a{
|
731 |
+
margin-bottom:0px;
|
732 |
+
border:0px;
|
733 |
+
}
|
734 |
+
|
735 |
+
.ui-datepicker td:hover{
|
736 |
+
color: #ffffff;
|
737 |
+
}
|
738 |
+
|
739 |
+
.ui-datepicker td .ui-state-default {
|
740 |
+
border:0px;
|
741 |
+
background:none;
|
742 |
+
margin-bottom:0px;
|
743 |
+
padding:5px;
|
744 |
+
color:gray;
|
745 |
+
text-align: center;
|
746 |
+
filter:none;
|
747 |
+
}
|
748 |
+
|
749 |
+
|
750 |
+
.ui-datepicker td .ui-state-active{
|
751 |
+
background:#BFBFBF;
|
752 |
+
margin-bottom:0px;
|
753 |
+
font-size:normal;
|
754 |
+
text-shadow: 0px;
|
755 |
+
color: #ffffff;
|
756 |
+
-webkit-border-radius: 4px;
|
757 |
+
-moz-border-radius: 4px;
|
758 |
+
border-radius: 4px;
|
759 |
+
}
|
760 |
+
|
761 |
+
.ui-datepicker td .ui-state-hover {
|
762 |
+
color: #ffffff;
|
763 |
+
background: #0064cd;
|
764 |
+
background-color: #0064cd;
|
765 |
+
background-repeat: repeat-x;
|
766 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
|
767 |
+
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
|
768 |
+
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
|
769 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
|
770 |
+
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
|
771 |
+
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
|
772 |
+
background-image: linear-gradient(top, #049cdb, #0064cd);
|
773 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
|
774 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
775 |
+
border-color: #0064cd #0064cd #003f81;
|
776 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
777 |
+
-webkit-border-radius: 4px;
|
778 |
+
-moz-border-radius: 4px;
|
779 |
+
-khtml-border-radius: 4px;
|
780 |
+
border-radius: 4px;
|
781 |
+
}
|
782 |
+
|
783 |
+
.ui-widget-content {
|
784 |
+
border: 1px solid #dfdfdf;
|
785 |
+
}
|
786 |
+
.ui-datepicker table { background: #fff; }
|
787 |
+
|
788 |
+
.placeholder {
|
789 |
+
background:#f9f9f9 !important;
|
790 |
+
border: 1px dashed #bbb !important;
|
791 |
+
}
|
792 |
+
|
793 |
+
}
|
options/redux-framework/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.scss
ADDED
@@ -0,0 +1,799 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* jQuery UI Bootstrap (0.5)
|
3 |
+
* http://addyosmani.github.com/jquery-ui-bootstrap
|
4 |
+
*
|
5 |
+
* Copyright 2012 - 2013, Addy Osmani
|
6 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
7 |
+
*
|
8 |
+
* Portions copyright jQuery UI & Twitter Bootstrap
|
9 |
+
*/
|
10 |
+
|
11 |
+
.redux-container, .control-section-redux, .control-panel-redux, .redux-metabox {
|
12 |
+
/* Interaction Cues
|
13 |
+
----------------------------------*/
|
14 |
+
.ui-state-disabled { cursor: default !important; }
|
15 |
+
|
16 |
+
|
17 |
+
/* Icons
|
18 |
+
----------------------------------*/
|
19 |
+
|
20 |
+
/* states and images */
|
21 |
+
.ui-icon {
|
22 |
+
display: block;
|
23 |
+
text-indent: -99999px;
|
24 |
+
overflow: hidden;
|
25 |
+
background-repeat: no-repeat;
|
26 |
+
}
|
27 |
+
|
28 |
+
|
29 |
+
/* Misc visuals
|
30 |
+
----------------------------------*/
|
31 |
+
|
32 |
+
|
33 |
+
/*
|
34 |
+
* jQuery UI CSS Framework 1.10.0
|
35 |
+
*
|
36 |
+
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
|
37 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
38 |
+
* http://jquery.org/license
|
39 |
+
*
|
40 |
+
*
|
41 |
+
*
|
42 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
43 |
+
*/
|
44 |
+
|
45 |
+
/* Component containers
|
46 |
+
----------------------------------*/
|
47 |
+
//.ui-widget { font-size:13px; }
|
48 |
+
//.ui-widget .ui-widget { font-size: 1em; }
|
49 |
+
//.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
|
50 |
+
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
|
51 |
+
//.ui-widget-content a { color: #404040; }
|
52 |
+
.ui-widget-header {
|
53 |
+
font-weight:bold;
|
54 |
+
border-color: #0064cd #0064cd #003f81;
|
55 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
56 |
+
border:1px solid #666;
|
57 |
+
}
|
58 |
+
.ui-widget-header a { color: #222222; }
|
59 |
+
|
60 |
+
/* Interaction states
|
61 |
+
----------------------------------*/
|
62 |
+
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
63 |
+
|
64 |
+
background-color: #e6e6e6;
|
65 |
+
background-repeat: no-repeat;
|
66 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
67 |
+
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
68 |
+
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
|
69 |
+
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
70 |
+
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
71 |
+
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
72 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
|
73 |
+
|
74 |
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
75 |
+
|
76 |
+
color: #333;
|
77 |
+
font-size: 13px;
|
78 |
+
line-height: normal;
|
79 |
+
border: 1px solid #ccc;
|
80 |
+
border-bottom-color: #bbb;
|
81 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
82 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
83 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
84 |
+
-webkit-transition: 0.1s linear background-image;
|
85 |
+
-moz-transition: 0.1s linear background-image;
|
86 |
+
-ms-transition: 0.1s linear background-image;
|
87 |
+
-o-transition: 0.1s linear background-image;
|
88 |
+
transition: 0.1s linear background-image;
|
89 |
+
overflow: visible;
|
90 |
+
|
91 |
+
}
|
92 |
+
|
93 |
+
|
94 |
+
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
|
95 |
+
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
|
96 |
+
background-position: 0 -15px;
|
97 |
+
color: #333;
|
98 |
+
text-decoration: none;
|
99 |
+
}
|
100 |
+
|
101 |
+
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
|
102 |
+
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; font-weight: normal; color: #212121; }
|
103 |
+
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
|
104 |
+
.ui-widget :active { outline: none; }
|
105 |
+
|
106 |
+
/* Interaction Cues
|
107 |
+
----------------------------------*/
|
108 |
+
|
109 |
+
|
110 |
+
.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
|
111 |
+
font-size: 13px;
|
112 |
+
font-weight: normal;
|
113 |
+
line-height: 18px;
|
114 |
+
margin:7px 15px;
|
115 |
+
}
|
116 |
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
|
117 |
+
|
118 |
+
|
119 |
+
position: relative;
|
120 |
+
margin-bottom: 18px;
|
121 |
+
color: #404040;
|
122 |
+
background-color: #eedc94;
|
123 |
+
background-repeat: repeat-x;
|
124 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
|
125 |
+
background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
|
126 |
+
background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
|
127 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
|
128 |
+
background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
|
129 |
+
background-image: -o-linear-gradient(top, #fceec1, #eedc94);
|
130 |
+
background-image: linear-gradient(top, #fceec1, #eedc94);
|
131 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
|
132 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
133 |
+
border-color: #eedc94 #eedc94 #e4c652;
|
134 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
135 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
136 |
+
border-width: 1px;
|
137 |
+
border-style: solid;
|
138 |
+
-webkit-border-radius: 4px;
|
139 |
+
-moz-border-radius: 4px;
|
140 |
+
border-radius: 4px;
|
141 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
142 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
143 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
144 |
+
|
145 |
+
|
146 |
+
}
|
147 |
+
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
148 |
+
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
|
149 |
+
|
150 |
+
|
151 |
+
position: relative;
|
152 |
+
margin-bottom: 18px;
|
153 |
+
color: #ffffff;
|
154 |
+
border-width: 1px;
|
155 |
+
border-style: solid;
|
156 |
+
-webkit-border-radius: 4px;
|
157 |
+
-moz-border-radius: 4px;
|
158 |
+
border-radius: 4px;
|
159 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
160 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
161 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
162 |
+
background-color: #c43c35;
|
163 |
+
background-repeat: repeat-x;
|
164 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
|
165 |
+
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
166 |
+
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
|
167 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
|
168 |
+
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
169 |
+
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
170 |
+
background-image: linear-gradient(top, #ee5f5b, #c43c35);
|
171 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
|
172 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
173 |
+
border-color: #c43c35 #c43c35 #882a25;
|
174 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
175 |
+
|
176 |
+
|
177 |
+
}
|
178 |
+
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
179 |
+
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
180 |
+
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
181 |
+
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
182 |
+
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
183 |
+
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
|
184 |
+
|
185 |
+
|
186 |
+
/* Icons
|
187 |
+
----------------------------------*/
|
188 |
+
|
189 |
+
/* states and images */
|
190 |
+
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
191 |
+
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
192 |
+
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
193 |
+
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
|
194 |
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
195 |
+
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
196 |
+
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
|
197 |
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_f6cf3b_256x240.png); }
|
198 |
+
|
199 |
+
/* positioning */
|
200 |
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
201 |
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
202 |
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
203 |
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
204 |
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
205 |
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
206 |
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
207 |
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
208 |
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
209 |
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
210 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
211 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
212 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
213 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
214 |
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
215 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
216 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
217 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
218 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
219 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
220 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
221 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
222 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
223 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
224 |
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
225 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
226 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
227 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
228 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
229 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
230 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
231 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
232 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
233 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
234 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
235 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
236 |
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
237 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
238 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
239 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
240 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
241 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
242 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
243 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
244 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
245 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
246 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
247 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
248 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
249 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
250 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
251 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
252 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
253 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
254 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
255 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
256 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
257 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
258 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
259 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
260 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
261 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
262 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
263 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
264 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
265 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
266 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
267 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
268 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
269 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
270 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
271 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
272 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
273 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
274 |
+
.ui-icon-document { background-position: -32px -96px; }
|
275 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
276 |
+
.ui-icon-note { background-position: -64px -96px; }
|
277 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
278 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
279 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
280 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
281 |
+
.ui-icon-person { background-position: -144px -96px; }
|
282 |
+
.ui-icon-print { background-position: -160px -96px; }
|
283 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
284 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
285 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
286 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
287 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
288 |
+
.ui-icon-home { background-position: 0 -112px; }
|
289 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
290 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
291 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
292 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
293 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
294 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
295 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
296 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
297 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
298 |
+
.ui-icon-search { background-position: -160px -112px; }
|
299 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
300 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
301 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
302 |
+
.ui-icon-star { background-position: -224px -112px; }
|
303 |
+
.ui-icon-link { background-position: -240px -112px; }
|
304 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
305 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
306 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
307 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
308 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
309 |
+
.ui-icon-close { background-position: -80px -128px; }
|
310 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
311 |
+
.ui-icon-key { background-position: -112px -128px; }
|
312 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
313 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
314 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
315 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
316 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
317 |
+
.ui-icon-image { background-position: -208px -128px; }
|
318 |
+
.ui-icon-video { background-position: -224px -128px; }
|
319 |
+
.ui-icon-script { background-position: -240px -128px; }
|
320 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
321 |
+
.ui-icon-info { background-position: -16px -144px; }
|
322 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
323 |
+
.ui-icon-help { background-position: -48px -144px; }
|
324 |
+
.ui-icon-check { background-position: -64px -144px; }
|
325 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
326 |
+
.ui-icon-radio-off { background-position: -96px -144px; }
|
327 |
+
.ui-icon-radio-on { background-position: -112px -144px; }
|
328 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
329 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
330 |
+
.ui-icon-play { background-position: 0 -160px; }
|
331 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
332 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
333 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
334 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
335 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
336 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
337 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
338 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
339 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
340 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
341 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
342 |
+
.ui-icon-power { background-position: 0 -176px; }
|
343 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
344 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
345 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
346 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
347 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
348 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
349 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
350 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
351 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
352 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
353 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
354 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
355 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
356 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
357 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
358 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
359 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
360 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
361 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
362 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
363 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
364 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
365 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
366 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
367 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
368 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
369 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
370 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
371 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
372 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
373 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
374 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
375 |
+
|
376 |
+
|
377 |
+
/* Misc visuals
|
378 |
+
----------------------------------*/
|
379 |
+
|
380 |
+
/* Corner radius */
|
381 |
+
.ui-corner-all,
|
382 |
+
.ui-corner-top,
|
383 |
+
.ui-corner-left,
|
384 |
+
.ui-corner-tl {
|
385 |
+
-moz-border-radius-topleft: 4px;
|
386 |
+
-webkit-border-top-left-radius: 4px;
|
387 |
+
-khtml-border-top-left-radius: 4px;
|
388 |
+
border-top-left-radius: 4px;
|
389 |
+
}
|
390 |
+
.ui-corner-all,
|
391 |
+
.ui-corner-top,
|
392 |
+
.ui-corner-right,
|
393 |
+
.ui-corner-tr {
|
394 |
+
-moz-border-radius-topright: 4px;
|
395 |
+
-webkit-border-top-right-radius: 4px;
|
396 |
+
-khtml-border-top-right-radius: 4px;
|
397 |
+
border-top-right-radius: 4px;
|
398 |
+
}
|
399 |
+
.ui-corner-all,
|
400 |
+
.ui-corner-bottom,
|
401 |
+
.ui-corner-left,
|
402 |
+
.ui-corner-bl {
|
403 |
+
-moz-border-radius-bottomleft: 4px;
|
404 |
+
-webkit-border-bottom-left-radius: 4px;
|
405 |
+
-khtml-border-bottom-left-radius: 4px;
|
406 |
+
border-bottom-left-radius: 4px;
|
407 |
+
}
|
408 |
+
.ui-corner-all,
|
409 |
+
.ui-corner-bottom,
|
410 |
+
.ui-corner-right,
|
411 |
+
.ui-corner-br {
|
412 |
+
-moz-border-radius-bottomright: 4px;
|
413 |
+
-webkit-border-bottom-right-radius: 4px;
|
414 |
+
-khtml-border-bottom-right-radius: 4px;
|
415 |
+
border-bottom-right-radius: 4px;
|
416 |
+
}
|
417 |
+
|
418 |
+
|
419 |
+
/* Overlays */
|
420 |
+
|
421 |
+
.ui-widget-overlay {
|
422 |
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
423 |
+
opacity: .30;
|
424 |
+
filter:Alpha(Opacity=30);
|
425 |
+
}
|
426 |
+
|
427 |
+
.ui-widget-shadow {
|
428 |
+
margin: -8px 0 0 -8px;
|
429 |
+
padding: 8px;
|
430 |
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
431 |
+
opacity: .30;filter:Alpha(Opacity=30);
|
432 |
+
-moz-border-radius: 8px;
|
433 |
+
-khtml-border-radius: 8px;
|
434 |
+
-webkit-border-radius: 8px;
|
435 |
+
border-radius: 8px;
|
436 |
+
}
|
437 |
+
|
438 |
+
/*
|
439 |
+
* jQuery UI Accordion 1.10.0
|
440 |
+
*
|
441 |
+
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
|
442 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
443 |
+
* http://jquery.org/license
|
444 |
+
*
|
445 |
+
* http://jqueryui.com/accordion/
|
446 |
+
*/
|
447 |
+
|
448 |
+
/* IE/Win - Fix animation bug - #4615 */
|
449 |
+
|
450 |
+
.ui-accordion {
|
451 |
+
width: 100%;
|
452 |
+
}
|
453 |
+
.ui-accordion .ui-accordion-header {
|
454 |
+
cursor: pointer;
|
455 |
+
position: relative;
|
456 |
+
margin-top: 1px;
|
457 |
+
zoom: 1;
|
458 |
+
font-weight:bold;
|
459 |
+
}
|
460 |
+
.ui-accordion .ui-accordion-li-fix {
|
461 |
+
display: inline;
|
462 |
+
}
|
463 |
+
.ui-accordion .ui-accordion-header-active {
|
464 |
+
border-bottom: 0 !important;
|
465 |
+
}
|
466 |
+
.ui-accordion .ui-accordion-header a {
|
467 |
+
display: block;
|
468 |
+
font-size: 1em;
|
469 |
+
padding: .5em .5em .5em 1.7em;
|
470 |
+
}
|
471 |
+
.ui-accordion-icons .ui-accordion-header a {
|
472 |
+
padding-left: 2.2em;
|
473 |
+
}
|
474 |
+
.ui-accordion .ui-accordion-header .ui-icon {
|
475 |
+
position: absolute;
|
476 |
+
left: .5em;
|
477 |
+
top: 50%;
|
478 |
+
margin-top: -8px;
|
479 |
+
}
|
480 |
+
.ui-accordion .ui-accordion-content {
|
481 |
+
padding: 1em 2.2em;
|
482 |
+
border-top: 0;
|
483 |
+
margin-top: -2px;
|
484 |
+
position: relative;
|
485 |
+
top: 1px;
|
486 |
+
margin-bottom: 2px;
|
487 |
+
overflow: auto;
|
488 |
+
display: none;
|
489 |
+
zoom: 1;
|
490 |
+
}
|
491 |
+
.ui-accordion .ui-accordion-content-active {
|
492 |
+
display: block;
|
493 |
+
}
|
494 |
+
|
495 |
+
|
496 |
+
/*
|
497 |
+
* jQuery UI Button 1.10.0
|
498 |
+
*
|
499 |
+
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
|
500 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
501 |
+
* http://jquery.org/license
|
502 |
+
*
|
503 |
+
* http://docs.jquery.com/UI/Button#theming
|
504 |
+
*/
|
505 |
+
|
506 |
+
.ui-button {
|
507 |
+
|
508 |
+
cursor: pointer;
|
509 |
+
display: inline-block;
|
510 |
+
background-color: #e6e6e6;
|
511 |
+
background-repeat: no-repeat;
|
512 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
513 |
+
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
514 |
+
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
|
515 |
+
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
516 |
+
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
517 |
+
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
518 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
|
519 |
+
padding: 5px 14px 6px;
|
520 |
+
margin: 0;
|
521 |
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
522 |
+
color: #333;
|
523 |
+
font-size: 13px;
|
524 |
+
line-height: normal;
|
525 |
+
border: 1px solid #ccc;
|
526 |
+
border-bottom-color: #bbb;
|
527 |
+
|
528 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
529 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
530 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
531 |
+
-webkit-transition: 0.1s linear background-image;
|
532 |
+
-moz-transition: 0.1s linear background-image;
|
533 |
+
-ms-transition: 0.1s linear background-image;
|
534 |
+
-o-transition: 0.1s linear background-image;
|
535 |
+
transition: 0.1s linear background-image;
|
536 |
+
overflow: visible;
|
537 |
+
} /* the overflow property removes extra width in IE */
|
538 |
+
|
539 |
+
.ui-button-primary {
|
540 |
+
color: #ffffff;
|
541 |
+
background-color: #0064cd;
|
542 |
+
background-repeat: repeat-x;
|
543 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
|
544 |
+
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
|
545 |
+
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
|
546 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
|
547 |
+
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
|
548 |
+
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
|
549 |
+
background-image: linear-gradient(top, #049cdb, #0064cd);
|
550 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
|
551 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
552 |
+
border-color: #0064cd #0064cd #003f81;
|
553 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
554 |
+
}
|
555 |
+
|
556 |
+
|
557 |
+
.ui-button-success{
|
558 |
+
color:#ffffff;
|
559 |
+
background-color: #57a957;
|
560 |
+
background-repeat: repeat-x;
|
561 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
|
562 |
+
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
563 |
+
background-image: -ms-linear-gradient(top, #62c462, #57a957);
|
564 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
|
565 |
+
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
566 |
+
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
567 |
+
background-image: linear-gradient(top, #62c462, #57a957);
|
568 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
|
569 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
570 |
+
border-color: #57a957 #57a957 #3d773d;
|
571 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
572 |
+
}
|
573 |
+
|
574 |
+
.ui-button-error{
|
575 |
+
color:#ffffff;
|
576 |
+
background-color: #c43c35;
|
577 |
+
background-repeat: repeat-x;
|
578 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
|
579 |
+
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
580 |
+
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
|
581 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
|
582 |
+
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
583 |
+
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
584 |
+
background-image: linear-gradient(top, #ee5f5b, #c43c35);
|
585 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
|
586 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
587 |
+
border-color: #c43c35 #c43c35 #882a25;
|
588 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
589 |
+
}
|
590 |
+
|
591 |
+
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
592 |
+
button.ui-button-icon-only { } /* button elements seem to need a little more width */
|
593 |
+
.ui-button-icons-only { width: 3.4em; }
|
594 |
+
button.ui-button-icons-only { width: 3.7em; }
|
595 |
+
|
596 |
+
/*button text element */
|
597 |
+
|
598 |
+
.ui-button .ui-button-text { display: block; }
|
599 |
+
.ui-button-text-only .ui-button-text { }
|
600 |
+
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
|
601 |
+
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
602 |
+
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
603 |
+
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
604 |
+
/* no icon support for input elements, provide padding by default */
|
605 |
+
/* input.ui-button { padding: .4em 1em; } */
|
606 |
+
|
607 |
+
/*button icon element(s) */
|
608 |
+
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
|
609 |
+
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
610 |
+
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
611 |
+
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
612 |
+
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
613 |
+
|
614 |
+
/*button sets*/
|
615 |
+
|
616 |
+
|
617 |
+
.ui-buttonset { margin-right: 7px; }
|
618 |
+
.ui-buttonset .ui-state-active {
|
619 |
+
color: #ffffff;
|
620 |
+
background-color: #0064cd;
|
621 |
+
background-repeat: repeat-x;
|
622 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
|
623 |
+
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
|
624 |
+
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
|
625 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
|
626 |
+
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
|
627 |
+
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
|
628 |
+
background-image: linear-gradient(top, #049cdb, #0064cd);
|
629 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
|
630 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
631 |
+
border-color: #0064cd #0064cd #003f81;
|
632 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
633 |
+
}
|
634 |
+
.ui-buttonset .ui-button { margin-left: 0; margin-right: 0; }
|
635 |
+
|
636 |
+
/* workarounds */
|
637 |
+
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
638 |
+
|
639 |
+
/*
|
640 |
+
* jQuery UI Datepicker 1.9.0
|
641 |
+
*
|
642 |
+
* Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
|
643 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
644 |
+
* http://jquery.org/license
|
645 |
+
*
|
646 |
+
* http://jqueryui.com/datepicker/
|
647 |
+
*/
|
648 |
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
649 |
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
|
650 |
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
651 |
+
|
652 |
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
|
653 |
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
654 |
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
655 |
+
|
656 |
+
.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
|
657 |
+
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }
|
658 |
+
|
659 |
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
660 |
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
661 |
+
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
662 |
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
663 |
+
.ui-datepicker select.ui-datepicker-month,
|
664 |
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
665 |
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
666 |
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
667 |
+
.ui-datepicker td { border: 0; padding: 1px; }
|
668 |
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
669 |
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
670 |
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
671 |
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
672 |
+
|
673 |
+
/* with multiple calendars */
|
674 |
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
675 |
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
676 |
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
677 |
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
678 |
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
679 |
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
680 |
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
681 |
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
682 |
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
683 |
+
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
684 |
+
|
685 |
+
/* RTL support */
|
686 |
+
.ui-datepicker-rtl { direction: rtl; }
|
687 |
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
688 |
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
689 |
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
690 |
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
691 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
692 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
693 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
694 |
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
695 |
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
696 |
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
697 |
+
|
698 |
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
699 |
+
.ui-datepicker-cover {
|
700 |
+
display: none; /*sorry for IE5*/
|
701 |
+
display: block; /*sorry for IE5*/
|
702 |
+
position: absolute; /*must have*/
|
703 |
+
z-index: -1; /*must have*/
|
704 |
+
filter: mask(); /*must have*/
|
705 |
+
top: -4px; /*must have*/
|
706 |
+
left: -4px; /*must have*/
|
707 |
+
width: 200px; /*must have*/
|
708 |
+
height: 200px; /*must have*/
|
709 |
+
}
|
710 |
+
|
711 |
+
.ui-datepicker th{
|
712 |
+
font-weight: bold;
|
713 |
+
color: gray;
|
714 |
+
}
|
715 |
+
|
716 |
+
.ui-datepicker-today a:hover{
|
717 |
+
background-color: #808080;
|
718 |
+
color: #ffffff;
|
719 |
+
|
720 |
+
}
|
721 |
+
.ui-datepicker-today a{
|
722 |
+
background-color: #BFBFBF;
|
723 |
+
cursor: pointer;
|
724 |
+
padding: 0 4px;
|
725 |
+
margin-bottom:0px;
|
726 |
+
|
727 |
+
}
|
728 |
+
|
729 |
+
|
730 |
+
.ui-datepicker td a{
|
731 |
+
margin-bottom:0px;
|
732 |
+
border:0px;
|
733 |
+
}
|
734 |
+
|
735 |
+
.ui-datepicker td:hover{
|
736 |
+
color: #ffffff;
|
737 |
+
}
|
738 |
+
|
739 |
+
.ui-datepicker td .ui-state-default {
|
740 |
+
border:0px;
|
741 |
+
background:none;
|
742 |
+
margin-bottom:0px;
|
743 |
+
padding:5px;
|
744 |
+
color:gray;
|
745 |
+
text-align: center;
|
746 |
+
filter:none;
|
747 |
+
}
|
748 |
+
|
749 |
+
|
750 |
+
.ui-datepicker td .ui-state-active{
|
751 |
+
background:#BFBFBF;
|
752 |
+
margin-bottom:0px;
|
753 |
+
font-size:normal;
|
754 |
+
text-shadow: 0px;
|
755 |
+
color: #ffffff;
|
756 |
+
-webkit-border-radius: 4px;
|
757 |
+
-moz-border-radius: 4px;
|
758 |
+
border-radius: 4px;
|
759 |
+
}
|
760 |
+
|
761 |
+
.ui-datepicker td .ui-state-hover {
|
762 |
+
color: #ffffff;
|
763 |
+
background: #0064cd;
|
764 |
+
background-color: #0064cd;
|
765 |
+
background-repeat: repeat-x;
|
766 |
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
|
767 |
+
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
|
768 |
+
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
|
769 |
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
|
770 |
+
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
|
771 |
+
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
|
772 |
+
background-image: linear-gradient(top, #049cdb, #0064cd);
|
773 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
|
774 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
775 |
+
border-color: #0064cd #0064cd #003f81;
|
776 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
777 |
+
-webkit-border-radius: 4px;
|
778 |
+
-moz-border-radius: 4px;
|
779 |
+
-khtml-border-radius: 4px;
|
780 |
+
border-radius: 4px;
|
781 |
+
}
|
782 |
+
|
783 |
+
.ui-widget-content {
|
784 |
+
border: 1px solid #dfdfdf;
|
785 |
+
}
|
786 |
+
.ui-datepicker table { background: #fff; }
|
787 |
+
|
788 |
+
.placeholder {
|
789 |
+
background:#f9f9f9 !important;
|
790 |
+
border: 1px dashed #bbb !important;
|
791 |
+
}
|
792 |
+
|
793 |
+
}
|
794 |
+
|
795 |
+
.wp-customizer {
|
796 |
+
#ui-datepicker-div {
|
797 |
+
z-index: 999999 !important;
|
798 |
+
}
|
799 |
+
}
|
options/redux-framework/assets/css/vendor/qtip/jquery.qtip.css
ADDED
@@ -0,0 +1,617 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* qTip2 - Pretty powerful tooltips - v2.2.1
|
3 |
+
* http://qtip2.com
|
4 |
+
*
|
5 |
+
* Copyright (c) 2014
|
6 |
+
* Released under the MIT licenses
|
7 |
+
* http://jquery.org/license
|
8 |
+
*
|
9 |
+
* Date: Sat Sep 6 2014 11:12 GMT+0100+0100
|
10 |
+
* Plugins: tips modal viewport svg imagemap ie6
|
11 |
+
* Styles: core basic css3
|
12 |
+
*/
|
13 |
+
.qtip{
|
14 |
+
position: absolute;
|
15 |
+
left: -28000px;
|
16 |
+
top: -28000px;
|
17 |
+
display: none;
|
18 |
+
|
19 |
+
max-width: 280px;
|
20 |
+
min-width: 50px;
|
21 |
+
|
22 |
+
font-size: 10.5px;
|
23 |
+
line-height: 12px;
|
24 |
+
|
25 |
+
direction: ltr;
|
26 |
+
|
27 |
+
box-shadow: none;
|
28 |
+
padding: 0;
|
29 |
+
}
|
30 |
+
|
31 |
+
.qtip-content{
|
32 |
+
position: relative;
|
33 |
+
padding: 5px 9px;
|
34 |
+
overflow: hidden;
|
35 |
+
|
36 |
+
text-align: left;
|
37 |
+
word-wrap: break-word;
|
38 |
+
}
|
39 |
+
|
40 |
+
.qtip-titlebar{
|
41 |
+
position: relative;
|
42 |
+
padding: 5px 35px 5px 10px;
|
43 |
+
overflow: hidden;
|
44 |
+
|
45 |
+
border-width: 0 0 1px;
|
46 |
+
font-weight: bold;
|
47 |
+
}
|
48 |
+
|
49 |
+
.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }
|
50 |
+
|
51 |
+
/* Default close button class */
|
52 |
+
.qtip-close{
|
53 |
+
position: absolute;
|
54 |
+
right: -9px; top: -9px;
|
55 |
+
z-index: 11; /* Overlap .qtip-tip */
|
56 |
+
|
57 |
+
cursor: pointer;
|
58 |
+
outline: medium none;
|
59 |
+
|
60 |
+
border: 1px solid transparent;
|
61 |
+
}
|
62 |
+
|
63 |
+
.qtip-titlebar .qtip-close{
|
64 |
+
right: 4px; top: 50%;
|
65 |
+
margin-top: -9px;
|
66 |
+
}
|
67 |
+
|
68 |
+
* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */
|
69 |
+
|
70 |
+
.qtip-titlebar .ui-icon,
|
71 |
+
.qtip-icon .ui-icon{
|
72 |
+
display: block;
|
73 |
+
text-indent: -1000em;
|
74 |
+
direction: ltr;
|
75 |
+
}
|
76 |
+
|
77 |
+
.qtip-icon, .qtip-icon .ui-icon{
|
78 |
+
-moz-border-radius: 3px;
|
79 |
+
-webkit-border-radius: 3px;
|
80 |
+
border-radius: 3px;
|
81 |
+
text-decoration: none;
|
82 |
+
}
|
83 |
+
|
84 |
+
.qtip-icon .ui-icon{
|
85 |
+
width: 18px;
|
86 |
+
height: 14px;
|
87 |
+
|
88 |
+
line-height: 14px;
|
89 |
+
text-align: center;
|
90 |
+
text-indent: 0;
|
91 |
+
font: normal bold 10px/13px Tahoma,sans-serif;
|
92 |
+
|
93 |
+
color: inherit;
|
94 |
+
background: transparent none no-repeat -100em -100em;
|
95 |
+
}
|
96 |
+
|
97 |
+
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
|
98 |
+
.qtip-focus{}
|
99 |
+
|
100 |
+
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
|
101 |
+
.qtip-hover{}
|
102 |
+
|
103 |
+
/* Default tooltip style */
|
104 |
+
.qtip-default{
|
105 |
+
border: 1px solid #F1D031;
|
106 |
+
|
107 |
+
background-color: #FFFFA3;
|
108 |
+
color: #555;
|
109 |
+
}
|
110 |
+
|
111 |
+
.qtip-default .qtip-titlebar{
|
112 |
+
background-color: #FFEF93;
|
113 |
+
}
|
114 |
+
|
115 |
+
.qtip-default .qtip-icon{
|
116 |
+
border-color: #CCC;
|
117 |
+
background: #F1F1F1;
|
118 |
+
color: #777;
|
119 |
+
}
|
120 |
+
|
121 |
+
.qtip-default .qtip-titlebar .qtip-close{
|
122 |
+
border-color: #AAA;
|
123 |
+
color: #111;
|
124 |
+
}
|
125 |
+
|
126 |
+
|
127 |
+
/*! Light tooltip style */
|
128 |
+
.qtip-light{
|
129 |
+
background-color: white;
|
130 |
+
border-color: #E2E2E2;
|
131 |
+
color: #454545;
|
132 |
+
}
|
133 |
+
|
134 |
+
.qtip-light .qtip-titlebar{
|
135 |
+
background-color: #f1f1f1;
|
136 |
+
}
|
137 |
+
|
138 |
+
|
139 |
+
/*! Dark tooltip style */
|
140 |
+
.qtip-dark{
|
141 |
+
background-color: #505050;
|
142 |
+
border-color: #303030;
|
143 |
+
color: #f3f3f3;
|
144 |
+
}
|
145 |
+
|
146 |
+
.qtip-dark .qtip-titlebar{
|
147 |
+
background-color: #404040;
|
148 |
+
}
|
149 |
+
|
150 |
+
.qtip-dark .qtip-icon{
|
151 |
+
border-color: #444;
|
152 |
+
}
|
153 |
+
|
154 |
+
.qtip-dark .qtip-titlebar .ui-state-hover{
|
155 |
+
border-color: #303030;
|
156 |
+
}
|
157 |
+
|
158 |
+
|
159 |
+
/*! Cream tooltip style */
|
160 |
+
.qtip-cream{
|
161 |
+
background-color: #FBF7AA;
|
162 |
+
border-color: #F9E98E;
|
163 |
+
color: #A27D35;
|
164 |
+
}
|
165 |
+
|
166 |
+
.qtip-cream .qtip-titlebar{
|
167 |
+
background-color: #F0DE7D;
|
168 |
+
}
|
169 |
+
|
170 |
+
.qtip-cream .qtip-close .qtip-icon{
|
171 |
+
background-position: -82px 0;
|
172 |
+
}
|
173 |
+
|
174 |
+
|
175 |
+
/*! Red tooltip style */
|
176 |
+
.qtip-red{
|
177 |
+
background-color: #F78B83;
|
178 |
+
border-color: #D95252;
|
179 |
+
color: #912323;
|
180 |
+
}
|
181 |
+
|
182 |
+
.qtip-red .qtip-titlebar{
|
183 |
+
background-color: #F06D65;
|
184 |
+
}
|
185 |
+
|
186 |
+
.qtip-red .qtip-close .qtip-icon{
|
187 |
+
background-position: -102px 0;
|
188 |
+
}
|
189 |
+
|
190 |
+
.qtip-red .qtip-icon{
|
191 |
+
border-color: #D95252;
|
192 |
+
}
|
193 |
+
|
194 |
+
.qtip-red .qtip-titlebar .ui-state-hover{
|
195 |
+
border-color: #D95252;
|
196 |
+
}
|
197 |
+
|
198 |
+
|
199 |
+
/*! Green tooltip style */
|
200 |
+
.qtip-green{
|
201 |
+
background-color: #CAED9E;
|
202 |
+
border-color: #90D93F;
|
203 |
+
color: #3F6219;
|
204 |
+
}
|
205 |
+
|
206 |
+
.qtip-green .qtip-titlebar{
|
207 |
+
background-color: #B0DE78;
|
208 |
+
}
|
209 |
+
|
210 |
+
.qtip-green .qtip-close .qtip-icon{
|
211 |
+
background-position: -42px 0;
|
212 |
+
}
|
213 |
+
|
214 |
+
|
215 |
+
/*! Blue tooltip style */
|
216 |
+
.qtip-blue{
|
217 |
+
background-color: #E5F6FE;
|
218 |
+
border-color: #ADD9ED;
|
219 |
+
color: #5E99BD;
|
220 |
+
}
|
221 |
+
|
222 |
+
.qtip-blue .qtip-titlebar{
|
223 |
+
background-color: #D0E9F5;
|
224 |
+
}
|
225 |
+
|
226 |
+
.qtip-blue .qtip-close .qtip-icon{
|
227 |
+
background-position: -2px 0;
|
228 |
+
}
|
229 |
+
|
230 |
+
|
231 |
+
.qtip-shadow{
|
232 |
+
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
233 |
+
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
234 |
+
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
235 |
+
}
|
236 |
+
|
237 |
+
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
|
238 |
+
.qtip-rounded,
|
239 |
+
.qtip-tipsy,
|
240 |
+
.qtip-bootstrap{
|
241 |
+
-moz-border-radius: 5px;
|
242 |
+
-webkit-border-radius: 5px;
|
243 |
+
border-radius: 5px;
|
244 |
+
}
|
245 |
+
|
246 |
+
.qtip-rounded .qtip-titlebar{
|
247 |
+
-moz-border-radius: 4px 4px 0 0;
|
248 |
+
-webkit-border-radius: 4px 4px 0 0;
|
249 |
+
border-radius: 4px 4px 0 0;
|
250 |
+
}
|
251 |
+
|
252 |
+
/* Youtube tooltip style */
|
253 |
+
.qtip-youtube{
|
254 |
+
-moz-border-radius: 2px;
|
255 |
+
-webkit-border-radius: 2px;
|
256 |
+
border-radius: 2px;
|
257 |
+
|
258 |
+
-webkit-box-shadow: 0 0 3px #333;
|
259 |
+
-moz-box-shadow: 0 0 3px #333;
|
260 |
+
box-shadow: 0 0 3px #333;
|
261 |
+
|
262 |
+
color: white;
|
263 |
+
border: 0 solid transparent;
|
264 |
+
|
265 |
+
background: #4A4A4A;
|
266 |
+
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
|
267 |
+
background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
|
268 |
+
background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
|
269 |
+
background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
|
270 |
+
background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
|
271 |
+
}
|
272 |
+
|
273 |
+
.qtip-youtube .qtip-titlebar{
|
274 |
+
background-color: #4A4A4A;
|
275 |
+
background-color: rgba(0,0,0,0);
|
276 |
+
}
|
277 |
+
|
278 |
+
.qtip-youtube .qtip-content{
|
279 |
+
padding: .75em;
|
280 |
+
font: 12px arial,sans-serif;
|
281 |
+
|
282 |
+
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
|
283 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
|
284 |
+
}
|
285 |
+
|
286 |
+
.qtip-youtube .qtip-icon{
|
287 |
+
border-color: #222;
|
288 |
+
}
|
289 |
+
|
290 |
+
.qtip-youtube .qtip-titlebar .ui-state-hover{
|
291 |
+
border-color: #303030;
|
292 |
+
}
|
293 |
+
|
294 |
+
|
295 |
+
/* jQuery TOOLS Tooltip style */
|
296 |
+
.qtip-jtools{
|
297 |
+
background: #232323;
|
298 |
+
background: rgba(0, 0, 0, 0.7);
|
299 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
|
300 |
+
background-image: -moz-linear-gradient(top, #717171, #232323);
|
301 |
+
background-image: -webkit-linear-gradient(top, #717171, #232323);
|
302 |
+
background-image: -ms-linear-gradient(top, #717171, #232323);
|
303 |
+
background-image: -o-linear-gradient(top, #717171, #232323);
|
304 |
+
|
305 |
+
border: 2px solid #ddd;
|
306 |
+
border: 2px solid rgba(241,241,241,1);
|
307 |
+
|
308 |
+
-moz-border-radius: 2px;
|
309 |
+
-webkit-border-radius: 2px;
|
310 |
+
border-radius: 2px;
|
311 |
+
|
312 |
+
-webkit-box-shadow: 0 0 12px #333;
|
313 |
+
-moz-box-shadow: 0 0 12px #333;
|
314 |
+
box-shadow: 0 0 12px #333;
|
315 |
+
}
|
316 |
+
|
317 |
+
/* IE Specific */
|
318 |
+
.qtip-jtools .qtip-titlebar{
|
319 |
+
background-color: transparent;
|
320 |
+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
|
321 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
|
322 |
+
}
|
323 |
+
.qtip-jtools .qtip-content{
|
324 |
+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
|
325 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
|
326 |
+
}
|
327 |
+
|
328 |
+
.qtip-jtools .qtip-titlebar,
|
329 |
+
.qtip-jtools .qtip-content{
|
330 |
+
background: transparent;
|
331 |
+
color: white;
|
332 |
+
border: 0 dashed transparent;
|
333 |
+
}
|
334 |
+
|
335 |
+
.qtip-jtools .qtip-icon{
|
336 |
+
border-color: #555;
|
337 |
+
}
|
338 |
+
|
339 |
+
.qtip-jtools .qtip-titlebar .ui-state-hover{
|
340 |
+
border-color: #333;
|
341 |
+
}
|
342 |
+
|
343 |
+
|
344 |
+
/* Cluetip style */
|
345 |
+
.qtip-cluetip{
|
346 |
+
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
|
347 |
+
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
|
348 |
+
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
|
349 |
+
|
350 |
+
background-color: #D9D9C2;
|
351 |
+
color: #111;
|
352 |
+
border: 0 dashed transparent;
|
353 |
+
}
|
354 |
+
|
355 |
+
.qtip-cluetip .qtip-titlebar{
|
356 |
+
background-color: #87876A;
|
357 |
+
color: white;
|
358 |
+
border: 0 dashed transparent;
|
359 |
+
}
|
360 |
+
|
361 |
+
.qtip-cluetip .qtip-icon{
|
362 |
+
border-color: #808064;
|
363 |
+
}
|
364 |
+
|
365 |
+
.qtip-cluetip .qtip-titlebar .ui-state-hover{
|
366 |
+
border-color: #696952;
|
367 |
+
color: #696952;
|
368 |
+
}
|
369 |
+
|
370 |
+
|
371 |
+
/* Tipsy style */
|
372 |
+
.qtip-tipsy{
|
373 |
+
background: black;
|
374 |
+
background: rgba(0, 0, 0, .87);
|
375 |
+
|
376 |
+
color: white;
|
377 |
+
border: 0 solid transparent;
|
378 |
+
|
379 |
+
font-size: 11px;
|
380 |
+
font-family: 'Lucida Grande', sans-serif;
|
381 |
+
font-weight: bold;
|
382 |
+
line-height: 16px;
|
383 |
+
text-shadow: 0 1px black;
|
384 |
+
}
|
385 |
+
|
386 |
+
.qtip-tipsy .qtip-titlebar{
|
387 |
+
padding: 6px 35px 0 10px;
|
388 |
+
background-color: transparent;
|
389 |
+
}
|
390 |
+
|
391 |
+
.qtip-tipsy .qtip-content{
|
392 |
+
padding: 6px 10px;
|
393 |
+
}
|
394 |
+
|
395 |
+
.qtip-tipsy .qtip-icon{
|
396 |
+
border-color: #222;
|
397 |
+
text-shadow: none;
|
398 |
+
}
|
399 |
+
|
400 |
+
.qtip-tipsy .qtip-titlebar .ui-state-hover{
|
401 |
+
border-color: #303030;
|
402 |
+
}
|
403 |
+
|
404 |
+
|
405 |
+
/* Tipped style */
|
406 |
+
.qtip-tipped{
|
407 |
+
border: 3px solid #959FA9;
|
408 |
+
|
409 |
+
-moz-border-radius: 3px;
|
410 |
+
-webkit-border-radius: 3px;
|
411 |
+
border-radius: 3px;
|
412 |
+
|
413 |
+
background-color: #F9F9F9;
|
414 |
+
color: #454545;
|
415 |
+
|
416 |
+
font-weight: normal;
|
417 |
+
font-family: serif;
|
418 |
+
}
|
419 |
+
|
420 |
+
.qtip-tipped .qtip-titlebar{
|
421 |
+
border-bottom-width: 0;
|
422 |
+
|
423 |
+
color: white;
|
424 |
+
background: #3A79B8;
|
425 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
|
426 |
+
background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
|
427 |
+
background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
|
428 |
+
background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
|
429 |
+
background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
|
430 |
+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
|
431 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
|
432 |
+
}
|
433 |
+
|
434 |
+
.qtip-tipped .qtip-icon{
|
435 |
+
border: 2px solid #285589;
|
436 |
+
background: #285589;
|
437 |
+
}
|
438 |
+
|
439 |
+
.qtip-tipped .qtip-icon .ui-icon{
|
440 |
+
background-color: #FBFBFB;
|
441 |
+
color: #555;
|
442 |
+
}
|
443 |
+
|
444 |
+
|
445 |
+
/**
|
446 |
+
* Twitter Bootstrap style.
|
447 |
+
*
|
448 |
+
* Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
|
449 |
+
* Does not work with IE 7.
|
450 |
+
*/
|
451 |
+
.qtip-bootstrap{
|
452 |
+
/** Taken from Bootstrap body */
|
453 |
+
font-size: 14px;
|
454 |
+
line-height: 20px;
|
455 |
+
color: #333333;
|
456 |
+
|
457 |
+
/** Taken from Bootstrap .popover */
|
458 |
+
padding: 1px;
|
459 |
+
background-color: #ffffff;
|
460 |
+
border: 1px solid #ccc;
|
461 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
462 |
+
-webkit-border-radius: 6px;
|
463 |
+
-moz-border-radius: 6px;
|
464 |
+
border-radius: 6px;
|
465 |
+
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
466 |
+
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
467 |
+
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
468 |
+
-webkit-background-clip: padding-box;
|
469 |
+
-moz-background-clip: padding;
|
470 |
+
background-clip: padding-box;
|
471 |
+
}
|
472 |
+
|
473 |
+
.qtip-bootstrap .qtip-titlebar{
|
474 |
+
/** Taken from Bootstrap .popover-title */
|
475 |
+
padding: 8px 14px;
|
476 |
+
margin: 0;
|
477 |
+
font-size: 14px;
|
478 |
+
font-weight: normal;
|
479 |
+
line-height: 18px;
|
480 |
+
background-color: #f7f7f7;
|
481 |
+
border-bottom: 1px solid #ebebeb;
|
482 |
+
-webkit-border-radius: 5px 5px 0 0;
|
483 |
+
-moz-border-radius: 5px 5px 0 0;
|
484 |
+
border-radius: 5px 5px 0 0;
|
485 |
+
}
|
486 |
+
|
487 |
+
.qtip-bootstrap .qtip-titlebar .qtip-close{
|
488 |
+
/**
|
489 |
+
* Overrides qTip2:
|
490 |
+
* .qtip-titlebar .qtip-close{
|
491 |
+
* [...]
|
492 |
+
* right: 4px;
|
493 |
+
* top: 50%;
|
494 |
+
* [...]
|
495 |
+
* border-style: solid;
|
496 |
+
* }
|
497 |
+
*/
|
498 |
+
right: 11px;
|
499 |
+
top: 45%;
|
500 |
+
border-style: none;
|
501 |
+
}
|
502 |
+
|
503 |
+
.qtip-bootstrap .qtip-content{
|
504 |
+
/** Taken from Bootstrap .popover-content */
|
505 |
+
padding: 9px 14px;
|
506 |
+
}
|
507 |
+
|
508 |
+
.qtip-bootstrap .qtip-icon{
|
509 |
+
/**
|
510 |
+
* Overrides qTip2:
|
511 |
+
* .qtip-default .qtip-icon {
|
512 |
+
* border-color: #CCC;
|
513 |
+
* background: #F1F1F1;
|
514 |
+
* color: #777;
|
515 |
+
* }
|
516 |
+
*/
|
517 |
+
background: transparent;
|
518 |
+
}
|
519 |
+
|
520 |
+
.qtip-bootstrap .qtip-icon .ui-icon{
|
521 |
+
/**
|
522 |
+
* Overrides qTip2:
|
523 |
+
* .qtip-icon .ui-icon{
|
524 |
+
* width: 18px;
|
525 |
+
* height: 14px;
|
526 |
+
* }
|
527 |
+
*/
|
528 |
+
width: auto;
|
529 |
+
height: auto;
|
530 |
+
|
531 |
+
/* Taken from Bootstrap .close */
|
532 |
+
float: right;
|
533 |
+
font-size: 20px;
|
534 |
+
font-weight: bold;
|
535 |
+
line-height: 18px;
|
536 |
+
color: #000000;
|
537 |
+
text-shadow: 0 1px 0 #ffffff;
|
538 |
+
opacity: 0.2;
|
539 |
+
filter: alpha(opacity=20);
|
540 |
+
}
|
541 |
+
|
542 |
+
.qtip-bootstrap .qtip-icon .ui-icon:hover{
|
543 |
+
/* Taken from Bootstrap .close:hover */
|
544 |
+
color: #000000;
|
545 |
+
text-decoration: none;
|
546 |
+
cursor: pointer;
|
547 |
+
opacity: 0.4;
|
548 |
+
filter: alpha(opacity=40);
|
549 |
+
}
|
550 |
+
|
551 |
+
|
552 |
+
/* IE9 fix - removes all filters */
|
553 |
+
.qtip:not(.ie9haxors) div.qtip-content,
|
554 |
+
.qtip:not(.ie9haxors) div.qtip-titlebar{
|
555 |
+
filter: none;
|
556 |
+
-ms-filter: none;
|
557 |
+
}
|
558 |
+
|
559 |
+
|
560 |
+
.qtip .qtip-tip{
|
561 |
+
margin: 0 auto;
|
562 |
+
overflow: hidden;
|
563 |
+
z-index: 10;
|
564 |
+
|
565 |
+
}
|
566 |
+
|
567 |
+
/* Opera bug #357 - Incorrect tip position
|
568 |
+
https://github.com/Craga89/qTip2/issues/367 */
|
569 |
+
x:-o-prefocus, .qtip .qtip-tip{
|
570 |
+
visibility: hidden;
|
571 |
+
}
|
572 |
+
|
573 |
+
.qtip .qtip-tip,
|
574 |
+
.qtip .qtip-tip .qtip-vml,
|
575 |
+
.qtip .qtip-tip canvas{
|
576 |
+
position: absolute;
|
577 |
+
|
578 |
+
color: #123456;
|
579 |
+
background: transparent;
|
580 |
+
border: 0 dashed transparent;
|
581 |
+
}
|
582 |
+
|
583 |
+
.qtip .qtip-tip canvas{ top: 0; left: 0; }
|
584 |
+
|
585 |
+
.qtip .qtip-tip .qtip-vml{
|
586 |
+
behavior: url(#default#VML);
|
587 |
+
display: inline-block;
|
588 |
+
visibility: visible;
|
589 |
+
}
|
590 |
+
|
591 |
+
|
592 |
+
#qtip-overlay{
|
593 |
+
position: fixed;
|
594 |
+
left: 0; top: 0;
|
595 |
+
width: 100%; height: 100%;
|
596 |
+
}
|
597 |
+
|
598 |
+
/* Applied to modals with show.modal.blur set to true */
|
599 |
+
#qtip-overlay.blurs{ cursor: pointer; }
|
600 |
+
|
601 |
+
/* Change opacity of overlay here */
|
602 |
+
#qtip-overlay div{
|
603 |
+
position: absolute;
|
604 |
+
left: 0; top: 0;
|
605 |
+
width: 100%; height: 100%;
|
606 |
+
|
607 |
+
background-color: black;
|
608 |
+
|
609 |
+
opacity: 0.7;
|
610 |
+
filter:alpha(opacity=70);
|
611 |
+
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
612 |
+
}
|
613 |
+
|
614 |
+
|
615 |
+
.qtipmodal-ie6fix{
|
616 |
+
position: absolute !important;
|
617 |
+
}
|
options/redux-framework/assets/css/vendor/qtip/jquery.qtip.min.css
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
/* qTip2 v2.2.1 | Plugins: tips modal viewport svg imagemap ie6 | Styles: core basic css3 | qtip2.com | Licensed MIT | Sat Sep 06 2014 23:12:07 */
|
2 |
+
|
3 |
+
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}
|
options/redux-framework/assets/css/vendor/spectrum/redux-spectrum.css
ADDED
@@ -0,0 +1,507 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/***
|
2 |
+
Spectrum Colorpicker v1.5.1
|
3 |
+
https://github.com/bgrins/spectrum
|
4 |
+
Author: Brian Grinstead
|
5 |
+
License: MIT
|
6 |
+
***/
|
7 |
+
|
8 |
+
.sp-container {
|
9 |
+
position:absolute;
|
10 |
+
top:0;
|
11 |
+
left:0;
|
12 |
+
display:inline-block;
|
13 |
+
*display: inline;
|
14 |
+
*zoom: 1;
|
15 |
+
/* https://github.com/bgrins/spectrum/issues/40 */
|
16 |
+
z-index: 9999994;
|
17 |
+
overflow: hidden;
|
18 |
+
}
|
19 |
+
.sp-container.sp-flat {
|
20 |
+
position: relative;
|
21 |
+
}
|
22 |
+
|
23 |
+
/* Fix for * { box-sizing: border-box; } */
|
24 |
+
.sp-container,
|
25 |
+
.sp-container * {
|
26 |
+
-webkit-box-sizing: content-box;
|
27 |
+
-moz-box-sizing: content-box;
|
28 |
+
box-sizing: content-box;
|
29 |
+
}
|
30 |
+
|
31 |
+
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
|
32 |
+
.sp-top {
|
33 |
+
position:relative;
|
34 |
+
width: 100%;
|
35 |
+
display:inline-block;
|
36 |
+
}
|
37 |
+
.sp-top-inner {
|
38 |
+
position:absolute;
|
39 |
+
top:0;
|
40 |
+
left:0;
|
41 |
+
bottom:0;
|
42 |
+
right:0;
|
43 |
+
}
|
44 |
+
.sp-color {
|
45 |
+
position: absolute;
|
46 |
+
top:0;
|
47 |
+
left:0;
|
48 |
+
bottom:0;
|
49 |
+
right:20%;
|
50 |
+
}
|
51 |
+
.sp-hue {
|
52 |
+
position: absolute;
|
53 |
+
top:0;
|
54 |
+
right:0;
|
55 |
+
bottom:0;
|
56 |
+
left:84%;
|
57 |
+
height: 100%;
|
58 |
+
}
|
59 |
+
|
60 |
+
.sp-clear-enabled .sp-hue {
|
61 |
+
top:33px;
|
62 |
+
height: 77.5%;
|
63 |
+
}
|
64 |
+
|
65 |
+
.sp-fill {
|
66 |
+
padding-top: 80%;
|
67 |
+
}
|
68 |
+
.sp-sat, .sp-val {
|
69 |
+
position: absolute;
|
70 |
+
top:0;
|
71 |
+
left:0;
|
72 |
+
right:0;
|
73 |
+
bottom:0;
|
74 |
+
}
|
75 |
+
|
76 |
+
.sp-alpha-enabled .sp-top {
|
77 |
+
margin-bottom: 18px;
|
78 |
+
}
|
79 |
+
.sp-alpha-enabled .sp-alpha {
|
80 |
+
display: block;
|
81 |
+
}
|
82 |
+
.sp-alpha-handle {
|
83 |
+
position:absolute;
|
84 |
+
top:-4px;
|
85 |
+
bottom: -4px;
|
86 |
+
width: 6px;
|
87 |
+
left: 50%;
|
88 |
+
cursor: pointer;
|
89 |
+
border: 1px solid black;
|
90 |
+
background: white;
|
91 |
+
opacity: .8;
|
92 |
+
}
|
93 |
+
.sp-alpha {
|
94 |
+
display: none;
|
95 |
+
position: absolute;
|
96 |
+
bottom: -14px;
|
97 |
+
right: 0;
|
98 |
+
left: 0;
|
99 |
+
height: 8px;
|
100 |
+
}
|
101 |
+
.sp-alpha-inner {
|
102 |
+
border: solid 1px #333;
|
103 |
+
}
|
104 |
+
|
105 |
+
.sp-clear {
|
106 |
+
display: none;
|
107 |
+
}
|
108 |
+
|
109 |
+
.sp-clear.sp-clear-display {
|
110 |
+
background-position: center;
|
111 |
+
}
|
112 |
+
|
113 |
+
.sp-clear-enabled .sp-clear {
|
114 |
+
display: block;
|
115 |
+
position:absolute;
|
116 |
+
top:0px;
|
117 |
+
right:0;
|
118 |
+
bottom:0;
|
119 |
+
left:84%;
|
120 |
+
height: 28px;
|
121 |
+
}
|
122 |
+
|
123 |
+
/* Don't allow text selection */
|
124 |
+
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
|
125 |
+
-webkit-user-select:none;
|
126 |
+
-moz-user-select: -moz-none;
|
127 |
+
-o-user-select:none;
|
128 |
+
user-select: none;
|
129 |
+
}
|
130 |
+
|
131 |
+
.sp-container.sp-input-disabled .sp-input-container {
|
132 |
+
display: none;
|
133 |
+
}
|
134 |
+
.sp-container.sp-buttons-disabled .sp-button-container {
|
135 |
+
display: none;
|
136 |
+
}
|
137 |
+
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
|
138 |
+
display: none;
|
139 |
+
}
|
140 |
+
.sp-palette-only .sp-picker-container {
|
141 |
+
display: none;
|
142 |
+
}
|
143 |
+
.sp-palette-disabled .sp-palette-container {
|
144 |
+
display: none;
|
145 |
+
}
|
146 |
+
|
147 |
+
.sp-initial-disabled .sp-initial {
|
148 |
+
display: none;
|
149 |
+
}
|
150 |
+
|
151 |
+
|
152 |
+
/* Gradients for hue, saturation and value instead of images. Not pretty... but it works */
|
153 |
+
.sp-sat {
|
154 |
+
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
|
155 |
+
background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
|
156 |
+
background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
|
157 |
+
background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
|
158 |
+
background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
|
159 |
+
background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
|
160 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
|
161 |
+
filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
|
162 |
+
}
|
163 |
+
.sp-val {
|
164 |
+
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
|
165 |
+
background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
|
166 |
+
background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
|
167 |
+
background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
|
168 |
+
background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
|
169 |
+
background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
|
170 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
|
171 |
+
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
|
172 |
+
}
|
173 |
+
|
174 |
+
.sp-hue {
|
175 |
+
background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
|
176 |
+
background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
|
177 |
+
background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
|
178 |
+
background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
|
179 |
+
background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
|
180 |
+
background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
|
181 |
+
}
|
182 |
+
|
183 |
+
/* IE filters do not support multiple color stops.
|
184 |
+
Generate 6 divs, line them up, and do two color gradients for each.
|
185 |
+
Yes, really.
|
186 |
+
*/
|
187 |
+
.sp-1 {
|
188 |
+
height:17%;
|
189 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
|
190 |
+
}
|
191 |
+
.sp-2 {
|
192 |
+
height:16%;
|
193 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
|
194 |
+
}
|
195 |
+
.sp-3 {
|
196 |
+
height:17%;
|
197 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
|
198 |
+
}
|
199 |
+
.sp-4 {
|
200 |
+
height:17%;
|
201 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
|
202 |
+
}
|
203 |
+
.sp-5 {
|
204 |
+
height:16%;
|
205 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
|
206 |
+
}
|
207 |
+
.sp-6 {
|
208 |
+
height:17%;
|
209 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
|
210 |
+
}
|
211 |
+
|
212 |
+
.sp-hidden {
|
213 |
+
display: none !important;
|
214 |
+
}
|
215 |
+
|
216 |
+
/* Clearfix hack */
|
217 |
+
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
|
218 |
+
.sp-cf:after { clear: both; }
|
219 |
+
.sp-cf { *zoom: 1; }
|
220 |
+
|
221 |
+
/* Mobile devices, make hue slider bigger so it is easier to slide */
|
222 |
+
@media (max-device-width: 480px) {
|
223 |
+
.sp-color { right: 40%; }
|
224 |
+
.sp-hue { left: 63%; }
|
225 |
+
.sp-fill { padding-top: 60%; }
|
226 |
+
}
|
227 |
+
.sp-dragger {
|
228 |
+
border-radius: 5px;
|
229 |
+
height: 5px;
|
230 |
+
width: 5px;
|
231 |
+
border: 1px solid #fff;
|
232 |
+
background: #000;
|
233 |
+
cursor: pointer;
|
234 |
+
position:absolute;
|
235 |
+
top:0;
|
236 |
+
left: 0;
|
237 |
+
}
|
238 |
+
.sp-slider {
|
239 |
+
position: absolute;
|
240 |
+
top:0;
|
241 |
+
cursor:pointer;
|
242 |
+
height: 3px;
|
243 |
+
left: -1px;
|
244 |
+
right: -1px;
|
245 |
+
border: 1px solid #000;
|
246 |
+
background: white;
|
247 |
+
opacity: .8;
|
248 |
+
}
|
249 |
+
|
250 |
+
/*
|
251 |
+
Theme authors:
|
252 |
+
Here are the basic themeable display options (colors, fonts, global widths).
|
253 |
+
See http://bgrins.github.io/spectrum/themes/ for instructions.
|
254 |
+
*/
|
255 |
+
|
256 |
+
.sp-container {
|
257 |
+
border-radius: 0;
|
258 |
+
background-color: #ECECEC;
|
259 |
+
border: solid 1px #f0c49B;
|
260 |
+
padding: 0;
|
261 |
+
}
|
262 |
+
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
|
263 |
+
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
|
264 |
+
-webkit-box-sizing: border-box;
|
265 |
+
-moz-box-sizing: border-box;
|
266 |
+
-ms-box-sizing: border-box;
|
267 |
+
box-sizing: border-box;
|
268 |
+
}
|
269 |
+
.sp-top {
|
270 |
+
margin-bottom: 3px;
|
271 |
+
}
|
272 |
+
.sp-color, .sp-hue, .sp-clear {
|
273 |
+
border: solid 1px #666;
|
274 |
+
}
|
275 |
+
|
276 |
+
/* Input */
|
277 |
+
.sp-input-container {
|
278 |
+
float:right;
|
279 |
+
width: 100px;
|
280 |
+
margin-bottom: 4px;
|
281 |
+
}
|
282 |
+
.sp-initial-disabled .sp-input-container {
|
283 |
+
width: 100%;
|
284 |
+
}
|
285 |
+
.sp-input {
|
286 |
+
font-size: 12px !important;
|
287 |
+
border: 1px inset;
|
288 |
+
padding: 4px 5px;
|
289 |
+
margin: 0;
|
290 |
+
width: 100%;
|
291 |
+
background:transparent;
|
292 |
+
border-radius: 3px;
|
293 |
+
color: #222;
|
294 |
+
}
|
295 |
+
.sp-input:focus {
|
296 |
+
border: 1px solid orange;
|
297 |
+
}
|
298 |
+
.sp-input.sp-validation-error {
|
299 |
+
border: 1px solid red;
|
300 |
+
background: #fdd;
|
301 |
+
}
|
302 |
+
.sp-picker-container , .sp-palette-container {
|
303 |
+
float:left;
|
304 |
+
position: relative;
|
305 |
+
padding: 10px;
|
306 |
+
padding-bottom: 300px;
|
307 |
+
margin-bottom: -290px;
|
308 |
+
}
|
309 |
+
.sp-picker-container {
|
310 |
+
width: 172px;
|
311 |
+
border-left: solid 1px #fff;
|
312 |
+
}
|
313 |
+
|
314 |
+
/* Palettes */
|
315 |
+
.sp-palette-container {
|
316 |
+
border-right: solid 1px #ccc;
|
317 |
+
}
|
318 |
+
|
319 |
+
.sp-palette-only .sp-palette-container {
|
320 |
+
border: 0;
|
321 |
+
}
|
322 |
+
|
323 |
+
.sp-palette .sp-thumb-el {
|
324 |
+
display: block;
|
325 |
+
position:relative;
|
326 |
+
float:left;
|
327 |
+
width: 24px;
|
328 |
+
height: 15px;
|
329 |
+
margin: 3px;
|
330 |
+
cursor: pointer;
|
331 |
+
border:solid 2px transparent;
|
332 |
+
}
|
333 |
+
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
|
334 |
+
border-color: orange;
|
335 |
+
}
|
336 |
+
.sp-thumb-el {
|
337 |
+
position:relative;
|
338 |
+
}
|
339 |
+
|
340 |
+
/* Initial */
|
341 |
+
.sp-initial {
|
342 |
+
float: left;
|
343 |
+
border: solid 1px #333;
|
344 |
+
}
|
345 |
+
.sp-initial span {
|
346 |
+
width: 30px;
|
347 |
+
height: 25px;
|
348 |
+
border:none;
|
349 |
+
display:block;
|
350 |
+
float:left;
|
351 |
+
margin:0;
|
352 |
+
}
|
353 |
+
|
354 |
+
.sp-initial .sp-clear-display {
|
355 |
+
background-position: center;
|
356 |
+
}
|
357 |
+
|
358 |
+
/* Buttons */
|
359 |
+
.sp-palette-button-container,
|
360 |
+
.sp-button-container {
|
361 |
+
float: right;
|
362 |
+
}
|
363 |
+
|
364 |
+
/* Replacer (the little preview div that shows up instead of the <input>) */
|
365 |
+
.sp-replacer {
|
366 |
+
margin:0;
|
367 |
+
overflow:hidden;
|
368 |
+
cursor:pointer;
|
369 |
+
padding: 4px;
|
370 |
+
display:inline-block;
|
371 |
+
*zoom: 1;
|
372 |
+
*display: inline;
|
373 |
+
border: solid 1px #91765d;
|
374 |
+
background: #eee;
|
375 |
+
color: #333;
|
376 |
+
vertical-align: middle;
|
377 |
+
}
|
378 |
+
.sp-replacer:hover, .sp-replacer.sp-active {
|
379 |
+
border-color: #F0C49B;
|
380 |
+
color: #111;
|
381 |
+
}
|
382 |
+
.sp-replacer.sp-disabled {
|
383 |
+
cursor:default;
|
384 |
+
border-color: silver;
|
385 |
+
color: silver;
|
386 |
+
}
|
387 |
+
.sp-dd {
|
388 |
+
padding: 2px 0;
|
389 |
+
height: 16px;
|
390 |
+
line-height: 16px;
|
391 |
+
float:left;
|
392 |
+
font-size:10px;
|
393 |
+
}
|
394 |
+
.sp-preview {
|
395 |
+
position:relative;
|
396 |
+
width:25px;
|
397 |
+
height: 20px;
|
398 |
+
border: solid 1px #222;
|
399 |
+
margin-right: 5px;
|
400 |
+
float:left;
|
401 |
+
z-index: 0;
|
402 |
+
}
|
403 |
+
|
404 |
+
.sp-palette {
|
405 |
+
*width: 220px;
|
406 |
+
max-width: 220px;
|
407 |
+
}
|
408 |
+
.sp-palette .sp-thumb-el {
|
409 |
+
width:16px;
|
410 |
+
height: 16px;
|
411 |
+
margin:2px 1px;
|
412 |
+
border: solid 1px #d0d0d0;
|
413 |
+
}
|
414 |
+
|
415 |
+
.sp-container {
|
416 |
+
padding-bottom:0;
|
417 |
+
}
|
418 |
+
|
419 |
+
|
420 |
+
/* Buttons: http://hellohappy.org/css3-buttons/ */
|
421 |
+
.sp-container button {
|
422 |
+
background-color: #eeeeee;
|
423 |
+
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
|
424 |
+
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
425 |
+
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
|
426 |
+
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
|
427 |
+
background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
|
428 |
+
border: 1px solid #ccc;
|
429 |
+
border-bottom: 1px solid #bbb;
|
430 |
+
border-radius: 3px;
|
431 |
+
color: #333;
|
432 |
+
font-size: 14px;
|
433 |
+
line-height: 1;
|
434 |
+
padding: 5px 4px;
|
435 |
+
text-align: center;
|
436 |
+
text-shadow: 0 1px 0 #eee;
|
437 |
+
vertical-align: middle;
|
438 |
+
}
|
439 |
+
.sp-container button:hover {
|
440 |
+
background-color: #dddddd;
|
441 |
+
background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
|
442 |
+
background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
|
443 |
+
background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
|
444 |
+
background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
|
445 |
+
background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
|
446 |
+
border: 1px solid #bbb;
|
447 |
+
border-bottom: 1px solid #999;
|
448 |
+
cursor: pointer;
|
449 |
+
text-shadow: 0 1px 0 #ddd;
|
450 |
+
}
|
451 |
+
.sp-container button:active {
|
452 |
+
border: 1px solid #aaa;
|
453 |
+
border-bottom: 1px solid #888;
|
454 |
+
-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
|
455 |
+
-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
|
456 |
+
-ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
|
457 |
+
-o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
|
458 |
+
box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
|
459 |
+
}
|
460 |
+
.sp-cancel {
|
461 |
+
font-size: 11px;
|
462 |
+
color: #d93f3f !important;
|
463 |
+
margin:0;
|
464 |
+
padding:2px;
|
465 |
+
margin-right: 5px;
|
466 |
+
vertical-align: middle;
|
467 |
+
text-decoration:none;
|
468 |
+
|
469 |
+
}
|
470 |
+
.sp-cancel:hover {
|
471 |
+
color: #d93f3f !important;
|
472 |
+
text-decoration: underline;
|
473 |
+
}
|
474 |
+
|
475 |
+
|
476 |
+
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
|
477 |
+
border-color: #000;
|
478 |
+
}
|
479 |
+
|
480 |
+
.sp-preview, .sp-alpha, .sp-thumb-el {
|
481 |
+
position:relative;
|
482 |
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
|
483 |
+
}
|
484 |
+
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
|
485 |
+
display:block;
|
486 |
+
position:absolute;
|
487 |
+
top:0;left:0;bottom:0;right:0;
|
488 |
+
}
|
489 |
+
|
490 |
+
.sp-palette .sp-thumb-inner {
|
491 |
+
background-position: 50% 50%;
|
492 |
+
background-repeat: no-repeat;
|
493 |
+
}
|
494 |
+
|
495 |
+
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
|
496 |
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
|
497 |
+
}
|
498 |
+
|
499 |
+
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
|
500 |
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
|
501 |
+
}
|
502 |
+
|
503 |
+
.sp-clear-display {
|
504 |
+
background-repeat:no-repeat;
|
505 |
+
background-position: center;
|
506 |
+
background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
|
507 |
+
}
|
options/redux-framework/assets/css/vendor/spectrum/redux-spectrum.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.sp-container{position:absolute;top:0;left:0;display:inline-block;*display:inline;*zoom:1;z-index:9999994;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-container,.sp-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{position:absolute;top:0;left:0;bottom:0;right:0}.sp-color{position:absolute;top:0;left:0;bottom:0;right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-clear-enabled .sp-hue{top:33px;height:77.5%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid black;background:white;opacity:.8}.sp-alpha{display:none;position:absolute;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:solid 1px #333}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:center}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:0;right:0;bottom:0;left:84%;height:28px}.sp-container,.sp-replacer,.sp-preview,.sp-dragger,.sp-slider,.sp-alpha,.sp-clear,.sp-alpha-handle,.sp-container.sp-dragging .sp-input,.sp-container button{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-input-disabled .sp-input-container{display:none}.sp-container.sp-buttons-disabled .sp-button-container{display:none}.sp-container.sp-palette-buttons-disabled .sp-palette-button-container{display:none}.sp-palette-only .sp-picker-container{display:none}.sp-palette-disabled .sp-palette-container{display:none}.sp-initial-disabled .sp-initial{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#FFF),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#FFF,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(to right,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr='#FFFFFFFF',endColorstr='#00CC9A81')}.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(to top,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81',endColorstr='#FF000000')}.sp-hue{background:-moz-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-ms-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-o-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-webkit-gradient(linear,left top,left bottom,from(#f00),color-stop(0.17,#ff0),color-stop(0.33,#0f0),color-stop(0.5,#0ff),color-stop(0.67,#00f),color-stop(0.83,#f0f),to(#f00));background:-webkit-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:linear-gradient(to bottom,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',endColorstr='#ffff00')}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00',endColorstr='#00ff00')}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00',endColorstr='#00ffff')}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff',endColorstr='#0000ff')}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff',endColorstr='#ff00ff')}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff',endColorstr='#ff0000')}.sp-hidden{display:none!important}.sp-cf:before,.sp-cf:after{content:"";display:table}.sp-cf:after{clear:both}.sp-cf{*zoom:1}@media(max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;cursor:pointer;position:absolute;top:0;left:0}.sp-slider{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:white;opacity:.8}.sp-container{border-radius:0;background-color:#ececec;border:solid 1px #f0c49b;padding:0}.sp-container,.sp-container button,.sp-container input,.sp-color,.sp-hue,.sp-clear{font:normal 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-color,.sp-hue,.sp-clear{border:solid 1px #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container{width:100%}.sp-input{font-size:12px!important;border:1px inset;padding:4px 5px;margin:0;width:100%;background:transparent;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-picker-container,.sp-palette-container{float:left;position:relative;padding:10px;padding-bottom:300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:solid 2px transparent}.sp-palette .sp-thumb-el:hover,.sp-palette .sp-thumb-el.sp-thumb-active{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left;border:solid 1px #333}.sp-initial span{width:30px;height:25px;border:0;display:block;float:left;margin:0}.sp-initial .sp-clear-display{background-position:center}.sp-palette-button-container,.sp-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;*zoom:1;*display:inline;border:solid 1px #91765d;background:#eee;color:#333;vertical-align:middle}.sp-replacer:hover,.sp-replacer.sp-active{border-color:#f0c49b;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{position:relative;width:25px;height:20px;border:solid 1px #222;margin-right:5px;float:left;z-index:0}.sp-palette{*width:220px;max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:solid 1px #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(to bottom,#eee,#ccc);border:1px solid #ccc;border-bottom:1px solid #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:-webkit-linear-gradient(top,#ddd,#bbb);background-image:-moz-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:-o-linear-gradient(top,#ddd,#bbb);background-image:linear-gradient(to bottom,#ddd,#bbb);border:1px solid #bbb;border-bottom:1px solid #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid #aaa;border-bottom:1px solid #888;-webkit-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-moz-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f!important;margin:0;padding:2px;margin-right:5px;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f!important;text-decoration:underline}.sp-palette span:hover,.sp-palette span.sp-thumb-active{border-color:#000}.sp-preview,.sp-alpha,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-preview-inner,.sp-alpha-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:center;background-image:url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)}
|
options/redux-framework/assets/img/1c.png
ADDED
Binary file
|
options/redux-framework/assets/img/1col.png
ADDED
Binary file
|
options/redux-framework/assets/img/2-col-portfolio.png
ADDED
Binary file
|
options/redux-framework/assets/img/2cl.png
ADDED
Binary file
|
options/redux-framework/assets/img/2cr.png
ADDED
Binary file
|
options/redux-framework/assets/img/3-col-portfolio.png
ADDED
Binary file
|
options/redux-framework/assets/img/3cl.png
ADDED
Binary file
|
options/redux-framework/assets/img/3cm.png
ADDED
Binary file
|
options/redux-framework/assets/img/3cr.png
ADDED
Binary file
|
options/redux-framework/assets/img/4-col-portfolio.png
ADDED
Binary file
|
options/redux-framework/assets/img/ajax.gif
ADDED
Binary file
|
options/redux-framework/assets/img/menu_icon.png
ADDED
Binary file
|
options/redux-framework/assets/img/toggle_tabs.png
ADDED
Binary file
|
options/redux-framework/assets/js/media/media.js
ADDED
@@ -0,0 +1,220 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*global redux_change, wp, redux, libFilter */
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Media Uploader
|
5 |
+
* Dependencies : jquery, wp media uploader
|
6 |
+
* Feature added by : Smartik - http://smartik.ws/
|
7 |
+
* Date : 05.28.2013
|
8 |
+
*/
|
9 |
+
|
10 |
+
(function($){
|
11 |
+
"use strict";
|
12 |
+
|
13 |
+
redux.field_objects = redux.field_objects || {};
|
14 |
+
redux.field_objects.media = redux.field_objects.media || {};
|
15 |
+
|
16 |
+
var isFiltered;
|
17 |
+
|
18 |
+
$( document ).ready(
|
19 |
+
function() {
|
20 |
+
|
21 |
+
}
|
22 |
+
);
|
23 |
+
|
24 |
+
redux.field_objects.media.init = function( selector ) {
|
25 |
+
if ( !selector ) {
|
26 |
+
selector = $( document ).find( ".redux-group-tab:visible" ).find( '.redux-container-media:visible' );
|
27 |
+
}
|
28 |
+
$( selector ).each(
|
29 |
+
function() {
|
30 |
+
var el = $( this );
|
31 |
+
var parent = el;
|
32 |
+
|
33 |
+
if ( !el.hasClass( 'redux-field-container' ) ) {
|
34 |
+
parent = el.parents( '.redux-field-container:first' );
|
35 |
+
}
|
36 |
+
if ( parent.is( ":hidden" ) ) { // Skip hidden fields
|
37 |
+
return;
|
38 |
+
}
|
39 |
+
if ( parent.hasClass( 'redux-field-init' ) ) {
|
40 |
+
parent.removeClass( 'redux-field-init' );
|
41 |
+
} else {
|
42 |
+
return;
|
43 |
+
}
|
44 |
+
|
45 |
+
isFiltered = false;
|
46 |
+
|
47 |
+
// Remove the image button
|
48 |
+
el.find( '.remove-image, .remove-file' ).unbind( 'click' ).on(
|
49 |
+
'click', function() {
|
50 |
+
redux.field_objects.media.removeFile( $( this ).parents( 'fieldset.redux-field:first' ) );
|
51 |
+
}
|
52 |
+
);
|
53 |
+
// Upload media button
|
54 |
+
el.find( '.media_upload_button' ).unbind().on(
|
55 |
+
'click', function( event ) {
|
56 |
+
redux.field_objects.media.addFile( event, $( this ).parents( 'fieldset.redux-field:first' ) );
|
57 |
+
}
|
58 |
+
);
|
59 |
+
}
|
60 |
+
);
|
61 |
+
};
|
62 |
+
|
63 |
+
// Add a file via the wp.media function
|
64 |
+
redux.field_objects.media.addFile = function( event, selector ) {
|
65 |
+
event.preventDefault();
|
66 |
+
|
67 |
+
var frame;
|
68 |
+
var jQueryel = $( this );
|
69 |
+
var libFilter;
|
70 |
+
|
71 |
+
// If the media frame already exists, reopen it.
|
72 |
+
if ( frame ) {
|
73 |
+
frame.open();
|
74 |
+
return;
|
75 |
+
}
|
76 |
+
|
77 |
+
// Get library filter data
|
78 |
+
var filter = $( selector ).find('.library-filter').data('lib-filter');
|
79 |
+
|
80 |
+
// Must exist to do decoding
|
81 |
+
if (filter !== undefined) {
|
82 |
+
if (filter !== ''){
|
83 |
+
libFilter = [];
|
84 |
+
isFiltered = true;
|
85 |
+
filter = decodeURIComponent(filter);
|
86 |
+
filter = JSON.parse(filter);
|
87 |
+
|
88 |
+
$.each(filter, function(index, value) {
|
89 |
+
libFilter.push(value);
|
90 |
+
});
|
91 |
+
}
|
92 |
+
}
|
93 |
+
|
94 |
+
// Create the media frame.
|
95 |
+
frame = wp.media(
|
96 |
+
{
|
97 |
+
multiple: false,
|
98 |
+
library: {
|
99 |
+
type: libFilter //Only allow images
|
100 |
+
},
|
101 |
+
|
102 |
+
// Set the title of the modal.
|
103 |
+
title: jQueryel.data( 'choose' ),
|
104 |
+
|
105 |
+
// Customize the submit button.
|
106 |
+
button: {
|
107 |
+
// Set the text of the button.
|
108 |
+
text: jQueryel.data( 'update' )
|
109 |
+
// Tell the button not to close the modal, since we're
|
110 |
+
// going to refresh the page when the image is selected.
|
111 |
+
}
|
112 |
+
}
|
113 |
+
);
|
114 |
+
|
115 |
+
// When an image is selected, run a callback.
|
116 |
+
frame.on(
|
117 |
+
'select', function() {
|
118 |
+
|
119 |
+
// Grab the selected attachment.
|
120 |
+
var attachment = frame.state().get( 'selection' ).first();
|
121 |
+
frame.close();
|
122 |
+
|
123 |
+
var data = $( selector ).find('.data').data();
|
124 |
+
|
125 |
+
if ( typeof redux.field_objects.media === 'undefined' || typeof redux.field_objects.media === undefined ) {
|
126 |
+
redux.field_objects.media = {};
|
127 |
+
}
|
128 |
+
|
129 |
+
if ( data === undefined || data.mode === 'undefined' ) {
|
130 |
+
data = {};
|
131 |
+
data.mode = "image";
|
132 |
+
}
|
133 |
+
|
134 |
+
if (isFiltered === true) {
|
135 |
+
data.mode = 0;
|
136 |
+
}
|
137 |
+
|
138 |
+
if (data.mode === 0) {
|
139 |
+
|
140 |
+
} else {
|
141 |
+
if ( data.mode !== false) {
|
142 |
+
if (attachment.attributes.type !== data.mode) {
|
143 |
+
if (attachment.attributes.subtype !== data.mode ) {
|
144 |
+
return;
|
145 |
+
}
|
146 |
+
}
|
147 |
+
}
|
148 |
+
}
|
149 |
+
|
150 |
+
selector.find( '.upload' ).val( attachment.attributes.url );
|
151 |
+
selector.find( '.upload-id' ).val( attachment.attributes.id );
|
152 |
+
selector.find( '.upload-height' ).val( attachment.attributes.height );
|
153 |
+
selector.find( '.upload-width' ).val( attachment.attributes.width );
|
154 |
+
|
155 |
+
redux_change( $( selector ).find( '.upload-id' ) );
|
156 |
+
|
157 |
+
var thumbSrc = attachment.attributes.url;
|
158 |
+
if ( typeof attachment.attributes.sizes !== 'undefined' && typeof attachment.attributes.sizes.thumbnail !== 'undefined' ) {
|
159 |
+
thumbSrc = attachment.attributes.sizes.thumbnail.url;
|
160 |
+
} else if ( typeof attachment.attributes.sizes !== 'undefined' ) {
|
161 |
+
var height = attachment.attributes.height;
|
162 |
+
|
163 |
+
for ( var key in attachment.attributes.sizes ) {
|
164 |
+
var object = attachment.attributes.sizes[key];
|
165 |
+
|
166 |
+
if ( object.height < height ) {
|
167 |
+
height = object.height;
|
168 |
+
thumbSrc = object.url;
|
169 |
+
}
|
170 |
+
}
|
171 |
+
} else {
|
172 |
+
thumbSrc = attachment.attributes.icon;
|
173 |
+
}
|
174 |
+
|
175 |
+
selector.find( '.upload-thumbnail' ).val( thumbSrc );
|
176 |
+
if ( !selector.find( '.upload' ).hasClass( 'noPreview' ) ) {
|
177 |
+
selector.find( '.screenshot' ).empty().hide().append( '<img class="redux-option-image" src="' + thumbSrc + '">' ).slideDown( 'fast' );
|
178 |
+
}
|
179 |
+
|
180 |
+
//selector.find('.media_upload_button').unbind();
|
181 |
+
selector.find( '.remove-image' ).removeClass( 'hide' );//show "Remove" button
|
182 |
+
selector.find( '.redux-background-properties' ).slideDown();
|
183 |
+
}
|
184 |
+
);
|
185 |
+
|
186 |
+
// Finally, open the modal.
|
187 |
+
frame.open();
|
188 |
+
};
|
189 |
+
|
190 |
+
// Function to remove the image on click. Still requires a save
|
191 |
+
redux.field_objects.media.removeFile = function( selector ) {
|
192 |
+
|
193 |
+
// This shouldn't have been run...
|
194 |
+
if ( !selector.find( '.remove-image' ).addClass( 'hide' ) ) {
|
195 |
+
return;
|
196 |
+
}
|
197 |
+
|
198 |
+
selector.find( '.remove-image' ).addClass( 'hide' );//hide "Remove" button
|
199 |
+
selector.find( '.upload' ).val( '' );
|
200 |
+
selector.find( '.upload-id' ).val( '' );
|
201 |
+
selector.find( '.upload-height' ).val( '' );
|
202 |
+
selector.find( '.upload-width' ).val( '' );
|
203 |
+
selector.find( '.upload-thumbnail' ).val( '' );
|
204 |
+
redux_change( $( selector ).find( '.upload-id' ) );
|
205 |
+
selector.find( '.redux-background-properties' ).hide();
|
206 |
+
|
207 |
+
var screenshot = selector.find( '.screenshot' );
|
208 |
+
|
209 |
+
// Hide the screenshot
|
210 |
+
screenshot.slideUp();
|
211 |
+
|
212 |
+
selector.find( '.remove-file' ).unbind();
|
213 |
+
|
214 |
+
// We don't display the upload button if .upload-notice is present
|
215 |
+
// This means the user doesn't have the WordPress 3.5 Media Library Support
|
216 |
+
if ( selector.find( '.section-upload .upload-notice' ).length > 0 ) {
|
217 |
+
selector.find( '.media_upload_button' ).remove();
|
218 |
+
}
|
219 |
+
};
|
220 |
+
})( jQuery );
|
options/redux-framework/assets/js/media/media.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
!function(a){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.media=redux.field_objects.media||{};var b;a(document).ready(function(){}),redux.field_objects.media.init=function(c){c||(c=a(document).find(".redux-group-tab:visible").find(".redux-container-media:visible")),a(c).each(function(){var c=a(this),d=c;c.hasClass("redux-field-container")||(d=c.parents(".redux-field-container:first")),d.is(":hidden")||d.hasClass("redux-field-init")&&(d.removeClass("redux-field-init"),b=!1,c.find(".remove-image, .remove-file").unbind("click").on("click",function(){redux.field_objects.media.removeFile(a(this).parents("fieldset.redux-field:first"))}),c.find(".media_upload_button").unbind().on("click",function(b){redux.field_objects.media.addFile(b,a(this).parents("fieldset.redux-field:first"))}))})},redux.field_objects.media.addFile=function(c,d){c.preventDefault();var e,f,g=a(this);if(e)return void e.open();var h=a(d).find(".library-filter").data("lib-filter");void 0!==h&&""!==h&&(f=[],b=!0,h=decodeURIComponent(h),h=JSON.parse(h),a.each(h,function(a,b){f.push(b)})),e=wp.media({multiple:!1,library:{type:f},title:g.data("choose"),button:{text:g.data("update")}}),e.on("select",function(){var c=e.state().get("selection").first();e.close();var f=a(d).find(".data").data();if(("undefined"==typeof redux.field_objects.media||void 0===typeof redux.field_objects.media)&&(redux.field_objects.media={}),(void 0===f||"undefined"===f.mode)&&(f={},f.mode="image"),b===!0&&(f.mode=0),0===f.mode);else if(f.mode!==!1&&c.attributes.type!==f.mode&&c.attributes.subtype!==f.mode)return;d.find(".upload").val(c.attributes.url),d.find(".upload-id").val(c.attributes.id),d.find(".upload-height").val(c.attributes.height),d.find(".upload-width").val(c.attributes.width),redux_change(a(d).find(".upload-id"));var g=c.attributes.url;if("undefined"!=typeof c.attributes.sizes&&"undefined"!=typeof c.attributes.sizes.thumbnail)g=c.attributes.sizes.thumbnail.url;else if("undefined"!=typeof c.attributes.sizes){var h=c.attributes.height;for(var i in c.attributes.sizes){var j=c.attributes.sizes[i];j.height<h&&(h=j.height,g=j.url)}}else g=c.attributes.icon;d.find(".upload-thumbnail").val(g),d.find(".upload").hasClass("noPreview")||d.find(".screenshot").empty().hide().append('<img class="redux-option-image" src="'+g+'">').slideDown("fast"),d.find(".remove-image").removeClass("hide"),d.find(".redux-background-properties").slideDown()}),e.open()},redux.field_objects.media.removeFile=function(b){if(b.find(".remove-image").addClass("hide")){b.find(".remove-image").addClass("hide"),b.find(".upload").val(""),b.find(".upload-id").val(""),b.find(".upload-height").val(""),b.find(".upload-width").val(""),b.find(".upload-thumbnail").val(""),redux_change(a(b).find(".upload-id")),b.find(".redux-background-properties").hide();var c=b.find(".screenshot");c.slideUp(),b.find(".remove-file").unbind(),b.find(".section-upload .upload-notice").length>0&&b.find(".media_upload_button").remove()}}}(jQuery);
|
options/redux-framework/assets/js/redux.js
ADDED
@@ -0,0 +1,1736 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* global redux, confirm, relid:true, jsonView */
|
2 |
+
|
3 |
+
(function( $ ) {
|
4 |
+
'use strict';
|
5 |
+
|
6 |
+
$.redux = $.redux || {};
|
7 |
+
|
8 |
+
$( document ).ready(
|
9 |
+
function() {
|
10 |
+
$.fn.isOnScreen = function() {
|
11 |
+
if ( !window ) {
|
12 |
+
return;
|
13 |
+
}
|
14 |
+
|
15 |
+
var win = $( window );
|
16 |
+
var viewport = {
|
17 |
+
top: win.scrollTop(),
|
18 |
+
};
|
19 |
+
|
20 |
+
viewport.right = viewport.left + win.width();
|
21 |
+
viewport.bottom = viewport.top + win.height();
|
22 |
+
|
23 |
+
var bounds = this.offset();
|
24 |
+
|
25 |
+
bounds.right = bounds.left + this.outerWidth();
|
26 |
+
bounds.bottom = bounds.top + this.outerHeight();
|
27 |
+
|
28 |
+
return (!(viewport.right < bounds.left || viewport.left > bounds.right || viewport.bottom < bounds.top || viewport.top > bounds.bottom));
|
29 |
+
};
|
30 |
+
|
31 |
+
$.redux.hideFields();
|
32 |
+
$.redux.checkRequired();
|
33 |
+
$.redux.initEvents();
|
34 |
+
$.redux.initQtip();
|
35 |
+
$.redux.tabCheck();
|
36 |
+
$.redux.notices();
|
37 |
+
$.redux.tabControl();
|
38 |
+
}
|
39 |
+
);
|
40 |
+
|
41 |
+
$.redux.ajax_save = function( button ) {
|
42 |
+
|
43 |
+
var overlay = $( document.getElementById( 'redux_ajax_overlay' ) );
|
44 |
+
overlay.fadeIn();
|
45 |
+
|
46 |
+
// Add the loading mechanism
|
47 |
+
jQuery( '.redux-action_bar .spinner' ).addClass( 'is-active' );
|
48 |
+
|
49 |
+
jQuery( '.redux-action_bar input' ).attr( 'disabled', 'disabled' );
|
50 |
+
var $notification_bar = jQuery( document.getElementById( 'redux_notification_bar' ) );
|
51 |
+
$notification_bar.slideUp();
|
52 |
+
jQuery( '.redux-save-warn' ).slideUp();
|
53 |
+
jQuery( '.redux_ajax_save_error' ).slideUp(
|
54 |
+
'medium', function() {
|
55 |
+
jQuery( this ).remove();
|
56 |
+
}
|
57 |
+
);
|
58 |
+
|
59 |
+
var $parent = jQuery( document.getElementById( "redux-form-wrapper" ) );
|
60 |
+
|
61 |
+
// Editor field doesn't auto save. Have to call it. Boo.
|
62 |
+
if ( redux.fields.hasOwnProperty( "editor" ) ) {
|
63 |
+
$.each(
|
64 |
+
redux.fields.editor, function( $key, $index ) {
|
65 |
+
if ( typeof(tinyMCE) !== 'undefined' ) {
|
66 |
+
var editor = tinyMCE.get( $key );
|
67 |
+
if ( editor ) {
|
68 |
+
editor.save();
|
69 |
+
}
|
70 |
+
}
|
71 |
+
}
|
72 |
+
);
|
73 |
+
}
|
74 |
+
|
75 |
+
var $data = $parent.serialize();
|
76 |
+
// add values for checked and unchecked checkboxes fields
|
77 |
+
$parent.find( 'input[type=checkbox]' ).each(
|
78 |
+
function() {
|
79 |
+
if ( typeof $( this ).attr( 'name' ) !== "undefined" ) {
|
80 |
+
var chkVal = $( this ).is( ':checked' ) ? $( this ).val() : "0";
|
81 |
+
$data += "&" + $( this ).attr( 'name' ) + "=" + chkVal;
|
82 |
+
}
|
83 |
+
}
|
84 |
+
);
|
85 |
+
|
86 |
+
|
87 |
+
if ( button.attr( 'name' ) != "redux_save" ) {
|
88 |
+
$data += "&" + button.attr( 'name' ) + "=" + button.val();
|
89 |
+
}
|
90 |
+
|
91 |
+
var $nonce = $parent.attr( "data-nonce" );
|
92 |
+
|
93 |
+
jQuery.ajax(
|
94 |
+
{
|
95 |
+
type: "post",
|
96 |
+
dataType: "json",
|
97 |
+
url: ajaxurl,
|
98 |
+
data: {
|
99 |
+
action: redux.args.opt_name + "_ajax_save",
|
100 |
+
nonce: $nonce,
|
101 |
+
'opt_name': redux.args.opt_name,
|
102 |
+
data: $data
|
103 |
+
},
|
104 |
+
error: function( response ) {
|
105 |
+
if ( !window.console ) console = {};
|
106 |
+
console.log = console.log || function( name, data ) {
|
107 |
+
};
|
108 |
+
console.log( redux.ajax.console );
|
109 |
+
console.log( response.responseText );
|
110 |
+
jQuery( '.redux-action_bar input' ).removeAttr( 'disabled' );
|
111 |
+
overlay.fadeOut( 'fast' );
|
112 |
+
jQuery( '.redux-action_bar .spinner' ).removeClass( 'is-active' );
|
113 |
+
alert( redux.ajax.alert );
|
114 |
+
},
|
115 |
+
success: function( response ) {
|
116 |
+
if ( response.action && response.action == "reload" ) {
|
117 |
+
location.reload( true );
|
118 |
+
} else if ( response.status == "success" ) {
|
119 |
+
jQuery( '.redux-action_bar input' ).removeAttr( 'disabled' );
|
120 |
+
overlay.fadeOut( 'fast' );
|
121 |
+
jQuery( '.redux-action_bar .spinner' ).removeClass( 'is-active' );
|
122 |
+
redux.options = response.options;
|
123 |
+
//redux.defaults = response.defaults;
|
124 |
+
redux.errors = response.errors;
|
125 |
+
redux.warnings = response.warnings;
|
126 |
+
|
127 |
+
$notification_bar.html( response.notification_bar ).slideDown( 'fast' );
|
128 |
+
if ( response.errors !== null || response.warnings !== null ) {
|
129 |
+
$.redux.notices();
|
130 |
+
}
|
131 |
+
var $save_notice = $( document.getElementById( 'redux_notification_bar' ) ).find( '.saved_notice' );
|
132 |
+
$save_notice.slideDown();
|
133 |
+
$save_notice.delay( 4000 ).slideUp();
|
134 |
+
} else {
|
135 |
+
jQuery( '.redux-action_bar input' ).removeAttr( 'disabled' );
|
136 |
+
jQuery( '.redux-action_bar .spinner' ).removeClass( 'is-active' );
|
137 |
+
overlay.fadeOut( 'fast' );
|
138 |
+
jQuery( '.wrap h2:first' ).parent().append( '<div class="error redux_ajax_save_error" style="display:none;"><p>' + response.status + '</p></div>' );
|
139 |
+
jQuery( '.redux_ajax_save_error' ).slideDown();
|
140 |
+
jQuery( "html, body" ).animate( {scrollTop: 0}, "slow" );
|
141 |
+
}
|
142 |
+
}
|
143 |
+
}
|
144 |
+
);
|
145 |
+
return false;
|
146 |
+
};
|
147 |
+
|
148 |
+
$.redux.initEvents = function() {
|
149 |
+
$( '.redux-presets-bar' ).on(
|
150 |
+
'click', function() {
|
151 |
+
window.onbeforeunload = null;
|
152 |
+
}
|
153 |
+
);
|
154 |
+
|
155 |
+
|
156 |
+
$( '#toplevel_page_' + redux.args.slug + ' .wp-submenu a, #wp-admin-bar-' + redux.args.slug + ' a.ab-item' ).click(
|
157 |
+
function( e ) {
|
158 |
+
|
159 |
+
if ( ( $( '#toplevel_page_' + redux.args.slug ).hasClass( 'wp-menu-open' ) || $( this ).hasClass( 'ab-item' ) ) && !$( this ).parents( 'ul.ab-submenu:first' ).hasClass( 'ab-sub-secondary' ) && $( this ).attr( 'href' ).toLowerCase().indexOf( redux.args.slug + "&tab=" ) >= 0 ) {
|
160 |
+
e.preventDefault();
|
161 |
+
var url = $( this ).attr( 'href' ).split( '&tab=' );
|
162 |
+
$( '#' + url[1] + '_section_group_li_a' ).click();
|
163 |
+
$( this ).parents( 'ul:first' ).find( '.current' ).removeClass( 'current' );
|
164 |
+
$( this ).addClass( 'current' );
|
165 |
+
$( this ).parent().addClass( 'current' );
|
166 |
+
return false;
|
167 |
+
}
|
168 |
+
}
|
169 |
+
);
|
170 |
+
|
171 |
+
// Save button clicked
|
172 |
+
$( '.redux-action_bar input' ).on(
|
173 |
+
'click', function( e ) {
|
174 |
+
if ( $( this ).attr( 'name' ) == redux.args.opt_name + '[defaults]' ) {
|
175 |
+
// Defaults button clicked
|
176 |
+
if ( !confirm( redux.args.reset_confirm ) ) {
|
177 |
+
return false;
|
178 |
+
}
|
179 |
+
} else if ( $( this ).attr( 'name' ) == redux.args.opt_name + '[defaults-section]' ) {
|
180 |
+
// Default section clicked
|
181 |
+
if ( !confirm( redux.args.reset_section_confirm ) ) {
|
182 |
+
return false;
|
183 |
+
}
|
184 |
+
}
|
185 |
+
|
186 |
+
window.onbeforeunload = null;
|
187 |
+
|
188 |
+
if ( redux.args.ajax_save === true ) {
|
189 |
+
$.redux.ajax_save( $( this ) );
|
190 |
+
e.preventDefault();
|
191 |
+
}
|
192 |
+
}
|
193 |
+
);
|
194 |
+
//
|
195 |
+
//// Default button clicked
|
196 |
+
//$( 'input[name="' + redux.args.opt_name + '[defaults]"]' ).click(
|
197 |
+
// function() {
|
198 |
+
// if ( !confirm( redux.args.reset_confirm ) ) {
|
199 |
+
// return false;
|
200 |
+
// }
|
201 |
+
// window.onbeforeunload = null;
|
202 |
+
// }
|
203 |
+
//);
|
204 |
+
|
205 |
+
|
206 |
+
//$( 'input[name="' + redux.args.opt_name + '[defaults-section]"]' ).click(
|
207 |
+
// function() {
|
208 |
+
// if ( !confirm( redux.args.reset_section_confirm ) ) {
|
209 |
+
// return false;
|
210 |
+
// }
|
211 |
+
//
|
212 |
+
// window.onbeforeunload = null;
|
213 |
+
// }
|
214 |
+
//);
|
215 |
+
//$( '.redux-save' ).click(
|
216 |
+
// function() {
|
217 |
+
// window.onbeforeunload = null;
|
218 |
+
// }
|
219 |
+
//);
|
220 |
+
|
221 |
+
$( '.expand_options' ).click(
|
222 |
+
function( e ) {
|
223 |
+
|
224 |
+
e.preventDefault();
|
225 |
+
|
226 |
+
var container = $( '.redux-container' );
|
227 |
+
if ( $( container ).hasClass( 'fully-expanded' ) ) {
|
228 |
+
$( container ).removeClass( 'fully-expanded' );
|
229 |
+
|
230 |
+
var tab = $.cookie( "redux_current_tab" );
|
231 |
+
|
232 |
+
$( '.redux-container:first' ).find( '#' + tab + '_section_group' ).fadeIn(
|
233 |
+
200, function() {
|
234 |
+
if ( $( '.redux-container:first' ).find( '#redux-footer' ).length !== 0 ) {
|
235 |
+
$.redux.stickyInfo(); // race condition fix
|
236 |
+
}
|
237 |
+
$.redux.initFields();
|
238 |
+
}
|
239 |
+
);
|
240 |
+
}
|
241 |
+
|
242 |
+
$.redux.expandOptions( $( this ).parents( '.redux-container:first' ) );
|
243 |
+
|
244 |
+
return false;
|
245 |
+
}
|
246 |
+
);
|
247 |
+
|
248 |
+
if ( $( '.saved_notice' ).is( ':visible' ) ) {
|
249 |
+
$( '.saved_notice' ).slideDown();
|
250 |
+
}
|
251 |
+
|
252 |
+
$( document.body ).on(
|
253 |
+
'change', '.redux-field input, .redux-field textarea, .redux-field select', function() {
|
254 |
+
if ( !$( this ).hasClass( 'noUpdate' ) ) {
|
255 |
+
redux_change( $( this ) );
|
256 |
+
}
|
257 |
+
}
|
258 |
+
);
|
259 |
+
|
260 |
+
var stickyHeight = $( '#redux-footer' ).height();
|
261 |
+
|
262 |
+
$( '#redux-sticky-padder' ).css(
|
263 |
+
{
|
264 |
+
height: stickyHeight
|
265 |
+
}
|
266 |
+
);
|
267 |
+
$( '#redux-footer-sticky' ).removeClass( 'hide' );
|
268 |
+
|
269 |
+
if ( $( '#redux-footer' ).length !== 0 ) {
|
270 |
+
$( window ).scroll(
|
271 |
+
function() {
|
272 |
+
$.redux.stickyInfo();
|
273 |
+
}
|
274 |
+
);
|
275 |
+
|
276 |
+
$( window ).resize(
|
277 |
+
function() {
|
278 |
+
$.redux.stickyInfo();
|
279 |
+
}
|
280 |
+
);
|
281 |
+
}
|
282 |
+
|
283 |
+
$( '.saved_notice' ).delay( 4000 ).slideUp();
|
284 |
+
|
285 |
+
|
286 |
+
};
|
287 |
+
|
288 |
+
$.redux.hideFields = function() {
|
289 |
+
$( "label[for='redux_hide_field']" ).each(
|
290 |
+
function( idx, val ) {
|
291 |
+
var tr = $( this ).parent().parent();
|
292 |
+
$( tr ).addClass( 'hidden' );
|
293 |
+
}
|
294 |
+
);
|
295 |
+
};
|
296 |
+
|
297 |
+
$.redux.checkRequired = function() {
|
298 |
+
$.redux.required();
|
299 |
+
|
300 |
+
$( "body" ).on(
|
301 |
+
'change',
|
302 |
+
'.redux-main select, .redux-main radio, .redux-main input[type=checkbox], .redux-main input[type=hidden]',
|
303 |
+
function( e ) {
|
304 |
+
$.redux.check_dependencies( this );
|
305 |
+
}
|
306 |
+
);
|
307 |
+
|
308 |
+
$( "body" ).on(
|
309 |
+
'check_dependencies', function( e, variable ) {
|
310 |
+
$.redux.check_dependencies( variable );
|
311 |
+
}
|
312 |
+
);
|
313 |
+
|
314 |
+
$( 'td > fieldset:empty,td > div:empty' ).parent().parent().hide();
|
315 |
+
};
|
316 |
+
|
317 |
+
$.redux.initQtip = function() {
|
318 |
+
if ( $().qtip ) {
|
319 |
+
// Shadow
|
320 |
+
var shadow = '';
|
321 |
+
var tip_shadow = redux.args.hints.tip_style.shadow;
|
322 |
+
|
323 |
+
if ( tip_shadow === true ) {
|
324 |
+
shadow = 'qtip-shadow';
|
325 |
+
}
|
326 |
+
|
327 |
+
// Color
|
328 |
+
var color = '';
|
329 |
+
var tip_color = redux.args.hints.tip_style.color;
|
330 |
+
|
331 |
+
if ( tip_color !== '' ) {
|
332 |
+
color = 'qtip-' + tip_color;
|
333 |
+
}
|
334 |
+
|
335 |
+
// Rounded
|
336 |
+
var rounded = '';
|
337 |
+
var tip_rounded = redux.args.hints.tip_style.rounded;
|
338 |
+
|
339 |
+
if ( tip_rounded === true ) {
|
340 |
+
rounded = 'qtip-rounded';
|
341 |
+
}
|
342 |
+
|
343 |
+
// Tip style
|
344 |
+
var style = '';
|
345 |
+
var tip_style = redux.args.hints.tip_style.style;
|
346 |
+
|
347 |
+
if ( tip_style !== '' ) {
|
348 |
+
style = 'qtip-' + tip_style;
|
349 |
+
}
|
350 |
+
|
351 |
+
var classes = shadow + ',' + color + ',' + rounded + ',' + style + ',redux-qtip';
|
352 |
+
classes = classes.replace( /,/g, ' ' );
|
353 |
+
|
354 |
+
// Get position data
|
355 |
+
var myPos = redux.args.hints.tip_position.my;
|
356 |
+
var atPos = redux.args.hints.tip_position.at;
|
357 |
+
|
358 |
+
// Gotta be lowercase, and in proper format
|
359 |
+
myPos = $.redux.verifyPos( myPos.toLowerCase(), true );
|
360 |
+
atPos = $.redux.verifyPos( atPos.toLowerCase(), false );
|
361 |
+
|
362 |
+
// Tooltip trigger action
|
363 |
+
var showEvent = redux.args.hints.tip_effect.show.event;
|
364 |
+
var hideEvent = redux.args.hints.tip_effect.hide.event;
|
365 |
+
|
366 |
+
// Tip show effect
|
367 |
+
var tipShowEffect = redux.args.hints.tip_effect.show.effect;
|
368 |
+
var tipShowDuration = redux.args.hints.tip_effect.show.duration;
|
369 |
+
|
370 |
+
// Tip hide effect
|
371 |
+
var tipHideEffect = redux.args.hints.tip_effect.hide.effect;
|
372 |
+
var tipHideDuration = redux.args.hints.tip_effect.hide.duration;
|
373 |
+
|
374 |
+
$( 'div.redux-dev-qtip' ).each(
|
375 |
+
function() {
|
376 |
+
$( this ).qtip(
|
377 |
+
{
|
378 |
+
content: {
|
379 |
+
text: $( this ).attr( 'qtip-content' ),
|
380 |
+
title: $( this ).attr( 'qtip-title' )
|
381 |
+
},
|
382 |
+
show: {
|
383 |
+
effect: function() {
|
384 |
+
$( this ).slideDown( 500 );
|
385 |
+
},
|
386 |
+
event: 'mouseover',
|
387 |
+
},
|
388 |
+
hide: {
|
389 |
+
effect: function() {
|
390 |
+
$( this ).slideUp( 500 );
|
391 |
+
},
|
392 |
+
event: 'mouseleave',
|
393 |
+
},
|
394 |
+
style: {
|
395 |
+
classes: 'qtip-shadow qtip-light',
|
396 |
+
},
|
397 |
+
position: {
|
398 |
+
my: 'top center',
|
399 |
+
at: 'bottom center',
|
400 |
+
},
|
401 |
+
}
|
402 |
+
);
|
403 |
+
}
|
404 |
+
);
|
405 |
+
|
406 |
+
$( 'div.redux-hint-qtip' ).each(
|
407 |
+
function() {
|
408 |
+
$( this ).qtip(
|
409 |
+
{
|
410 |
+
content: {
|
411 |
+
text: $( this ).attr( 'qtip-content' ),
|
412 |
+
title: $( this ).attr( 'qtip-title' )
|
413 |
+
},
|
414 |
+
show: {
|
415 |
+
effect: function() {
|
416 |
+
switch ( tipShowEffect ) {
|
417 |
+
case 'slide':
|
418 |
+
$( this ).slideDown( tipShowDuration );
|
419 |
+
break;
|
420 |
+
case 'fade':
|
421 |
+
$( this ).fadeIn( tipShowDuration );
|
422 |
+
break;
|
423 |
+
default:
|
424 |
+
$( this ).show();
|
425 |
+
break;
|
426 |
+
}
|
427 |
+
},
|
428 |
+
event: showEvent,
|
429 |
+
},
|
430 |
+
hide: {
|
431 |
+
effect: function() {
|
432 |
+
switch ( tipHideEffect ) {
|
433 |
+
case 'slide':
|
434 |
+
$( this ).slideUp( tipHideDuration );
|
435 |
+
break;
|
436 |
+
case 'fade':
|
437 |
+
$( this ).fadeOut( tipHideDuration );
|
438 |
+
break;
|
439 |
+
default:
|
440 |
+
$( this ).hide( tipHideDuration );
|
441 |
+
break;
|
442 |
+
}
|
443 |
+
},
|
444 |
+
event: hideEvent,
|
445 |
+
},
|
446 |
+
style: {
|
447 |
+
classes: classes,
|
448 |
+
},
|
449 |
+
position: {
|
450 |
+
my: myPos,
|
451 |
+
at: atPos,
|
452 |
+
},
|
453 |
+
}
|
454 |
+
);
|
455 |
+
}
|
456 |
+
);
|
457 |
+
// });
|
458 |
+
|
459 |
+
$( 'input[qtip-content]' ).each(
|
460 |
+
function() {
|
461 |
+
$( this ).qtip(
|
462 |
+
{
|
463 |
+
content: {
|
464 |
+
text: $( this ).attr( 'qtip-content' ),
|
465 |
+
title: $( this ).attr( 'qtip-title' )
|
466 |
+
},
|
467 |
+
show: 'focus',
|
468 |
+
hide: 'blur',
|
469 |
+
style: classes,
|
470 |
+
position: {
|
471 |
+
my: myPos,
|
472 |
+
at: atPos,
|
473 |
+
},
|
474 |
+
}
|
475 |
+
);
|
476 |
+
}
|
477 |
+
);
|
478 |
+
}
|
479 |
+
};
|
480 |
+
|
481 |
+
$.redux.tabCheck = function() {
|
482 |
+
$( '.redux-group-tab-link-a' ).click(
|
483 |
+
function() {
|
484 |
+
var link = $( this );
|
485 |
+
if ( link.parent().hasClass( 'empty_section' ) && link.parent().hasClass( 'hasSubSections' ) ) {
|
486 |
+
var elements = $( this ).closest( 'ul' ).find( '.redux-group-tab-link-a' );
|
487 |
+
var index = elements.index( this );
|
488 |
+
link = elements.slice( index + 1, index + 2 );
|
489 |
+
}
|
490 |
+
var el = link.parents( '.redux-container:first' );
|
491 |
+
var relid = link.data( 'rel' ); // The group ID of interest
|
492 |
+
var oldid = el.find( '.redux-group-tab-link-li.active:first .redux-group-tab-link-a' ).data( 'rel' );
|
493 |
+
|
494 |
+
//console.log('id: '+relid+' oldid: '+oldid);
|
495 |
+
|
496 |
+
if ( oldid === relid ) {
|
497 |
+
return;
|
498 |
+
}
|
499 |
+
|
500 |
+
$( '#currentSection' ).val( relid );
|
501 |
+
if ( !link.parents( '.postbox-container:first' ).length ) {
|
502 |
+
// Set the proper page cookie
|
503 |
+
$.cookie(
|
504 |
+
'redux_current_tab', relid, {
|
505 |
+
expires: 7,
|
506 |
+
path: '/'
|
507 |
+
}
|
508 |
+
);
|
509 |
+
}
|
510 |
+
|
511 |
+
if ( el.find( '#' + relid + '_section_group_li' ).parents( '.redux-group-tab-link-li' ).length ) {
|
512 |
+
var parentID = el.find( '#' + relid + '_section_group_li' ).parents( '.redux-group-tab-link-li' ).attr( 'id' ).split( '_' );
|
513 |
+
parentID = parentID[0];
|
514 |
+
}
|
515 |
+
|
516 |
+
el.find( '#toplevel_page_' + redux.args.slug + ' .wp-submenu a.current' ).removeClass( 'current' );
|
517 |
+
el.find( '#toplevel_page_' + redux.args.slug + ' .wp-submenu li.current' ).removeClass( 'current' );
|
518 |
+
|
519 |
+
el.find( '#toplevel_page_' + redux.args.slug + ' .wp-submenu a' ).each(
|
520 |
+
function() {
|
521 |
+
var url = $( this ).attr( 'href' ).split( '&tab=' );
|
522 |
+
if ( url[1] == relid || url[1] == parentID ) {
|
523 |
+
$( this ).addClass( 'current' );
|
524 |
+
$( this ).parent().addClass( 'current' );
|
525 |
+
}
|
526 |
+
}
|
527 |
+
);
|
528 |
+
|
529 |
+
if ( el.find( '#' + oldid + '_section_group_li' ).find( '#' + oldid + '_section_group_li' ).length ) {
|
530 |
+
//console.log('RELID is child of oldid');
|
531 |
+
el.find( '#' + oldid + '_section_group_li' ).addClass( 'activeChild' );
|
532 |
+
el.find( '#' + relid + '_section_group_li' ).addClass( 'active' ).removeClass( 'activeChild' );
|
533 |
+
} else if ( el.find( '#' + relid + '_section_group_li' ).parents( '#' + oldid + '_section_group_li' ).length || el.find( '#' + oldid + '_section_group_li' ).parents( 'ul.subsection' ).find( '#' + relid + '_section_group_li' ).length ) {
|
534 |
+
//console.log('RELID is sibling or child of OLDID');
|
535 |
+
if ( el.find( '#' + relid + '_section_group_li' ).parents( '#' + oldid + '_section_group_li' ).length ) {
|
536 |
+
//console.log('child of oldid');
|
537 |
+
el.find( '#' + oldid + '_section_group_li' ).addClass( 'activeChild' ).removeClass( 'active' );
|
538 |
+
} else {
|
539 |
+
//console.log('sibling');
|
540 |
+
el.find( '#' + relid + '_section_group_li' ).addClass( 'active' );
|
541 |
+
el.find( '#' + oldid + '_section_group_li' ).removeClass( 'active' );
|
542 |
+
}
|
543 |
+
el.find( '#' + relid + '_section_group_li' ).removeClass( 'activeChild' ).addClass( 'active' );
|
544 |
+
} else {
|
545 |
+
el.find( '#' + relid + '_section_group_li' ).addClass( 'active' ).removeClass( 'activeChild' ).find( 'ul.subsection' ).slideDown();
|
546 |
+
|
547 |
+
if ( el.find( '#' + oldid + '_section_group_li' ).find( 'ul.subsection' ).length ) {
|
548 |
+
//console.log('oldid is parent');
|
549 |
+
//console.log('#' + relid + '_section_group_li');
|
550 |
+
|
551 |
+
el.find( '#' + oldid + '_section_group_li' ).find( 'ul.subsection' ).slideUp(
|
552 |
+
'fast', function() {
|
553 |
+
el.find( '#' + oldid + '_section_group_li' ).removeClass( 'active' ).removeClass( 'activeChild' );
|
554 |
+
}
|
555 |
+
);
|
556 |
+
var newParent = el.find( '#' + relid + '_section_group_li' ).parents( '.hasSubSections:first' );
|
557 |
+
|
558 |
+
if ( newParent.length > 0 ) {
|
559 |
+
el.find( '#' + relid + '_section_group_li' ).removeClass( 'active' );
|
560 |
+
relid = newParent.find( '.redux-group-tab-link-a:first' ).data( 'rel' );
|
561 |
+
//console.log(relid);
|
562 |
+
if ( newParent.hasClass( 'empty_section' ) ) {
|
563 |
+
newParent.find( '.subsection li:first' ).addClass( 'active' );
|
564 |
+
el.find( '#' + relid + '_section_group_li' ).removeClass( 'active' ).addClass( 'activeChild' ).find( 'ul.subsection' ).slideDown();
|
565 |
+
newParent = newParent.find( '.subsection li:first' );
|
566 |
+
relid = newParent.find( '.redux-group-tab-link-a:first' ).data( 'rel' );
|
567 |
+
//console.log('Empty section, do the next one?');
|
568 |
+
} else {
|
569 |
+
el.find( '#' + relid + '_section_group_li' ).addClass( 'active' ).removeClass( 'activeChild' ).find( 'ul.subsection' ).slideDown();
|
570 |
+
}
|
571 |
+
}
|
572 |
+
} else if ( el.find( '#' + oldid + '_section_group_li' ).parents( 'ul.subsection' ).length ) {
|
573 |
+
//console.log('oldid is a child');
|
574 |
+
if ( !el.find( '#' + oldid + '_section_group_li' ).parents( '#' + relid + '_section_group_li' ).length ) {
|
575 |
+
//console.log('oldid is child, but not of relid');
|
576 |
+
el.find( '#' + oldid + '_section_group_li' ).parents( 'ul.subsection' ).slideUp(
|
577 |
+
'fast', function() {
|
578 |
+
el.find( '#' + oldid + '_section_group_li' ).removeClass( 'active' );
|
579 |
+
el.find( '#' + oldid + '_section_group_li' ).parents( '.redux-group-tab-link-li' ).removeClass( 'active' ).removeClass( 'activeChild' );
|
580 |
+
el.find( '#' + relid + '_section_group_li' ).parents( '.redux-group-tab-link-li' ).addClass( 'activeChild' ).find( 'ul.subsection' ).slideDown();
|
581 |
+
el.find( '#' + relid + '_section_group_li' ).addClass( 'active' );
|
582 |
+
}
|
583 |
+
);
|
584 |
+
} else {
|
585 |
+
//console.log('oldid is child, but not of relid2');
|
586 |
+
el.find( '#' + oldid + '_section_group_li' ).removeClass( 'active' );
|
587 |
+
}
|
588 |
+
} else {
|
589 |
+
//console.log('Normal remove active from child');
|
590 |
+
el.find( '#' + oldid + '_section_group_li' ).removeClass( 'active' );
|
591 |
+
if ( el.find( '#' + relid + '_section_group_li' ).parents( '.redux-group-tab-link-li' ).length ) {
|
592 |
+
//console.log('here');
|
593 |
+
el.find( '#' + relid + '_section_group_li' ).parents( '.redux-group-tab-link-li' ).addClass( 'activeChild' ).find( 'ul.subsection' ).slideDown();
|
594 |
+
el.find( '#' + relid + '_section_group_li' ).addClass( 'active' );
|
595 |
+
}
|
596 |
+
}
|
597 |
+
}
|
598 |
+
|
599 |
+
// Show the group
|
600 |
+
el.find( '#' + oldid + '_section_group' ).hide();
|
601 |
+
|
602 |
+
el.find( '#' + relid + '_section_group' ).fadeIn(
|
603 |
+
200, function() {
|
604 |
+
if ( el.find( '#redux-footer' ).length !== 0 ) {
|
605 |
+
$.redux.stickyInfo(); // race condition fix
|
606 |
+
}
|
607 |
+
$.redux.initFields();
|
608 |
+
}
|
609 |
+
);
|
610 |
+
$( '#toplevel_page_' + redux.args.slug ).find( '.current' ).removeClass( 'current' );
|
611 |
+
|
612 |
+
}
|
613 |
+
);
|
614 |
+
|
615 |
+
if ( redux.last_tab !== undefined ) {
|
616 |
+
$( '#' + redux.last_tab + '_section_group_li_a' ).click();
|
617 |
+
return;
|
618 |
+
}
|
619 |
+
|
620 |
+
var tab = decodeURI( (new RegExp( 'tab' + '=' + '(.+?)(&|$)' ).exec( location.search ) || [, ''])[1] );
|
621 |
+
|
622 |
+
if ( tab !== "" ) {
|
623 |
+
if ( $.cookie( "redux_current_tab_get" ) !== tab ) {
|
624 |
+
$.cookie(
|
625 |
+
'redux_current_tab', tab, {
|
626 |
+
expires: 7,
|
627 |
+
path: '/'
|
628 |
+
}
|
629 |
+
);
|
630 |
+
$.cookie(
|
631 |
+
'redux_current_tab_get', tab, {
|
632 |
+
expires: 7,
|
633 |
+
path: '/'
|
634 |
+
}
|
635 |
+
);
|
636 |
+
|
637 |
+
$( '#' + tab + '_section_group_li' ).click();
|
638 |
+
}
|
639 |
+
} else if ( $.cookie( 'redux_current_tab_get' ) !== "" ) {
|
640 |
+
$.removeCookie( 'redux_current_tab_get' );
|
641 |
+
}
|
642 |
+
|
643 |
+
var sTab = $( '#' + $.cookie( "redux_current_tab" ) + '_section_group_li_a' );
|
644 |
+
|
645 |
+
// Tab the first item or the saved one
|
646 |
+
if ( $.cookie( "redux_current_tab" ) === null || typeof ($.cookie( "redux_current_tab" )) === "undefined" || sTab.length === 0 ) {
|
647 |
+
$( '.redux-container' ).find( '.redux-group-tab-link-a:first' ).click();
|
648 |
+
} else {
|
649 |
+
sTab.click();
|
650 |
+
}
|
651 |
+
|
652 |
+
};
|
653 |
+
|
654 |
+
$.redux.initFields = function() {
|
655 |
+
$( ".redux-group-tab:visible" ).find( ".redux-field-init:visible" ).each(
|
656 |
+
function() {
|
657 |
+
|
658 |
+
var type = $( this ).attr( 'data-type' );
|
659 |
+
//console.log(type);
|
660 |
+
if ( typeof redux.field_objects != 'undefined' && redux.field_objects[type] && redux.field_objects[type] ) {
|
661 |
+
redux.field_objects[type].init();
|
662 |
+
}
|
663 |
+
if ( !redux.customizer && $( this ).hasClass( 'redux_remove_th' ) ) {
|
664 |
+
|
665 |
+
var tr = $( this ).parents( 'tr:first' );
|
666 |
+
var th = tr.find( 'th:first' );
|
667 |
+
if ( th.html() && th.html().length > 0 ) {
|
668 |
+
$( this ).prepend( th.html() );
|
669 |
+
$( this ).find( '.redux_field_th' ).css( 'padding', '0 0 10px 0' );
|
670 |
+
}
|
671 |
+
$( this ).parent().attr( 'colspan', '2' );
|
672 |
+
th.remove();
|
673 |
+
}
|
674 |
+
}
|
675 |
+
);
|
676 |
+
};
|
677 |
+
|
678 |
+
$.redux.notices = function() {
|
679 |
+
if ( redux.errors && redux.errors.errors ) {
|
680 |
+
$.each(
|
681 |
+
redux.errors.errors, function( sectionID, sectionArray ) {
|
682 |
+
$.each(
|
683 |
+
sectionArray.errors, function( key, value ) {
|
684 |
+
$( "#" + redux.args.opt_name + '-' + value.id ).addClass( "redux-field-error" );
|
685 |
+
if ( $( "#" + redux.args.opt_name + '-' + value.id ).parent().find( '.redux-th-error' ).length === 0 ) {
|
686 |
+
$( "#" + redux.args.opt_name + '-' + value.id ).append( '<div class="redux-th-error">' + value.msg + '</div>' );
|
687 |
+
} else {
|
688 |
+
$( "#" + redux.args.opt_name + '-' + value.id ).parent().find( '.redux-th-error' ).html( value.msg ).css(
|
689 |
+
'display', 'block'
|
690 |
+
);
|
691 |
+
}
|
692 |
+
}
|
693 |
+
);
|
694 |
+
}
|
695 |
+
);
|
696 |
+
$( '.redux-container' ).each(
|
697 |
+
function() {
|
698 |
+
var container = $( this );
|
699 |
+
// Ajax cleanup
|
700 |
+
container.find( '.redux-menu-error' ).remove();
|
701 |
+
var totalErrors = container.find( '.redux-field-error' ).length;
|
702 |
+
if ( totalErrors > 0 ) {
|
703 |
+
container.find( ".redux-field-errors span" ).text( totalErrors );
|
704 |
+
container.find( ".redux-field-errors" ).slideDown();
|
705 |
+
container.find( '.redux-group-tab' ).each(
|
706 |
+
function() {
|
707 |
+
var total = $( this ).find( '.redux-field-error' ).length;
|
708 |
+
if ( total > 0 ) {
|
709 |
+
var sectionID = $( this ).attr( 'id' ).split( '_' );
|
710 |
+
sectionID = sectionID[0];
|
711 |
+
container.find( '.redux-group-tab-link-a[data-key="' + sectionID + '"]' ).prepend( '<span class="redux-menu-error">' + total + '</span>' );
|
712 |
+
container.find( '.redux-group-tab-link-a[data-key="' + sectionID + '"]' ).addClass( "hasError" );
|
713 |
+
var subParent = container.find( '.redux-group-tab-link-a[data-key="' + sectionID + '"]' ).parents( '.hasSubSections:first' );
|
714 |
+
if ( subParent ) {
|
715 |
+
subParent.find( '.redux-group-tab-link-a:first' ).addClass( 'hasError' );
|
716 |
+
}
|
717 |
+
}
|
718 |
+
}
|
719 |
+
);
|
720 |
+
}
|
721 |
+
}
|
722 |
+
);
|
723 |
+
}
|
724 |
+
if ( redux.warnings && redux.warnings.warnings ) {
|
725 |
+
$.each(
|
726 |
+
redux.warnings.warnings, function( sectionID, sectionArray ) {
|
727 |
+
$.each(
|
728 |
+
sectionArray.warnings, function( key, value ) {
|
729 |
+
$( "#" + redux.args.opt_name + '-' + value.id ).addClass( "redux-field-warning" );
|
730 |
+
if ( $( "#" + redux.args.opt_name + '-' + value.id ).parent().find( '.redux-th-warning' ).length === 0 ) {
|
731 |
+
$( "#" + redux.args.opt_name + '-' + value.id ).append( '<div class="redux-th-warning">' + value.msg + '</div>' );
|
732 |
+
} else {
|
733 |
+
$( "#" + redux.args.opt_name + '-' + value.id ).parent().find( '.redux-th-warning' ).html( value.msg ).css(
|
734 |
+
'display', 'block'
|
735 |
+
);
|
736 |
+
}
|
737 |
+
}
|
738 |
+
);
|
739 |
+
}
|
740 |
+
);
|
741 |
+
$( '.redux-container' ).each(
|
742 |
+
function() {
|
743 |
+
var container = $( this );
|
744 |
+
// Ajax cleanup
|
745 |
+
container.find( '.redux-menu-warning' ).remove();
|
746 |
+
var totalWarnings = container.find( '.redux-field-warning' ).length;
|
747 |
+
if ( totalWarnings > 0 ) {
|
748 |
+
container.find( ".redux-field-warnings span" ).text( totalWarnings );
|
749 |
+
container.find( ".redux-field-warnings" ).slideDown();
|
750 |
+
container.find( '.redux-group-tab' ).each(
|
751 |
+
function() {
|
752 |
+
var total = $( this ).find( '.redux-field-warning' ).length;
|
753 |
+
if ( total > 0 ) {
|
754 |
+
var sectionID = $( this ).attr( 'id' ).split( '_' );
|
755 |
+
sectionID = sectionID[0];
|
756 |
+
container.find( '.redux-group-tab-link-a[data-key="' + sectionID + '"]' ).prepend( '<span class="redux-menu-warning">' + total + '</span>' );
|
757 |
+
container.find( '.redux-group-tab-link-a[data-key="' + sectionID + '"]' ).addClass( "hasWarning" );
|
758 |
+
var subParent = container.find( '.redux-group-tab-link-a[data-key="' + sectionID + '"]' ).parents( '.hasSubSections:first' );
|
759 |
+
if ( subParent ) {
|
760 |
+
subParent.find( '.redux-group-tab-link-a:first' ).addClass( 'hasWarning' );
|
761 |
+
}
|
762 |
+
}
|
763 |
+
}
|
764 |
+
);
|
765 |
+
}
|
766 |
+
}
|
767 |
+
);
|
768 |
+
}
|
769 |
+
};
|
770 |
+
|
771 |
+
$.redux.tabControl = function() {
|
772 |
+
$( '.redux-section-tabs div' ).hide();
|
773 |
+
$( '.redux-section-tabs div:first' ).show();
|
774 |
+
$( '.redux-section-tabs ul li:first' ).addClass( 'active' );
|
775 |
+
|
776 |
+
$( '.redux-section-tabs ul li a' ).click(
|
777 |
+
function() {
|
778 |
+
$( '.redux-section-tabs ul li' ).removeClass( 'active' );
|
779 |
+
$( this ).parent().addClass( 'active' );
|
780 |
+
|
781 |
+
var currentTab = $( this ).attr( 'href' );
|
782 |
+
|
783 |
+
$( '.redux-section-tabs div' ).hide();
|
784 |
+
$( currentTab ).fadeIn(
|
785 |
+
'medium', function() {
|
786 |
+
$.redux.initFields();
|
787 |
+
}
|
788 |
+
);
|
789 |
+
|
790 |
+
return false;
|
791 |
+
}
|
792 |
+
);
|
793 |
+
};
|
794 |
+
|
795 |
+
$.redux.required = function() {
|
796 |
+
|
797 |
+
// Hide the fold elements on load ,
|
798 |
+
// It's better to do this by PHP but there is no filter in tr tag , so is not possible
|
799 |
+
// we going to move each attributes we may need for folding to tr tag
|
800 |
+
$.each(
|
801 |
+
redux.folds, function( i, v ) {
|
802 |
+
var fieldset = $( '#' + redux.args.opt_name + '-' + i );
|
803 |
+
|
804 |
+
fieldset.parents( 'tr:first' ).addClass( 'fold' );
|
805 |
+
|
806 |
+
if ( v == "hide" ) {
|
807 |
+
fieldset.parents( 'tr:first' ).addClass( 'hide' );
|
808 |
+
|
809 |
+
if ( fieldset.hasClass( 'redux-container-section' ) ) {
|
810 |
+
var div = $( '#section-' + i );
|
811 |
+
|
812 |
+
if ( div.hasClass( 'redux-section-indent-start' ) ) {
|
813 |
+
$( '#section-table-' + i ).hide().addClass( 'hide' );
|
814 |
+
div.hide().addClass( 'hide' );
|
815 |
+
}
|
816 |
+
}
|
817 |
+
|
818 |
+
if ( fieldset.hasClass( 'redux-container-info' ) ) {
|
819 |
+
$( '#info-' + i ).hide().addClass( 'hide' );
|
820 |
+
}
|
821 |
+
|
822 |
+
if ( fieldset.hasClass( 'redux-container-divide' ) ) {
|
823 |
+
$( '#divide-' + i ).hide().addClass( 'hide' );
|
824 |
+
}
|
825 |
+
|
826 |
+
if ( fieldset.hasClass( 'redux-container-raw' ) ) {
|
827 |
+
var rawTable = fieldset.parents().find( 'table#' + redux.args.opt_name + '-' + i );
|
828 |
+
rawTable.hide().addClass( 'hide' );
|
829 |
+
}
|
830 |
+
}
|
831 |
+
}
|
832 |
+
);
|
833 |
+
};
|
834 |
+
|
835 |
+
$.redux.get_container_value = function( id ) {
|
836 |
+
var value = $( '#' + redux.args.opt_name + '-' + id ).serializeForm();
|
837 |
+
|
838 |
+
if ( value !== null && typeof value === 'object' && value.hasOwnProperty( redux.args.opt_name ) ) {
|
839 |
+
value = value[redux.args.opt_name][id];
|
840 |
+
}
|
841 |
+
if ( $( '#' + redux.args.opt_name + '-' + id ).hasClass( 'redux-container-media' ) ) {
|
842 |
+
value = value.url;
|
843 |
+
}
|
844 |
+
return value;
|
845 |
+
};
|
846 |
+
|
847 |
+
$.redux.check_dependencies = function( variable ) {
|
848 |
+
if ( redux.required === null ) {
|
849 |
+
return;
|
850 |
+
}
|
851 |
+
|
852 |
+
var current = $( variable ),
|
853 |
+
id = current.parents( '.redux-field:first' ).data( 'id' );
|
854 |
+
|
855 |
+
if ( !redux.required.hasOwnProperty( id ) ) {
|
856 |
+
return;
|
857 |
+
}
|
858 |
+
|
859 |
+
var container = current.parents( '.redux-field-container:first' ),
|
860 |
+
is_hidden = container.parents( 'tr:first' ).hasClass( '.hide' );
|
861 |
+
|
862 |
+
if ( !container.parents( 'tr:first' ).length ) {
|
863 |
+
is_hidden = container.parents( '.customize-control:first' ).hasClass( '.hide' );
|
864 |
+
}
|
865 |
+
|
866 |
+
$.each(
|
867 |
+
redux.required[id], function( child, dependents ) {
|
868 |
+
|
869 |
+
var current = $( this ),
|
870 |
+
show = false,
|
871 |
+
childFieldset = $( '#' + redux.args.opt_name + '-' + child ),
|
872 |
+
tr = childFieldset.parents( 'tr:first' );
|
873 |
+
|
874 |
+
if ( !is_hidden ) {
|
875 |
+
show = $.redux.check_parents_dependencies( child );
|
876 |
+
}
|
877 |
+
|
878 |
+
if ( show === true ) {
|
879 |
+
// Shim for sections
|
880 |
+
if ( childFieldset.hasClass( 'redux-container-section' ) ) {
|
881 |
+
var div = $( '#section-' + child );
|
882 |
+
|
883 |
+
if ( div.hasClass( 'redux-section-indent-start' ) && div.hasClass( 'hide' ) ) {
|
884 |
+
$( '#section-table-' + child ).fadeIn( 300 ).removeClass( 'hide' );
|
885 |
+
div.fadeIn( 300 ).removeClass( 'hide' );
|
886 |
+
}
|
887 |
+
}
|
888 |
+
|
889 |
+
if ( childFieldset.hasClass( 'redux-container-info' ) ) {
|
890 |
+
$( '#info-' + child ).fadeIn( 300 ).removeClass( 'hide' );
|
891 |
+
}
|
892 |
+
|
893 |
+
if ( childFieldset.hasClass( 'redux-container-divide' ) ) {
|
894 |
+
$( '#divide-' + child ).fadeIn( 300 ).removeClass( 'hide' );
|
895 |
+
}
|
896 |
+
|
897 |
+
if ( childFieldset.hasClass( 'redux-container-raw' ) ) {
|
898 |
+
var rawTable = childFieldset.parents().find( 'table#' + redux.args.opt_name + '-' + child );
|
899 |
+
rawTable.fadeIn( 300 ).removeClass( 'hide' );
|
900 |
+
}
|
901 |
+
|
902 |
+
tr.fadeIn(
|
903 |
+
300, function() {
|
904 |
+
$( this ).removeClass( 'hide' );
|
905 |
+
if ( redux.required.hasOwnProperty( child ) ) {
|
906 |
+
$.redux.check_dependencies( $( '#' + redux.args.opt_name + '-' + child ).children().first() );
|
907 |
+
}
|
908 |
+
$.redux.initFields();
|
909 |
+
}
|
910 |
+
);
|
911 |
+
if ( childFieldset.hasClass( 'redux-container-section' ) || childFieldset.hasClass( 'redux-container-info' ) ) {
|
912 |
+
tr.css( {display: 'none'} );
|
913 |
+
}
|
914 |
+
} else if ( show === false ) {
|
915 |
+
tr.fadeOut(
|
916 |
+
100, function() {
|
917 |
+
$( this ).addClass( 'hide' );
|
918 |
+
if ( redux.required.hasOwnProperty( child ) ) {
|
919 |
+
//console.log('Now check, reverse: '+child);
|
920 |
+
$.redux.required_recursive_hide( child );
|
921 |
+
}
|
922 |
+
}
|
923 |
+
);
|
924 |
+
}
|
925 |
+
|
926 |
+
current.find( 'select, radio, input[type=checkbox]' ).trigger( 'change' );
|
927 |
+
}
|
928 |
+
);
|
929 |
+
};
|
930 |
+
|
931 |
+
$.redux.required_recursive_hide = function( id ) {
|
932 |
+
var toFade = $( '#' + redux.args.opt_name + '-' + id ).parents( 'tr:first' );
|
933 |
+
|
934 |
+
toFade.fadeOut(
|
935 |
+
50, function() {
|
936 |
+
$( this ).addClass( 'hide' );
|
937 |
+
|
938 |
+
if ( $( '#' + redux.args.opt_name + '-' + id ).hasClass( 'redux-container-section' ) ) {
|
939 |
+
var div = $( '#section-' + id );
|
940 |
+
if ( div.hasClass( 'redux-section-indent-start' ) ) {
|
941 |
+
$( '#section-table-' + id ).fadeOut( 50 ).addClass( 'hide' );
|
942 |
+
div.fadeOut( 50 ).addClass( 'hide' );
|
943 |
+
}
|
944 |
+
}
|
945 |
+
|
946 |
+
if ( $( '#' + redux.args.opt_name + '-' + id ).hasClass( 'redux-container-info' ) ) {
|
947 |
+
$( '#info-' + id ).fadeOut( 50 ).addClass( 'hide' );
|
948 |
+
}
|
949 |
+
|
950 |
+
if ( $( '#' + redux.args.opt_name + '-' + id ).hasClass( 'redux-container-divide' ) ) {
|
951 |
+
$( '#divide-' + id ).fadeOut( 50 ).addClass( 'hide' );
|
952 |
+
}
|
953 |
+
|
954 |
+
if ( $( '#' + redux.args.opt_name + '-' + id ).hasClass( 'redux-container-raw' ) ) {
|
955 |
+
var rawTable = $( '#' + redux.args.opt_name + '-' + id ).parents().find( 'table#' + redux.args.opt_name + '-' + id );
|
956 |
+
rawTable.fadeOut( 50 ).addClass( 'hide' );
|
957 |
+
}
|
958 |
+
|
959 |
+
if ( redux.required.hasOwnProperty( id ) ) {
|
960 |
+
$.each(
|
961 |
+
redux.required[id], function( child ) {
|
962 |
+
$.redux.required_recursive_hide( child );
|
963 |
+
}
|
964 |
+
);
|
965 |
+
}
|
966 |
+
}
|
967 |
+
);
|
968 |
+
};
|
969 |
+
|
970 |
+
$.redux.check_parents_dependencies = function( id ) {
|
971 |
+
var show = "";
|
972 |
+
|
973 |
+
if ( redux.required_child.hasOwnProperty( id ) ) {
|
974 |
+
$.each(
|
975 |
+
redux.required_child[id], function( i, parentData ) {
|
976 |
+
if ( $( '#' + redux.args.opt_name + '-' + parentData.parent ).parents( 'tr:first' ).hasClass( '.hide' ) ) {
|
977 |
+
show = false;
|
978 |
+
} else {
|
979 |
+
if ( show !== false ) {
|
980 |
+
var parentValue = $.redux.get_container_value( parentData.parent );
|
981 |
+
show = $.redux.check_dependencies_visibility( parentValue, parentData );
|
982 |
+
}
|
983 |
+
}
|
984 |
+
}
|
985 |
+
);
|
986 |
+
} else {
|
987 |
+
show = true;
|
988 |
+
}
|
989 |
+
return show;
|
990 |
+
};
|
991 |
+
|
992 |
+
$.redux.check_dependencies_visibility = function( parentValue, data ) {
|
993 |
+
var show = false,
|
994 |
+
checkValue_array,
|
995 |
+
checkValue = data.checkValue,
|
996 |
+
operation = data.operation,
|
997 |
+
arr;
|
998 |
+
|
999 |
+
switch ( operation ) {
|
1000 |
+
case '=':
|
1001 |
+
case 'equals':
|
1002 |
+
// if ($.isPlainObject(parentValue)) {
|
1003 |
+
// var arr = Object.keys(parentValue).map(function (key) {return parentValue[key]});
|
1004 |
+
// parentValue = arr;
|
1005 |
+
// }
|
1006 |
+
|
1007 |
+
if ( $.isArray( parentValue ) ) {
|
1008 |
+
$( parentValue[0] ).each(
|
1009 |
+
function( idx, val ) {
|
1010 |
+
if ( $.isArray( checkValue ) ) {
|
1011 |
+
$( checkValue ).each(
|
1012 |
+
function( i, v ) {
|
1013 |
+
if ( val == v ) {
|
1014 |
+
show = true;
|
1015 |
+
return true;
|
1016 |
+
}
|
1017 |
+
}
|
1018 |
+
);
|
1019 |
+
} else {
|
1020 |
+
if ( val == checkValue ) {
|
1021 |
+
show = true;
|
1022 |
+
return true;
|
1023 |
+
}
|
1024 |
+
}
|
1025 |
+
}
|
1026 |
+
);
|
1027 |
+
} else {
|
1028 |
+
if ( $.isArray( checkValue ) ) {
|
1029 |
+
$( checkValue ).each(
|
1030 |
+
function( i, v ) {
|
1031 |
+
if ( parentValue == v ) {
|
1032 |
+
show = true;
|
1033 |
+
}
|
1034 |
+
}
|
1035 |
+
);
|
1036 |
+
} else {
|
1037 |
+
if ( parentValue == checkValue ) {
|
1038 |
+
show = true;
|
1039 |
+
}
|
1040 |
+
}
|
1041 |
+
}
|
1042 |
+
break;
|
1043 |
+
|
1044 |
+
case '!=':
|
1045 |
+
case 'not':
|
1046 |
+
if ( $.isArray( parentValue ) ) {
|
1047 |
+
$( parentValue ).each(
|
1048 |
+
function( idx, val ) {
|
1049 |
+
if ( $.isArray( checkValue ) ) {
|
1050 |
+
$( checkValue ).each(
|
1051 |
+
function( i, v ) {
|
1052 |
+
if ( val != v ) {
|
1053 |
+
show = true;
|
1054 |
+
return true;
|
1055 |
+
}
|
1056 |
+
}
|
1057 |
+
);
|
1058 |
+
} else {
|
1059 |
+
if ( val != checkValue ) {
|
1060 |
+
show = true;
|
1061 |
+
return true;
|
1062 |
+
}
|
1063 |
+
}
|
1064 |
+
}
|
1065 |
+
);
|
1066 |
+
} else {
|
1067 |
+
if ( $.isArray( checkValue ) ) {
|
1068 |
+
$( checkValue ).each(
|
1069 |
+
function( i, v ) {
|
1070 |
+
if ( parentValue != v ) {
|
1071 |
+
show = true;
|
1072 |
+
}
|
1073 |
+
}
|
1074 |
+
);
|
1075 |
+
} else {
|
1076 |
+
if ( parentValue != checkValue ) {
|
1077 |
+
show = true;
|
1078 |
+
}
|
1079 |
+
}
|
1080 |
+
}
|
1081 |
+
break;
|
1082 |
+
|
1083 |
+
case '>':
|
1084 |
+
case 'greater':
|
1085 |
+
case 'is_larger':
|
1086 |
+
if ( parseFloat( parentValue ) > parseFloat( checkValue ) ) {
|
1087 |
+
show = true;
|
1088 |
+
}
|
1089 |
+
break;
|
1090 |
+
|
1091 |
+
case '>=':
|
1092 |
+
case 'greater_equal':
|
1093 |
+
case 'is_larger_equal':
|
1094 |
+
if ( parseFloat( parentValue ) >= parseFloat( checkValue ) ) {
|
1095 |
+
show = true;
|
1096 |
+
}
|
1097 |
+
break;
|
1098 |
+
|
1099 |
+
case '<':
|
1100 |
+
case 'less':
|
1101 |
+
case 'is_smaller':
|
1102 |
+
if ( parseFloat( parentValue ) < parseFloat( checkValue ) ) {
|
1103 |
+
show = true;
|
1104 |
+
}
|
1105 |
+
break;
|
1106 |
+
|
1107 |
+
case '<=':
|
1108 |
+
case 'less_equal':
|
1109 |
+
case 'is_smaller_equal':
|
1110 |
+
if ( parseFloat( parentValue ) <= parseFloat( checkValue ) ) {
|
1111 |
+
show = true;
|
1112 |
+
}
|
1113 |
+
break;
|
1114 |
+
|
1115 |
+
case 'contains':
|
1116 |
+
if ( $.isPlainObject( parentValue ) ) {
|
1117 |
+
parentValue = Object.keys( parentValue ).map(
|
1118 |
+
function( key ) {
|
1119 |
+
return [key, parentValue[key]];
|
1120 |
+
}
|
1121 |
+
);
|
1122 |
+
}
|
1123 |
+
|
1124 |
+
if ( $.isPlainObject( checkValue ) ) {
|
1125 |
+
checkValue = Object.keys( checkValue ).map(
|
1126 |
+
function( key ) {
|
1127 |
+
return [key, checkValue[key]];
|
1128 |
+
}
|
1129 |
+
);
|
1130 |
+
}
|
1131 |
+
|
1132 |
+
if ( $.isArray( checkValue ) ) {
|
1133 |
+
$( checkValue ).each(
|
1134 |
+
function( idx, val ) {
|
1135 |
+
var breakMe = false;
|
1136 |
+
var toFind = val[0];
|
1137 |
+
var findVal = val[1];
|
1138 |
+
|
1139 |
+
$( parentValue ).each(
|
1140 |
+
function( i, v ) {
|
1141 |
+
var toMatch = v[0];
|
1142 |
+
var matchVal = v[1];
|
1143 |
+
|
1144 |
+
if ( toFind === toMatch ) {
|
1145 |
+
if ( findVal == matchVal ) {
|
1146 |
+
show = true;
|
1147 |
+
breakMe = true;
|
1148 |
+
|
1149 |
+
return false;
|
1150 |
+
}
|
1151 |
+
}
|
1152 |
+
}
|
1153 |
+
);
|
1154 |
+
|
1155 |
+
if ( breakMe === true ) {
|
1156 |
+
return false;
|
1157 |
+
}
|
1158 |
+
}
|
1159 |
+
);
|
1160 |
+
} else {
|
1161 |
+
if ( parentValue.toString().indexOf( checkValue ) !== -1 ) {
|
1162 |
+
show = true;
|
1163 |
+
}
|
1164 |
+
}
|
1165 |
+
break;
|
1166 |
+
|
1167 |
+
case 'doesnt_contain':
|
1168 |
+
case 'not_contain':
|
1169 |
+
if ( $.isPlainObject( parentValue ) ) {
|
1170 |
+
arr = Object.keys( parentValue ).map(
|
1171 |
+
function( key ) {
|
1172 |
+
return parentValue[key];
|
1173 |
+
}
|
1174 |
+
);
|
1175 |
+
parentValue = arr;
|
1176 |
+
}
|
1177 |
+
|
1178 |
+
if ( $.isPlainObject( checkValue ) ) {
|
1179 |
+
arr = Object.keys( checkValue ).map(
|
1180 |
+
function( key ) {
|
1181 |
+
return checkValue[key];
|
1182 |
+
}
|
1183 |
+
);
|
1184 |
+
checkValue = arr;
|
1185 |
+
}
|
1186 |
+
|
1187 |
+
if ( $.isArray( checkValue ) ) {
|
1188 |
+
$( checkValue ).each(
|
1189 |
+
function( idx, val ) {
|
1190 |
+
if ( parentValue.toString().indexOf( val ) === -1 ) {
|
1191 |
+
show = true;
|
1192 |
+
}
|
1193 |
+
}
|
1194 |
+
);
|
1195 |
+
} else {
|
1196 |
+
if ( parentValue.toString().indexOf( checkValue ) === -1 ) {
|
1197 |
+
show = true;
|
1198 |
+
}
|
1199 |
+
}
|
1200 |
+
break;
|
1201 |
+
|
1202 |
+
case 'is_empty_or':
|
1203 |
+
if ( parentValue === "" || parentValue == checkValue ) {
|
1204 |
+
show = true;
|
1205 |
+
}
|
1206 |
+
break;
|
1207 |
+
|
1208 |
+
case 'not_empty_and':
|
1209 |
+
if ( parentValue !== "" && parentValue != checkValue ) {
|
1210 |
+
show = true;
|
1211 |
+
}
|
1212 |
+
break;
|
1213 |
+
|
1214 |
+
case 'is_empty':
|
1215 |
+
case 'empty':
|
1216 |
+
case '!isset':
|
1217 |
+
if ( !parentValue || parentValue === "" || parentValue === null ) {
|
1218 |
+
show = true;
|
1219 |
+
}
|
1220 |
+
break;
|
1221 |
+
|
1222 |
+
case 'not_empty':
|
1223 |
+
case '!empty':
|
1224 |
+
case 'isset':
|
1225 |
+
if ( parentValue && parentValue !== "" && parentValue !== null ) {
|
1226 |
+
show = true;
|
1227 |
+
}
|
1228 |
+
break;
|
1229 |
+
}
|
1230 |
+
return show;
|
1231 |
+
|
1232 |
+
};
|
1233 |
+
|
1234 |
+
$.redux.verifyPos = function( s, b ) {
|
1235 |
+
|
1236 |
+
// trim off spaces
|
1237 |
+
s = s.replace( /^\s+|\s+$/gm, '' );
|
1238 |
+
|
1239 |
+
// position value is blank, set the default
|
1240 |
+
if ( s === '' || s.search( ' ' ) == -1 ) {
|
1241 |
+
if ( b === true ) {
|
1242 |
+
return 'top left';
|
1243 |
+
} else {
|
1244 |
+
return 'bottom right';
|
1245 |
+
}
|
1246 |
+
}
|
1247 |
+
|
1248 |
+
// split string into array
|
1249 |
+
var split = s.split( ' ' );
|
1250 |
+
|
1251 |
+
// Evaluate first string. Must be top, center, or bottom
|
1252 |
+
var paramOne = b ? 'top' : 'bottom';
|
1253 |
+
if ( split[0] == 'top' || split[0] == 'center' || split[0] == 'bottom' ) {
|
1254 |
+
paramOne = split[0];
|
1255 |
+
}
|
1256 |
+
|
1257 |
+
// Evaluate second string. Must be left, center, or right.
|
1258 |
+
var paramTwo = b ? 'left' : 'right';
|
1259 |
+
if ( split[1] == 'left' || split[1] == 'center' || split[1] == 'right' ) {
|
1260 |
+
paramTwo = split[1];
|
1261 |
+
}
|
1262 |
+
|
1263 |
+
return paramOne + ' ' + paramTwo;
|
1264 |
+
};
|
1265 |
+
|
1266 |
+
$.redux.stickyInfo = function() {
|
1267 |
+
var stickyWidth = $( '.redux-main' ).innerWidth() - 20;
|
1268 |
+
|
1269 |
+
if ( !$( '#info_bar' ).isOnScreen() && !$( '#redux-footer-sticky' ).isOnScreen() ) {
|
1270 |
+
$( '#redux-footer' ).css(
|
1271 |
+
{
|
1272 |
+
position: 'fixed',
|
1273 |
+
bottom: '0',
|
1274 |
+
width: stickyWidth,
|
1275 |
+
right: 21
|
1276 |
+
}
|
1277 |
+
);
|
1278 |
+
$( '#redux-footer' ).addClass( 'sticky-footer-fixed' );
|
1279 |
+
$( '.redux-save-warn' ).css( 'left', $( '#redux-sticky' ).offset().left );
|
1280 |
+
$( '#redux-sticky-padder' ).show();
|
1281 |
+
} else {
|
1282 |
+
$( '#redux-footer' ).css(
|
1283 |
+
{
|
1284 |
+
background: '#eee',
|
1285 |
+
position: 'inherit',
|
1286 |
+
bottom: 'inherit',
|
1287 |
+
width: 'inherit'
|
1288 |
+
}
|
1289 |
+
);
|
1290 |
+
$( '#redux-sticky-padder' ).hide();
|
1291 |
+
$( '#redux-footer' ).removeClass( 'sticky-footer-fixed' );
|
1292 |
+
}
|
1293 |
+
if ( !$( '#info_bar' ).isOnScreen() ) {
|
1294 |
+
$( '#redux-sticky' ).addClass( 'sticky-save-warn' );
|
1295 |
+
} else {
|
1296 |
+
$( '#redux-sticky' ).removeClass( 'sticky-save-warn' );
|
1297 |
+
}
|
1298 |
+
};
|
1299 |
+
|
1300 |
+
$.redux.expandOptions = function( parent ) {
|
1301 |
+
var trigger = parent.find( '.expand_options' );
|
1302 |
+
var width = parent.find( '.redux-sidebar' ).width() - 1;
|
1303 |
+
var id = $( '.redux-group-menu .active a' ).data( 'rel' ) + '_section_group';
|
1304 |
+
|
1305 |
+
if ( trigger.hasClass( 'expanded' ) ) {
|
1306 |
+
trigger.removeClass( 'expanded' );
|
1307 |
+
parent.find( '.redux-main' ).removeClass( 'expand' );
|
1308 |
+
|
1309 |
+
parent.find( '.redux-sidebar' ).stop().animate(
|
1310 |
+
{
|
1311 |
+
'margin-left': '0px'
|
1312 |
+
}, 500
|
1313 |
+
);
|
1314 |
+
|
1315 |
+
parent.find( '.redux-main' ).stop().animate(
|
1316 |
+
{
|
1317 |
+
'margin-left': width
|
1318 |
+
}, 500, function() {
|
1319 |
+
parent.find( '.redux-main' ).attr( 'style', '' );
|
1320 |
+
}
|
1321 |
+
);
|
1322 |
+
|
1323 |
+
parent.find( '.redux-group-tab' ).each(
|
1324 |
+
function() {
|
1325 |
+
if ( $( this ).attr( 'id' ) !== id ) {
|
1326 |
+
$( this ).fadeOut( 'fast' );
|
1327 |
+
}
|
1328 |
+
}
|
1329 |
+
);
|
1330 |
+
// Show the only active one
|
1331 |
+
} else {
|
1332 |
+
trigger.addClass( 'expanded' );
|
1333 |
+
parent.find( '.redux-main' ).addClass( 'expand' );
|
1334 |
+
|
1335 |
+
parent.find( '.redux-sidebar' ).stop().animate(
|
1336 |
+
{
|
1337 |
+
'margin-left': -width - 113
|
1338 |
+
}, 500
|
1339 |
+
);
|
1340 |
+
|
1341 |
+
parent.find( '.redux-main' ).stop().animate(
|
1342 |
+
{
|
1343 |
+
'margin-left': '-1px'
|
1344 |
+
}, 500
|
1345 |
+
);
|
1346 |
+
|
1347 |
+
parent.find( '.redux-group-tab' ).fadeIn(
|
1348 |
+
'medium', function() {
|
1349 |
+
$.redux.initFields();
|
1350 |
+
}
|
1351 |
+
);
|
1352 |
+
}
|
1353 |
+
return false;
|
1354 |
+
};
|
1355 |
+
|
1356 |
+
|
1357 |
+
$.redux.scaleToRatio = function( el, maxHeight, maxWidth ) {
|
1358 |
+
var ratio = 0; // Used for aspect ratio
|
1359 |
+
|
1360 |
+
var width = el.attr( 'data-width' );
|
1361 |
+
if ( !width ) {
|
1362 |
+
width = el.width();
|
1363 |
+
el.attr( 'data-width', width );
|
1364 |
+
}
|
1365 |
+
var height = el.attr( 'data-height' );
|
1366 |
+
var eHeight = el.height();
|
1367 |
+
if ( !height || eHeight > height ) {
|
1368 |
+
height = eHeight;
|
1369 |
+
el.attr( 'data-height', height );
|
1370 |
+
el.css( "width", 'auto' );
|
1371 |
+
el.attr( 'data-width', el.width() );
|
1372 |
+
width = el.width();
|
1373 |
+
}
|
1374 |
+
|
1375 |
+
|
1376 |
+
// Check if the current width is larger than the max
|
1377 |
+
if ( width > maxWidth ) {
|
1378 |
+
ratio = maxWidth / width; // get ratio for scaling image
|
1379 |
+
el.css( "width", maxWidth ); // Set new width
|
1380 |
+
el.css( "height", height * ratio ); // Scale height based on ratio
|
1381 |
+
height = height * ratio; // Reset height to match scaled image
|
1382 |
+
width = width * ratio; // Reset width to match scaled image
|
1383 |
+
|
1384 |
+
} else {
|
1385 |
+
el.css( "width", 'auto' ); // Set new height
|
1386 |
+
|
1387 |
+
}
|
1388 |
+
|
1389 |
+
// Check if current height is larger than max
|
1390 |
+
if ( height > maxHeight ) {
|
1391 |
+
ratio = maxHeight / height; // get ratio for scaling image
|
1392 |
+
el.css( "height", maxHeight ); // Set new height
|
1393 |
+
el.css( "width", width * ratio ); // Scale width based on ratio
|
1394 |
+
width = width * ratio; // Reset width to match scaled image
|
1395 |
+
height = height * ratio; // Reset height to match scaled image
|
1396 |
+
|
1397 |
+
|
1398 |
+
} else {
|
1399 |
+
el.css( "height", 'auto' ); // Set new height
|
1400 |
+
|
1401 |
+
}
|
1402 |
+
|
1403 |
+
var test = ($( document.getElementById( 'redux-header' ) ).height() - el.height()) / 2;
|
1404 |
+
if ( test > 0 ) {
|
1405 |
+
el.css( "margin-top", test );
|
1406 |
+
} else {
|
1407 |
+
el.css( "margin-top", 0 );
|
1408 |
+
}
|
1409 |
+
|
1410 |
+
if ( $( '#redux-header .redux_field_search' ) ) {
|
1411 |
+
$( '#redux-header .redux_field_search' ).css( 'right', ($( el ).width() + 20) );
|
1412 |
+
}
|
1413 |
+
|
1414 |
+
|
1415 |
+
};
|
1416 |
+
$.redux.resizeAds = function() {
|
1417 |
+
var el = $( '#redux-header' );
|
1418 |
+
var maxWidth;
|
1419 |
+
if ( el.length ) {
|
1420 |
+
maxWidth = el.width() - el.find( '.display_header' ).width() - 30;
|
1421 |
+
} else {
|
1422 |
+
el = $( '#customize-info' );
|
1423 |
+
maxWidth = el.width();
|
1424 |
+
}
|
1425 |
+
|
1426 |
+
var maxHeight = el.height();
|
1427 |
+
var rAds = el.find( '.rAds' );
|
1428 |
+
|
1429 |
+
$( rAds ).find( 'video' ).each(
|
1430 |
+
function() {
|
1431 |
+
$.redux.scaleToRatio( $( this ), maxHeight, maxWidth );
|
1432 |
+
}
|
1433 |
+
);
|
1434 |
+
$( rAds ).find( 'img' ).each(
|
1435 |
+
function() {
|
1436 |
+
$.redux.scaleToRatio( $( this ), maxHeight, maxWidth );
|
1437 |
+
}
|
1438 |
+
);
|
1439 |
+
$( rAds ).find( 'div' ).each(
|
1440 |
+
function() {
|
1441 |
+
$.redux.scaleToRatio( $( this ), maxHeight, maxWidth );
|
1442 |
+
}
|
1443 |
+
);
|
1444 |
+
|
1445 |
+
if ( rAds.css( 'left' ) == "-99999px" ) {
|
1446 |
+
rAds.css( 'display', 'none' ).css( 'left', 'auto' );
|
1447 |
+
}
|
1448 |
+
rAds.fadeIn( 'slow' );
|
1449 |
+
};
|
1450 |
+
|
1451 |
+
})( jQuery );
|
1452 |
+
|
1453 |
+
jQuery.noConflict();
|
1454 |
+
|
1455 |
+
var confirmOnPageExit = function( e ) {
|
1456 |
+
//return; // ONLY FOR DEBUGGING
|
1457 |
+
// If we haven't been passed the event get the window.event
|
1458 |
+
e = e || window.event;
|
1459 |
+
|
1460 |
+
var message = redux.args.save_pending;
|
1461 |
+
|
1462 |
+
// For IE6-8 and Firefox prior to version 4
|
1463 |
+
if ( e ) {
|
1464 |
+
e.returnValue = message;
|
1465 |
+
}
|
1466 |
+
|
1467 |
+
window.onbeforeunload = null;
|
1468 |
+
|
1469 |
+
// For Chrome, Safari, IE8+ and Opera 12+
|
1470 |
+
return message;
|
1471 |
+
};
|
1472 |
+
|
1473 |
+
function redux_change( variable ) {
|
1474 |
+
|
1475 |
+
jQuery( 'body' ).trigger( 'check_dependencies', variable );
|
1476 |
+
|
1477 |
+
if ( variable.hasClass( 'compiler' ) ) {
|
1478 |
+
jQuery( '#redux-compiler-hook' ).val( 1 );
|
1479 |
+
}
|
1480 |
+
|
1481 |
+
var rContainer = jQuery( variable ).parents( '.redux-container:first' );
|
1482 |
+
var parentID = jQuery( variable ).closest( '.redux-group-tab' ).attr( 'id' );
|
1483 |
+
// Let's count down the errors now. Fancy. ;)
|
1484 |
+
var id = parentID.split( '_' );
|
1485 |
+
id = id[0];
|
1486 |
+
|
1487 |
+
var th = rContainer.find( '.redux-group-tab-link-a[data-key="' + id + '"]' ).parents( '.redux-group-tab-link-li:first' );
|
1488 |
+
var subParent = jQuery( '#' + parentID + '_li' ).parents( '.hasSubSections:first' );
|
1489 |
+
|
1490 |
+
if ( jQuery( variable ).parents( 'fieldset.redux-field:first' ).hasClass( 'redux-field-error' ) ) {
|
1491 |
+
jQuery( variable ).parents( 'fieldset.redux-field:first' ).removeClass( 'redux-field-error' );
|
1492 |
+
jQuery( variable ).parent().find( '.redux-th-error' ).slideUp();
|
1493 |
+
|
1494 |
+
var errorCount = (parseInt( rContainer.find( '.redux-field-errors span' ).text() ) - 1);
|
1495 |
+
|
1496 |
+
if ( errorCount <= 0 ) {
|
1497 |
+
//console.log('HERE');
|
1498 |
+
jQuery( '#' + parentID + '_li .redux-menu-error' ).fadeOut( 'fast' ).remove();
|
1499 |
+
jQuery( '#' + parentID + '_li .redux-group-tab-link-a' ).removeClass( 'hasError' );
|
1500 |
+
|
1501 |
+
jQuery( '#' + parentID + '_li' ).parents( '.inside:first' ).find( '.redux-field-errors' ).slideUp();
|
1502 |
+
jQuery( variable ).parents( '.redux-container:first' ).find( '.redux-field-errors' ).slideUp();
|
1503 |
+
jQuery( '#redux_metaboxes_errors' ).slideUp();
|
1504 |
+
} else {
|
1505 |
+
|
1506 |
+
var errorsLeft = (parseInt( th.find( '.redux-menu-error:first' ).text() ) - 1);
|
1507 |
+
if ( errorsLeft <= 0 ) {
|
1508 |
+
th.find( '.redux-menu-error:first' ).fadeOut().remove();
|
1509 |
+
} else {
|
1510 |
+
th.find( '.redux-menu-error:first' ).text( errorsLeft );
|
1511 |
+
}
|
1512 |
+
|
1513 |
+
rContainer.find( '.redux-field-errors span' ).text( errorCount );
|
1514 |
+
}
|
1515 |
+
|
1516 |
+
if ( subParent.length !== 0 ) {
|
1517 |
+
if ( subParent.find( '.redux-menu-error' ).length === 0 ) {
|
1518 |
+
subParent.find( '.hasError' ).removeClass( 'hasError' );
|
1519 |
+
}
|
1520 |
+
}
|
1521 |
+
}
|
1522 |
+
if ( jQuery( variable ).parents( 'fieldset.redux-field:first' ).hasClass( 'redux-field-warning' ) ) {
|
1523 |
+
jQuery( variable ).parents( 'fieldset.redux-field:first' ).removeClass( 'redux-field-warning' );
|
1524 |
+
jQuery( variable ).parent().find( '.redux-th-warning' ).slideUp();
|
1525 |
+
|
1526 |
+
var warningCount = (parseInt( rContainer.find( '.redux-field-warnings span' ).text() ) - 1);
|
1527 |
+
|
1528 |
+
if ( warningCount <= 0 ) {
|
1529 |
+
//console.log('HERE');
|
1530 |
+
jQuery( '#' + parentID + '_li .redux-menu-warning' ).fadeOut( 'fast' ).remove();
|
1531 |
+
jQuery( '#' + parentID + '_li .redux-group-tab-link-a' ).removeClass( 'hasWarning' );
|
1532 |
+
|
1533 |
+
jQuery( '#' + parentID + '_li' ).parents( '.inside:first' ).find( '.redux-field-warnings' ).slideUp();
|
1534 |
+
jQuery( variable ).parents( '.redux-container:first' ).find( '.redux-field-warnings' ).slideUp();
|
1535 |
+
jQuery( '#redux_metaboxes_warnings' ).slideUp();
|
1536 |
+
} else {
|
1537 |
+
// Let's count down the warnings now. Fancy. ;)
|
1538 |
+
|
1539 |
+
var warningsLeft = (parseInt( th.find( '.redux-menu-warning:first' ).text() ) - 1);
|
1540 |
+
if ( warningsLeft <= 0 ) {
|
1541 |
+
th.find( '.redux-menu-warning:first' ).fadeOut().remove();
|
1542 |
+
} else {
|
1543 |
+
th.find( '.redux-menu-warning:first' ).text( warningsLeft );
|
1544 |
+
}
|
1545 |
+
|
1546 |
+
rContainer.find( '.redux-field-warning span' ).text( warningCount );
|
1547 |
+
|
1548 |
+
}
|
1549 |
+
if ( subParent.length !== 0 ) {
|
1550 |
+
if ( subParent.find( '.redux-menu-warning' ).length === 0 ) {
|
1551 |
+
subParent.find( '.hasWarning' ).removeClass( 'hasWarning' );
|
1552 |
+
}
|
1553 |
+
}
|
1554 |
+
}
|
1555 |
+
// Don't show the changed value notice while save_notice is visible.
|
1556 |
+
if ( rContainer.find( '.saved_notice:visible' ).length > 0 ) {
|
1557 |
+
return;
|
1558 |
+
}
|
1559 |
+
|
1560 |
+
|
1561 |
+
if ( redux.customizer ) {
|
1562 |
+
redux.customizer.save( variable, rContainer, parentID );
|
1563 |
+
return;
|
1564 |
+
}
|
1565 |
+
|
1566 |
+
if ( !redux.args.disable_save_warn ) {
|
1567 |
+
rContainer.find( '.redux-save-warn' ).slideDown();
|
1568 |
+
window.onbeforeunload = confirmOnPageExit;
|
1569 |
+
}
|
1570 |
+
}
|
1571 |
+
|
1572 |
+
function colorValidate( field ) {
|
1573 |
+
var value = jQuery( field ).val();
|
1574 |
+
|
1575 |
+
var hex = colorNameToHex( value );
|
1576 |
+
if ( hex !== value.replace( '#', '' ) ) {
|
1577 |
+
return hex;
|
1578 |
+
}
|
1579 |
+
|
1580 |
+
return value;
|
1581 |
+
}
|
1582 |
+
|
1583 |
+
function colorNameToHex( colour ) {
|
1584 |
+
var tcolour = colour.replace( /^\s\s*/, '' ).replace( /\s\s*$/, '' ).replace( "#", "" );
|
1585 |
+
|
1586 |
+
var colours = {
|
1587 |
+
"aliceblue": "#f0f8ff",
|
1588 |
+
"antiquewhite": "#faebd7",
|
1589 |
+
"aqua": "#00ffff",
|
1590 |
+
"aquamarine": "#7fffd4",
|
1591 |
+
"azure": "#f0ffff",
|
1592 |
+
"beige": "#f5f5dc",
|
1593 |
+
"bisque": "#ffe4c4",
|
1594 |
+
"black": "#000000",
|
1595 |
+
"blanchedalmond": "#ffebcd",
|
1596 |
+
"blue": "#0000ff",
|
1597 |
+
"blueviolet": "#8a2be2",
|
1598 |
+
"brown": "#a52a2a",
|
1599 |
+
"burlywood": "#deb887",
|
1600 |
+
"cadetblue": "#5f9ea0",
|
1601 |
+
"chartreuse": "#7fff00",
|
1602 |
+
"chocolate": "#d2691e",
|
1603 |
+
"coral": "#ff7f50",
|
1604 |
+
"cornflowerblue": "#6495ed",
|
1605 |
+
"cornsilk": "#fff8dc",
|
1606 |
+
"crimson": "#dc143c",
|
1607 |
+
"cyan": "#00ffff",
|
1608 |
+
"darkblue": "#00008b",
|
1609 |
+
"darkcyan": "#008b8b",
|
1610 |
+
"darkgoldenrod": "#b8860b",
|
1611 |
+
"darkgray": "#a9a9a9",
|
1612 |
+
"darkgreen": "#006400",
|
1613 |
+
"darkkhaki": "#bdb76b",
|
1614 |
+
"darkmagenta": "#8b008b",
|
1615 |
+
"darkolivegreen": "#556b2f",
|
1616 |
+
"darkorange": "#ff8c00",
|
1617 |
+
"darkorchid": "#9932cc",
|
1618 |
+
"darkred": "#8b0000",
|
1619 |
+
"darksalmon": "#e9967a",
|
1620 |
+
"darkseagreen": "#8fbc8f",
|
1621 |
+
"darkslateblue": "#483d8b",
|
1622 |
+
"darkslategray": "#2f4f4f",
|
1623 |
+
"darkturquoise": "#00ced1",
|
1624 |
+
"darkviolet": "#9400d3",
|
1625 |
+
"deeppink": "#ff1493",
|
1626 |
+
"deepskyblue": "#00bfff",
|
1627 |
+
"dimgray": "#696969",
|
1628 |
+
"dodgerblue": "#1e90ff",
|
1629 |
+
"firebrick": "#b22222",
|
1630 |
+
"floralwhite": "#fffaf0",
|
1631 |
+
"forestgreen": "#228b22",
|
1632 |
+
"fuchsia": "#ff00ff",
|
1633 |
+
"gainsboro": "#dcdcdc",
|
1634 |
+
"ghostwhite": "#f8f8ff",
|
1635 |
+
"gold": "#ffd700",
|
1636 |
+
"goldenrod": "#daa520",
|
1637 |
+
"gray": "#808080",
|
1638 |
+
"green": "#008000",
|
1639 |
+
"greenyellow": "#adff2f",
|
1640 |
+
"honeydew": "#f0fff0",
|
1641 |
+
"hotpink": "#ff69b4",
|
1642 |
+
"indianred ": "#cd5c5c",
|
1643 |
+
"indigo ": "#4b0082",
|
1644 |
+
"ivory": "#fffff0",
|
1645 |
+
"khaki": "#f0e68c",
|
1646 |
+
"lavender": "#e6e6fa",
|
1647 |
+
"lavenderblush": "#fff0f5",
|
1648 |
+
"lawngreen": "#7cfc00",
|
1649 |
+
"lemonchiffon": "#fffacd",
|
1650 |
+
"lightblue": "#add8e6",
|
1651 |
+
"lightcoral": "#f08080",
|
1652 |
+
"lightcyan": "#e0ffff",
|
1653 |
+
"lightgoldenrodyellow": "#fafad2",
|
1654 |
+
"lightgrey": "#d3d3d3",
|
1655 |
+
"lightgreen": "#90ee90",
|
1656 |
+
"lightpink": "#ffb6c1",
|
1657 |
+
"lightsalmon": "#ffa07a",
|
1658 |
+
"lightseagreen": "#20b2aa",
|
1659 |
+
"lightskyblue": "#87cefa",
|
1660 |
+
"lightslategray": "#778899",
|
1661 |
+
"lightsteelblue": "#b0c4de",
|
1662 |
+
"lightyellow": "#ffffe0",
|
1663 |
+
"lime": "#00ff00",
|
1664 |
+
"limegreen": "#32cd32",
|
1665 |
+
"linen": "#faf0e6",
|
1666 |
+
"magenta": "#ff00ff",
|
1667 |
+
"maroon": "#800000",
|
1668 |
+
"mediumaquamarine": "#66cdaa",
|
1669 |
+
"mediumblue": "#0000cd",
|
1670 |
+
"mediumorchid": "#ba55d3",
|
1671 |
+
"mediumpurple": "#9370d8",
|
1672 |
+
"mediumseagreen": "#3cb371",
|
1673 |
+
"mediumslateblue": "#7b68ee",
|
1674 |
+
"mediumspringgreen": "#00fa9a",
|
1675 |
+
"mediumturquoise": "#48d1cc",
|
1676 |
+
"mediumvioletred": "#c71585",
|
1677 |
+
"midnightblue": "#191970",
|
1678 |
+
"mintcream": "#f5fffa",
|
1679 |
+
"mistyrose": "#ffe4e1",
|
1680 |
+
"moccasin": "#ffe4b5",
|
1681 |
+
"navajowhite": "#ffdead",
|
1682 |
+
"navy": "#000080",
|
1683 |
+
"oldlace": "#fdf5e6",
|
1684 |
+
"olive": "#808000",
|
1685 |
+
"olivedrab": "#6b8e23",
|
1686 |
+
"orange": "#ffa500",
|
1687 |
+
"orangered": "#ff4500",
|
1688 |
+
"orchid": "#da70d6",
|
1689 |
+
"palegoldenrod": "#eee8aa",
|
1690 |
+
"palegreen": "#98fb98",
|
1691 |
+
"paleturquoise": "#afeeee",
|
1692 |
+
"palevioletred": "#d87093",
|
1693 |
+
"papayawhip": "#ffefd5",
|
1694 |
+
"peachpuff": "#ffdab9",
|
1695 |
+
"peru": "#cd853f",
|
1696 |
+
"pink": "#ffc0cb",
|
1697 |
+
"plum": "#dda0dd",
|
1698 |
+
"powderblue": "#b0e0e6",
|
1699 |
+
"purple": "#800080",
|
1700 |
+
"red": "#ff0000",
|
1701 |
+
"redux": "#01a3e3",
|
1702 |
+
"rosybrown": "#bc8f8f",
|
1703 |
+
"royalblue": "#4169e1",
|
1704 |
+
"saddlebrown": "#8b4513",
|
1705 |
+
"salmon": "#fa8072",
|
1706 |
+
"sandybrown": "#f4a460",
|
1707 |
+
"seagreen": "#2e8b57",
|
1708 |
+
"seashell": "#fff5ee",
|
1709 |
+
"sienna": "#a0522d",
|
1710 |
+
"silver": "#c0c0c0",
|
1711 |
+
"skyblue": "#87ceeb",
|
1712 |
+
"slateblue": "#6a5acd",
|
1713 |
+
"slategray": "#708090",
|
1714 |
+
"snow": "#fffafa",
|
1715 |
+
"springgreen": "#00ff7f",
|
1716 |
+
"steelblue": "#4682b4",
|
1717 |
+
"tan": "#d2b48c",
|
1718 |
+
"teal": "#008080",
|
1719 |
+
"thistle": "#d8bfd8",
|
1720 |
+
"tomato": "#ff6347",
|
1721 |
+
"turquoise": "#40e0d0",
|
1722 |
+
"violet": "#ee82ee",
|
1723 |
+
"wheat": "#f5deb3",
|
1724 |
+
"white": "#ffffff",
|
1725 |
+
"whitesmoke": "#f5f5f5",
|
1726 |
+
"yellow": "#ffff00",
|
1727 |
+
"yellowgreen": "#9acd32"
|
1728 |
+
};
|
1729 |
+
|
1730 |
+
if ( colours[tcolour.toLowerCase()] !== 'undefined' ) {
|
1731 |
+
return colours[tcolour.toLowerCase()];
|
1732 |
+
}
|
1733 |
+
|
1734 |
+
return colour;
|
1735 |
+
}
|
1736 |
+
|
options/redux-framework/assets/js/redux.min.js
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
1 |
+
function redux_change(a){jQuery("body").trigger("check_dependencies",a),a.hasClass("compiler")&&jQuery("#redux-compiler-hook").val(1);var b=jQuery(a).parents(".redux-container:first"),c=jQuery(a).closest(".redux-group-tab").attr("id"),d=c.split("_");d=d[0];var e=b.find('.redux-group-tab-link-a[data-key="'+d+'"]').parents(".redux-group-tab-link-li:first"),f=jQuery("#"+c+"_li").parents(".hasSubSections:first");if(jQuery(a).parents("fieldset.redux-field:first").hasClass("redux-field-error")){jQuery(a).parents("fieldset.redux-field:first").removeClass("redux-field-error"),jQuery(a).parent().find(".redux-th-error").slideUp();var g=parseInt(b.find(".redux-field-errors span").text())-1;if(0>=g)jQuery("#"+c+"_li .redux-menu-error").fadeOut("fast").remove(),jQuery("#"+c+"_li .redux-group-tab-link-a").removeClass("hasError"),jQuery("#"+c+"_li").parents(".inside:first").find(".redux-field-errors").slideUp(),jQuery(a).parents(".redux-container:first").find(".redux-field-errors").slideUp(),jQuery("#redux_metaboxes_errors").slideUp();else{var h=parseInt(e.find(".redux-menu-error:first").text())-1;0>=h?e.find(".redux-menu-error:first").fadeOut().remove():e.find(".redux-menu-error:first").text(h),b.find(".redux-field-errors span").text(g)}0!==f.length&&0===f.find(".redux-menu-error").length&&f.find(".hasError").removeClass("hasError")}if(jQuery(a).parents("fieldset.redux-field:first").hasClass("redux-field-warning")){jQuery(a).parents("fieldset.redux-field:first").removeClass("redux-field-warning"),jQuery(a).parent().find(".redux-th-warning").slideUp();var i=parseInt(b.find(".redux-field-warnings span").text())-1;if(0>=i)jQuery("#"+c+"_li .redux-menu-warning").fadeOut("fast").remove(),jQuery("#"+c+"_li .redux-group-tab-link-a").removeClass("hasWarning"),jQuery("#"+c+"_li").parents(".inside:first").find(".redux-field-warnings").slideUp(),jQuery(a).parents(".redux-container:first").find(".redux-field-warnings").slideUp(),jQuery("#redux_metaboxes_warnings").slideUp();else{var j=parseInt(e.find(".redux-menu-warning:first").text())-1;0>=j?e.find(".redux-menu-warning:first").fadeOut().remove():e.find(".redux-menu-warning:first").text(j),b.find(".redux-field-warning span").text(i)}0!==f.length&&0===f.find(".redux-menu-warning").length&&f.find(".hasWarning").removeClass("hasWarning")}return b.find(".saved_notice:visible").length>0?void 0:redux.customizer?void redux.customizer.save(a,b,c):void(redux.args.disable_save_warn||(b.find(".redux-save-warn").slideDown(),window.onbeforeunload=confirmOnPageExit))}function colorValidate(a){var b=jQuery(a).val(),c=colorNameToHex(b);return c!==b.replace("#","")?c:b}function colorNameToHex(a){var b=a.replace(/^\s\s*/,"").replace(/\s\s*$/,"").replace("#",""),c={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c","indigo ":"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",redux:"#01a3e3",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};return"undefined"!==c[b.toLowerCase()]?c[b.toLowerCase()]:a}!function(a){"function"==typeof define&&define.amd?jQueryCookie.define(["jquery"],a):a(jQuery)}(function(a){function b(a){return a}function c(a){return decodeURIComponent(a.replace(e," "))}function d(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return f.json?JSON.parse(a):a}catch(b){}}var e=/\+/g,f=a.cookie=function(e,g,h){if(void 0!==g){if(h=a.extend({},f.defaults,h),"number"==typeof h.expires){var i=h.expires,j=h.expires=new Date;j.setDate(j.getDate()+i)}return g=f.json?JSON.stringify(g):String(g),document.cookie=[f.raw?e:encodeURIComponent(e),"=",f.raw?g:encodeURIComponent(g),h.expires?"; expires="+h.expires.toUTCString():"",h.path?"; path="+h.path:"",h.domain?"; domain="+h.domain:"",h.secure?"; secure":""].join("")}for(var k=f.raw?b:c,l=document.cookie.split("; "),m=e?void 0:{},n=0,o=l.length;o>n;n++){var p=l[n].split("="),q=k(p.shift()),r=k(p.join("="));if(e&&e===q){m=d(r);break}e||(m[q]=d(r))}return m};f.defaults={},a.removeCookie=function(b,c){return void 0!==a.cookie(b)?(a.cookie(b,"",a.extend({},c,{expires:-1})),!0):!1}}),function(a){a.fn.typeWatch=function(b){function c(b,c){var d=a(b.el).val();(d.length>=f.captureLength&&d.toUpperCase()!=b.text||c&&d.length>=f.captureLength)&&(b.text=d.toUpperCase(),b.cb.call(b.el,d))}function d(b){var d=b.type.toUpperCase();if(a.inArray(d,f.inputTypes)>=0){var e={timer:null,text:a(b).val().toUpperCase(),cb:f.callback,el:b,wait:f.wait};f.highlight&&a(b).focus(function(){this.select()});var g=function(b){var d=e.wait,g=!1,h=this.type.toUpperCase();"undefined"!=typeof b.keyCode&&13==b.keyCode&&"TEXTAREA"!=h&&a.inArray(h,f.inputTypes)>=0&&(d=1,g=!0);var i=function(){c(e,g)};clearTimeout(e.timer),e.timer=setTimeout(i,d)};a(b).on("keydown paste cut input",g)}}var e=["TEXT","TEXTAREA","PASSWORD","TEL","SEARCH","URL","EMAIL","DATETIME","DATE","MONTH","WEEK","TIME","DATETIME-LOCAL","NUMBER","RANGE"],f=a.extend({wait:750,callback:function(){},highlight:!0,captureLength:2,inputTypes:e},b);return this.each(function(){d(this)})}}(jQuery),function(a){a.fn.serializeForm=function(){if(this.length<1)return!1;var b={},c=b,d=':input[type!="checkbox"][type!="radio"], input:checked',e=function(){if(!this.disabled){var d=this.name.replace(/\[([^\]]+)?\]/g,",$1").split(","),e=d.length-1,f=a(this);if(d[0]){for(var g=0;e>g;g++)c=c[d[g]]=c[d[g]]||(""===d[g+1]||"0"===d[g+1]?[]:{});void 0!==c.length?c.push(f.val()):c[d[e]]=f.val(),c=b}}};return this.filter(d).each(e),this.find(d).each(e),b}}(jQuery),function(a){function b(){var a="!@#$%^&*()+=[]\\';,/{}|\":<>?~`.-_";return a+=" "}function c(){var a="¬€£¦";return a}function d(b,c,d){b.each(function(){var b=a(this);b.bind("keyup change paste",function(a){var e="";a.originalEvent&&a.originalEvent.clipboardData&&a.originalEvent.clipboardData.getData&&(e=a.originalEvent.clipboardData.getData("text/plain")),setTimeout(function(){h(b,c,d,e)},0)}),b.bind("keypress",function(a){var e=a.charCode?a.charCode:a.which;if(!(g(e)||a.ctrlKey||a.metaKey)){var f=String.fromCharCode(e),h=b.selection(),i=h.start,j=h.end,k=b.val(),l=k.substring(0,i)+f+k.substring(j),m=c(l,d);m!=l&&a.preventDefault()}})})}function e(b,c){var d=parseFloat(a(b).val()),e=a(b);return isNaN(d)?void e.val(""):(f(c.min)&&d<c.min&&e.val(""),void(f(c.max)&&d>c.max&&e.val("")))}function f(a){return!isNaN(a)}function g(a){return a>=32?!1:10==a?!1:13==a?!1:!0}function h(a,b,c,d){var e=a.val();""==e&&d.length>0&&(e=d);var f=b(e,c);if(e!=f){var g=a.alphanum_caret();a.val(f),e.length==f.length+1?a.alphanum_caret(g-1):a.alphanum_caret(g)}}function i(b,c){"undefined"==typeof c&&(c=D);var d,e={};return d="string"==typeof b?F[b]:"undefined"==typeof b?{}:b,a.extend(e,c,d),"undefined"==typeof e.blacklist&&(e.blacklistSet=x(e.allow,e.disallow)),e}function j(b){var c,d={};return c="string"==typeof b?G[b]:"undefined"==typeof b?{}:b,a.extend(d,E,c),d}function k(a,b,c){return c.maxLength&&a.length>=c.maxLength?!1:c.allow.indexOf(b)>=0?!0:c.allowSpace&&" "==b?!0:c.blacklistSet.contains(b)?!1:!c.allowNumeric&&K[b]?!1:!c.allowUpper&&u(b)?!1:!c.allowLower&&v(b)?!1:!c.allowCaseless&&w(b)?!1:!c.allowLatin&&L.contains(b)?!1:c.allowOtherCharSets?!0:K[b]||L.contains(b)?!0:!1}function l(a,b,c){if(K[b])return n(a,c)?!1:p(a,c)?!1:o(a,c)?!1:q(a+b,c)?!1:r(a+b,c)?!1:!0;if(c.allowPlus&&"+"==b&&""==a)return!0;if(c.allowMinus&&"-"==b&&""==a)return!0;if(b==I&&c.allowThouSep&&A(a,b))return!0;if(b==J){if(a.indexOf(J)>=0)return!1;if(c.allowDecSep)return!0}return!1}function m(a){return a+="",a.replace(/[^0-9]/g,"").length}function n(a,b){var c=b.maxDigits;if(""==c||isNaN(c))return!1;var d=m(a);return d>=c?!0:!1}function o(a,b){var c=b.maxDecimalPlaces;if(""==c||isNaN(c))return!1;var d=a.indexOf(J);if(-1==d)return!1;var e=a.substring(d),f=m(e);return f>=c?!0:!1}function p(a,b){var c=b.maxPreDecimalPlaces;if(""==c||isNaN(c))return!1;var d=a.indexOf(J);if(d>=0)return!1;var e=m(a);return e>=c?!0:!1}function q(a,b){if(!b.max||b.max<0)return!1;var c=parseFloat(a);return c>b.max?!0:!1}function r(a,b){if(!b.min||b.min>0)return!1;var c=parseFloat(a);return c<b.min?!0:!1}function s(a,b){if("string"!=typeof a)return a;var c,d=a.split(""),e=[],f=0;for(f=0;f<d.length;f++){c=d[f];var g=e.join("");k(g,c,b)&&e.push(c)}return e.join("")}function t(a,b){if("string"!=typeof a)return a;var c,d=a.split(""),e=[],f=0;for(f=0;f<d.length;f++){c=d[f];var g=e.join("");l(g,c,b)&&e.push(c)}return e.join("")}function u(a){var b=a.toUpperCase(),c=a.toLowerCase();return a==b&&b!=c?!0:!1}function v(a){var b=a.toUpperCase(),c=a.toLowerCase();return a==c&&b!=c?!0:!1}function w(a){return a.toUpperCase()==a.toLowerCase()?!0:!1}function x(a,b){var c=new B(H+b),d=new B(a),e=c.subtract(d);return e}function y(){var a,b="0123456789".split(""),c={},d=0;for(d=0;d<b.length;d++)a=b[d],c[a]=!0;return c}function z(){var a="abcdefghijklmnopqrstuvwxyz",b=a.toUpperCase(),c=new B(a+b);return c}function A(a,b){if(0==a.length)return!1;var c=a.indexOf(J);if(c>=0)return!1;var d=a.indexOf(I);if(0>d)return!0;var e=a.lastIndexOf(I),f=a.length-e-1;if(3>f)return!1;var g=m(a.substring(d));return g%3>0?!1:!0}function B(a){"string"==typeof a?this.map=C(a):this.map={}}function C(a){var b,c={},d=a.split(""),e=0;for(e=0;e<d.length;e++)b=d[e],c[b]=!0;return c}a.fn.alphanum=function(a){var b=i(a),c=this;return d(c,s,b),this},a.fn.alpha=function(a){var b=i("alpha"),c=i(a,b),e=this;return d(e,s,c),this},a.fn.numeric=function(a){var b=j(a),c=this;return d(c,t,b),c.blur(function(){e(this,a)}),this};var D={allow:"",disallow:"",allowSpace:!0,allowNumeric:!0,allowUpper:!0,allowLower:!0,allowCaseless:!0,allowLatin:!0,allowOtherCharSets:!0,maxLength:NaN},E={allowPlus:!1,allowMinus:!0,allowThouSep:!0,allowDecSep:!0,allowLeadingSpaces:!1,maxDigits:NaN,maxDecimalPlaces:NaN,maxPreDecimalPlaces:NaN,max:NaN,min:NaN},F={alpha:{allowNumeric:!1},upper:{allowNumeric:!1,allowUpper:!0,allowLower:!1,allowCaseless:!0},lower:{allowNumeric:!1,allowUpper:!1,allowLower:!0,allowCaseless:!0}},G={integer:{allowPlus:!1,allowMinus:!0,allowThouSep:!1,allowDecSep:!1},positiveInteger:{allowPlus:!1,allowMinus:!1,allowThouSep:!1,allowDecSep:!1}},H=b()+c(),I=",",J=".",K=y(),L=z();B.prototype.add=function(a){var b=this.clone();for(var c in a.map)b.map[c]=!0;return b},B.prototype.subtract=function(a){var b=this.clone();for(var c in a.map)delete b.map[c];return b},B.prototype.contains=function(a){return this.map[a]?!0:!1},B.prototype.clone=function(){var a=new B;for(var b in this.map)a.map[b]=!0;return a},a.fn.alphanum.backdoorAlphaNum=function(a,b){var c=i(b);return s(a,c)},a.fn.alphanum.backdoorNumeric=function(a,b){var c=j(b);return t(a,c)},a.fn.alphanum.setNumericSeparators=function(a){1==a.thousandsSeparator.length&&1==a.decimalSeparator.length&&(I=a.thousandsSeparator,J=a.decimalSeparator)}}(jQuery),function(a){function b(a,b){if(a.createTextRange){var c=a.createTextRange();c.move("character",b),c.select()}else null!=a.selectionStart&&(a.focus(),a.setSelectionRange(b,b))}function c(a){if("selection"in document){var b=a.createTextRange();try{b.setEndPoint("EndToStart",document.selection.createRange())}catch(c){return 0}return b.text.length}return null!=a.selectionStart?a.selectionStart:void 0}a.fn.alphanum_caret=function(d,e){return"undefined"==typeof d?c(this.get(0)):this.queue(function(c){if(isNaN(d)){var f=a(this).val().indexOf(d);e===!0?f+=d.length:"undefined"!=typeof e&&(f+=e),b(this,f)}else b(this,d);c()})}}(jQuery),function(a){var b=function(a){return a?a.ownerDocument.defaultView||a.ownerDocument.parentWindow:window},c=function(b,c){var d=a.Range.current(b).clone(),e=a.Range(b).select(b);return d.overlaps(e)?(d.compare("START_TO_START",e)<1?(startPos=0,d.move("START_TO_START",e)):(fromElementToCurrent=e.clone(),fromElementToCurrent.move("END_TO_START",d),startPos=fromElementToCurrent.toString().length),d.compare("END_TO_END",e)>=0?endPos=e.toString().length:endPos=startPos+d.toString().length,{start:startPos,end:endPos}):null},d=function(d){var e=b(d);if(void 0!==d.selectionStart)return document.activeElement&&document.activeElement!=d&&d.selectionStart==d.selectionEnd&&0==d.selectionStart?{start:d.value.length,end:d.value.length}:{start:d.selectionStart,end:d.selectionEnd};if(e.getSelection)return c(d,e);try{if("input"==d.nodeName.toLowerCase()){var f=b(d).document.selection.createRange(),g=d.createTextRange();g.setEndPoint("EndToStart",f);var h=g.text.length;return{start:h,end:h+f.text.length}}var i=c(d,e);if(!i)return i;var j=a.Range.current().clone(),k=j.clone().collapse().range,l=j.clone().collapse(!1).range;return k.moveStart("character",-1),l.moveStart("character",-1),0!=i.startPos&&""==k.text&&(i.startPos+=2),0!=i.endPos&&""==l.text&&(i.endPos+=2),i}catch(m){return{start:d.value.length,end:d.value.length}}},e=function(a,c,d){var e=b(a);if(a.setSelectionRange)void 0===d?(a.focus(),a.setSelectionRange(c,c)):(a.select(),a.selectionStart=c,a.selectionEnd=d);else if(a.createTextRange){var f=a.createTextRange();f.moveStart("character",c),d=d||c,f.moveEnd("character",d-a.value.length),f.select()}else if(e.getSelection){var h=e.document,i=e.getSelection(),j=h.createRange(),k=[c,void 0!==d?d:c];g([a],k),j.setStart(k[0].el,k[0].count),j.setEnd(k[1].el,k[1].count),i.removeAllRanges(),i.addRange(j)}else if(e.document.body.createTextRange){var j=document.body.createTextRange();j.moveToElementText(a),j.collapse(),j.moveStart("character",c),j.moveEnd("character",void 0!==d?d:c),j.select()}},f=function(a,b,c,d){"number"==typeof c[0]&&c[0]<b&&(c[0]={el:d,count:c[0]-a}),"number"==typeof c[1]&&c[1]<=b&&(c[1]={el:d,count:c[1]-a})},g=function(a,b,c){var d,e;c=c||0;for(var h=0;a[h];h++)d=a[h],3===d.nodeType||4===d.nodeType?(e=c,c+=d.nodeValue.length,f(e,c,b,d)):8!==d.nodeType&&(c=g(d.childNodes,b,c));return c};jQuery.fn.selection=function(a,b){return void 0!==a?this.each(function(){e(this,a,b)}):d(this[0])},a.fn.selection.getCharElement=g}(jQuery),function(a){"use strict";a.redux=a.redux||{},a(document).ready(function(){a.fn.isOnScreen=function(){if(window){var b=a(window),c={top:b.scrollTop()};c.right=c.left+b.width(),c.bottom=c.top+b.height();var d=this.offset();return d.right=d.left+this.outerWidth(),d.bottom=d.top+this.outerHeight(),!(c.right<d.left||c.left>d.right||c.bottom<d.top||c.top>d.bottom)}},a.redux.hideFields(),a.redux.checkRequired(),a.redux.initEvents(),a.redux.initQtip(),a.redux.tabCheck(),a.redux.notices(),a.redux.tabControl()}),a.redux.ajax_save=function(b){var c=a(document.getElementById("redux_ajax_overlay"));c.fadeIn(),jQuery(".redux-action_bar .spinner").addClass("is-active"),jQuery(".redux-action_bar input").attr("disabled","disabled");var d=jQuery(document.getElementById("redux_notification_bar"));d.slideUp(),jQuery(".redux-save-warn").slideUp(),jQuery(".redux_ajax_save_error").slideUp("medium",function(){jQuery(this).remove()});var e=jQuery(document.getElementById("redux-form-wrapper"));redux.fields.hasOwnProperty("editor")&&a.each(redux.fields.editor,function(a,b){if("undefined"!=typeof tinyMCE){var c=tinyMCE.get(a);c&&c.save()}});var f=e.serialize();e.find("input[type=checkbox]").each(function(){if("undefined"!=typeof a(this).attr("name")){var b=a(this).is(":checked")?a(this).val():"0";f+="&"+a(this).attr("name")+"="+b}}),"redux_save"!=b.attr("name")&&(f+="&"+b.attr("name")+"="+b.val());var g=e.attr("data-nonce");return jQuery.ajax({type:"post",dataType:"json",url:ajaxurl,data:{action:redux.args.opt_name+"_ajax_save",nonce:g,opt_name:redux.args.opt_name,data:f},error:function(a){window.console||(console={}),console.log=console.log||function(a,b){},console.log(redux.ajax.console),console.log(a.responseText),jQuery(".redux-action_bar input").removeAttr("disabled"),c.fadeOut("fast"),jQuery(".redux-action_bar .spinner").removeClass("is-active"),alert(redux.ajax.alert)},success:function(b){if(b.action&&"reload"==b.action)location.reload(!0);else if("success"==b.status){jQuery(".redux-action_bar input").removeAttr("disabled"),c.fadeOut("fast"),jQuery(".redux-action_bar .spinner").removeClass("is-active"),redux.options=b.options,redux.errors=b.errors,redux.warnings=b.warnings,d.html(b.notification_bar).slideDown("fast"),(null!==b.errors||null!==b.warnings)&&a.redux.notices();var e=a(document.getElementById("redux_notification_bar")).find(".saved_notice");e.slideDown(),e.delay(4e3).slideUp()}else jQuery(".redux-action_bar input").removeAttr("disabled"),jQuery(".redux-action_bar .spinner").removeClass("is-active"),c.fadeOut("fast"),jQuery(".wrap h2:first").parent().append('<div class="error redux_ajax_save_error" style="display:none;"><p>'+b.status+"</p></div>"),jQuery(".redux_ajax_save_error").slideDown(),jQuery("html, body").animate({scrollTop:0},"slow")}}),!1},a.redux.initEvents=function(){a(".redux-presets-bar").on("click",function(){window.onbeforeunload=null}),a("#toplevel_page_"+redux.args.slug+" .wp-submenu a, #wp-admin-bar-"+redux.args.slug+" a.ab-item").click(function(b){if((a("#toplevel_page_"+redux.args.slug).hasClass("wp-menu-open")||a(this).hasClass("ab-item"))&&!a(this).parents("ul.ab-submenu:first").hasClass("ab-sub-secondary")&&a(this).attr("href").toLowerCase().indexOf(redux.args.slug+"&tab=")>=0){b.preventDefault();var c=a(this).attr("href").split("&tab=");return a("#"+c[1]+"_section_group_li_a").click(),a(this).parents("ul:first").find(".current").removeClass("current"),a(this).addClass("current"),a(this).parent().addClass("current"),!1}}),a(".redux-action_bar input").on("click",function(b){if(a(this).attr("name")==redux.args.opt_name+"[defaults]"){if(!confirm(redux.args.reset_confirm))return!1}else if(a(this).attr("name")==redux.args.opt_name+"[defaults-section]"&&!confirm(redux.args.reset_section_confirm))return!1;window.onbeforeunload=null,redux.args.ajax_save===!0&&(a.redux.ajax_save(a(this)),b.preventDefault())}),a(".expand_options").click(function(b){b.preventDefault();var c=a(".redux-container");if(a(c).hasClass("fully-expanded")){a(c).removeClass("fully-expanded");var d=a.cookie("redux_current_tab");a(".redux-container:first").find("#"+d+"_section_group").fadeIn(200,function(){0!==a(".redux-container:first").find("#redux-footer").length&&a.redux.stickyInfo(),a.redux.initFields()})}return a.redux.expandOptions(a(this).parents(".redux-container:first")),!1}),a(".saved_notice").is(":visible")&&a(".saved_notice").slideDown(),a(document.body).on("change",".redux-field input, .redux-field textarea, .redux-field select",function(){a(this).hasClass("noUpdate")||redux_change(a(this))});var b=a("#redux-footer").height();a("#redux-sticky-padder").css({height:b}),a("#redux-footer-sticky").removeClass("hide"),0!==a("#redux-footer").length&&(a(window).scroll(function(){a.redux.stickyInfo()}),a(window).resize(function(){a.redux.stickyInfo()})),a(".saved_notice").delay(4e3).slideUp()},a.redux.hideFields=function(){a("label[for='redux_hide_field']").each(function(b,c){var d=a(this).parent().parent();a(d).addClass("hidden")})},a.redux.checkRequired=function(){a.redux.required(),a("body").on("change",".redux-main select, .redux-main radio, .redux-main input[type=checkbox], .redux-main input[type=hidden]",function(b){a.redux.check_dependencies(this)}),a("body").on("check_dependencies",function(b,c){a.redux.check_dependencies(c)}),a("td > fieldset:empty,td > div:empty").parent().parent().hide()},a.redux.initQtip=function(){if(a().qtip){var b="",c=redux.args.hints.tip_style.shadow;c===!0&&(b="qtip-shadow");var d="",e=redux.args.hints.tip_style.color;""!==e&&(d="qtip-"+e);var f="",g=redux.args.hints.tip_style.rounded;g===!0&&(f="qtip-rounded");var h="",i=redux.args.hints.tip_style.style;""!==i&&(h="qtip-"+i);var j=b+","+d+","+f+","+h+",redux-qtip";j=j.replace(/,/g," ");var k=redux.args.hints.tip_position.my,l=redux.args.hints.tip_position.at;k=a.redux.verifyPos(k.toLowerCase(),!0),l=a.redux.verifyPos(l.toLowerCase(),!1);var m=redux.args.hints.tip_effect.show.event,n=redux.args.hints.tip_effect.hide.event,o=redux.args.hints.tip_effect.show.effect,p=redux.args.hints.tip_effect.show.duration,q=redux.args.hints.tip_effect.hide.effect,r=redux.args.hints.tip_effect.hide.duration;a("div.redux-dev-qtip").each(function(){a(this).qtip({content:{text:a(this).attr("qtip-content"),title:a(this).attr("qtip-title")},show:{effect:function(){a(this).slideDown(500)},event:"mouseover"},hide:{effect:function(){a(this).slideUp(500)},event:"mouseleave"},style:{classes:"qtip-shadow qtip-light"},position:{my:"top center",at:"bottom center"}})}),a("div.redux-hint-qtip").each(function(){a(this).qtip({content:{text:a(this).attr("qtip-content"),title:a(this).attr("qtip-title")},show:{effect:function(){switch(o){case"slide":a(this).slideDown(p);break;case"fade":a(this).fadeIn(p);break;default:a(this).show()}},event:m},hide:{effect:function(){switch(q){case"slide":a(this).slideUp(r);break;case"fade":a(this).fadeOut(r);break;default:a(this).hide(r)}},event:n},style:{classes:j},position:{my:k,at:l}})}),a("input[qtip-content]").each(function(){a(this).qtip({content:{text:a(this).attr("qtip-content"),title:a(this).attr("qtip-title")},show:"focus",hide:"blur",style:j,position:{my:k,at:l}})})}},a.redux.tabCheck=function(){if(a(".redux-group-tab-link-a").click(function(){var b=a(this);if(b.parent().hasClass("empty_section")&&b.parent().hasClass("hasSubSections")){var c=a(this).closest("ul").find(".redux-group-tab-link-a"),d=c.index(this);b=c.slice(d+1,d+2)}var e=b.parents(".redux-container:first"),f=b.data("rel"),g=e.find(".redux-group-tab-link-li.active:first .redux-group-tab-link-a").data("rel");if(g!==f){if(a("#currentSection").val(f),b.parents(".postbox-container:first").length||a.cookie("redux_current_tab",f,{expires:7,path:"/"}),e.find("#"+f+"_section_group_li").parents(".redux-group-tab-link-li").length){var h=e.find("#"+f+"_section_group_li").parents(".redux-group-tab-link-li").attr("id").split("_");h=h[0]}if(e.find("#toplevel_page_"+redux.args.slug+" .wp-submenu a.current").removeClass("current"),e.find("#toplevel_page_"+redux.args.slug+" .wp-submenu li.current").removeClass("current"),e.find("#toplevel_page_"+redux.args.slug+" .wp-submenu a").each(function(){var b=a(this).attr("href").split("&tab=");(b[1]==f||b[1]==h)&&(a(this).addClass("current"),a(this).parent().addClass("current"))}),e.find("#"+g+"_section_group_li").find("#"+g+"_section_group_li").length)e.find("#"+g+"_section_group_li").addClass("activeChild"),e.find("#"+f+"_section_group_li").addClass("active").removeClass("activeChild");else if(e.find("#"+f+"_section_group_li").parents("#"+g+"_section_group_li").length||e.find("#"+g+"_section_group_li").parents("ul.subsection").find("#"+f+"_section_group_li").length)e.find("#"+f+"_section_group_li").parents("#"+g+"_section_group_li").length?e.find("#"+g+"_section_group_li").addClass("activeChild").removeClass("active"):(e.find("#"+f+"_section_group_li").addClass("active"),e.find("#"+g+"_section_group_li").removeClass("active")),e.find("#"+f+"_section_group_li").removeClass("activeChild").addClass("active");else if(e.find("#"+f+"_section_group_li").addClass("active").removeClass("activeChild").find("ul.subsection").slideDown(),e.find("#"+g+"_section_group_li").find("ul.subsection").length){e.find("#"+g+"_section_group_li").find("ul.subsection").slideUp("fast",function(){e.find("#"+g+"_section_group_li").removeClass("active").removeClass("activeChild")});var i=e.find("#"+f+"_section_group_li").parents(".hasSubSections:first");i.length>0&&(e.find("#"+f+"_section_group_li").removeClass("active"),f=i.find(".redux-group-tab-link-a:first").data("rel"),i.hasClass("empty_section")?(i.find(".subsection li:first").addClass("active"),e.find("#"+f+"_section_group_li").removeClass("active").addClass("activeChild").find("ul.subsection").slideDown(),i=i.find(".subsection li:first"),f=i.find(".redux-group-tab-link-a:first").data("rel")):e.find("#"+f+"_section_group_li").addClass("active").removeClass("activeChild").find("ul.subsection").slideDown())}else e.find("#"+g+"_section_group_li").parents("ul.subsection").length?e.find("#"+g+"_section_group_li").parents("#"+f+"_section_group_li").length?e.find("#"+g+"_section_group_li").removeClass("active"):e.find("#"+g+"_section_group_li").parents("ul.subsection").slideUp("fast",function(){e.find("#"+g+"_section_group_li").removeClass("active"),e.find("#"+g+"_section_group_li").parents(".redux-group-tab-link-li").removeClass("active").removeClass("activeChild"),e.find("#"+f+"_section_group_li").parents(".redux-group-tab-link-li").addClass("activeChild").find("ul.subsection").slideDown(),e.find("#"+f+"_section_group_li").addClass("active")}):(e.find("#"+g+"_section_group_li").removeClass("active"),e.find("#"+f+"_section_group_li").parents(".redux-group-tab-link-li").length&&(e.find("#"+f+"_section_group_li").parents(".redux-group-tab-link-li").addClass("activeChild").find("ul.subsection").slideDown(),e.find("#"+f+"_section_group_li").addClass("active")));e.find("#"+g+"_section_group").hide(),e.find("#"+f+"_section_group").fadeIn(200,function(){0!==e.find("#redux-footer").length&&a.redux.stickyInfo(),a.redux.initFields()}),a("#toplevel_page_"+redux.args.slug).find(".current").removeClass("current")}}),void 0!==redux.last_tab)return void a("#"+redux.last_tab+"_section_group_li_a").click();var b=decodeURI((new RegExp("tab=(.+?)(&|$)").exec(location.search)||[,""])[1]);""!==b?a.cookie("redux_current_tab_get")!==b&&(a.cookie("redux_current_tab",b,{expires:7,path:"/"}),a.cookie("redux_current_tab_get",b,{expires:7,path:"/"}),a("#"+b+"_section_group_li").click()):""!==a.cookie("redux_current_tab_get")&&a.removeCookie("redux_current_tab_get");var c=a("#"+a.cookie("redux_current_tab")+"_section_group_li_a");null===a.cookie("redux_current_tab")||"undefined"==typeof a.cookie("redux_current_tab")||0===c.length?a(".redux-container").find(".redux-group-tab-link-a:first").click():c.click()},a.redux.initFields=function(){a(".redux-group-tab:visible").find(".redux-field-init:visible").each(function(){var b=a(this).attr("data-type");if("undefined"!=typeof redux.field_objects&&redux.field_objects[b]&&redux.field_objects[b]&&redux.field_objects[b].init(),!redux.customizer&&a(this).hasClass("redux_remove_th")){var c=a(this).parents("tr:first"),d=c.find("th:first");d.html()&&d.html().length>0&&(a(this).prepend(d.html()),a(this).find(".redux_field_th").css("padding","0 0 10px 0")),a(this).parent().attr("colspan","2"),d.remove()}})},a.redux.notices=function(){redux.errors&&redux.errors.errors&&(a.each(redux.errors.errors,function(b,c){a.each(c.errors,function(b,c){a("#"+redux.args.opt_name+"-"+c.id).addClass("redux-field-error"),0===a("#"+redux.args.opt_name+"-"+c.id).parent().find(".redux-th-error").length?a("#"+redux.args.opt_name+"-"+c.id).append('<div class="redux-th-error">'+c.msg+"</div>"):a("#"+redux.args.opt_name+"-"+c.id).parent().find(".redux-th-error").html(c.msg).css("display","block")})}),a(".redux-container").each(function(){var b=a(this);b.find(".redux-menu-error").remove();var c=b.find(".redux-field-error").length;c>0&&(b.find(".redux-field-errors span").text(c),b.find(".redux-field-errors").slideDown(),b.find(".redux-group-tab").each(function(){var c=a(this).find(".redux-field-error").length;if(c>0){var d=a(this).attr("id").split("_");d=d[0],b.find('.redux-group-tab-link-a[data-key="'+d+'"]').prepend('<span class="redux-menu-error">'+c+"</span>"),b.find('.redux-group-tab-link-a[data-key="'+d+'"]').addClass("hasError");var e=b.find('.redux-group-tab-link-a[data-key="'+d+'"]').parents(".hasSubSections:first");e&&e.find(".redux-group-tab-link-a:first").addClass("hasError")}}))})),redux.warnings&&redux.warnings.warnings&&(a.each(redux.warnings.warnings,function(b,c){a.each(c.warnings,function(b,c){a("#"+redux.args.opt_name+"-"+c.id).addClass("redux-field-warning"),0===a("#"+redux.args.opt_name+"-"+c.id).parent().find(".redux-th-warning").length?a("#"+redux.args.opt_name+"-"+c.id).append('<div class="redux-th-warning">'+c.msg+"</div>"):a("#"+redux.args.opt_name+"-"+c.id).parent().find(".redux-th-warning").html(c.msg).css("display","block")})}),a(".redux-container").each(function(){var b=a(this);b.find(".redux-menu-warning").remove();var c=b.find(".redux-field-warning").length;c>0&&(b.find(".redux-field-warnings span").text(c),b.find(".redux-field-warnings").slideDown(),b.find(".redux-group-tab").each(function(){var c=a(this).find(".redux-field-warning").length;if(c>0){var d=a(this).attr("id").split("_");d=d[0],b.find('.redux-group-tab-link-a[data-key="'+d+'"]').prepend('<span class="redux-menu-warning">'+c+"</span>"),b.find('.redux-group-tab-link-a[data-key="'+d+'"]').addClass("hasWarning");var e=b.find('.redux-group-tab-link-a[data-key="'+d+'"]').parents(".hasSubSections:first");e&&e.find(".redux-group-tab-link-a:first").addClass("hasWarning")}}))}))},a.redux.tabControl=function(){a(".redux-section-tabs div").hide(),a(".redux-section-tabs div:first").show(),a(".redux-section-tabs ul li:first").addClass("active"),a(".redux-section-tabs ul li a").click(function(){a(".redux-section-tabs ul li").removeClass("active"),a(this).parent().addClass("active");var b=a(this).attr("href");return a(".redux-section-tabs div").hide(),a(b).fadeIn("medium",function(){a.redux.initFields()}),!1})},a.redux.required=function(){a.each(redux.folds,function(b,c){var d=a("#"+redux.args.opt_name+"-"+b);if(d.parents("tr:first").addClass("fold"),"hide"==c){if(d.parents("tr:first").addClass("hide"),d.hasClass("redux-container-section")){var e=a("#section-"+b);e.hasClass("redux-section-indent-start")&&(a("#section-table-"+b).hide().addClass("hide"),
|
2 |
+
e.hide().addClass("hide"))}if(d.hasClass("redux-container-info")&&a("#info-"+b).hide().addClass("hide"),d.hasClass("redux-container-divide")&&a("#divide-"+b).hide().addClass("hide"),d.hasClass("redux-container-raw")){var f=d.parents().find("table#"+redux.args.opt_name+"-"+b);f.hide().addClass("hide")}}})},a.redux.get_container_value=function(b){var c=a("#"+redux.args.opt_name+"-"+b).serializeForm();return null!==c&&"object"==typeof c&&c.hasOwnProperty(redux.args.opt_name)&&(c=c[redux.args.opt_name][b]),a("#"+redux.args.opt_name+"-"+b).hasClass("redux-container-media")&&(c=c.url),c},a.redux.check_dependencies=function(b){if(null!==redux.required){var c=a(b),d=c.parents(".redux-field:first").data("id");if(redux.required.hasOwnProperty(d)){var e=c.parents(".redux-field-container:first"),f=e.parents("tr:first").hasClass(".hide");e.parents("tr:first").length||(f=e.parents(".customize-control:first").hasClass(".hide")),a.each(redux.required[d],function(b,c){var d=a(this),e=!1,g=a("#"+redux.args.opt_name+"-"+b),h=g.parents("tr:first");if(f||(e=a.redux.check_parents_dependencies(b)),e===!0){if(g.hasClass("redux-container-section")){var i=a("#section-"+b);i.hasClass("redux-section-indent-start")&&i.hasClass("hide")&&(a("#section-table-"+b).fadeIn(300).removeClass("hide"),i.fadeIn(300).removeClass("hide"))}if(g.hasClass("redux-container-info")&&a("#info-"+b).fadeIn(300).removeClass("hide"),g.hasClass("redux-container-divide")&&a("#divide-"+b).fadeIn(300).removeClass("hide"),g.hasClass("redux-container-raw")){var j=g.parents().find("table#"+redux.args.opt_name+"-"+b);j.fadeIn(300).removeClass("hide")}h.fadeIn(300,function(){a(this).removeClass("hide"),redux.required.hasOwnProperty(b)&&a.redux.check_dependencies(a("#"+redux.args.opt_name+"-"+b).children().first()),a.redux.initFields()}),(g.hasClass("redux-container-section")||g.hasClass("redux-container-info"))&&h.css({display:"none"})}else e===!1&&h.fadeOut(100,function(){a(this).addClass("hide"),redux.required.hasOwnProperty(b)&&a.redux.required_recursive_hide(b)});d.find("select, radio, input[type=checkbox]").trigger("change")})}}},a.redux.required_recursive_hide=function(b){var c=a("#"+redux.args.opt_name+"-"+b).parents("tr:first");c.fadeOut(50,function(){if(a(this).addClass("hide"),a("#"+redux.args.opt_name+"-"+b).hasClass("redux-container-section")){var c=a("#section-"+b);c.hasClass("redux-section-indent-start")&&(a("#section-table-"+b).fadeOut(50).addClass("hide"),c.fadeOut(50).addClass("hide"))}if(a("#"+redux.args.opt_name+"-"+b).hasClass("redux-container-info")&&a("#info-"+b).fadeOut(50).addClass("hide"),a("#"+redux.args.opt_name+"-"+b).hasClass("redux-container-divide")&&a("#divide-"+b).fadeOut(50).addClass("hide"),a("#"+redux.args.opt_name+"-"+b).hasClass("redux-container-raw")){var d=a("#"+redux.args.opt_name+"-"+b).parents().find("table#"+redux.args.opt_name+"-"+b);d.fadeOut(50).addClass("hide")}redux.required.hasOwnProperty(b)&&a.each(redux.required[b],function(b){a.redux.required_recursive_hide(b)})})},a.redux.check_parents_dependencies=function(b){var c="";return redux.required_child.hasOwnProperty(b)?a.each(redux.required_child[b],function(b,d){if(a("#"+redux.args.opt_name+"-"+d.parent).parents("tr:first").hasClass(".hide"))c=!1;else if(c!==!1){var e=a.redux.get_container_value(d.parent);c=a.redux.check_dependencies_visibility(e,d)}}):c=!0,c},a.redux.check_dependencies_visibility=function(b,c){var d,e=!1,f=c.checkValue,g=c.operation;switch(g){case"=":case"equals":a.isArray(b)?a(b[0]).each(function(b,c){if(a.isArray(f))a(f).each(function(a,b){return c==b?(e=!0,!0):void 0});else if(c==f)return e=!0,!0}):a.isArray(f)?a(f).each(function(a,c){b==c&&(e=!0)}):b==f&&(e=!0);break;case"!=":case"not":a.isArray(b)?a(b).each(function(b,c){if(a.isArray(f))a(f).each(function(a,b){return c!=b?(e=!0,!0):void 0});else if(c!=f)return e=!0,!0}):a.isArray(f)?a(f).each(function(a,c){b!=c&&(e=!0)}):b!=f&&(e=!0);break;case">":case"greater":case"is_larger":parseFloat(b)>parseFloat(f)&&(e=!0);break;case">=":case"greater_equal":case"is_larger_equal":parseFloat(b)>=parseFloat(f)&&(e=!0);break;case"<":case"less":case"is_smaller":parseFloat(b)<parseFloat(f)&&(e=!0);break;case"<=":case"less_equal":case"is_smaller_equal":parseFloat(b)<=parseFloat(f)&&(e=!0);break;case"contains":a.isPlainObject(b)&&(b=Object.keys(b).map(function(a){return[a,b[a]]})),a.isPlainObject(f)&&(f=Object.keys(f).map(function(a){return[a,f[a]]})),a.isArray(f)?a(f).each(function(c,d){var f=!1,g=d[0],h=d[1];return a(b).each(function(a,b){var c=b[0],d=b[1];return g===c&&h==d?(e=!0,f=!0,!1):void 0}),f===!0?!1:void 0}):-1!==b.toString().indexOf(f)&&(e=!0);break;case"doesnt_contain":case"not_contain":a.isPlainObject(b)&&(d=Object.keys(b).map(function(a){return b[a]}),b=d),a.isPlainObject(f)&&(d=Object.keys(f).map(function(a){return f[a]}),f=d),a.isArray(f)?a(f).each(function(a,c){-1===b.toString().indexOf(c)&&(e=!0)}):-1===b.toString().indexOf(f)&&(e=!0);break;case"is_empty_or":(""===b||b==f)&&(e=!0);break;case"not_empty_and":""!==b&&b!=f&&(e=!0);break;case"is_empty":case"empty":case"!isset":b&&""!==b&&null!==b||(e=!0);break;case"not_empty":case"!empty":case"isset":b&&""!==b&&null!==b&&(e=!0)}return e},a.redux.verifyPos=function(a,b){if(a=a.replace(/^\s+|\s+$/gm,""),""===a||-1==a.search(" "))return b===!0?"top left":"bottom right";var c=a.split(" "),d=b?"top":"bottom";("top"==c[0]||"center"==c[0]||"bottom"==c[0])&&(d=c[0]);var e=b?"left":"right";return("left"==c[1]||"center"==c[1]||"right"==c[1])&&(e=c[1]),d+" "+e},a.redux.stickyInfo=function(){var b=a(".redux-main").innerWidth()-20;a("#info_bar").isOnScreen()||a("#redux-footer-sticky").isOnScreen()?(a("#redux-footer").css({background:"#eee",position:"inherit",bottom:"inherit",width:"inherit"}),a("#redux-sticky-padder").hide(),a("#redux-footer").removeClass("sticky-footer-fixed")):(a("#redux-footer").css({position:"fixed",bottom:"0",width:b,right:21}),a("#redux-footer").addClass("sticky-footer-fixed"),a(".redux-save-warn").css("left",a("#redux-sticky").offset().left),a("#redux-sticky-padder").show()),a("#info_bar").isOnScreen()?a("#redux-sticky").removeClass("sticky-save-warn"):a("#redux-sticky").addClass("sticky-save-warn")},a.redux.expandOptions=function(b){var c=b.find(".expand_options"),d=b.find(".redux-sidebar").width()-1,e=a(".redux-group-menu .active a").data("rel")+"_section_group";return c.hasClass("expanded")?(c.removeClass("expanded"),b.find(".redux-main").removeClass("expand"),b.find(".redux-sidebar").stop().animate({"margin-left":"0px"},500),b.find(".redux-main").stop().animate({"margin-left":d},500,function(){b.find(".redux-main").attr("style","")}),b.find(".redux-group-tab").each(function(){a(this).attr("id")!==e&&a(this).fadeOut("fast")})):(c.addClass("expanded"),b.find(".redux-main").addClass("expand"),b.find(".redux-sidebar").stop().animate({"margin-left":-d-113},500),b.find(".redux-main").stop().animate({"margin-left":"-1px"},500),b.find(".redux-group-tab").fadeIn("medium",function(){a.redux.initFields()})),!1},a.redux.scaleToRatio=function(b,c,d){var e=0,f=b.attr("data-width");f||(f=b.width(),b.attr("data-width",f));var g=b.attr("data-height"),h=b.height();(!g||h>g)&&(g=h,b.attr("data-height",g),b.css("width","auto"),b.attr("data-width",b.width()),f=b.width()),f>d?(e=d/f,b.css("width",d),b.css("height",g*e),g*=e,f*=e):b.css("width","auto"),g>c?(e=c/g,b.css("height",c),b.css("width",f*e),f*=e,g*=e):b.css("height","auto");var i=(a(document.getElementById("redux-header")).height()-b.height())/2;i>0?b.css("margin-top",i):b.css("margin-top",0),a("#redux-header .redux_field_search")&&a("#redux-header .redux_field_search").css("right",a(b).width()+20)},a.redux.resizeAds=function(){var b,c=a("#redux-header");c.length?b=c.width()-c.find(".display_header").width()-30:(c=a("#customize-info"),b=c.width());var d=c.height(),e=c.find(".rAds");a(e).find("video").each(function(){a.redux.scaleToRatio(a(this),d,b)}),a(e).find("img").each(function(){a.redux.scaleToRatio(a(this),d,b)}),a(e).find("div").each(function(){a.redux.scaleToRatio(a(this),d,b)}),"-99999px"==e.css("left")&&e.css("display","none").css("left","auto"),e.fadeIn("slow")},a(document).ready(function(){redux.rAds&&setTimeout(function(){var b;a("#redux-header").length>0?(a("#redux-header").append('<div class="rAds"></div>'),b=a("#redux-header")):(a("#customize-theme-controls ul").first().prepend('<li id="redux_rAds" class="accordion-section rAdsContainer" style="position: relative;"><div class="rAds"></div></li>'),b=a("#redux_rAds")),b.css("position","relative"),b.find(".rAds").attr("style","position:absolute; top: 6px; right: 6px; display:block !important;overflow:hidden;").css("left","-99999px"),b.find(".rAds").html(redux.rAds.replace(/<br\s?\/?>/,""));var c=b.find(".rAds");b.height(),b.width()-b.find(".display_header").width()-30;c.find("a").css("float","right").css("line-height",b.height()+"px").css("margin-left","5px"),a(document).ajaxComplete(function(){c.find("a").hide(),setTimeout(function(){a.redux.resizeAds(),c.find("a").fadeIn()},1400),setTimeout(function(){a.redux.resizeAds()},1500),a(document).unbind("ajaxComplete")}),a(window).resize(function(){a.redux.resizeAds()})},400)})}(jQuery),jQuery.noConflict();var confirmOnPageExit=function(a){a=a||window.event;var b=redux.args.save_pending;return a&&(a.returnValue=b),window.onbeforeunload=null,b};
|
options/redux-framework/assets/js/vendor.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
!function(a){"function"==typeof define&&define.amd?jQueryCookie.define(["jquery"],a):a(jQuery)}(function(a){function b(a){return a}function c(a){return decodeURIComponent(a.replace(e," "))}function d(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return f.json?JSON.parse(a):a}catch(b){}}var e=/\+/g,f=a.cookie=function(e,g,h){if(void 0!==g){if(h=a.extend({},f.defaults,h),"number"==typeof h.expires){var i=h.expires,j=h.expires=new Date;j.setDate(j.getDate()+i)}return g=f.json?JSON.stringify(g):String(g),document.cookie=[f.raw?e:encodeURIComponent(e),"=",f.raw?g:encodeURIComponent(g),h.expires?"; expires="+h.expires.toUTCString():"",h.path?"; path="+h.path:"",h.domain?"; domain="+h.domain:"",h.secure?"; secure":""].join("")}for(var k=f.raw?b:c,l=document.cookie.split("; "),m=e?void 0:{},n=0,o=l.length;o>n;n++){var p=l[n].split("="),q=k(p.shift()),r=k(p.join("="));if(e&&e===q){m=d(r);break}e||(m[q]=d(r))}return m};f.defaults={},a.removeCookie=function(b,c){return void 0!==a.cookie(b)?(a.cookie(b,"",a.extend({},c,{expires:-1})),!0):!1}}),function(a){a.fn.serializeForm=function(){if(this.length<1)return!1;var b={},c=b,d=':input[type!="checkbox"][type!="radio"], input:checked',e=function(){if(!this.disabled){var d=this.name.replace(/\[([^\]]+)?\]/g,",$1").split(","),e=d.length-1,f=a(this);if(d[0]){for(var g=0;e>g;g++)c=c[d[g]]=c[d[g]]||(""===d[g+1]||"0"===d[g+1]?[]:{});void 0!==c.length?c.push(f.val()):c[d[e]]=f.val(),c=b}}};return this.filter(d).each(e),this.find(d).each(e),b}}(jQuery),function(a){a.fn.typeWatch=function(b){function c(b,c){var d=a(b.el).val();(d.length>=f.captureLength&&d.toUpperCase()!=b.text||c&&d.length>=f.captureLength)&&(b.text=d.toUpperCase(),b.cb.call(b.el,d))}function d(b){var d=b.type.toUpperCase();if(a.inArray(d,f.inputTypes)>=0){var e={timer:null,text:a(b).val().toUpperCase(),cb:f.callback,el:b,wait:f.wait};f.highlight&&a(b).focus(function(){this.select()});var g=function(b){var d=e.wait,g=!1,h=this.type.toUpperCase();"undefined"!=typeof b.keyCode&&13==b.keyCode&&"TEXTAREA"!=h&&a.inArray(h,f.inputTypes)>=0&&(d=1,g=!0);var i=function(){c(e,g)};clearTimeout(e.timer),e.timer=setTimeout(i,d)};a(b).on("keydown paste cut input",g)}}var e=["TEXT","TEXTAREA","PASSWORD","TEL","SEARCH","URL","EMAIL","DATETIME","DATE","MONTH","WEEK","TIME","DATETIME-LOCAL","NUMBER","RANGE"],f=a.extend({wait:750,callback:function(){},highlight:!0,captureLength:2,inputTypes:e},b);return this.each(function(){d(this)})}}(jQuery),function(a){function b(){var a="!@#$%^&*()+=[]\\';,/{}|\":<>?~`.-_";return a+=" "}function c(){var a="¬€£¦";return a}function d(b,c,d){b.each(function(){var b=a(this);b.bind("keyup change paste",function(a){var e="";a.originalEvent&&a.originalEvent.clipboardData&&a.originalEvent.clipboardData.getData&&(e=a.originalEvent.clipboardData.getData("text/plain")),setTimeout(function(){h(b,c,d,e)},0)}),b.bind("keypress",function(a){var e=a.charCode?a.charCode:a.which;if(!(g(e)||a.ctrlKey||a.metaKey)){var f=String.fromCharCode(e),h=b.selection(),i=h.start,j=h.end,k=b.val(),l=k.substring(0,i)+f+k.substring(j),m=c(l,d);m!=l&&a.preventDefault()}})})}function e(b,c){var d=parseFloat(a(b).val()),e=a(b);return isNaN(d)?void e.val(""):(f(c.min)&&d<c.min&&e.val(""),void(f(c.max)&&d>c.max&&e.val("")))}function f(a){return!isNaN(a)}function g(a){return a>=32?!1:10==a?!1:13==a?!1:!0}function h(a,b,c,d){var e=a.val();""==e&&d.length>0&&(e=d);var f=b(e,c);if(e!=f){var g=a.alphanum_caret();a.val(f),e.length==f.length+1?a.alphanum_caret(g-1):a.alphanum_caret(g)}}function i(b,c){"undefined"==typeof c&&(c=D);var d,e={};return d="string"==typeof b?F[b]:"undefined"==typeof b?{}:b,a.extend(e,c,d),"undefined"==typeof e.blacklist&&(e.blacklistSet=x(e.allow,e.disallow)),e}function j(b){var c,d={};return c="string"==typeof b?G[b]:"undefined"==typeof b?{}:b,a.extend(d,E,c),d}function k(a,b,c){return c.maxLength&&a.length>=c.maxLength?!1:c.allow.indexOf(b)>=0?!0:c.allowSpace&&" "==b?!0:c.blacklistSet.contains(b)?!1:!c.allowNumeric&&K[b]?!1:!c.allowUpper&&u(b)?!1:!c.allowLower&&v(b)?!1:!c.allowCaseless&&w(b)?!1:!c.allowLatin&&L.contains(b)?!1:c.allowOtherCharSets?!0:K[b]||L.contains(b)?!0:!1}function l(a,b,c){if(K[b])return n(a,c)?!1:p(a,c)?!1:o(a,c)?!1:q(a+b,c)?!1:r(a+b,c)?!1:!0;if(c.allowPlus&&"+"==b&&""==a)return!0;if(c.allowMinus&&"-"==b&&""==a)return!0;if(b==I&&c.allowThouSep&&A(a,b))return!0;if(b==J){if(a.indexOf(J)>=0)return!1;if(c.allowDecSep)return!0}return!1}function m(a){return a+="",a.replace(/[^0-9]/g,"").length}function n(a,b){var c=b.maxDigits;if(""==c||isNaN(c))return!1;var d=m(a);return d>=c?!0:!1}function o(a,b){var c=b.maxDecimalPlaces;if(""==c||isNaN(c))return!1;var d=a.indexOf(J);if(-1==d)return!1;var e=a.substring(d),f=m(e);return f>=c?!0:!1}function p(a,b){var c=b.maxPreDecimalPlaces;if(""==c||isNaN(c))return!1;var d=a.indexOf(J);if(d>=0)return!1;var e=m(a);return e>=c?!0:!1}function q(a,b){if(!b.max||b.max<0)return!1;var c=parseFloat(a);return c>b.max?!0:!1}function r(a,b){if(!b.min||b.min>0)return!1;var c=parseFloat(a);return c<b.min?!0:!1}function s(a,b){if("string"!=typeof a)return a;var c,d=a.split(""),e=[],f=0;for(f=0;f<d.length;f++){c=d[f];var g=e.join("");k(g,c,b)&&e.push(c)}return e.join("")}function t(a,b){if("string"!=typeof a)return a;var c,d=a.split(""),e=[],f=0;for(f=0;f<d.length;f++){c=d[f];var g=e.join("");l(g,c,b)&&e.push(c)}return e.join("")}function u(a){var b=a.toUpperCase(),c=a.toLowerCase();return a==b&&b!=c?!0:!1}function v(a){var b=a.toUpperCase(),c=a.toLowerCase();return a==c&&b!=c?!0:!1}function w(a){return a.toUpperCase()==a.toLowerCase()?!0:!1}function x(a,b){var c=new B(H+b),d=new B(a),e=c.subtract(d);return e}function y(){var a,b="0123456789".split(""),c={},d=0;for(d=0;d<b.length;d++)a=b[d],c[a]=!0;return c}function z(){var a="abcdefghijklmnopqrstuvwxyz",b=a.toUpperCase(),c=new B(a+b);return c}function A(a,b){if(0==a.length)return!1;var c=a.indexOf(J);if(c>=0)return!1;var d=a.indexOf(I);if(0>d)return!0;var e=a.lastIndexOf(I),f=a.length-e-1;if(3>f)return!1;var g=m(a.substring(d));return g%3>0?!1:!0}function B(a){"string"==typeof a?this.map=C(a):this.map={}}function C(a){var b,c={},d=a.split(""),e=0;for(e=0;e<d.length;e++)b=d[e],c[b]=!0;return c}a.fn.alphanum=function(a){var b=i(a),c=this;return d(c,s,b),this},a.fn.alpha=function(a){var b=i("alpha"),c=i(a,b),e=this;return d(e,s,c),this},a.fn.numeric=function(a){var b=j(a),c=this;return d(c,t,b),c.blur(function(){e(this,a)}),this};var D={allow:"",disallow:"",allowSpace:!0,allowNumeric:!0,allowUpper:!0,allowLower:!0,allowCaseless:!0,allowLatin:!0,allowOtherCharSets:!0,maxLength:NaN},E={allowPlus:!1,allowMinus:!0,allowThouSep:!0,allowDecSep:!0,allowLeadingSpaces:!1,maxDigits:NaN,maxDecimalPlaces:NaN,maxPreDecimalPlaces:NaN,max:NaN,min:NaN},F={alpha:{allowNumeric:!1},upper:{allowNumeric:!1,allowUpper:!0,allowLower:!1,allowCaseless:!0},lower:{allowNumeric:!1,allowUpper:!1,allowLower:!0,allowCaseless:!0}},G={integer:{allowPlus:!1,allowMinus:!0,allowThouSep:!1,allowDecSep:!1},positiveInteger:{allowPlus:!1,allowMinus:!1,allowThouSep:!1,allowDecSep:!1}},H=b()+c(),I=",",J=".",K=y(),L=z();B.prototype.add=function(a){var b=this.clone();for(var c in a.map)b.map[c]=!0;return b},B.prototype.subtract=function(a){var b=this.clone();for(var c in a.map)delete b.map[c];return b},B.prototype.contains=function(a){return this.map[a]?!0:!1},B.prototype.clone=function(){var a=new B;for(var b in this.map)a.map[b]=!0;return a},a.fn.alphanum.backdoorAlphaNum=function(a,b){var c=i(b);return s(a,c)},a.fn.alphanum.backdoorNumeric=function(a,b){var c=j(b);return t(a,c)},a.fn.alphanum.setNumericSeparators=function(a){1==a.thousandsSeparator.length&&1==a.decimalSeparator.length&&(I=a.thousandsSeparator,J=a.decimalSeparator)}}(jQuery),function(a){function b(a,b){if(a.createTextRange){var c=a.createTextRange();c.move("character",b),c.select()}else null!=a.selectionStart&&(a.focus(),a.setSelectionRange(b,b))}function c(a){if("selection"in document){var b=a.createTextRange();try{b.setEndPoint("EndToStart",document.selection.createRange())}catch(c){return 0}return b.text.length}return null!=a.selectionStart?a.selectionStart:void 0}a.fn.alphanum_caret=function(d,e){return"undefined"==typeof d?c(this.get(0)):this.queue(function(c){if(isNaN(d)){var f=a(this).val().indexOf(d);e===!0?f+=d.length:"undefined"!=typeof e&&(f+=e),b(this,f)}else b(this,d);c()})}}(jQuery),function(a){var b=function(a){return a?a.ownerDocument.defaultView||a.ownerDocument.parentWindow:window},c=function(b,c){var d=a.Range.current(b).clone(),e=a.Range(b).select(b);return d.overlaps(e)?(d.compare("START_TO_START",e)<1?(startPos=0,d.move("START_TO_START",e)):(fromElementToCurrent=e.clone(),fromElementToCurrent.move("END_TO_START",d),startPos=fromElementToCurrent.toString().length),d.compare("END_TO_END",e)>=0?endPos=e.toString().length:endPos=startPos+d.toString().length,{start:startPos,end:endPos}):null},d=function(d){var e=b(d);if(void 0!==d.selectionStart)return document.activeElement&&document.activeElement!=d&&d.selectionStart==d.selectionEnd&&0==d.selectionStart?{start:d.value.length,end:d.value.length}:{start:d.selectionStart,end:d.selectionEnd};if(e.getSelection)return c(d,e);try{if("input"==d.nodeName.toLowerCase()){var f=b(d).document.selection.createRange(),g=d.createTextRange();g.setEndPoint("EndToStart",f);var h=g.text.length;return{start:h,end:h+f.text.length}}var i=c(d,e);if(!i)return i;var j=a.Range.current().clone(),k=j.clone().collapse().range,l=j.clone().collapse(!1).range;return k.moveStart("character",-1),l.moveStart("character",-1),0!=i.startPos&&""==k.text&&(i.startPos+=2),0!=i.endPos&&""==l.text&&(i.endPos+=2),i}catch(m){return{start:d.value.length,end:d.value.length}}},e=function(a,c,d){var e=b(a);if(a.setSelectionRange)void 0===d?(a.focus(),a.setSelectionRange(c,c)):(a.select(),a.selectionStart=c,a.selectionEnd=d);else if(a.createTextRange){var f=a.createTextRange();f.moveStart("character",c),d=d||c,f.moveEnd("character",d-a.value.length),f.select()}else if(e.getSelection){var h=e.document,i=e.getSelection(),j=h.createRange(),k=[c,void 0!==d?d:c];g([a],k),j.setStart(k[0].el,k[0].count),j.setEnd(k[1].el,k[1].count),i.removeAllRanges(),i.addRange(j)}else if(e.document.body.createTextRange){var j=document.body.createTextRange();j.moveToElementText(a),j.collapse(),j.moveStart("character",c),j.moveEnd("character",void 0!==d?d:c),j.select()}},f=function(a,b,c,d){"number"==typeof c[0]&&c[0]<b&&(c[0]={el:d,count:c[0]-a}),"number"==typeof c[1]&&c[1]<=b&&(c[1]={el:d,count:c[1]-a})},g=function(a,b,c){var d,e;c=c||0;for(var h=0;a[h];h++)d=a[h],3===d.nodeType||4===d.nodeType?(e=c,c+=d.nodeValue.length,f(e,c,b,d)):8!==d.nodeType&&(c=g(d.childNodes,b,c));return c};jQuery.fn.selection=function(a,b){return void 0!==a?this.each(function(){e(this,a,b)}):d(this[0])},a.fn.selection.getCharElement=g}(jQuery);
|
options/redux-framework/assets/js/vendor/cookie.js
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* jQuery Cookie Plugin v1.3.1
|
3 |
+
* https://github.com/carhartl/jquery-cookie
|
4 |
+
*
|
5 |
+
* Copyright 2013 Klaus Hartl
|
6 |
+
* Released under the MIT license
|
7 |
+
*/
|
8 |
+
(function (factory) {
|
9 |
+
if (typeof define === 'function' && define.amd) {
|
10 |
+
// AMD. Register as anonymous module.
|
11 |
+
jQueryCookie.define(['jquery'], factory);
|
12 |
+
} else {
|
13 |
+
// Browser globals.
|
14 |
+
factory(jQuery);
|
15 |
+
}
|
16 |
+
}(function ($) {
|
17 |
+
|
18 |
+
var pluses = /\+/g;
|
19 |
+
|
20 |
+
function raw(s) {
|
21 |
+
return s;
|
22 |
+
}
|
23 |
+
|
24 |
+
function decoded(s) {
|
25 |
+
return decodeURIComponent(s.replace(pluses, ' '));
|
26 |
+
}
|
27 |
+
|
28 |
+
function converted(s) {
|
29 |
+
if (s.indexOf('"') === 0) {
|
30 |
+
// This is a quoted cookie as according to RFC2068, unescape
|
31 |
+
s = s.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, '\\');
|
32 |
+
}
|
33 |
+
try {
|
34 |
+
return config.json ? JSON.parse(s) : s;
|
35 |
+
} catch(er) {}
|
36 |
+
}
|
37 |
+
|
38 |
+
var config = $.cookie = function (key, value, options) {
|
39 |
+
|
40 |
+
// write
|
41 |
+
if (value !== undefined) {
|
42 |
+
options = $.extend({}, config.defaults, options);
|
43 |
+
|
44 |
+
if (typeof options.expires === 'number') {
|
45 |
+
var days = options.expires, t = options.expires = new Date();
|
46 |
+
t.setDate(t.getDate() + days);
|
47 |
+
}
|
48 |
+
|
49 |
+
value = config.json ? JSON.stringify(value) : String(value);
|
50 |
+
|
51 |
+
return (document.cookie = [
|
52 |
+
config.raw ? key : encodeURIComponent(key),
|
53 |
+
'=',
|
54 |
+
config.raw ? value : encodeURIComponent(value),
|
55 |
+
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
|
56 |
+
options.path ? '; path=' + options.path : '',
|
57 |
+
options.domain ? '; domain=' + options.domain : '',
|
58 |
+
options.secure ? '; secure' : ''
|
59 |
+
].join(''));
|
60 |
+
}
|
61 |
+
|
62 |
+
// read
|
63 |
+
var decode = config.raw ? raw : decoded;
|
64 |
+
var cookies = document.cookie.split('; ');
|
65 |
+
var result = key ? undefined : {};
|
66 |
+
for (var i = 0, l = cookies.length; i < l; i++) {
|
67 |
+
var parts = cookies[i].split('=');
|
68 |
+
var name = decode(parts.shift());
|
69 |
+
var cookie = decode(parts.join('='));
|
70 |
+
|
71 |
+
if (key && key === name) {
|
72 |
+
result = converted(cookie);
|
73 |
+
break;
|
74 |
+
}
|
75 |
+
|
76 |
+
if (!key) {
|
77 |
+
result[name] = converted(cookie);
|
78 |
+
}
|
79 |
+
}
|
80 |
+
|
81 |
+
return result;
|
82 |
+
};
|
83 |
+
|
84 |
+
config.defaults = {};
|
85 |
+
|
86 |
+
$.removeCookie = function (key, options) {
|
87 |
+
if ($.cookie(key) !== undefined) {
|
88 |
+
// Must not alter options, thus extending a fresh object...
|
89 |
+
$.cookie(key, '', $.extend({}, options, { expires: -1 }));
|
90 |
+
return true;
|
91 |
+
}
|
92 |
+
return false;
|
93 |
+
};
|
94 |
+
|
95 |
+
}));
|
options/redux-framework/assets/js/vendor/jquery.alphanum.js
ADDED
@@ -0,0 +1,786 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/********************************************************************
|
2 |
+
* Limit the characters that may be entered in a text field
|
3 |
+
* Common options: alphanumeric, alphabetic or numeric
|
4 |
+
* Kevin Sheedy, 2012
|
5 |
+
* http://github.com/KevinSheedy/jquery.alphanum
|
6 |
+
*********************************************************************/
|
7 |
+
(function( $ ){
|
8 |
+
|
9 |
+
// API ///////////////////////////////////////////////////////////////////
|
10 |
+
$.fn.alphanum = function(settings) {
|
11 |
+
|
12 |
+
var combinedSettings = getCombinedSettingsAlphaNum(settings);
|
13 |
+
|
14 |
+
var $collection = this;
|
15 |
+
|
16 |
+
setupEventHandlers($collection, trimAlphaNum, combinedSettings);
|
17 |
+
|
18 |
+
return this;
|
19 |
+
};
|
20 |
+
|
21 |
+
$.fn.alpha = function(settings) {
|
22 |
+
|
23 |
+
var defaultAlphaSettings = getCombinedSettingsAlphaNum("alpha");
|
24 |
+
var combinedSettings = getCombinedSettingsAlphaNum(settings, defaultAlphaSettings);
|
25 |
+
|
26 |
+
var $collection = this;
|
27 |
+
|
28 |
+
setupEventHandlers($collection, trimAlphaNum, combinedSettings);
|
29 |
+
|
30 |
+
return this;
|
31 |
+
};
|
32 |
+
|
33 |
+
$.fn.numeric = function(settings) {
|
34 |
+
|
35 |
+
var combinedSettings = getCombinedSettingsNum(settings);
|
36 |
+
var $collection = this;
|
37 |
+
|
38 |
+
setupEventHandlers($collection, trimNum, combinedSettings);
|
39 |
+
|
40 |
+
$collection.blur(function(){
|
41 |
+
numericField_Blur(this, settings);
|
42 |
+
});
|
43 |
+
|
44 |
+
return this;
|
45 |
+
};
|
46 |
+
|
47 |
+
// End of API /////////////////////////////////////////////////////////////
|
48 |
+
|
49 |
+
|
50 |
+
// Start Settings ////////////////////////////////////////////////////////
|
51 |
+
|
52 |
+
var DEFAULT_SETTINGS_ALPHANUM = {
|
53 |
+
allow : '', // Allow extra characters
|
54 |
+
disallow : '', // Disallow extra characters
|
55 |
+
allowSpace : true, // Allow the space character
|
56 |
+
allowNumeric : true, // Allow digits 0-9
|
57 |
+
allowUpper : true, // Allow upper case characters
|
58 |
+
allowLower : true, // Allow lower case characters
|
59 |
+
allowCaseless : true, // Allow characters that don't have both upper & lower variants - eg Arabic or Chinese
|
60 |
+
allowLatin : true, // a-z A-Z
|
61 |
+
allowOtherCharSets : true, // eg �, �, Arabic, Chinese etc
|
62 |
+
maxLength : NaN // eg Max Length
|
63 |
+
}
|
64 |
+
|
65 |
+
var DEFAULT_SETTINGS_NUM = {
|
66 |
+
allowPlus : false, // Allow the + sign
|
67 |
+
allowMinus : true, // Allow the - sign
|
68 |
+
allowThouSep : true, // Allow the thousands separator, default is the comma eg 12,000
|
69 |
+
allowDecSep : true, // Allow the decimal separator, default is the fullstop eg 3.141
|
70 |
+
allowLeadingSpaces : false,
|
71 |
+
maxDigits : NaN, // The max number of digits
|
72 |
+
maxDecimalPlaces : NaN, // The max number of decimal places
|
73 |
+
maxPreDecimalPlaces : NaN, // The max number digits before the decimal point
|
74 |
+
max : NaN, // The max numeric value allowed
|
75 |
+
min : NaN // The min numeric value allowed
|
76 |
+
}
|
77 |
+
|
78 |
+
// Some pre-defined groups of settings for convenience
|
79 |
+
var CONVENIENCE_SETTINGS_ALPHANUM = {
|
80 |
+
"alpha" : {
|
81 |
+
allowNumeric : false
|
82 |
+
},
|
83 |
+
"upper" : {
|
84 |
+
allowNumeric : false,
|
85 |
+
allowUpper : true,
|
86 |
+
allowLower : false,
|
87 |
+
allowCaseless : true
|
88 |
+
},
|
89 |
+
"lower" : {
|
90 |
+
allowNumeric : false,
|
91 |
+
allowUpper : false,
|
92 |
+
allowLower : true,
|
93 |
+
allowCaseless : true
|
94 |
+
}
|
95 |
+
};
|
96 |
+
|
97 |
+
// Some pre-defined groups of settings for convenience
|
98 |
+
var CONVENIENCE_SETTINGS_NUMERIC = {
|
99 |
+
"integer" : {
|
100 |
+
allowPlus : false,
|
101 |
+
allowMinus : true,
|
102 |
+
allowThouSep : false,
|
103 |
+
allowDecSep : false
|
104 |
+
},
|
105 |
+
"positiveInteger" : {
|
106 |
+
allowPlus : false,
|
107 |
+
allowMinus : false,
|
108 |
+
allowThouSep : false,
|
109 |
+
allowDecSep : false
|
110 |
+
}
|
111 |
+
};
|
112 |
+
|
113 |
+
|
114 |
+
var BLACKLIST = getBlacklistAscii() + getBlacklistNonAscii();
|
115 |
+
var THOU_SEP = ",";
|
116 |
+
var DEC_SEP = ".";
|
117 |
+
var DIGITS = getDigitsMap();
|
118 |
+
var LATIN_CHARS = getLatinCharsSet();
|
119 |
+
|
120 |
+
// Return the blacklisted special chars that are encodable using 7-bit ascii
|
121 |
+
function getBlacklistAscii(){
|
122 |
+
var blacklist = '!@#$%^&*()+=[]\\\';,/{}|":<>?~`.-_';
|
123 |
+
blacklist += " "; // 'Space' is on the blacklist but can be enabled using the 'allowSpace' config entry
|
124 |
+
return blacklist;
|
125 |
+
}
|
126 |
+
|
127 |
+
// Return the blacklisted special chars that are NOT encodable using 7-bit ascii
|
128 |
+
// We want this .js file to be encoded using 7-bit ascii so it can reach the widest possible audience
|
129 |
+
// Higher order chars must be escaped eg "\xAC"
|
130 |
+
// Not too worried about comments containing higher order characters for now (let's wait and see if it becomes a problem)
|
131 |
+
function getBlacklistNonAscii(){
|
132 |
+
var blacklist =
|
133 |
+
"\xAC" // �
|
134 |
+
+ "\u20AC" // �
|
135 |
+
+ "\xA3" // �
|
136 |
+
+ "\xA6" // �
|
137 |
+
;
|
138 |
+
return blacklist;
|
139 |
+
}
|
140 |
+
|
141 |
+
// End Settings ////////////////////////////////////////////////////////
|
142 |
+
|
143 |
+
|
144 |
+
// Implementation details go here ////////////////////////////////////////////////////////
|
145 |
+
|
146 |
+
function setupEventHandlers($textboxes, trimFunction, settings) {
|
147 |
+
|
148 |
+
$textboxes.each(function(){
|
149 |
+
|
150 |
+
var $textbox = $(this);
|
151 |
+
|
152 |
+
$textbox.bind("keyup change paste", function(e){
|
153 |
+
|
154 |
+
var pastedText = "";
|
155 |
+
|
156 |
+
if(e.originalEvent && e.originalEvent.clipboardData && e.originalEvent.clipboardData.getData)
|
157 |
+
pastedText = e.originalEvent.clipboardData.getData("text/plain")
|
158 |
+
|
159 |
+
// setTimeout is necessary for handling the 'paste' event
|
160 |
+
setTimeout(function(){
|
161 |
+
trimTextbox($textbox, trimFunction, settings, pastedText);
|
162 |
+
}, 0);
|
163 |
+
});
|
164 |
+
|
165 |
+
$textbox.bind("keypress", function(e){
|
166 |
+
|
167 |
+
// Determine which key is pressed.
|
168 |
+
// If it's a control key, then allow the event's default action to occur eg backspace, tab
|
169 |
+
var charCode = !e.charCode ? e.which : e.charCode;
|
170 |
+
if(isControlKey(charCode)
|
171 |
+
|| e.ctrlKey
|
172 |
+
|| e.metaKey ) // cmd on MacOS
|
173 |
+
return;
|
174 |
+
|
175 |
+
var newChar = String.fromCharCode(charCode);
|
176 |
+
|
177 |
+
// Determine if some text was selected / highlighted when the key was pressed
|
178 |
+
var selectionObject = $textbox.selection();
|
179 |
+
var start = selectionObject.start;
|
180 |
+
var end = selectionObject.end;
|
181 |
+
|
182 |
+
var textBeforeKeypress = $textbox.val();
|
183 |
+
|
184 |
+
// The new char may be inserted:
|
185 |
+
// 1) At the start
|
186 |
+
// 2) In the middle
|
187 |
+
// 3) At the end
|
188 |
+
// 4) User highlights some text and then presses a key which would replace the highlighted text
|
189 |
+
//
|
190 |
+
// Here we build the string that would result after the keypress.
|
191 |
+
// If the resulting string is invalid, we cancel the event.
|
192 |
+
// Unfortunately, it isn't enough to just check if the new char is valid because some chars
|
193 |
+
// are position sensitive eg the decimal point '.'' or the minus sign '-'' are only valid in certain positions.
|
194 |
+
var potentialTextAfterKeypress = textBeforeKeypress.substring(0, start) + newChar + textBeforeKeypress.substring(end);
|
195 |
+
var validatedText = trimFunction(potentialTextAfterKeypress, settings);
|
196 |
+
|
197 |
+
// If the keypress would cause the textbox to contain invalid characters, then cancel the keypress event
|
198 |
+
if(validatedText != potentialTextAfterKeypress)
|
199 |
+
e.preventDefault();
|
200 |
+
});
|
201 |
+
});
|
202 |
+
|
203 |
+
}
|
204 |
+
|
205 |
+
// Ensure the text is a valid number when focus leaves the textbox
|
206 |
+
// This catches the case where a user enters '-' or '.' without entering any digits
|
207 |
+
function numericField_Blur(inputBox, settings) {
|
208 |
+
var fieldValueNumeric = parseFloat($(inputBox).val());
|
209 |
+
var $inputBox = $(inputBox);
|
210 |
+
|
211 |
+
if(isNaN(fieldValueNumeric)) {
|
212 |
+
$inputBox.val("");
|
213 |
+
return;
|
214 |
+
}
|
215 |
+
|
216 |
+
if(isNumeric(settings.min) && fieldValueNumeric < settings.min)
|
217 |
+
$inputBox.val("");
|
218 |
+
|
219 |
+
if(isNumeric(settings.max) && fieldValueNumeric > settings.max)
|
220 |
+
$inputBox.val("");
|
221 |
+
}
|
222 |
+
|
223 |
+
function isNumeric(value) {
|
224 |
+
return !isNaN(value);
|
225 |
+
}
|
226 |
+
|
227 |
+
function isControlKey(charCode) {
|
228 |
+
|
229 |
+
if(charCode >= 32)
|
230 |
+
return false;
|
231 |
+
if(charCode == 10)
|
232 |
+
return false;
|
233 |
+
if(charCode == 13)
|
234 |
+
return false;
|
235 |
+
|
236 |
+
return true;
|
237 |
+
}
|
238 |
+
|
239 |
+
// One way to prevent a character being entered is to cancel the keypress event.
|
240 |
+
// However, this gets messy when you have to deal with things like copy paste which isn't a keypress.
|
241 |
+
// Which event gets fired first, keypress or keyup? What about IE6 etc etc?
|
242 |
+
// Instead, it's easier to allow the 'bad' character to be entered and then to delete it immediately after.
|
243 |
+
|
244 |
+
function trimTextbox($textBox, trimFunction, settings, pastedText){
|
245 |
+
|
246 |
+
var inputString = $textBox.val();
|
247 |
+
|
248 |
+
if(inputString == "" && pastedText.length > 0)
|
249 |
+
inputString = pastedText;
|
250 |
+
|
251 |
+
var outputString = trimFunction(inputString, settings);
|
252 |
+
|
253 |
+
if(inputString == outputString)
|
254 |
+
return;
|
255 |
+
|
256 |
+
var caretPos = $textBox.alphanum_caret();
|
257 |
+
|
258 |
+
$textBox.val(outputString);
|
259 |
+
|
260 |
+
//Reset the caret position
|
261 |
+
if(inputString.length ==(outputString.length + 1))
|
262 |
+
$textBox.alphanum_caret(caretPos - 1);
|
263 |
+
else
|
264 |
+
$textBox.alphanum_caret(caretPos);
|
265 |
+
}
|
266 |
+
|
267 |
+
function getCombinedSettingsAlphaNum(settings, defaultSettings){
|
268 |
+
if(typeof defaultSettings == "undefined")
|
269 |
+
defaultSettings = DEFAULT_SETTINGS_ALPHANUM;
|
270 |
+
var userSettings, combinedSettings = {};
|
271 |
+
if(typeof settings === "string")
|
272 |
+
userSettings = CONVENIENCE_SETTINGS_ALPHANUM[settings];
|
273 |
+
else if(typeof settings == "undefined")
|
274 |
+
userSettings = {};
|
275 |
+
else
|
276 |
+
userSettings = settings;
|
277 |
+
|
278 |
+
$.extend(combinedSettings, defaultSettings, userSettings);
|
279 |
+
|
280 |
+
if(typeof combinedSettings.blacklist == 'undefined')
|
281 |
+
combinedSettings.blacklistSet = getBlacklistSet(combinedSettings.allow, combinedSettings.disallow);
|
282 |
+
|
283 |
+
return combinedSettings;
|
284 |
+
}
|
285 |
+
|
286 |
+
function getCombinedSettingsNum(settings){
|
287 |
+
var userSettings, combinedSettings = {};
|
288 |
+
if(typeof settings === "string")
|
289 |
+
userSettings = CONVENIENCE_SETTINGS_NUMERIC[settings];
|
290 |
+
else if(typeof settings == "undefined")
|
291 |
+
userSettings = {};
|
292 |
+
else
|
293 |
+
userSettings = settings;
|
294 |
+
|
295 |
+
$.extend(combinedSettings, DEFAULT_SETTINGS_NUM, userSettings);
|
296 |
+
|
297 |
+
return combinedSettings;
|
298 |
+
}
|
299 |
+
|
300 |
+
|
301 |
+
// This is the heart of the algorithm
|
302 |
+
function alphanum_allowChar(validatedStringFragment, Char, settings){
|
303 |
+
|
304 |
+
if(settings.maxLength && validatedStringFragment.length >= settings.maxLength)
|
305 |
+
return false;
|
306 |
+
|
307 |
+
if(settings.allow.indexOf(Char) >=0 )
|
308 |
+
return true;
|
309 |
+
|
310 |
+
if(settings.allowSpace && (Char == " "))
|
311 |
+
return true;
|
312 |
+
|
313 |
+
if(settings.blacklistSet.contains(Char))
|
314 |
+
return false;
|
315 |
+
|
316 |
+
if(!settings.allowNumeric && DIGITS[Char])
|
317 |
+
return false;
|
318 |
+
|
319 |
+
if(!settings.allowUpper && isUpper(Char))
|
320 |
+
return false;
|
321 |
+
|
322 |
+
if(!settings.allowLower && isLower(Char))
|
323 |
+
return false;
|
324 |
+
|
325 |
+
if(!settings.allowCaseless && isCaseless(Char))
|
326 |
+
return false;
|
327 |
+
|
328 |
+
if(!settings.allowLatin && LATIN_CHARS.contains(Char))
|
329 |
+
return false;
|
330 |
+
|
331 |
+
if(!settings.allowOtherCharSets){
|
332 |
+
if(DIGITS[Char] || LATIN_CHARS.contains(Char))
|
333 |
+
return true;
|
334 |
+
else
|
335 |
+
return false;
|
336 |
+
}
|
337 |
+
|
338 |
+
return true;
|
339 |
+
}
|
340 |
+
|
341 |
+
function numeric_allowChar(validatedStringFragment, Char, settings){
|
342 |
+
|
343 |
+
if(DIGITS[Char]) {
|
344 |
+
|
345 |
+
if(isMaxDigitsReached(validatedStringFragment, settings))
|
346 |
+
return false;
|
347 |
+
|
348 |
+
if(isMaxPreDecimalsReached(validatedStringFragment, settings))
|
349 |
+
return false;
|
350 |
+
|
351 |
+
if(isMaxDecimalsReached(validatedStringFragment, settings))
|
352 |
+
return false;
|
353 |
+
|
354 |
+
if(isGreaterThanMax(validatedStringFragment + Char, settings))
|
355 |
+
return false;
|
356 |
+
|
357 |
+
if(isLessThanMin(validatedStringFragment + Char, settings))
|
358 |
+
return false;
|
359 |
+
|
360 |
+
return true;
|
361 |
+
}
|
362 |
+
|
363 |
+
if(settings.allowPlus && Char == '+' && validatedStringFragment == '')
|
364 |
+
return true;
|
365 |
+
|
366 |
+
if(settings.allowMinus && Char == '-' && validatedStringFragment == '')
|
367 |
+
return true;
|
368 |
+
|
369 |
+
if(Char == THOU_SEP && settings.allowThouSep && allowThouSep(validatedStringFragment, Char))
|
370 |
+
return true;
|
371 |
+
|
372 |
+
if(Char == DEC_SEP) {
|
373 |
+
// Only one decimal separator allowed
|
374 |
+
if(validatedStringFragment.indexOf(DEC_SEP) >= 0)
|
375 |
+
return false;
|
376 |
+
if(settings.allowDecSep)
|
377 |
+
return true;
|
378 |
+
}
|
379 |
+
|
380 |
+
return false;
|
381 |
+
}
|
382 |
+
|
383 |
+
function countDigits(string) {
|
384 |
+
|
385 |
+
// Error handling, nulls etc
|
386 |
+
string = string + "";
|
387 |
+
|
388 |
+
// Count the digits
|
389 |
+
return string.replace(/[^0-9]/g,"").length;
|
390 |
+
}
|
391 |
+
|
392 |
+
function isMaxDigitsReached(string, settings) {
|
393 |
+
|
394 |
+
var maxDigits = settings.maxDigits;
|
395 |
+
|
396 |
+
if(maxDigits == "" || isNaN(maxDigits))
|
397 |
+
return false; // In this case, there is no maximum
|
398 |
+
|
399 |
+
var numDigits = countDigits(string);
|
400 |
+
|
401 |
+
if(numDigits >= maxDigits)
|
402 |
+
return true;
|
403 |
+
|
404 |
+
return false;
|
405 |
+
}
|
406 |
+
|
407 |
+
function isMaxDecimalsReached(string, settings) {
|
408 |
+
|
409 |
+
var maxDecimalPlaces = settings.maxDecimalPlaces;
|
410 |
+
|
411 |
+
if(maxDecimalPlaces == "" || isNaN(maxDecimalPlaces))
|
412 |
+
return false; // In this case, there is no maximum
|
413 |
+
|
414 |
+
var indexOfDecimalPoint = string.indexOf(DEC_SEP);
|
415 |
+
|
416 |
+
if(indexOfDecimalPoint == -1)
|
417 |
+
return false;
|
418 |
+
|
419 |
+
var decimalSubstring = string.substring(indexOfDecimalPoint);
|
420 |
+
var numDecimals = countDigits(decimalSubstring);
|
421 |
+
|
422 |
+
if(numDecimals >= maxDecimalPlaces)
|
423 |
+
return true;
|
424 |
+
|
425 |
+
return false;
|
426 |
+
}
|
427 |
+
|
428 |
+
function isMaxPreDecimalsReached(string, settings) {
|
429 |
+
|
430 |
+
var maxPreDecimalPlaces = settings.maxPreDecimalPlaces;
|
431 |
+
|
432 |
+
if(maxPreDecimalPlaces == "" || isNaN(maxPreDecimalPlaces))
|
433 |
+
return false; // In this case, there is no maximum
|
434 |
+
|
435 |
+
var indexOfDecimalPoint = string.indexOf(DEC_SEP);
|
436 |
+
|
437 |
+
if(indexOfDecimalPoint >= 0)
|
438 |
+
return false;
|
439 |
+
|
440 |
+
var numPreDecimalDigits = countDigits(string);
|
441 |
+
|
442 |
+
if(numPreDecimalDigits >= maxPreDecimalPlaces)
|
443 |
+
return true;
|
444 |
+
|
445 |
+
return false;
|
446 |
+
}
|
447 |
+
|
448 |
+
function isGreaterThanMax(numericString, settings) {
|
449 |
+
|
450 |
+
if(!settings.max || settings.max < 0)
|
451 |
+
return false;
|
452 |
+
|
453 |
+
var outputNumber = parseFloat(numericString);
|
454 |
+
if(outputNumber > settings.max)
|
455 |
+
return true;
|
456 |
+
|
457 |
+
return false;
|
458 |
+
}
|
459 |
+
|
460 |
+
function isLessThanMin(numericString, settings) {
|
461 |
+
|
462 |
+
if(!settings.min || settings.min > 0)
|
463 |
+
return false;
|
464 |
+
|
465 |
+
var outputNumber = parseFloat(numericString);
|
466 |
+
if(outputNumber < settings.min)
|
467 |
+
return true;
|
468 |
+
|
469 |
+
return false;
|
470 |
+
}
|
471 |
+
|
472 |
+
/********************************
|
473 |
+
* Trims a string according to the settings provided
|
474 |
+
********************************/
|
475 |
+
function trimAlphaNum(inputString, settings){
|
476 |
+
|
477 |
+
if(typeof inputString != "string")
|
478 |
+
return inputString;
|
479 |
+
|
480 |
+
var inChars = inputString.split("");
|
481 |
+
var outChars = [];
|
482 |
+
var i = 0;
|
483 |
+
var Char;
|
484 |
+
|
485 |
+
for(i=0; i<inChars.length; i++){
|
486 |
+
Char = inChars[i];
|
487 |
+
var validatedStringFragment = outChars.join("");
|
488 |
+
if(alphanum_allowChar(validatedStringFragment, Char, settings))
|
489 |
+
outChars.push(Char);
|
490 |
+
}
|
491 |
+
|
492 |
+
return outChars.join("");
|
493 |
+
}
|
494 |
+
|
495 |
+
function trimNum(inputString, settings){
|
496 |
+
if(typeof inputString != "string")
|
497 |
+
return inputString;
|
498 |
+
|
499 |
+
var inChars = inputString.split("");
|
500 |
+
var outChars = [];
|
501 |
+
var i = 0;
|
502 |
+
var Char;
|
503 |
+
|
504 |
+
for(i=0; i<inChars.length; i++){
|
505 |
+
Char = inChars[i];
|
506 |
+
var validatedStringFragment = outChars.join("");
|
507 |
+
if(numeric_allowChar(validatedStringFragment, Char, settings))
|
508 |
+
outChars.push(Char);
|
509 |
+
}
|
510 |
+
|
511 |
+
return outChars.join("");
|
512 |
+
}
|
513 |
+
|
514 |
+
function removeUpperCase(inputString){
|
515 |
+
var charArray = inputString.split('');
|
516 |
+
var i = 0;
|
517 |
+
var outputArray = [];
|
518 |
+
var Char;
|
519 |
+
|
520 |
+
for(i=0; i<charArray.length; i++){
|
521 |
+
Char = charArray[i];
|
522 |
+
}
|
523 |
+
}
|
524 |
+
|
525 |
+
function removeLowerCase(inputString){
|
526 |
+
|
527 |
+
}
|
528 |
+
|
529 |
+
function isUpper(Char){
|
530 |
+
var upper = Char.toUpperCase();
|
531 |
+
var lower = Char.toLowerCase();
|
532 |
+
|
533 |
+
if( (Char == upper) && (upper != lower))
|
534 |
+
return true;
|
535 |
+
else
|
536 |
+
return false;
|
537 |
+
}
|
538 |
+
|
539 |
+
function isLower(Char){
|
540 |
+
var upper = Char.toUpperCase();
|
541 |
+
var lower = Char.toLowerCase();
|
542 |
+
|
543 |
+
if( (Char == lower) && (upper != lower))
|
544 |
+
return true;
|
545 |
+
else
|
546 |
+
return false;
|
547 |
+
}
|
548 |
+
|
549 |
+
function isCaseless(Char){
|
550 |
+
if(Char.toUpperCase() == Char.toLowerCase())
|
551 |
+
return true;
|
552 |
+
else
|
553 |
+
return false;
|
554 |
+
}
|
555 |
+
|
556 |
+
function getBlacklistSet(allow, disallow){
|
557 |
+
|
558 |
+
var setOfBadChars = new Set(BLACKLIST + disallow);
|
559 |
+
var setOfGoodChars = new Set(allow);
|
560 |
+
|
561 |
+
var blacklistSet = setOfBadChars.subtract(setOfGoodChars);
|
562 |
+
|
563 |
+
return blacklistSet;
|
564 |
+
}
|
565 |
+
|
566 |
+
function getDigitsMap(){
|
567 |
+
var array = "0123456789".split("");
|
568 |
+
var map = {};
|
569 |
+
var i = 0;
|
570 |
+
var digit;
|
571 |
+
|
572 |
+
for(i=0; i<array.length; i++){
|
573 |
+
digit = array[i];
|
574 |
+
map[digit] = true;
|
575 |
+
}
|
576 |
+
|
577 |
+
return map;
|
578 |
+
}
|
579 |
+
|
580 |
+
function getLatinCharsSet(){
|
581 |
+
var lower = "abcdefghijklmnopqrstuvwxyz";
|
582 |
+
var upper = lower.toUpperCase();
|
583 |
+
var azAZ = new Set(lower + upper);
|
584 |
+
|
585 |
+
return azAZ;
|
586 |
+
}
|
587 |
+
|
588 |
+
function allowThouSep(currentString, Char) {
|
589 |
+
|
590 |
+
// Can't start with a THOU_SEP
|
591 |
+
if(currentString.length == 0)
|
592 |
+
return false;
|
593 |
+
|
594 |
+
// Can't have a THOU_SEP anywhere after a DEC_SEP
|
595 |
+
var posOfDecSep = currentString.indexOf(DEC_SEP);
|
596 |
+
if(posOfDecSep >= 0)
|
597 |
+
return false;
|
598 |
+
|
599 |
+
var posOfFirstThouSep = currentString.indexOf(THOU_SEP);
|
600 |
+
|
601 |
+
// Check if this is the first occurrence of a THOU_SEP
|
602 |
+
if(posOfFirstThouSep < 0)
|
603 |
+
return true;
|
604 |
+
|
605 |
+
var posOfLastThouSep = currentString.lastIndexOf(THOU_SEP);
|
606 |
+
var charsSinceLastThouSep = currentString.length - posOfLastThouSep - 1;
|
607 |
+
|
608 |
+
// Check if there has been 3 digits since the last THOU_SEP
|
609 |
+
if(charsSinceLastThouSep < 3)
|
610 |
+
return false;
|
611 |
+
|
612 |
+
var digitsSinceFirstThouSep = countDigits(currentString.substring(posOfFirstThouSep));
|
613 |
+
|
614 |
+
// Check if there has been a multiple of 3 digits since the first THOU_SEP
|
615 |
+
if((digitsSinceFirstThouSep % 3) > 0)
|
616 |
+
return false;
|
617 |
+
|
618 |
+
return true;
|
619 |
+
}
|
620 |
+
|
621 |
+
////////////////////////////////////////////////////////////////////////////////////
|
622 |
+
// Implementation of a Set
|
623 |
+
////////////////////////////////////////////////////////////////////////////////////
|
624 |
+
function Set(elems){
|
625 |
+
if(typeof elems == "string")
|
626 |
+
this.map = stringToMap(elems);
|
627 |
+
else
|
628 |
+
this.map = {};
|
629 |
+
}
|
630 |
+
|
631 |
+
Set.prototype.add = function(set){
|
632 |
+
|
633 |
+
var newSet = this.clone();
|
634 |
+
|
635 |
+
for(var key in set.map)
|
636 |
+
newSet.map[key] = true;
|
637 |
+
|
638 |
+
return newSet;
|
639 |
+
}
|
640 |
+
|
641 |
+
Set.prototype.subtract = function(set){
|
642 |
+
|
643 |
+
var newSet = this.clone();
|
644 |
+
|
645 |
+
for(var key in set.map)
|
646 |
+
delete newSet.map[key];
|
647 |
+
|
648 |
+
return newSet;
|
649 |
+
}
|
650 |
+
|
651 |
+
Set.prototype.contains = function(key){
|
652 |
+
if(this.map[key])
|
653 |
+
return true;
|
654 |
+
else
|
655 |
+
return false;
|
656 |
+
}
|
657 |
+
|
658 |
+
Set.prototype.clone = function(){
|
659 |
+
var newSet = new Set();
|
660 |
+
|
661 |
+
for(var key in this.map)
|
662 |
+
newSet.map[key] = true;
|
663 |
+
|
664 |
+
return newSet;
|
665 |
+
}
|
666 |
+
////////////////////////////////////////////////////////////////////////////////////
|
667 |
+
|
668 |
+
function stringToMap(string){
|
669 |
+
var map = {};
|
670 |
+
var array = string.split("");
|
671 |
+
var i=0;
|
672 |
+
var Char;
|
673 |
+
|
674 |
+
for(i=0; i<array.length; i++){
|
675 |
+
Char = array[i];
|
676 |
+
map[Char] = true;
|
677 |
+
}
|
678 |
+
|
679 |
+
return map;
|
680 |
+
}
|
681 |
+
|
682 |
+
// Backdoor for testing
|
683 |
+
$.fn.alphanum.backdoorAlphaNum = function(inputString, settings){
|
684 |
+
var combinedSettings = getCombinedSettingsAlphaNum(settings);
|
685 |
+
|
686 |
+
return trimAlphaNum(inputString, combinedSettings);
|
687 |
+
};
|
688 |
+
|
689 |
+
$.fn.alphanum.backdoorNumeric = function(inputString, settings){
|
690 |
+
var combinedSettings = getCombinedSettingsNum(settings);
|
691 |
+
|
692 |
+
return trimNum(inputString, combinedSettings);
|
693 |
+
};
|
694 |
+
|
695 |
+
$.fn.alphanum.setNumericSeparators = function(settings) {
|
696 |
+
|
697 |
+
if(settings.thousandsSeparator.length != 1)
|
698 |
+
return;
|
699 |
+
|
700 |
+
if(settings.decimalSeparator.length != 1)
|
701 |
+
return;
|
702 |
+
|
703 |
+
THOU_SEP = settings.thousandsSeparator;
|
704 |
+
DEC_SEP = settings.decimalSeparator;
|
705 |
+
}
|
706 |
+
|
707 |
+
})( jQuery );
|
708 |
+
|
709 |
+
|
710 |
+
//Include the 3rd party lib: jquery.caret.js
|
711 |
+
|
712 |
+
|
713 |
+
// Set caret position easily in jQuery
|
714 |
+
// Written by and Copyright of Luke Morton, 2011
|
715 |
+
// Licensed under MIT
|
716 |
+
(function ($) {
|
717 |
+
// Behind the scenes method deals with browser
|
718 |
+
// idiosyncrasies and such
|
719 |
+
function caretTo(el, index) {
|
720 |
+
if (el.createTextRange) {
|
721 |
+
var range = el.createTextRange();
|
722 |
+
range.move("character", index);
|
723 |
+
range.select();
|
724 |
+
} else if (el.selectionStart != null) {
|
725 |
+
el.focus();
|
726 |
+
el.setSelectionRange(index, index);
|
727 |
+
}
|
728 |
+
};
|
729 |
+
|
730 |
+
// Another behind the scenes that collects the
|
731 |
+
// current caret position for an element
|
732 |
+
|
733 |
+
// TODO: Get working with Opera
|
734 |
+
function caretPos(el) {
|
735 |
+
if ("selection" in document) {
|
736 |
+
var range = el.createTextRange();
|
737 |
+
try {
|
738 |
+
range.setEndPoint("EndToStart", document.selection.createRange());
|
739 |
+
} catch (e) {
|
740 |
+
// Catch IE failure here, return 0 like
|
741 |
+
// other browsers
|
742 |
+
return 0;
|
743 |
+
}
|
744 |
+
return range.text.length;
|
745 |
+
} else if (el.selectionStart != null) {
|
746 |
+
return el.selectionStart;
|
747 |
+
}
|
748 |
+
};
|
749 |
+
|
750 |
+
// The following methods are queued under fx for more
|
751 |
+
// flexibility when combining with $.fn.delay() and
|
752 |
+
// jQuery effects.
|
753 |
+
|
754 |
+
// Set caret to a particular index
|
755 |
+
$.fn.alphanum_caret = function (index, offset) {
|
756 |
+
if (typeof(index) === "undefined") {
|
757 |
+
return caretPos(this.get(0));
|
758 |
+
}
|
759 |
+
|
760 |
+
return this.queue(function (next) {
|
761 |
+
if (isNaN(index)) {
|
762 |
+
var i = $(this).val().indexOf(index);
|
763 |
+
|
764 |
+
if (offset === true) {
|
765 |
+
i += index.length;
|
766 |
+
} else if (typeof(offset) !== "undefined") {
|
767 |
+
i += offset;
|
768 |
+
}
|
769 |
+
|
770 |
+
caretTo(this, i);
|
771 |
+
} else {
|
772 |
+
caretTo(this, index);
|
773 |
+
}
|
774 |
+
|
775 |
+
next();
|
776 |
+
});
|
777 |
+
};
|
778 |
+
}(jQuery));
|
779 |
+
|
780 |
+
/**********************************************************
|
781 |
+
* Selection Library
|
782 |
+
* Used to determine what text is highlighted in the textbox before a key is pressed.
|
783 |
+
* http://donejs.com/docs.html#!jQuery.fn.selection
|
784 |
+
* https://github.com/jupiterjs/jquerymx/blob/master/dom/selection/selection.js
|
785 |
+
***********************************************************/
|
786 |
+
(function(e){var t=function(e){return e.replace(/([a-z])([a-z]+)/gi,function(e,t,n){return t+n.toLowerCase()}).replace(/_/g,"")},n=function(e){return e.replace(/^([a-z]+)_TO_([a-z]+)/i,function(e,t,n){return n+"_TO_"+t})},r=function(e){return e?e.ownerDocument.defaultView||e.ownerDocument.parentWindow:window},i=function(t,n){var r=e.Range.current(t).clone(),i=e.Range(t).select(t);if(!r.overlaps(i)){return null}if(r.compare("START_TO_START",i)<1){startPos=0;r.move("START_TO_START",i)}else{fromElementToCurrent=i.clone();fromElementToCurrent.move("END_TO_START",r);startPos=fromElementToCurrent.toString().length}if(r.compare("END_TO_END",i)>=0){endPos=i.toString().length}else{endPos=startPos+r.toString().length}return{start:startPos,end:endPos}},s=function(t){var n=r(t);if(t.selectionStart!==undefined){if(document.activeElement&&document.activeElement!=t&&t.selectionStart==t.selectionEnd&&t.selectionStart==0){return{start:t.value.length,end:t.value.length}}return{start:t.selectionStart,end:t.selectionEnd}}else if(n.getSelection){return i(t,n)}else{try{if(t.nodeName.toLowerCase()=="input"){var s=r(t).document.selection.createRange(),o=t.createTextRange();o.setEndPoint("EndToStart",s);var u=o.text.length;return{start:u,end:u+s.text.length}}else{var a=i(t,n);if(!a){return a}var f=e.Range.current().clone(),l=f.clone().collapse().range,c=f.clone().collapse(false).range;l.moveStart("character",-1);c.moveStart("character",-1);if(a.startPos!=0&&l.text==""){a.startPos+=2}if(a.endPos!=0&&c.text==""){a.endPos+=2}return a}}catch(h){return{start:t.value.length,end:t.value.length}}}},o=function(e,t,n){var i=r(e);if(e.setSelectionRange){if(n===undefined){e.focus();e.setSelectionRange(t,t)}else{e.select();e.selectionStart=t;e.selectionEnd=n}}else if(e.createTextRange){var s=e.createTextRange();s.moveStart("character",t);n=n||t;s.moveEnd("character",n-e.value.length);s.select()}else if(i.getSelection){var o=i.document,u=i.getSelection(),f=o.createRange(),l=[t,n!==undefined?n:t];a([e],l);f.setStart(l[0].el,l[0].count);f.setEnd(l[1].el,l[1].count);u.removeAllRanges();u.addRange(f)}else if(i.document.body.createTextRange){var f=document.body.createTextRange();f.moveToElementText(e);f.collapse();f.moveStart("character",t);f.moveEnd("character",n!==undefined?n:t);f.select()}},u=function(e,t,n,r){if(typeof n[0]==="number"&&n[0]<t){n[0]={el:r,count:n[0]-e}}if(typeof n[1]==="number"&&n[1]<=t){n[1]={el:r,count:n[1]-e};}},a=function(e,t,n){var r,i;n=n||0;for(var s=0;e[s];s++){r=e[s];if(r.nodeType===3||r.nodeType===4){i=n;n+=r.nodeValue.length;u(i,n,t,r)}else if(r.nodeType!==8){n=a(r.childNodes,t,n)}}return n};jQuery.fn.selection=function(e,t){if(e!==undefined){return this.each(function(){o(this,e,t)})}else{return s(this[0])}};e.fn.selection.getCharElement=a})(jQuery)
|
options/redux-framework/assets/js/vendor/jquery.serializeForm.js
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* serializeForm
|
3 |
+
* https://github.com/danheberden/serializeForm
|
4 |
+
*
|
5 |
+
* Copyright (c) 2012 Dan Heberden
|
6 |
+
* Licensed under the MIT, GPL licenses.
|
7 |
+
*/
|
8 |
+
(function( $ ){
|
9 |
+
$.fn.serializeForm = function() {
|
10 |
+
|
11 |
+
// don't do anything if we didn't get any elements
|
12 |
+
if ( this.length < 1) {
|
13 |
+
return false;
|
14 |
+
}
|
15 |
+
|
16 |
+
var data = {};
|
17 |
+
var lookup = data; //current reference of data
|
18 |
+
var selector = ':input[type!="checkbox"][type!="radio"], input:checked';
|
19 |
+
var parse = function() {
|
20 |
+
|
21 |
+
// Ignore disabled elements
|
22 |
+
if (this.disabled) {
|
23 |
+
return;
|
24 |
+
}
|
25 |
+
|
26 |
+
// data[a][b] becomes [ data, a, b ]
|
27 |
+
var named = this.name.replace(/\[([^\]]+)?\]/g, ',$1').split(',');
|
28 |
+
var cap = named.length - 1;
|
29 |
+
var $el = $( this );
|
30 |
+
|
31 |
+
// Ensure that only elements with valid `name` properties will be serialized
|
32 |
+
if ( named[ 0 ] ) {
|
33 |
+
for ( var i = 0; i < cap; i++ ) {
|
34 |
+
// move down the tree - create objects or array if necessary
|
35 |
+
lookup = lookup[ named[i] ] = lookup[ named[i] ] ||
|
36 |
+
( (named[ i + 1 ] === "" || named[ i + 1 ] === '0') ? [] : {} );
|
37 |
+
}
|
38 |
+
|
39 |
+
// at the end, push or assign the value
|
40 |
+
if ( lookup.length !== undefined ) {
|
41 |
+
lookup.push( $el.val() );
|
42 |
+
}else {
|
43 |
+
lookup[ named[ cap ] ] = $el.val();
|
44 |
+
}
|
45 |
+
|
46 |
+
// assign the reference back to root
|
47 |
+
lookup = data;
|
48 |
+
}
|
49 |
+
};
|
50 |
+
|
51 |
+
// first, check for elements passed into this function
|
52 |
+
this.filter( selector ).each( parse );
|
53 |
+
|
54 |
+
// then parse possible child elements
|
55 |
+
this.find( selector ).each( parse );
|
56 |
+
|
57 |
+
// return data
|
58 |
+
return data;
|
59 |
+
};
|
60 |
+
}( jQuery ));
|
options/redux-framework/assets/js/vendor/jquery.typewatch.js
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* TypeWatch 2.2
|
3 |
+
*
|
4 |
+
* Examples/Docs: github.com/dennyferra/TypeWatch
|
5 |
+
*
|
6 |
+
* Copyright(c) 2013
|
7 |
+
* Denny Ferrassoli - dennyferra.com
|
8 |
+
* Charles Christolini
|
9 |
+
*
|
10 |
+
* Dual licensed under the MIT and GPL licenses:
|
11 |
+
* http://www.opensource.org/licenses/mit-license.php
|
12 |
+
* http://www.gnu.org/licenses/gpl.html
|
13 |
+
*/
|
14 |
+
|
15 |
+
(function(jQuery) {
|
16 |
+
jQuery.fn.typeWatch = function(o) {
|
17 |
+
// The default input types that are supported
|
18 |
+
var _supportedInputTypes =
|
19 |
+
['TEXT', 'TEXTAREA', 'PASSWORD', 'TEL', 'SEARCH', 'URL', 'EMAIL', 'DATETIME', 'DATE', 'MONTH', 'WEEK', 'TIME', 'DATETIME-LOCAL', 'NUMBER', 'RANGE'];
|
20 |
+
|
21 |
+
// Options
|
22 |
+
var options = jQuery.extend({
|
23 |
+
wait: 750,
|
24 |
+
callback: function() { },
|
25 |
+
highlight: true,
|
26 |
+
captureLength: 2,
|
27 |
+
inputTypes: _supportedInputTypes
|
28 |
+
}, o);
|
29 |
+
|
30 |
+
function checkElement(timer, override) {
|
31 |
+
var value = jQuery(timer.el).val();
|
32 |
+
|
33 |
+
// Fire if text >= options.captureLength AND text != saved text OR if override AND text >= options.captureLength
|
34 |
+
if ((value.length >= options.captureLength && value.toUpperCase() != timer.text)
|
35 |
+
|| (override && value.length >= options.captureLength))
|
36 |
+
{
|
37 |
+
timer.text = value.toUpperCase();
|
38 |
+
timer.cb.call(timer.el, value);
|
39 |
+
}
|
40 |
+
};
|
41 |
+
|
42 |
+
function watchElement(elem) {
|
43 |
+
var elementType = elem.type.toUpperCase();
|
44 |
+
if (jQuery.inArray(elementType, options.inputTypes) >= 0) {
|
45 |
+
|
46 |
+
// Allocate timer element
|
47 |
+
var timer = {
|
48 |
+
timer: null,
|
49 |
+
text: jQuery(elem).val().toUpperCase(),
|
50 |
+
cb: options.callback,
|
51 |
+
el: elem,
|
52 |
+
wait: options.wait
|
53 |
+
};
|
54 |
+
|
55 |
+
// Set focus action (highlight)
|
56 |
+
if (options.highlight) {
|
57 |
+
jQuery(elem).focus(
|
58 |
+
function() {
|
59 |
+
this.select();
|
60 |
+
});
|
61 |
+
}
|
62 |
+
|
63 |
+
// Key watcher / clear and reset the timer
|
64 |
+
var startWatch = function(evt) {
|
65 |
+
var timerWait = timer.wait;
|
66 |
+
var overrideBool = false;
|
67 |
+
var evtElementType = this.type.toUpperCase();
|
68 |
+
|
69 |
+
// If enter key is pressed and not a TEXTAREA and matched inputTypes
|
70 |
+
if (typeof evt.keyCode != 'undefined' && evt.keyCode == 13 && evtElementType != 'TEXTAREA' && jQuery.inArray(evtElementType, options.inputTypes) >= 0) {
|
71 |
+
timerWait = 1;
|
72 |
+
overrideBool = true;
|
73 |
+
}
|
74 |
+
|
75 |
+
var timerCallbackFx = function() {
|
76 |
+
checkElement(timer, overrideBool)
|
77 |
+
}
|
78 |
+
|
79 |
+
// Clear timer
|
80 |
+
clearTimeout(timer.timer);
|
81 |
+
timer.timer = setTimeout(timerCallbackFx, timerWait);
|
82 |
+
};
|
83 |
+
|
84 |
+
jQuery(elem).on('keydown paste cut input', startWatch);
|
85 |
+
}
|
86 |
+
};
|
87 |
+
|
88 |
+
// Watch Each Element
|
89 |
+
return this.each(function() {
|
90 |
+
watchElement(this);
|
91 |
+
});
|
92 |
+
|
93 |
+
};
|
94 |
+
})(jQuery);
|
options/redux-framework/assets/js/vendor/jsonview.js
ADDED
@@ -0,0 +1,265 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
/* global console, jsonView */
|
3 |
+
/*
|
4 |
+
* ViewJSON
|
5 |
+
* Version 1.0
|
6 |
+
* A Google Chrome extension to display JSON in a user-friendly format
|
7 |
+
*
|
8 |
+
* This is a chromeified version of the JSONView Firefox extension by Ben Hollis:
|
9 |
+
* http://jsonview.com
|
10 |
+
* http://code.google.com/p/jsonview
|
11 |
+
*
|
12 |
+
* Also based on the XMLTree Chrome extension by Moonty & alan.stroop
|
13 |
+
* https://chrome.google.com/extensions/detail/gbammbheopgpmaagmckhpjbfgdfkpadb
|
14 |
+
*
|
15 |
+
* port by Jamie Wilkinson (@jamiew) | http://jamiedubs.com | http://github.com/jamiew
|
16 |
+
* MIT license / copyfree (f) F.A.T. Lab http://fffff.at
|
17 |
+
* Speed Project Approved: 2h
|
18 |
+
*/
|
19 |
+
|
20 |
+
function collapse(evt) {
|
21 |
+
var collapser = evt.target;
|
22 |
+
var target = collapser.parentNode.getElementsByClassName('collapsible');
|
23 |
+
if (!target.length) {
|
24 |
+
return;
|
25 |
+
}
|
26 |
+
target = target[0];
|
27 |
+
if (target.style.display === 'none') {
|
28 |
+
var ellipsis = target.parentNode.getElementsByClassName('ellipsis')[0];
|
29 |
+
target.parentNode.removeChild(ellipsis);
|
30 |
+
target.style.display = '';
|
31 |
+
} else {
|
32 |
+
target.style.display = 'none';
|
33 |
+
var ellipsis = document.createElement('span');
|
34 |
+
ellipsis.className = 'ellipsis';
|
35 |
+
ellipsis.innerHTML = ' … ';
|
36 |
+
target.parentNode.insertBefore(ellipsis, target);
|
37 |
+
}
|
38 |
+
collapser.innerHTML = (collapser.innerHTML === '-') ? '+' : '-';
|
39 |
+
}
|
40 |
+
|
41 |
+
function addCollapser(item) {
|
42 |
+
// This mainly filters out the root object (which shouldn't be collapsible)
|
43 |
+
if (item.nodeName !== 'LI') {
|
44 |
+
return;
|
45 |
+
}
|
46 |
+
var collapser = document.createElement('div');
|
47 |
+
collapser.className = 'collapser';
|
48 |
+
collapser.innerHTML = '-';
|
49 |
+
collapser.addEventListener('click', collapse, false);
|
50 |
+
item.insertBefore(collapser, item.firstChild);
|
51 |
+
}
|
52 |
+
|
53 |
+
function jsonView(id, target) {
|
54 |
+
this.debug = false;
|
55 |
+
if (id.indexOf("#") !== -1) {
|
56 |
+
this.idType = "id";
|
57 |
+
this.id = id.replace('#', '');
|
58 |
+
} else if (id.indexOf(".") !== -1) {
|
59 |
+
this.idType = "class";
|
60 |
+
this.id = id.replace('.', '');
|
61 |
+
} else {
|
62 |
+
if (this.debug) { console.log("Can't find that element"); }
|
63 |
+
return;
|
64 |
+
}
|
65 |
+
|
66 |
+
this.data = document.getElementById(this.id).innerHTML;
|
67 |
+
if (typeof(target) !== undefined) {
|
68 |
+
if (target.indexOf("#") !== -1) {
|
69 |
+
this.targetType = "id";
|
70 |
+
this.target = target.replace('#', '');
|
71 |
+
} else if (id.indexOf(".") !== -1) {
|
72 |
+
this.targetType = "class";
|
73 |
+
this.target = target.replace('.', '');
|
74 |
+
} else {
|
75 |
+
if (this.debug) { console.log("Can't find the target element"); }
|
76 |
+
return;
|
77 |
+
}
|
78 |
+
}
|
79 |
+
// Note: now using "*.json*" URI matching rather than these page regexes -- save CPU cycles!
|
80 |
+
// var is_json = /^\s*(\{.*\})\s*$/.test(this.data);
|
81 |
+
// var is_jsonp = /^.*\(\s*(\{.*\})\s*\)$/.test(this.data);
|
82 |
+
// if(is_json || is_jsonp){
|
83 |
+
// Our manifest specifies that we only do URLs matching '.json', so attempt to sanitize any HTML
|
84 |
+
// added by Chrome's "text/plain" or "text/html" handlers
|
85 |
+
if (/^\<pre.*\>(.*)\<\/pre\>$/.test(this.data)) {
|
86 |
+
if (this.debug) { console.log("JSONView: data is wrapped in <pre>...</pre>, stripping HTML..."); }
|
87 |
+
this.data = this.data.replace(/<(?:.|\s)*?>/g, ''); //Aggressively strip HTML.
|
88 |
+
}
|
89 |
+
// Test if what remains is JSON or JSONp
|
90 |
+
var json_regex = /^\s*([\[\{].*[\}\]])\s*$/; // Ghetto, but it works
|
91 |
+
var jsonp_regex = /^[\s\u200B\uFEFF]*([\w$\[\]\.]+)[\s\u200B\uFEFF]*\([\s\u200B\uFEFF]*([\[{][\s\S]*[\]}])[\s\u200B\uFEFF]*\);?[\s\u200B\uFEFF]*$/;
|
92 |
+
var jsonp_regex2 = /([\[\{][\s\S]*[\]\}])\)/; // more liberal support... this allows us to pass the jsonp.json & jsonp2.json tests
|
93 |
+
var is_json = json_regex.test(this.data);
|
94 |
+
var is_jsonp = jsonp_regex.test(this.data);
|
95 |
+
if (this.debug) { console.log("JSONView: is_json=" + is_json + " is_jsonp=" + is_jsonp); }
|
96 |
+
if (is_json || is_jsonp) {
|
97 |
+
if (this.debug) { console.log("JSONView: sexytime!"); }
|
98 |
+
// JSONFormatter json->HTML prototype straight from Firefox JSONView
|
99 |
+
// For reference: http://code.google.com/p/jsonview
|
100 |
+
|
101 |
+
function JSONFormatter() {
|
102 |
+
// No magic required.
|
103 |
+
}
|
104 |
+
JSONFormatter.prototype = {
|
105 |
+
htmlEncode: function(t) {
|
106 |
+
return t != null ? t.toString().replace(/&/g, "&").replace(/"/g, """).replace(/</g, "<").replace(/>/g, ">") : '';
|
107 |
+
},
|
108 |
+
decorateWithSpan: function(value, className) {
|
109 |
+
return '<span class="' + className + '">' + this.htmlEncode(value) + '</span>';
|
110 |
+
},
|
111 |
+
// Convert a basic JSON datatype (number, string, boolean, null, object, array) into an HTML fragment.
|
112 |
+
valueToHTML: function(value) {
|
113 |
+
var valueType = typeof value;
|
114 |
+
var output = "";
|
115 |
+
if (value === null) {
|
116 |
+
output += this.decorateWithSpan('null', 'null');
|
117 |
+
} else if (value && value.constructor === Array) {
|
118 |
+
output += this.arrayToHTML(value);
|
119 |
+
} else if (valueType === 'object') {
|
120 |
+
output += this.objectToHTML(value);
|
121 |
+
} else if (valueType === 'number') {
|
122 |
+
output += this.decorateWithSpan(value, 'num');
|
123 |
+
} else if (valueType === 'string') {
|
124 |
+
if (/^(http|https):\/\/[^\s]+$/.test(value)) {
|
125 |
+
output += '<a href="' + value + '">' + this.htmlEncode(value) + '</a>';
|
126 |
+
} else {
|
127 |
+
output += this.decorateWithSpan('"' + value + '"', 'string');
|
128 |
+
}
|
129 |
+
} else if (valueType === 'boolean') {
|
130 |
+
output += this.decorateWithSpan(value, 'bool');
|
131 |
+
}
|
132 |
+
return output;
|
133 |
+
},
|
134 |
+
// Convert an array into an HTML fragment
|
135 |
+
arrayToHTML: function(json) {
|
136 |
+
var output = '[<ul class="array collapsible">';
|
137 |
+
var hasContents = false;
|
138 |
+
for (var prop in json) {
|
139 |
+
hasContents = true;
|
140 |
+
output += '<li>';
|
141 |
+
output += this.valueToHTML(json[prop]);
|
142 |
+
output += '</li>';
|
143 |
+
}
|
144 |
+
output += '</ul>]';
|
145 |
+
if (!hasContents) {
|
146 |
+
output = "[ ]";
|
147 |
+
}
|
148 |
+
return output;
|
149 |
+
},
|
150 |
+
// Convert a JSON object to an HTML fragment
|
151 |
+
objectToHTML: function(json) {
|
152 |
+
var output = '{<ul class="obj collapsible">';
|
153 |
+
var hasContents = false;
|
154 |
+
for (var prop in json) {
|
155 |
+
hasContents = true;
|
156 |
+
output += '<li>';
|
157 |
+
output += '<span class="prop">' + this.htmlEncode(prop) + '</span>: ';
|
158 |
+
output += this.valueToHTML(json[prop]);
|
159 |
+
output += '</li>';
|
160 |
+
}
|
161 |
+
output += '</ul>}';
|
162 |
+
if (!hasContents) {
|
163 |
+
output = "{ }";
|
164 |
+
}
|
165 |
+
return output;
|
166 |
+
},
|
167 |
+
// Convert a whole JSON object into a formatted HTML document.
|
168 |
+
jsonToHTML: function(json, callback, uri) {
|
169 |
+
var output = '';
|
170 |
+
if (callback) {
|
171 |
+
output += '<div class="callback">' + callback + ' (</div>';
|
172 |
+
output += '<div id="json">';
|
173 |
+
} else {
|
174 |
+
output += '<div id="json">';
|
175 |
+
}
|
176 |
+
output += this.valueToHTML(json);
|
177 |
+
output += '</div>';
|
178 |
+
if (callback) {
|
179 |
+
output += '<div class="callback">)</div>';
|
180 |
+
}
|
181 |
+
return this.toHTML(output, uri);
|
182 |
+
},
|
183 |
+
// Produce an error document for when parsing fails.
|
184 |
+
errorPage: function(error, data, uri) {
|
185 |
+
// var output = '<div id="error">' + this.stringbundle.GetStringFromName('errorParsing') + '</div>';
|
186 |
+
// output += '<h1>' + this.stringbundle.GetStringFromName('docContents') + ':</h1>';
|
187 |
+
var output = '<div id="error">Error parsing JSON: ' + error.message + '</div>';
|
188 |
+
output += '<h1>' + error.stack + ':</h1>';
|
189 |
+
output += '<div id="json">' + this.htmlEncode(data) + '</div>';
|
190 |
+
return this.toHTML(output, uri + ' - Error');
|
191 |
+
},
|
192 |
+
// Wrap the HTML fragment in a full document. Used by jsonToHTML and errorPage.
|
193 |
+
toHTML: function(content) {
|
194 |
+
return content;
|
195 |
+
}
|
196 |
+
};
|
197 |
+
// Sanitize & output -- all magic from JSONView Firefox
|
198 |
+
this.jsonFormatter = new JSONFormatter();
|
199 |
+
// This regex attempts to match a JSONP structure:
|
200 |
+
// * Any amount of whitespace (including unicode nonbreaking spaces) between the start of the file and the callback name
|
201 |
+
// * Callback name (any valid JavaScript function name according to ECMA-262 Edition 3 spec)
|
202 |
+
// * Any amount of whitespace (including unicode nonbreaking spaces)
|
203 |
+
// * Open parentheses
|
204 |
+
// * Any amount of whitespace (including unicode nonbreaking spaces)
|
205 |
+
// * Either { or [, the only two valid characters to start a JSON string.
|
206 |
+
// * Any character, any number of times
|
207 |
+
// * Either } or ], the only two valid closing characters of a JSON string.
|
208 |
+
// * Any amount of whitespace (including unicode nonbreaking spaces)
|
209 |
+
// * A closing parenthesis, an optional semicolon, and any amount of whitespace (including unicode nonbreaking spaces) until the end of the file.
|
210 |
+
// This will miss anything that has comments, or more than one callback, or requires modification before use.
|
211 |
+
var outputDoc = '';
|
212 |
+
// text = text.match(jsonp_regex)[1];
|
213 |
+
var cleanData = '',
|
214 |
+
callback = '';
|
215 |
+
var callback_results = jsonp_regex.exec(this.data);
|
216 |
+
if (callback_results && callback_results.length === 3) {
|
217 |
+
if (this.debug) { console.log("THIS IS JSONp"); }
|
218 |
+
callback = callback_results[1];
|
219 |
+
cleanData = callback_results[2];
|
220 |
+
} else {
|
221 |
+
if (this.debug) { console.log("Vanilla JSON"); }
|
222 |
+
cleanData = this.data;
|
223 |
+
}
|
224 |
+
if (this.debug) { console.log(cleanData); }
|
225 |
+
// Covert, and catch exceptions on failure
|
226 |
+
try {
|
227 |
+
// var jsonObj = this.nativeJSON.decode(cleanData);
|
228 |
+
var jsonObj = JSON.parse(cleanData);
|
229 |
+
if (jsonObj) {
|
230 |
+
outputDoc = this.jsonFormatter.jsonToHTML(jsonObj, callback);
|
231 |
+
} else {
|
232 |
+
throw "There was no object!";
|
233 |
+
}
|
234 |
+
} catch (e) {
|
235 |
+
if (this.debug) { console.log(e); }
|
236 |
+
outputDoc = this.jsonFormatter.errorPage(e, this.data);
|
237 |
+
}
|
238 |
+
var links = '<style type="text/css">.jsonViewOutput .prop{font-weight:700;}.jsonViewOutput .null{color:red;}.jsonViewOutput .string{color:green;}.jsonViewOutput .collapser{position:absolute;left:-1em;cursor:pointer;}.jsonViewOutput li{position:relative;}.jsonViewOutput li:after{content:\',\';}.jsonViewOutput li:last-child:after{content:\'\';}.jsonViewOutput #error{-moz-border-radius:8px;border:1px solid #970000;background-color:#F7E8E8;margin:.5em;padding:.5em;}.jsonViewOutput .errormessage{font-family:monospace;}.jsonViewOutput #json{font-family:monospace;font-size:1.1em;}.jsonViewOutput ul{list-style:none;margin:0 0 0 2em;padding:0;}.jsonViewOutput h1{font-size:1.2em;}.jsonViewOutput .callback + #json{padding-left:1em;}.jsonViewOutput .callback{font-family:monospace;color:#A52A2A;}.jsonViewOutput .bool,.jsonViewOutput .num{color:blue;}</style>';
|
239 |
+
if (this.targetType !== undefined) {
|
240 |
+
this.idType = this.targetType;
|
241 |
+
this.id = this.target;
|
242 |
+
}
|
243 |
+
var el;
|
244 |
+
if (this.idType === "class") {
|
245 |
+
el = document.getElementsByClassName(this.id);
|
246 |
+
if (el) {
|
247 |
+
el.className += el.className ? ' jsonViewOutput' : 'jsonViewOutput';
|
248 |
+
el.innerHTML = links + outputDoc;
|
249 |
+
}
|
250 |
+
} else if (this.idType === "id") {
|
251 |
+
el = document.getElementById(this.id);
|
252 |
+
if (el) {
|
253 |
+
el.className += el.className ? ' jsonViewOutput' : 'jsonViewOutput';
|
254 |
+
el.innerHTML = links + outputDoc;
|
255 |
+
}
|
256 |
+
el.innerHTML = links + outputDoc;
|
257 |
+
}
|
258 |
+
var items = document.getElementsByClassName('collapsible');
|
259 |
+
for (var i = 0; i < items.length; i++) {
|
260 |
+
addCollapser(items[i].parentNode);
|
261 |
+
}
|
262 |
+
} else {
|
263 |
+
// console.log("JSONView: this is not json, not formatting.");
|
264 |
+
}
|
265 |
+
}
|
options/redux-framework/assets/js/vendor/jsonview.min.js
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* global console, jsonView *//*
|
2 |
+
* ViewJSON
|
3 |
+
* Version 1.0
|
4 |
+
* A Google Chrome extension to display JSON in a user-friendly format
|
5 |
+
*
|
6 |
+
* This is a chromeified version of the JSONView Firefox extension by Ben Hollis:
|
7 |
+
* http://jsonview.com
|
8 |
+
* http://code.google.com/p/jsonview
|
9 |
+
*
|
10 |
+
* Also based on the XMLTree Chrome extension by Moonty & alan.stroop
|
11 |
+
* https://chrome.google.com/extensions/detail/gbammbheopgpmaagmckhpjbfgdfkpadb
|
12 |
+
*
|
13 |
+
* port by Jamie Wilkinson (@jamiew) | http://jamiedubs.com | http://github.com/jamiew
|
14 |
+
* MIT license / copyfree (f) F.A.T. Lab http://fffff.at
|
15 |
+
* Speed Project Approved: 2h
|
16 |
+
*/function collapse(e){var t=e.target,n=t.parentNode.getElementsByClassName("collapsible");if(!n.length)return;n=n[0];if(n.style.display==="none"){var r=n.parentNode.getElementsByClassName("ellipsis")[0];n.parentNode.removeChild(r),n.style.display=""}else{n.style.display="none";var r=document.createElement("span");r.className="ellipsis",r.innerHTML=" … ",n.parentNode.insertBefore(r,n)}t.innerHTML=t.innerHTML==="-"?"+":"-"}function addCollapser(e){if(e.nodeName!=="LI")return;var t=document.createElement("div");t.className="collapser",t.innerHTML="-",t.addEventListener("click",collapse,!1),e.insertBefore(t,e.firstChild)}function jsonView(e,t){this.debug=!1;if(e.indexOf("#")!==-1)this.idType="id",this.id=e.replace("#","");else{if(e.indexOf(".")===-1){this.debug&&console.log("Can't find that element");return}this.idType="class",this.id=e.replace(".","")}this.data=document.getElementById(this.id).innerHTML;if(typeof t!==undefined)if(t.indexOf("#")!==-1)this.targetType="id",this.target=t.replace("#","");else{if(e.indexOf(".")===-1){this.debug&&console.log("Can't find the target element");return}this.targetType="class",this.target=t.replace(".","")}/^\<pre.*\>(.*)\<\/pre\>$/.test(this.data)&&(this.debug&&console.log("JSONView: data is wrapped in <pre>...</pre>, stripping HTML..."),this.data=this.data.replace(/<(?:.|\s)*?>/g,""));var n=/^\s*([\[\{].*[\}\]])\s*$/,r=/^[\s\u200B\uFEFF]*([\w$\[\]\.]+)[\s\u200B\uFEFF]*\([\s\u200B\uFEFF]*([\[{][\s\S]*[\]}])[\s\u200B\uFEFF]*\);?[\s\u200B\uFEFF]*$/,i=/([\[\{][\s\S]*[\]\}])\)/,s=n.test(this.data),o=r.test(this.data);this.debug&&console.log("JSONView: is_json="+s+" is_jsonp="+o);if(s||o){this.debug&&console.log("JSONView: sexytime!");function u(){}u.prototype={htmlEncode:function(e){return e!=null?e.toString().replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"):""},decorateWithSpan:function(e,t){return'<span class="'+t+'">'+this.htmlEncode(e)+"</span>"},valueToHTML:function(e){var t=typeof e,n="";return e===null?n+=this.decorateWithSpan("null","null"):e&&e.constructor===Array?n+=this.arrayToHTML(e):t==="object"?n+=this.objectToHTML(e):t==="number"?n+=this.decorateWithSpan(e,"num"):t==="string"?/^(http|https):\/\/[^\s]+$/.test(e)?n+='<a href="'+e+'">'+this.htmlEncode(e)+"</a>":n+=this.decorateWithSpan('"'+e+'"',"string"):t==="boolean"&&(n+=this.decorateWithSpan(e,"bool")),n},arrayToHTML:function(e){var t='[<ul class="array collapsible">',n=!1;for(var r in e)n=!0,t+="<li>",t+=this.valueToHTML(e[r]),t+="</li>";return t+="</ul>]",n||(t="[ ]"),t},objectToHTML:function(e){var t='{<ul class="obj collapsible">',n=!1;for(var r in e)n=!0,t+="<li>",t+='<span class="prop">'+this.htmlEncode(r)+"</span>: ",t+=this.valueToHTML(e[r]),t+="</li>";return t+="</ul>}",n||(t="{ }"),t},jsonToHTML:function(e,t,n){var r="";return t?(r+='<div class="callback">'+t+" (</div>",r+='<div id="json">'):r+='<div id="json">',r+=this.valueToHTML(e),r+="</div>",t&&(r+='<div class="callback">)</div>'),this.toHTML(r,n)},errorPage:function(e,t,n){var r='<div id="error">Error parsing JSON: '+e.message+"</div>";return r+="<h1>"+e.stack+":</h1>",r+='<div id="json">'+this.htmlEncode(t)+"</div>",this.toHTML(r,n+" - Error")},toHTML:function(e){return e}},this.jsonFormatter=new u;var a="",f="",l="",c=r.exec(this.data);c&&c.length===3?(this.debug&&console.log("THIS IS JSONp"),l=c[1],f=c[2]):(this.debug&&console.log("Vanilla JSON"),f=this.data),this.debug&&console.log(f);try{var h=JSON.parse(f);if(!h)throw"There was no object!";a=this.jsonFormatter.jsonToHTML(h,l)}catch(p){this.debug&&console.log(p),a=this.jsonFormatter.errorPage(p,this.data)}var d="<style type=\"text/css\">.jsonViewOutput .prop{font-weight:700;}.jsonViewOutput .null{color:red;}.jsonViewOutput .string{color:green;}.jsonViewOutput .collapser{position:absolute;left:-1em;cursor:pointer;}.jsonViewOutput li{position:relative;}.jsonViewOutput li:after{content:',';}.jsonViewOutput li:last-child:after{content:'';}.jsonViewOutput #error{-moz-border-radius:8px;border:1px solid #970000;background-color:#F7E8E8;margin:.5em;padding:.5em;}.jsonViewOutput .errormessage{font-family:monospace;}.jsonViewOutput #json{font-family:monospace;font-size:1.1em;}.jsonViewOutput ul{list-style:none;margin:0 0 0 2em;padding:0;}.jsonViewOutput h1{font-size:1.2em;}.jsonViewOutput .callback + #json{padding-left:1em;}.jsonViewOutput .callback{font-family:monospace;color:#A52A2A;}.jsonViewOutput .bool,.jsonViewOutput .num{color:blue;}</style>";this.targetType!==undefined&&(this.idType=this.targetType,this.id=this.target);var v;this.idType==="class"?(v=document.getElementsByClassName(this.id),v&&(v.className+=v.className?" jsonViewOutput":"jsonViewOutput",v.innerHTML=d+a)):this.idType==="id"&&(v=document.getElementById(this.id),v&&(v.className+=v.className?" jsonViewOutput":"jsonViewOutput",v.innerHTML=d+a),v.innerHTML=d+a);var m=document.getElementsByClassName("collapsible");for(var g=0;g<m.length;g++)addCollapser(m[g].parentNode)}};
|
options/redux-framework/assets/js/vendor/lte-ie7.js
ADDED
@@ -0,0 +1,311 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
|
2 |
+
|
3 |
+
window.onload = function() {
|
4 |
+
function addIcon(el, entity) {
|
5 |
+
var html = el.innerHTML;
|
6 |
+
el.innerHTML = '<span style="font-family: \'Elusive-Icons\'">' + entity + '</span>' + html;
|
7 |
+
}
|
8 |
+
var icons = {
|
9 |
+
'icon-move' : '',
|
10 |
+
'icon-music' : '',
|
11 |
+
'icon-network' : '',
|
12 |
+
'icon-off' : '',
|
13 |
+
'icon-ok' : '',
|
14 |
+
'icon-ok-circle' : '',
|
15 |
+
'icon-ok-sign' : '',
|
16 |
+
'icon-paper-clip' : '',
|
17 |
+
'icon-paper-clip-alt' : '',
|
18 |
+
'icon-path' : '',
|
19 |
+
'icon-plus-sign' : '',
|
20 |
+
'icon-print' : '',
|
21 |
+
'icon-qrcode' : '',
|
22 |
+
'icon-question' : '',
|
23 |
+
'icon-question-sign' : '',
|
24 |
+
'icon-quotes' : '',
|
25 |
+
'icon-quotes-alt' : '',
|
26 |
+
'icon-random' : '',
|
27 |
+
'icon-record' : '',
|
28 |
+
'icon-reddit' : '',
|
29 |
+
'icon-refresh' : '',
|
30 |
+
'icon-screenshot' : '',
|
31 |
+
'icon-search' : '',
|
32 |
+
'icon-search-alt' : '',
|
33 |
+
'icon-share' : '',
|
34 |
+
'icon-share-alt' : '',
|
35 |
+
'icon-shopping-cart' : '',
|
36 |
+
'icon-shopping-cart-sign' : '',
|
37 |
+
'icon-signal' : '',
|
38 |
+
'icon-skype' : '',
|
39 |
+
'icon-slideshare' : '',
|
40 |
+
'icon-smiley' : '',
|
41 |
+
'icon-th-large' : '',
|
42 |
+
'icon-th-list' : '',
|
43 |
+
'icon-thumbs-down' : '',
|
44 |
+
'icon-thumbs-up' : '',
|
45 |
+
'icon-time' : '',
|
46 |
+
'icon-time-alt' : '',
|
47 |
+
'icon-tint' : '',
|
48 |
+
'icon-torso' : '',
|
49 |
+
'icon-trash' : '',
|
50 |
+
'icon-trash-alt' : '',
|
51 |
+
'icon-tumblr' : '',
|
52 |
+
'icon-w3c' : '',
|
53 |
+
'icon-warning-sign' : '',
|
54 |
+
'icon-website' : '',
|
55 |
+
'icon-website-alt' : '',
|
56 |
+
'icon-wheelchair' : '',
|
57 |
+
'icon-wordpress' : '',
|
58 |
+
'icon-wrench' : '',
|
59 |
+
'icon-wrench-alt' : '',
|
60 |
+
'icon-youtube' : '',
|
61 |
+
'icon-zoom-in' : '',
|
62 |
+
'icon-zoom-out' : '',
|
63 |
+
'icon-pause-alt' : '',
|
64 |
+
'icon-pencil' : '',
|
65 |
+
'icon-pencil-alt' : '',
|
66 |
+
'icon-person' : '',
|
67 |
+
'icon-phone' : '',
|
68 |
+
'icon-phone-alt' : '',
|
69 |
+
'icon-photo' : '',
|
70 |
+
'icon-photo-alt' : '',
|
71 |
+
'icon-picasa' : '',
|
72 |
+
'icon-picture' : '',
|
73 |
+
'icon-pinterest' : '',
|
74 |
+
'icon-plane' : '',
|
75 |
+
'icon-play-alt' : '',
|
76 |
+
'icon-play-circle' : '',
|
77 |
+
'icon-plus' : '',
|
78 |
+
'icon-remove' : '',
|
79 |
+
'icon-remove-circle' : '',
|
80 |
+
'icon-remove-sign' : '',
|
81 |
+
'icon-repeat' : '',
|
82 |
+
'icon-repeat-alt' : '',
|
83 |
+
'icon-resize-full' : '',
|
84 |
+
'icon-resize-horizontal' : '',
|
85 |
+
'icon-resize-small' : '',
|
86 |
+
'icon-resize-vertical' : '',
|
87 |
+
'icon-retweet' : '',
|
88 |
+
'icon-reverse-alt' : '',
|
89 |
+
'icon-road' : '',
|
90 |
+
'icon-rss' : '',
|
91 |
+
'icon-screen' : '',
|
92 |
+
'icon-screen-alt' : '',
|
93 |
+
'icon-smiley-alt' : '',
|
94 |
+
'icon-speaker' : '',
|
95 |
+
'icon-stackoverflow' : '',
|
96 |
+
'icon-star' : '',
|
97 |
+
'icon-star-alt' : '',
|
98 |
+
'icon-star-empty' : '',
|
99 |
+
'icon-stop-alt' : '',
|
100 |
+
'icon-stumbleupon' : '',
|
101 |
+
'icon-tag' : '',
|
102 |
+
'icon-tags' : '',
|
103 |
+
'icon-tasks' : '',
|
104 |
+
'icon-text-height' : '',
|
105 |
+
'icon-text-width' : '',
|
106 |
+
'icon-th' : '',
|
107 |
+
'icon-twitter' : '',
|
108 |
+
'icon-universal-access' : '',
|
109 |
+
'icon-unlock' : '',
|
110 |
+
'icon-unlock-alt' : '',
|
111 |
+
'icon-upload' : '',
|
112 |
+
'icon-user' : '',
|
113 |
+
'icon-video' : '',
|
114 |
+
'icon-video-alt' : '',
|
115 |
+
'icon-video-chat' : '',
|
116 |
+
'icon-view-mode' : '',
|
117 |
+
'icon-vimeo' : '',
|
118 |
+
'icon-vkontakte' : '',
|
119 |
+
'icon-volume-down' : '',
|
120 |
+
'icon-volume-off' : '',
|
121 |
+
'icon-volume-up' : '',
|
122 |
+
'icon-backward' : '',
|
123 |
+
'icon-fast-backward' : '',
|
124 |
+
'icon-fast-forward' : '',
|
125 |
+
'icon-forward' : '',
|
126 |
+
'icon-play' : '',
|
127 |
+
'icon-step-backward' : '',
|
128 |
+
'icon-step-forward' : '',
|
129 |
+
'icon-briefcase' : '',
|
130 |
+
'icon-bullhorn' : '',
|
131 |
+
'icon-calendar' : '',
|
132 |
+
'icon-calendar-sign' : '',
|
133 |
+
'icon-address-book' : '',
|
134 |
+
'icon-address-book-alt' : '',
|
135 |
+
'icon-adjust' : '',
|
136 |
+
'icon-adult' : '',
|
137 |
+
'icon-align-center' : '',
|
138 |
+
'icon-align-justify' : '',
|
139 |
+
'icon-align-left' : '',
|
140 |
+
'icon-align-right' : '',
|
141 |
+
'icon-arrow-down' : '',
|
142 |
+
'icon-arrow-left' : '',
|
143 |
+
'icon-arrow-right' : '',
|
144 |
+
'icon-arrow-up' : '',
|
145 |
+
'icon-asl' : '',
|
146 |
+
'icon-asterisk' : '',
|
147 |
+
'icon-ban-circle' : '',
|
148 |
+
'icon-barcode' : '',
|
149 |
+
'icon-behance' : '',
|
150 |
+
'icon-bell' : '',
|
151 |
+
'icon-blind' : '',
|
152 |
+
'icon-blogger' : '',
|
153 |
+
'icon-bold' : '',
|
154 |
+
'icon-book' : '',
|
155 |
+
'icon-bookmark' : '',
|
156 |
+
'icon-bookmark-empty' : '',
|
157 |
+
'icon-braille' : '',
|
158 |
+
'icon-camera' : '',
|
159 |
+
'icon-cc' : '',
|
160 |
+
'icon-certificate' : '',
|
161 |
+
'icon-check' : '',
|
162 |
+
'icon-check-empty' : '',
|
163 |
+
'icon-chevron-down' : '',
|
164 |
+
'icon-chevron-left' : '',
|
165 |
+
'icon-chevron-right' : '',
|
166 |
+
'icon-chevron-up' : '',
|
167 |
+
'icon-child' : '',
|
168 |
+
'icon-circle-arrow-down' : '',
|
169 |
+
'icon-circle-arrow-left' : '',
|
170 |
+
'icon-circle-arrow-right' : '',
|
171 |
+
'icon-circle-arrow-up' : '',
|
172 |
+
'icon-cloud' : '',
|
173 |
+
'icon-cloud-alt' : '',
|
174 |
+
'icon-cog' : '',
|
175 |
+
'icon-cog-alt' : '',
|
176 |
+
'icon-cogs' : '',
|
177 |
+
'icon-comment' : '',
|
178 |
+
'icon-comment-alt' : '',
|
179 |
+
'icon-compass' : '',
|
180 |
+
'icon-compass-alt' : '',
|
181 |
+
'icon-credit-card' : '',
|
182 |
+
'icon-css' : '',
|
183 |
+
'icon-dashboard' : '',
|
184 |
+
'icon-delicious' : '',
|
185 |
+
'icon-deviantart' : '',
|
186 |
+
'icon-digg' : '',
|
187 |
+
'icon-download' : '',
|
188 |
+
'icon-download-alt' : '',
|
189 |
+
'icon-dribble' : '',
|
190 |
+
'icon-edit' : '',
|
191 |
+
'icon-eject' : '',
|
192 |
+
'icon-envelope' : '',
|
193 |
+
'icon-envelope-alt' : '',
|
194 |
+
'icon-error' : '',
|
195 |
+
'icon-error-alt' : '',
|
196 |
+
'icon-exclamation-sign' : '',
|
197 |
+
'icon-eye-close' : '',
|
198 |
+
'icon-eye-open' : '',
|
199 |
+
'icon-facebook' : '',
|
200 |
+
'icon-facetime-video' : '',
|
201 |
+
'icon-female' : '',
|
202 |
+
'icon-file' : '',
|
203 |
+
'icon-file-alt' : '',
|
204 |
+
'icon-file-edit' : '',
|
205 |
+
'icon-file-edit-alt' : '',
|
206 |
+
'icon-file-new' : '',
|
207 |
+
'icon-file-new-alt' : '',
|
208 |
+
'icon-film' : '',
|
209 |
+
'icon-filter' : '',
|
210 |
+
'icon-fire' : '',
|
211 |
+
'icon-flag' : '',
|
212 |
+
'icon-flag-alt' : '',
|
213 |
+
'icon-flickr' : '',
|
214 |
+
'icon-folder' : '',
|
215 |
+
'icon-folder-close' : '',
|
216 |
+
'icon-folder-open' : '',
|
217 |
+
'icon-folder-sign' : '',
|
218 |
+
'icon-font' : '',
|
219 |
+
'icon-fontsize' : '',
|
220 |
+
'icon-forward-alt' : '',
|
221 |
+
'icon-foursquare' : '',
|
222 |
+
'icon-friendfeed' : '',
|
223 |
+
'icon-friendfeed-rect' : '',
|
224 |
+
'icon-fullscreen' : '',
|
225 |
+
'icon-gift' : '',
|
226 |
+
'icon-github' : '',
|
227 |
+
'icon-github-text' : '',
|
228 |
+
'icon-glass' : '',
|
229 |
+
'icon-glasses' : '',
|
230 |
+
'icon-globe' : '',
|
231 |
+
'icon-globe-alt' : '',
|
232 |
+
'icon-googleplus' : '',
|
233 |
+
'icon-graph' : '',
|
234 |
+
'icon-graph-alt' : '',
|
235 |
+
'icon-group' : '',
|
236 |
+
'icon-group-alt' : '',
|
237 |
+
'icon-guidedog' : '',
|
238 |
+
'icon-hand-down' : '',
|
239 |
+
'icon-hand-left' : '',
|
240 |
+
'icon-hand-right' : '',
|
241 |
+
'icon-hand-up' : '',
|
242 |
+
'icon-hdd' : '',
|
243 |
+
'icon-headphones' : '',
|
244 |
+
'icon-hearing-impaired' : '',
|
245 |
+
'icon-heart' : '',
|
246 |
+
'icon-heart-alt' : '',
|
247 |
+
'icon-heart-empty' : '',
|
248 |
+
'icon-home' : '',
|
249 |
+
'icon-home-alt' : '',
|
250 |
+
'icon-idea' : '',
|
251 |
+
'icon-idea-alt' : '',
|
252 |
+
'icon-inbox' : '',
|
253 |
+
'icon-inbox-alt' : '',
|
254 |
+
'icon-inbox-box' : '',
|
255 |
+
'icon-indent-left' : '',
|
256 |
+
'icon-indent-right' : '',
|
257 |
+
'icon-info-sign' : '',
|
258 |
+
'icon-instagram' : '',
|
259 |
+
'icon-iphone-home' : '',
|
260 |
+
'icon-italic' : '',
|
261 |
+
'icon-key' : '',
|
262 |
+
'icon-laptop' : '',
|
263 |
+
'icon-laptop-alt' : '',
|
264 |
+
'icon-leaf' : '',
|
265 |
+
'icon-linkedin' : '',
|
266 |
+
'icon-list' : '',
|
267 |
+
'icon-list-alt' : '',
|
268 |
+
'icon-lock' : '',
|
269 |
+
'icon-lock-alt' : '',
|
270 |
+
'icon-magnet' : '',
|
271 |
+
'icon-male' : '',
|
272 |
+
'icon-map-marker' : '',
|
273 |
+
'icon-map-marker-alt' : '',
|
274 |
+
'icon-mic' : '',
|
275 |
+
'icon-mic-alt' : '',
|
276 |
+
'icon-minus' : '',
|
277 |
+
'icon-minus-sign' : '',
|
278 |
+
'icon-pause' : '',
|
279 |
+
'icon-fork' : '',
|
280 |
+
'icon-broom' : '',
|
281 |
+
'icon-return-key' : '',
|
282 |
+
'icon-lastfm' : '',
|
283 |
+
'icon-livejournal' : '',
|
284 |
+
'icon-myspace' : '',
|
285 |
+
'icon-soundcloud' : '',
|
286 |
+
'icon-viadeo' : '',
|
287 |
+
'icon-spotify' : '',
|
288 |
+
'icon-caret-left' : '',
|
289 |
+
'icon-caret-up' : '',
|
290 |
+
'icon-caret-right' : '',
|
291 |
+
'icon-caret-down' : '',
|
292 |
+
'icon-stop' : ''
|
293 |
+
},
|
294 |
+
els = document.getElementsByTagName('*'),
|
295 |
+
i, attr, html, c, el;
|
296 |
+
for (i = 0; ; i += 1) {
|
297 |
+
el = els[i];
|
298 |
+
if(!el) {
|
299 |
+
break;
|
300 |
+
}
|
301 |
+
attr = el.getAttribute('data-icon');
|
302 |
+
if (attr) {
|
303 |
+
addIcon(el, attr);
|
304 |
+
}
|
305 |
+
c = el.className;
|
306 |
+
c = c.match(/icon-[^\s'"]+/);
|
307 |
+
if (c && icons[c[0]]) {
|
308 |
+
addIcon(el, icons[c[0]]);
|
309 |
+
}
|
310 |
+
}
|
311 |
+
};
|
options/redux-framework/assets/js/vendor/qtip/jquery.qtip.js
ADDED
@@ -0,0 +1,3451 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* qTip2 - Pretty powerful tooltips - v2.2.1
|
3 |
+
* http://qtip2.com
|
4 |
+
*
|
5 |
+
* Copyright (c) 2014
|
6 |
+
* Released under the MIT licenses
|
7 |
+
* http://jquery.org/license
|
8 |
+
*
|
9 |
+
* Date: Sat Sep 6 2014 11:12 GMT+0100+0100
|
10 |
+
* Plugins: tips modal viewport svg imagemap ie6
|
11 |
+
* Styles: core basic css3
|
12 |
+
*/
|
13 |
+
/*global window: false, jQuery: false, console: false, define: false */
|
14 |
+
|
15 |
+
/* Cache window, document, undefined */
|
16 |
+
(function( window, document, undefined ) {
|
17 |
+
|
18 |
+
// Uses AMD or browser globals to create a jQuery plugin.
|
19 |
+
(function( factory ) {
|
20 |
+
"use strict";
|
21 |
+
if(typeof define === 'function' && define.amd) {
|
22 |
+
define(['jquery'], factory);
|
23 |
+
}
|
24 |
+
else if(jQuery && !jQuery.fn.qtip) {
|
25 |
+
factory(jQuery);
|
26 |
+
}
|
27 |
+
}
|
28 |
+
(function($) {
|
29 |
+
"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
|
30 |
+
;// Munge the primitives - Paul Irish tip
|
31 |
+
var TRUE = true,
|
32 |
+
FALSE = false,
|
33 |
+
NULL = null,
|
34 |
+
|
35 |
+
// Common variables
|
36 |
+
X = 'x', Y = 'y',
|
37 |
+
WIDTH = 'width',
|
38 |
+
HEIGHT = 'height',
|
39 |
+
|
40 |
+
// Positioning sides
|
41 |
+
TOP = 'top',
|
42 |
+
LEFT = 'left',
|
43 |
+
BOTTOM = 'bottom',
|
44 |
+
RIGHT = 'right',
|
45 |
+
CENTER = 'center',
|
46 |
+
|
47 |
+
// Position adjustment types
|
48 |
+
FLIP = 'flip',
|
49 |
+
FLIPINVERT = 'flipinvert',
|
50 |
+
SHIFT = 'shift',
|
51 |
+
|
52 |
+
// Shortcut vars
|
53 |
+
QTIP, PROTOTYPE, CORNER, CHECKS,
|
54 |
+
PLUGINS = {},
|
55 |
+
NAMESPACE = 'qtip',
|
56 |
+
ATTR_HAS = 'data-hasqtip',
|
57 |
+
ATTR_ID = 'data-qtip-id',
|
58 |
+
WIDGET = ['ui-widget', 'ui-tooltip'],
|
59 |
+
SELECTOR = '.'+NAMESPACE,
|
60 |
+
INACTIVE_EVENTS = 'click dblclick mousedown mouseup mousemove mouseleave mouseenter'.split(' '),
|
61 |
+
|
62 |
+
CLASS_FIXED = NAMESPACE+'-fixed',
|
63 |
+
CLASS_DEFAULT = NAMESPACE + '-default',
|
64 |
+
CLASS_FOCUS = NAMESPACE + '-focus',
|
65 |
+
CLASS_HOVER = NAMESPACE + '-hover',
|
66 |
+
CLASS_DISABLED = NAMESPACE+'-disabled',
|
67 |
+
|
68 |
+
replaceSuffix = '_replacedByqTip',
|
69 |
+
oldtitle = 'oldtitle',
|
70 |
+
trackingBound,
|
71 |
+
|
72 |
+
// Browser detection
|
73 |
+
BROWSER = {
|
74 |
+
/*
|
75 |
+
* IE version detection
|
76 |
+
*
|
77 |
+
* Adapted from: http://ajaxian.com/archives/attack-of-the-ie-conditional-comment
|
78 |
+
* Credit to James Padolsey for the original implemntation!
|
79 |
+
*/
|
80 |
+
ie: (function(){
|
81 |
+
for (
|
82 |
+
var v = 4, i = document.createElement("div");
|
83 |
+
(i.innerHTML = "<!--[if gt IE " + v + "]><i></i><![endif]-->") && i.getElementsByTagName("i")[0];
|
84 |
+
v+=1
|
85 |
+
) {}
|
86 |
+
return v > 4 ? v : NaN;
|
87 |
+
}()),
|
88 |
+
|
89 |
+
/*
|
90 |
+
* iOS version detection
|
91 |
+
*/
|
92 |
+
iOS: parseFloat(
|
93 |
+
('' + (/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent) || [0,''])[1])
|
94 |
+
.replace('undefined', '3_2').replace('_', '.').replace('_', '')
|
95 |
+
) || FALSE
|
96 |
+
};
|
97 |
+
;function QTip(target, options, id, attr) {
|
98 |
+
// Elements and ID
|
99 |
+
this.id = id;
|
100 |
+
this.target = target;
|
101 |
+
this.tooltip = NULL;
|
102 |
+
this.elements = { target: target };
|
103 |
+
|
104 |
+
// Internal constructs
|
105 |
+
this._id = NAMESPACE + '-' + id;
|
106 |
+
this.timers = { img: {} };
|
107 |
+
this.options = options;
|
108 |
+
this.plugins = {};
|
109 |
+
|
110 |
+
// Cache object
|
111 |
+
this.cache = {
|
112 |
+
event: {},
|
113 |
+
target: $(),
|
114 |
+
disabled: FALSE,
|
115 |
+
attr: attr,
|
116 |
+
onTooltip: FALSE,
|
117 |
+
lastClass: ''
|
118 |
+
};
|
119 |
+
|
120 |
+
// Set the initial flags
|
121 |
+
this.rendered = this.destroyed = this.disabled = this.waiting =
|
122 |
+
this.hiddenDuringWait = this.positioning = this.triggering = FALSE;
|
123 |
+
}
|
124 |
+
PROTOTYPE = QTip.prototype;
|
125 |
+
|
126 |
+
PROTOTYPE._when = function(deferreds) {
|
127 |
+
return $.when.apply($, deferreds);
|
128 |
+
};
|
129 |
+
|
130 |
+
PROTOTYPE.render = function(show) {
|
131 |
+
if(this.rendered || this.destroyed) { return this; } // If tooltip has already been rendered, exit
|
132 |
+
|
133 |
+
var self = this,
|
134 |
+
options = this.options,
|
135 |
+
cache = this.cache,
|
136 |
+
elements = this.elements,
|
137 |
+
text = options.content.text,
|
138 |
+
title = options.content.title,
|
139 |
+
button = options.content.button,
|
140 |
+
posOptions = options.position,
|
141 |
+
namespace = '.'+this._id+' ',
|
142 |
+
deferreds = [],
|
143 |
+
tooltip;
|
144 |
+
|
145 |
+
// Add ARIA attributes to target
|
146 |
+
$.attr(this.target[0], 'aria-describedby', this._id);
|
147 |
+
|
148 |
+
// Create public position object that tracks current position corners
|
149 |
+
cache.posClass = this._createPosClass(
|
150 |
+
(this.position = { my: posOptions.my, at: posOptions.at }).my
|
151 |
+
);
|
152 |
+
|
153 |
+
// Create tooltip element
|
154 |
+
this.tooltip = elements.tooltip = tooltip = $('<div/>', {
|
155 |
+
'id': this._id,
|
156 |
+
'class': [ NAMESPACE, CLASS_DEFAULT, options.style.classes, cache.posClass ].join(' '),
|
157 |
+
'width': options.style.width || '',
|
158 |
+
'height': options.style.height || '',
|
159 |
+
'tracking': posOptions.target === 'mouse' && posOptions.adjust.mouse,
|
160 |
+
|
161 |
+
/* ARIA specific attributes */
|
162 |
+
'role': 'alert',
|
163 |
+
'aria-live': 'polite',
|
164 |
+
'aria-atomic': FALSE,
|
165 |
+
'aria-describedby': this._id + '-content',
|
166 |
+
'aria-hidden': TRUE
|
167 |
+
})
|
168 |
+
.toggleClass(CLASS_DISABLED, this.disabled)
|
169 |
+
.attr(ATTR_ID, this.id)
|
170 |
+
.data(NAMESPACE, this)
|
171 |
+
.appendTo(posOptions.container)
|
172 |
+
.append(
|
173 |
+
// Create content element
|
174 |
+
elements.content = $('<div />', {
|
175 |
+
'class': NAMESPACE + '-content',
|
176 |
+
'id': this._id + '-content',
|
177 |
+
'aria-atomic': TRUE
|
178 |
+
})
|
179 |
+
);
|
180 |
+
|
181 |
+
// Set rendered flag and prevent redundant reposition calls for now
|
182 |
+
this.rendered = -1;
|
183 |
+
this.positioning = TRUE;
|
184 |
+
|
185 |
+
// Create title...
|
186 |
+
if(title) {
|
187 |
+
this._createTitle();
|
188 |
+
|
189 |
+
// Update title only if its not a callback (called in toggle if so)
|
190 |
+
if(!$.isFunction(title)) {
|
191 |
+
deferreds.push( this._updateTitle(title, FALSE) );
|
192 |
+
}
|
193 |
+
}
|
194 |
+
|
195 |
+
// Create button
|
196 |
+
if(button) { this._createButton(); }
|
197 |
+
|
198 |
+
// Set proper rendered flag and update content if not a callback function (called in toggle)
|
199 |
+
if(!$.isFunction(text)) {
|
200 |
+
deferreds.push( this._updateContent(text, FALSE) );
|
201 |
+
}
|
202 |
+
this.rendered = TRUE;
|
203 |
+
|
204 |
+
// Setup widget classes
|
205 |
+
this._setWidget();
|
206 |
+
|
207 |
+
// Initialize 'render' plugins
|
208 |
+
$.each(PLUGINS, function(name) {
|
209 |
+
var instance;
|
210 |
+
if(this.initialize === 'render' && (instance = this(self))) {
|
211 |
+
self.plugins[name] = instance;
|
212 |
+
}
|
213 |
+
});
|
214 |
+
|
215 |
+
// Unassign initial events and assign proper events
|
216 |
+
this._unassignEvents();
|
217 |
+
this._assignEvents();
|
218 |
+
|
219 |
+
// When deferreds have completed
|
220 |
+
this._when(deferreds).then(function() {
|
221 |
+
// tooltiprender event
|
222 |
+
self._trigger('render');
|
223 |
+
|
224 |
+
// Reset flags
|
225 |
+
self.positioning = FALSE;
|
226 |
+
|
227 |
+
// Show tooltip if not hidden during wait period
|
228 |
+
if(!self.hiddenDuringWait && (options.show.ready || show)) {
|
229 |
+
self.toggle(TRUE, cache.event, FALSE);
|
230 |
+
}
|
231 |
+
self.hiddenDuringWait = FALSE;
|
232 |
+
});
|
233 |
+
|
234 |
+
// Expose API
|
235 |
+
QTIP.api[this.id] = this;
|
236 |
+
|
237 |
+
return this;
|
238 |
+
};
|
239 |
+
|
240 |
+
PROTOTYPE.destroy = function(immediate) {
|
241 |
+
// Set flag the signify destroy is taking place to plugins
|
242 |
+
// and ensure it only gets destroyed once!
|
243 |
+
if(this.destroyed) { return this.target; }
|
244 |
+
|
245 |
+
function process() {
|
246 |
+
if(this.destroyed) { return; }
|
247 |
+
this.destroyed = TRUE;
|
248 |
+
|
249 |
+
var target = this.target,
|
250 |
+
title = target.attr(oldtitle),
|
251 |
+
timer;
|
252 |
+
|
253 |
+
// Destroy tooltip if rendered
|
254 |
+
if(this.rendered) {
|
255 |
+
this.tooltip.stop(1,0).find('*').remove().end().remove();
|
256 |
+
}
|
257 |
+
|
258 |
+
// Destroy all plugins
|
259 |
+
$.each(this.plugins, function(name) {
|
260 |
+
this.destroy && this.destroy();
|
261 |
+
});
|
262 |
+
|
263 |
+
// Clear timers
|
264 |
+
for(timer in this.timers) {
|
265 |
+
clearTimeout(this.timers[timer]);
|
266 |
+
}
|
267 |
+
|
268 |
+
// Remove api object and ARIA attributes
|
269 |
+
target.removeData(NAMESPACE)
|
270 |
+
.removeAttr(ATTR_ID)
|
271 |
+
.removeAttr(ATTR_HAS)
|
272 |
+
.removeAttr('aria-describedby');
|
273 |
+
|
274 |
+
// Reset old title attribute if removed
|
275 |
+
if(this.options.suppress && title) {
|
276 |
+
target.attr('title', title).removeAttr(oldtitle);
|
277 |
+
}
|
278 |
+
|
279 |
+
// Remove qTip events associated with this API
|
280 |
+
this._unassignEvents();
|
281 |
+
|
282 |
+
// Remove ID from used id objects, and delete object references
|
283 |
+
// for better garbage collection and leak protection
|
284 |
+
this.options = this.elements = this.cache = this.timers =
|
285 |
+
this.plugins = this.mouse = NULL;
|
286 |
+
|
287 |
+
// Delete epoxsed API object
|
288 |
+
delete QTIP.api[this.id];
|
289 |
+
}
|
290 |
+
|
291 |
+
// If an immediate destory is needed
|
292 |
+
if((immediate !== TRUE || this.triggering === 'hide') && this.rendered) {
|
293 |
+
this.tooltip.one('tooltiphidden', $.proxy(process, this));
|
294 |
+
!this.triggering && this.hide();
|
295 |
+
}
|
296 |
+
|
297 |
+
// If we're not in the process of hiding... process
|
298 |
+
else { process.call(this); }
|
299 |
+
|
300 |
+
return this.target;
|
301 |
+
};
|
302 |
+
;function invalidOpt(a) {
|
303 |
+
return a === NULL || $.type(a) !== 'object';
|
304 |
+
}
|
305 |
+
|
306 |
+
function invalidContent(c) {
|
307 |
+
return !( $.isFunction(c) || (c && c.attr) || c.length || ($.type(c) === 'object' && (c.jquery || c.then) ));
|
308 |
+
}
|
309 |
+
|
310 |
+
// Option object sanitizer
|
311 |
+
function sanitizeOptions(opts) {
|
312 |
+
var content, text, ajax, once;
|
313 |
+
|
314 |
+
if(invalidOpt(opts)) { return FALSE; }
|
315 |
+
|
316 |
+
if(invalidOpt(opts.metadata)) {
|
317 |
+
opts.metadata = { type: opts.metadata };
|
318 |
+
}
|
319 |
+
|
320 |
+
if('content' in opts) {
|
321 |
+
content = opts.content;
|
322 |
+
|
323 |
+
if(invalidOpt(content) || content.jquery || content.done) {
|
324 |
+
content = opts.content = {
|
325 |
+
text: (text = invalidContent(content) ? FALSE : content)
|
326 |
+
};
|
327 |
+
}
|
328 |
+
else { text = content.text; }
|
329 |
+
|
330 |
+
// DEPRECATED - Old content.ajax plugin functionality
|
331 |
+
// Converts it into the proper Deferred syntax
|
332 |
+
if('ajax' in content) {
|
333 |
+
ajax = content.ajax;
|
334 |
+
once = ajax && ajax.once !== FALSE;
|
335 |
+
delete content.ajax;
|
336 |
+
|
337 |
+
content.text = function(event, api) {
|
338 |
+
var loading = text || $(this).attr(api.options.content.attr) || 'Loading...',
|
339 |
+
|
340 |
+
deferred = $.ajax(
|
341 |
+
$.extend({}, ajax, { context: api })
|
342 |
+
)
|
343 |
+
.then(ajax.success, NULL, ajax.error)
|
344 |
+
.then(function(content) {
|
345 |
+
if(content && once) { api.set('content.text', content); }
|
346 |
+
return content;
|
347 |
+
},
|
348 |
+
function(xhr, status, error) {
|
349 |
+
if(api.destroyed || xhr.status === 0) { return; }
|
350 |
+
api.set('content.text', status + ': ' + error);
|
351 |
+
});
|
352 |
+
|
353 |
+
return !once ? (api.set('content.text', loading), deferred) : loading;
|
354 |
+
};
|
355 |
+
}
|
356 |
+
|
357 |
+
if('title' in content) {
|
358 |
+
if($.isPlainObject(content.title)) {
|
359 |
+
content.button = content.title.button;
|
360 |
+
content.title = content.title.text;
|
361 |
+
}
|
362 |
+
|
363 |
+
if(invalidContent(content.title || FALSE)) {
|
364 |
+
content.title = FALSE;
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
|
369 |
+
if('position' in opts && invalidOpt(opts.position)) {
|
370 |
+
opts.position = { my: opts.position, at: opts.position };
|
371 |
+
}
|
372 |
+
|
373 |
+
if('show' in opts && invalidOpt(opts.show)) {
|
374 |
+
opts.show = opts.show.jquery ? { target: opts.show } :
|
375 |
+
opts.show === TRUE ? { ready: TRUE } : { event: opts.show };
|
376 |
+
}
|
377 |
+
|
378 |
+
if('hide' in opts && invalidOpt(opts.hide)) {
|
379 |
+
opts.hide = opts.hide.jquery ? { target: opts.hide } : { event: opts.hide };
|
380 |
+
}
|
381 |
+
|
382 |
+
if('style' in opts && invalidOpt(opts.style)) {
|
383 |
+
opts.style = { classes: opts.style };
|
384 |
+
}
|
385 |
+
|
386 |
+
// Sanitize plugin options
|
387 |
+
$.each(PLUGINS, function() {
|
388 |
+
this.sanitize && this.sanitize(opts);
|
389 |
+
});
|
390 |
+
|
391 |
+
return opts;
|
392 |
+
}
|
393 |
+
|
394 |
+
// Setup builtin .set() option checks
|
395 |
+
CHECKS = PROTOTYPE.checks = {
|
396 |
+
builtin: {
|
397 |
+
// Core checks
|
398 |
+
'^id$': function(obj, o, v, prev) {
|
399 |
+
var id = v === TRUE ? QTIP.nextid : v,
|
400 |
+
new_id = NAMESPACE + '-' + id;
|
401 |
+
|
402 |
+
if(id !== FALSE && id.length > 0 && !$('#'+new_id).length) {
|
403 |
+
this._id = new_id;
|
404 |
+
|
405 |
+
if(this.rendered) {
|
406 |
+
this.tooltip[0].id = this._id;
|
407 |
+
this.elements.content[0].id = this._id + '-content';
|
408 |
+
this.elements.title[0].id = this._id + '-title';
|
409 |
+
}
|
410 |
+
}
|
411 |
+
else { obj[o] = prev; }
|
412 |
+
},
|
413 |
+
'^prerender': function(obj, o, v) {
|
414 |
+
v && !this.rendered && this.render(this.options.show.ready);
|
415 |
+
},
|
416 |
+
|
417 |
+
// Content checks
|
418 |
+
'^content.text$': function(obj, o, v) {
|
419 |
+
this._updateContent(v);
|
420 |
+
},
|
421 |
+
'^content.attr$': function(obj, o, v, prev) {
|
422 |
+
if(this.options.content.text === this.target.attr(prev)) {
|
423 |
+
this._updateContent( this.target.attr(v) );
|
424 |
+
}
|
425 |
+
},
|
426 |
+
'^content.title$': function(obj, o, v) {
|
427 |
+
// Remove title if content is null
|
428 |
+
if(!v) { return this._removeTitle(); }
|
429 |
+
|
430 |
+
// If title isn't already created, create it now and update
|
431 |
+
v && !this.elements.title && this._createTitle();
|
432 |
+
this._updateTitle(v);
|
433 |
+
},
|
434 |
+
'^content.button$': function(obj, o, v) {
|
435 |
+
this._updateButton(v);
|
436 |
+
},
|
437 |
+
'^content.title.(text|button)$': function(obj, o, v) {
|
438 |
+
this.set('content.'+o, v); // Backwards title.text/button compat
|
439 |
+
},
|
440 |
+
|
441 |
+
// Position checks
|
442 |
+
'^position.(my|at)$': function(obj, o, v){
|
443 |
+
'string' === typeof v && (this.position[o] = obj[o] = new CORNER(v, o === 'at'));
|
444 |
+
},
|
445 |
+
'^position.container$': function(obj, o, v){
|
446 |
+
this.rendered && this.tooltip.appendTo(v);
|
447 |
+
},
|
448 |
+
|
449 |
+
// Show checks
|
450 |
+
'^show.ready$': function(obj, o, v) {
|
451 |
+
v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
|
452 |
+
},
|
453 |
+
|
454 |
+
// Style checks
|
455 |
+
'^style.classes$': function(obj, o, v, p) {
|
456 |
+
this.rendered && this.tooltip.removeClass(p).addClass(v);
|
457 |
+
},
|
458 |
+
'^style.(width|height)': function(obj, o, v) {
|
459 |
+
this.rendered && this.tooltip.css(o, v);
|
460 |
+
},
|
461 |
+
'^style.widget|content.title': function() {
|
462 |
+
this.rendered && this._setWidget();
|
463 |
+
},
|
464 |
+
'^style.def': function(obj, o, v) {
|
465 |
+
this.rendered && this.tooltip.toggleClass(CLASS_DEFAULT, !!v);
|
466 |
+
},
|
467 |
+
|
468 |
+
// Events check
|
469 |
+
'^events.(render|show|move|hide|focus|blur)$': function(obj, o, v) {
|
470 |
+
this.rendered && this.tooltip[($.isFunction(v) ? '' : 'un') + 'bind']('tooltip'+o, v);
|
471 |
+
},
|
472 |
+
|
473 |
+
// Properties which require event reassignment
|
474 |
+
'^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)': function() {
|
475 |
+
if(!this.rendered) { return; }
|
476 |
+
|
477 |
+
// Set tracking flag
|
478 |
+
var posOptions = this.options.position;
|
479 |
+
this.tooltip.attr('tracking', posOptions.target === 'mouse' && posOptions.adjust.mouse);
|
480 |
+
|
481 |
+
// Reassign events
|
482 |
+
this._unassignEvents();
|
483 |
+
this._assignEvents();
|
484 |
+
}
|
485 |
+
}
|
486 |
+
};
|
487 |
+
|
488 |
+
// Dot notation converter
|
489 |
+
function convertNotation(options, notation) {
|
490 |
+
var i = 0, obj, option = options,
|
491 |
+
|
492 |
+
// Split notation into array
|
493 |
+
levels = notation.split('.');
|
494 |
+
|
495 |
+
// Loop through
|
496 |
+
while( option = option[ levels[i++] ] ) {
|
497 |
+
if(i < levels.length) { obj = option; }
|
498 |
+
}
|
499 |
+
|
500 |
+
return [obj || options, levels.pop()];
|
501 |
+
}
|
502 |
+
|
503 |
+
PROTOTYPE.get = function(notation) {
|
504 |
+
if(this.destroyed) { return this; }
|
505 |
+
|
506 |
+
var o = convertNotation(this.options, notation.toLowerCase()),
|
507 |
+
result = o[0][ o[1] ];
|
508 |
+
|
509 |
+
return result.precedance ? result.string() : result;
|
510 |
+
};
|
511 |
+
|
512 |
+
function setCallback(notation, args) {
|
513 |
+
var category, rule, match;
|
514 |
+
|
515 |
+
for(category in this.checks) {
|
516 |
+
for(rule in this.checks[category]) {
|
517 |
+
if(match = (new RegExp(rule, 'i')).exec(notation)) {
|
518 |
+
args.push(match);
|
519 |
+
|
520 |
+
if(category === 'builtin' || this.plugins[category]) {
|
521 |
+
this.checks[category][rule].apply(
|
522 |
+
this.plugins[category] || this, args
|
523 |
+
);
|
524 |
+
}
|
525 |
+
}
|
526 |
+
}
|
527 |
+
}
|
528 |
+
}
|
529 |
+
|
530 |
+
var rmove = /^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,
|
531 |
+
rrender = /^prerender|show\.ready/i;
|
532 |
+
|
533 |
+
PROTOTYPE.set = function(option, value) {
|
534 |
+
if(this.destroyed) { return this; }
|
535 |
+
|
536 |
+
var rendered = this.rendered,
|
537 |
+
reposition = FALSE,
|
538 |
+
options = this.options,
|
539 |
+
checks = this.checks,
|
540 |
+
name;
|
541 |
+
|
542 |
+
// Convert singular option/value pair into object form
|
543 |
+
if('string' === typeof option) {
|
544 |
+
name = option; option = {}; option[name] = value;
|
545 |
+
}
|
546 |
+
else { option = $.extend({}, option); }
|
547 |
+
|
548 |
+
// Set all of the defined options to their new values
|
549 |
+
$.each(option, function(notation, value) {
|
550 |
+
if(rendered && rrender.test(notation)) {
|
551 |
+
delete option[notation]; return;
|
552 |
+
}
|
553 |
+
|
554 |
+
// Set new obj value
|
555 |
+
var obj = convertNotation(options, notation.toLowerCase()), previous;
|
556 |
+
previous = obj[0][ obj[1] ];
|
557 |
+
obj[0][ obj[1] ] = value && value.nodeType ? $(value) : value;
|
558 |
+
|
559 |
+
// Also check if we need to reposition
|
560 |
+
reposition = rmove.test(notation) || reposition;
|
561 |
+
|
562 |
+
// Set the new params for the callback
|
563 |
+
option[notation] = [obj[0], obj[1], value, previous];
|
564 |
+
});
|
565 |
+
|
566 |
+
// Re-sanitize options
|
567 |
+
sanitizeOptions(options);
|
568 |
+
|
569 |
+
/*
|
570 |
+
* Execute any valid callbacks for the set options
|
571 |
+
* Also set positioning flag so we don't get loads of redundant repositioning calls.
|
572 |
+
*/
|
573 |
+
this.positioning = TRUE;
|
574 |
+
$.each(option, $.proxy(setCallback, this));
|
575 |
+
this.positioning = FALSE;
|
576 |
+
|
577 |
+
// Update position if needed
|
578 |
+
if(this.rendered && this.tooltip[0].offsetWidth > 0 && reposition) {
|
579 |
+
this.reposition( options.position.target === 'mouse' ? NULL : this.cache.event );
|
580 |
+
}
|
581 |
+
|
582 |
+
return this;
|
583 |
+
};
|
584 |
+
;PROTOTYPE._update = function(content, element, reposition) {
|
585 |
+
var self = this,
|
586 |
+
cache = this.cache;
|
587 |
+
|
588 |
+
// Make sure tooltip is rendered and content is defined. If not return
|
589 |
+
if(!this.rendered || !content) { return FALSE; }
|
590 |
+
|
591 |
+
// Use function to parse content
|
592 |
+
if($.isFunction(content)) {
|
593 |
+
content = content.call(this.elements.target, cache.event, this) || '';
|
594 |
+
}
|
595 |
+
|
596 |
+
// Handle deferred content
|
597 |
+
if($.isFunction(content.then)) {
|
598 |
+
cache.waiting = TRUE;
|
599 |
+
return content.then(function(c) {
|
600 |
+
cache.waiting = FALSE;
|
601 |
+
return self._update(c, element);
|
602 |
+
}, NULL, function(e) {
|
603 |
+
return self._update(e, element);
|
604 |
+
});
|
605 |
+
}
|
606 |
+
|
607 |
+
// If content is null... return false
|
608 |
+
if(content === FALSE || (!content && content !== '')) { return FALSE; }
|
609 |
+
|
610 |
+
// Append new content if its a DOM array and show it if hidden
|
611 |
+
if(content.jquery && content.length > 0) {
|
612 |
+
element.empty().append(
|
613 |
+
content.css({ display: 'block', visibility: 'visible' })
|
614 |
+
);
|
615 |
+
}
|
616 |
+
|
617 |
+
// Content is a regular string, insert the new content
|
618 |
+
else { element.html(content); }
|
619 |
+
|
620 |
+
// Wait for content to be loaded, and reposition
|
621 |
+
return this._waitForContent(element).then(function(images) {
|
622 |
+
if(self.rendered && self.tooltip[0].offsetWidth > 0) {
|
623 |
+
self.reposition(cache.event, !images.length);
|
624 |
+
}
|
625 |
+
});
|
626 |
+
};
|
627 |
+
|
628 |
+
PROTOTYPE._waitForContent = function(element) {
|
629 |
+
var cache = this.cache;
|
630 |
+
|
631 |
+
// Set flag
|
632 |
+
cache.waiting = TRUE;
|
633 |
+
|
634 |
+
// If imagesLoaded is included, ensure images have loaded and return promise
|
635 |
+
return ( $.fn.imagesLoaded ? element.imagesLoaded() : $.Deferred().resolve([]) )
|
636 |
+
.done(function() { cache.waiting = FALSE; })
|
637 |
+
.promise();
|
638 |
+
};
|
639 |
+
|
640 |
+
PROTOTYPE._updateContent = function(content, reposition) {
|
641 |
+
this._update(content, this.elements.content, reposition);
|
642 |
+
};
|
643 |
+
|
644 |
+
PROTOTYPE._updateTitle = function(content, reposition) {
|
645 |
+
if(this._update(content, this.elements.title, reposition) === FALSE) {
|
646 |
+
this._removeTitle(FALSE);
|
647 |
+
}
|
648 |
+
};
|
649 |
+
|
650 |
+
PROTOTYPE._createTitle = function()
|
651 |
+
{
|
652 |
+
var elements = this.elements,
|
653 |
+
id = this._id+'-title';
|
654 |
+
|
655 |
+
// Destroy previous title element, if present
|
656 |
+
if(elements.titlebar) { this._removeTitle(); }
|
657 |
+
|
658 |
+
// Create title bar and title elements
|
659 |
+
elements.titlebar = $('<div />', {
|
660 |
+
'class': NAMESPACE + '-titlebar ' + (this.options.style.widget ? createWidgetClass('header') : '')
|
661 |
+
})
|
662 |
+
.append(
|
663 |
+
elements.title = $('<div />', {
|
664 |
+
'id': id,
|
665 |
+
'class': NAMESPACE + '-title',
|
666 |
+
'aria-atomic': TRUE
|
667 |
+
})
|
668 |
+
)
|
669 |
+
.insertBefore(elements.content)
|
670 |
+
|
671 |
+
// Button-specific events
|
672 |
+
.delegate('.qtip-close', 'mousedown keydown mouseup keyup mouseout', function(event) {
|
673 |
+
$(this).toggleClass('ui-state-active ui-state-focus', event.type.substr(-4) === 'down');
|
674 |
+
})
|
675 |
+
.delegate('.qtip-close', 'mouseover mouseout', function(event){
|
676 |
+
$(this).toggleClass('ui-state-hover', event.type === 'mouseover');
|
677 |
+
});
|
678 |
+
|
679 |
+
// Create button if enabled
|
680 |
+
if(this.options.content.button) { this._createButton(); }
|
681 |
+
};
|
682 |
+
|
683 |
+
PROTOTYPE._removeTitle = function(reposition)
|
684 |
+
{
|
685 |
+
var elements = this.elements;
|
686 |
+
|
687 |
+
if(elements.title) {
|
688 |
+
elements.titlebar.remove();
|
689 |
+
elements.titlebar = elements.title = elements.button = NULL;
|
690 |
+
|
691 |
+
// Reposition if enabled
|
692 |
+
if(reposition !== FALSE) { this.reposition(); }
|
693 |
+
}
|
694 |
+
};
|
695 |
+
;PROTOTYPE._createPosClass = function(my) {
|
696 |
+
return NAMESPACE + '-pos-' + (my || this.options.position.my).abbrev();
|
697 |
+
};
|
698 |
+
|
699 |
+
PROTOTYPE.reposition = function(event, effect) {
|
700 |
+
if(!this.rendered || this.positioning || this.destroyed) { return this; }
|
701 |
+
|
702 |
+
// Set positioning flag
|
703 |
+
this.positioning = TRUE;
|
704 |
+
|
705 |
+
var cache = this.cache,
|
706 |
+
tooltip = this.tooltip,
|
707 |
+
posOptions = this.options.position,
|
708 |
+
target = posOptions.target,
|
709 |
+
my = posOptions.my,
|
710 |
+
at = posOptions.at,
|
711 |
+
viewport = posOptions.viewport,
|
712 |
+
container = posOptions.container,
|
713 |
+
adjust = posOptions.adjust,
|
714 |
+
method = adjust.method.split(' '),
|
715 |
+
tooltipWidth = tooltip.outerWidth(FALSE),
|
716 |
+
tooltipHeight = tooltip.outerHeight(FALSE),
|
717 |
+
targetWidth = 0,
|
718 |
+
targetHeight = 0,
|
719 |
+
type = tooltip.css('position'),
|
720 |
+
position = { left: 0, top: 0 },
|
721 |
+
visible = tooltip[0].offsetWidth > 0,
|
722 |
+
isScroll = event && event.type === 'scroll',
|
723 |
+
win = $(window),
|
724 |
+
doc = container[0].ownerDocument,
|
725 |
+
mouse = this.mouse,
|
726 |
+
pluginCalculations, offset, adjusted, newClass;
|
727 |
+
|
728 |
+
// Check if absolute position was passed
|
729 |
+
if($.isArray(target) && target.length === 2) {
|
730 |
+
// Force left top and set position
|
731 |
+
at = { x: LEFT, y: TOP };
|
732 |
+
position = { left: target[0], top: target[1] };
|
733 |
+
}
|
734 |
+
|
735 |
+
// Check if mouse was the target
|
736 |
+
else if(target === 'mouse') {
|
737 |
+
// Force left top to allow flipping
|
738 |
+
at = { x: LEFT, y: TOP };
|
739 |
+
|
740 |
+
// Use the mouse origin that caused the show event, if distance hiding is enabled
|
741 |
+
if((!adjust.mouse || this.options.hide.distance) && cache.origin && cache.origin.pageX) {
|
742 |
+
event = cache.origin;
|
743 |
+
}
|
744 |
+
|
745 |
+
// Use cached event for resize/scroll events
|
746 |
+
else if(!event || (event && (event.type === 'resize' || event.type === 'scroll'))) {
|
747 |
+
event = cache.event;
|
748 |
+
}
|
749 |
+
|
750 |
+
// Otherwise, use the cached mouse coordinates if available
|
751 |
+
else if(mouse && mouse.pageX) {
|
752 |
+
event = mouse;
|
753 |
+
}
|
754 |
+
|
755 |
+
// Calculate body and container offset and take them into account below
|
756 |
+
if(type !== 'static') { position = container.offset(); }
|
757 |
+
if(doc.body.offsetWidth !== (window.innerWidth || doc.documentElement.clientWidth)) {
|
758 |
+
offset = $(document.body).offset();
|
759 |
+
}
|
760 |
+
|
761 |
+
// Use event coordinates for position
|
762 |
+
position = {
|
763 |
+
left: event.pageX - position.left + (offset && offset.left || 0),
|
764 |
+
top: event.pageY - position.top + (offset && offset.top || 0)
|
765 |
+
};
|
766 |
+
|
767 |
+
// Scroll events are a pain, some browsers
|
768 |
+
if(adjust.mouse && isScroll && mouse) {
|
769 |
+
position.left -= (mouse.scrollX || 0) - win.scrollLeft();
|
770 |
+
position.top -= (mouse.scrollY || 0) - win.scrollTop();
|
771 |
+
}
|
772 |
+
}
|
773 |
+
|
774 |
+
// Target wasn't mouse or absolute...
|
775 |
+
else {
|
776 |
+
// Check if event targetting is being used
|
777 |
+
if(target === 'event') {
|
778 |
+
if(event && event.target && event.type !== 'scroll' && event.type !== 'resize') {
|
779 |
+
cache.target = $(event.target);
|
780 |
+
}
|
781 |
+
else if(!event.target) {
|
782 |
+
cache.target = this.elements.target;
|
783 |
+
}
|
784 |
+
}
|
785 |
+
else if(target !== 'event'){
|
786 |
+
cache.target = $(target.jquery ? target : this.elements.target);
|
787 |
+
}
|
788 |
+
target = cache.target;
|
789 |
+
|
790 |
+
// Parse the target into a jQuery object and make sure there's an element present
|
791 |
+
target = $(target).eq(0);
|
792 |
+
if(target.length === 0) { return this; }
|
793 |
+
|
794 |
+
// Check if window or document is the target
|
795 |
+
else if(target[0] === document || target[0] === window) {
|
796 |
+
targetWidth = BROWSER.iOS ? window.innerWidth : target.width();
|
797 |
+
targetHeight = BROWSER.iOS ? window.innerHeight : target.height();
|
798 |
+
|
799 |
+
if(target[0] === window) {
|
800 |
+
position = {
|
801 |
+
top: (viewport || target).scrollTop(),
|
802 |
+
left: (viewport || target).scrollLeft()
|
803 |
+
};
|
804 |
+
}
|
805 |
+
}
|
806 |
+
|
807 |
+
// Check if the target is an <AREA> element
|
808 |
+
else if(PLUGINS.imagemap && target.is('area')) {
|
809 |
+
pluginCalculations = PLUGINS.imagemap(this, target, at, PLUGINS.viewport ? method : FALSE);
|
810 |
+
}
|
811 |
+
|
812 |
+
// Check if the target is an SVG element
|
813 |
+
else if(PLUGINS.svg && target && target[0].ownerSVGElement) {
|
814 |
+
pluginCalculations = PLUGINS.svg(this, target, at, PLUGINS.viewport ? method : FALSE);
|
815 |
+
}
|
816 |
+
|
817 |
+
// Otherwise use regular jQuery methods
|
818 |
+
else {
|
819 |
+
targetWidth = target.outerWidth(FALSE);
|
820 |
+
targetHeight = target.outerHeight(FALSE);
|
821 |
+
position = target.offset();
|
822 |
+
}
|
823 |
+
|
824 |
+
// Parse returned plugin values into proper variables
|
825 |
+
if(pluginCalculations) {
|
826 |
+
targetWidth = pluginCalculations.width;
|
827 |
+
targetHeight = pluginCalculations.height;
|
828 |
+
offset = pluginCalculations.offset;
|
829 |
+
position = pluginCalculations.position;
|
830 |
+
}
|
831 |
+
|
832 |
+
// Adjust position to take into account offset parents
|
833 |
+
position = this.reposition.offset(target, position, container);
|
834 |
+
|
835 |
+
// Adjust for position.fixed tooltips (and also iOS scroll bug in v3.2-4.0 & v4.3-4.3.2)
|
836 |
+
if((BROWSER.iOS > 3.1 && BROWSER.iOS < 4.1) ||
|
837 |
+
(BROWSER.iOS >= 4.3 && BROWSER.iOS < 4.33) ||
|
838 |
+
(!BROWSER.iOS && type === 'fixed')
|
839 |
+
){
|
840 |
+
position.left -= win.scrollLeft();
|
841 |
+
position.top -= win.scrollTop();
|
842 |
+
}
|
843 |
+
|
844 |
+
// Adjust position relative to target
|
845 |
+
if(!pluginCalculations || (pluginCalculations && pluginCalculations.adjustable !== FALSE)) {
|
846 |
+
position.left += at.x === RIGHT ? targetWidth : at.x === CENTER ? targetWidth / 2 : 0;
|
847 |
+
position.top += at.y === BOTTOM ? targetHeight : at.y === CENTER ? targetHeight / 2 : 0;
|
848 |
+
}
|
849 |
+
}
|
850 |
+
|
851 |
+
// Adjust position relative to tooltip
|
852 |
+
position.left += adjust.x + (my.x === RIGHT ? -tooltipWidth : my.x === CENTER ? -tooltipWidth / 2 : 0);
|
853 |
+
position.top += adjust.y + (my.y === BOTTOM ? -tooltipHeight : my.y === CENTER ? -tooltipHeight / 2 : 0);
|
854 |
+
|
855 |
+
// Use viewport adjustment plugin if enabled
|
856 |
+
if(PLUGINS.viewport) {
|
857 |
+
adjusted = position.adjusted = PLUGINS.viewport(
|
858 |
+
this, position, posOptions, targetWidth, targetHeight, tooltipWidth, tooltipHeight
|
859 |
+
);
|
860 |
+
|
861 |
+
// Apply offsets supplied by positioning plugin (if used)
|
862 |
+
if(offset && adjusted.left) { position.left += offset.left; }
|
863 |
+
if(offset && adjusted.top) { position.top += offset.top; }
|
864 |
+
|
865 |
+
// Apply any new 'my' position
|
866 |
+
if(adjusted.my) { this.position.my = adjusted.my; }
|
867 |
+
}
|
868 |
+
|
869 |
+
// Viewport adjustment is disabled, set values to zero
|
870 |
+
else { position.adjusted = { left: 0, top: 0 }; }
|
871 |
+
|
872 |
+
// Set tooltip position class if it's changed
|
873 |
+
if(cache.posClass !== (newClass = this._createPosClass(this.position.my))) {
|
874 |
+
tooltip.removeClass(cache.posClass).addClass( (cache.posClass = newClass) );
|
875 |
+
}
|
876 |
+
|
877 |
+
// tooltipmove event
|
878 |
+
if(!this._trigger('move', [position, viewport.elem || viewport], event)) { return this; }
|
879 |
+
delete position.adjusted;
|
880 |
+
|
881 |
+
// If effect is disabled, target it mouse, no animation is defined or positioning gives NaN out, set CSS directly
|
882 |
+
if(effect === FALSE || !visible || isNaN(position.left) || isNaN(position.top) || target === 'mouse' || !$.isFunction(posOptions.effect)) {
|
883 |
+
tooltip.css(position);
|
884 |
+
}
|
885 |
+
|
886 |
+
// Use custom function if provided
|
887 |
+
else if($.isFunction(posOptions.effect)) {
|
888 |
+
posOptions.effect.call(tooltip, this, $.extend({}, position));
|
889 |
+
tooltip.queue(function(next) {
|
890 |
+
// Reset attributes to avoid cross-browser rendering bugs
|
891 |
+
$(this).css({ opacity: '', height: '' });
|
892 |
+
if(BROWSER.ie) { this.style.removeAttribute('filter'); }
|
893 |
+
|
894 |
+
next();
|
895 |
+
});
|
896 |
+
}
|
897 |
+
|
898 |
+
// Set positioning flag
|
899 |
+
this.positioning = FALSE;
|
900 |
+
|
901 |
+
return this;
|
902 |
+
};
|
903 |
+
|
904 |
+
// Custom (more correct for qTip!) offset calculator
|
905 |
+
PROTOTYPE.reposition.offset = function(elem, pos, container) {
|
906 |
+
if(!container[0]) { return pos; }
|
907 |
+
|
908 |
+
var ownerDocument = $(elem[0].ownerDocument),
|
909 |
+
quirks = !!BROWSER.ie && document.compatMode !== 'CSS1Compat',
|
910 |
+
parent = container[0],
|
911 |
+
scrolled, position, parentOffset, overflow;
|
912 |
+
|
913 |
+
function scroll(e, i) {
|
914 |
+
pos.left += i * e.scrollLeft();
|
915 |
+
pos.top += i * e.scrollTop();
|
916 |
+
}
|
917 |
+
|
918 |
+
// Compensate for non-static containers offset
|
919 |
+
do {
|
920 |
+
if((position = $.css(parent, 'position')) !== 'static') {
|
921 |
+
if(position === 'fixed') {
|
922 |
+
parentOffset = parent.getBoundingClientRect();
|
923 |
+
scroll(ownerDocument, -1);
|
924 |
+
}
|
925 |
+
else {
|
926 |
+
parentOffset = $(parent).position();
|
927 |
+
parentOffset.left += (parseFloat($.css(parent, 'borderLeftWidth')) || 0);
|
928 |
+
parentOffset.top += (parseFloat($.css(parent, 'borderTopWidth')) || 0);
|
929 |
+
}
|
930 |
+
|
931 |
+
pos.left -= parentOffset.left + (parseFloat($.css(parent, 'marginLeft')) || 0);
|
932 |
+
pos.top -= parentOffset.top + (parseFloat($.css(parent, 'marginTop')) || 0);
|
933 |
+
|
934 |
+
// If this is the first parent element with an overflow of "scroll" or "auto", store it
|
935 |
+
if(!scrolled && (overflow = $.css(parent, 'overflow')) !== 'hidden' && overflow !== 'visible') { scrolled = $(parent); }
|
936 |
+
}
|
937 |
+
}
|
938 |
+
while((parent = parent.offsetParent));
|
939 |
+
|
940 |
+
// Compensate for containers scroll if it also has an offsetParent (or in IE quirks mode)
|
941 |
+
if(scrolled && (scrolled[0] !== ownerDocument[0] || quirks)) {
|
942 |
+
scroll(scrolled, 1);
|
943 |
+
}
|
944 |
+
|
945 |
+
return pos;
|
946 |
+
};
|
947 |
+
|
948 |
+
// Corner class
|
949 |
+
var C = (CORNER = PROTOTYPE.reposition.Corner = function(corner, forceY) {
|
950 |
+
corner = ('' + corner).replace(/([A-Z])/, ' $1').replace(/middle/gi, CENTER).toLowerCase();
|
951 |
+
this.x = (corner.match(/left|right/i) || corner.match(/center/) || ['inherit'])[0].toLowerCase();
|
952 |
+
this.y = (corner.match(/top|bottom|center/i) || ['inherit'])[0].toLowerCase();
|
953 |
+
this.forceY = !!forceY;
|
954 |
+
|
955 |
+
var f = corner.charAt(0);
|
956 |
+
this.precedance = (f === 't' || f === 'b' ? Y : X);
|
957 |
+
}).prototype;
|
958 |
+
|
959 |
+
C.invert = function(z, center) {
|
960 |
+
this[z] = this[z] === LEFT ? RIGHT : this[z] === RIGHT ? LEFT : center || this[z];
|
961 |
+
};
|
962 |
+
|
963 |
+
C.string = function(join) {
|
964 |
+
var x = this.x, y = this.y;
|
965 |
+
|
966 |
+
var result = x !== y ?
|
967 |
+
(x === 'center' || y !== 'center' && (this.precedance === Y || this.forceY) ?
|
968 |
+
[y,x] : [x,y]
|
969 |
+
) :
|
970 |
+
[x];
|
971 |
+
|
972 |
+
return join !== false ? result.join(' ') : result;
|
973 |
+
};
|
974 |
+
|
975 |
+
C.abbrev = function() {
|
976 |
+
var result = this.string(false);
|
977 |
+
return result[0].charAt(0) + (result[1] && result[1].charAt(0) || '');
|
978 |
+
};
|
979 |
+
|
980 |
+
C.clone = function() {
|
981 |
+
return new CORNER( this.string(), this.forceY );
|
982 |
+
};
|
983 |
+
|
984 |
+
;
|
985 |
+
PROTOTYPE.toggle = function(state, event) {
|
986 |
+
var cache = this.cache,
|
987 |
+
options = this.options,
|
988 |
+
tooltip = this.tooltip;
|
989 |
+
|
990 |
+
// Try to prevent flickering when tooltip overlaps show element
|
991 |
+
if(event) {
|
992 |
+
if((/over|enter/).test(event.type) && cache.event && (/out|leave/).test(cache.event.type) &&
|
993 |
+
options.show.target.add(event.target).length === options.show.target.length &&
|
994 |
+
tooltip.has(event.relatedTarget).length) {
|
995 |
+
return this;
|
996 |
+
}
|
997 |
+
|
998 |
+
// Cache event
|
999 |
+
cache.event = $.event.fix(event);
|
1000 |
+
}
|
1001 |
+
|
1002 |
+
// If we're currently waiting and we've just hidden... stop it
|
1003 |
+
this.waiting && !state && (this.hiddenDuringWait = TRUE);
|
1004 |
+
|
1005 |
+
// Render the tooltip if showing and it isn't already
|
1006 |
+
if(!this.rendered) { return state ? this.render(1) : this; }
|
1007 |
+
else if(this.destroyed || this.disabled) { return this; }
|
1008 |
+
|
1009 |
+
var type = state ? 'show' : 'hide',
|
1010 |
+
opts = this.options[type],
|
1011 |
+
otherOpts = this.options[ !state ? 'show' : 'hide' ],
|
1012 |
+
posOptions = this.options.position,
|
1013 |
+
contentOptions = this.options.content,
|
1014 |
+
width = this.tooltip.css('width'),
|
1015 |
+
visible = this.tooltip.is(':visible'),
|
1016 |
+
animate = state || opts.target.length === 1,
|
1017 |
+
sameTarget = !event || opts.target.length < 2 || cache.target[0] === event.target,
|
1018 |
+
identicalState, allow, showEvent, delay, after;
|
1019 |
+
|
1020 |
+
// Detect state if valid one isn't provided
|
1021 |
+
if((typeof state).search('boolean|number')) { state = !visible; }
|
1022 |
+
|
1023 |
+
// Check if the tooltip is in an identical state to the new would-be state
|
1024 |
+
identicalState = !tooltip.is(':animated') && visible === state && sameTarget;
|
1025 |
+
|
1026 |
+
// Fire tooltip(show/hide) event and check if destroyed
|
1027 |
+
allow = !identicalState ? !!this._trigger(type, [90]) : NULL;
|
1028 |
+
|
1029 |
+
// Check to make sure the tooltip wasn't destroyed in the callback
|
1030 |
+
if(this.destroyed) { return this; }
|
1031 |
+
|
1032 |
+
// If the user didn't stop the method prematurely and we're showing the tooltip, focus it
|
1033 |
+
if(allow !== FALSE && state) { this.focus(event); }
|
1034 |
+
|
1035 |
+
// If the state hasn't changed or the user stopped it, return early
|
1036 |
+
if(!allow || identicalState) { return this; }
|
1037 |
+
|
1038 |
+
// Set ARIA hidden attribute
|
1039 |
+
$.attr(tooltip[0], 'aria-hidden', !!!state);
|
1040 |
+
|
1041 |
+
// Execute state specific properties
|
1042 |
+
if(state) {
|
1043 |
+
// Store show origin coordinates
|
1044 |
+
this.mouse && (cache.origin = $.event.fix(this.mouse));
|
1045 |
+
|
1046 |
+
// Update tooltip content & title if it's a dynamic function
|
1047 |
+
if($.isFunction(contentOptions.text)) { this._updateContent(contentOptions.text, FALSE); }
|
1048 |
+
if($.isFunction(contentOptions.title)) { this._updateTitle(contentOptions.title, FALSE); }
|
1049 |
+
|
1050 |
+
// Cache mousemove events for positioning purposes (if not already tracking)
|
1051 |
+
if(!trackingBound && posOptions.target === 'mouse' && posOptions.adjust.mouse) {
|
1052 |
+
$(document).bind('mousemove.'+NAMESPACE, this._storeMouse);
|
1053 |
+
trackingBound = TRUE;
|
1054 |
+
}
|
1055 |
+
|
1056 |
+
// Update the tooltip position (set width first to prevent viewport/max-width issues)
|
1057 |
+
if(!width) { tooltip.css('width', tooltip.outerWidth(FALSE)); }
|
1058 |
+
this.reposition(event, arguments[2]);
|
1059 |
+
if(!width) { tooltip.css('width', ''); }
|
1060 |
+
|
1061 |
+
// Hide other tooltips if tooltip is solo
|
1062 |
+
if(!!opts.solo) {
|
1063 |
+
(typeof opts.solo === 'string' ? $(opts.solo) : $(SELECTOR, opts.solo))
|
1064 |
+
.not(tooltip).not(opts.target).qtip('hide', $.Event('tooltipsolo'));
|
1065 |
+
}
|
1066 |
+
}
|
1067 |
+
else {
|
1068 |
+
// Clear show timer if we're hiding
|
1069 |
+
clearTimeout(this.timers.show);
|
1070 |
+
|
1071 |
+
// Remove cached origin on hide
|
1072 |
+
delete cache.origin;
|
1073 |
+
|
1074 |
+
// Remove mouse tracking event if not needed (all tracking qTips are hidden)
|
1075 |
+
if(trackingBound && !$(SELECTOR+'[tracking="true"]:visible', opts.solo).not(tooltip).length) {
|
1076 |
+
$(document).unbind('mousemove.'+NAMESPACE);
|
1077 |
+
trackingBound = FALSE;
|
1078 |
+
}
|
1079 |
+
|
1080 |
+
// Blur the tooltip
|
1081 |
+
this.blur(event);
|
1082 |
+
}
|
1083 |
+
|
1084 |
+
// Define post-animation, state specific properties
|
1085 |
+
after = $.proxy(function() {
|
1086 |
+
if(state) {
|
1087 |
+
// Prevent antialias from disappearing in IE by removing filter
|
1088 |
+
if(BROWSER.ie) { tooltip[0].style.removeAttribute('filter'); }
|
1089 |
+
|
1090 |
+
// Remove overflow setting to prevent tip bugs
|
1091 |
+
tooltip.css('overflow', '');
|
1092 |
+
|
1093 |
+
// Autofocus elements if enabled
|
1094 |
+
if('string' === typeof opts.autofocus) {
|
1095 |
+
$(this.options.show.autofocus, tooltip).focus();
|
1096 |
+
}
|
1097 |
+
|
1098 |
+
// If set, hide tooltip when inactive for delay period
|
1099 |
+
this.options.show.target.trigger('qtip-'+this.id+'-inactive');
|
1100 |
+
}
|
1101 |
+
else {
|
1102 |
+
// Reset CSS states
|
1103 |
+
tooltip.css({
|
1104 |
+
display: '',
|
1105 |
+
visibility: '',
|
1106 |
+
opacity: '',
|
1107 |
+
left: '',
|
1108 |
+
top: ''
|
1109 |
+
});
|
1110 |
+
}
|
1111 |
+
|
1112 |
+
// tooltipvisible/tooltiphidden events
|
1113 |
+
this._trigger(state ? 'visible' : 'hidden');
|
1114 |
+
}, this);
|
1115 |
+
|
1116 |
+
// If no effect type is supplied, use a simple toggle
|
1117 |
+
if(opts.effect === FALSE || animate === FALSE) {
|
1118 |
+
tooltip[ type ]();
|
1119 |
+
after();
|
1120 |
+
}
|
1121 |
+
|
1122 |
+
// Use custom function if provided
|
1123 |
+
else if($.isFunction(opts.effect)) {
|
1124 |
+
tooltip.stop(1, 1);
|
1125 |
+
opts.effect.call(tooltip, this);
|
1126 |
+
tooltip.queue('fx', function(n) {
|
1127 |
+
after(); n();
|
1128 |
+
});
|
1129 |
+
}
|
1130 |
+
|
1131 |
+
// Use basic fade function by default
|
1132 |
+
else { tooltip.fadeTo(90, state ? 1 : 0, after); }
|
1133 |
+
|
1134 |
+
// If inactive hide method is set, active it
|
1135 |
+
if(state) { opts.target.trigger('qtip-'+this.id+'-inactive'); }
|
1136 |
+
|
1137 |
+
return this;
|
1138 |
+
};
|
1139 |
+
|
1140 |
+
PROTOTYPE.show = function(event) { return this.toggle(TRUE, event); };
|
1141 |
+
|
1142 |
+
PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); };
|
1143 |
+
;PROTOTYPE.focus = function(event) {
|
1144 |
+
if(!this.rendered || this.destroyed) { return this; }
|
1145 |
+
|
1146 |
+
var qtips = $(SELECTOR),
|
1147 |
+
tooltip = this.tooltip,
|
1148 |
+
curIndex = parseInt(tooltip[0].style.zIndex, 10),
|
1149 |
+
newIndex = QTIP.zindex + qtips.length,
|
1150 |
+
focusedElem;
|
1151 |
+
|
1152 |
+
// Only update the z-index if it has changed and tooltip is not already focused
|
1153 |
+
if(!tooltip.hasClass(CLASS_FOCUS)) {
|
1154 |
+
// tooltipfocus event
|
1155 |
+
if(this._trigger('focus', [newIndex], event)) {
|
1156 |
+
// Only update z-index's if they've changed
|
1157 |
+
if(curIndex !== newIndex) {
|
1158 |
+
// Reduce our z-index's and keep them properly ordered
|
1159 |
+
qtips.each(function() {
|
1160 |
+
if(this.style.zIndex > curIndex) {
|
1161 |
+
this.style.zIndex = this.style.zIndex - 1;
|
1162 |
+
}
|
1163 |
+
});
|
1164 |
+
|
1165 |
+
// Fire blur event for focused tooltip
|
1166 |
+
qtips.filter('.' + CLASS_FOCUS).qtip('blur', event);
|
1167 |
+
}
|
1168 |
+
|
1169 |
+
// Set the new z-index
|
1170 |
+
tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;
|
1171 |
+
}
|
1172 |
+
}
|
1173 |
+
|
1174 |
+
return this;
|
1175 |
+
};
|
1176 |
+
|
1177 |
+
PROTOTYPE.blur = function(event) {
|
1178 |
+
if(!this.rendered || this.destroyed) { return this; }
|
1179 |
+
|
1180 |
+
// Set focused status to FALSE
|
1181 |
+
this.tooltip.removeClass(CLASS_FOCUS);
|
1182 |
+
|
1183 |
+
// tooltipblur event
|
1184 |
+
this._trigger('blur', [ this.tooltip.css('zIndex') ], event);
|
1185 |
+
|
1186 |
+
return this;
|
1187 |
+
};
|
1188 |
+
;PROTOTYPE.disable = function(state) {
|
1189 |
+
if(this.destroyed) { return this; }
|
1190 |
+
|
1191 |
+
// If 'toggle' is passed, toggle the current state
|
1192 |
+
if(state === 'toggle') {
|
1193 |
+
state = !(this.rendered ? this.tooltip.hasClass(CLASS_DISABLED) : this.disabled);
|
1194 |
+
}
|
1195 |
+
|
1196 |
+
// Disable if no state passed
|
1197 |
+
else if('boolean' !== typeof state) {
|
1198 |
+
state = TRUE;
|
1199 |
+
}
|
1200 |
+
|
1201 |
+
if(this.rendered) {
|
1202 |
+
this.tooltip.toggleClass(CLASS_DISABLED, state)
|
1203 |
+
.attr('aria-disabled', state);
|
1204 |
+
}
|
1205 |
+
|
1206 |
+
this.disabled = !!state;
|
1207 |
+
|
1208 |
+
return this;
|
1209 |
+
};
|
1210 |
+
|
1211 |
+
PROTOTYPE.enable = function() { return this.disable(FALSE); };
|
1212 |
+
;PROTOTYPE._createButton = function()
|
1213 |
+
{
|
1214 |
+
var self = this,
|
1215 |
+
elements = this.elements,
|
1216 |
+
tooltip = elements.tooltip,
|
1217 |
+
button = this.options.content.button,
|
1218 |
+
isString = typeof button === 'string',
|
1219 |
+
close = isString ? button : 'Close tooltip';
|
1220 |
+
|
1221 |
+
if(elements.button) { elements.button.remove(); }
|
1222 |
+
|
1223 |
+
// Use custom button if one was supplied by user, else use default
|
1224 |
+
if(button.jquery) {
|
1225 |
+
elements.button = button;
|
1226 |
+
}
|
1227 |
+
else {
|
1228 |
+
elements.button = $('<a />', {
|
1229 |
+
'class': 'qtip-close ' + (this.options.style.widget ? '' : NAMESPACE+'-icon'),
|
1230 |
+
'title': close,
|
1231 |
+
'aria-label': close
|
1232 |
+
})
|
1233 |
+
.prepend(
|
1234 |
+
$('<span />', {
|
1235 |
+
'class': 'ui-icon ui-icon-close',
|
1236 |
+
'html': '×'
|
1237 |
+
})
|
1238 |
+
);
|
1239 |
+
}
|
1240 |
+
|
1241 |
+
// Create button and setup attributes
|
1242 |
+
elements.button.appendTo(elements.titlebar || tooltip)
|
1243 |
+
.attr('role', 'button')
|
1244 |
+
.click(function(event) {
|
1245 |
+
if(!tooltip.hasClass(CLASS_DISABLED)) { self.hide(event); }
|
1246 |
+
return FALSE;
|
1247 |
+
});
|
1248 |
+
};
|
1249 |
+
|
1250 |
+
PROTOTYPE._updateButton = function(button)
|
1251 |
+
{
|
1252 |
+
// Make sure tooltip is rendered and if not, return
|
1253 |
+
if(!this.rendered) { return FALSE; }
|
1254 |
+
|
1255 |
+
var elem = this.elements.button;
|
1256 |
+
if(button) { this._createButton(); }
|
1257 |
+
else { elem.remove(); }
|
1258 |
+
};
|
1259 |
+
;// Widget class creator
|
1260 |
+
function createWidgetClass(cls) {
|
1261 |
+
return WIDGET.concat('').join(cls ? '-'+cls+' ' : ' ');
|
1262 |
+
}
|
1263 |
+
|
1264 |
+
// Widget class setter method
|
1265 |
+
PROTOTYPE._setWidget = function()
|
1266 |
+
{
|
1267 |
+
var on = this.options.style.widget,
|
1268 |
+
elements = this.elements,
|
1269 |
+
tooltip = elements.tooltip,
|
1270 |
+
disabled = tooltip.hasClass(CLASS_DISABLED);
|
1271 |
+
|
1272 |
+
tooltip.removeClass(CLASS_DISABLED);
|
1273 |
+
CLASS_DISABLED = on ? 'ui-state-disabled' : 'qtip-disabled';
|
1274 |
+
tooltip.toggleClass(CLASS_DISABLED, disabled);
|
1275 |
+
|
1276 |
+
tooltip.toggleClass('ui-helper-reset '+createWidgetClass(), on).toggleClass(CLASS_DEFAULT, this.options.style.def && !on);
|
1277 |
+
|
1278 |
+
if(elements.content) {
|
1279 |
+
elements.content.toggleClass( createWidgetClass('content'), on);
|
1280 |
+
}
|
1281 |
+
if(elements.titlebar) {
|
1282 |
+
elements.titlebar.toggleClass( createWidgetClass('header'), on);
|
1283 |
+
}
|
1284 |
+
if(elements.button) {
|
1285 |
+
elements.button.toggleClass(NAMESPACE+'-icon', !on);
|
1286 |
+
}
|
1287 |
+
};
|
1288 |
+
;function delay(callback, duration) {
|
1289 |
+
// If tooltip has displayed, start hide timer
|
1290 |
+
if(duration > 0) {
|
1291 |
+
return setTimeout(
|
1292 |
+
$.proxy(callback, this), duration
|
1293 |
+
);
|
1294 |
+
}
|
1295 |
+
else{ callback.call(this); }
|
1296 |
+
}
|
1297 |
+
|
1298 |
+
function showMethod(event) {
|
1299 |
+
if(this.tooltip.hasClass(CLASS_DISABLED)) { return; }
|
1300 |
+
|
1301 |
+
// Clear hide timers
|
1302 |
+
clearTimeout(this.timers.show);
|
1303 |
+
clearTimeout(this.timers.hide);
|
1304 |
+
|
1305 |
+
// Start show timer
|
1306 |
+
this.timers.show = delay.call(this,
|
1307 |
+
function() { this.toggle(TRUE, event); },
|
1308 |
+
this.options.show.delay
|
1309 |
+
);
|
1310 |
+
}
|
1311 |
+
|
1312 |
+
function hideMethod(event) {
|
1313 |
+
if(this.tooltip.hasClass(CLASS_DISABLED) || this.destroyed) { return; }
|
1314 |
+
|
1315 |
+
// Check if new target was actually the tooltip element
|
1316 |
+
var relatedTarget = $(event.relatedTarget),
|
1317 |
+
ontoTooltip = relatedTarget.closest(SELECTOR)[0] === this.tooltip[0],
|
1318 |
+
ontoTarget = relatedTarget[0] === this.options.show.target[0];
|
1319 |
+
|
1320 |
+
// Clear timers and stop animation queue
|
1321 |
+
clearTimeout(this.timers.show);
|
1322 |
+
clearTimeout(this.timers.hide);
|
1323 |
+
|
1324 |
+
// Prevent hiding if tooltip is fixed and event target is the tooltip.
|
1325 |
+
// Or if mouse positioning is enabled and cursor momentarily overlaps
|
1326 |
+
if(this !== relatedTarget[0] &&
|
1327 |
+
(this.options.position.target === 'mouse' && ontoTooltip) ||
|
1328 |
+
(this.options.hide.fixed && (
|
1329 |
+
(/mouse(out|leave|move)/).test(event.type) && (ontoTooltip || ontoTarget))
|
1330 |
+
))
|
1331 |
+
{
|
1332 |
+
try {
|
1333 |
+
event.preventDefault();
|
1334 |
+
event.stopImmediatePropagation();
|
1335 |
+
} catch(e) {}
|
1336 |
+
|
1337 |
+
return;
|
1338 |
+
}
|
1339 |
+
|
1340 |
+
// If tooltip has displayed, start hide timer
|
1341 |
+
this.timers.hide = delay.call(this,
|
1342 |
+
function() { this.toggle(FALSE, event); },
|
1343 |
+
this.options.hide.delay,
|
1344 |
+
this
|
1345 |
+
);
|
1346 |
+
}
|
1347 |
+
|
1348 |
+
function inactiveMethod(event) {
|
1349 |
+
if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return; }
|
1350 |
+
|
1351 |
+
// Clear timer
|
1352 |
+
clearTimeout(this.timers.inactive);
|
1353 |
+
|
1354 |
+
this.timers.inactive = delay.call(this,
|
1355 |
+
function(){ this.hide(event); },
|
1356 |
+
this.options.hide.inactive
|
1357 |
+
);
|
1358 |
+
}
|
1359 |
+
|
1360 |
+
function repositionMethod(event) {
|
1361 |
+
if(this.rendered && this.tooltip[0].offsetWidth > 0) { this.reposition(event); }
|
1362 |
+
}
|
1363 |
+
|
1364 |
+
// Store mouse coordinates
|
1365 |
+
PROTOTYPE._storeMouse = function(event) {
|
1366 |
+
(this.mouse = $.event.fix(event)).type = 'mousemove';
|
1367 |
+
return this;
|
1368 |
+
};
|
1369 |
+
|
1370 |
+
// Bind events
|
1371 |
+
PROTOTYPE._bind = function(targets, events, method, suffix, context) {
|
1372 |
+
if(!targets || !method || !events.length) { return; }
|
1373 |
+
var ns = '.' + this._id + (suffix ? '-'+suffix : '');
|
1374 |
+
$(targets).bind(
|
1375 |
+
(events.split ? events : events.join(ns + ' ')) + ns,
|
1376 |
+
$.proxy(method, context || this)
|
1377 |
+
);
|
1378 |
+
return this;
|
1379 |
+
};
|
1380 |
+
PROTOTYPE._unbind = function(targets, suffix) {
|
1381 |
+
targets && $(targets).unbind('.' + this._id + (suffix ? '-'+suffix : ''));
|
1382 |
+
return this;
|
1383 |
+
};
|
1384 |
+
|
1385 |
+
// Global delegation helper
|
1386 |
+
function delegate(selector, events, method) {
|
1387 |
+
$(document.body).delegate(selector,
|
1388 |
+
(events.split ? events : events.join('.'+NAMESPACE + ' ')) + '.'+NAMESPACE,
|
1389 |
+
function() {
|
1390 |
+
var api = QTIP.api[ $.attr(this, ATTR_ID) ];
|
1391 |
+
api && !api.disabled && method.apply(api, arguments);
|
1392 |
+
}
|
1393 |
+
);
|
1394 |
+
}
|
1395 |
+
// Event trigger
|
1396 |
+
PROTOTYPE._trigger = function(type, args, event) {
|
1397 |
+
var callback = $.Event('tooltip'+type);
|
1398 |
+
callback.originalEvent = (event && $.extend({}, event)) || this.cache.event || NULL;
|
1399 |
+
|
1400 |
+
this.triggering = type;
|
1401 |
+
this.tooltip.trigger(callback, [this].concat(args || []));
|
1402 |
+
this.triggering = FALSE;
|
1403 |
+
|
1404 |
+
return !callback.isDefaultPrevented();
|
1405 |
+
};
|
1406 |
+
|
1407 |
+
PROTOTYPE._bindEvents = function(showEvents, hideEvents, showTargets, hideTargets, showMethod, hideMethod) {
|
1408 |
+
// Get tasrgets that lye within both
|
1409 |
+
var similarTargets = showTargets.filter( hideTargets ).add( hideTargets.filter(showTargets) ),
|
1410 |
+
toggleEvents = [];
|
1411 |
+
|
1412 |
+
// If hide and show targets are the same...
|
1413 |
+
if(similarTargets.length) {
|
1414 |
+
|
1415 |
+
// Filter identical show/hide events
|
1416 |
+
$.each(hideEvents, function(i, type) {
|
1417 |
+
var showIndex = $.inArray(type, showEvents);
|
1418 |
+
|
1419 |
+
// Both events are identical, remove from both hide and show events
|
1420 |
+
// and append to toggleEvents
|
1421 |
+
showIndex > -1 && toggleEvents.push( showEvents.splice( showIndex, 1 )[0] );
|
1422 |
+
});
|
1423 |
+
|
1424 |
+
// Toggle events are special case of identical show/hide events, which happen in sequence
|
1425 |
+
if(toggleEvents.length) {
|
1426 |
+
// Bind toggle events to the similar targets
|
1427 |
+
this._bind(similarTargets, toggleEvents, function(event) {
|
1428 |
+
var state = this.rendered ? this.tooltip[0].offsetWidth > 0 : false;
|
1429 |
+
(state ? hideMethod : showMethod).call(this, event);
|
1430 |
+
});
|
1431 |
+
|
1432 |
+
// Remove the similar targets from the regular show/hide bindings
|
1433 |
+
showTargets = showTargets.not(similarTargets);
|
1434 |
+
hideTargets = hideTargets.not(similarTargets);
|
1435 |
+
}
|
1436 |
+
}
|
1437 |
+
|
1438 |
+
// Apply show/hide/toggle events
|
1439 |
+
this._bind(showTargets, showEvents, showMethod);
|
1440 |
+
this._bind(hideTargets, hideEvents, hideMethod);
|
1441 |
+
};
|
1442 |
+
|
1443 |
+
PROTOTYPE._assignInitialEvents = function(event) {
|
1444 |
+
var options = this.options,
|
1445 |
+
showTarget = options.show.target,
|
1446 |
+
hideTarget = options.hide.target,
|
1447 |
+
showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
|
1448 |
+
hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
|
1449 |
+
|
1450 |
+
// Catch remove/removeqtip events on target element to destroy redundant tooltips
|
1451 |
+
this._bind(this.elements.target, ['remove', 'removeqtip'], function(event) {
|
1452 |
+
this.destroy(true);
|
1453 |
+
}, 'destroy');
|
1454 |
+
|
1455 |
+
/*
|
1456 |
+
* Make sure hoverIntent functions properly by using mouseleave as a hide event if
|
1457 |
+
* mouseenter/mouseout is used for show.event, even if it isn't in the users options.
|
1458 |
+
*/
|
1459 |
+
if(/mouse(over|enter)/i.test(options.show.event) && !/mouse(out|leave)/i.test(options.hide.event)) {
|
1460 |
+
hideEvents.push('mouseleave');
|
1461 |
+
}
|
1462 |
+
|
1463 |
+
/*
|
1464 |
+
* Also make sure initial mouse targetting works correctly by caching mousemove coords
|
1465 |
+
* on show targets before the tooltip has rendered. Also set onTarget when triggered to
|
1466 |
+
* keep mouse tracking working.
|
1467 |
+
*/
|
1468 |
+
this._bind(showTarget, 'mousemove', function(event) {
|
1469 |
+
this._storeMouse(event);
|
1470 |
+
this.cache.onTarget = TRUE;
|
1471 |
+
});
|
1472 |
+
|
1473 |
+
// Define hoverIntent function
|
1474 |
+
function hoverIntent(event) {
|
1475 |
+
// Only continue if tooltip isn't disabled
|
1476 |
+
if(this.disabled || this.destroyed) { return FALSE; }
|
1477 |
+
|
1478 |
+
// Cache the event data
|
1479 |
+
this.cache.event = event && $.event.fix(event);
|
1480 |
+
this.cache.target = event && $(event.target);
|
1481 |
+
|
1482 |
+
// Start the event sequence
|
1483 |
+
clearTimeout(this.timers.show);
|
1484 |
+
this.timers.show = delay.call(this,
|
1485 |
+
function() { this.render(typeof event === 'object' || options.show.ready); },
|
1486 |
+
options.prerender ? 0 : options.show.delay
|
1487 |
+
);
|
1488 |
+
}
|
1489 |
+
|
1490 |
+
// Filter and bind events
|
1491 |
+
this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, hoverIntent, function() {
|
1492 |
+
if(!this.timers) { return FALSE; }
|
1493 |
+
clearTimeout(this.timers.show);
|
1494 |
+
});
|
1495 |
+
|
1496 |
+
// Prerendering is enabled, create tooltip now
|
1497 |
+
if(options.show.ready || options.prerender) { hoverIntent.call(this, event); }
|
1498 |
+
};
|
1499 |
+
|
1500 |
+
// Event assignment method
|
1501 |
+
PROTOTYPE._assignEvents = function() {
|
1502 |
+
var self = this,
|
1503 |
+
options = this.options,
|
1504 |
+
posOptions = options.position,
|
1505 |
+
|
1506 |
+
tooltip = this.tooltip,
|
1507 |
+
showTarget = options.show.target,
|
1508 |
+
hideTarget = options.hide.target,
|
1509 |
+
containerTarget = posOptions.container,
|
1510 |
+
viewportTarget = posOptions.viewport,
|
1511 |
+
documentTarget = $(document),
|
1512 |
+
bodyTarget = $(document.body),
|
1513 |
+
windowTarget = $(window),
|
1514 |
+
|
1515 |
+
showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
|
1516 |
+
hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
|
1517 |
+
|
1518 |
+
|
1519 |
+
// Assign passed event callbacks
|
1520 |
+
$.each(options.events, function(name, callback) {
|
1521 |
+
self._bind(tooltip, name === 'toggle' ? ['tooltipshow','tooltiphide'] : ['tooltip'+name], callback, null, tooltip);
|
1522 |
+
});
|
1523 |
+
|
1524 |
+
// Hide tooltips when leaving current window/frame (but not select/option elements)
|
1525 |
+
if(/mouse(out|leave)/i.test(options.hide.event) && options.hide.leave === 'window') {
|
1526 |
+
this._bind(documentTarget, ['mouseout', 'blur'], function(event) {
|
1527 |
+
if(!/select|option/.test(event.target.nodeName) && !event.relatedTarget) {
|
1528 |
+
this.hide(event);
|
1529 |
+
}
|
1530 |
+
});
|
1531 |
+
}
|
1532 |
+
|
1533 |
+
// Enable hide.fixed by adding appropriate class
|
1534 |
+
if(options.hide.fixed) {
|
1535 |
+
hideTarget = hideTarget.add( tooltip.addClass(CLASS_FIXED) );
|
1536 |
+
}
|
1537 |
+
|
1538 |
+
/*
|
1539 |
+
* Make sure hoverIntent functions properly by using mouseleave to clear show timer if
|
1540 |
+
* mouseenter/mouseout is used for show.event, even if it isn't in the users options.
|
1541 |
+
*/
|
1542 |
+
else if(/mouse(over|enter)/i.test(options.show.event)) {
|
1543 |
+
this._bind(hideTarget, 'mouseleave', function() {
|
1544 |
+
clearTimeout(this.timers.show);
|
1545 |
+
});
|
1546 |
+
}
|
1547 |
+
|
1548 |
+
// Hide tooltip on document mousedown if unfocus events are enabled
|
1549 |
+
if(('' + options.hide.event).indexOf('unfocus') > -1) {
|
1550 |
+
this._bind(containerTarget.closest('html'), ['mousedown', 'touchstart'], function(event) {
|
1551 |
+
var elem = $(event.target),
|
1552 |
+
enabled = this.rendered && !this.tooltip.hasClass(CLASS_DISABLED) && this.tooltip[0].offsetWidth > 0,
|
1553 |
+
isAncestor = elem.parents(SELECTOR).filter(this.tooltip[0]).length > 0;
|
1554 |
+
|
1555 |
+
if(elem[0] !== this.target[0] && elem[0] !== this.tooltip[0] && !isAncestor &&
|
1556 |
+
!this.target.has(elem[0]).length && enabled
|
1557 |
+
) {
|
1558 |
+
this.hide(event);
|
1559 |
+
}
|
1560 |
+
});
|
1561 |
+
}
|
1562 |
+
|
1563 |
+
// Check if the tooltip hides when inactive
|
1564 |
+
if('number' === typeof options.hide.inactive) {
|
1565 |
+
// Bind inactive method to show target(s) as a custom event
|
1566 |
+
this._bind(showTarget, 'qtip-'+this.id+'-inactive', inactiveMethod, 'inactive');
|
1567 |
+
|
1568 |
+
// Define events which reset the 'inactive' event handler
|
1569 |
+
this._bind(hideTarget.add(tooltip), QTIP.inactiveEvents, inactiveMethod);
|
1570 |
+
}
|
1571 |
+
|
1572 |
+
// Filter and bind events
|
1573 |
+
this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, showMethod, hideMethod);
|
1574 |
+
|
1575 |
+
// Mouse movement bindings
|
1576 |
+
this._bind(showTarget.add(tooltip), 'mousemove', function(event) {
|
1577 |
+
// Check if the tooltip hides when mouse is moved a certain distance
|
1578 |
+
if('number' === typeof options.hide.distance) {
|
1579 |
+
var origin = this.cache.origin || {},
|
1580 |
+
limit = this.options.hide.distance,
|
1581 |
+
abs = Math.abs;
|
1582 |
+
|
1583 |
+
// Check if the movement has gone beyond the limit, and hide it if so
|
1584 |
+
if(abs(event.pageX - origin.pageX) >= limit || abs(event.pageY - origin.pageY) >= limit) {
|
1585 |
+
this.hide(event);
|
1586 |
+
}
|
1587 |
+
}
|
1588 |
+
|
1589 |
+
// Cache mousemove coords on show targets
|
1590 |
+
this._storeMouse(event);
|
1591 |
+
});
|
1592 |
+
|
1593 |
+
// Mouse positioning events
|
1594 |
+
if(posOptions.target === 'mouse') {
|
1595 |
+
// If mouse adjustment is on...
|
1596 |
+
if(posOptions.adjust.mouse) {
|
1597 |
+
// Apply a mouseleave event so we don't get problems with overlapping
|
1598 |
+
if(options.hide.event) {
|
1599 |
+
// Track if we're on the target or not
|
1600 |
+
this._bind(showTarget, ['mouseenter', 'mouseleave'], function(event) {
|
1601 |
+
if(!this.cache) {return FALSE; }
|
1602 |
+
this.cache.onTarget = event.type === 'mouseenter';
|
1603 |
+
});
|
1604 |
+
}
|
1605 |
+
|
1606 |
+
// Update tooltip position on mousemove
|
1607 |
+
this._bind(documentTarget, 'mousemove', function(event) {
|
1608 |
+
// Update the tooltip position only if the tooltip is visible and adjustment is enabled
|
1609 |
+
if(this.rendered && this.cache.onTarget && !this.tooltip.hasClass(CLASS_DISABLED) && this.tooltip[0].offsetWidth > 0) {
|
1610 |
+
this.reposition(event);
|
1611 |
+
}
|
1612 |
+
});
|
1613 |
+
}
|
1614 |
+
}
|
1615 |
+
|
1616 |
+
// Adjust positions of the tooltip on window resize if enabled
|
1617 |
+
if(posOptions.adjust.resize || viewportTarget.length) {
|
1618 |
+
this._bind( $.event.special.resize ? viewportTarget : windowTarget, 'resize', repositionMethod );
|
1619 |
+
}
|
1620 |
+
|
1621 |
+
// Adjust tooltip position on scroll of the window or viewport element if present
|
1622 |
+
if(posOptions.adjust.scroll) {
|
1623 |
+
this._bind( windowTarget.add(posOptions.container), 'scroll', repositionMethod );
|
1624 |
+
}
|
1625 |
+
};
|
1626 |
+
|
1627 |
+
// Un-assignment method
|
1628 |
+
PROTOTYPE._unassignEvents = function() {
|
1629 |
+
var options = this.options,
|
1630 |
+
showTargets = options.show.target,
|
1631 |
+
hideTargets = options.hide.target,
|
1632 |
+
targets = $.grep([
|
1633 |
+
this.elements.target[0],
|
1634 |
+
this.rendered && this.tooltip[0],
|
1635 |
+
options.position.container[0],
|
1636 |
+
options.position.viewport[0],
|
1637 |
+
options.position.container.closest('html')[0], // unfocus
|
1638 |
+
window,
|
1639 |
+
document
|
1640 |
+
], function(i) {
|
1641 |
+
return typeof i === 'object';
|
1642 |
+
});
|
1643 |
+
|
1644 |
+
// Add show and hide targets if they're valid
|
1645 |
+
if(showTargets && showTargets.toArray) {
|
1646 |
+
targets = targets.concat(showTargets.toArray());
|
1647 |
+
}
|
1648 |
+
if(hideTargets && hideTargets.toArray) {
|
1649 |
+
targets = targets.concat(hideTargets.toArray());
|
1650 |
+
}
|
1651 |
+
|
1652 |
+
// Unbind the events
|
1653 |
+
this._unbind(targets)
|
1654 |
+
._unbind(targets, 'destroy')
|
1655 |
+
._unbind(targets, 'inactive');
|
1656 |
+
};
|
1657 |
+
|
1658 |
+
// Apply common event handlers using delegate (avoids excessive .bind calls!)
|
1659 |
+
$(function() {
|
1660 |
+
delegate(SELECTOR, ['mouseenter', 'mouseleave'], function(event) {
|
1661 |
+
var state = event.type === 'mouseenter',
|
1662 |
+
tooltip = $(event.currentTarget),
|
1663 |
+
target = $(event.relatedTarget || event.target),
|
1664 |
+
options = this.options;
|
1665 |
+
|
1666 |
+
// On mouseenter...
|
1667 |
+
if(state) {
|
1668 |
+
// Focus the tooltip on mouseenter (z-index stacking)
|
1669 |
+
this.focus(event);
|
1670 |
+
|
1671 |
+
// Clear hide timer on tooltip hover to prevent it from closing
|
1672 |
+
tooltip.hasClass(CLASS_FIXED) && !tooltip.hasClass(CLASS_DISABLED) && clearTimeout(this.timers.hide);
|
1673 |
+
}
|
1674 |
+
|
1675 |
+
// On mouseleave...
|
1676 |
+
else {
|
1677 |
+
// When mouse tracking is enabled, hide when we leave the tooltip and not onto the show target (if a hide event is set)
|
1678 |
+
if(options.position.target === 'mouse' && options.position.adjust.mouse &&
|
1679 |
+
options.hide.event && options.show.target && !target.closest(options.show.target[0]).length) {
|
1680 |
+
this.hide(event);
|
1681 |
+
}
|
1682 |
+
}
|
1683 |
+
|
1684 |
+
// Add hover class
|
1685 |
+
tooltip.toggleClass(CLASS_HOVER, state);
|
1686 |
+
});
|
1687 |
+
|
1688 |
+
// Define events which reset the 'inactive' event handler
|
1689 |
+
delegate('['+ATTR_ID+']', INACTIVE_EVENTS, inactiveMethod);
|
1690 |
+
});
|
1691 |
+
;// Initialization method
|
1692 |
+
function init(elem, id, opts) {
|
1693 |
+
var obj, posOptions, attr, config, title,
|
1694 |
+
|
1695 |
+
// Setup element references
|
1696 |
+
docBody = $(document.body),
|
1697 |
+
|
1698 |
+
// Use document body instead of document element if needed
|
1699 |
+
newTarget = elem[0] === document ? docBody : elem,
|
1700 |
+
|
1701 |
+
// Grab metadata from element if plugin is present
|
1702 |
+
metadata = (elem.metadata) ? elem.metadata(opts.metadata) : NULL,
|
1703 |
+
|
1704 |
+
// If metadata type if HTML5, grab 'name' from the object instead, or use the regular data object otherwise
|
1705 |
+
metadata5 = opts.metadata.type === 'html5' && metadata ? metadata[opts.metadata.name] : NULL,
|
1706 |
+
|
1707 |
+
// Grab data from metadata.name (or data-qtipopts as fallback) using .data() method,
|
1708 |
+
html5 = elem.data(opts.metadata.name || 'qtipopts');
|
1709 |
+
|
1710 |
+
// If we don't get an object returned attempt to parse it manualyl without parseJSON
|
1711 |
+
try { html5 = typeof html5 === 'string' ? $.parseJSON(html5) : html5; } catch(e) {}
|
1712 |
+
|
1713 |
+
// Merge in and sanitize metadata
|
1714 |
+
config = $.extend(TRUE, {}, QTIP.defaults, opts,
|
1715 |
+
typeof html5 === 'object' ? sanitizeOptions(html5) : NULL,
|
1716 |
+
sanitizeOptions(metadata5 || metadata));
|
1717 |
+
|
1718 |
+
// Re-grab our positioning options now we've merged our metadata and set id to passed value
|
1719 |
+
posOptions = config.position;
|
1720 |
+
config.id = id;
|
1721 |
+
|
1722 |
+
// Setup missing content if none is detected
|
1723 |
+
if('boolean' === typeof config.content.text) {
|
1724 |
+
attr = elem.attr(config.content.attr);
|
1725 |
+
|
1726 |
+
// Grab from supplied attribute if available
|
1727 |
+
if(config.content.attr !== FALSE && attr) { config.content.text = attr; }
|
1728 |
+
|
1729 |
+
// No valid content was found, abort render
|
1730 |
+
else { return FALSE; }
|
1731 |
+
}
|
1732 |
+
|
1733 |
+
// Setup target options
|
1734 |
+
if(!posOptions.container.length) { posOptions.container = docBody; }
|
1735 |
+
if(posOptions.target === FALSE) { posOptions.target = newTarget; }
|
1736 |
+
if(config.show.target === FALSE) { config.show.target = newTarget; }
|
1737 |
+
if(config.show.solo === TRUE) { config.show.solo = posOptions.container.closest('body'); }
|
1738 |
+
if(config.hide.target === FALSE) { config.hide.target = newTarget; }
|
1739 |
+
if(config.position.viewport === TRUE) { config.position.viewport = posOptions.container; }
|
1740 |
+
|
1741 |
+
// Ensure we only use a single container
|
1742 |
+
posOptions.container = posOptions.container.eq(0);
|
1743 |
+
|
1744 |
+
// Convert position corner values into x and y strings
|
1745 |
+
posOptions.at = new CORNER(posOptions.at, TRUE);
|
1746 |
+
posOptions.my = new CORNER(posOptions.my);
|
1747 |
+
|
1748 |
+
// Destroy previous tooltip if overwrite is enabled, or skip element if not
|
1749 |
+
if(elem.data(NAMESPACE)) {
|
1750 |
+
if(config.overwrite) {
|
1751 |
+
elem.qtip('destroy', true);
|
1752 |
+
}
|
1753 |
+
else if(config.overwrite === FALSE) {
|
1754 |
+
return FALSE;
|
1755 |
+
}
|
1756 |
+
}
|
1757 |
+
|
1758 |
+
// Add has-qtip attribute
|
1759 |
+
elem.attr(ATTR_HAS, id);
|
1760 |
+
|
1761 |
+
// Remove title attribute and store it if present
|
1762 |
+
if(config.suppress && (title = elem.attr('title'))) {
|
1763 |
+
// Final attr call fixes event delegatiom and IE default tooltip showing problem
|
1764 |
+
elem.removeAttr('title').attr(oldtitle, title).attr('title', '');
|
1765 |
+
}
|
1766 |
+
|
1767 |
+
// Initialize the tooltip and add API reference
|
1768 |
+
obj = new QTip(elem, config, id, !!attr);
|
1769 |
+
elem.data(NAMESPACE, obj);
|
1770 |
+
|
1771 |
+
return obj;
|
1772 |
+
}
|
1773 |
+
|
1774 |
+
// jQuery $.fn extension method
|
1775 |
+
QTIP = $.fn.qtip = function(options, notation, newValue)
|
1776 |
+
{
|
1777 |
+
var command = ('' + options).toLowerCase(), // Parse command
|
1778 |
+
returned = NULL,
|
1779 |
+
args = $.makeArray(arguments).slice(1),
|
1780 |
+
event = args[args.length - 1],
|
1781 |
+
opts = this[0] ? $.data(this[0], NAMESPACE) : NULL;
|
1782 |
+
|
1783 |
+
// Check for API request
|
1784 |
+
if((!arguments.length && opts) || command === 'api') {
|
1785 |
+
return opts;
|
1786 |
+
}
|
1787 |
+
|
1788 |
+
// Execute API command if present
|
1789 |
+
else if('string' === typeof options) {
|
1790 |
+
this.each(function() {
|
1791 |
+
var api = $.data(this, NAMESPACE);
|
1792 |
+
if(!api) { return TRUE; }
|
1793 |
+
|
1794 |
+
// Cache the event if possible
|
1795 |
+
if(event && event.timeStamp) { api.cache.event = event; }
|
1796 |
+
|
1797 |
+
// Check for specific API commands
|
1798 |
+
if(notation && (command === 'option' || command === 'options')) {
|
1799 |
+
if(newValue !== undefined || $.isPlainObject(notation)) {
|
1800 |
+
api.set(notation, newValue);
|
1801 |
+
}
|
1802 |
+
else {
|
1803 |
+
returned = api.get(notation);
|
1804 |
+
return FALSE;
|
1805 |
+
}
|
1806 |
+
}
|
1807 |
+
|
1808 |
+
// Execute API command
|
1809 |
+
else if(api[command]) {
|
1810 |
+
api[command].apply(api, args);
|
1811 |
+
}
|
1812 |
+
});
|
1813 |
+
|
1814 |
+
return returned !== NULL ? returned : this;
|
1815 |
+
}
|
1816 |
+
|
1817 |
+
// No API commands. validate provided options and setup qTips
|
1818 |
+
else if('object' === typeof options || !arguments.length) {
|
1819 |
+
// Sanitize options first
|
1820 |
+
opts = sanitizeOptions($.extend(TRUE, {}, options));
|
1821 |
+
|
1822 |
+
return this.each(function(i) {
|
1823 |
+
var api, id;
|
1824 |
+
|
1825 |
+
// Find next available ID, or use custom ID if provided
|
1826 |
+
id = $.isArray(opts.id) ? opts.id[i] : opts.id;
|
1827 |
+
id = !id || id === FALSE || id.length < 1 || QTIP.api[id] ? QTIP.nextid++ : id;
|
1828 |
+
|
1829 |
+
// Initialize the qTip and re-grab newly sanitized options
|
1830 |
+
api = init($(this), id, opts);
|
1831 |
+
if(api === FALSE) { return TRUE; }
|
1832 |
+
else { QTIP.api[id] = api; }
|
1833 |
+
|
1834 |
+
// Initialize plugins
|
1835 |
+
$.each(PLUGINS, function() {
|
1836 |
+
if(this.initialize === 'initialize') { this(api); }
|
1837 |
+
});
|
1838 |
+
|
1839 |
+
// Assign initial pre-render events
|
1840 |
+
api._assignInitialEvents(event);
|
1841 |
+
});
|
1842 |
+
}
|
1843 |
+
};
|
1844 |
+
|
1845 |
+
// Expose class
|
1846 |
+
$.qtip = QTip;
|
1847 |
+
|
1848 |
+
// Populated in render method
|
1849 |
+
QTIP.api = {};
|
1850 |
+
;$.each({
|
1851 |
+
/* Allow other plugins to successfully retrieve the title of an element with a qTip applied */
|
1852 |
+
attr: function(attr, val) {
|
1853 |
+
if(this.length) {
|
1854 |
+
var self = this[0],
|
1855 |
+
title = 'title',
|
1856 |
+
api = $.data(self, 'qtip');
|
1857 |
+
|
1858 |
+
if(attr === title && api && 'object' === typeof api && api.options.suppress) {
|
1859 |
+
if(arguments.length < 2) {
|
1860 |
+
return $.attr(self, oldtitle);
|
1861 |
+
}
|
1862 |
+
|
1863 |
+
// If qTip is rendered and title was originally used as content, update it
|
1864 |
+
if(api && api.options.content.attr === title && api.cache.attr) {
|
1865 |
+
api.set('content.text', val);
|
1866 |
+
}
|
1867 |
+
|
1868 |
+
// Use the regular attr method to set, then cache the result
|
1869 |
+
return this.attr(oldtitle, val);
|
1870 |
+
}
|
1871 |
+
}
|
1872 |
+
|
1873 |
+
return $.fn['attr'+replaceSuffix].apply(this, arguments);
|
1874 |
+
},
|
1875 |
+
|
1876 |
+
/* Allow clone to correctly retrieve cached title attributes */
|
1877 |
+
clone: function(keepData) {
|
1878 |
+
var titles = $([]), title = 'title',
|
1879 |
+
|
1880 |
+
// Clone our element using the real clone method
|
1881 |
+
elems = $.fn['clone'+replaceSuffix].apply(this, arguments);
|
1882 |
+
|
1883 |
+
// Grab all elements with an oldtitle set, and change it to regular title attribute, if keepData is false
|
1884 |
+
if(!keepData) {
|
1885 |
+
elems.filter('['+oldtitle+']').attr('title', function() {
|
1886 |
+
return $.attr(this, oldtitle);
|
1887 |
+
})
|
1888 |
+
.removeAttr(oldtitle);
|
1889 |
+
}
|
1890 |
+
|
1891 |
+
return elems;
|
1892 |
+
}
|
1893 |
+
}, function(name, func) {
|
1894 |
+
if(!func || $.fn[name+replaceSuffix]) { return TRUE; }
|
1895 |
+
|
1896 |
+
var old = $.fn[name+replaceSuffix] = $.fn[name];
|
1897 |
+
$.fn[name] = function() {
|
1898 |
+
return func.apply(this, arguments) || old.apply(this, arguments);
|
1899 |
+
};
|
1900 |
+
});
|
1901 |
+
|
1902 |
+
/* Fire off 'removeqtip' handler in $.cleanData if jQuery UI not present (it already does similar).
|
1903 |
+
* This snippet is taken directly from jQuery UI source code found here:
|
1904 |
+
* http://code.jquery.com/ui/jquery-ui-git.js
|
1905 |
+
*/
|
1906 |
+
if(!$.ui) {
|
1907 |
+
$['cleanData'+replaceSuffix] = $.cleanData;
|
1908 |
+
$.cleanData = function( elems ) {
|
1909 |
+
for(var i = 0, elem; (elem = $( elems[i] )).length; i++) {
|
1910 |
+
if(elem.attr(ATTR_HAS)) {
|
1911 |
+
try { elem.triggerHandler('removeqtip'); }
|
1912 |
+
catch( e ) {}
|
1913 |
+
}
|
1914 |
+
}
|
1915 |
+
$['cleanData'+replaceSuffix].apply(this, arguments);
|
1916 |
+
};
|
1917 |
+
}
|
1918 |
+
;// qTip version
|
1919 |
+
QTIP.version = '2.2.1';
|
1920 |
+
|
1921 |
+
// Base ID for all qTips
|
1922 |
+
QTIP.nextid = 0;
|
1923 |
+
|
1924 |
+
// Inactive events array
|
1925 |
+
QTIP.inactiveEvents = INACTIVE_EVENTS;
|
1926 |
+
|
1927 |
+
// Base z-index for all qTips
|
1928 |
+
QTIP.zindex = 15000;
|
1929 |
+
|
1930 |
+
// Define configuration defaults
|
1931 |
+
QTIP.defaults = {
|
1932 |
+
prerender: FALSE,
|
1933 |
+
id: FALSE,
|
1934 |
+
overwrite: TRUE,
|
1935 |
+
suppress: TRUE,
|
1936 |
+
content: {
|
1937 |
+
text: TRUE,
|
1938 |
+
attr: 'title',
|
1939 |
+
title: FALSE,
|
1940 |
+
button: FALSE
|
1941 |
+
},
|
1942 |
+
position: {
|
1943 |
+
my: 'top left',
|
1944 |
+
at: 'bottom right',
|
1945 |
+
target: FALSE,
|
1946 |
+
container: FALSE,
|
1947 |
+
viewport: FALSE,
|
1948 |
+
adjust: {
|
1949 |
+
x: 0, y: 0,
|
1950 |
+
mouse: TRUE,
|
1951 |
+
scroll: TRUE,
|
1952 |
+
resize: TRUE,
|
1953 |
+
method: 'flipinvert flipinvert'
|
1954 |
+
},
|
1955 |
+
effect: function(api, pos, viewport) {
|
1956 |
+
$(this).animate(pos, {
|
1957 |
+
duration: 200,
|
1958 |
+
queue: FALSE
|
1959 |
+
});
|