Click to Chat for WhatsApp Chat - Version 1.4

Version Description

  • New style-9, Green Square
  • Supports Analytics - using google tag manager
  • animations - alpha version
  • Supports Translations
  • style-3 can choose .svg or .png image versions
  • style-4 image size reduced, ~ 2kb
  • performance improvement.
Download this release

Release Info

Developer bhvreddy
Plugin Icon 128x128 Click to Chat for WhatsApp Chat
Version 1.4
Comparing to
See all releases

Code changes from version 1.3 to 1.4

admin/admin.php CHANGED
@@ -16,11 +16,16 @@ if ( ! defined( 'ABSPATH' ) ) exit;
16
  /*************** includes ***********/
17
  require_once('class-ccw-add-styles-scripts-admin.php');
18
 
 
19
 
20
  require_once('class-ccw-admin-menu.php');
21
  require_once('class-ccw-admin-page.php');
22
  require_once('class-ccw-admin-page-customize-styles.php');
23
 
24
 
 
 
 
 
25
 
26
- /*************** hooks ***********/
16
  /*************** includes ***********/
17
  require_once('class-ccw-add-styles-scripts-admin.php');
18
 
19
+ require_once('commons/class-ht-ccw-admin-lists.php');
20
 
21
  require_once('class-ccw-admin-menu.php');
22
  require_once('class-ccw-admin-page.php');
23
  require_once('class-ccw-admin-page-customize-styles.php');
24
 
25
 
26
+ // as translation text added only in admin - so done here
27
+ function load_ht_ccw_textdomain() {
28
+ load_plugin_textdomain( 'click-to-chat-for-whatsapp', FALSE, HT_CCW_PLUGIN_BASENAME . '/languages/' );
29
+ }
30
 
31
+ add_action( 'plugins_loaded', 'load_ht_ccw_textdomain' );
admin/class-ccw-add-styles-scripts-admin.php CHANGED
@@ -11,7 +11,7 @@
11
 
12
  if ( ! defined( 'ABSPATH' ) ) exit;
13
 
14
- if ( !class_exists( 'CCW_Add_Styles_Scripts_Admin' ) ) :
15
 
16
  class CCW_Add_Styles_Scripts_Admin {
17
 
@@ -19,10 +19,9 @@ class CCW_Add_Styles_Scripts_Admin {
19
  // Register css styles, javascript files only on 'click-to-chat' page
20
  function ccw_register_files_admin($hook) {
21
 
22
- // ?page=click-to-chat
23
  if( 'toplevel_page_click-to-chat' == $hook || 'click-to-chat_page_ccw-edit-styles' == $hook ) {
24
 
25
- wp_register_style('ccw_new_css_admin', plugins_url( 'assets/css/admin_main.css', dirname(__FILE__) ) , '', CCW_VERSION );
26
 
27
 
28
  wp_enqueue_style('ccw_new_css_admin');
@@ -30,8 +29,12 @@ class CCW_Add_Styles_Scripts_Admin {
30
  wp_enqueue_style( 'wp-color-picker' );
31
 
32
 
33
- wp_enqueue_script( 'ccw_app_admin', plugins_url( 'assets/js/admin_app.js', dirname(__FILE__) ), array( 'wp-color-picker' ), CCW_VERSION, true );
34
- // wp_enqueue_script( 'ccw_app_admin_dir', plugins_url( 'assets/js/dir.js', dirname(__FILE__) ), '', '', true );
 
 
 
 
35
  // return;
36
  } else {
37
  return;
11
 
12
  if ( ! defined( 'ABSPATH' ) ) exit;
13
 
14
+ if ( ! class_exists( 'CCW_Add_Styles_Scripts_Admin' ) ) :
15
 
16
  class CCW_Add_Styles_Scripts_Admin {
17
 
19
  // Register css styles, javascript files only on 'click-to-chat' page
20
  function ccw_register_files_admin($hook) {
21
 
 
22
  if( 'toplevel_page_click-to-chat' == $hook || 'click-to-chat_page_ccw-edit-styles' == $hook ) {
23
 
24
+ wp_register_style('ccw_new_css_admin', plugins_url( 'assets/css/admin_mainstyles.css', HT_CCW_PLUGIN_FILE ) , '', HT_CCW_VERSION );
25
 
26
 
27
  wp_enqueue_style('ccw_new_css_admin');
29
  wp_enqueue_style( 'wp-color-picker' );
30
 
31
 
32
+ // wp_enqueue_script( 'ccw_app_admin', plugins_url( 'assets/js/admin_app.js', HT_CCW_PLUGIN_FILE ), array( 'wp-color-picker' ), HT_CCW_VERSION, true );
33
+ wp_enqueue_script( 'ccw_app_admin', plugins_url( 'assets/js/required/admin_app-works.js', HT_CCW_PLUGIN_FILE ), array( 'wp-color-picker' ), HT_CCW_VERSION, true );
34
+
35
+
36
+
37
+ // wp_enqueue_script( 'ccw_app_admin_dir', plugins_url( 'assets/js/dir.js', HT_CCW_PLUGIN_FILE ), '', '', true );
38
  // return;
39
  } else {
40
  return;
admin/class-ccw-admin-menu.php CHANGED
@@ -11,7 +11,7 @@
11
 
12
  if ( ! defined( 'ABSPATH' ) ) exit;
13
 
14
- if ( !class_exists( 'CCW_Admin_Menu' ) ) :
15
 
16
  class CCW_Admin_Menu {
17
 
11
 
12
  if ( ! defined( 'ABSPATH' ) ) exit;
13
 
14
+ if ( ! class_exists( 'CCW_Admin_Menu' ) ) :
15
 
16
  class CCW_Admin_Menu {
17
 
admin/class-ccw-admin-page-customize-styles.php CHANGED
@@ -13,7 +13,7 @@
13
 
14
  if ( ! defined( 'ABSPATH' ) ) exit;
15
 
16
- if ( !class_exists( 'CCW_Admin_Page_Customize_Styles' ) ) :
17
 
18
  class CCW_Admin_Page_Customize_Styles {
19
 
@@ -32,7 +32,11 @@ class CCW_Admin_Page_Customize_Styles {
32
  add_settings_field( 'ccw_style_6_cs', 'Style 6', array( $this, 'ccw_style_6_cb' ), 'ccw_options_settings_cs', 'ccw_settings_cs' );
33
  add_settings_field( 'ccw_style_7_cs', 'Style 7', array( $this, 'ccw_style_7_cb' ), 'ccw_options_settings_cs', 'ccw_settings_cs' );
34
  add_settings_field( 'ccw_style_8_cs', 'Style 8', array( $this, 'ccw_style_8_cb' ), 'ccw_options_settings_cs', 'ccw_settings_cs' );
35
-
 
 
 
 
36
  }
37
 
38
 
@@ -41,6 +45,7 @@ class CCW_Admin_Page_Customize_Styles {
41
  }
42
 
43
 
 
44
  function ccw_style_1_cb() {
45
  $ccw_style_1 = get_option('ccw_options_cs');
46
  ?>
@@ -51,7 +56,7 @@ class CCW_Admin_Page_Customize_Styles {
51
 
52
  <div class="row">
53
  <div class="col s6">
54
- <p>Color of text</p>
55
  </div>
56
  <div class="input-field col s6">
57
  <input name="ccw_options_cs[s1_text_color]" data-default-color="#9e9e9e" value="<?php echo esc_attr( $ccw_style_1['s1_text_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -60,7 +65,7 @@ class CCW_Admin_Page_Customize_Styles {
60
 
61
  <div class="row">
62
  <div class="col s6">
63
- <p>Color of text when focus on input box</p>
64
  </div>
65
  <div class="input-field col s6">
66
  <input name="ccw_options_cs[s1_text_color_onfocus]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_1['s1_text_color_onfocus'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -69,7 +74,7 @@ class CCW_Admin_Page_Customize_Styles {
69
 
70
  <div class="row">
71
  <div class="col s6">
72
- <p>Color of input field bottom border</p>
73
  </div>
74
  <div class="input-field col s6">
75
  <input name="ccw_options_cs[s1_border_color]" data-default-color="#9e9e9e" value="<?php echo esc_attr( $ccw_style_1['s1_border_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -78,7 +83,7 @@ class CCW_Admin_Page_Customize_Styles {
78
 
79
  <div class="row">
80
  <div class="col s6">
81
- <p>Color of input field border bottom on focus</p>
82
  </div>
83
  <div class="input-field col s6">
84
  <input name="ccw_options_cs[s1_border_color_onfocus]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_1['s1_border_color_onfocus'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -87,7 +92,7 @@ class CCW_Admin_Page_Customize_Styles {
87
 
88
  <div class="row">
89
  <div class="col s6">
90
- <p>Color of submit button</p>
91
  </div>
92
  <div class="input-field col s6">
93
  <input name="ccw_options_cs[s1_submit_btn_color]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_1['s1_submit_btn_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -96,7 +101,7 @@ class CCW_Admin_Page_Customize_Styles {
96
 
97
  <div class="row">
98
  <div class="col s6">
99
- <p>Color of submit button - text, icon </p>
100
  </div>
101
  <div class="input-field col s6">
102
  <input name="ccw_options_cs[s1_submit_btn_text_and_icon_color]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_1['s1_submit_btn_text_and_icon_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -105,7 +110,7 @@ class CCW_Admin_Page_Customize_Styles {
105
 
106
  <div class="row">
107
  <div class="col s6">
108
- <p>Button Text</p>
109
  </div>
110
  <div class="input-field col s4">
111
  <input name="ccw_options_cs[s1_btn_text]" value="<?php echo esc_attr( $ccw_style_1['s1_btn_text'] ) ?>" type="text" class="" >
@@ -115,7 +120,7 @@ class CCW_Admin_Page_Customize_Styles {
115
  <!-- This is hidden row -->
116
  <div class="row hide">
117
  <div class="col s6">
118
- <p>Icon size</p>
119
  </div>
120
  <div class="input-field col s4">
121
  <input name="ccw_options_cs[s1_width]" value="<?php echo esc_attr( $ccw_style_1['s1_width'] ) ?>" type="text" class="" >
@@ -132,6 +137,7 @@ class CCW_Admin_Page_Customize_Styles {
132
  }
133
 
134
 
 
135
  function ccw_style_2_cb() {
136
  $ccw_style_2 = get_option('ccw_options_cs');
137
  $s2_decoration_value = esc_attr( $ccw_style_2['s2_decoration'] );
@@ -144,7 +150,7 @@ class CCW_Admin_Page_Customize_Styles {
144
 
145
  <div class="row">
146
  <div class="col s6">
147
- <p>Text Color</p>
148
  </div>
149
  <div class="input-field col s6">
150
  <input name="ccw_options_cs[s2_text_color]" data-default-color="inherit" value="<?php echo esc_attr( $ccw_style_2['s2_text_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -153,7 +159,7 @@ class CCW_Admin_Page_Customize_Styles {
153
 
154
  <div class="row">
155
  <div class="col s6">
156
- <p>Text Color When Hover</p>
157
  </div>
158
  <div class="input-field col s6">
159
  <input name="ccw_options_cs[s2_text_color_onhover]" data-default-color="inherit" value="<?php echo esc_attr( $ccw_style_2['s2_text_color_onhover'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -162,7 +168,7 @@ class CCW_Admin_Page_Customize_Styles {
162
 
163
  <div class="row">
164
  <div class="col s6">
165
- <p>Text Decoration</p>
166
  </div>
167
  <div class="input-field col s6">
168
  <select name="ccw_options_cs[s2_decoration]" class="select-2_2">
@@ -173,13 +179,13 @@ class CCW_Admin_Page_Customize_Styles {
173
  <option value="initial" <?php echo $s2_decoration_value == 'initial' ? 'SELECTED' : ''; ?> >initial</option>
174
  <option value="inherit" <?php echo $s2_decoration_value == 'inherit' ? 'SELECTED' : ''; ?> >inherit</option>
175
  </select>
176
- <label>Text Decoration</label>
177
  </div>
178
  </div>
179
 
180
  <div class="row">
181
  <div class="col s6">
182
- <p>Text Decoration when Hover</p>
183
  </div>
184
  <div class="input-field col s6">
185
  <select name="ccw_options_cs[s2_decoration_onhover]" class="select-2_2">
@@ -190,7 +196,7 @@ class CCW_Admin_Page_Customize_Styles {
190
  <option value="initial" <?php echo $s2_decoration_onhover == 'initial' ? 'SELECTED' : ''; ?> >initial</option>
191
  <option value="inherit" <?php echo $s2_decoration_onhover == 'inherit' ? 'SELECTED' : ''; ?> >inherit</option>
192
  </select>
193
- <label>Text Decoration on focus</label>
194
  </div>
195
  </div>
196
 
@@ -202,8 +208,11 @@ class CCW_Admin_Page_Customize_Styles {
202
  }
203
 
204
 
 
205
  function ccw_style_3_cb() {
206
  $ccw_style_3 = get_option('ccw_options_cs');
 
 
207
  ?>
208
  <ul class="collapsible" data-collapsible="accordion">
209
  <li>
@@ -212,13 +221,27 @@ class CCW_Admin_Page_Customize_Styles {
212
 
213
  <div class="row">
214
  <div class="col s6">
215
- <p>Icon size</p>
216
  </div>
217
  <div class="input-field col s4">
218
  <input name="ccw_options_cs[s3_icon_size]" value="<?php echo esc_attr( $ccw_style_3['s3_icon_size'] ) ?>" type="text" class="" >
219
  </div>
220
  </div>
221
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  </div>
223
  </div>
224
  </li>
@@ -228,6 +251,7 @@ class CCW_Admin_Page_Customize_Styles {
228
  }
229
 
230
 
 
231
  function ccw_style_4_cb() {
232
  $ccw_style_4 = get_option('ccw_options_cs');
233
  ?>
@@ -239,7 +263,7 @@ class CCW_Admin_Page_Customize_Styles {
239
 
240
  <div class="row">
241
  <div class="col s6">
242
- <p>Text Color</p>
243
  </div>
244
  <div class="input-field col s6">
245
  <input name="ccw_options_cs[s4_text_color]" data-default-color="rgba(0, 0, 0, 0.6)" value="<?php echo esc_attr( $ccw_style_4['s4_text_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -248,7 +272,7 @@ class CCW_Admin_Page_Customize_Styles {
248
 
249
  <div class="row">
250
  <div class="col s6">
251
- <p>Background Color</p>
252
  </div>
253
  <div class="input-field col s6">
254
  <input name="ccw_options_cs[s4_background_color]" data-default-color="#e4e4e4" value="<?php echo esc_attr( $ccw_style_4['s4_background_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -264,6 +288,7 @@ class CCW_Admin_Page_Customize_Styles {
264
  }
265
 
266
 
 
267
  function ccw_style_5_cb() {
268
  $ccw_style_5 = get_option('ccw_options_cs');
269
  ?>
@@ -274,7 +299,7 @@ class CCW_Admin_Page_Customize_Styles {
274
 
275
  <div class="row">
276
  <div class="col s6">
277
- <p>Color of icon</p>
278
  </div>
279
  <div class="input-field col s6">
280
  <!-- style="height: 1.375rem;" or 22px -->
@@ -284,7 +309,7 @@ class CCW_Admin_Page_Customize_Styles {
284
 
285
  <div class="row">
286
  <div class="col s6">
287
- <p>Color of icon - when hover </p>
288
  </div>
289
  <div class="input-field col s6">
290
  <input name="ccw_options_cs[s5_hover_color]" data-default-color="#ddd" value="<?php echo esc_attr( $ccw_style_5['s5_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -293,7 +318,7 @@ class CCW_Admin_Page_Customize_Styles {
293
 
294
  <div class="row">
295
  <div class="col s6">
296
- <p>Size of icon</p>
297
  </div>
298
  <div class="input-field col s4">
299
  <input name="ccw_options_cs[s5_icon_size]" value="<?php echo esc_attr( $ccw_style_5['s5_icon_size'] ) ?>" type="text" class="" >
@@ -308,6 +333,7 @@ class CCW_Admin_Page_Customize_Styles {
308
  }
309
 
310
 
 
311
  function ccw_style_6_cb() {
312
  $ccw_style_6 = get_option('ccw_options_cs');
313
  ?>
@@ -318,7 +344,7 @@ class CCW_Admin_Page_Customize_Styles {
318
 
319
  <div class="row">
320
  <div class="col s6">
321
- <p>Color of icon</p>
322
  </div>
323
  <div class="input-field col s6">
324
  <!-- style="height: 1.375rem;" or 22px -->
@@ -328,7 +354,7 @@ class CCW_Admin_Page_Customize_Styles {
328
 
329
  <div class="row">
330
  <div class="col s6">
331
- <p>Color of icon - when hover </p>
332
  </div>
333
  <div class="input-field col s6">
334
  <input name="ccw_options_cs[s6_hover_color]" data-default-color="#000" value="<?php echo esc_attr( $ccw_style_6['s6_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -337,7 +363,7 @@ class CCW_Admin_Page_Customize_Styles {
337
 
338
  <div class="row">
339
  <div class="col s6">
340
- <p>Size of icon</p>
341
  </div>
342
  <div class="input-field col s4">
343
  <input name="ccw_options_cs[s6_icon_size]" value="<?php echo esc_attr( $ccw_style_6['s6_icon_size'] ) ?>" type="text" class="" >
@@ -346,7 +372,7 @@ class CCW_Admin_Page_Customize_Styles {
346
 
347
  <div class="row">
348
  <div class="col s6">
349
- <p>Circle color </p>
350
  </div>
351
  <div class="input-field col s6">
352
  <input name="ccw_options_cs[s6_circle_background_color]" data-default-color="#ffa500" value="<?php echo esc_attr( $ccw_style_6['s6_circle_background_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -355,7 +381,7 @@ class CCW_Admin_Page_Customize_Styles {
355
 
356
  <div class="row">
357
  <div class="col s6">
358
- <p>Circle color - when hover </p>
359
  </div>
360
  <div class="input-field col s6">
361
  <input name="ccw_options_cs[s6_circle_background_hover_color]" data-default-color="#ffa500" value="<?php echo esc_attr( $ccw_style_6['s6_circle_background_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -365,7 +391,7 @@ class CCW_Admin_Page_Customize_Styles {
365
 
366
  <div class="row">
367
  <div class="col s6">
368
- <p>Circle Height</p>
369
  </div>
370
  <div class="input-field col s4">
371
  <input name="ccw_options_cs[s6_circle_height]" value="<?php echo esc_attr( $ccw_style_6['s6_circle_height'] ) ?>" type="text" class="" >
@@ -374,7 +400,7 @@ class CCW_Admin_Page_Customize_Styles {
374
 
375
  <div class="row">
376
  <div class="col s6">
377
- <p>Circle Width</p>
378
  </div>
379
  <div class="input-field col s4">
380
  <input name="ccw_options_cs[s6_circle_width]" value="<?php echo esc_attr( $ccw_style_6['s6_circle_width'] ) ?>" type="text" class="" >
@@ -383,14 +409,14 @@ class CCW_Admin_Page_Customize_Styles {
383
 
384
  <div class="row">
385
  <div class="col s6">
386
- <p>Circle Line Height</p>
387
  </div>
388
  <div class="input-field col s4">
389
  <input name="ccw_options_cs[s6_line_height]" value="<?php echo esc_attr( $ccw_style_6['s6_line_height'] ) ?>" type="text" class="" >
390
  </div>
391
  </div>
392
 
393
- <p class="description">add height, width, line-height same values - if feels like icon is not center then adjust 'Line Height' to make icon looks center of the circle</p>
394
 
395
  </div>
396
  </div>
@@ -402,6 +428,7 @@ class CCW_Admin_Page_Customize_Styles {
402
 
403
 
404
 
 
405
  function ccw_style_7_cb() {
406
  $ccw_style_7 = get_option('ccw_options_cs');
407
  ?>
@@ -413,7 +440,7 @@ class CCW_Admin_Page_Customize_Styles {
413
 
414
  <div class="row">
415
  <div class="col s6">
416
- <p>Color of icon</p>
417
  </div>
418
  <div class="input-field col s6">
419
  <!-- style="height: 1.375rem;" or 22px -->
@@ -423,7 +450,7 @@ class CCW_Admin_Page_Customize_Styles {
423
 
424
  <div class="row">
425
  <div class="col s6">
426
- <p>Color of icon - when hover </p>
427
  </div>
428
  <div class="input-field col s6">
429
  <input name="ccw_options_cs[s7_hover_color]" data-default-color="#000" value="<?php echo esc_attr( $ccw_style_7['s7_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -432,7 +459,7 @@ class CCW_Admin_Page_Customize_Styles {
432
 
433
  <div class="row">
434
  <div class="col s6">
435
- <p>Size of icon</p>
436
  </div>
437
  <div class="input-field col s4">
438
  <input name="ccw_options_cs[s7_icon_size]" value="<?php echo esc_attr( $ccw_style_7['s7_icon_size'] ) ?>" type="text" class="" >
@@ -441,7 +468,7 @@ class CCW_Admin_Page_Customize_Styles {
441
 
442
  <div class="row">
443
  <div class="col s6">
444
- <p>box color </p>
445
  </div>
446
  <div class="input-field col s6">
447
  <input name="ccw_options_cs[s7_box_background_color]" data-default-color="#ffa500" value="<?php echo esc_attr( $ccw_style_7['s7_box_background_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -450,7 +477,7 @@ class CCW_Admin_Page_Customize_Styles {
450
 
451
  <div class="row">
452
  <div class="col s6">
453
- <p>box color - when hover </p>
454
  </div>
455
  <div class="input-field col s6">
456
  <input name="ccw_options_cs[s7_box_background_hover_color]" data-default-color="#ffa500" value="<?php echo esc_attr( $ccw_style_7['s7_box_background_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -460,7 +487,7 @@ class CCW_Admin_Page_Customize_Styles {
460
 
461
  <div class="row">
462
  <div class="col s6">
463
- <p>box Height</p>
464
  </div>
465
  <div class="input-field col s4">
466
  <input name="ccw_options_cs[s7_box_height]" value="<?php echo esc_attr( $ccw_style_7['s7_box_height'] ) ?>" type="text" class="" >
@@ -469,7 +496,7 @@ class CCW_Admin_Page_Customize_Styles {
469
 
470
  <div class="row">
471
  <div class="col s6">
472
- <p>box Width</p>
473
  </div>
474
  <div class="input-field col s4">
475
  <input name="ccw_options_cs[s7_box_width]" value="<?php echo esc_attr( $ccw_style_7['s7_box_width'] ) ?>" type="text" class="" >
@@ -478,14 +505,14 @@ class CCW_Admin_Page_Customize_Styles {
478
 
479
  <div class="row">
480
  <div class="col s6">
481
- <p>box Line Height</p>
482
  </div>
483
  <div class="input-field col s4">
484
  <input name="ccw_options_cs[s7_line_height]" value="<?php echo esc_attr( $ccw_style_7['s7_line_height'] ) ?>" type="text" class="" >
485
  </div>
486
  </div>
487
 
488
- <p class="description">add height, width, line-height same values - if feels like icon is not center then adjust 'Line Height' to make icon looks center of the box</p>
489
 
490
 
491
  </div>
@@ -497,6 +524,7 @@ class CCW_Admin_Page_Customize_Styles {
497
  }
498
 
499
 
 
500
  function ccw_style_8_cb() {
501
  $ccw_style_8 = get_option('ccw_options_cs');
502
  $s8_icon_float = esc_attr( $ccw_style_8['s8_icon_float'] )
@@ -509,7 +537,7 @@ class CCW_Admin_Page_Customize_Styles {
509
 
510
  <div class="row">
511
  <div class="col s6">
512
- <p>Text Color</p>
513
  </div>
514
  <div class="input-field col s6">
515
  <input name="ccw_options_cs[s8_text_color]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_8['s8_text_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -518,7 +546,7 @@ class CCW_Admin_Page_Customize_Styles {
518
 
519
  <div class="row">
520
  <div class="col s6">
521
- <p>Background Color</p>
522
  </div>
523
  <div class="input-field col s6">
524
  <input name="ccw_options_cs[s8_background_color]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_8['s8_background_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -527,7 +555,7 @@ class CCW_Admin_Page_Customize_Styles {
527
 
528
  <div class="row">
529
  <div class="col s6">
530
- <p>Icon color</p>
531
  </div>
532
  <div class="input-field col s6">
533
  <input name="ccw_options_cs[s8_icon_color]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_8['s8_icon_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -536,7 +564,7 @@ class CCW_Admin_Page_Customize_Styles {
536
 
537
  <div class="row">
538
  <div class="col s6">
539
- <p>Text Color on hover</p>
540
  </div>
541
  <div class="input-field col s6">
542
  <input name="ccw_options_cs[s8_text_color_onhover]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_8['s8_text_color_onhover'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -545,7 +573,7 @@ class CCW_Admin_Page_Customize_Styles {
545
 
546
  <div class="row">
547
  <div class="col s6">
548
- <p>Background Color on hover</p>
549
  </div>
550
  <div class="input-field col s6">
551
  <input name="ccw_options_cs[s8_background_color_onhover]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_8['s8_background_color_onhover'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -554,7 +582,7 @@ class CCW_Admin_Page_Customize_Styles {
554
 
555
  <div class="row">
556
  <div class="col s6">
557
- <p>Icon color on hover</p>
558
  </div>
559
  <div class="input-field col s6">
560
  <input name="ccw_options_cs[s8_icon_color_onhover]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_8['s8_icon_color_onhover'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
@@ -563,7 +591,7 @@ class CCW_Admin_Page_Customize_Styles {
563
 
564
  <div class="row">
565
  <div class="col s6">
566
- <p>Icon float</p>
567
  </div>
568
  <div class="input-field col s6">
569
  <select name="ccw_options_cs[s8_icon_float]" class="select-2_2">
@@ -571,13 +599,14 @@ class CCW_Admin_Page_Customize_Styles {
571
  <option value="right" <?php echo $s8_icon_float == 'right' ? 'SELECTED' : ''; ?> >right</option>
572
  <option value="hide" <?php echo $s8_icon_float == 'hide' ? 'SELECTED' : ''; ?> >hide</option>
573
  </select>
574
- <label>Icon flow</label>
575
  </div>
576
  </div>
577
 
 
578
  <div class="row hide">
579
  <div class="col s6">
580
- <p>Icon size</p>
581
  </div>
582
  <div class="input-field col s4">
583
  <input name="ccw_options_cs[s8_1_width]" value="<?php echo esc_attr( $ccw_style_8['s8_1_width'] ) ?>" type="text" class="" >
@@ -593,6 +622,110 @@ class CCW_Admin_Page_Customize_Styles {
593
  }
594
 
595
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
596
 
597
 
598
  function ccw_options_sanitize_cs_cb( $input ) {
@@ -603,128 +736,140 @@ class CCW_Admin_Page_Customize_Styles {
603
 
604
  $new_input = array();
605
 
606
- if( isset( $input['s1_text_color'] ) )
607
- $new_input['s1_text_color'] = sanitize_text_field( $input['s1_text_color'] );
608
 
609
- if( isset( $input['s1_text_color_onfocus'] ) )
610
- $new_input['s1_text_color_onfocus'] = sanitize_text_field( $input['s1_text_color_onfocus'] );
 
 
 
 
611
 
612
- if( isset( $input['s1_border_color'] ) )
613
- $new_input['s1_border_color'] = sanitize_text_field( $input['s1_border_color'] );
614
 
615
- if( isset( $input['s1_border_color_onfocus'] ) )
616
- $new_input['s1_border_color_onfocus'] = sanitize_text_field( $input['s1_border_color_onfocus'] );
617
 
618
- if( isset( $input['s1_submit_btn_color'] ) )
619
- $new_input['s1_submit_btn_color'] = sanitize_text_field( $input['s1_submit_btn_color'] );
620
 
621
- if( isset( $input['s1_submit_btn_text_and_icon_color'] ) )
622
- $new_input['s1_submit_btn_text_and_icon_color'] = sanitize_text_field( $input['s1_submit_btn_text_and_icon_color'] );
623
 
624
- if( isset( $input['s1_width'] ) )
625
- $new_input['s1_width'] = sanitize_text_field( $input['s1_width'] );
626
 
627
- if( isset( $input['s2_text_color'] ) )
628
- $new_input['s2_text_color'] = sanitize_text_field( $input['s2_text_color'] );
 
 
 
 
 
 
 
 
 
629
 
630
- if( isset( $input['s2_text_color_onhover'] ) )
631
- $new_input['s2_text_color_onhover'] = sanitize_text_field( $input['s2_text_color_onhover'] );
632
 
633
- if( isset( $input['s2_decoration'] ) )
634
- $new_input['s2_decoration'] = sanitize_text_field( $input['s2_decoration'] );
635
 
636
- if( isset( $input['s2_decoration_onhover'] ) )
637
- $new_input['s2_decoration_onhover'] = sanitize_text_field( $input['s2_decoration_onhover'] );
638
 
639
- if( isset( $input['s3_icon_size'] ) )
640
- $new_input['s3_icon_size'] = sanitize_text_field( $input['s3_icon_size'] );
641
 
642
- if( isset( $input['s4_text_color'] ) )
643
- $new_input['s4_text_color'] = sanitize_text_field( $input['s4_text_color'] );
644
 
645
- if( isset( $input['s4_background_color'] ) )
646
- $new_input['s4_background_color'] = sanitize_text_field( $input['s4_background_color'] );
647
 
648
- if( isset( $input['s5_color'] ) )
649
- $new_input['s5_color'] = sanitize_text_field( $input['s5_color'] );
650
 
651
- if( isset( $input['s5_hover_color'] ) )
652
- $new_input['s5_hover_color'] = sanitize_text_field( $input['s5_hover_color'] );
653
 
654
- if( isset( $input['s5_icon_size'] ) )
655
- $new_input['s5_icon_size'] = sanitize_text_field( $input['s5_icon_size'] );
656
 
657
- if( isset( $input['s6_color'] ) )
658
- $new_input['s6_color'] = sanitize_text_field( $input['s6_color'] );
659
 
660
- if( isset( $input['s6_hover_color'] ) )
661
- $new_input['s6_hover_color'] = sanitize_text_field( $input['s6_hover_color'] );
662
 
663
- if( isset( $input['s6_icon_size'] ) )
664
- $new_input['s6_icon_size'] = sanitize_text_field( $input['s6_icon_size'] );
665
 
666
- if( isset( $input['s6_circle_background_color'] ) )
667
- $new_input['s6_circle_background_color'] = sanitize_text_field( $input['s6_circle_background_color'] );
668
 
669
- if( isset( $input['s6_circle_background_hover_color'] ) )
670
- $new_input['s6_circle_background_hover_color'] = sanitize_text_field( $input['s6_circle_background_hover_color'] );
671
 
672
- if( isset( $input['s6_circle_height'] ) )
673
- $new_input['s6_circle_height'] = sanitize_text_field( $input['s6_circle_height'] );
674
 
675
- if( isset( $input['s6_circle_width'] ) )
676
- $new_input['s6_circle_width'] = sanitize_text_field( $input['s6_circle_width'] );
677
 
678
- if( isset( $input['s6_line_height'] ) )
679
- $new_input['s6_line_height'] = sanitize_text_field( $input['s6_line_height'] );
680
 
681
- if( isset( $input['s7_color'] ) )
682
- $new_input['s7_color'] = sanitize_text_field( $input['s7_color'] );
683
 
684
- if( isset( $input['s7_hover_color'] ) )
685
- $new_input['s7_hover_color'] = sanitize_text_field( $input['s7_hover_color'] );
686
 
687
- if( isset( $input['s7_icon_size'] ) )
688
- $new_input['s7_icon_size'] = sanitize_text_field( $input['s7_icon_size'] );
689
 
690
- if( isset( $input['s7_box_background_color'] ) )
691
- $new_input['s7_box_background_color'] = sanitize_text_field( $input['s7_box_background_color'] );
692
 
693
- if( isset( $input['s7_box_background_hover_color'] ) )
694
- $new_input['s7_box_background_hover_color'] = sanitize_text_field( $input['s7_box_background_hover_color'] );
695
 
696
- if( isset( $input['s7_box_height'] ) )
697
- $new_input['s7_box_height'] = sanitize_text_field( $input['s7_box_height'] );
698
 
699
- if( isset( $input['s7_box_width'] ) )
700
- $new_input['s7_box_width'] = sanitize_text_field( $input['s7_box_width'] );
701
 
702
- if( isset( $input['s7_line_height'] ) )
703
- $new_input['s7_line_height'] = sanitize_text_field( $input['s7_line_height'] );
704
 
705
- if( isset( $input['s8_text_color'] ) )
706
- $new_input['s8_text_color'] = sanitize_text_field( $input['s8_text_color'] );
707
 
708
- if( isset( $input['s8_background_color'] ) )
709
- $new_input['s8_background_color'] = sanitize_text_field( $input['s8_background_color'] );
710
 
711
- if( isset( $input['s8_icon_color'] ) )
712
- $new_input['s8_icon_color'] = sanitize_text_field( $input['s8_icon_color'] );
713
 
714
- if( isset( $input['s8_text_color_onhover'] ) )
715
- $new_input['s8_text_color_onhover'] = sanitize_text_field( $input['s8_text_color_onhover'] );
716
 
717
- if( isset( $input['s8_background_color_onhover'] ) )
718
- $new_input['s8_background_color_onhover'] = sanitize_text_field( $input['s8_background_color_onhover'] );
719
 
720
- if( isset( $input['s8_icon_color_onhover'] ) )
721
- $new_input['s8_icon_color_onhover'] = sanitize_text_field( $input['s8_icon_color_onhover'] );
722
 
723
- if( isset( $input['s8_icon_float'] ) )
724
- $new_input['s8_icon_float'] = sanitize_text_field( $input['s8_icon_float'] );
 
 
 
725
 
726
- if( isset( $input['s8_1_width'] ) )
727
- $new_input['s8_1_width'] = sanitize_text_field( $input['s8_1_width'] );
728
 
729
  return $new_input;
730
  }
13
 
14
  if ( ! defined( 'ABSPATH' ) ) exit;
15
 
16
+ if ( ! class_exists( 'CCW_Admin_Page_Customize_Styles' ) ) :
17
 
18
  class CCW_Admin_Page_Customize_Styles {
19
 
32
  add_settings_field( 'ccw_style_6_cs', 'Style 6', array( $this, 'ccw_style_6_cb' ), 'ccw_options_settings_cs', 'ccw_settings_cs' );
33
  add_settings_field( 'ccw_style_7_cs', 'Style 7', array( $this, 'ccw_style_7_cb' ), 'ccw_options_settings_cs', 'ccw_settings_cs' );
34
  add_settings_field( 'ccw_style_8_cs', 'Style 8', array( $this, 'ccw_style_8_cb' ), 'ccw_options_settings_cs', 'ccw_settings_cs' );
35
+ add_settings_field( 'ccw_style_9_cs', 'Style 9', array( $this, 'ccw_style_9_cb' ), 'ccw_options_settings_cs', 'ccw_settings_cs' );
36
+
37
+
38
+ add_settings_field( 'ccw_animations', 'Animations', array( $this, 'ccw_animations_cb' ), 'ccw_options_settings_cs', 'ccw_settings_cs' );
39
+
40
  }
41
 
42
 
45
  }
46
 
47
 
48
+ // style - 1
49
  function ccw_style_1_cb() {
50
  $ccw_style_1 = get_option('ccw_options_cs');
51
  ?>
56
 
57
  <div class="row">
58
  <div class="col s6">
59
+ <p><?php _e( 'Color of text' , 'click-to-chat-for-whatsapp' ) ?></p>
60
  </div>
61
  <div class="input-field col s6">
62
  <input name="ccw_options_cs[s1_text_color]" data-default-color="#9e9e9e" value="<?php echo esc_attr( $ccw_style_1['s1_text_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
65
 
66
  <div class="row">
67
  <div class="col s6">
68
+ <p><?php _e( 'Color of text when focus on input box' , 'click-to-chat-for-whatsapp' ) ?></p>
69
  </div>
70
  <div class="input-field col s6">
71
  <input name="ccw_options_cs[s1_text_color_onfocus]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_1['s1_text_color_onfocus'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
74
 
75
  <div class="row">
76
  <div class="col s6">
77
+ <p><?php _e( 'Color of input field bottom border' , 'click-to-chat-for-whatsapp' ) ?></p>
78
  </div>
79
  <div class="input-field col s6">
80
  <input name="ccw_options_cs[s1_border_color]" data-default-color="#9e9e9e" value="<?php echo esc_attr( $ccw_style_1['s1_border_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
83
 
84
  <div class="row">
85
  <div class="col s6">
86
+ <p><?php _e( 'Color of input field border bottom on focus' , 'click-to-chat-for-whatsapp' ) ?></p>
87
  </div>
88
  <div class="input-field col s6">
89
  <input name="ccw_options_cs[s1_border_color_onfocus]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_1['s1_border_color_onfocus'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
92
 
93
  <div class="row">
94
  <div class="col s6">
95
+ <p><?php _e( 'Color of submit button' , 'click-to-chat-for-whatsapp' ) ?></p>
96
  </div>
97
  <div class="input-field col s6">
98
  <input name="ccw_options_cs[s1_submit_btn_color]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_1['s1_submit_btn_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
101
 
102
  <div class="row">
103
  <div class="col s6">
104
+ <p><?php _e( 'Color of submit button - text, icon' , 'click-to-chat-for-whatsapp' ) ?> </p>
105
  </div>
106
  <div class="input-field col s6">
107
  <input name="ccw_options_cs[s1_submit_btn_text_and_icon_color]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_1['s1_submit_btn_text_and_icon_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
110
 
111
  <div class="row">
112
  <div class="col s6">
113
+ <p><?php _e( 'Button Text' , 'click-to-chat-for-whatsapp' ) ?></p>
114
  </div>
115
  <div class="input-field col s4">
116
  <input name="ccw_options_cs[s1_btn_text]" value="<?php echo esc_attr( $ccw_style_1['s1_btn_text'] ) ?>" type="text" class="" >
120
  <!-- This is hidden row -->
121
  <div class="row hide">
122
  <div class="col s6">
123
+ <p><?php _e( 'Icon size' , 'click-to-chat-for-whatsapp' ) ?></p>
124
  </div>
125
  <div class="input-field col s4">
126
  <input name="ccw_options_cs[s1_width]" value="<?php echo esc_attr( $ccw_style_1['s1_width'] ) ?>" type="text" class="" >
137
  }
138
 
139
 
140
+ // style - 2
141
  function ccw_style_2_cb() {
142
  $ccw_style_2 = get_option('ccw_options_cs');
143
  $s2_decoration_value = esc_attr( $ccw_style_2['s2_decoration'] );
150
 
151
  <div class="row">
152
  <div class="col s6">
153
+ <p><?php _e( 'Text Color' , 'click-to-chat-for-whatsapp' ) ?></p>
154
  </div>
155
  <div class="input-field col s6">
156
  <input name="ccw_options_cs[s2_text_color]" data-default-color="inherit" value="<?php echo esc_attr( $ccw_style_2['s2_text_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
159
 
160
  <div class="row">
161
  <div class="col s6">
162
+ <p><?php _e( 'Text Color When Hover' , 'click-to-chat-for-whatsapp' ) ?> </p>
163
  </div>
164
  <div class="input-field col s6">
165
  <input name="ccw_options_cs[s2_text_color_onhover]" data-default-color="inherit" value="<?php echo esc_attr( $ccw_style_2['s2_text_color_onhover'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
168
 
169
  <div class="row">
170
  <div class="col s6">
171
+ <p><?php _e( 'Text Decoration' , 'click-to-chat-for-whatsapp' ) ?> </p>
172
  </div>
173
  <div class="input-field col s6">
174
  <select name="ccw_options_cs[s2_decoration]" class="select-2_2">
179
  <option value="initial" <?php echo $s2_decoration_value == 'initial' ? 'SELECTED' : ''; ?> >initial</option>
180
  <option value="inherit" <?php echo $s2_decoration_value == 'inherit' ? 'SELECTED' : ''; ?> >inherit</option>
181
  </select>
182
+ <label><?php _e( 'Text Decoration' , 'click-to-chat-for-whatsapp' ) ?> </label>
183
  </div>
184
  </div>
185
 
186
  <div class="row">
187
  <div class="col s6">
188
+ <p><?php _e( 'Text Decoration when Hover' , 'click-to-chat-for-whatsapp' ) ?> </p>
189
  </div>
190
  <div class="input-field col s6">
191
  <select name="ccw_options_cs[s2_decoration_onhover]" class="select-2_2">
196
  <option value="initial" <?php echo $s2_decoration_onhover == 'initial' ? 'SELECTED' : ''; ?> >initial</option>
197
  <option value="inherit" <?php echo $s2_decoration_onhover == 'inherit' ? 'SELECTED' : ''; ?> >inherit</option>
198
  </select>
199
+ <label><?php _e( 'Text Decoration on focus' , 'click-to-chat-for-whatsapp' ) ?> </label>
200
  </div>
201
  </div>
202
 
208
  }
209
 
210
 
211
+ // style - 3
212
  function ccw_style_3_cb() {
213
  $ccw_style_3 = get_option('ccw_options_cs');
214
+ $s3_icon_type = esc_attr( $ccw_style_3['s3_icon_type'] );
215
+
216
  ?>
217
  <ul class="collapsible" data-collapsible="accordion">
218
  <li>
221
 
222
  <div class="row">
223
  <div class="col s6">
224
+ <p><?php _e( 'Icon size' , 'click-to-chat-for-whatsapp' ) ?></p>
225
  </div>
226
  <div class="input-field col s4">
227
  <input name="ccw_options_cs[s3_icon_size]" value="<?php echo esc_attr( $ccw_style_3['s3_icon_size'] ) ?>" type="text" class="" >
228
  </div>
229
  </div>
230
+
231
+ <div class="row">
232
+ <div class="col s6">
233
+ <p><?php _e( 'file type' , 'click-to-chat-for-whatsapp' ) ?></p>
234
+ </div>
235
+ <div class="input-field col s6">
236
+ <select name="ccw_options_cs[s3_icon_type]" class="select-2_2">
237
+ <option value="png" <?php echo $s3_icon_type == 'png' ? 'SELECTED' : ''; ?> >png</option>
238
+ <option value="svg" <?php echo $s3_icon_type == 'svg' ? 'SELECTED' : ''; ?> >svg</option>
239
+ </select>
240
+ <label><?php _e( '.svg added in v1.4' , 'click-to-chat-for-whatsapp' ) ?></label>
241
+ </div>
242
+ <p class="description"><?php _e( '.png - since v1.0 - file size ~ 20kb, .svg added in v1.4 - file size ~ 4kb' , 'click-to-chat-for-whatsapp' ) ?></p>
243
+ </div>
244
+
245
  </div>
246
  </div>
247
  </li>
251
  }
252
 
253
 
254
+ // style - 4
255
  function ccw_style_4_cb() {
256
  $ccw_style_4 = get_option('ccw_options_cs');
257
  ?>
263
 
264
  <div class="row">
265
  <div class="col s6">
266
+ <p><?php _e( 'Text Color' , 'click-to-chat-for-whatsapp' ) ?> </p>
267
  </div>
268
  <div class="input-field col s6">
269
  <input name="ccw_options_cs[s4_text_color]" data-default-color="rgba(0, 0, 0, 0.6)" value="<?php echo esc_attr( $ccw_style_4['s4_text_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
272
 
273
  <div class="row">
274
  <div class="col s6">
275
+ <p><?php _e( 'Background Color' , 'click-to-chat-for-whatsapp' ) ?> </p>
276
  </div>
277
  <div class="input-field col s6">
278
  <input name="ccw_options_cs[s4_background_color]" data-default-color="#e4e4e4" value="<?php echo esc_attr( $ccw_style_4['s4_background_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
288
  }
289
 
290
 
291
+ // style - 5
292
  function ccw_style_5_cb() {
293
  $ccw_style_5 = get_option('ccw_options_cs');
294
  ?>
299
 
300
  <div class="row">
301
  <div class="col s6">
302
+ <p><?php _e( 'Color of icon' , 'click-to-chat-for-whatsapp' ) ?> </p>
303
  </div>
304
  <div class="input-field col s6">
305
  <!-- style="height: 1.375rem;" or 22px -->
309
 
310
  <div class="row">
311
  <div class="col s6">
312
+ <p><?php _e( 'Color of icon - when hover' , 'click-to-chat-for-whatsapp' ) ?> </p>
313
  </div>
314
  <div class="input-field col s6">
315
  <input name="ccw_options_cs[s5_hover_color]" data-default-color="#ddd" value="<?php echo esc_attr( $ccw_style_5['s5_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
318
 
319
  <div class="row">
320
  <div class="col s6">
321
+ <p><?php _e( 'Size of icon' , 'click-to-chat-for-whatsapp' ) ?> </p>
322
  </div>
323
  <div class="input-field col s4">
324
  <input name="ccw_options_cs[s5_icon_size]" value="<?php echo esc_attr( $ccw_style_5['s5_icon_size'] ) ?>" type="text" class="" >
333
  }
334
 
335
 
336
+ // style - 6
337
  function ccw_style_6_cb() {
338
  $ccw_style_6 = get_option('ccw_options_cs');
339
  ?>
344
 
345
  <div class="row">
346
  <div class="col s6">
347
+ <p><?php _e( 'Color of icon' , 'click-to-chat-for-whatsapp' ) ?></p>
348
  </div>
349
  <div class="input-field col s6">
350
  <!-- style="height: 1.375rem;" or 22px -->
354
 
355
  <div class="row">
356
  <div class="col s6">
357
+ <p><?php _e( 'Color of icon - when hover' , 'click-to-chat-for-whatsapp' ) ?> </p>
358
  </div>
359
  <div class="input-field col s6">
360
  <input name="ccw_options_cs[s6_hover_color]" data-default-color="#000" value="<?php echo esc_attr( $ccw_style_6['s6_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
363
 
364
  <div class="row">
365
  <div class="col s6">
366
+ <p><?php _e( 'Size of icon' , 'click-to-chat-for-whatsapp' ) ?></p>
367
  </div>
368
  <div class="input-field col s4">
369
  <input name="ccw_options_cs[s6_icon_size]" value="<?php echo esc_attr( $ccw_style_6['s6_icon_size'] ) ?>" type="text" class="" >
372
 
373
  <div class="row">
374
  <div class="col s6">
375
+ <p><?php _e( 'Circle color' , 'click-to-chat-for-whatsapp' ) ?> </p>
376
  </div>
377
  <div class="input-field col s6">
378
  <input name="ccw_options_cs[s6_circle_background_color]" data-default-color="#ffa500" value="<?php echo esc_attr( $ccw_style_6['s6_circle_background_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
381
 
382
  <div class="row">
383
  <div class="col s6">
384
+ <p><?php _e( 'Circle color - when hover' , 'click-to-chat-for-whatsapp' ) ?> </p>
385
  </div>
386
  <div class="input-field col s6">
387
  <input name="ccw_options_cs[s6_circle_background_hover_color]" data-default-color="#ffa500" value="<?php echo esc_attr( $ccw_style_6['s6_circle_background_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
391
 
392
  <div class="row">
393
  <div class="col s6">
394
+ <p><?php _e( 'Circle Height' , 'click-to-chat-for-whatsapp' ) ?></p>
395
  </div>
396
  <div class="input-field col s4">
397
  <input name="ccw_options_cs[s6_circle_height]" value="<?php echo esc_attr( $ccw_style_6['s6_circle_height'] ) ?>" type="text" class="" >
400
 
401
  <div class="row">
402
  <div class="col s6">
403
+ <p><?php _e( 'Circle Width' , 'click-to-chat-for-whatsapp' ) ?></p>
404
  </div>
405
  <div class="input-field col s4">
406
  <input name="ccw_options_cs[s6_circle_width]" value="<?php echo esc_attr( $ccw_style_6['s6_circle_width'] ) ?>" type="text" class="" >
409
 
410
  <div class="row">
411
  <div class="col s6">
412
+ <p><?php _e( 'Circle Line Height' , 'click-to-chat-for-whatsapp' ) ?></p>
413
  </div>
414
  <div class="input-field col s4">
415
  <input name="ccw_options_cs[s6_line_height]" value="<?php echo esc_attr( $ccw_style_6['s6_line_height'] ) ?>" type="text" class="" >
416
  </div>
417
  </div>
418
 
419
+ <p class="description"><?php _e( 'add height, width, line-height same values - if feels like icon is not center then adjust \'Line Height\' to make icon looks center of the circle' , 'click-to-chat-for-whatsapp' ) ?></p>
420
 
421
  </div>
422
  </div>
428
 
429
 
430
 
431
+ // style - 7
432
  function ccw_style_7_cb() {
433
  $ccw_style_7 = get_option('ccw_options_cs');
434
  ?>
440
 
441
  <div class="row">
442
  <div class="col s6">
443
+ <p><?php _e( 'Color of icon' , 'click-to-chat-for-whatsapp' ) ?></p>
444
  </div>
445
  <div class="input-field col s6">
446
  <!-- style="height: 1.375rem;" or 22px -->
450
 
451
  <div class="row">
452
  <div class="col s6">
453
+ <p><?php _e( 'Color of icon - when hover' , 'click-to-chat-for-whatsapp' ) ?> </p>
454
  </div>
455
  <div class="input-field col s6">
456
  <input name="ccw_options_cs[s7_hover_color]" data-default-color="#000" value="<?php echo esc_attr( $ccw_style_7['s7_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
459
 
460
  <div class="row">
461
  <div class="col s6">
462
+ <p><?php _e( 'Size of icon' , 'click-to-chat-for-whatsapp' ) ?></p>
463
  </div>
464
  <div class="input-field col s4">
465
  <input name="ccw_options_cs[s7_icon_size]" value="<?php echo esc_attr( $ccw_style_7['s7_icon_size'] ) ?>" type="text" class="" >
468
 
469
  <div class="row">
470
  <div class="col s6">
471
+ <p><?php _e( 'box color' , 'click-to-chat-for-whatsapp' ) ?> </p>
472
  </div>
473
  <div class="input-field col s6">
474
  <input name="ccw_options_cs[s7_box_background_color]" data-default-color="#ffa500" value="<?php echo esc_attr( $ccw_style_7['s7_box_background_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
477
 
478
  <div class="row">
479
  <div class="col s6">
480
+ <p><?php _e( 'box color - when hover' , 'click-to-chat-for-whatsapp' ) ?> </p>
481
  </div>
482
  <div class="input-field col s6">
483
  <input name="ccw_options_cs[s7_box_background_hover_color]" data-default-color="#ffa500" value="<?php echo esc_attr( $ccw_style_7['s7_box_background_hover_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
487
 
488
  <div class="row">
489
  <div class="col s6">
490
+ <p><?php _e( 'box Height' , 'click-to-chat-for-whatsapp' ) ?></p>
491
  </div>
492
  <div class="input-field col s4">
493
  <input name="ccw_options_cs[s7_box_height]" value="<?php echo esc_attr( $ccw_style_7['s7_box_height'] ) ?>" type="text" class="" >
496
 
497
  <div class="row">
498
  <div class="col s6">
499
+ <p><?php _e( 'box Width' , 'click-to-chat-for-whatsapp' ) ?></p>
500
  </div>
501
  <div class="input-field col s4">
502
  <input name="ccw_options_cs[s7_box_width]" value="<?php echo esc_attr( $ccw_style_7['s7_box_width'] ) ?>" type="text" class="" >
505
 
506
  <div class="row">
507
  <div class="col s6">
508
+ <p><?php _e( 'box Line Height' , 'click-to-chat-for-whatsapp' ) ?></p>
509
  </div>
510
  <div class="input-field col s4">
511
  <input name="ccw_options_cs[s7_line_height]" value="<?php echo esc_attr( $ccw_style_7['s7_line_height'] ) ?>" type="text" class="" >
512
  </div>
513
  </div>
514
 
515
+ <p class="description"><?php _e( 'add height, width, line-height same values - if feels like icon is not center then adjust \'Line Height\' to make icon looks center of the box' , 'click-to-chat-for-whatsapp' ) ?></p>
516
 
517
 
518
  </div>
524
  }
525
 
526
 
527
+ // style - 8
528
  function ccw_style_8_cb() {
529
  $ccw_style_8 = get_option('ccw_options_cs');
530
  $s8_icon_float = esc_attr( $ccw_style_8['s8_icon_float'] )
537
 
538
  <div class="row">
539
  <div class="col s6">
540
+ <p><?php _e( 'Text Color' , 'click-to-chat-for-whatsapp' ) ?></p>
541
  </div>
542
  <div class="input-field col s6">
543
  <input name="ccw_options_cs[s8_text_color]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_8['s8_text_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
546
 
547
  <div class="row">
548
  <div class="col s6">
549
+ <p><?php _e( 'Background Color' , 'click-to-chat-for-whatsapp' ) ?></p>
550
  </div>
551
  <div class="input-field col s6">
552
  <input name="ccw_options_cs[s8_background_color]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_8['s8_background_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
555
 
556
  <div class="row">
557
  <div class="col s6">
558
+ <p><?php _e( 'Icon color' , 'click-to-chat-for-whatsapp' ) ?></p>
559
  </div>
560
  <div class="input-field col s6">
561
  <input name="ccw_options_cs[s8_icon_color]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_8['s8_icon_color'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
564
 
565
  <div class="row">
566
  <div class="col s6">
567
+ <p><?php _e( 'Text Color on hover' , 'click-to-chat-for-whatsapp' ) ?></p>
568
  </div>
569
  <div class="input-field col s6">
570
  <input name="ccw_options_cs[s8_text_color_onhover]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_8['s8_text_color_onhover'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
573
 
574
  <div class="row">
575
  <div class="col s6">
576
+ <p><?php _e( 'Background Color on hover' , 'click-to-chat-for-whatsapp' ) ?></p>
577
  </div>
578
  <div class="input-field col s6">
579
  <input name="ccw_options_cs[s8_background_color_onhover]" data-default-color="#26a69a" value="<?php echo esc_attr( $ccw_style_8['s8_background_color_onhover'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
582
 
583
  <div class="row">
584
  <div class="col s6">
585
+ <p><?php _e( 'Icon color on hover' , 'click-to-chat-for-whatsapp' ) ?></p>
586
  </div>
587
  <div class="input-field col s6">
588
  <input name="ccw_options_cs[s8_icon_color_onhover]" data-default-color="#fff" value="<?php echo esc_attr( $ccw_style_8['s8_icon_color_onhover'] ) ?>" type="text" class="color-wp" style="height: 1.375rem;" >
591
 
592
  <div class="row">
593
  <div class="col s6">
594
+ <p><?php _e( 'Icon float' , 'click-to-chat-for-whatsapp' ) ?></p>
595
  </div>
596
  <div class="input-field col s6">
597
  <select name="ccw_options_cs[s8_icon_float]" class="select-2_2">
599
  <option value="right" <?php echo $s8_icon_float == 'right' ? 'SELECTED' : ''; ?> >right</option>
600
  <option value="hide" <?php echo $s8_icon_float == 'hide' ? 'SELECTED' : ''; ?> >hide</option>
601
  </select>
602
+ <label><?php _e( 'Icon flow' , 'click-to-chat-for-whatsapp' ) ?></label>
603
  </div>
604
  </div>
605
 
606
+ <!-- hidden value - as in array empty values are not updating .. -->
607
  <div class="row hide">
608
  <div class="col s6">
609
+ <p><?php _e( 'Icon size' , 'click-to-chat-for-whatsapp' ) ?></p>
610
  </div>
611
  <div class="input-field col s4">
612
  <input name="ccw_options_cs[s8_1_width]" value="<?php echo esc_attr( $ccw_style_8['s8_1_width'] ) ?>" type="text" class="" >
622
  }
623
 
624
 
625
+ // style - 9
626
+ function ccw_style_9_cb() {
627
+ $ccw_style_9 = get_option('ccw_options_cs');
628
+ ?>
629
+ <ul class="collapsible" data-collapsible="accordion">
630
+ <li>
631
+ <div class="collapsible-header">Style 9</div>
632
+ <div class="collapsible-body">
633
+
634
+ <div class="row">
635
+ <div class="col s6">
636
+ <p><?php _e( 'Icon size' , 'click-to-chat-for-whatsapp' ) ?></p>
637
+ </div>
638
+ <div class="input-field col s4">
639
+ <input name="ccw_options_cs[s9_icon_size]" value="<?php echo esc_attr( $ccw_style_9['s9_icon_size'] ) ?>" type="text" class="" >
640
+ </div>
641
+ </div>
642
+
643
+ </div>
644
+ </div>
645
+ </li>
646
+ </ul>
647
+
648
+ <?php
649
+ }
650
+
651
+
652
+
653
+ // Animations
654
+ function ccw_animations_cb() {
655
+ $ccw_animations = get_option('ccw_options_cs');
656
+ // $an_enable = esc_attr( $ccw_animations['an_enable'] );
657
+ $an_on_load = esc_attr( $ccw_animations['an_on_load'] );
658
+ $an_on_hover = esc_attr( $ccw_animations['an_on_hover'] );
659
+
660
+ ?>
661
+ <ul class="collapsible" data-collapsible="accordion">
662
+ <li>
663
+ <div class="collapsible-header">Animations - alpha release </div>
664
+ <div class="collapsible-body">
665
+
666
+ <p class="description"> <?php _e( 'alpha stage, things may change, may not work as like this in next releases, </br> may need to reconfigure also ..' , 'click-to-chat-for-whatsapp' ) ?> </p>
667
+ <p class="description"> <?php _e( 'Animations for floating styles ( 3, 4, 5, 6, 7, 8, 9 ) ' , 'click-to-chat-for-whatsapp' ) ?> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/animations/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
668
+ <br><br>
669
+
670
+ <!-- Enable Animations -->
671
+ <!-- <div class="row">
672
+ <div class="input-field col s12">
673
+ <select name="ccw_options_cs[an_enable]" class="select-1">
674
+ <option value="1"><?php _e( 'No' , 'click-to-chat-for-whatsapp' ) ?></option>
675
+ <option value="yes" <?php echo esc_attr( $ccw_animations['an_enable'] ) == 'yes' ? 'SELECTED' : ''; ?> ><?php _e( 'Yes' , 'click-to-chat-for-whatsapp' ) ?></option>
676
+ </select>
677
+ <label><?php _e( 'Enable Animations' , 'click-to-chat-for-whatsapp' ) ?></label>
678
+ <p class="description"> <?php _e( 'Yes - to enable animations ' , 'click-to-chat-for-whatsapp' ) ?> </p>
679
+ <p class="description"> <?php _e( 'dont enable, if your are not using Animations' , 'click-to-chat-for-whatsapp' ) ?> </p>
680
+ </div>
681
+ </div> -->
682
+
683
+ <!-- animation on load -->
684
+ <div class="row">
685
+ <div class="col s6">
686
+ <p><?php _e( 'Animation on Page load' , 'click-to-chat-for-whatsapp' ) ?></p>
687
+ </div>
688
+ <div class="input-field col s6">
689
+ <select name="ccw_options_cs[an_on_load]" class="select-2_2">
690
+ <?php
691
+ $an_list = HT_CCW_Admin_lists::$animations_list;
692
+
693
+ foreach ( $an_list as $value ) {
694
+ ?>
695
+ <option value="<?php echo $value ?>" <?php echo $an_on_load == $value ? 'SELECTED' : ''; ?> ><?php echo $value ?></option>
696
+ <?php
697
+ }
698
+
699
+ ?>
700
+ </select>
701
+ <label><?php _e( 'animation on page load' , 'click-to-chat-for-whatsapp' ) ?></label>
702
+ </div>
703
+ </div>
704
+
705
+ <!-- animation on hover -->
706
+ <div class="row">
707
+ <div class="col s6">
708
+ <p><?php _e( 'Animation on hover' , 'click-to-chat-for-whatsapp' ) ?></p>
709
+ </div>
710
+ <div class="input-field col s6">
711
+ <select name="ccw_options_cs[an_on_hover]" class="select-2_2">
712
+ <option value="ccw-an" <?php echo $an_on_hover == 'ccw-an' ? 'SELECTED' : ''; ?> >Yes</option>
713
+ <option value="ccw-no-hover-an" <?php echo $an_on_hover == 'ccw-no-hover-an' ? 'SELECTED' : ''; ?> >No</option>
714
+ </select>
715
+ <label><?php _e( 'Animation on mouse hover' , 'click-to-chat-for-whatsapp' ) ?></label>
716
+ </div>
717
+ <p class="description"><?php _e( 'If Yes, Animation on hover - works based on - Animation on page load - value' , 'click-to-chat-for-whatsapp' ) ?></p>
718
+ </div>
719
+
720
+
721
+ </div>
722
+ </div>
723
+ </li>
724
+ </ul>
725
+
726
+ <?php
727
+ }
728
+
729
 
730
 
731
  function ccw_options_sanitize_cs_cb( $input ) {
736
 
737
  $new_input = array();
738
 
 
 
739
 
740
+ foreach ($input as $key => $value) {
741
+ if( isset( $input[$key] ) ) {
742
+ $new_input[$key] = sanitize_text_field( $input[$key] );
743
+ }
744
+ }
745
+
746
 
 
 
747
 
748
+ // if( isset( $input['s1_text_color'] ) )
749
+ // $new_input['s1_text_color'] = sanitize_text_field( $input['s1_text_color'] );
750
 
751
+ // if( isset( $input['s1_text_color_onfocus'] ) )
752
+ // $new_input['s1_text_color_onfocus'] = sanitize_text_field( $input['s1_text_color_onfocus'] );
753
 
754
+ // if( isset( $input['s1_border_color'] ) )
755
+ // $new_input['s1_border_color'] = sanitize_text_field( $input['s1_border_color'] );
756
 
757
+ // if( isset( $input['s1_border_color_onfocus'] ) )
758
+ // $new_input['s1_border_color_onfocus'] = sanitize_text_field( $input['s1_border_color_onfocus'] );
759
 
760
+ // if( isset( $input['s1_submit_btn_color'] ) )
761
+ // $new_input['s1_submit_btn_color'] = sanitize_text_field( $input['s1_submit_btn_color'] );
762
+
763
+ // if( isset( $input['s1_submit_btn_text_and_icon_color'] ) )
764
+ // $new_input['s1_submit_btn_text_and_icon_color'] = sanitize_text_field( $input['s1_submit_btn_text_and_icon_color'] );
765
+
766
+ // if( isset( $input['s1_width'] ) )
767
+ // $new_input['s1_width'] = sanitize_text_field( $input['s1_width'] );
768
+
769
+ // if( isset( $input['s2_text_color'] ) )
770
+ // $new_input['s2_text_color'] = sanitize_text_field( $input['s2_text_color'] );
771
 
772
+ // if( isset( $input['s2_text_color_onhover'] ) )
773
+ // $new_input['s2_text_color_onhover'] = sanitize_text_field( $input['s2_text_color_onhover'] );
774
 
775
+ // if( isset( $input['s2_decoration'] ) )
776
+ // $new_input['s2_decoration'] = sanitize_text_field( $input['s2_decoration'] );
777
 
778
+ // if( isset( $input['s2_decoration_onhover'] ) )
779
+ // $new_input['s2_decoration_onhover'] = sanitize_text_field( $input['s2_decoration_onhover'] );
780
 
781
+ // if( isset( $input['s3_icon_size'] ) )
782
+ // $new_input['s3_icon_size'] = sanitize_text_field( $input['s3_icon_size'] );
783
 
784
+ // if( isset( $input['s4_text_color'] ) )
785
+ // $new_input['s4_text_color'] = sanitize_text_field( $input['s4_text_color'] );
786
 
787
+ // if( isset( $input['s4_background_color'] ) )
788
+ // $new_input['s4_background_color'] = sanitize_text_field( $input['s4_background_color'] );
789
 
790
+ // if( isset( $input['s5_color'] ) )
791
+ // $new_input['s5_color'] = sanitize_text_field( $input['s5_color'] );
792
 
793
+ // if( isset( $input['s5_hover_color'] ) )
794
+ // $new_input['s5_hover_color'] = sanitize_text_field( $input['s5_hover_color'] );
795
 
796
+ // if( isset( $input['s5_icon_size'] ) )
797
+ // $new_input['s5_icon_size'] = sanitize_text_field( $input['s5_icon_size'] );
798
 
799
+ // if( isset( $input['s6_color'] ) )
800
+ // $new_input['s6_color'] = sanitize_text_field( $input['s6_color'] );
801
 
802
+ // if( isset( $input['s6_hover_color'] ) )
803
+ // $new_input['s6_hover_color'] = sanitize_text_field( $input['s6_hover_color'] );
804
 
805
+ // if( isset( $input['s6_icon_size'] ) )
806
+ // $new_input['s6_icon_size'] = sanitize_text_field( $input['s6_icon_size'] );
807
 
808
+ // if( isset( $input['s6_circle_background_color'] ) )
809
+ // $new_input['s6_circle_background_color'] = sanitize_text_field( $input['s6_circle_background_color'] );
810
 
811
+ // if( isset( $input['s6_circle_background_hover_color'] ) )
812
+ // $new_input['s6_circle_background_hover_color'] = sanitize_text_field( $input['s6_circle_background_hover_color'] );
813
 
814
+ // if( isset( $input['s6_circle_height'] ) )
815
+ // $new_input['s6_circle_height'] = sanitize_text_field( $input['s6_circle_height'] );
816
 
817
+ // if( isset( $input['s6_circle_width'] ) )
818
+ // $new_input['s6_circle_width'] = sanitize_text_field( $input['s6_circle_width'] );
819
 
820
+ // if( isset( $input['s6_line_height'] ) )
821
+ // $new_input['s6_line_height'] = sanitize_text_field( $input['s6_line_height'] );
822
 
823
+ // if( isset( $input['s7_color'] ) )
824
+ // $new_input['s7_color'] = sanitize_text_field( $input['s7_color'] );
825
 
826
+ // if( isset( $input['s7_hover_color'] ) )
827
+ // $new_input['s7_hover_color'] = sanitize_text_field( $input['s7_hover_color'] );
828
 
829
+ // if( isset( $input['s7_icon_size'] ) )
830
+ // $new_input['s7_icon_size'] = sanitize_text_field( $input['s7_icon_size'] );
831
 
832
+ // if( isset( $input['s7_box_background_color'] ) )
833
+ // $new_input['s7_box_background_color'] = sanitize_text_field( $input['s7_box_background_color'] );
834
 
835
+ // if( isset( $input['s7_box_background_hover_color'] ) )
836
+ // $new_input['s7_box_background_hover_color'] = sanitize_text_field( $input['s7_box_background_hover_color'] );
837
 
838
+ // if( isset( $input['s7_box_height'] ) )
839
+ // $new_input['s7_box_height'] = sanitize_text_field( $input['s7_box_height'] );
840
 
841
+ // if( isset( $input['s7_box_width'] ) )
842
+ // $new_input['s7_box_width'] = sanitize_text_field( $input['s7_box_width'] );
843
 
844
+ // if( isset( $input['s7_line_height'] ) )
845
+ // $new_input['s7_line_height'] = sanitize_text_field( $input['s7_line_height'] );
846
 
847
+ // if( isset( $input['s8_text_color'] ) )
848
+ // $new_input['s8_text_color'] = sanitize_text_field( $input['s8_text_color'] );
849
 
850
+ // if( isset( $input['s8_background_color'] ) )
851
+ // $new_input['s8_background_color'] = sanitize_text_field( $input['s8_background_color'] );
852
 
853
+ // if( isset( $input['s8_icon_color'] ) )
854
+ // $new_input['s8_icon_color'] = sanitize_text_field( $input['s8_icon_color'] );
855
 
856
+ // if( isset( $input['s8_text_color_onhover'] ) )
857
+ // $new_input['s8_text_color_onhover'] = sanitize_text_field( $input['s8_text_color_onhover'] );
858
 
859
+ // if( isset( $input['s8_background_color_onhover'] ) )
860
+ // $new_input['s8_background_color_onhover'] = sanitize_text_field( $input['s8_background_color_onhover'] );
861
 
862
+ // if( isset( $input['s8_icon_color_onhover'] ) )
863
+ // $new_input['s8_icon_color_onhover'] = sanitize_text_field( $input['s8_icon_color_onhover'] );
864
 
865
+ // if( isset( $input['s8_icon_float'] ) )
866
+ // $new_input['s8_icon_float'] = sanitize_text_field( $input['s8_icon_float'] );
867
+
868
+ // if( isset( $input['s8_1_width'] ) )
869
+ // $new_input['s8_1_width'] = sanitize_text_field( $input['s8_1_width'] );
870
 
871
+ // if( isset( $input['s9_icon_size'] ) )
872
+ // $new_input['s9_icon_size'] = sanitize_text_field( $input['s9_icon_size'] );
873
 
874
  return $new_input;
875
  }
admin/class-ccw-admin-page.php CHANGED
@@ -10,7 +10,7 @@
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit;
12
 
13
- if ( !class_exists( 'CCW_Admin_Page' ) ) :
14
 
15
  class CCW_Admin_Page {
16
 
@@ -20,23 +20,20 @@ class CCW_Admin_Page {
20
 
21
  add_settings_section( 'ccw_settings', '', array( $this, 'ccw_settings_section' ), 'ccw_options_settings' );
22
 
23
- add_settings_field( 'ccw_enable', 'Enable Floating Styles', array( $this, 'ccw_enable_cb' ), 'ccw_options_settings', 'ccw_settings' );
24
- add_settings_field( 'ccw_enable_sc', 'Enable ShortCodes', array( $this, 'ccw_enable_sc_cb' ), 'ccw_options_settings', 'ccw_settings' );
25
- add_settings_field( 'ccw_return_type', 'Return Type', array( $this, 'ccw_return_type_cb' ), 'ccw_options_settings', 'ccw_settings' );
26
- add_settings_field( 'ccw_number', 'WhatsApp Number', array( $this, 'ccw_number_input_cb' ), 'ccw_options_settings', 'ccw_settings' );
27
-
28
- add_settings_field( 'ccw_pre_text', 'Initial Message', array( $this, 'ccw_prefix_message_cb' ), 'ccw_options_settings', 'ccw_settings' );
29
-
30
-
31
- add_settings_field( 'ccw_group_id', 'Group Id', array( $this, 'ccw_group_id_cb' ), 'ccw_options_settings', 'ccw_settings' );
32
- add_settings_field( 'ccw_style', 'Style for Desktops', array( $this, 'ccw_style_cb' ), 'ccw_options_settings', 'ccw_settings' );
33
- add_settings_field( 'ccw_style_mobile', 'Style for Mobile Devices', array( $this, 'ccw_style_mobile_cb' ), 'ccw_options_settings', 'ccw_settings' );
34
- add_settings_field( 'ccw_position', 'Position to Place', array( $this, 'ccw_position_input_cb' ), 'ccw_options_settings', 'ccw_settings' );
35
- add_settings_field( 'ccw_placeholder', 'Text to Display', array( $this, 'ccw_input_placeholder_cb' ), 'ccw_options_settings', 'ccw_settings' );
36
- add_settings_field( 'ccw_checkbox', 'Hide Based on post type', array( $this, 'ccw_checkbox_cb' ), 'ccw_options_settings', 'ccw_settings' );
37
- add_settings_field( 'ccw_list_id_tohide', 'Posts, Pages Id\'s to Hide', array( $this, 'ccw_list_id_tohide_cb' ), 'ccw_options_settings', 'ccw_settings' );
38
- add_settings_field( 'ccw_list_cat_tohide', 'Categorys to Hide', array( $this, 'ccw_list_cat_tohide_cb' ), 'ccw_options_settings', 'ccw_settings' );
39
- add_settings_field( 'ccw_custom_shortcode', 'Shortcode name', array( $this, 'ccw_custom_shortcode_cb' ), 'ccw_options_settings', 'ccw_settings' );
40
 
41
  }
42
 
@@ -54,10 +51,10 @@ class CCW_Admin_Page {
54
  <div class="row">
55
  <div class="input-field col s12">
56
  <select name="ccw_options[enable]" class="select-1">
57
- <option value="1">No</option>
58
- <option value="2" <?php echo esc_attr( $ccw_enable['enable'] ) == 2 ? 'SELECTED' : ''; ?> >Yes</option>
59
  </select>
60
- <label>enable</label>
61
  </div>
62
  </div>
63
  <?php
@@ -70,11 +67,11 @@ class CCW_Admin_Page {
70
  <div class="row">
71
  <div class="input-field col s12 select-margin">
72
  <select name="ccw_options[enable_sc]" class="select-1">
73
- <option value="1">No</option>
74
- <option value="2" <?php echo esc_attr( $ccw_enable_sc['enable_sc'] ) == 2 ? 'SELECTED' : ''; ?> >Yes</option>
75
  </select>
76
- <label>enable ShortCodes</label>
77
- <p class="description"> If Selected - No - then Hides Shortcodes and its syntax - <a target="_blank" href="https://holithemes.com/whatsapp-chat/enable-disable-styles/">more info</a> </p>
78
  </div>
79
  </div>
80
  <?php
@@ -87,11 +84,11 @@ class CCW_Admin_Page {
87
  <div class="row">
88
  <div class="input-field col s12 select-margin">
89
  <select name="ccw_options[return_type]" class="select-1">
90
- <option value="chat" <?php echo esc_attr( $ccw_return_type['return_type'] ) == 'chat' ? 'SELECTED' : ''; ?> >Chat</option>
91
- <option value="group_chat" <?php echo esc_attr( $ccw_return_type['return_type'] ) == 'group_chat' ? 'SELECTED' : ''; ?> >Group chat - Invite</option>
92
  </select>
93
- <label>Default return type - Chat or Group Chat Invite</label>
94
- <p class="description">Default return type for Floating Style, shortcodes. But for shortcodes can change using shortcode attributes - <a target="_blank" href="https://holithemes.com/whatsapp-chat/return-type-chat-or-group-chat/">more info</a> </p>
95
  </div>
96
  </div>
97
  <?php
@@ -114,11 +111,12 @@ class CCW_Admin_Page {
114
  <option value="6" <?php echo $style_value == 6 ? 'SELECTED' : ''; ?> >Style-6</option>
115
  <option value="7" <?php echo $style_value == 7 ? 'SELECTED' : ''; ?> >Style-7</option>
116
  <option value="8" <?php echo $style_value == 8 ? 'SELECTED' : ''; ?> >Style-8</option>
117
- <option value="0" <?php echo $style_value == 0 ? 'SELECTED' : ''; ?> >Hide on Desktop Devices</option>
 
118
  </select>
119
- <label>Select Style for Destops</label>
120
- <p class="description"> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/select-styles/">List of syles with images</a> </p>
121
- <p class="description"> - <a target="_blank" href="<?php echo admin_url( 'admin.php?page=ccw-edit-styles' ); ?>">Customize Styles</a> </p>
122
 
123
  </div>
124
  </div>
@@ -141,9 +139,10 @@ class CCW_Admin_Page {
141
  <option value="6" <?php echo $style_mobile_value == 6 ? 'SELECTED' : ''; ?> >Style-6</option>
142
  <option value="7" <?php echo $style_mobile_value == 7 ? 'SELECTED' : ''; ?> >Style-7</option>
143
  <option value="8" <?php echo $style_mobile_value == 8 ? 'SELECTED' : ''; ?> >Style-8</option>
144
- <option value="0" <?php echo $style_mobile_value == 0 ? 'SELECTED' : ''; ?> >Hide on Mobile Devices</option>
 
145
  </select>
146
- <label>Select Style for Mobile Devices</label>
147
  </div>
148
  </div>
149
  <?php
@@ -156,8 +155,8 @@ class CCW_Admin_Page {
156
  <div class="row">
157
  <div class="input-field col s12">
158
  <input name="ccw_options[number]" value="<?php echo esc_attr( $ccw_number['number'] ) ?>" id="whatsapp_number" type="text" class="validate input-margin">
159
- <label for="whatsapp_number">Enter whatsapp number </label>
160
- <p class="description">Enter whatsapp number with country code ( e.g. 916123456789 ) please dont include +, ( here in e.g. 91 is country code 6123456789 is mobile number - <a target="_blank" href="https://holithemes.com/whatsapp-chat/whatsapp-number/">more info</a> ) </p>
161
  </div>
162
  </div>
163
  <?php
@@ -165,15 +164,14 @@ class CCW_Admin_Page {
165
 
166
 
167
  // prefix - message
168
- // #todo - link..
169
  function ccw_prefix_message_cb() {
170
  $ccw_initial = get_option('ccw_options');
171
  ?>
172
  <div class="row">
173
  <div class="input-field col s12">
174
  <input name="ccw_options[initial]" value="<?php echo esc_attr( $ccw_initial['initial'] ) ?>" id="whatsapp_initial" type="text" class="validate input-margin">
175
- <label for="whatsapp_initial">Initial Message</label>
176
- <p class="description">Initial message ( pre-filled ) <a target="_blank" href="https://holithemes.com/whatsapp-chat/pre-filled-message/">more info</a> </p>
177
  </div>
178
  </div>
179
  <?php
@@ -187,8 +185,8 @@ class CCW_Admin_Page {
187
  <div class="row">
188
  <div class="input-field col s12">
189
  <input name="ccw_options[group_id]" value="<?php echo esc_attr( $ccw_group_id['group_id'] ) ?>" id="whatsapp_group_id" type="text" class="validate input-margin">
190
- <label for="whatsapp_group_id">whatsapp group ID Extenstion </label>
191
- <p class="description">Enter whatsapp Group Id - <a target="_blank" href="https://holithemes.com/whatsapp-chat/find-whatsapp-group-id/">more info</a> ) </p>
192
  </div>
193
  </div>
194
  <?php
@@ -202,35 +200,35 @@ class CCW_Admin_Page {
202
  <div class="row">
203
  <div class="input-field col s12">
204
  <select name="ccw_options[position]" class="select">
205
- <option value="1" <?php echo $ccw_position_value == 1 ? 'SELECTED' : ''; ?> >bottom right</option>
206
- <option value="2" <?php echo $ccw_position_value == 2 ? 'SELECTED' : ''; ?> >bottom left</option>
207
- <option value="3" <?php echo $ccw_position_value == 3 ? 'SELECTED' : ''; ?> >top left</option>
208
- <option value="4" <?php echo $ccw_position_value == 4 ? 'SELECTED' : ''; ?> >top right</option>
209
  </select>
210
- <label>Fixed position to place</label>
211
- <p class="description"> e.g. 10px - please add css units as suffix, e.g. 10px, 10%, 10rem, 10em .. <a target="_blank" href="https://holithemes.com/whatsapp-chat/position-to-place/">more info</a> </p>
212
  </div>
213
  </div>
214
 
215
  <div class="row display-none position position-1 bottom-right">
216
  <div class="input-field col s6">
217
  <input name="ccw_options[position-1_bottom]" value="<?php echo esc_attr( $ccw_position['position-1_bottom'] ) ?>" id="position_bottom" type="text" class="validate">
218
- <label for="position_bottom">position_bottom: </label>
219
  </div>
220
  <div class="input-field col s6">
221
  <input name="ccw_options[position-1_right]" value="<?php echo esc_attr( $ccw_position['position-1_right'] ) ?>" id="position_right" type="text" class="validate">
222
- <label for="position_right">position_right: </label>
223
  </div>
224
  </div>
225
 
226
  <div class="row display-none position position-2 bottom-left">
227
  <div class="input-field col s6">
228
  <input name="ccw_options[position-2_bottom]" value="<?php echo esc_attr( $ccw_position['position-2_bottom'] ) ?>" id="position_bottom" type="text" class="validate">
229
- <label for="position_bottom">position_bottom: </label>
230
  </div>
231
  <div class="input-field col s6">
232
  <input name="ccw_options[position-2_left]" value="<?php echo esc_attr( $ccw_position['position-2_left'] ) ?>" id="position_left" type="text" class="validate">
233
- <label for="position_left">position_left: </label>
234
  </div>
235
  </div>
236
 
@@ -239,22 +237,22 @@ class CCW_Admin_Page {
239
  <div class="row display-none position position-3 top-left">
240
  <div class="input-field col s6">
241
  <input name="ccw_options[position-3_top]" value="<?php echo esc_attr( $ccw_position['position-3_top'] ) ?>" id="position_top" type="text" class="validate">
242
- <label for="position_top">position_top: </label>
243
  </div>
244
  <div class="input-field col s6">
245
  <input name="ccw_options[position-3_left]" value="<?php echo esc_attr( $ccw_position['position-3_left'] ) ?>" id="position_left" type="text" class="validate">
246
- <label for="position_left">position_left: </label>
247
  </div>
248
  </div>
249
 
250
  <div class="row display-none position position-4 top-right">
251
  <div class="input-field col s6">
252
  <input name="ccw_options[position-4_top]" value="<?php echo esc_attr( $ccw_position['position-4_top'] ) ?>" id="position_top" type="text" class="validate">
253
- <label for="position_top">position_top: </label>
254
  </div>
255
  <div class="input-field col s6">
256
  <input name="ccw_options[position-4_right]" value="<?php echo esc_attr( $ccw_position['position-4_right'] ) ?>" id="position_right" type="text" class="validate">
257
- <label for="position_right">position_right: </label>
258
  </div>
259
  </div>
260
 
@@ -268,8 +266,8 @@ class CCW_Admin_Page {
268
  <div class="row">
269
  <div class="input-field col s12">
270
  <input name="ccw_options[input_placeholder]" value="<?php echo esc_attr( $ccw_placeholder['input_placeholder'] ) ?>" id="input_placeholder" type="text" class="validate input-margin">
271
- <label for="input_placeholder">placeholder value</label>
272
- <p class="description"> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/text-to-display/">more info</a> </p>
273
  </div>
274
  </div>
275
  <?php
@@ -285,14 +283,14 @@ class CCW_Admin_Page {
285
  ?>
286
  <p>
287
  <input name="ccw_options[hideon_posts]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_posts'], 1 ); ?> id="filled-in-box1" />
288
- <label for="filled-in-box1">Hide on - Posts</label>
289
  </p>
290
  <?php
291
  } else {
292
  ?>
293
  <p>
294
  <input name="ccw_options[hideon_posts]" type="checkbox" value="1" id="filled-in-box1" />
295
- <label for="filled-in-box1">Hide on - Posts</label>
296
  </p>
297
  <?php
298
  }
@@ -303,14 +301,14 @@ class CCW_Admin_Page {
303
  ?>
304
  <p>
305
  <input name="ccw_options[hideon_page]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_page'], 1 ); ?> id="filled-in-box2" />
306
- <label for="filled-in-box2">Hide on - Pages</label>
307
  </p>
308
  <?php
309
  } else {
310
  ?>
311
  <p>
312
  <input name="ccw_options[hideon_page]" type="checkbox" value="1" id="filled-in-box2" />
313
- <label for="filled-in-box2">Hide on - Pages</label>
314
  </p>
315
  <?php
316
  }
@@ -321,14 +319,14 @@ class CCW_Admin_Page {
321
  ?>
322
  <p>
323
  <input name="ccw_options[hideon_homepage]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_homepage'], 1 ); ?> id="filled-in-box3" />
324
- <label for="filled-in-box3">Hide on - Home Page</label>
325
  </p>
326
  <?php
327
  } else {
328
  ?>
329
  <p>
330
  <input name="ccw_options[hideon_homepage]" type="checkbox" value="1" id="filled-in-box3" />
331
- <label for="filled-in-box3">Hide on - Home Page</label>
332
  </p>
333
  <?php
334
  }
@@ -341,14 +339,14 @@ class CCW_Admin_Page {
341
  ?>
342
  <p>
343
  <input name="ccw_options[hideon_frontpage]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_frontpage'], 1 ); ?> id="filled-in-box4" />
344
- <label for="filled-in-box4">Hide on - Front Page</label>
345
  </p>
346
  <?php
347
  } else {
348
  ?>
349
  <p>
350
  <input name="ccw_options[hideon_frontpage]" type="checkbox" value="1" id="filled-in-box4" />
351
- <label for="filled-in-box4">Hide on - Front Page</label>
352
  </p>
353
  <?php
354
  }
@@ -358,14 +356,14 @@ class CCW_Admin_Page {
358
  ?>
359
  <p>
360
  <input name="ccw_options[hideon_category]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_category'], 1 ); ?> id="filled-in-box5" />
361
- <label for="filled-in-box5">Hide on - Category</label>
362
  </p>
363
  <?php
364
  } else {
365
  ?>
366
  <p>
367
  <input name="ccw_options[hideon_category]" type="checkbox" value="1" id="filled-in-box5" />
368
- <label for="filled-in-box5">Hide on - Category</label>
369
  </p>
370
  <?php
371
  }
@@ -375,14 +373,14 @@ class CCW_Admin_Page {
375
  ?>
376
  <p>
377
  <input name="ccw_options[hideon_archive]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_archive'], 1 ); ?> id="filled-in-box6" />
378
- <label for="filled-in-box6">Hide on - Archive</label>
379
  </p>
380
  <?php
381
  } else {
382
  ?>
383
  <p>
384
  <input name="ccw_options[hideon_archive]" type="checkbox" value="1" id="filled-in-box6" />
385
- <label for="filled-in-box6">Hide on - Archive</label>
386
  </p>
387
  <?php
388
  }
@@ -393,19 +391,19 @@ class CCW_Admin_Page {
393
  ?>
394
  <p>
395
  <input name="ccw_options[hideon_404]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_404'], 1 ); ?> id="filled-in-box7" />
396
- <label for="filled-in-box7">Hide on - 404 Page</label>
397
  </p>
398
  <?php
399
  } else {
400
  ?>
401
  <p>
402
  <input name="ccw_options[hideon_404]" type="checkbox" value="1" id="filled-in-box7" />
403
- <label for="filled-in-box7">Hide on - 404 Page</label>
404
  </p>
405
  <?php
406
  }
407
  ?>
408
- <p class="description">Check to hide - Hide - Styles - based on type of the page <a target="_blank" href="https://holithemes.com/whatsapp-chat/show-hide-styles-based-on-type-of-the-page/">more info</a> </p>
409
  <?php
410
  }
411
 
@@ -417,7 +415,7 @@ class CCW_Admin_Page {
417
  <div class="input-field col s12">
418
  <input name="ccw_options[list_hideon_pages]" value="<?php echo esc_attr( $ccw_list_id_tohide['list_hideon_pages'] ) ?>" id="ccw_list_id_tohide" type="text" class="validate input-margin">
419
  <label for="ccw_list_id_tohide">Id's list to Hide - add ',' after each id </label>
420
- <p class="description"> Add Post, Pages, Media - ID's to hide, can add multiple id's separate with comma ( , ) - <a target="_blank" href="https://holithemes.com/whatsapp-chat/show-hide-styles-based-on-id/">more info</a> </p>
421
  </div>
422
  </div>
423
  <?php
@@ -430,8 +428,8 @@ class CCW_Admin_Page {
430
  <div class="row">
431
  <div class="input-field col s12">
432
  <input name="ccw_options[list_hideon_cat]" value="<?php echo esc_attr( $ccw_list_cat_tohide['list_hideon_cat'] ) ?>" id="ccw_list_cat_tohide" type="text" class="validate input-margin">
433
- <label for="ccw_list_cat_tohide">Category name's to Hide - add ',' after each category name </label>
434
- <p class="description"> Category name's to hide, can add multiple Categories separate with comma ( , ) - <a target="_blank" href="https://holithemes.com/whatsapp-chat/hide-styles-based-on-category/">more info</a> </p>
435
  </div>
436
  </div>
437
  <?php
@@ -444,15 +442,16 @@ class CCW_Admin_Page {
444
  <div class="row">
445
  <div class="input-field col s12">
446
  <input name="ccw_options[shortcode]" value="<?php echo esc_attr( $ccw_shortcode['shortcode'] ) ?>" id="shortcode" type="text" class="validate input-margin">
447
- <label for="shortcode">shortcode name</label>
448
  <?php
449
  $shorcode_list = '';
 
450
  foreach ($GLOBALS['shortcode_tags'] AS $key => $value) {
451
  $shorcode_list .= $key . ', ';
452
  }
453
  ?>
454
- <p class="description"> Default values is 'chat', can customize shortcode name - <a target="_blank" href="https://holithemes.com/whatsapp-chat/change-shortcode-name/">more info</a> </p>
455
- <p class="description"> please dont add this already existing shorcode names - <?php echo $shorcode_list ?> </p>
456
  </div>
457
  </div>
458
  <?php
@@ -467,91 +466,100 @@ class CCW_Admin_Page {
467
 
468
  $new_input = array();
469
 
470
- if( isset( $input['enable'] ) )
471
- $new_input['enable'] = sanitize_text_field( $input['enable'] );
 
 
 
 
 
 
472
 
473
- if( isset( $input['enable_sc'] ) )
474
- $new_input['enable_sc'] = sanitize_text_field( $input['enable_sc'] );
475
 
476
- if( isset( $input['number'] ) )
477
- $new_input['number'] = sanitize_text_field( $input['number'] );
478
 
479
- if( isset( $input['initial'] ) )
480
- $new_input['initial'] = sanitize_text_field( $input['initial'] );
481
 
482
- if( isset( $input['input_placeholder'] ) )
483
- $new_input['input_placeholder'] = sanitize_text_field( $input['input_placeholder'] );
484
 
485
- if( isset( $input['position'] ) )
486
- $new_input['position'] = sanitize_text_field( $input['position'] );
487
 
488
- if( isset( $input['style'] ) )
489
- $new_input['style'] = sanitize_text_field( $input['style'] );
490
 
491
- if( isset( $input['stylemobile'] ) )
492
- $new_input['stylemobile'] = sanitize_text_field( $input['stylemobile'] );
493
 
494
- if( isset( $input['position-1_bottom'] ) )
495
- $new_input['position-1_bottom'] = sanitize_text_field( $input['position-1_bottom'] );
496
 
497
- if( isset( $input['position-1_right'] ) )
498
- $new_input['position-1_right'] = sanitize_text_field( $input['position-1_right'] );
499
 
500
- if( isset( $input['position-2_bottom'] ) )
501
- $new_input['position-2_bottom'] = sanitize_text_field( $input['position-2_bottom'] );
502
 
503
- if( isset( $input['position-2_left'] ) )
504
- $new_input['position-2_left'] = sanitize_text_field( $input['position-2_left'] );
505
 
506
- if( isset( $input['position-3_top'] ) )
507
- $new_input['position-3_top'] = sanitize_text_field( $input['position-3_top'] );
508
 
509
- if( isset( $input['position-3_left'] ) )
510
- $new_input['position-3_left'] = sanitize_text_field( $input['position-3_left'] );
511
 
512
- if( isset( $input['position-4_top'] ) )
513
- $new_input['position-4_top'] = sanitize_text_field( $input['position-4_top'] );
514
 
515
- if( isset( $input['position-4_right'] ) )
516
- $new_input['position-4_right'] = sanitize_text_field( $input['position-4_right'] );
517
 
518
- if( isset( $input['hideon_posts'] ) )
519
- $new_input['hideon_posts'] = sanitize_text_field( $input['hideon_posts'] );
520
 
521
- if( isset( $input['hideon_page'] ) )
522
- $new_input['hideon_page'] = sanitize_text_field( $input['hideon_page'] );
523
 
524
- if( isset( $input['hideon_homepage'] ) )
525
- $new_input['hideon_homepage'] = sanitize_text_field( $input['hideon_homepage'] );
526
 
527
- if( isset( $input['hideon_frontpage'] ) )
528
- $new_input['hideon_frontpage'] = sanitize_text_field( $input['hideon_frontpage'] );
529
 
530
- if( isset( $input['hideon_category'] ) )
531
- $new_input['hideon_category'] = sanitize_text_field( $input['hideon_category'] );
 
 
 
 
 
 
 
 
 
532
 
533
- if( isset( $input['hideon_archive'] ) )
534
- $new_input['hideon_archive'] = sanitize_text_field( $input['hideon_archive'] );
535
 
536
- if( isset( $input['hideon_404'] ) )
537
- $new_input['hideon_404'] = sanitize_text_field( $input['hideon_404'] );
538
 
539
- if( isset( $input['list_hideon_pages'] ) )
540
- $new_input['list_hideon_pages'] = sanitize_text_field( $input['list_hideon_pages'] );
541
 
542
- if( isset( $input['list_hideon_cat'] ) )
543
- $new_input['list_hideon_cat'] = sanitize_text_field( $input['list_hideon_cat'] );
544
 
545
- if( isset( $input['shortcode'] ) )
546
- $new_input['shortcode'] = sanitize_text_field( $input['shortcode'] );
547
 
548
- if( isset( $input['return_type'] ) )
549
- $new_input['return_type'] = sanitize_text_field( $input['return_type'] );
550
 
551
- if( isset( $input['group_id'] ) )
552
- $new_input['group_id'] = sanitize_text_field( $input['group_id'] );
553
 
554
- // $new_input = sanitize_text_field($input);
555
  return $new_input;
556
  }
557
 
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit;
12
 
13
+ if ( ! class_exists( 'CCW_Admin_Page' ) ) :
14
 
15
  class CCW_Admin_Page {
16
 
20
 
21
  add_settings_section( 'ccw_settings', '', array( $this, 'ccw_settings_section' ), 'ccw_options_settings' );
22
 
23
+ add_settings_field( 'ccw_enable', __( 'Enable Floating Styles' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_enable_cb' ), 'ccw_options_settings', 'ccw_settings' );
24
+ add_settings_field( 'ccw_enable_sc', __( 'Enable ShortCodes' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_enable_sc_cb' ), 'ccw_options_settings', 'ccw_settings' );
25
+ add_settings_field( 'ccw_return_type', __( 'Return Type' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_return_type_cb' ), 'ccw_options_settings', 'ccw_settings' );
26
+ add_settings_field( 'ccw_number', __( 'WhatsApp Number' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_number_input_cb' ), 'ccw_options_settings', 'ccw_settings' );
27
+ add_settings_field( 'ccw_pre_text', __( 'Initial Message' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_prefix_message_cb' ), 'ccw_options_settings', 'ccw_settings' );
28
+ add_settings_field( 'ccw_group_id', __( 'Group Id' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_group_id_cb' ), 'ccw_options_settings', 'ccw_settings' );
29
+ add_settings_field( 'ccw_style', __( 'Style for Desktops' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_style_cb' ), 'ccw_options_settings', 'ccw_settings' );
30
+ add_settings_field( 'ccw_style_mobile', __( 'Style for Mobile Devices' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_style_mobile_cb' ), 'ccw_options_settings', 'ccw_settings' );
31
+ add_settings_field( 'ccw_position', __( 'Position to Place' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_position_input_cb' ), 'ccw_options_settings', 'ccw_settings' );
32
+ add_settings_field( 'ccw_placeholder', __( 'Text to Display' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_input_placeholder_cb' ), 'ccw_options_settings', 'ccw_settings' );
33
+ add_settings_field( 'ccw_checkbox', __( 'Hide Based on post type' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_checkbox_cb' ), 'ccw_options_settings', 'ccw_settings' );
34
+ add_settings_field( 'ccw_list_id_tohide', __( 'Posts, Pages Id\'s to Hide' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_list_id_tohide_cb' ), 'ccw_options_settings', 'ccw_settings' );
35
+ add_settings_field( 'ccw_list_cat_tohide', __( 'Categorys to Hide' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_list_cat_tohide_cb' ), 'ccw_options_settings', 'ccw_settings' );
36
+ add_settings_field( 'ccw_custom_shortcode', __( 'Shortcode name' , 'click-to-chat-for-whatsapp' ), array( $this, 'ccw_custom_shortcode_cb' ), 'ccw_options_settings', 'ccw_settings' );
 
 
 
37
 
38
  }
39
 
51
  <div class="row">
52
  <div class="input-field col s12">
53
  <select name="ccw_options[enable]" class="select-1">
54
+ <option value="1"><?php _e( 'No' , 'click-to-chat-for-whatsapp' ) ?></option>
55
+ <option value="2" <?php echo esc_attr( $ccw_enable['enable'] ) == 2 ? 'SELECTED' : ''; ?> ><?php _e( 'Yes' , 'click-to-chat-for-whatsapp' ) ?></option>
56
  </select>
57
+ <label><?php _e( 'enable' , 'click-to-chat-for-whatsapp' ) ?></label>
58
  </div>
59
  </div>
60
  <?php
67
  <div class="row">
68
  <div class="input-field col s12 select-margin">
69
  <select name="ccw_options[enable_sc]" class="select-1">
70
+ <option value="1"><?php _e( 'No' , 'click-to-chat-for-whatsapp' ) ?></option>
71
+ <option value="2" <?php echo esc_attr( $ccw_enable_sc['enable_sc'] ) == 2 ? 'SELECTED' : ''; ?> ><?php _e( 'Yes' , 'click-to-chat-for-whatsapp' ) ?></option>
72
  </select>
73
+ <label><?php _e( 'enable ShortCodes' , 'click-to-chat-for-whatsapp' ) ?></label>
74
+ <p class="description"> <?php _e( 'If Selected - No - then Hides Shortcodes and its syntax' , 'click-to-chat-for-whatsapp' ) ?> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/enable-disable-styles/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
75
  </div>
76
  </div>
77
  <?php
84
  <div class="row">
85
  <div class="input-field col s12 select-margin">
86
  <select name="ccw_options[return_type]" class="select-1">
87
+ <option value="chat" <?php echo esc_attr( $ccw_return_type['return_type'] ) == 'chat' ? 'SELECTED' : ''; ?> ><?php _e( 'Chat' , 'click-to-chat-for-whatsapp' ) ?></option>
88
+ <option value="group_chat" <?php echo esc_attr( $ccw_return_type['return_type'] ) == 'group_chat' ? 'SELECTED' : ''; ?> ><?php _e( 'Group chat - Invite' , 'click-to-chat-for-whatsapp' ) ?></option>
89
  </select>
90
+ <label><?php _e( 'Default return type - Chat or Group Chat Invite' , 'click-to-chat-for-whatsapp' ) ?></label>
91
+ <p class="description"><?php _e( 'Default return type for Floating Style, shortcodes. But for shortcodes can change using shortcode attributes' , 'click-to-chat-for-whatsapp' ) ?> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/return-type-chat-or-group-chat/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
92
  </div>
93
  </div>
94
  <?php
111
  <option value="6" <?php echo $style_value == 6 ? 'SELECTED' : ''; ?> >Style-6</option>
112
  <option value="7" <?php echo $style_value == 7 ? 'SELECTED' : ''; ?> >Style-7</option>
113
  <option value="8" <?php echo $style_value == 8 ? 'SELECTED' : ''; ?> >Style-8</option>
114
+ <option value="9" <?php echo $style_value == 9 ? 'SELECTED' : ''; ?> >Style-9</option>
115
+ <option value="0" <?php echo $style_value == 0 ? 'SELECTED' : ''; ?> ><?php _e( 'Hide on Desktop Devices' , 'click-to-chat-for-whatsapp' ) ?></option>
116
  </select>
117
+ <label><?php _e( 'Select Style for Destops' , 'click-to-chat-for-whatsapp' ) ?></label>
118
+ <p class="description"> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/select-styles/"><?php _e( 'List of syles with images' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
119
+ <p class="description"> - <a target="_blank" href="<?php echo admin_url( 'admin.php?page=ccw-edit-styles' ); ?>"><?php _e( 'Customize Styles' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
120
 
121
  </div>
122
  </div>
139
  <option value="6" <?php echo $style_mobile_value == 6 ? 'SELECTED' : ''; ?> >Style-6</option>
140
  <option value="7" <?php echo $style_mobile_value == 7 ? 'SELECTED' : ''; ?> >Style-7</option>
141
  <option value="8" <?php echo $style_mobile_value == 8 ? 'SELECTED' : ''; ?> >Style-8</option>
142
+ <option value="9" <?php echo $style_mobile_value == 9 ? 'SELECTED' : ''; ?> >Style-9</option>
143
+ <option value="0" <?php echo $style_mobile_value == 0 ? 'SELECTED' : ''; ?> ><?php _e( 'Hide on Mobile Devices' , 'click-to-chat-for-whatsapp' ) ?></option>
144
  </select>
145
+ <label><?php _e( 'Select Style for Mobile Devices' , 'click-to-chat-for-whatsapp' ) ?></label>
146
  </div>
147
  </div>
148
  <?php
155
  <div class="row">
156
  <div class="input-field col s12">
157
  <input name="ccw_options[number]" value="<?php echo esc_attr( $ccw_number['number'] ) ?>" id="whatsapp_number" type="text" class="validate input-margin">
158
+ <label for="whatsapp_number"><?php _e( 'Enter whatsapp number' , 'click-to-chat-for-whatsapp' ) ?> </label>
159
+ <p class="description"><?php _e( 'Enter whatsapp number with country code ( e.g. 916123456789 ) please dont include +, ( here in e.g. 91 is country code 6123456789 is mobile number' , 'click-to-chat-for-whatsapp' ) ?> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/whatsapp-number/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> ) </p>
160
  </div>
161
  </div>
162
  <?php
164
 
165
 
166
  // prefix - message
 
167
  function ccw_prefix_message_cb() {
168
  $ccw_initial = get_option('ccw_options');
169
  ?>
170
  <div class="row">
171
  <div class="input-field col s12">
172
  <input name="ccw_options[initial]" value="<?php echo esc_attr( $ccw_initial['initial'] ) ?>" id="whatsapp_initial" type="text" class="validate input-margin">
173
+ <label for="whatsapp_initial"><?php _e( 'Initial Message' , 'click-to-chat-for-whatsapp' ) ?></label>
174
+ <p class="description"><?php _e( 'Initial message ( pre-filled )' , 'click-to-chat-for-whatsapp' ) ?> <a target="_blank" href="https://holithemes.com/whatsapp-chat/pre-filled-message/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
175
  </div>
176
  </div>
177
  <?php
185
  <div class="row">
186
  <div class="input-field col s12">
187
  <input name="ccw_options[group_id]" value="<?php echo esc_attr( $ccw_group_id['group_id'] ) ?>" id="whatsapp_group_id" type="text" class="validate input-margin">
188
+ <label for="whatsapp_group_id"><?php _e( 'whatsapp group ID Extenstion' , 'click-to-chat-for-whatsapp' ) ?> </label>
189
+ <p class="description"><?php _e( 'Enter whatsapp Group Id' , 'click-to-chat-for-whatsapp' ) ?> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/find-whatsapp-group-id/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> ) </p>
190
  </div>
191
  </div>
192
  <?php
200
  <div class="row">
201
  <div class="input-field col s12">
202
  <select name="ccw_options[position]" class="select">
203
+ <option value="1" <?php echo $ccw_position_value == 1 ? 'SELECTED' : ''; ?> ><?php _e( 'bottom right' , 'click-to-chat-for-whatsapp' ) ?></option>
204
+ <option value="2" <?php echo $ccw_position_value == 2 ? 'SELECTED' : ''; ?> ><?php _e( 'bottom left' , 'click-to-chat-for-whatsapp' ) ?></option>
205
+ <option value="3" <?php echo $ccw_position_value == 3 ? 'SELECTED' : ''; ?> ><?php _e( 'top left' , 'click-to-chat-for-whatsapp' ) ?></option>
206
+ <option value="4" <?php echo $ccw_position_value == 4 ? 'SELECTED' : ''; ?> ><?php _e( 'top right' , 'click-to-chat-for-whatsapp' ) ?></option>
207
  </select>
208
+ <label><?php _e( 'Fixed position to place' , 'click-to-chat-for-whatsapp' ) ?></label>
209
+ <p class="description"><?php _e( ' e.g. 10px - please add css units as suffix, e.g. 10px, 10%, 10rem, 10em' , 'click-to-chat-for-whatsapp' ) ?> .. <a target="_blank" href="https://holithemes.com/whatsapp-chat/position-to-place/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
210
  </div>
211
  </div>
212
 
213
  <div class="row display-none position position-1 bottom-right">
214
  <div class="input-field col s6">
215
  <input name="ccw_options[position-1_bottom]" value="<?php echo esc_attr( $ccw_position['position-1_bottom'] ) ?>" id="position_bottom" type="text" class="validate">
216
+ <label for="position_bottom"><?php _e( 'position_bottom' , 'click-to-chat-for-whatsapp' ) ?>: </label>
217
  </div>
218
  <div class="input-field col s6">
219
  <input name="ccw_options[position-1_right]" value="<?php echo esc_attr( $ccw_position['position-1_right'] ) ?>" id="position_right" type="text" class="validate">
220
+ <label for="position_right"><?php _e( 'position_right' , 'click-to-chat-for-whatsapp' ) ?>: </label>
221
  </div>
222
  </div>
223
 
224
  <div class="row display-none position position-2 bottom-left">
225
  <div class="input-field col s6">
226
  <input name="ccw_options[position-2_bottom]" value="<?php echo esc_attr( $ccw_position['position-2_bottom'] ) ?>" id="position_bottom" type="text" class="validate">
227
+ <label for="position_bottom"><?php _e( 'position_bottom' , 'click-to-chat-for-whatsapp' ) ?>: </label>
228
  </div>
229
  <div class="input-field col s6">
230
  <input name="ccw_options[position-2_left]" value="<?php echo esc_attr( $ccw_position['position-2_left'] ) ?>" id="position_left" type="text" class="validate">
231
+ <label for="position_left"><?php _e( 'position_left' , 'click-to-chat-for-whatsapp' ) ?>: </label>
232
  </div>
233
  </div>
234
 
237
  <div class="row display-none position position-3 top-left">
238
  <div class="input-field col s6">
239
  <input name="ccw_options[position-3_top]" value="<?php echo esc_attr( $ccw_position['position-3_top'] ) ?>" id="position_top" type="text" class="validate">
240
+ <label for="position_top"><?php _e( 'position_top' , 'click-to-chat-for-whatsapp' ) ?>: </label>
241
  </div>
242
  <div class="input-field col s6">
243
  <input name="ccw_options[position-3_left]" value="<?php echo esc_attr( $ccw_position['position-3_left'] ) ?>" id="position_left" type="text" class="validate">
244
+ <label for="position_left"><?php _e( 'position_left' , 'click-to-chat-for-whatsapp' ) ?>: </label>
245
  </div>
246
  </div>
247
 
248
  <div class="row display-none position position-4 top-right">
249
  <div class="input-field col s6">
250
  <input name="ccw_options[position-4_top]" value="<?php echo esc_attr( $ccw_position['position-4_top'] ) ?>" id="position_top" type="text" class="validate">
251
+ <label for="position_top"><?php _e( 'position_top' , 'click-to-chat-for-whatsapp' ) ?>: </label>
252
  </div>
253
  <div class="input-field col s6">
254
  <input name="ccw_options[position-4_right]" value="<?php echo esc_attr( $ccw_position['position-4_right'] ) ?>" id="position_right" type="text" class="validate">
255
+ <label for="position_right"><?php _e( 'position_right' , 'click-to-chat-for-whatsapp' ) ?>: </label>
256
  </div>
257
  </div>
258
 
266
  <div class="row">
267
  <div class="input-field col s12">
268
  <input name="ccw_options[input_placeholder]" value="<?php echo esc_attr( $ccw_placeholder['input_placeholder'] ) ?>" id="input_placeholder" type="text" class="validate input-margin">
269
+ <label for="input_placeholder"><?php _e( 'placeholder value' , 'click-to-chat-for-whatsapp' ) ?></label>
270
+ <p class="description"> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/text-to-display/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
271
  </div>
272
  </div>
273
  <?php
283
  ?>
284
  <p>
285
  <input name="ccw_options[hideon_posts]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_posts'], 1 ); ?> id="filled-in-box1" />
286
+ <label for="filled-in-box1"><?php _e( 'Hide on - Posts' , 'click-to-chat-for-whatsapp' ) ?></label>
287
  </p>
288
  <?php
289
  } else {
290
  ?>
291
  <p>
292
  <input name="ccw_options[hideon_posts]" type="checkbox" value="1" id="filled-in-box1" />
293
+ <label for="filled-in-box1"><?php _e( 'Hide on - Posts' , 'click-to-chat-for-whatsapp' ) ?></label>
294
  </p>
295
  <?php
296
  }
301
  ?>
302
  <p>
303
  <input name="ccw_options[hideon_page]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_page'], 1 ); ?> id="filled-in-box2" />
304
+ <label for="filled-in-box2"><?php _e( 'Hide on - Pages' , 'click-to-chat-for-whatsapp' ) ?></label>
305
  </p>
306
  <?php
307
  } else {
308
  ?>
309
  <p>
310
  <input name="ccw_options[hideon_page]" type="checkbox" value="1" id="filled-in-box2" />
311
+ <label for="filled-in-box2"><?php _e( 'Hide on - Pages' , 'click-to-chat-for-whatsapp' ) ?></label>
312
  </p>
313
  <?php
314
  }
319
  ?>
320
  <p>
321
  <input name="ccw_options[hideon_homepage]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_homepage'], 1 ); ?> id="filled-in-box3" />
322
+ <label for="filled-in-box3"><?php _e( 'Hide on - Home Page' , 'click-to-chat-for-whatsapp' ) ?> </label>
323
  </p>
324
  <?php
325
  } else {
326
  ?>
327
  <p>
328
  <input name="ccw_options[hideon_homepage]" type="checkbox" value="1" id="filled-in-box3" />
329
+ <label for="filled-in-box3"><?php _e( 'Hide on - Home Page' , 'click-to-chat-for-whatsapp' ) ?> </label>
330
  </p>
331
  <?php
332
  }
339
  ?>
340
  <p>
341
  <input name="ccw_options[hideon_frontpage]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_frontpage'], 1 ); ?> id="filled-in-box4" />
342
+ <label for="filled-in-box4"><?php _e( 'Hide on - Front Page' , 'click-to-chat-for-whatsapp' ) ?> </label>
343
  </p>
344
  <?php
345
  } else {
346
  ?>
347
  <p>
348
  <input name="ccw_options[hideon_frontpage]" type="checkbox" value="1" id="filled-in-box4" />
349
+ <label for="filled-in-box4"><?php _e( 'Hide on - Front Page' , 'click-to-chat-for-whatsapp' ) ?> </label>
350
  </p>
351
  <?php
352
  }
356
  ?>
357
  <p>
358
  <input name="ccw_options[hideon_category]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_category'], 1 ); ?> id="filled-in-box5" />
359
+ <label for="filled-in-box5"><?php _e( 'Hide on - Category' , 'click-to-chat-for-whatsapp' ) ?></label>
360
  </p>
361
  <?php
362
  } else {
363
  ?>
364
  <p>
365
  <input name="ccw_options[hideon_category]" type="checkbox" value="1" id="filled-in-box5" />
366
+ <label for="filled-in-box5"><?php _e( 'Hide on - Category' , 'click-to-chat-for-whatsapp' ) ?></label>
367
  </p>
368
  <?php
369
  }
373
  ?>
374
  <p>
375
  <input name="ccw_options[hideon_archive]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_archive'], 1 ); ?> id="filled-in-box6" />
376
+ <label for="filled-in-box6"><?php _e( 'Hide on - Archive' , 'click-to-chat-for-whatsapp' ) ?></label>
377
  </p>
378
  <?php
379
  } else {
380
  ?>
381
  <p>
382
  <input name="ccw_options[hideon_archive]" type="checkbox" value="1" id="filled-in-box6" />
383
+ <label for="filled-in-box6"><?php _e( 'Hide on - Archive' , 'click-to-chat-for-whatsapp' ) ?></label>
384
  </p>
385
  <?php
386
  }
391
  ?>
392
  <p>
393
  <input name="ccw_options[hideon_404]" type="checkbox" value="1" <?php checked( $ccw_checkbox['hideon_404'], 1 ); ?> id="filled-in-box7" />
394
+ <label for="filled-in-box7"><?php _e( 'Hide on - 404 Page' , 'click-to-chat-for-whatsapp' ) ?></label>
395
  </p>
396
  <?php
397
  } else {
398
  ?>
399
  <p>
400
  <input name="ccw_options[hideon_404]" type="checkbox" value="1" id="filled-in-box7" />
401
+ <label for="filled-in-box7"><?php _e( 'Hide on - 404 Page' , 'click-to-chat-for-whatsapp' ) ?></label>
402
  </p>
403
  <?php
404
  }
405
  ?>
406
+ <p class="description"><?php _e( 'Check to hide - Hide - Styles - based on type of the page' , 'click-to-chat-for-whatsapp' ) ?> <a target="_blank" href="https://holithemes.com/whatsapp-chat/show-hide-styles-based-on-type-of-the-page/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
407
  <?php
408
  }
409
 
415
  <div class="input-field col s12">
416
  <input name="ccw_options[list_hideon_pages]" value="<?php echo esc_attr( $ccw_list_id_tohide['list_hideon_pages'] ) ?>" id="ccw_list_id_tohide" type="text" class="validate input-margin">
417
  <label for="ccw_list_id_tohide">Id's list to Hide - add ',' after each id </label>
418
+ <p class="description"> Add Post, Pages, Media - ID's to hide, can add multiple id's separate with comma ( , ) - <a target="_blank" href="https://holithemes.com/whatsapp-chat/show-hide-styles-based-on-id/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
419
  </div>
420
  </div>
421
  <?php
428
  <div class="row">
429
  <div class="input-field col s12">
430
  <input name="ccw_options[list_hideon_cat]" value="<?php echo esc_attr( $ccw_list_cat_tohide['list_hideon_cat'] ) ?>" id="ccw_list_cat_tohide" type="text" class="validate input-margin">
431
+ <label for="ccw_list_cat_tohide"><?php _e( 'Category name\'s to Hide - add \',\' after each category name' , 'click-to-chat-for-whatsapp' ) ?> </label>
432
+ <p class="description"><?php _e( 'Category name\'s to hide, can add multiple Categories separate with comma ( , )' , 'click-to-chat-for-whatsapp' ) ?> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/hide-styles-based-on-category/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
433
  </div>
434
  </div>
435
  <?php
442
  <div class="row">
443
  <div class="input-field col s12">
444
  <input name="ccw_options[shortcode]" value="<?php echo esc_attr( $ccw_shortcode['shortcode'] ) ?>" id="shortcode" type="text" class="validate input-margin">
445
+ <label for="shortcode"><?php _e( 'shortcode name' , 'click-to-chat-for-whatsapp' ) ?></label>
446
  <?php
447
  $shorcode_list = '';
448
+ // global used here is defined by wordpress
449
  foreach ($GLOBALS['shortcode_tags'] AS $key => $value) {
450
  $shorcode_list .= $key . ', ';
451
  }
452
  ?>
453
+ <p class="description"> <?php _e( 'Default values is \'chat\', can customize shortcode name' , 'click-to-chat-for-whatsapp' ) ?> - <a target="_blank" href="https://holithemes.com/whatsapp-chat/change-shortcode-name/"><?php _e( 'more info' , 'click-to-chat-for-whatsapp' ) ?></a> </p>
454
+ <p class="description"> <?php _e( 'please dont add this already existing shorcode names' , 'click-to-chat-for-whatsapp' ) ?> - <?php echo $shorcode_list ?> </p>
455
  </div>
456
  </div>
457
  <?php
466
 
467
  $new_input = array();
468
 
469
+ foreach ($input as $key => $value) {
470
+ if( isset( $input[$key] ) ) {
471
+ $new_input[$key] = sanitize_text_field( $input[$key] );
472
+ }
473
+ }
474
+
475
+ // if( isset( $input['enable'] ) )
476
+ // $new_input['enable'] = sanitize_text_field( $input['enable'] );
477
 
478
+ // if( isset( $input['enable_sc'] ) )
479
+ // $new_input['enable_sc'] = sanitize_text_field( $input['enable_sc'] );
480
 
481
+ // if( isset( $input['number'] ) )
482
+ // $new_input['number'] = sanitize_text_field( $input['number'] );
483
 
484
+ // if( isset( $input['initial'] ) )
485
+ // $new_input['initial'] = sanitize_text_field( $input['initial'] );
486
 
487
+ // if( isset( $input['input_placeholder'] ) )
488
+ // $new_input['input_placeholder'] = sanitize_text_field( $input['input_placeholder'] );
489
 
490
+ // if( isset( $input['position'] ) )
491
+ // $new_input['position'] = sanitize_text_field( $input['position'] );
492
 
493
+ // if( isset( $input['style'] ) )
494
+ // $new_input['style'] = sanitize_text_field( $input['style'] );
495
 
496
+ // if( isset( $input['stylemobile'] ) )
497
+ // $new_input['stylemobile'] = sanitize_text_field( $input['stylemobile'] );
498
 
499
+ // if( isset( $input['position-1_bottom'] ) )
500
+ // $new_input['position-1_bottom'] = sanitize_text_field( $input['position-1_bottom'] );
501
 
502
+ // if( isset( $input['position-1_right'] ) )
503
+ // $new_input['position-1_right'] = sanitize_text_field( $input['position-1_right'] );
504
 
505
+ // if( isset( $input['position-2_bottom'] ) )
506
+ // $new_input['position-2_bottom'] = sanitize_text_field( $input['position-2_bottom'] );
507
 
508
+ // if( isset( $input['position-2_left'] ) )
509
+ // $new_input['position-2_left'] = sanitize_text_field( $input['position-2_left'] );
510
 
511
+ // if( isset( $input['position-3_top'] ) )
512
+ // $new_input['position-3_top'] = sanitize_text_field( $input['position-3_top'] );
513
 
514
+ // if( isset( $input['position-3_left'] ) )
515
+ // $new_input['position-3_left'] = sanitize_text_field( $input['position-3_left'] );
516
 
517
+ // if( isset( $input['position-4_top'] ) )
518
+ // $new_input['position-4_top'] = sanitize_text_field( $input['position-4_top'] );
519
 
520
+ // if( isset( $input['position-4_right'] ) )
521
+ // $new_input['position-4_right'] = sanitize_text_field( $input['position-4_right'] );
522
 
523
+ // if( isset( $input['hideon_posts'] ) )
524
+ // $new_input['hideon_posts'] = sanitize_text_field( $input['hideon_posts'] );
525
 
526
+ // if( isset( $input['hideon_page'] ) )
527
+ // $new_input['hideon_page'] = sanitize_text_field( $input['hideon_page'] );
528
 
529
+ // if( isset( $input['hideon_homepage'] ) )
530
+ // $new_input['hideon_homepage'] = sanitize_text_field( $input['hideon_homepage'] );
531
 
532
+ // if( isset( $input['hideon_frontpage'] ) )
533
+ // $new_input['hideon_frontpage'] = sanitize_text_field( $input['hideon_frontpage'] );
534
 
535
+ // if( isset( $input['hideon_category'] ) )
536
+ // $new_input['hideon_category'] = sanitize_text_field( $input['hideon_category'] );
537
+
538
+ // if( isset( $input['hideon_archive'] ) )
539
+ // $new_input['hideon_archive'] = sanitize_text_field( $input['hideon_archive'] );
540
+
541
+ // if( isset( $input['hideon_404'] ) )
542
+ // $new_input['hideon_404'] = sanitize_text_field( $input['hideon_404'] );
543
+
544
+ // if( isset( $input['list_hideon_pages'] ) )
545
+ // $new_input['list_hideon_pages'] = sanitize_text_field( $input['list_hideon_pages'] );
546
 
547
+ // if( isset( $input['list_hideon_cat'] ) )
548
+ // $new_input['list_hideon_cat'] = sanitize_text_field( $input['list_hideon_cat'] );
549
 
550
+ // if( isset( $input['shortcode'] ) )
551
+ // $new_input['shortcode'] = sanitize_text_field( $input['shortcode'] );
552
 
553
+ // if( isset( $input['return_type'] ) )
554
+ // $new_input['return_type'] = sanitize_text_field( $input['return_type'] );
555
 
556
+ // if( isset( $input['group_id'] ) )
557
+ // $new_input['group_id'] = sanitize_text_field( $input['group_id'] );
558
 
 
 
559
 
 
 
560
 
 
 
561
 
562
+ // // $new_input = sanitize_text_field($input);
563
  return $new_input;
564
  }
565
 
admin/commons/class-ht-ccw-admin-lists.php ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Added Languages - Messenger ..
4
+ *
5
+ */
6
+
7
+ if ( ! defined( 'ABSPATH' ) ) exit;
8
+
9
+ if ( ! class_exists( 'HT_CCW_Admin_lists' ) ) :
10
+
11
+ class HT_CCW_Admin_lists {
12
+
13
+
14
+ /**
15
+ * If new animation have to add - add the animation name here
16
+ * and then add related css - anstyles.scss ( in dev environment, and run webpack )
17
+ */
18
+ public static $animations_list = array(
19
+ 'no-animation',
20
+ 'bounce',
21
+ 'tada',
22
+ );
23
+
24
+
25
+
26
+ }
27
+
28
+ endif; // END class_exists check
admin/default-values.php CHANGED
@@ -15,11 +15,13 @@ if ( ! defined( 'ABSPATH' ) ) exit;
15
 
16
 
17
  /**
18
- * table name: ccw_options
19
  *
20
  * top level options page - values
21
  *
22
  * initial - default / inital text
 
 
23
  */
24
  $values = array(
25
  'enable' => '2',
@@ -28,7 +30,7 @@ $values = array(
28
  'initial' => '',
29
  'input_placeholder' => 'WhatsApp us',
30
  'position' => '1',
31
- 'style' => '1',
32
  'stylemobile' => '3',
33
  'position-1_bottom' => '10px',
34
  'position-1_right' => '10px',
@@ -43,6 +45,7 @@ $values = array(
43
  'shortcode' => 'chat',
44
  'return_type' => 'chat', // chat or group_chat
45
  'group_id' => 'DuEZlyOo94A1QirOX42zKr',
 
46
  );
47
 
48
  /**
@@ -54,7 +57,7 @@ $values = array(
54
  $showon = get_option( 'ccw_options' );
55
  $p_ver = get_option('ccw_plugin_details');
56
 
57
- if ( $p_ver['version'] < '1.3' ) {
58
 
59
  if( !isset( $showon['showon_posts'] ) ) {
60
  $values[hideon_posts] = '1';
@@ -98,9 +101,13 @@ update_option('ccw_options', $update_values);
98
 
99
 
100
  /**
101
- * table name - ccw_options_cs
102
  *
103
- * customize styles - options page
 
 
 
 
104
  */
105
  $values_cs = array(
106
  's1_text_color' => '#9e9e9e',
@@ -117,19 +124,20 @@ $values_cs = array(
117
  's2_decoration' => 'initial',
118
  's2_decoration_onhover' => 'initial',
119
 
120
- 's3_icon_size' => '48px',
 
121
 
122
  's4_text_color' => 'rgba(0, 0, 0, 0.6)',
123
  's4_background_color' => '#e4e4e4',
124
 
125
- 's5_color' => '#000',
126
- 's5_hover_color' => '#ddd',
127
  's5_icon_size' => '24px',
128
 
129
  's6_color' => '#fff',
130
  's6_hover_color' => '#000',
131
  's6_icon_size' => '24px',
132
- 's6_circle_background_color' => '#ffa500',
133
  's6_circle_background_hover_color' => '#00e51e',
134
  's6_circle_height' => '48px',
135
  's6_circle_width' => '48px',
@@ -138,7 +146,7 @@ $values_cs = array(
138
  's7_color' => '#fff',
139
  's7_hover_color' => '#000',
140
  's7_icon_size' => '24px',
141
- 's7_box_background_color' => '#ffa500',
142
  's7_box_background_hover_color' => '#00e51e',
143
  's7_box_height' => '48px',
144
  's7_box_width' => '48px',
@@ -147,12 +155,18 @@ $values_cs = array(
147
  's8_text_color' => '#fff',
148
  's8_background_color' => '#26a69a',
149
  's8_icon_color' => '#fff',
150
-
151
  's8_text_color_onhover' => '#fff',
152
  's8_background_color_onhover' => '#26a69a',
153
  's8_icon_color_onhover' => '#fff',
154
  's8_icon_float' => 'right',
155
  's8_1_width' => '',
 
 
 
 
 
 
 
156
  );
157
 
158
  $db_values_cs = get_option( 'ccw_options_cs', array() );
@@ -162,7 +176,7 @@ update_option('ccw_options_cs', $update_values_cs);
162
 
163
  // plugin details
164
  $plugin_details = array(
165
- 'version' => CCW_VERSION,
166
  );
167
 
168
  // Always use update_option - override new values .. don't preseve already existing values
15
 
16
 
17
  /**
18
+ * table name: "ccw_options"
19
  *
20
  * top level options page - values
21
  *
22
  * initial - default / inital text
23
+ *
24
+ * enable, enable_sc - 2 - enable, 1 - disable ..
25
  */
26
  $values = array(
27
  'enable' => '2',
30
  'initial' => '',
31
  'input_placeholder' => 'WhatsApp us',
32
  'position' => '1',
33
+ 'style' => '9',
34
  'stylemobile' => '3',
35
  'position-1_bottom' => '10px',
36
  'position-1_right' => '10px',
45
  'shortcode' => 'chat',
46
  'return_type' => 'chat', // chat or group_chat
47
  'group_id' => 'DuEZlyOo94A1QirOX42zKr',
48
+
49
  );
50
 
51
  /**
57
  $showon = get_option( 'ccw_options' );
58
  $p_ver = get_option('ccw_plugin_details');
59
 
60
+ if ( '1.1' == $p_ver['version'] || '1.2' == $p_ver['version'] ) {
61
 
62
  if( !isset( $showon['showon_posts'] ) ) {
63
  $values[hideon_posts] = '1';
101
 
102
 
103
  /**
104
+ * table name - "ccw_options_cs"
105
  *
106
+ * customize styles - options page
107
+ *
108
+ * @var string an_on_hover
109
+ * - if yes - adds 'ccw-an' to styles
110
+ * - added animations based on ccw-an at javascript
111
  */
112
  $values_cs = array(
113
  's1_text_color' => '#9e9e9e',
124
  's2_decoration' => 'initial',
125
  's2_decoration_onhover' => 'initial',
126
 
127
+ 's3_icon_size' => '34px',
128
+ 's3_icon_type' => 'png',
129
 
130
  's4_text_color' => 'rgba(0, 0, 0, 0.6)',
131
  's4_background_color' => '#e4e4e4',
132
 
133
+ 's5_color' => '#25D366',
134
+ 's5_hover_color' => '#00e51e',
135
  's5_icon_size' => '24px',
136
 
137
  's6_color' => '#fff',
138
  's6_hover_color' => '#000',
139
  's6_icon_size' => '24px',
140
+ 's6_circle_background_color' => '#25D366',
141
  's6_circle_background_hover_color' => '#00e51e',
142
  's6_circle_height' => '48px',
143
  's6_circle_width' => '48px',
146
  's7_color' => '#fff',
147
  's7_hover_color' => '#000',
148
  's7_icon_size' => '24px',
149
+ 's7_box_background_color' => '#25D366',
150
  's7_box_background_hover_color' => '#00e51e',
151
  's7_box_height' => '48px',
152
  's7_box_width' => '48px',
155
  's8_text_color' => '#fff',
156
  's8_background_color' => '#26a69a',
157
  's8_icon_color' => '#fff',
 
158
  's8_text_color_onhover' => '#fff',
159
  's8_background_color_onhover' => '#26a69a',
160
  's8_icon_color_onhover' => '#fff',
161
  's8_icon_float' => 'right',
162
  's8_1_width' => '',
163
+
164
+ 's9_icon_size' => '48px',
165
+
166
+ // 'an_enable' => 'no',
167
+ 'an_on_load' => 'no-animation',
168
+ 'an_on_hover' => 'ccw-no-hover-an',
169
+
170
  );
171
 
172
  $db_values_cs = get_option( 'ccw_options_cs', array() );
176
 
177
  // plugin details
178
  $plugin_details = array(
179
+ 'version' => HT_CCW_VERSION,
180
  );
181
 
182
  // Always use update_option - override new values .. don't preseve already existing values
admin/settings_page.php CHANGED
@@ -40,15 +40,15 @@ if ( ! defined( 'ABSPATH' ) ) exit;
40
  <div class="col s12 m6">
41
  <div class="card blue-grey darken-1">
42
  <div class="card-content white-text">
43
- <span class="card-title">Issues / Support</span>
44
  <br>
45
- <p>In case any issue, please rise a ticket </p>
46
  <br>
47
- <p>WordPress Support forum is Recommend</p>
48
  </div>
49
  <div class="card-action">
50
- <a target="_blank" href="https://wordpress.org/support/plugin/click-to-chat-for-whatsapp">@WordPress</a>
51
- <a target="_blank" href="https://www.messenger.com/t/holithemes">Private</a>
52
  </div>
53
  </div>
54
  </div>
@@ -56,14 +56,14 @@ if ( ! defined( 'ABSPATH' ) ) exit;
56
  <div class="col s12 m6">
57
  <div class="card blue-grey darken-1">
58
  <div class="card-content white-text">
59
- <span class="card-title">Plugin Review</span>
60
  <br>
61
- <p>If you like the plugin, and have time to write review</p>
62
  <br>
63
- <p>please write an awesome review</p>
64
  </div>
65
  <div class="card-action">
66
- <a target="_blank" href="https://wordpress.org/support/plugin/click-to-chat-for-whatsapp/reviews/#new-post">Plugin Review</a>
67
  </div>
68
  </div>
69
  </div>
@@ -75,14 +75,14 @@ if ( ! defined( 'ABSPATH' ) ) exit;
75
  <div class="col s12 m6">
76
  <div class="card blue-grey darken-1">
77
  <div class="card-content white-text">
78
- <span class="card-title">Pay Donation</span>
79
  <br>
80
- <p>This is free plugin, no need to pay any thing.</p>
81
  <br>
82
- <p>Support on other sites is much appreciate</p>
83
  </div>
84
  <div class="card-action">
85
- <a target="_blank" href="https://holithemes.com/whatsapp-chat/pay/">is that ok</a>
86
  </div>
87
  </div>
88
  </div>
@@ -90,15 +90,15 @@ if ( ! defined( 'ABSPATH' ) ) exit;
90
  <div class="col s12 m6">
91
  <div class="card blue-grey darken-1">
92
  <div class="card-content white-text">
93
- <span class="card-title">Web / Social</span>
94
  <br>
95
- <p>HoliThemes on Web</p>
96
  <br>
97
- <p>Post new relases, tips, tricks, much more</p>
98
  </div>
99
  <div class="card-action">
100
  <a target="_blank" href="https://holithemes.com/">HoliThemes</a>
101
- <a target="_blank" href="https://www.facebook.com/holithemes/">Facebook</a>
102
  <!-- <a target="_blank" href="#">Twitter</a> -->
103
  </div>
104
  </div>
40
  <div class="col s12 m6">
41
  <div class="card blue-grey darken-1">
42
  <div class="card-content white-text">
43
+ <span class="card-title"><?php _e( 'Issues / Support' , 'click-to-chat-for-whatsapp' ) ?></span>
44
  <br>
45
+ <p><?php _e( 'In case any issue, please rise a ticket' , 'click-to-chat-for-whatsapp' ) ?> </p>
46
  <br>
47
+ <p><?php _e( 'WordPress Support forum is Recommend' , 'click-to-chat-for-whatsapp' ) ?></p>
48
  </div>
49
  <div class="card-action">
50
+ <a target="_blank" href="https://wordpress.org/support/plugin/click-to-chat-for-whatsapp"><?php _e( '@WordPress' , 'click-to-chat-for-whatsapp' ) ?></a>
51
+ <a target="_blank" href="https://www.messenger.com/t/holithemes"><?php _e( '' , 'click-to-chat-for-whatsapp' ) ?><?php _e( 'Private' , 'click-to-chat-for-whatsapp' ) ?></a>
52
  </div>
53
  </div>
54
  </div>
56
  <div class="col s12 m6">
57
  <div class="card blue-grey darken-1">
58
  <div class="card-content white-text">
59
+ <span class="card-title"><?php _e( 'Plugin Review' , 'click-to-chat-for-whatsapp' ) ?></span>
60
  <br>
61
+ <p><?php _e( 'If you like the plugin, and have time to write review' , 'click-to-chat-for-whatsapp' ) ?></p>
62
  <br>
63
+ <p><?php _e( 'please write an awesome review' , 'click-to-chat-for-whatsapp' ) ?></p>
64
  </div>
65
  <div class="card-action">
66
+ <a target="_blank" href="https://wordpress.org/support/plugin/click-to-chat-for-whatsapp/reviews/#new-post"><?php _e( '' , 'click-to-chat-for-whatsapp' ) ?>Plugin Review</a>
67
  </div>
68
  </div>
69
  </div>
75
  <div class="col s12 m6">
76
  <div class="card blue-grey darken-1">
77
  <div class="card-content white-text">
78
+ <span class="card-title"><?php _e( 'Pay Donation' , 'click-to-chat-for-whatsapp' ) ?></span>
79
  <br>
80
+ <p><?php _e( 'This is free plugin, no need to pay any thing.' , 'click-to-chat-for-whatsapp' ) ?></p>
81
  <br>
82
+ <p><?php _e( 'Support on other sites is much appreciate' , 'click-to-chat-for-whatsapp' ) ?></p>
83
  </div>
84
  <div class="card-action">
85
+ <a target="_blank" href="https://holithemes.com/whatsapp-chat/pay/"><?php _e( '' , 'click-to-chat-for-whatsapp' ) ?>support</a>
86
  </div>
87
  </div>
88
  </div>
90
  <div class="col s12 m6">
91
  <div class="card blue-grey darken-1">
92
  <div class="card-content white-text">
93
+ <span class="card-title"><?php _e( 'Web / Social' , 'click-to-chat-for-whatsapp' ) ?></span>
94
  <br>
95
+ <p><?php _e( 'HoliThemes on Web' , 'click-to-chat-for-whatsapp' ) ?></p>
96
  <br>
97
+ <p><?php _e( 'Post new relases, tips, tricks, much more' , 'click-to-chat-for-whatsapp' ) ?></p>
98
  </div>
99
  <div class="card-action">
100
  <a target="_blank" href="https://holithemes.com/">HoliThemes</a>
101
+ <a target="_blank" href="https://www.facebook.com/holithemes/"><?php _e( 'Facebook' , 'click-to-chat-for-whatsapp' ) ?></a>
102
  <!-- <a target="_blank" href="#">Twitter</a> -->
103
  </div>
104
  </div>
assets/css/{admin_main.css → admin_mainstyles.css} RENAMED
@@ -1,4884 +1,4453 @@
1
- /* Materializecss */
2
- .materialize-red {
3
- background-color: #e51c23 !important; }
4
-
5
- .materialize-red-text {
6
- color: #e51c23 !important; }
7
-
8
- .materialize-red.lighten-5 {
9
- background-color: #fdeaeb !important; }
10
-
11
- .materialize-red-text.text-lighten-5 {
12
- color: #fdeaeb !important; }
13
-
14
- .materialize-red.lighten-4 {
15
- background-color: #f8c1c3 !important; }
16
-
17
- .materialize-red-text.text-lighten-4 {
18
- color: #f8c1c3 !important; }
19
-
20
- .materialize-red.lighten-3 {
21
- background-color: #f3989b !important; }
22
-
23
- .materialize-red-text.text-lighten-3 {
24
- color: #f3989b !important; }
25
-
26
- .materialize-red.lighten-2 {
27
- background-color: #ee6e73 !important; }
28
-
29
- .materialize-red-text.text-lighten-2 {
30
- color: #ee6e73 !important; }
31
-
32
- .materialize-red.lighten-1 {
33
- background-color: #ea454b !important; }
34
-
35
- .materialize-red-text.text-lighten-1 {
36
- color: #ea454b !important; }
37
-
38
- .materialize-red.darken-1 {
39
- background-color: #d0181e !important; }
40
-
41
- .materialize-red-text.text-darken-1 {
42
- color: #d0181e !important; }
43
-
44
- .materialize-red.darken-2 {
45
- background-color: #b9151b !important; }
46
-
47
- .materialize-red-text.text-darken-2 {
48
- color: #b9151b !important; }
49
-
50
- .materialize-red.darken-3 {
51
- background-color: #a21318 !important; }
52
-
53
- .materialize-red-text.text-darken-3 {
54
- color: #a21318 !important; }
55
-
56
- .materialize-red.darken-4 {
57
- background-color: #8b1014 !important; }
58
-
59
- .materialize-red-text.text-darken-4 {
60
- color: #8b1014 !important; }
61
-
62
- .red {
63
- background-color: #F44336 !important; }
64
-
65
- .red-text {
66
- color: #F44336 !important; }
67
-
68
- .red.lighten-5 {
69
- background-color: #FFEBEE !important; }
70
-
71
- .red-text.text-lighten-5 {
72
- color: #FFEBEE !important; }
73
-
74
- .red.lighten-4 {
75
- background-color: #FFCDD2 !important; }
76
-
77
- .red-text.text-lighten-4 {
78
- color: #FFCDD2 !important; }
79
-
80
- .red.lighten-3 {
81
- background-color: #EF9A9A !important; }
82
-
83
- .red-text.text-lighten-3 {
84
- color: #EF9A9A !important; }
85
-
86
- .red.lighten-2 {
87
- background-color: #E57373 !important; }
88
-
89
- .red-text.text-lighten-2 {
90
- color: #E57373 !important; }
91
-
92
- .red.lighten-1 {
93
- background-color: #EF5350 !important; }
94
-
95
- .red-text.text-lighten-1 {
96
- color: #EF5350 !important; }
97
-
98
- .red.darken-1 {
99
- background-color: #E53935 !important; }
100
-
101
- .red-text.text-darken-1 {
102
- color: #E53935 !important; }
103
-
104
- .red.darken-2 {
105
- background-color: #D32F2F !important; }
106
-
107
- .red-text.text-darken-2 {
108
- color: #D32F2F !important; }
109
-
110
- .red.darken-3 {
111
- background-color: #C62828 !important; }
112
-
113
- .red-text.text-darken-3 {
114
- color: #C62828 !important; }
115
-
116
- .red.darken-4 {
117
- background-color: #B71C1C !important; }
118
-
119
- .red-text.text-darken-4 {
120
- color: #B71C1C !important; }
121
-
122
- .red.accent-1 {
123
- background-color: #FF8A80 !important; }
124
-
125
- .red-text.text-accent-1 {
126
- color: #FF8A80 !important; }
127
-
128
- .red.accent-2 {
129
- background-color: #FF5252 !important; }
130
-
131
- .red-text.text-accent-2 {
132
- color: #FF5252 !important; }
133
-
134
- .red.accent-3 {
135
- background-color: #FF1744 !important; }
136
-
137
- .red-text.text-accent-3 {
138
- color: #FF1744 !important; }
139
-
140
- .red.accent-4 {
141
- background-color: #D50000 !important; }
142
-
143
- .red-text.text-accent-4 {
144
- color: #D50000 !important; }
145
-
146
- .pink {
147
- background-color: #e91e63 !important; }
148
-
149
- .pink-text {
150
- color: #e91e63 !important; }
151
-
152
- .pink.lighten-5 {
153
- background-color: #fce4ec !important; }
154
-
155
- .pink-text.text-lighten-5 {
156
- color: #fce4ec !important; }
157
-
158
- .pink.lighten-4 {
159
- background-color: #f8bbd0 !important; }
160
-
161
- .pink-text.text-lighten-4 {
162
- color: #f8bbd0 !important; }
163
-
164
- .pink.lighten-3 {
165
- background-color: #f48fb1 !important; }
166
-
167
- .pink-text.text-lighten-3 {
168
- color: #f48fb1 !important; }
169
-
170
- .pink.lighten-2 {
171
- background-color: #f06292 !important; }
172
-
173
- .pink-text.text-lighten-2 {
174
- color: #f06292 !important; }
175
-
176
- .pink.lighten-1 {
177
- background-color: #ec407a !important; }
178
-
179
- .pink-text.text-lighten-1 {
180
- color: #ec407a !important; }
181
-
182
- .pink.darken-1 {
183
- background-color: #d81b60 !important; }
184
-
185
- .pink-text.text-darken-1 {
186
- color: #d81b60 !important; }
187
-
188
- .pink.darken-2 {
189
- background-color: #c2185b !important; }
190
-
191
- .pink-text.text-darken-2 {
192
- color: #c2185b !important; }
193
-
194
- .pink.darken-3 {
195
- background-color: #ad1457 !important; }
196
-
197
- .pink-text.text-darken-3 {
198
- color: #ad1457 !important; }
199
-
200
- .pink.darken-4 {
201
- background-color: #880e4f !important; }
202
-
203
- .pink-text.text-darken-4 {
204
- color: #880e4f !important; }
205
-
206
- .pink.accent-1 {
207
- background-color: #ff80ab !important; }
208
-
209
- .pink-text.text-accent-1 {
210
- color: #ff80ab !important; }
211
-
212
- .pink.accent-2 {
213
- background-color: #ff4081 !important; }
214
-
215
- .pink-text.text-accent-2 {
216
- color: #ff4081 !important; }
217
-
218
- .pink.accent-3 {
219
- background-color: #f50057 !important; }
220
-
221
- .pink-text.text-accent-3 {
222
- color: #f50057 !important; }
223
-
224
- .pink.accent-4 {
225
- background-color: #c51162 !important; }
226
-
227
- .pink-text.text-accent-4 {
228
- color: #c51162 !important; }
229
-
230
- .purple {
231
- background-color: #9c27b0 !important; }
232
-
233
- .purple-text {
234
- color: #9c27b0 !important; }
235
-
236
- .purple.lighten-5 {
237
- background-color: #f3e5f5 !important; }
238
-
239
- .purple-text.text-lighten-5 {
240
- color: #f3e5f5 !important; }
241
-
242
- .purple.lighten-4 {
243
- background-color: #e1bee7 !important; }
244
-
245
- .purple-text.text-lighten-4 {
246
- color: #e1bee7 !important; }
247
-
248
- .purple.lighten-3 {
249
- background-color: #ce93d8 !important; }
250
-
251
- .purple-text.text-lighten-3 {
252
- color: #ce93d8 !important; }
253
-
254
- .purple.lighten-2 {
255
- background-color: #ba68c8 !important; }
256
-
257
- .purple-text.text-lighten-2 {
258
- color: #ba68c8 !important; }
259
-
260
- .purple.lighten-1 {
261
- background-color: #ab47bc !important; }
262
-
263
- .purple-text.text-lighten-1 {
264
- color: #ab47bc !important; }
265
-
266
- .purple.darken-1 {
267
- background-color: #8e24aa !important; }
268
-
269
- .purple-text.text-darken-1 {
270
- color: #8e24aa !important; }
271
-
272
- .purple.darken-2 {
273
- background-color: #7b1fa2 !important; }
274
-
275
- .purple-text.text-darken-2 {
276
- color: #7b1fa2 !important; }
277
-
278
- .purple.darken-3 {
279
- background-color: #6a1b9a !important; }
280
-
281
- .purple-text.text-darken-3 {
282
- color: #6a1b9a !important; }
283
-
284
- .purple.darken-4 {
285
- background-color: #4a148c !important; }
286
-
287
- .purple-text.text-darken-4 {
288
- color: #4a148c !important; }
289
-
290
- .purple.accent-1 {
291
- background-color: #ea80fc !important; }
292
-
293
- .purple-text.text-accent-1 {
294
- color: #ea80fc !important; }
295
-
296
- .purple.accent-2 {
297
- background-color: #e040fb !important; }
298
-
299
- .purple-text.text-accent-2 {
300
- color: #e040fb !important; }
301
-
302
- .purple.accent-3 {
303
- background-color: #d500f9 !important; }
304
-
305
- .purple-text.text-accent-3 {
306
- color: #d500f9 !important; }
307
-
308
- .purple.accent-4 {
309
- background-color: #aa00ff !important; }
310
-
311
- .purple-text.text-accent-4 {
312
- color: #aa00ff !important; }
313
-
314
- .deep-purple {
315
- background-color: #673ab7 !important; }
316
-
317
- .deep-purple-text {
318
- color: #673ab7 !important; }
319
-
320
- .deep-purple.lighten-5 {
321
- background-color: #ede7f6 !important; }
322
-
323
- .deep-purple-text.text-lighten-5 {
324
- color: #ede7f6 !important; }
325
-
326
- .deep-purple.lighten-4 {
327
- background-color: #d1c4e9 !important; }
328
-
329
- .deep-purple-text.text-lighten-4 {
330
- color: #d1c4e9 !important; }
331
-
332
- .deep-purple.lighten-3 {
333
- background-color: #b39ddb !important; }
334
-
335
- .deep-purple-text.text-lighten-3 {
336
- color: #b39ddb !important; }
337
-
338
- .deep-purple.lighten-2 {
339
- background-color: #9575cd !important; }
340
-
341
- .deep-purple-text.text-lighten-2 {
342
- color: #9575cd !important; }
343
-
344
- .deep-purple.lighten-1 {
345
- background-color: #7e57c2 !important; }
346
-
347
- .deep-purple-text.text-lighten-1 {
348
- color: #7e57c2 !important; }
349
-
350
- .deep-purple.darken-1 {
351
- background-color: #5e35b1 !important; }
352
-
353
- .deep-purple-text.text-darken-1 {
354
- color: #5e35b1 !important; }
355
-
356
- .deep-purple.darken-2 {
357
- background-color: #512da8 !important; }
358
-
359
- .deep-purple-text.text-darken-2 {
360
- color: #512da8 !important; }
361
-
362
- .deep-purple.darken-3 {
363
- background-color: #4527a0 !important; }
364
-
365
- .deep-purple-text.text-darken-3 {
366
- color: #4527a0 !important; }
367
-
368
- .deep-purple.darken-4 {
369
- background-color: #311b92 !important; }
370
-
371
- .deep-purple-text.text-darken-4 {
372
- color: #311b92 !important; }
373
-
374
- .deep-purple.accent-1 {
375
- background-color: #b388ff !important; }
376
-
377
- .deep-purple-text.text-accent-1 {
378
- color: #b388ff !important; }
379
-
380
- .deep-purple.accent-2 {
381
- background-color: #7c4dff !important; }
382
-
383
- .deep-purple-text.text-accent-2 {
384
- color: #7c4dff !important; }
385
-
386
- .deep-purple.accent-3 {
387
- background-color: #651fff !important; }
388
-
389
- .deep-purple-text.text-accent-3 {
390
- color: #651fff !important; }
391
-
392
- .deep-purple.accent-4 {
393
- background-color: #6200ea !important; }
394
-
395
- .deep-purple-text.text-accent-4 {
396
- color: #6200ea !important; }
397
-
398
- .indigo {
399
- background-color: #3f51b5 !important; }
400
-
401
- .indigo-text {
402
- color: #3f51b5 !important; }
403
-
404
- .indigo.lighten-5 {
405
- background-color: #e8eaf6 !important; }
406
-
407
- .indigo-text.text-lighten-5 {
408
- color: #e8eaf6 !important; }
409
-
410
- .indigo.lighten-4 {
411
- background-color: #c5cae9 !important; }
412
-
413
- .indigo-text.text-lighten-4 {
414
- color: #c5cae9 !important; }
415
-
416
- .indigo.lighten-3 {
417
- background-color: #9fa8da !important; }
418
-
419
- .indigo-text.text-lighten-3 {
420
- color: #9fa8da !important; }
421
-
422
- .indigo.lighten-2 {
423
- background-color: #7986cb !important; }
424
-
425
- .indigo-text.text-lighten-2 {
426
- color: #7986cb !important; }
427
-
428
- .indigo.lighten-1 {
429
- background-color: #5c6bc0 !important; }
430
-
431
- .indigo-text.text-lighten-1 {
432
- color: #5c6bc0 !important; }
433
-
434
- .indigo.darken-1 {
435
- background-color: #3949ab !important; }
436
-
437
- .indigo-text.text-darken-1 {
438
- color: #3949ab !important; }
439
-
440
- .indigo.darken-2 {
441
- background-color: #303f9f !important; }
442
-
443
- .indigo-text.text-darken-2 {
444
- color: #303f9f !important; }
445
-
446
- .indigo.darken-3 {
447
- background-color: #283593 !important; }
448
-
449
- .indigo-text.text-darken-3 {
450
- color: #283593 !important; }
451
-
452
- .indigo.darken-4 {
453
- background-color: #1a237e !important; }
454
-
455
- .indigo-text.text-darken-4 {
456
- color: #1a237e !important; }
457
-
458
- .indigo.accent-1 {
459
- background-color: #8c9eff !important; }
460
-
461
- .indigo-text.text-accent-1 {
462
- color: #8c9eff !important; }
463
-
464
- .indigo.accent-2 {
465
- background-color: #536dfe !important; }
466
-
467
- .indigo-text.text-accent-2 {
468
- color: #536dfe !important; }
469
-
470
- .indigo.accent-3 {
471
- background-color: #3d5afe !important; }
472
-
473
- .indigo-text.text-accent-3 {
474
- color: #3d5afe !important; }
475
-
476
- .indigo.accent-4 {
477
- background-color: #304ffe !important; }
478
-
479
- .indigo-text.text-accent-4 {
480
- color: #304ffe !important; }
481
-
482
- .blue {
483
- background-color: #2196F3 !important; }
484
-
485
- .blue-text {
486
- color: #2196F3 !important; }
487
-
488
- .blue.lighten-5 {
489
- background-color: #E3F2FD !important; }
490
-
491
- .blue-text.text-lighten-5 {
492
- color: #E3F2FD !important; }
493
-
494
- .blue.lighten-4 {
495
- background-color: #BBDEFB !important; }
496
-
497
- .blue-text.text-lighten-4 {
498
- color: #BBDEFB !important; }
499
-
500
- .blue.lighten-3 {
501
- background-color: #90CAF9 !important; }
502
-
503
- .blue-text.text-lighten-3 {
504
- color: #90CAF9 !important; }
505
-
506
- .blue.lighten-2 {
507
- background-color: #64B5F6 !important; }
508
-
509
- .blue-text.text-lighten-2 {
510
- color: #64B5F6 !important; }
511
-
512
- .blue.lighten-1 {
513
- background-color: #42A5F5 !important; }
514
-
515
- .blue-text.text-lighten-1 {
516
- color: #42A5F5 !important; }
517
-
518
- .blue.darken-1 {
519
- background-color: #1E88E5 !important; }
520
-
521
- .blue-text.text-darken-1 {
522
- color: #1E88E5 !important; }
523
-
524
- .blue.darken-2 {
525
- background-color: #1976D2 !important; }
526
-
527
- .blue-text.text-darken-2 {
528
- color: #1976D2 !important; }
529
-
530
- .blue.darken-3 {
531
- background-color: #1565C0 !important; }
532
-
533
- .blue-text.text-darken-3 {
534
- color: #1565C0 !important; }
535
-
536
- .blue.darken-4 {
537
- background-color: #0D47A1 !important; }
538
-
539
- .blue-text.text-darken-4 {
540
- color: #0D47A1 !important; }
541
-
542
- .blue.accent-1 {
543
- background-color: #82B1FF !important; }
544
-
545
- .blue-text.text-accent-1 {
546
- color: #82B1FF !important; }
547
-
548
- .blue.accent-2 {
549
- background-color: #448AFF !important; }
550
-
551
- .blue-text.text-accent-2 {
552
- color: #448AFF !important; }
553
-
554
- .blue.accent-3 {
555
- background-color: #2979FF !important; }
556
-
557
- .blue-text.text-accent-3 {
558
- color: #2979FF !important; }
559
-
560
- .blue.accent-4 {
561
- background-color: #2962FF !important; }
562
-
563
- .blue-text.text-accent-4 {
564
- color: #2962FF !important; }
565
-
566
- .light-blue {
567
- background-color: #03a9f4 !important; }
568
-
569
- .light-blue-text {
570
- color: #03a9f4 !important; }
571
-
572
- .light-blue.lighten-5 {
573
- background-color: #e1f5fe !important; }
574
-
575
- .light-blue-text.text-lighten-5 {
576
- color: #e1f5fe !important; }
577
-
578
- .light-blue.lighten-4 {
579
- background-color: #b3e5fc !important; }
580
-
581
- .light-blue-text.text-lighten-4 {
582
- color: #b3e5fc !important; }
583
-
584
- .light-blue.lighten-3 {
585
- background-color: #81d4fa !important; }
586
-
587
- .light-blue-text.text-lighten-3 {
588
- color: #81d4fa !important; }
589
-
590
- .light-blue.lighten-2 {
591
- background-color: #4fc3f7 !important; }
592
-
593
- .light-blue-text.text-lighten-2 {
594
- color: #4fc3f7 !important; }
595
-
596
- .light-blue.lighten-1 {
597
- background-color: #29b6f6 !important; }
598
-
599
- .light-blue-text.text-lighten-1 {
600
- color: #29b6f6 !important; }
601
-
602
- .light-blue.darken-1 {
603
- background-color: #039be5 !important; }
604
-
605
- .light-blue-text.text-darken-1 {
606
- color: #039be5 !important; }
607
-
608
- .light-blue.darken-2 {
609
- background-color: #0288d1 !important; }
610
-
611
- .light-blue-text.text-darken-2 {
612
- color: #0288d1 !important; }
613
-
614
- .light-blue.darken-3 {
615
- background-color: #0277bd !important; }
616
-
617
- .light-blue-text.text-darken-3 {
618
- color: #0277bd !important; }
619
-
620
- .light-blue.darken-4 {
621
- background-color: #01579b !important; }
622
-
623
- .light-blue-text.text-darken-4 {
624
- color: #01579b !important; }
625
-
626
- .light-blue.accent-1 {
627
- background-color: #80d8ff !important; }
628
-
629
- .light-blue-text.text-accent-1 {
630
- color: #80d8ff !important; }
631
-
632
- .light-blue.accent-2 {
633
- background-color: #40c4ff !important; }
634
-
635
- .light-blue-text.text-accent-2 {
636
- color: #40c4ff !important; }
637
-
638
- .light-blue.accent-3 {
639
- background-color: #00b0ff !important; }
640
-
641
- .light-blue-text.text-accent-3 {
642
- color: #00b0ff !important; }
643
-
644
- .light-blue.accent-4 {
645
- background-color: #0091ea !important; }
646
-
647
- .light-blue-text.text-accent-4 {
648
- color: #0091ea !important; }
649
-
650
- .cyan {
651
- background-color: #00bcd4 !important; }
652
-
653
- .cyan-text {
654
- color: #00bcd4 !important; }
655
-
656
- .cyan.lighten-5 {
657
- background-color: #e0f7fa !important; }
658
-
659
- .cyan-text.text-lighten-5 {
660
- color: #e0f7fa !important; }
661
-
662
- .cyan.lighten-4 {
663
- background-color: #b2ebf2 !important; }
664
-
665
- .cyan-text.text-lighten-4 {
666
- color: #b2ebf2 !important; }
667
-
668
- .cyan.lighten-3 {
669
- background-color: #80deea !important; }
670
-
671
- .cyan-text.text-lighten-3 {
672
- color: #80deea !important; }
673
-
674
- .cyan.lighten-2 {
675
- background-color: #4dd0e1 !important; }
676
-
677
- .cyan-text.text-lighten-2 {
678
- color: #4dd0e1 !important; }
679
-
680
- .cyan.lighten-1 {
681
- background-color: #26c6da !important; }
682
-
683
- .cyan-text.text-lighten-1 {
684
- color: #26c6da !important; }
685
-
686
- .cyan.darken-1 {
687
- background-color: #00acc1 !important; }
688
-
689
- .cyan-text.text-darken-1 {
690
- color: #00acc1 !important; }
691
-
692
- .cyan.darken-2 {
693
- background-color: #0097a7 !important; }
694
-
695
- .cyan-text.text-darken-2 {
696
- color: #0097a7 !important; }
697
-
698
- .cyan.darken-3 {
699
- background-color: #00838f !important; }
700
-
701
- .cyan-text.text-darken-3 {
702
- color: #00838f !important; }
703
-
704
- .cyan.darken-4 {
705
- background-color: #006064 !important; }
706
-
707
- .cyan-text.text-darken-4 {
708
- color: #006064 !important; }
709
-
710
- .cyan.accent-1 {
711
- background-color: #84ffff !important; }
712
-
713
- .cyan-text.text-accent-1 {
714
- color: #84ffff !important; }
715
-
716
- .cyan.accent-2 {
717
- background-color: #18ffff !important; }
718
-
719
- .cyan-text.text-accent-2 {
720
- color: #18ffff !important; }
721
-
722
- .cyan.accent-3 {
723
- background-color: #00e5ff !important; }
724
-
725
- .cyan-text.text-accent-3 {
726
- color: #00e5ff !important; }
727
-
728
- .cyan.accent-4 {
729
- background-color: #00b8d4 !important; }
730
-
731
- .cyan-text.text-accent-4 {
732
- color: #00b8d4 !important; }
733
-
734
- .teal {
735
- background-color: #009688 !important; }
736
-
737
- .teal-text {
738
- color: #009688 !important; }
739
-
740
- .teal.lighten-5 {
741
- background-color: #e0f2f1 !important; }
742
-
743
- .teal-text.text-lighten-5 {
744
- color: #e0f2f1 !important; }
745
-
746
- .teal.lighten-4 {
747
- background-color: #b2dfdb !important; }
748
-
749
- .teal-text.text-lighten-4 {
750
- color: #b2dfdb !important; }
751
-
752
- .teal.lighten-3 {
753
- background-color: #80cbc4 !important; }
754
-
755
- .teal-text.text-lighten-3 {
756
- color: #80cbc4 !important; }
757
-
758
- .teal.lighten-2 {
759
- background-color: #4db6ac !important; }
760
-
761
- .teal-text.text-lighten-2 {
762
- color: #4db6ac !important; }
763
-
764
- .teal.lighten-1 {
765
- background-color: #26a69a !important; }
766
-
767
- .teal-text.text-lighten-1 {
768
- color: #26a69a !important; }
769
-
770
- .teal.darken-1 {
771
- background-color: #00897b !important; }
772
-
773
- .teal-text.text-darken-1 {
774
- color: #00897b !important; }
775
-
776
- .teal.darken-2 {
777
- background-color: #00796b !important; }
778
-
779
- .teal-text.text-darken-2 {
780
- color: #00796b !important; }
781
-
782
- .teal.darken-3 {
783
- background-color: #00695c !important; }
784
-
785
- .teal-text.text-darken-3 {
786
- color: #00695c !important; }
787
-
788
- .teal.darken-4 {
789
- background-color: #004d40 !important; }
790
-
791
- .teal-text.text-darken-4 {
792
- color: #004d40 !important; }
793
-
794
- .teal.accent-1 {
795
- background-color: #a7ffeb !important; }
796
-
797
- .teal-text.text-accent-1 {
798
- color: #a7ffeb !important; }
799
-
800
- .teal.accent-2 {
801
- background-color: #64ffda !important; }
802
-
803
- .teal-text.text-accent-2 {
804
- color: #64ffda !important; }
805
-
806
- .teal.accent-3 {
807
- background-color: #1de9b6 !important; }
808
-
809
- .teal-text.text-accent-3 {
810
- color: #1de9b6 !important; }
811
-
812
- .teal.accent-4 {
813
- background-color: #00bfa5 !important; }
814
-
815
- .teal-text.text-accent-4 {
816
- color: #00bfa5 !important; }
817
-
818
- .green {
819
- background-color: #4CAF50 !important; }
820
-
821
- .green-text {
822
- color: #4CAF50 !important; }
823
-
824
- .green.lighten-5 {
825
- background-color: #E8F5E9 !important; }
826
-
827
- .green-text.text-lighten-5 {
828
- color: #E8F5E9 !important; }
829
-
830
- .green.lighten-4 {
831
- background-color: #C8E6C9 !important; }
832
-
833
- .green-text.text-lighten-4 {
834
- color: #C8E6C9 !important; }
835
-
836
- .green.lighten-3 {
837
- background-color: #A5D6A7 !important; }
838
-
839
- .green-text.text-lighten-3 {
840
- color: #A5D6A7 !important; }
841
-
842
- .green.lighten-2 {
843
- background-color: #81C784 !important; }
844
-
845
- .green-text.text-lighten-2 {
846
- color: #81C784 !important; }
847
-
848
- .green.lighten-1 {
849
- background-color: #66BB6A !important; }
850
-
851
- .green-text.text-lighten-1 {
852
- color: #66BB6A !important; }
853
-
854
- .green.darken-1 {
855
- background-color: #43A047 !important; }
856
-
857
- .green-text.text-darken-1 {
858
- color: #43A047 !important; }
859
-
860
- .green.darken-2 {
861
- background-color: #388E3C !important; }
862
-
863
- .green-text.text-darken-2 {
864
- color: #388E3C !important; }
865
-
866
- .green.darken-3 {
867
- background-color: #2E7D32 !important; }
868
-
869
- .green-text.text-darken-3 {
870
- color: #2E7D32 !important; }
871
-
872
- .green.darken-4 {
873
- background-color: #1B5E20 !important; }
874
-
875
- .green-text.text-darken-4 {
876
- color: #1B5E20 !important; }
877
-
878
- .green.accent-1 {
879
- background-color: #B9F6CA !important; }
880
-
881
- .green-text.text-accent-1 {
882
- color: #B9F6CA !important; }
883
-
884
- .green.accent-2 {
885
- background-color: #69F0AE !important; }
886
-
887
- .green-text.text-accent-2 {
888
- color: #69F0AE !important; }
889
-
890
- .green.accent-3 {
891
- background-color: #00E676 !important; }
892
-
893
- .green-text.text-accent-3 {
894
- color: #00E676 !important; }
895
-
896
- .green.accent-4 {
897
- background-color: #00C853 !important; }
898
-
899
- .green-text.text-accent-4 {
900
- color: #00C853 !important; }
901
-
902
- .light-green {
903
- background-color: #8bc34a !important; }
904
-
905
- .light-green-text {
906
- color: #8bc34a !important; }
907
-
908
- .light-green.lighten-5 {
909
- background-color: #f1f8e9 !important; }
910
-
911
- .light-green-text.text-lighten-5 {
912
- color: #f1f8e9 !important; }
913
-
914
- .light-green.lighten-4 {
915
- background-color: #dcedc8 !important; }
916
-
917
- .light-green-text.text-lighten-4 {
918
- color: #dcedc8 !important; }
919
-
920
- .light-green.lighten-3 {
921
- background-color: #c5e1a5 !important; }
922
-
923
- .light-green-text.text-lighten-3 {
924
- color: #c5e1a5 !important; }
925
-
926
- .light-green.lighten-2 {
927
- background-color: #aed581 !important; }
928
-
929
- .light-green-text.text-lighten-2 {
930
- color: #aed581 !important; }
931
-
932
- .light-green.lighten-1 {
933
- background-color: #9ccc65 !important; }
934
-
935
- .light-green-text.text-lighten-1 {
936
- color: #9ccc65 !important; }
937
-
938
- .light-green.darken-1 {
939
- background-color: #7cb342 !important; }
940
-
941
- .light-green-text.text-darken-1 {
942
- color: #7cb342 !important; }
943
-
944
- .light-green.darken-2 {
945
- background-color: #689f38 !important; }
946
-
947
- .light-green-text.text-darken-2 {
948
- color: #689f38 !important; }
949
-
950
- .light-green.darken-3 {
951
- background-color: #558b2f !important; }
952
-
953
- .light-green-text.text-darken-3 {
954
- color: #558b2f !important; }
955
-
956
- .light-green.darken-4 {
957
- background-color: #33691e !important; }
958
-
959
- .light-green-text.text-darken-4 {
960
- color: #33691e !important; }
961
-
962
- .light-green.accent-1 {
963
- background-color: #ccff90 !important; }
964
-
965
- .light-green-text.text-accent-1 {
966
- color: #ccff90 !important; }
967
-
968
- .light-green.accent-2 {
969
- background-color: #b2ff59 !important; }
970
-
971
- .light-green-text.text-accent-2 {
972
- color: #b2ff59 !important; }
973
-
974
- .light-green.accent-3 {
975
- background-color: #76ff03 !important; }
976
-
977
- .light-green-text.text-accent-3 {
978
- color: #76ff03 !important; }
979
-
980
- .light-green.accent-4 {
981
- background-color: #64dd17 !important; }
982
-
983
- .light-green-text.text-accent-4 {
984
- color: #64dd17 !important; }
985
-
986
- .lime {
987
- background-color: #cddc39 !important; }
988
-
989
- .lime-text {
990
- color: #cddc39 !important; }
991
-
992
- .lime.lighten-5 {
993
- background-color: #f9fbe7 !important; }
994
-
995
- .lime-text.text-lighten-5 {
996
- color: #f9fbe7 !important; }
997
-
998
- .lime.lighten-4 {
999
- background-color: #f0f4c3 !important; }
1000
-
1001
- .lime-text.text-lighten-4 {
1002
- color: #f0f4c3 !important; }
1003
-
1004
- .lime.lighten-3 {
1005
- background-color: #e6ee9c !important; }
1006
-
1007
- .lime-text.text-lighten-3 {
1008
- color: #e6ee9c !important; }
1009
-
1010
- .lime.lighten-2 {
1011
- background-color: #dce775 !important; }
1012
-
1013
- .lime-text.text-lighten-2 {
1014
- color: #dce775 !important; }
1015
-
1016
- .lime.lighten-1 {
1017
- background-color: #d4e157 !important; }
1018
-
1019
- .lime-text.text-lighten-1 {
1020
- color: #d4e157 !important; }
1021
-
1022
- .lime.darken-1 {
1023
- background-color: #c0ca33 !important; }
1024
-
1025
- .lime-text.text-darken-1 {
1026
- color: #c0ca33 !important; }
1027
-
1028
- .lime.darken-2 {
1029
- background-color: #afb42b !important; }
1030
-
1031
- .lime-text.text-darken-2 {
1032
- color: #afb42b !important; }
1033
-
1034
- .lime.darken-3 {
1035
- background-color: #9e9d24 !important; }
1036
-
1037
- .lime-text.text-darken-3 {
1038
- color: #9e9d24 !important; }
1039
-
1040
- .lime.darken-4 {
1041
- background-color: #827717 !important; }
1042
-
1043
- .lime-text.text-darken-4 {
1044
- color: #827717 !important; }
1045
-
1046
- .lime.accent-1 {
1047
- background-color: #f4ff81 !important; }
1048
-
1049
- .lime-text.text-accent-1 {
1050
- color: #f4ff81 !important; }
1051
-
1052
- .lime.accent-2 {
1053
- background-color: #eeff41 !important; }
1054
-
1055
- .lime-text.text-accent-2 {
1056
- color: #eeff41 !important; }
1057
-
1058
- .lime.accent-3 {
1059
- background-color: #c6ff00 !important; }
1060
-
1061
- .lime-text.text-accent-3 {
1062
- color: #c6ff00 !important; }
1063
-
1064
- .lime.accent-4 {
1065
- background-color: #aeea00 !important; }
1066
-
1067
- .lime-text.text-accent-4 {
1068
- color: #aeea00 !important; }
1069
-
1070
- .yellow {
1071
- background-color: #ffeb3b !important; }
1072
-
1073
- .yellow-text {
1074
- color: #ffeb3b !important; }
1075
-
1076
- .yellow.lighten-5 {
1077
- background-color: #fffde7 !important; }
1078
-
1079
- .yellow-text.text-lighten-5 {
1080
- color: #fffde7 !important; }
1081
-
1082
- .yellow.lighten-4 {
1083
- background-color: #fff9c4 !important; }
1084
-
1085
- .yellow-text.text-lighten-4 {
1086
- color: #fff9c4 !important; }
1087
-
1088
- .yellow.lighten-3 {
1089
- background-color: #fff59d !important; }
1090
-
1091
- .yellow-text.text-lighten-3 {
1092
- color: #fff59d !important; }
1093
-
1094
- .yellow.lighten-2 {
1095
- background-color: #fff176 !important; }
1096
-
1097
- .yellow-text.text-lighten-2 {
1098
- color: #fff176 !important; }
1099
-
1100
- .yellow.lighten-1 {
1101
- background-color: #ffee58 !important; }
1102
-
1103
- .yellow-text.text-lighten-1 {
1104
- color: #ffee58 !important; }
1105
-
1106
- .yellow.darken-1 {
1107
- background-color: #fdd835 !important; }
1108
-
1109
- .yellow-text.text-darken-1 {
1110
- color: #fdd835 !important; }
1111
-
1112
- .yellow.darken-2 {
1113
- background-color: #fbc02d !important; }
1114
-
1115
- .yellow-text.text-darken-2 {
1116
- color: #fbc02d !important; }
1117
-
1118
- .yellow.darken-3 {
1119
- background-color: #f9a825 !important; }
1120
-
1121
- .yellow-text.text-darken-3 {
1122
- color: #f9a825 !important; }
1123
-
1124
- .yellow.darken-4 {
1125
- background-color: #f57f17 !important; }
1126
-
1127
- .yellow-text.text-darken-4 {
1128
- color: #f57f17 !important; }
1129
-
1130
- .yellow.accent-1 {
1131
- background-color: #ffff8d !important; }
1132
-
1133
- .yellow-text.text-accent-1 {
1134
- color: #ffff8d !important; }
1135
-
1136
- .yellow.accent-2 {
1137
- background-color: #ffff00 !important; }
1138
-
1139
- .yellow-text.text-accent-2 {
1140
- color: #ffff00 !important; }
1141
-
1142
- .yellow.accent-3 {
1143
- background-color: #ffea00 !important; }
1144
-
1145
- .yellow-text.text-accent-3 {
1146
- color: #ffea00 !important; }
1147
-
1148
- .yellow.accent-4 {
1149
- background-color: #ffd600 !important; }
1150
-
1151
- .yellow-text.text-accent-4 {
1152
- color: #ffd600 !important; }
1153
-
1154
- .amber {
1155
- background-color: #ffc107 !important; }
1156
-
1157
- .amber-text {
1158
- color: #ffc107 !important; }
1159
-
1160
- .amber.lighten-5 {
1161
- background-color: #fff8e1 !important; }
1162
-
1163
- .amber-text.text-lighten-5 {
1164
- color: #fff8e1 !important; }
1165
-
1166
- .amber.lighten-4 {
1167
- background-color: #ffecb3 !important; }
1168
-
1169
- .amber-text.text-lighten-4 {
1170
- color: #ffecb3 !important; }
1171
-
1172
- .amber.lighten-3 {
1173
- background-color: #ffe082 !important; }
1174
-
1175
- .amber-text.text-lighten-3 {
1176
- color: #ffe082 !important; }
1177
-
1178
- .amber.lighten-2 {
1179
- background-color: #ffd54f !important; }
1180
-
1181
- .amber-text.text-lighten-2 {
1182
- color: #ffd54f !important; }
1183
-
1184
- .amber.lighten-1 {
1185
- background-color: #ffca28 !important; }
1186
-
1187
- .amber-text.text-lighten-1 {
1188
- color: #ffca28 !important; }
1189
-
1190
- .amber.darken-1 {
1191
- background-color: #ffb300 !important; }
1192
-
1193
- .amber-text.text-darken-1 {
1194
- color: #ffb300 !important; }
1195
-
1196
- .amber.darken-2 {
1197
- background-color: #ffa000 !important; }
1198
-
1199
- .amber-text.text-darken-2 {
1200
- color: #ffa000 !important; }
1201
-
1202
- .amber.darken-3 {
1203
- background-color: #ff8f00 !important; }
1204
-
1205
- .amber-text.text-darken-3 {
1206
- color: #ff8f00 !important; }
1207
-
1208
- .amber.darken-4 {
1209
- background-color: #ff6f00 !important; }
1210
-
1211
- .amber-text.text-darken-4 {
1212
- color: #ff6f00 !important; }
1213
-
1214
- .amber.accent-1 {
1215
- background-color: #ffe57f !important; }
1216
-
1217
- .amber-text.text-accent-1 {
1218
- color: #ffe57f !important; }
1219
-
1220
- .amber.accent-2 {
1221
- background-color: #ffd740 !important; }
1222
-
1223
- .amber-text.text-accent-2 {
1224
- color: #ffd740 !important; }
1225
-
1226
- .amber.accent-3 {
1227
- background-color: #ffc400 !important; }
1228
-
1229
- .amber-text.text-accent-3 {
1230
- color: #ffc400 !important; }
1231
-
1232
- .amber.accent-4 {
1233
- background-color: #ffab00 !important; }
1234
-
1235
- .amber-text.text-accent-4 {
1236
- color: #ffab00 !important; }
1237
-
1238
- .orange {
1239
- background-color: #ff9800 !important; }
1240
-
1241
- .orange-text {
1242
- color: #ff9800 !important; }
1243
-
1244
- .orange.lighten-5 {
1245
- background-color: #fff3e0 !important; }
1246
-
1247
- .orange-text.text-lighten-5 {
1248
- color: #fff3e0 !important; }
1249
-
1250
- .orange.lighten-4 {
1251
- background-color: #ffe0b2 !important; }
1252
-
1253
- .orange-text.text-lighten-4 {
1254
- color: #ffe0b2 !important; }
1255
-
1256
- .orange.lighten-3 {
1257
- background-color: #ffcc80 !important; }
1258
-
1259
- .orange-text.text-lighten-3 {
1260
- color: #ffcc80 !important; }
1261
-
1262
- .orange.lighten-2 {
1263
- background-color: #ffb74d !important; }
1264
-
1265
- .orange-text.text-lighten-2 {
1266
- color: #ffb74d !important; }
1267
-
1268
- .orange.lighten-1 {
1269
- background-color: #ffa726 !important; }
1270
-
1271
- .orange-text.text-lighten-1 {
1272
- color: #ffa726 !important; }
1273
-
1274
- .orange.darken-1 {
1275
- background-color: #fb8c00 !important; }
1276
-
1277
- .orange-text.text-darken-1 {
1278
- color: #fb8c00 !important; }
1279
-
1280
- .orange.darken-2 {
1281
- background-color: #f57c00 !important; }
1282
-
1283
- .orange-text.text-darken-2 {
1284
- color: #f57c00 !important; }
1285
-
1286
- .orange.darken-3 {
1287
- background-color: #ef6c00 !important; }
1288
-
1289
- .orange-text.text-darken-3 {
1290
- color: #ef6c00 !important; }
1291
-
1292
- .orange.darken-4 {
1293
- background-color: #e65100 !important; }
1294
-
1295
- .orange-text.text-darken-4 {
1296
- color: #e65100 !important; }
1297
-
1298
- .orange.accent-1 {
1299
- background-color: #ffd180 !important; }
1300
-
1301
- .orange-text.text-accent-1 {
1302
- color: #ffd180 !important; }
1303
-
1304
- .orange.accent-2 {
1305
- background-color: #ffab40 !important; }
1306
-
1307
- .orange-text.text-accent-2 {
1308
- color: #ffab40 !important; }
1309
-
1310
- .orange.accent-3 {
1311
- background-color: #ff9100 !important; }
1312
-
1313
- .orange-text.text-accent-3 {
1314
- color: #ff9100 !important; }
1315
-
1316
- .orange.accent-4 {
1317
- background-color: #ff6d00 !important; }
1318
-
1319
- .orange-text.text-accent-4 {
1320
- color: #ff6d00 !important; }
1321
-
1322
- .deep-orange {
1323
- background-color: #ff5722 !important; }
1324
-
1325
- .deep-orange-text {
1326
- color: #ff5722 !important; }
1327
-
1328
- .deep-orange.lighten-5 {
1329
- background-color: #fbe9e7 !important; }
1330
-
1331
- .deep-orange-text.text-lighten-5 {
1332
- color: #fbe9e7 !important; }
1333
-
1334
- .deep-orange.lighten-4 {
1335
- background-color: #ffccbc !important; }
1336
-
1337
- .deep-orange-text.text-lighten-4 {
1338
- color: #ffccbc !important; }
1339
-
1340
- .deep-orange.lighten-3 {
1341
- background-color: #ffab91 !important; }
1342
-
1343
- .deep-orange-text.text-lighten-3 {
1344
- color: #ffab91 !important; }
1345
-
1346
- .deep-orange.lighten-2 {
1347
- background-color: #ff8a65 !important; }
1348
-
1349
- .deep-orange-text.text-lighten-2 {
1350
- color: #ff8a65 !important; }
1351
-
1352
- .deep-orange.lighten-1 {
1353
- background-color: #ff7043 !important; }
1354
-
1355
- .deep-orange-text.text-lighten-1 {
1356
- color: #ff7043 !important; }
1357
-
1358
- .deep-orange.darken-1 {
1359
- background-color: #f4511e !important; }
1360
-
1361
- .deep-orange-text.text-darken-1 {
1362
- color: #f4511e !important; }
1363
-
1364
- .deep-orange.darken-2 {
1365
- background-color: #e64a19 !important; }
1366
-
1367
- .deep-orange-text.text-darken-2 {
1368
- color: #e64a19 !important; }
1369
-
1370
- .deep-orange.darken-3 {
1371
- background-color: #d84315 !important; }
1372
-
1373
- .deep-orange-text.text-darken-3 {
1374
- color: #d84315 !important; }
1375
-
1376
- .deep-orange.darken-4 {
1377
- background-color: #bf360c !important; }
1378
-
1379
- .deep-orange-text.text-darken-4 {
1380
- color: #bf360c !important; }
1381
-
1382
- .deep-orange.accent-1 {
1383
- background-color: #ff9e80 !important; }
1384
-
1385
- .deep-orange-text.text-accent-1 {
1386
- color: #ff9e80 !important; }
1387
-
1388
- .deep-orange.accent-2 {
1389
- background-color: #ff6e40 !important; }
1390
-
1391
- .deep-orange-text.text-accent-2 {
1392
- color: #ff6e40 !important; }
1393
-
1394
- .deep-orange.accent-3 {
1395
- background-color: #ff3d00 !important; }
1396
-
1397
- .deep-orange-text.text-accent-3 {
1398
- color: #ff3d00 !important; }
1399
-
1400
- .deep-orange.accent-4 {
1401
- background-color: #dd2c00 !important; }
1402
-
1403
- .deep-orange-text.text-accent-4 {
1404
- color: #dd2c00 !important; }
1405
-
1406
- .brown {
1407
- background-color: #795548 !important; }
1408
-
1409
- .brown-text {
1410
- color: #795548 !important; }
1411
-
1412
- .brown.lighten-5 {
1413
- background-color: #efebe9 !important; }
1414
-
1415
- .brown-text.text-lighten-5 {
1416
- color: #efebe9 !important; }
1417
-
1418
- .brown.lighten-4 {
1419
- background-color: #d7ccc8 !important; }
1420
-
1421
- .brown-text.text-lighten-4 {
1422
- color: #d7ccc8 !important; }
1423
-
1424
- .brown.lighten-3 {
1425
- background-color: #bcaaa4 !important; }
1426
-
1427
- .brown-text.text-lighten-3 {
1428
- color: #bcaaa4 !important; }
1429
-
1430
- .brown.lighten-2 {
1431
- background-color: #a1887f !important; }
1432
-
1433
- .brown-text.text-lighten-2 {
1434
- color: #a1887f !important; }
1435
-
1436
- .brown.lighten-1 {
1437
- background-color: #8d6e63 !important; }
1438
-
1439
- .brown-text.text-lighten-1 {
1440
- color: #8d6e63 !important; }
1441
-
1442
- .brown.darken-1 {
1443
- background-color: #6d4c41 !important; }
1444
-
1445
- .brown-text.text-darken-1 {
1446
- color: #6d4c41 !important; }
1447
-
1448
- .brown.darken-2 {
1449
- background-color: #5d4037 !important; }
1450
-
1451
- .brown-text.text-darken-2 {
1452
- color: #5d4037 !important; }
1453
-
1454
- .brown.darken-3 {
1455
- background-color: #4e342e !important; }
1456
-
1457
- .brown-text.text-darken-3 {
1458
- color: #4e342e !important; }
1459
-
1460
- .brown.darken-4 {
1461
- background-color: #3e2723 !important; }
1462
-
1463
- .brown-text.text-darken-4 {
1464
- color: #3e2723 !important; }
1465
-
1466
- .blue-grey {
1467
- background-color: #607d8b !important; }
1468
-
1469
- .blue-grey-text {
1470
- color: #607d8b !important; }
1471
-
1472
- .blue-grey.lighten-5 {
1473
- background-color: #eceff1 !important; }
1474
-
1475
- .blue-grey-text.text-lighten-5 {
1476
- color: #eceff1 !important; }
1477
-
1478
- .blue-grey.lighten-4 {
1479
- background-color: #cfd8dc !important; }
1480
-
1481
- .blue-grey-text.text-lighten-4 {
1482
- color: #cfd8dc !important; }
1483
-
1484
- .blue-grey.lighten-3 {
1485
- background-color: #b0bec5 !important; }
1486
-
1487
- .blue-grey-text.text-lighten-3 {
1488
- color: #b0bec5 !important; }
1489
-
1490
- .blue-grey.lighten-2 {
1491
- background-color: #90a4ae !important; }
1492
-
1493
- .blue-grey-text.text-lighten-2 {
1494
- color: #90a4ae !important; }
1495
-
1496
- .blue-grey.lighten-1 {
1497
- background-color: #78909c !important; }
1498
-
1499
- .blue-grey-text.text-lighten-1 {
1500
- color: #78909c !important; }
1501
-
1502
- .blue-grey.darken-1 {
1503
- background-color: #546e7a !important; }
1504
-
1505
- .blue-grey-text.text-darken-1 {
1506
- color: #546e7a !important; }
1507
-
1508
- .blue-grey.darken-2 {
1509
- background-color: #455a64 !important; }
1510
-
1511
- .blue-grey-text.text-darken-2 {
1512
- color: #455a64 !important; }
1513
-
1514
- .blue-grey.darken-3 {
1515
- background-color: #37474f !important; }
1516
-
1517
- .blue-grey-text.text-darken-3 {
1518
- color: #37474f !important; }
1519
-
1520
- .blue-grey.darken-4 {
1521
- background-color: #263238 !important; }
1522
-
1523
- .blue-grey-text.text-darken-4 {
1524
- color: #263238 !important; }
1525
-
1526
- .grey {
1527
- background-color: #9e9e9e !important; }
1528
-
1529
- .grey-text {
1530
- color: #9e9e9e !important; }
1531
-
1532
- .grey.lighten-5 {
1533
- background-color: #fafafa !important; }
1534
-
1535
- .grey-text.text-lighten-5 {
1536
- color: #fafafa !important; }
1537
-
1538
- .grey.lighten-4 {
1539
- background-color: #f5f5f5 !important; }
1540
-
1541
- .grey-text.text-lighten-4 {
1542
- color: #f5f5f5 !important; }
1543
-
1544
- .grey.lighten-3 {
1545
- background-color: #eeeeee !important; }
1546
-
1547
- .grey-text.text-lighten-3 {
1548
- color: #eeeeee !important; }
1549
-
1550
- .grey.lighten-2 {
1551
- background-color: #e0e0e0 !important; }
1552
-
1553
- .grey-text.text-lighten-2 {
1554
- color: #e0e0e0 !important; }
1555
-
1556
- .grey.lighten-1 {
1557
- background-color: #bdbdbd !important; }
1558
-
1559
- .grey-text.text-lighten-1 {
1560
- color: #bdbdbd !important; }
1561
-
1562
- .grey.darken-1 {
1563
- background-color: #757575 !important; }
1564
-
1565
- .grey-text.text-darken-1 {
1566
- color: #757575 !important; }
1567
-
1568
- .grey.darken-2 {
1569
- background-color: #616161 !important; }
1570
-
1571
- .grey-text.text-darken-2 {
1572
- color: #616161 !important; }
1573
-
1574
- .grey.darken-3 {
1575
- background-color: #424242 !important; }
1576
-
1577
- .grey-text.text-darken-3 {
1578
- color: #424242 !important; }
1579
-
1580
- .grey.darken-4 {
1581
- background-color: #212121 !important; }
1582
-
1583
- .grey-text.text-darken-4 {
1584
- color: #212121 !important; }
1585
-
1586
- .black {
1587
- background-color: #000000 !important; }
1588
-
1589
- .black-text {
1590
- color: #000000 !important; }
1591
-
1592
- .white {
1593
- background-color: #FFFFFF !important; }
1594
-
1595
- .white-text {
1596
- color: #FFFFFF !important; }
1597
-
1598
- .transparent {
1599
- background-color: transparent !important; }
1600
-
1601
- .transparent-text {
1602
- color: transparent !important; }
1603
-
1604
- /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 
 
1605
  /**
1606
  * 1. Set default font family to sans-serif.
1607
  * 2. Prevent iOS and IE text size adjust after device orientation change,
1608
  * without disabling user zoom.
1609
- */
1610
- html {
1611
- font-family: sans-serif;
1612
- /* 1 */
1613
- -ms-text-size-adjust: 100%;
1614
- /* 2 */
1615
- -webkit-text-size-adjust: 100%;
1616
- /* 2 */ }
1617
-
1618
  /**
1619
  * Remove default margin.
1620
- */
1621
- body {
1622
- margin: 0; }
1623
-
1624
  /* HTML5 display definitions
1625
- ========================================================================== */
1626
  /**
1627
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
1628
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
1629
  * and Firefox.
1630
  * Correct `block` display not defined for `main` in IE 11.
1631
- */
1632
- article,
1633
- aside,
1634
- details,
1635
- figcaption,
1636
- figure,
1637
- footer,
1638
- header,
1639
- hgroup,
1640
- main,
1641
- menu,
1642
- nav,
1643
- section,
1644
- summary {
1645
- display: block; }
1646
-
1647
  /**
1648
  * 1. Correct `inline-block` display not defined in IE 8/9.
1649
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
1650
- */
1651
- audio,
1652
- canvas,
1653
- progress,
1654
- video {
1655
- display: inline-block;
1656
- /* 1 */
1657
- vertical-align: baseline;
1658
- /* 2 */ }
1659
-
1660
  /**
1661
  * Prevent modern browsers from displaying `audio` without controls.
1662
  * Remove excess height in iOS 5 devices.
1663
- */
1664
- audio:not([controls]) {
1665
- display: none;
1666
- height: 0; }
1667
-
1668
  /**
1669
  * Address `[hidden]` styling not present in IE 8/9/10.
1670
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
1671
- */
1672
- [hidden],
1673
- template {
1674
- display: none; }
1675
-
1676
  /* Links
1677
- ========================================================================== */
1678
  /**
1679
  * Remove the gray background color from active links in IE 10.
1680
- */
1681
- a {
1682
- background-color: transparent; }
1683
-
1684
  /**
1685
  * Improve readability of focused elements when they are also in an
1686
  * active/hover state.
1687
- */
1688
- a:active,
1689
- a:hover {
1690
- outline: 0; }
1691
-
1692
  /* Text-level semantics
1693
- ========================================================================== */
1694
  /**
1695
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
1696
- */
1697
- abbr[title] {
1698
- border-bottom: 1px dotted; }
1699
-
1700
  /**
1701
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
1702
- */
1703
- b,
1704
- strong {
1705
- font-weight: bold; }
1706
-
1707
  /**
1708
  * Address styling not present in Safari and Chrome.
1709
- */
1710
- dfn {
1711
- font-style: italic; }
1712
-
1713
  /**
1714
  * Address variable `h1` font-size and margin within `section` and `article`
1715
  * contexts in Firefox 4+, Safari, and Chrome.
1716
- */
1717
- h1 {
1718
- font-size: 2em;
1719
- margin: 0.67em 0; }
1720
-
1721
  /**
1722
  * Address styling not present in IE 8/9.
1723
- */
1724
- mark {
1725
- background: #ff0;
1726
- color: #000; }
1727
-
1728
  /**
1729
  * Address inconsistent and variable font size in all browsers.
1730
- */
1731
- small {
1732
- font-size: 80%; }
1733
-
1734
  /**
1735
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
1736
- */
1737
- sub,
1738
- sup {
1739
- font-size: 75%;
1740
- line-height: 0;
1741
- position: relative;
1742
- vertical-align: baseline; }
1743
-
1744
- sup {
1745
- top: -0.5em; }
1746
-
1747
- sub {
1748
- bottom: -0.25em; }
1749
-
1750
  /* Embedded content
1751
- ========================================================================== */
1752
  /**
1753
  * Remove border when inside `a` element in IE 8/9/10.
1754
- */
1755
- img {
1756
- border: 0; }
1757
-
1758
  /**
1759
  * Correct overflow not hidden in IE 9/10/11.
1760
- */
1761
- svg:not(:root) {
1762
- overflow: hidden; }
1763
-
1764
  /* Grouping content
1765
- ========================================================================== */
1766
  /**
1767
  * Address margin not present in IE 8/9 and Safari.
1768
- */
1769
- figure {
1770
- margin: 1em 40px; }
1771
-
1772
  /**
1773
  * Address differences between Firefox and other browsers.
1774
- */
1775
- hr {
1776
- box-sizing: content-box;
1777
- height: 0; }
1778
-
1779
  /**
1780
  * Contain overflow in all browsers.
1781
- */
1782
- pre {
1783
- overflow: auto; }
1784
-
1785
  /**
1786
  * Address odd `em`-unit font size rendering in all browsers.
1787
- */
1788
- code,
1789
- kbd,
1790
- pre,
1791
- samp {
1792
- font-family: monospace, monospace;
1793
- font-size: 1em; }
1794
-
1795
  /* Forms
1796
- ========================================================================== */
1797
  /**
1798
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
1799
  * styling of `select`, unless a `border` property is set.
1800
- */
1801
  /**
1802
  * 1. Correct color not being inherited.
1803
  * Known issue: affects color of disabled elements.
1804
  * 2. Correct font properties not being inherited.
1805
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
1806
- */
1807
- button,
1808
- input,
1809
- optgroup,
1810
- select,
1811
- textarea {
1812
- color: inherit;
1813
- /* 1 */
1814
- font: inherit;
1815
- /* 2 */
1816
- margin: 0;
1817
- /* 3 */ }
1818
-
1819
  /**
1820
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
1821
- */
1822
- button {
1823
- overflow: visible; }
1824
-
1825
  /**
1826
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
1827
  * All other form control elements do not inherit `text-transform` values.
1828
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
1829
  * Correct `select` style inheritance in Firefox.
1830
- */
1831
- button,
1832
- select {
1833
- text-transform: none; }
1834
-
1835
  /**
1836
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
1837
  * and `video` controls.
1838
  * 2. Correct inability to style clickable `input` types in iOS.
1839
  * 3. Improve usability and consistency of cursor style between image-type
1840
  * `input` and others.
1841
- */
1842
- button,
1843
- html input[type="button"],
1844
- input[type="reset"],
1845
- input[type="submit"] {
1846
- -webkit-appearance: button;
1847
- /* 2 */
1848
- cursor: pointer;
1849
- /* 3 */ }
1850
-
1851
  /**
1852
  * Re-set default cursor for disabled elements.
1853
- */
1854
- button[disabled],
1855
- html input[disabled] {
1856
- cursor: default; }
1857
-
1858
  /**
1859
  * Remove inner padding and border in Firefox 4+.
1860
- */
1861
- button::-moz-focus-inner,
1862
- input::-moz-focus-inner {
1863
- border: 0;
1864
- padding: 0; }
1865
-
1866
  /**
1867
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
1868
  * the UA stylesheet.
1869
- */
1870
- input {
1871
- line-height: normal; }
1872
-
1873
  /**
1874
  * It's recommended that you don't attempt to style these elements.
1875
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
1876
  *
1877
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
1878
  * 2. Remove excess padding in IE 8/9/10.
1879
- */
1880
- input[type="checkbox"],
1881
- input[type="radio"] {
1882
- box-sizing: border-box;
1883
- /* 1 */
1884
- padding: 0;
1885
- /* 2 */ }
1886
-
1887
  /**
1888
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
1889
  * `font-size` values of the `input`, it causes the cursor style of the
1890
  * decrement button to change from `default` to `text`.
1891
- */
1892
- input[type="number"]::-webkit-inner-spin-button,
1893
- input[type="number"]::-webkit-outer-spin-button {
1894
- height: auto; }
1895
-
1896
  /**
1897
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
1898
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
1899
- */
1900
- input[type="search"] {
1901
- -webkit-appearance: textfield;
1902
- /* 1 */
1903
- box-sizing: content-box;
1904
- /* 2 */ }
1905
-
1906
  /**
1907
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
1908
  * Safari (but not Chrome) clips the cancel button when the search input has
1909
  * padding (and `textfield` appearance).
1910
- */
1911
- input[type="search"]::-webkit-search-cancel-button,
1912
- input[type="search"]::-webkit-search-decoration {
1913
- -webkit-appearance: none; }
1914
-
1915
  /**
1916
  * Define consistent border, margin, and padding.
1917
- */
1918
- fieldset {
1919
- border: 1px solid #c0c0c0;
1920
- margin: 0 2px;
1921
- padding: 0.35em 0.625em 0.75em; }
1922
-
1923
  /**
1924
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
1925
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
1926
- */
1927
- legend {
1928
- border: 0;
1929
- /* 1 */
1930
- padding: 0;
1931
- /* 2 */ }
1932
-
1933
  /**
1934
  * Remove default vertical scrollbar in IE 8/9/10/11.
1935
- */
1936
- textarea {
1937
- overflow: auto; }
1938
-
1939
  /**
1940
  * Don't inherit the `font-weight` (applied by a rule above).
1941
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
1942
- */
1943
- optgroup {
1944
- font-weight: bold; }
1945
-
1946
  /* Tables
1947
- ========================================================================== */
1948
  /**
1949
  * Remove most spacing between table cells.
1950
- */
1951
- table {
1952
- border-collapse: collapse;
1953
- border-spacing: 0; }
1954
-
1955
- td,
1956
- th {
1957
- padding: 0; }
1958
-
1959
- html {
1960
- box-sizing: border-box; }
1961
-
1962
- *, *:before, *:after {
1963
- box-sizing: inherit; }
1964
-
1965
- ul:not(.browser-default) {
1966
- padding-left: 0;
1967
- list-style-type: none; }
1968
- ul:not(.browser-default) > li {
1969
- list-style-type: none; }
1970
-
1971
- a {
1972
- color: #039be5;
1973
- text-decoration: none;
1974
- -webkit-tap-highlight-color: transparent; }
1975
-
1976
- .valign-wrapper {
1977
- display: flex;
1978
- align-items: center; }
1979
-
1980
- .clearfix {
1981
- clear: both; }
1982
-
1983
- .z-depth-0 {
1984
- box-shadow: none !important; }
1985
-
1986
- .z-depth-1, .card-panel, .card, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible {
1987
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
1988
-
1989
- .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
1990
- box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
1991
-
1992
- .z-depth-2 {
1993
- box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
1994
-
1995
- .z-depth-3 {
1996
- box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }
1997
-
1998
- .z-depth-4 {
1999
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }
2000
-
2001
- .z-depth-5 {
2002
- box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }
2003
-
2004
- .hoverable {
2005
- transition: box-shadow .25s; }
2006
- .hoverable:hover {
2007
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
2008
-
2009
- .divider {
2010
- height: 1px;
2011
- overflow: hidden;
2012
- background-color: #e0e0e0; }
2013
-
2014
- blockquote {
2015
- margin: 20px 0;
2016
- padding-left: 1.5rem;
2017
- border-left: 5px solid #ee6e73; }
2018
-
2019
- i {
2020
- line-height: inherit; }
2021
- i.left {
2022
- float: left;
2023
- margin-right: 15px; }
2024
- i.right {
2025
- float: right;
2026
- margin-left: 15px; }
2027
- i.tiny {
2028
- font-size: 1rem; }
2029
- i.small {
2030
- font-size: 2rem; }
2031
- i.medium {
2032
- font-size: 4rem; }
2033
- i.large {
2034
- font-size: 6rem; }
2035
-
2036
- img.responsive-img,
2037
- video.responsive-video {
2038
- max-width: 100%;
2039
- height: auto; }
2040
-
2041
- .pagination li {
2042
- display: inline-block;
2043
- border-radius: 2px;
2044
- text-align: center;
2045
- vertical-align: top;
2046
- height: 30px; }
2047
- .pagination li a {
2048
- color: #444;
2049
- display: inline-block;
2050
- font-size: 1.2rem;
2051
- padding: 0 10px;
2052
- line-height: 30px; }
2053
- .pagination li.active a {
2054
- color: #fff; }
2055
- .pagination li.active {
2056
- background-color: #ee6e73; }
2057
- .pagination li.disabled a {
2058
- cursor: default;
2059
- color: #999; }
2060
- .pagination li i {
2061
- font-size: 2rem; }
2062
-
2063
- .pagination li.pages ul li {
2064
- display: inline-block;
2065
- float: none; }
2066
-
2067
- @media only screen and (max-width: 992px) {
2068
- .pagination {
2069
- width: 100%; }
2070
- .pagination li.prev,
2071
- .pagination li.next {
2072
- width: 10%; }
2073
- .pagination li.pages {
2074
- width: 80%;
2075
- overflow: hidden;
2076
- white-space: nowrap; } }
2077
-
2078
- .breadcrumb {
2079
- font-size: 18px;
2080
- color: rgba(255, 255, 255, 0.7); }
2081
- .breadcrumb i,
2082
- .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
2083
- .breadcrumb i.material-icons {
2084
- display: inline-block;
2085
- float: left;
2086
- font-size: 24px; }
2087
- .breadcrumb:before {
2088
- content: '\E5CC';
2089
- color: rgba(255, 255, 255, 0.7);
2090
- vertical-align: top;
2091
- display: inline-block;
2092
- font-family: 'Material Icons';
2093
- font-weight: normal;
2094
- font-style: normal;
2095
- font-size: 25px;
2096
- margin: 0 10px 0 8px;
2097
- -webkit-font-smoothing: antialiased; }
2098
- .breadcrumb:first-child:before {
2099
- display: none; }
2100
- .breadcrumb:last-child {
2101
- color: #fff; }
2102
-
2103
- .parallax-container {
2104
- position: relative;
2105
- overflow: hidden;
2106
- height: 500px; }
2107
- .parallax-container .parallax {
2108
- position: absolute;
2109
- top: 0;
2110
- left: 0;
2111
- right: 0;
2112
- bottom: 0;
2113
- z-index: -1; }
2114
- .parallax-container .parallax img {
2115
- display: none;
2116
- position: absolute;
2117
- left: 50%;
2118
- bottom: 0;
2119
- min-width: 100%;
2120
- min-height: 100%;
2121
- transform: translate3d(0, 0, 0);
2122
- transform: translateX(-50%); }
2123
-
2124
- .pin-top, .pin-bottom {
2125
- position: relative; }
2126
-
2127
- .pinned {
2128
- position: fixed !important; }
2129
-
2130
  /*********************
2131
  Transition Classes
2132
- **********************/
2133
- ul.staggered-list li {
2134
- opacity: 0; }
2135
-
2136
- .fade-in {
2137
- opacity: 0;
2138
- transform-origin: 0 50%; }
2139
-
2140
  /*********************
2141
  Media Query Classes
2142
- **********************/
2143
- @media only screen and (max-width: 600px) {
2144
- .hide-on-small-only, .hide-on-small-and-down {
2145
- display: none !important; } }
2146
-
2147
- @media only screen and (max-width: 992px) {
2148
- .hide-on-med-and-down {
2149
- display: none !important; } }
2150
-
2151
- @media only screen and (min-width: 601px) {
2152
- .hide-on-med-and-up {
2153
- display: none !important; } }
2154
-
2155
- @media only screen and (min-width: 600px) and (max-width: 992px) {
2156
- .hide-on-med-only {
2157
- display: none !important; } }
2158
-
2159
- @media only screen and (min-width: 993px) {
2160
- .hide-on-large-only {
2161
- display: none !important; } }
2162
-
2163
- @media only screen and (min-width: 993px) {
2164
- .show-on-large {
2165
- display: block !important; } }
2166
-
2167
- @media only screen and (min-width: 600px) and (max-width: 992px) {
2168
- .show-on-medium {
2169
- display: block !important; } }
2170
-
2171
- @media only screen and (max-width: 600px) {
2172
- .show-on-small {
2173
- display: block !important; } }
2174
-
2175
- @media only screen and (min-width: 601px) {
2176
- .show-on-medium-and-up {
2177
- display: block !important; } }
2178
-
2179
- @media only screen and (max-width: 992px) {
2180
- .show-on-medium-and-down {
2181
- display: block !important; } }
2182
-
2183
- @media only screen and (max-width: 600px) {
2184
- .center-on-small-only {
2185
- text-align: center; } }
2186
-
2187
- .page-footer {
2188
- padding-top: 20px;
2189
- color: #fff;
2190
- background-color: #ee6e73; }
2191
- .page-footer .footer-copyright {
2192
- overflow: hidden;
2193
- min-height: 50px;
2194
- display: flex;
2195
- align-items: center;
2196
- padding: 10px 0px;
2197
- color: rgba(255, 255, 255, 0.8);
2198
- background-color: rgba(51, 51, 51, 0.08); }
2199
-
2200
- table, th, td {
2201
- border: none; }
2202
-
2203
- table {
2204
- width: 100%;
2205
- display: table; }
2206
- table.bordered > thead > tr,
2207
- table.bordered > tbody > tr {
2208
- border-bottom: 1px solid #d0d0d0; }
2209
- table.striped > tbody > tr:nth-child(odd) {
2210
- background-color: #f2f2f2; }
2211
- table.striped > tbody > tr > td {
2212
- border-radius: 0; }
2213
- table.highlight > tbody > tr {
2214
- transition: background-color .25s ease; }
2215
- table.highlight > tbody > tr:hover {
2216
- background-color: #f2f2f2; }
2217
- table.centered thead tr th, table.centered tbody tr td {
2218
- text-align: center; }
2219
-
2220
- thead {
2221
- border-bottom: 1px solid #d0d0d0; }
2222
-
2223
- td, th {
2224
- padding: 15px 5px;
2225
- display: table-cell;
2226
- text-align: left;
2227
- vertical-align: middle;
2228
- border-radius: 2px; }
2229
-
2230
- @media only screen and (max-width: 992px) {
2231
- table.responsive-table {
2232
- width: 100%;
2233
- border-collapse: collapse;
2234
- border-spacing: 0;
2235
- display: block;
2236
- position: relative;
2237
- /* sort out borders */ }
2238
- table.responsive-table td:empty:before {
2239
- content: '\A0'; }
2240
- table.responsive-table th,
2241
- table.responsive-table td {
2242
- margin: 0;
2243
- vertical-align: top; }
2244
- table.responsive-table th {
2245
- text-align: left; }
2246
- table.responsive-table thead {
2247
- display: block;
2248
- float: left; }
2249
- table.responsive-table thead tr {
2250
- display: block;
2251
- padding: 0 10px 0 0; }
2252
- table.responsive-table thead tr th::before {
2253
- content: "\A0"; }
2254
- table.responsive-table tbody {
2255
- display: block;
2256
- width: auto;
2257
- position: relative;
2258
- overflow-x: auto;
2259
- white-space: nowrap; }
2260
- table.responsive-table tbody tr {
2261
- display: inline-block;
2262
- vertical-align: top; }
2263
- table.responsive-table th {
2264
- display: block;
2265
- text-align: right; }
2266
- table.responsive-table td {
2267
- display: block;
2268
- min-height: 1.25em;
2269
- text-align: left; }
2270
- table.responsive-table tr {
2271
- padding: 0 10px; }
2272
- table.responsive-table thead {
2273
- border: 0;
2274
- border-right: 1px solid #d0d0d0; }
2275
- table.responsive-table.bordered th {
2276
- border-bottom: 0;
2277
- border-left: 0; }
2278
- table.responsive-table.bordered td {
2279
- border-left: 0;
2280
- border-right: 0;
2281
- border-bottom: 0; }
2282
- table.responsive-table.bordered tr {
2283
- border: 0; }
2284
- table.responsive-table.bordered tbody tr {
2285
- border-right: 1px solid #d0d0d0; } }
2286
-
2287
- .collection {
2288
- margin: 0.5rem 0 1rem 0;
2289
- border: 1px solid #e0e0e0;
2290
- border-radius: 2px;
2291
- overflow: hidden;
2292
- position: relative; }
2293
- .collection .collection-item {
2294
- background-color: #fff;
2295
- line-height: 1.5rem;
2296
- padding: 10px 20px;
2297
- margin: 0;
2298
- border-bottom: 1px solid #e0e0e0; }
2299
- .collection .collection-item.avatar {
2300
- min-height: 84px;
2301
- padding-left: 72px;
2302
- position: relative; }
2303
- .collection .collection-item.avatar:not(.circle-clipper) > .circle,
2304
- .collection .collection-item.avatar :not(.circle-clipper) > .circle {
2305
- position: absolute;
2306
- width: 42px;
2307
- height: 42px;
2308
- overflow: hidden;
2309
- left: 15px;
2310
- display: inline-block;
2311
- vertical-align: middle; }
2312
- .collection .collection-item.avatar i.circle {
2313
- font-size: 18px;
2314
- line-height: 42px;
2315
- color: #fff;
2316
- background-color: #999;
2317
- text-align: center; }
2318
- .collection .collection-item.avatar .title {
2319
- font-size: 16px; }
2320
- .collection .collection-item.avatar p {
2321
- margin: 0; }
2322
- .collection .collection-item.avatar .secondary-content {
2323
- position: absolute;
2324
- top: 16px;
2325
- right: 16px; }
2326
- .collection .collection-item:last-child {
2327
- border-bottom: none; }
2328
- .collection .collection-item.active {
2329
- background-color: #26a69a;
2330
- color: #eafaf9; }
2331
- .collection .collection-item.active .secondary-content {
2332
- color: #fff; }
2333
- .collection a.collection-item {
2334
- display: block;
2335
- transition: .25s;
2336
- color: #26a69a; }
2337
- .collection a.collection-item:not(.active):hover {
2338
- background-color: #ddd; }
2339
- .collection.with-header .collection-header {
2340
- background-color: #fff;
2341
- border-bottom: 1px solid #e0e0e0;
2342
- padding: 10px 20px; }
2343
- .collection.with-header .collection-item {
2344
- padding-left: 30px; }
2345
- .collection.with-header .collection-item.avatar {
2346
- padding-left: 72px; }
2347
-
2348
- .secondary-content {
2349
- float: right;
2350
- color: #26a69a; }
2351
-
2352
- .collapsible .collection {
2353
- margin: 0;
2354
- border: none; }
2355
-
2356
- .video-container {
2357
- position: relative;
2358
- padding-bottom: 56.25%;
2359
- height: 0;
2360
- overflow: hidden; }
2361
- .video-container iframe, .video-container object, .video-container embed {
2362
- position: absolute;
2363
- top: 0;
2364
- left: 0;
2365
- width: 100%;
2366
- height: 100%; }
2367
-
2368
- .progress {
2369
- position: relative;
2370
- height: 4px;
2371
- display: block;
2372
- width: 100%;
2373
- background-color: #acece6;
2374
- border-radius: 2px;
2375
- margin: 0.5rem 0 1rem 0;
2376
- overflow: hidden; }
2377
- .progress .determinate {
2378
- position: absolute;
2379
- top: 0;
2380
- left: 0;
2381
- bottom: 0;
2382
- background-color: #26a69a;
2383
- transition: width .3s linear; }
2384
- .progress .indeterminate {
2385
- background-color: #26a69a; }
2386
- .progress .indeterminate:before {
2387
- content: '';
2388
- position: absolute;
2389
- background-color: inherit;
2390
- top: 0;
2391
- left: 0;
2392
- bottom: 0;
2393
- will-change: left, right;
2394
- animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
2395
- .progress .indeterminate:after {
2396
- content: '';
2397
- position: absolute;
2398
- background-color: inherit;
2399
- top: 0;
2400
- left: 0;
2401
- bottom: 0;
2402
- will-change: left, right;
2403
- animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
2404
- animation-delay: 1.15s; }
2405
-
2406
- @keyframes indeterminate {
2407
- 0% {
2408
- left: -35%;
2409
- right: 100%; }
2410
- 60% {
2411
- left: 100%;
2412
- right: -90%; }
2413
- 100% {
2414
- left: 100%;
2415
- right: -90%; } }
2416
-
2417
- @keyframes indeterminate-short {
2418
- 0% {
2419
- left: -200%;
2420
- right: 100%; }
2421
- 60% {
2422
- left: 107%;
2423
- right: -8%; }
2424
- 100% {
2425
- left: 107%;
2426
- right: -8%; } }
2427
-
2428
  /*******************
2429
  Utility Classes
2430
- *******************/
2431
- .hide {
2432
- display: none !important; }
2433
-
2434
- .left-align {
2435
- text-align: left; }
2436
-
2437
- .right-align {
2438
- text-align: right; }
2439
-
2440
- .center, .center-align {
2441
- text-align: center; }
2442
-
2443
- .left {
2444
- float: left !important; }
2445
-
2446
- .right {
2447
- float: right !important; }
2448
-
2449
- .no-select, input[type=range],
2450
- input[type=range] + .thumb {
2451
- user-select: none; }
2452
-
2453
- .circle {
2454
- border-radius: 50%; }
2455
-
2456
- .center-block {
2457
- display: block;
2458
- margin-left: auto;
2459
- margin-right: auto; }
2460
-
2461
- .truncate {
2462
- display: block;
2463
- white-space: nowrap;
2464
- overflow: hidden;
2465
- text-overflow: ellipsis; }
2466
-
2467
- .no-padding {
2468
- padding: 0 !important; }
2469
-
2470
- /* This is needed for some mobile phones to display the Google Icon font properly */
2471
- .material-icons {
2472
- text-rendering: optimizeLegibility;
2473
- font-feature-settings: 'liga'; }
2474
-
2475
- .container {
2476
- margin: 0 auto;
2477
- max-width: 1280px;
2478
- width: 90%; }
2479
-
2480
- @media only screen and (min-width: 601px) {
2481
- .container {
2482
- width: 85%; } }
2483
-
2484
- @media only screen and (min-width: 993px) {
2485
- .container {
2486
- width: 70%; } }
2487
-
2488
- .container .row {
2489
- margin-left: -0.75rem;
2490
- margin-right: -0.75rem; }
2491
-
2492
- .section {
2493
- padding-top: 1rem;
2494
- padding-bottom: 1rem; }
2495
- .section.no-pad {
2496
- padding: 0; }
2497
- .section.no-pad-bot {
2498
- padding-bottom: 0; }
2499
- .section.no-pad-top {
2500
- padding-top: 0; }
2501
-
2502
- .row {
2503
- margin-left: auto;
2504
- margin-right: auto;
2505
- margin-bottom: 20px; }
2506
- .row:after {
2507
- content: "";
2508
- display: table;
2509
- clear: both; }
2510
- .row .col {
2511
- float: left;
2512
- box-sizing: border-box;
2513
- padding: 0 0.75rem;
2514
- min-height: 1px; }
2515
- .row .col[class*="push-"], .row .col[class*="pull-"] {
2516
- position: relative; }
2517
- .row .col.s1 {
2518
- width: 8.33333%;
2519
- margin-left: auto;
2520
- left: auto;
2521
- right: auto; }
2522
- .row .col.s2 {
2523
- width: 16.66667%;
2524
- margin-left: auto;
2525
- left: auto;
2526
- right: auto; }
2527
- .row .col.s3 {
2528
- width: 25%;
2529
- margin-left: auto;
2530
- left: auto;
2531
- right: auto; }
2532
- .row .col.s4 {
2533
- width: 33.33333%;
2534
- margin-left: auto;
2535
- left: auto;
2536
- right: auto; }
2537
- .row .col.s5 {
2538
- width: 41.66667%;
2539
- margin-left: auto;
2540
- left: auto;
2541
- right: auto; }
2542
- .row .col.s6 {
2543
- width: 50%;
2544
- margin-left: auto;
2545
- left: auto;
2546
- right: auto; }
2547
- .row .col.s7 {
2548
- width: 58.33333%;
2549
- margin-left: auto;
2550
- left: auto;
2551
- right: auto; }
2552
- .row .col.s8 {
2553
- width: 66.66667%;
2554
- margin-left: auto;
2555
- left: auto;
2556
- right: auto; }
2557
- .row .col.s9 {
2558
- width: 75%;
2559
- margin-left: auto;
2560
- left: auto;
2561
- right: auto; }
2562
- .row .col.s10 {
2563
- width: 83.33333%;
2564
- margin-left: auto;
2565
- left: auto;
2566
- right: auto; }
2567
- .row .col.s11 {
2568
- width: 91.66667%;
2569
- margin-left: auto;
2570
- left: auto;
2571
- right: auto; }
2572
- .row .col.s12 {
2573
- width: 100%;
2574
- margin-left: auto;
2575
- left: auto;
2576
- right: auto; }
2577
- .row .col.offset-s1 {
2578
- margin-left: 8.33333%; }
2579
- .row .col.pull-s1 {
2580
- right: 8.33333%; }
2581
- .row .col.push-s1 {
2582
- left: 8.33333%; }
2583
- .row .col.offset-s2 {
2584
- margin-left: 16.66667%; }
2585
- .row .col.pull-s2 {
2586
- right: 16.66667%; }
2587
- .row .col.push-s2 {
2588
- left: 16.66667%; }
2589
- .row .col.offset-s3 {
2590
- margin-left: 25%; }
2591
- .row .col.pull-s3 {
2592
- right: 25%; }
2593
- .row .col.push-s3 {
2594
- left: 25%; }
2595
- .row .col.offset-s4 {
2596
- margin-left: 33.33333%; }
2597
- .row .col.pull-s4 {
2598
- right: 33.33333%; }
2599
- .row .col.push-s4 {
2600
- left: 33.33333%; }
2601
- .row .col.offset-s5 {
2602
- margin-left: 41.66667%; }
2603
- .row .col.pull-s5 {
2604
- right: 41.66667%; }
2605
- .row .col.push-s5 {
2606
- left: 41.66667%; }
2607
- .row .col.offset-s6 {
2608
- margin-left: 50%; }
2609
- .row .col.pull-s6 {
2610
- right: 50%; }
2611
- .row .col.push-s6 {
2612
- left: 50%; }
2613
- .row .col.offset-s7 {
2614
- margin-left: 58.33333%; }
2615
- .row .col.pull-s7 {
2616
- right: 58.33333%; }
2617
- .row .col.push-s7 {
2618
- left: 58.33333%; }
2619
- .row .col.offset-s8 {
2620
- margin-left: 66.66667%; }
2621
- .row .col.pull-s8 {
2622
- right: 66.66667%; }
2623
- .row .col.push-s8 {
2624
- left: 66.66667%; }
2625
- .row .col.offset-s9 {
2626
- margin-left: 75%; }
2627
- .row .col.pull-s9 {
2628
- right: 75%; }
2629
- .row .col.push-s9 {
2630
- left: 75%; }
2631
- .row .col.offset-s10 {
2632
- margin-left: 83.33333%; }
2633
- .row .col.pull-s10 {
2634
- right: 83.33333%; }
2635
- .row .col.push-s10 {
2636
- left: 83.33333%; }
2637
- .row .col.offset-s11 {
2638
- margin-left: 91.66667%; }
2639
- .row .col.pull-s11 {
2640
- right: 91.66667%; }
2641
- .row .col.push-s11 {
2642
- left: 91.66667%; }
2643
- .row .col.offset-s12 {
2644
- margin-left: 100%; }
2645
- .row .col.pull-s12 {
2646
- right: 100%; }
2647
- .row .col.push-s12 {
2648
- left: 100%; }
2649
- @media only screen and (min-width: 601px) {
2650
- .row .col.m1 {
2651
- width: 8.33333%;
2652
- margin-left: auto;
2653
- left: auto;
2654
- right: auto; }
2655
- .row .col.m2 {
2656
- width: 16.66667%;
2657
- margin-left: auto;
2658
- left: auto;
2659
- right: auto; }
2660
- .row .col.m3 {
2661
- width: 25%;
2662
- margin-left: auto;
2663
- left: auto;
2664
- right: auto; }
2665
- .row .col.m4 {
2666
- width: 33.33333%;
2667
- margin-left: auto;
2668
- left: auto;
2669
- right: auto; }
2670
- .row .col.m5 {
2671
- width: 41.66667%;
2672
- margin-left: auto;
2673
- left: auto;
2674
- right: auto; }
2675
- .row .col.m6 {
2676
- width: 50%;
2677
- margin-left: auto;
2678
- left: auto;
2679
- right: auto; }
2680
- .row .col.m7 {
2681
- width: 58.33333%;
2682
- margin-left: auto;
2683
- left: auto;
2684
- right: auto; }
2685
- .row .col.m8 {
2686
- width: 66.66667%;
2687
- margin-left: auto;
2688
- left: auto;
2689
- right: auto; }
2690
- .row .col.m9 {
2691
- width: 75%;
2692
- margin-left: auto;
2693
- left: auto;
2694
- right: auto; }
2695
- .row .col.m10 {
2696
- width: 83.33333%;
2697
- margin-left: auto;
2698
- left: auto;
2699
- right: auto; }
2700
- .row .col.m11 {
2701
- width: 91.66667%;
2702
- margin-left: auto;
2703
- left: auto;
2704
- right: auto; }
2705
- .row .col.m12 {
2706
- width: 100%;
2707
- margin-left: auto;
2708
- left: auto;
2709
- right: auto; }
2710
- .row .col.offset-m1 {
2711
- margin-left: 8.33333%; }
2712
- .row .col.pull-m1 {
2713
- right: 8.33333%; }
2714
- .row .col.push-m1 {
2715
- left: 8.33333%; }
2716
- .row .col.offset-m2 {
2717
- margin-left: 16.66667%; }
2718
- .row .col.pull-m2 {
2719
- right: 16.66667%; }
2720
- .row .col.push-m2 {
2721
- left: 16.66667%; }
2722
- .row .col.offset-m3 {
2723
- margin-left: 25%; }
2724
- .row .col.pull-m3 {
2725
- right: 25%; }
2726
- .row .col.push-m3 {
2727
- left: 25%; }
2728
- .row .col.offset-m4 {
2729
- margin-left: 33.33333%; }
2730
- .row .col.pull-m4 {
2731
- right: 33.33333%; }
2732
- .row .col.push-m4 {
2733
- left: 33.33333%; }
2734
- .row .col.offset-m5 {
2735
- margin-left: 41.66667%; }
2736
- .row .col.pull-m5 {
2737
- right: 41.66667%; }
2738
- .row .col.push-m5 {
2739
- left: 41.66667%; }
2740
- .row .col.offset-m6 {
2741
- margin-left: 50%; }
2742
- .row .col.pull-m6 {
2743
- right: 50%; }
2744
- .row .col.push-m6 {
2745
- left: 50%; }
2746
- .row .col.offset-m7 {
2747
- margin-left: 58.33333%; }
2748
- .row .col.pull-m7 {
2749
- right: 58.33333%; }
2750
- .row .col.push-m7 {
2751
- left: 58.33333%; }
2752
- .row .col.offset-m8 {
2753
- margin-left: 66.66667%; }
2754
- .row .col.pull-m8 {
2755
- right: 66.66667%; }
2756
- .row .col.push-m8 {
2757
- left: 66.66667%; }
2758
- .row .col.offset-m9 {
2759
- margin-left: 75%; }
2760
- .row .col.pull-m9 {
2761
- right: 75%; }
2762
- .row .col.push-m9 {
2763
- left: 75%; }
2764
- .row .col.offset-m10 {
2765
- margin-left: 83.33333%; }
2766
- .row .col.pull-m10 {
2767
- right: 83.33333%; }
2768
- .row .col.push-m10 {
2769
- left: 83.33333%; }
2770
- .row .col.offset-m11 {
2771
- margin-left: 91.66667%; }
2772
- .row .col.pull-m11 {
2773
- right: 91.66667%; }
2774
- .row .col.push-m11 {
2775
- left: 91.66667%; }
2776
- .row .col.offset-m12 {
2777
- margin-left: 100%; }
2778
- .row .col.pull-m12 {
2779
- right: 100%; }
2780
- .row .col.push-m12 {
2781
- left: 100%; } }
2782
- @media only screen and (min-width: 993px) {
2783
- .row .col.l1 {
2784
- width: 8.33333%;
2785
- margin-left: auto;
2786
- left: auto;
2787
- right: auto; }
2788
- .row .col.l2 {
2789
- width: 16.66667%;
2790
- margin-left: auto;
2791
- left: auto;
2792
- right: auto; }
2793
- .row .col.l3 {
2794
- width: 25%;
2795
- margin-left: auto;
2796
- left: auto;
2797
- right: auto; }
2798
- .row .col.l4 {
2799
- width: 33.33333%;
2800
- margin-left: auto;
2801
- left: auto;
2802
- right: auto; }
2803
- .row .col.l5 {
2804
- width: 41.66667%;
2805
- margin-left: auto;
2806
- left: auto;
2807
- right: auto; }
2808
- .row .col.l6 {
2809
- width: 50%;
2810
- margin-left: auto;
2811
- left: auto;
2812
- right: auto; }
2813
- .row .col.l7 {
2814
- width: 58.33333%;
2815
- margin-left: auto;
2816
- left: auto;
2817
- right: auto; }
2818
- .row .col.l8 {
2819
- width: 66.66667%;
2820
- margin-left: auto;
2821
- left: auto;
2822
- right: auto; }
2823
- .row .col.l9 {
2824
- width: 75%;
2825
- margin-left: auto;
2826
- left: auto;
2827
- right: auto; }
2828
- .row .col.l10 {
2829
- width: 83.33333%;
2830
- margin-left: auto;
2831
- left: auto;
2832
- right: auto; }
2833
- .row .col.l11 {
2834
- width: 91.66667%;
2835
- margin-left: auto;
2836
- left: auto;
2837
- right: auto; }
2838
- .row .col.l12 {
2839
- width: 100%;
2840
- margin-left: auto;
2841
- left: auto;
2842
- right: auto; }
2843
- .row .col.offset-l1 {
2844
- margin-left: 8.33333%; }
2845
- .row .col.pull-l1 {
2846
- right: 8.33333%; }
2847
- .row .col.push-l1 {
2848
- left: 8.33333%; }
2849
- .row .col.offset-l2 {
2850
- margin-left: 16.66667%; }
2851
- .row .col.pull-l2 {
2852
- right: 16.66667%; }
2853
- .row .col.push-l2 {
2854
- left: 16.66667%; }
2855
- .row .col.offset-l3 {
2856
- margin-left: 25%; }
2857
- .row .col.pull-l3 {
2858
- right: 25%; }
2859
- .row .col.push-l3 {
2860
- left: 25%; }
2861
- .row .col.offset-l4 {
2862
- margin-left: 33.33333%; }
2863
- .row .col.pull-l4 {
2864
- right: 33.33333%; }
2865
- .row .col.push-l4 {
2866
- left: 33.33333%; }
2867
- .row .col.offset-l5 {
2868
- margin-left: 41.66667%; }
2869
- .row .col.pull-l5 {
2870
- right: 41.66667%; }
2871
- .row .col.push-l5 {
2872
- left: 41.66667%; }
2873
- .row .col.offset-l6 {
2874
- margin-left: 50%; }
2875
- .row .col.pull-l6 {
2876
- right: 50%; }
2877
- .row .col.push-l6 {
2878
- left: 50%; }
2879
- .row .col.offset-l7 {
2880
- margin-left: 58.33333%; }
2881
- .row .col.pull-l7 {
2882
- right: 58.33333%; }
2883
- .row .col.push-l7 {
2884
- left: 58.33333%; }
2885
- .row .col.offset-l8 {
2886
- margin-left: 66.66667%; }
2887
- .row .col.pull-l8 {
2888
- right: 66.66667%; }
2889
- .row .col.push-l8 {
2890
- left: 66.66667%; }
2891
- .row .col.offset-l9 {
2892
- margin-left: 75%; }
2893
- .row .col.pull-l9 {
2894
- right: 75%; }
2895
- .row .col.push-l9 {
2896
- left: 75%; }
2897
- .row .col.offset-l10 {
2898
- margin-left: 83.33333%; }
2899
- .row .col.pull-l10 {
2900
- right: 83.33333%; }
2901
- .row .col.push-l10 {
2902
- left: 83.33333%; }
2903
- .row .col.offset-l11 {
2904
- margin-left: 91.66667%; }
2905
- .row .col.pull-l11 {
2906
- right: 91.66667%; }
2907
- .row .col.push-l11 {
2908
- left: 91.66667%; }
2909
- .row .col.offset-l12 {
2910
- margin-left: 100%; }
2911
- .row .col.pull-l12 {
2912
- right: 100%; }
2913
- .row .col.push-l12 {
2914
- left: 100%; } }
2915
- @media only screen and (min-width: 1201px) {
2916
- .row .col.xl1 {
2917
- width: 8.33333%;
2918
- margin-left: auto;
2919
- left: auto;
2920
- right: auto; }
2921
- .row .col.xl2 {
2922
- width: 16.66667%;
2923
- margin-left: auto;
2924
- left: auto;
2925
- right: auto; }
2926
- .row .col.xl3 {
2927
- width: 25%;
2928
- margin-left: auto;
2929
- left: auto;
2930
- right: auto; }
2931
- .row .col.xl4 {
2932
- width: 33.33333%;
2933
- margin-left: auto;
2934
- left: auto;
2935
- right: auto; }
2936
- .row .col.xl5 {
2937
- width: 41.66667%;
2938
- margin-left: auto;
2939
- left: auto;
2940
- right: auto; }
2941
- .row .col.xl6 {
2942
- width: 50%;
2943
- margin-left: auto;
2944
- left: auto;
2945
- right: auto; }
2946
- .row .col.xl7 {
2947
- width: 58.33333%;
2948
- margin-left: auto;
2949
- left: auto;
2950
- right: auto; }
2951
- .row .col.xl8 {
2952
- width: 66.66667%;
2953
- margin-left: auto;
2954
- left: auto;
2955
- right: auto; }
2956
- .row .col.xl9 {
2957
- width: 75%;
2958
- margin-left: auto;
2959
- left: auto;
2960
- right: auto; }
2961
- .row .col.xl10 {
2962
- width: 83.33333%;
2963
- margin-left: auto;
2964
- left: auto;
2965
- right: auto; }
2966
- .row .col.xl11 {
2967
- width: 91.66667%;
2968
- margin-left: auto;
2969
- left: auto;
2970
- right: auto; }
2971
- .row .col.xl12 {
2972
- width: 100%;
2973
- margin-left: auto;
2974
- left: auto;
2975
- right: auto; }
2976
- .row .col.offset-xl1 {
2977
- margin-left: 8.33333%; }
2978
- .row .col.pull-xl1 {
2979
- right: 8.33333%; }
2980
- .row .col.push-xl1 {
2981
- left: 8.33333%; }
2982
- .row .col.offset-xl2 {
2983
- margin-left: 16.66667%; }
2984
- .row .col.pull-xl2 {
2985
- right: 16.66667%; }
2986
- .row .col.push-xl2 {
2987
- left: 16.66667%; }
2988
- .row .col.offset-xl3 {
2989
- margin-left: 25%; }
2990
- .row .col.pull-xl3 {
2991
- right: 25%; }
2992
- .row .col.push-xl3 {
2993
- left: 25%; }
2994
- .row .col.offset-xl4 {
2995
- margin-left: 33.33333%; }
2996
- .row .col.pull-xl4 {
2997
- right: 33.33333%; }
2998
- .row .col.push-xl4 {
2999
- left: 33.33333%; }
3000
- .row .col.offset-xl5 {
3001
- margin-left: 41.66667%; }
3002
- .row .col.pull-xl5 {
3003
- right: 41.66667%; }
3004
- .row .col.push-xl5 {
3005
- left: 41.66667%; }
3006
- .row .col.offset-xl6 {
3007
- margin-left: 50%; }
3008
- .row .col.pull-xl6 {
3009
- right: 50%; }
3010
- .row .col.push-xl6 {
3011
- left: 50%; }
3012
- .row .col.offset-xl7 {
3013
- margin-left: 58.33333%; }
3014
- .row .col.pull-xl7 {
3015
- right: 58.33333%; }
3016
- .row .col.push-xl7 {
3017
- left: 58.33333%; }
3018
- .row .col.offset-xl8 {
3019
- margin-left: 66.66667%; }
3020
- .row .col.pull-xl8 {
3021
- right: 66.66667%; }
3022
- .row .col.push-xl8 {
3023
- left: 66.66667%; }
3024
- .row .col.offset-xl9 {
3025
- margin-left: 75%; }
3026
- .row .col.pull-xl9 {
3027
- right: 75%; }
3028
- .row .col.push-xl9 {
3029
- left: 75%; }
3030
- .row .col.offset-xl10 {
3031
- margin-left: 83.33333%; }
3032
- .row .col.pull-xl10 {
3033
- right: 83.33333%; }
3034
- .row .col.push-xl10 {
3035
- left: 83.33333%; }
3036
- .row .col.offset-xl11 {
3037
- margin-left: 91.66667%; }
3038
- .row .col.pull-xl11 {
3039
- right: 91.66667%; }
3040
- .row .col.push-xl11 {
3041
- left: 91.66667%; }
3042
- .row .col.offset-xl12 {
3043
- margin-left: 100%; }
3044
- .row .col.pull-xl12 {
3045
- right: 100%; }
3046
- .row .col.push-xl12 {
3047
- left: 100%; } }
3048
-
3049
- a {
3050
- text-decoration: none; }
3051
-
3052
- html {
3053
- line-height: 1.5;
3054
- font-family: "Roboto", sans-serif;
3055
- font-weight: normal;
3056
- color: rgba(0, 0, 0, 0.87); }
3057
- @media only screen and (min-width: 0) {
3058
- html {
3059
- font-size: 14px; } }
3060
- @media only screen and (min-width: 992px) {
3061
- html {
3062
- font-size: 14.5px; } }
3063
- @media only screen and (min-width: 1200px) {
3064
- html {
3065
- font-size: 15px; } }
3066
-
3067
- h1, h2, h3, h4, h5, h6 {
3068
- font-weight: 400;
3069
- line-height: 1.1; }
3070
-
3071
- h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
3072
- font-weight: inherit; }
3073
-
3074
- h1 {
3075
- font-size: 4.2rem;
3076
- line-height: 110%;
3077
- margin: 2.1rem 0 1.68rem 0; }
3078
-
3079
- h2 {
3080
- font-size: 3.56rem;
3081
- line-height: 110%;
3082
- margin: 1.78rem 0 1.424rem 0; }
3083
-
3084
- h3 {
3085
- font-size: 2.92rem;
3086
- line-height: 110%;
3087
- margin: 1.46rem 0 1.168rem 0; }
3088
-
3089
- h4 {
3090
- font-size: 2.28rem;
3091
- line-height: 110%;
3092
- margin: 1.14rem 0 0.912rem 0; }
3093
-
3094
- h5 {
3095
- font-size: 1.64rem;
3096
- line-height: 110%;
3097
- margin: 0.82rem 0 0.656rem 0; }
3098
-
3099
- h6 {
3100
- font-size: 1rem;
3101
- line-height: 110%;
3102
- margin: 0.5rem 0 0.4rem 0; }
3103
-
3104
- em {
3105
- font-style: italic; }
3106
-
3107
- strong {
3108
- font-weight: 500; }
3109
-
3110
- small {
3111
- font-size: 75%; }
3112
-
3113
- .light, .page-footer .footer-copyright {
3114
- font-weight: 300; }
3115
-
3116
- .thin {
3117
- font-weight: 200; }
3118
-
3119
- .flow-text {
3120
- font-weight: 300; }
3121
- @media only screen and (min-width: 360px) {
3122
- .flow-text {
3123
- font-size: 1.2rem; } }
3124
- @media only screen and (min-width: 390px) {
3125
- .flow-text {
3126
- font-size: 1.224rem; } }
3127
- @media only screen and (min-width: 420px) {
3128
- .flow-text {
3129
- font-size: 1.248rem; } }
3130
- @media only screen and (min-width: 450px) {
3131
- .flow-text {
3132
- font-size: 1.272rem; } }
3133
- @media only screen and (min-width: 480px) {
3134
- .flow-text {
3135
- font-size: 1.296rem; } }
3136
- @media only screen and (min-width: 510px) {
3137
- .flow-text {
3138
- font-size: 1.32rem; } }
3139
- @media only screen and (min-width: 540px) {
3140
- .flow-text {
3141
- font-size: 1.344rem; } }
3142
- @media only screen and (min-width: 570px) {
3143
- .flow-text {
3144
- font-size: 1.368rem; } }
3145
- @media only screen and (min-width: 600px) {
3146
- .flow-text {
3147
- font-size: 1.392rem; } }
3148
- @media only screen and (min-width: 630px) {
3149
- .flow-text {
3150
- font-size: 1.416rem; } }
3151
- @media only screen and (min-width: 660px) {
3152
- .flow-text {
3153
- font-size: 1.44rem; } }
3154
- @media only screen and (min-width: 690px) {
3155
- .flow-text {
3156
- font-size: 1.464rem; } }
3157
- @media only screen and (min-width: 720px) {
3158
- .flow-text {
3159
- font-size: 1.488rem; } }
3160
- @media only screen and (min-width: 750px) {
3161
- .flow-text {
3162
- font-size: 1.512rem; } }
3163
- @media only screen and (min-width: 780px) {
3164
- .flow-text {
3165
- font-size: 1.536rem; } }
3166
- @media only screen and (min-width: 810px) {
3167
- .flow-text {
3168
- font-size: 1.56rem; } }
3169
- @media only screen and (min-width: 840px) {
3170
- .flow-text {
3171
- font-size: 1.584rem; } }
3172
- @media only screen and (min-width: 870px) {
3173
- .flow-text {
3174
- font-size: 1.608rem; } }
3175
- @media only screen and (min-width: 900px) {
3176
- .flow-text {
3177
- font-size: 1.632rem; } }
3178
- @media only screen and (min-width: 930px) {
3179
- .flow-text {
3180
- font-size: 1.656rem; } }
3181
- @media only screen and (min-width: 960px) {
3182
- .flow-text {
3183
- font-size: 1.68rem; } }
3184
- @media only screen and (max-width: 360px) {
3185
- .flow-text {
3186
- font-size: 1.2rem; } }
3187
-
3188
- .card-panel {
3189
- transition: box-shadow .25s;
3190
- padding: 24px;
3191
- margin: 0.5rem 0 1rem 0;
3192
- border-radius: 2px;
3193
- background-color: #fff; }
3194
-
3195
- .card {
3196
- position: relative;
3197
- margin: 0.5rem 0 1rem 0;
3198
- background-color: #fff;
3199
- transition: box-shadow .25s;
3200
- border-radius: 2px; }
3201
- .card .card-title {
3202
- font-size: 24px;
3203
- font-weight: 300; }
3204
- .card .card-title.activator {
3205
- cursor: pointer; }
3206
- .card.small, .card.medium, .card.large {
3207
- position: relative; }
3208
- .card.small .card-image, .card.medium .card-image, .card.large .card-image {
3209
- max-height: 60%;
3210
- overflow: hidden; }
3211
- .card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
3212
- max-height: 40%; }
3213
- .card.small .card-content, .card.medium .card-content, .card.large .card-content {
3214
- max-height: 100%;
3215
- overflow: hidden; }
3216
- .card.small .card-action, .card.medium .card-action, .card.large .card-action {
3217
- position: absolute;
3218
- bottom: 0;
3219
- left: 0;
3220
- right: 0; }
3221
- .card.small {
3222
- height: 300px; }
3223
- .card.medium {
3224
- height: 400px; }
3225
- .card.large {
3226
- height: 500px; }
3227
- .card.horizontal {
3228
- display: flex; }
3229
- .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
3230
- height: 100%;
3231
- max-height: none;
3232
- overflow: visible; }
3233
- .card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
3234
- height: 100%; }
3235
- .card.horizontal .card-image {
3236
- max-width: 50%; }
3237
- .card.horizontal .card-image img {
3238
- border-radius: 2px 0 0 2px;
3239
- max-width: 100%;
3240
- width: auto; }
3241
- .card.horizontal .card-stacked {
3242
- display: flex;
3243
- flex-direction: column;
3244
- flex: 1;
3245
- position: relative; }
3246
- .card.horizontal .card-stacked .card-content {
3247
- flex-grow: 1; }
3248
- .card.sticky-action .card-action {
3249
- z-index: 2; }
3250
- .card.sticky-action .card-reveal {
3251
- z-index: 1;
3252
- padding-bottom: 64px; }
3253
- .card .card-image {
3254
- position: relative; }
3255
- .card .card-image img {
3256
- display: block;
3257
- border-radius: 2px 2px 0 0;
3258
- position: relative;
3259
- left: 0;
3260
- right: 0;
3261
- top: 0;
3262
- bottom: 0;
3263
- width: 100%; }
3264
- .card .card-image .card-title {
3265
- color: #fff;
3266
- position: absolute;
3267
- bottom: 0;
3268
- left: 0;
3269
- max-width: 100%;
3270
- padding: 24px; }
3271
- .card .card-content {
3272
- padding: 24px;
3273
- border-radius: 0 0 2px 2px; }
3274
- .card .card-content p {
3275
- margin: 0;
3276
- color: inherit; }
3277
- .card .card-content .card-title {
3278
- display: block;
3279
- line-height: 32px;
3280
- margin-bottom: 8px; }
3281
- .card .card-content .card-title i {
3282
- line-height: 32px; }
3283
- .card .card-action {
3284
- position: relative;
3285
- background-color: inherit;
3286
- border-top: 1px solid rgba(160, 160, 160, 0.2);
3287
- padding: 16px 24px; }
3288
- .card .card-action:last-child {
3289
- border-radius: 0 0 2px 2px; }
3290
- .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
3291
- color: #ffab40;
3292
- margin-right: 24px;
3293
- transition: color .3s ease;
3294
- text-transform: uppercase; }
3295
- .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
3296
- color: #ffd8a6; }
3297
- .card .card-reveal {
3298
- padding: 24px;
3299
- position: absolute;
3300
- background-color: #fff;
3301
- width: 100%;
3302
- overflow-y: auto;
3303
- left: 0;
3304
- top: 100%;
3305
- height: 100%;
3306
- z-index: 3;
3307
- display: none; }
3308
- .card .card-reveal .card-title {
3309
- cursor: pointer;
3310
- display: block; }
3311
-
3312
- .btn, .btn-large,
3313
- .btn-flat {
3314
- border: none;
3315
- border-radius: 2px;
3316
- display: inline-block;
3317
- height: 36px;
3318
- line-height: 36px;
3319
- padding: 0 2rem;
3320
- text-transform: uppercase;
3321
- vertical-align: middle;
3322
- -webkit-tap-highlight-color: transparent; }
3323
-
3324
- .btn.disabled, .disabled.btn-large,
3325
- .btn-floating.disabled,
3326
- .btn-large.disabled,
3327
- .btn-flat.disabled,
3328
- .btn:disabled,
3329
- .btn-large:disabled,
3330
- .btn-floating:disabled,
3331
- .btn-large:disabled,
3332
- .btn-flat:disabled,
3333
- .btn[disabled],
3334
- [disabled].btn-large,
3335
- .btn-floating[disabled],
3336
- .btn-large[disabled],
3337
- .btn-flat[disabled] {
3338
- pointer-events: none;
3339
- background-color: #DFDFDF !important;
3340
- box-shadow: none;
3341
- color: #9F9F9F !important;
3342
- cursor: default; }
3343
- .btn.disabled:hover, .disabled.btn-large:hover,
3344
- .btn-floating.disabled:hover,
3345
- .btn-large.disabled:hover,
3346
- .btn-flat.disabled:hover,
3347
- .btn:disabled:hover,
3348
- .btn-large:disabled:hover,
3349
- .btn-floating:disabled:hover,
3350
- .btn-large:disabled:hover,
3351
- .btn-flat:disabled:hover,
3352
- .btn[disabled]:hover,
3353
- [disabled].btn-large:hover,
3354
- .btn-floating[disabled]:hover,
3355
- .btn-large[disabled]:hover,
3356
- .btn-flat[disabled]:hover {
3357
- background-color: #DFDFDF !important;
3358
- color: #9F9F9F !important; }
3359
-
3360
- .btn, .btn-large,
3361
- .btn-floating,
3362
- .btn-large,
3363
- .btn-flat {
3364
- font-size: 1rem;
3365
- outline: 0; }
3366
- .btn i, .btn-large i,
3367
- .btn-floating i,
3368
- .btn-large i,
3369
- .btn-flat i {
3370
- font-size: 1.3rem;
3371
- line-height: inherit; }
3372
-
3373
- .btn:focus, .btn-large:focus,
3374
- .btn-floating:focus {
3375
- background-color: #1d7d74; }
3376
-
3377
- .btn, .btn-large {
3378
- text-decoration: none;
3379
- color: #fff;
3380
- background-color: #26a69a;
3381
- text-align: center;
3382
- letter-spacing: .5px;
3383
- transition: .2s ease-out;
3384
- cursor: pointer; }
3385
- .btn:hover, .btn-large:hover {
3386
- background-color: #2bbbad; }
3387
-
3388
- .btn-floating {
3389
- display: inline-block;
3390
- color: #fff;
3391
- position: relative;
3392
- overflow: hidden;
3393
- z-index: 1;
3394
- width: 40px;
3395
- height: 40px;
3396
- line-height: 40px;
3397
- padding: 0;
3398
- background-color: #26a69a;
3399
- border-radius: 50%;
3400
- transition: .3s;
3401
- cursor: pointer;
3402
- vertical-align: middle; }
3403
- .btn-floating:hover {
3404
- background-color: #26a69a; }
3405
- .btn-floating:before {
3406
- border-radius: 0; }
3407
- .btn-floating.btn-large {
3408
- width: 56px;
3409
- height: 56px; }
3410
- .btn-floating.btn-large.halfway-fab {
3411
- bottom: -28px; }
3412
- .btn-floating.btn-large i {
3413
- line-height: 56px; }
3414
- .btn-floating.halfway-fab {
3415
- position: absolute;
3416
- right: 24px;
3417
- bottom: -20px; }
3418
- .btn-floating.halfway-fab.left {
3419
- right: auto;
3420
- left: 24px; }
3421
- .btn-floating i {
3422
- width: inherit;
3423
- display: inline-block;
3424
- text-align: center;
3425
- color: #fff;
3426
- font-size: 1.6rem;
3427
- line-height: 40px; }
3428
-
3429
- button.btn-floating {
3430
- border: none; }
3431
-
3432
- .fixed-action-btn {
3433
- position: fixed;
3434
- right: 23px;
3435
- bottom: 23px;
3436
- padding-top: 15px;
3437
- margin-bottom: 0;
3438
- z-index: 997; }
3439
- .fixed-action-btn.active ul {
3440
- visibility: visible; }
3441
- .fixed-action-btn.horizontal {
3442
- padding: 0 0 0 15px; }
3443
- .fixed-action-btn.horizontal ul {
3444
- text-align: right;
3445
- right: 64px;
3446
- top: 50%;
3447
- transform: translateY(-50%);
3448
- height: 100%;
3449
- left: auto;
3450
- width: 500px;
3451
- /*width 100% only goes to width of button container */ }
3452
- .fixed-action-btn.horizontal ul li {
3453
- display: inline-block;
3454
- margin: 15px 15px 0 0; }
3455
- .fixed-action-btn.toolbar {
3456
- padding: 0;
3457
- height: 56px; }
3458
- .fixed-action-btn.toolbar.active > a i {
3459
- opacity: 0; }
3460
- .fixed-action-btn.toolbar ul {
3461
- display: flex;
3462
- top: 0;
3463
- bottom: 0;
3464
- z-index: 1; }
3465
- .fixed-action-btn.toolbar ul li {
3466
- flex: 1;
3467
- display: inline-block;
3468
- margin: 0;
3469
- height: 100%;
3470
- transition: none; }
3471
- .fixed-action-btn.toolbar ul li a {
3472
- display: block;
3473
- overflow: hidden;
3474
- position: relative;
3475
- width: 100%;
3476
- height: 100%;
3477
- background-color: transparent;
3478
- box-shadow: none;
3479
- color: #fff;
3480
- line-height: 56px;
3481
- z-index: 1; }
3482
- .fixed-action-btn.toolbar ul li a i {
3483
- line-height: inherit; }
3484
- .fixed-action-btn ul {
3485
- left: 0;
3486
- right: 0;
3487
- text-align: center;
3488
- position: absolute;
3489
- bottom: 64px;
3490
- margin: 0;
3491
- visibility: hidden; }
3492
- .fixed-action-btn ul li {
3493
- margin-bottom: 15px; }
3494
- .fixed-action-btn ul a.btn-floating {
3495
- opacity: 0; }
3496
- .fixed-action-btn .fab-backdrop {
3497
- position: absolute;
3498
- top: 0;
3499
- left: 0;
3500
- z-index: -1;
3501
- width: 40px;
3502
- height: 40px;
3503
- background-color: #26a69a;
3504
- border-radius: 50%;
3505
- transform: scale(0); }
3506
-
3507
- .btn-flat {
3508
- box-shadow: none;
3509
- background-color: transparent;
3510
- color: #343434;
3511
- cursor: pointer;
3512
- transition: background-color .2s; }
3513
- .btn-flat:focus, .btn-flat:hover {
3514
- box-shadow: none; }
3515
- .btn-flat:focus {
3516
- background-color: rgba(0, 0, 0, 0.1); }
3517
- .btn-flat.disabled {
3518
- background-color: transparent !important;
3519
- color: #b3b3b3 !important;
3520
- cursor: default; }
3521
-
3522
- .btn-large {
3523
- height: 54px;
3524
- line-height: 54px; }
3525
- .btn-large i {
3526
- font-size: 1.6rem; }
3527
-
3528
- .btn-block {
3529
- display: block; }
3530
-
3531
- .dropdown-content {
3532
- background-color: #fff;
3533
- margin: 0;
3534
- display: none;
3535
- min-width: 100px;
3536
- max-height: 650px;
3537
- overflow-y: auto;
3538
- opacity: 0;
3539
- position: absolute;
3540
- z-index: 999;
3541
- will-change: width, height; }
3542
- .dropdown-content li {
3543
- clear: both;
3544
- color: rgba(0, 0, 0, 0.87);
3545
- cursor: pointer;
3546
- min-height: 50px;
3547
- line-height: 1.5rem;
3548
- width: 100%;
3549
- text-align: left;
3550
- text-transform: none; }
3551
- .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
3552
- background-color: #eee; }
3553
- .dropdown-content li.active.selected {
3554
- background-color: #e1e1e1; }
3555
- .dropdown-content li.divider {
3556
- min-height: 0;
3557
- height: 1px; }
3558
- .dropdown-content li > a, .dropdown-content li > span {
3559
- font-size: 16px;
3560
- color: #26a69a;
3561
- display: block;
3562
- line-height: 22px;
3563
- padding: 14px 16px; }
3564
- .dropdown-content li > span > label {
3565
- top: 1px;
3566
- left: 0;
3567
- height: 18px; }
3568
- .dropdown-content li > a > i {
3569
- height: inherit;
3570
- line-height: inherit;
3571
- float: left;
3572
- margin: 0 24px 0 0;
3573
- width: 24px; }
3574
-
3575
- .input-field.col .dropdown-content [type="checkbox"] + label {
3576
- top: 1px;
3577
- left: 0;
3578
- height: 18px; }
3579
-
3580
- /*!
3581
- * Waves v0.6.0
3582
- * http://fian.my.id/Waves
3583
- *
3584
- * Copyright 2014 Alfiana E. Sibuea and other contributors
3585
- * Released under the MIT license
3586
- * https://github.com/fians/Waves/blob/master/LICENSE
3587
- */
3588
- .waves-effect {
3589
- position: relative;
3590
- cursor: pointer;
3591
- display: inline-block;
3592
- overflow: hidden;
3593
- user-select: none;
3594
- -webkit-tap-highlight-color: transparent;
3595
- vertical-align: middle;
3596
- z-index: 1;
3597
- transition: .3s ease-out; }
3598
- .waves-effect .waves-ripple {
3599
- position: absolute;
3600
- border-radius: 50%;
3601
- width: 20px;
3602
- height: 20px;
3603
- margin-top: -10px;
3604
- margin-left: -10px;
3605
- opacity: 0;
3606
- background: rgba(0, 0, 0, 0.2);
3607
- transition: all 0.7s ease-out;
3608
- transition-property: transform, opacity;
3609
- transform: scale(0);
3610
- pointer-events: none; }
3611
- .waves-effect.waves-light .waves-ripple {
3612
- background-color: rgba(255, 255, 255, 0.45); }
3613
- .waves-effect.waves-red .waves-ripple {
3614
- background-color: rgba(244, 67, 54, 0.7); }
3615
- .waves-effect.waves-yellow .waves-ripple {
3616
- background-color: rgba(255, 235, 59, 0.7); }
3617
- .waves-effect.waves-orange .waves-ripple {
3618
- background-color: rgba(255, 152, 0, 0.7); }
3619
- .waves-effect.waves-purple .waves-ripple {
3620
- background-color: rgba(156, 39, 176, 0.7); }
3621
- .waves-effect.waves-green .waves-ripple {
3622
- background-color: rgba(76, 175, 80, 0.7); }
3623
- .waves-effect.waves-teal .waves-ripple {
3624
- background-color: rgba(0, 150, 136, 0.7); }
3625
- .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
3626
- border: 0;
3627
- font-style: normal;
3628
- font-size: inherit;
3629
- text-transform: inherit;
3630
- background: none; }
3631
- .waves-effect img {
3632
- position: relative;
3633
- z-index: -1; }
3634
-
3635
- .waves-notransition {
3636
- transition: none !important; }
3637
-
3638
- .waves-circle {
3639
- transform: translateZ(0);
3640
- -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
3641
-
3642
- .waves-input-wrapper {
3643
- border-radius: 0.2em;
3644
- vertical-align: bottom; }
3645
- .waves-input-wrapper .waves-button-input {
3646
- position: relative;
3647
- top: 0;
3648
- left: 0;
3649
- z-index: 1; }
3650
-
3651
- .waves-circle {
3652
- text-align: center;
3653
- width: 2.5em;
3654
- height: 2.5em;
3655
- line-height: 2.5em;
3656
- border-radius: 50%;
3657
- -webkit-mask-image: none; }
3658
-
3659
- .waves-block {
3660
- display: block; }
3661
-
3662
- /* Firefox Bug: link not triggered */
3663
- .waves-effect .waves-ripple {
3664
- z-index: -1; }
3665
-
3666
- .collapsible {
3667
- border-top: 1px solid #ddd;
3668
- border-right: 1px solid #ddd;
3669
- border-left: 1px solid #ddd;
3670
- margin: 0.5rem 0 1rem 0; }
3671
-
3672
- .collapsible-header {
3673
- display: flex;
3674
- cursor: pointer;
3675
- -webkit-tap-highlight-color: transparent;
3676
- line-height: 1.5;
3677
- padding: 1rem;
3678
- background-color: #fff;
3679
- border-bottom: 1px solid #ddd; }
3680
- .collapsible-header i {
3681
- width: 2rem;
3682
- font-size: 1.6rem;
3683
- display: inline-block;
3684
- text-align: center;
3685
- margin-right: 1rem; }
3686
-
3687
- .collapsible-body {
3688
- display: none;
3689
- border-bottom: 1px solid #ddd;
3690
- box-sizing: border-box;
3691
- padding: 2rem; }
3692
-
3693
- .side-nav .collapsible,
3694
- .side-nav.fixed .collapsible {
3695
- border: none;
3696
- box-shadow: none; }
3697
- .side-nav .collapsible li,
3698
- .side-nav.fixed .collapsible li {
3699
- padding: 0; }
3700
-
3701
- .side-nav .collapsible-header,
3702
- .side-nav.fixed .collapsible-header {
3703
- background-color: transparent;
3704
- border: none;
3705
- line-height: inherit;
3706
- height: inherit;
3707
- padding: 0 16px; }
3708
- .side-nav .collapsible-header:hover,
3709
- .side-nav.fixed .collapsible-header:hover {
3710
- background-color: rgba(0, 0, 0, 0.05); }
3711
- .side-nav .collapsible-header i,
3712
- .side-nav.fixed .collapsible-header i {
3713
- line-height: inherit; }
3714
-
3715
- .side-nav .collapsible-body,
3716
- .side-nav.fixed .collapsible-body {
3717
- border: 0;
3718
- background-color: #fff; }
3719
- .side-nav .collapsible-body li a,
3720
- .side-nav.fixed .collapsible-body li a {
3721
- padding: 0 23.5px 0 31px; }
3722
-
3723
- .collapsible.popout {
3724
- border: none;
3725
- box-shadow: none; }
3726
- .collapsible.popout > li {
3727
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
3728
- margin: 0 24px;
3729
- transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
3730
- .collapsible.popout > li.active {
3731
- box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
3732
- margin: 16px 0; }
3733
-
3734
- .chip {
3735
- display: inline-block;
3736
- height: 32px;
3737
- font-size: 13px;
3738
- font-weight: 500;
3739
- color: rgba(0, 0, 0, 0.6);
3740
- line-height: 32px;
3741
- padding: 0 12px;
3742
- border-radius: 16px;
3743
- background-color: #e4e4e4;
3744
- margin-bottom: 5px;
3745
- margin-right: 5px; }
3746
- .chip > img {
3747
- float: left;
3748
- margin: 0 8px 0 -12px;
3749
- height: 32px;
3750
- width: 32px;
3751
- border-radius: 50%; }
3752
- .chip .close {
3753
- cursor: pointer;
3754
- float: right;
3755
- font-size: 16px;
3756
- line-height: 32px;
3757
- padding-left: 8px; }
3758
-
3759
- .chips {
3760
- border: none;
3761
- border-bottom: 1px solid #9e9e9e;
3762
- box-shadow: none;
3763
- margin: 0 0 20px 0;
3764
- min-height: 45px;
3765
- outline: none;
3766
- transition: all .3s; }
3767
- .chips.focus {
3768
- border-bottom: 1px solid #26a69a;
3769
- box-shadow: 0 1px 0 0 #26a69a; }
3770
- .chips:hover {
3771
- cursor: text; }
3772
- .chips .chip.selected {
3773
- background-color: #26a69a;
3774
- color: #fff; }
3775
- .chips .input {
3776
- background: none;
3777
- border: 0;
3778
- color: rgba(0, 0, 0, 0.6);
3779
- display: inline-block;
3780
- font-size: 1rem;
3781
- height: 3rem;
3782
- line-height: 32px;
3783
- outline: 0;
3784
- margin: 0;
3785
- padding: 0 !important;
3786
- width: 120px !important; }
3787
- .chips .input:focus {
3788
- border: 0 !important;
3789
- box-shadow: none !important; }
3790
- .chips .autocomplete-content {
3791
- margin-top: 0;
3792
- margin-bottom: 0; }
3793
-
3794
- .prefix ~ .chips {
3795
- margin-left: 3rem;
3796
- width: 92%;
3797
- width: calc(100% - 3rem); }
3798
-
3799
- .chips:empty ~ label {
3800
- font-size: 0.8rem;
3801
- transform: translateY(-140%); }
3802
-
3803
- select:focus {
3804
- outline: 1px solid #c9f3ef; }
3805
-
3806
- button:focus {
3807
- outline: none;
3808
- background-color: #2ab7a9; }
3809
-
3810
- label {
3811
- font-size: 0.8rem;
3812
- color: #9e9e9e; }
3813
-
3814
  /* Text Inputs + Textarea
3815
- ========================================================================== */
3816
- /* Style Placeholders */
3817
- ::placeholder {
3818
- color: #d1d1d1; }
3819
-
3820
- /* Text inputs */
3821
- input:not([type]),
3822
- input[type=text]:not(.browser-default),
3823
- input[type=password]:not(.browser-default),
3824
- input[type=email]:not(.browser-default),
3825
- input[type=url]:not(.browser-default),
3826
- input[type=time]:not(.browser-default),
3827
- input[type=date]:not(.browser-default),
3828
- input[type=datetime]:not(.browser-default),
3829
- input[type=datetime-local]:not(.browser-default),
3830
- input[type=tel]:not(.browser-default),
3831
- input[type=number]:not(.browser-default),
3832
- input[type=search]:not(.browser-default),
3833
- textarea.materialize-textarea {
3834
- background-color: transparent;
3835
- border: none;
3836
- border-bottom: 1px solid #9e9e9e;
3837
- border-radius: 0;
3838
- outline: none;
3839
- height: 3rem;
3840
- width: 100%;
3841
- font-size: 1rem;
3842
- margin: 0 0 20px 0;
3843
- padding: 0;
3844
- box-shadow: none;
3845
- box-sizing: content-box;
3846
- transition: all 0.3s; }
3847
- input:not([type]):disabled, input:not([type])[readonly="readonly"],
3848
- input[type=text]:not(.browser-default):disabled,
3849
- input[type=text]:not(.browser-default)[readonly="readonly"],
3850
- input[type=password]:not(.browser-default):disabled,
3851
- input[type=password]:not(.browser-default)[readonly="readonly"],
3852
- input[type=email]:not(.browser-default):disabled,
3853
- input[type=email]:not(.browser-default)[readonly="readonly"],
3854
- input[type=url]:not(.browser-default):disabled,
3855
- input[type=url]:not(.browser-default)[readonly="readonly"],
3856
- input[type=time]:not(.browser-default):disabled,
3857
- input[type=time]:not(.browser-default)[readonly="readonly"],
3858
- input[type=date]:not(.browser-default):disabled,
3859
- input[type=date]:not(.browser-default)[readonly="readonly"],
3860
- input[type=datetime]:not(.browser-default):disabled,
3861
- input[type=datetime]:not(.browser-default)[readonly="readonly"],
3862
- input[type=datetime-local]:not(.browser-default):disabled,
3863
- input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
3864
- input[type=tel]:not(.browser-default):disabled,
3865
- input[type=tel]:not(.browser-default)[readonly="readonly"],
3866
- input[type=number]:not(.browser-default):disabled,
3867
- input[type=number]:not(.browser-default)[readonly="readonly"],
3868
- input[type=search]:not(.browser-default):disabled,
3869
- input[type=search]:not(.browser-default)[readonly="readonly"],
3870
- textarea.materialize-textarea:disabled,
3871
- textarea.materialize-textarea[readonly="readonly"] {
3872
- color: rgba(0, 0, 0, 0.42);
3873
- border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
3874
- input:not([type]):disabled + label,
3875
- input:not([type])[readonly="readonly"] + label,
3876
- input[type=text]:not(.browser-default):disabled + label,
3877
- input[type=text]:not(.browser-default)[readonly="readonly"] + label,
3878
- input[type=password]:not(.browser-default):disabled + label,
3879
- input[type=password]:not(.browser-default)[readonly="readonly"] + label,
3880
- input[type=email]:not(.browser-default):disabled + label,
3881
- input[type=email]:not(.browser-default)[readonly="readonly"] + label,
3882
- input[type=url]:not(.browser-default):disabled + label,
3883
- input[type=url]:not(.browser-default)[readonly="readonly"] + label,
3884
- input[type=time]:not(.browser-default):disabled + label,
3885
- input[type=time]:not(.browser-default)[readonly="readonly"] + label,
3886
- input[type=date]:not(.browser-default):disabled + label,
3887
- input[type=date]:not(.browser-default)[readonly="readonly"] + label,
3888
- input[type=datetime]:not(.browser-default):disabled + label,
3889
- input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
3890
- input[type=datetime-local]:not(.browser-default):disabled + label,
3891
- input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
3892
- input[type=tel]:not(.browser-default):disabled + label,
3893
- input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
3894
- input[type=number]:not(.browser-default):disabled + label,
3895
- input[type=number]:not(.browser-default)[readonly="readonly"] + label,
3896
- input[type=search]:not(.browser-default):disabled + label,
3897
- input[type=search]:not(.browser-default)[readonly="readonly"] + label,
3898
- textarea.materialize-textarea:disabled + label,
3899
- textarea.materialize-textarea[readonly="readonly"] + label {
3900
- color: rgba(0, 0, 0, 0.42); }
3901
- input:not([type]):focus:not([readonly]),
3902
- input[type=text]:not(.browser-default):focus:not([readonly]),
3903
- input[type=password]:not(.browser-default):focus:not([readonly]),
3904
- input[type=email]:not(.browser-default):focus:not([readonly]),
3905
- input[type=url]:not(.browser-default):focus:not([readonly]),
3906
- input[type=time]:not(.browser-default):focus:not([readonly]),
3907
- input[type=date]:not(.browser-default):focus:not([readonly]),
3908
- input[type=datetime]:not(.browser-default):focus:not([readonly]),
3909
- input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
3910
- input[type=tel]:not(.browser-default):focus:not([readonly]),
3911
- input[type=number]:not(.browser-default):focus:not([readonly]),
3912
- input[type=search]:not(.browser-default):focus:not([readonly]),
3913
- textarea.materialize-textarea:focus:not([readonly]) {
3914
- border-bottom: 1px solid #26a69a;
3915
- box-shadow: 0 1px 0 0 #26a69a; }
3916
- input:not([type]):focus:not([readonly]) + label,
3917
- input[type=text]:not(.browser-default):focus:not([readonly]) + label,
3918
- input[type=password]:not(.browser-default):focus:not([readonly]) + label,
3919
- input[type=email]:not(.browser-default):focus:not([readonly]) + label,
3920
- input[type=url]:not(.browser-default):focus:not([readonly]) + label,
3921
- input[type=time]:not(.browser-default):focus:not([readonly]) + label,
3922
- input[type=date]:not(.browser-default):focus:not([readonly]) + label,
3923
- input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
3924
- input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
3925
- input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
3926
- input[type=number]:not(.browser-default):focus:not([readonly]) + label,
3927
- input[type=search]:not(.browser-default):focus:not([readonly]) + label,
3928
- textarea.materialize-textarea:focus:not([readonly]) + label {
3929
- color: #26a69a; }
3930
- input:not([type]).validate + label,
3931
- input[type=text]:not(.browser-default).validate + label,
3932
- input[type=password]:not(.browser-default).validate + label,
3933
- input[type=email]:not(.browser-default).validate + label,
3934
- input[type=url]:not(.browser-default).validate + label,
3935
- input[type=time]:not(.browser-default).validate + label,
3936
- input[type=date]:not(.browser-default).validate + label,
3937
- input[type=datetime]:not(.browser-default).validate + label,
3938
- input[type=datetime-local]:not(.browser-default).validate + label,
3939
- input[type=tel]:not(.browser-default).validate + label,
3940
- input[type=number]:not(.browser-default).validate + label,
3941
- input[type=search]:not(.browser-default).validate + label,
3942
- textarea.materialize-textarea.validate + label {
3943
- width: 100%; }
3944
- input:not([type]).invalid + label:after,
3945
- input:not([type]).valid + label:after,
3946
- input[type=text]:not(.browser-default).invalid + label:after,
3947
- input[type=text]:not(.browser-default).valid + label:after,
3948
- input[type=password]:not(.browser-default).invalid + label:after,
3949
- input[type=password]:not(.browser-default).valid + label:after,
3950
- input[type=email]:not(.browser-default).invalid + label:after,
3951
- input[type=email]:not(.browser-default).valid + label:after,
3952
- input[type=url]:not(.browser-default).invalid + label:after,
3953
- input[type=url]:not(.browser-default).valid + label:after,
3954
- input[type=time]:not(.browser-default).invalid + label:after,
3955
- input[type=time]:not(.browser-default).valid + label:after,
3956
- input[type=date]:not(.browser-default).invalid + label:after,
3957
- input[type=date]:not(.browser-default).valid + label:after,
3958
- input[type=datetime]:not(.browser-default).invalid + label:after,
3959
- input[type=datetime]:not(.browser-default).valid + label:after,
3960
- input[type=datetime-local]:not(.browser-default).invalid + label:after,
3961
- input[type=datetime-local]:not(.browser-default).valid + label:after,
3962
- input[type=tel]:not(.browser-default).invalid + label:after,
3963
- input[type=tel]:not(.browser-default).valid + label:after,
3964
- input[type=number]:not(.browser-default).invalid + label:after,
3965
- input[type=number]:not(.browser-default).valid + label:after,
3966
- input[type=search]:not(.browser-default).invalid + label:after,
3967
- input[type=search]:not(.browser-default).valid + label:after,
3968
- textarea.materialize-textarea.invalid + label:after,
3969
- textarea.materialize-textarea.valid + label:after {
3970
- display: none; }
3971
- input:not([type]).invalid + label.active:after,
3972
- input:not([type]).valid + label.active:after,
3973
- input[type=text]:not(.browser-default).invalid + label.active:after,
3974
- input[type=text]:not(.browser-default).valid + label.active:after,
3975
- input[type=password]:not(.browser-default).invalid + label.active:after,
3976
- input[type=password]:not(.browser-default).valid + label.active:after,
3977
- input[type=email]:not(.browser-default).invalid + label.active:after,
3978
- input[type=email]:not(.browser-default).valid + label.active:after,
3979
- input[type=url]:not(.browser-default).invalid + label.active:after,
3980
- input[type=url]:not(.browser-default).valid + label.active:after,
3981
- input[type=time]:not(.browser-default).invalid + label.active:after,
3982
- input[type=time]:not(.browser-default).valid + label.active:after,
3983
- input[type=date]:not(.browser-default).invalid + label.active:after,
3984
- input[type=date]:not(.browser-default).valid + label.active:after,
3985
- input[type=datetime]:not(.browser-default).invalid + label.active:after,
3986
- input[type=datetime]:not(.browser-default).valid + label.active:after,
3987
- input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
3988
- input[type=datetime-local]:not(.browser-default).valid + label.active:after,
3989
- input[type=tel]:not(.browser-default).invalid + label.active:after,
3990
- input[type=tel]:not(.browser-default).valid + label.active:after,
3991
- input[type=number]:not(.browser-default).invalid + label.active:after,
3992
- input[type=number]:not(.browser-default).valid + label.active:after,
3993
- input[type=search]:not(.browser-default).invalid + label.active:after,
3994
- input[type=search]:not(.browser-default).valid + label.active:after,
3995
- textarea.materialize-textarea.invalid + label.active:after,
3996
- textarea.materialize-textarea.valid + label.active:after {
3997
- display: block; }
3998
-
3999
- /* Validation Sass Placeholders */
4000
- input.valid:not([type]), input.valid:not([type]):focus,
4001
- input[type=text].valid:not(.browser-default),
4002
- input[type=text].valid:not(.browser-default):focus,
4003
- input[type=password].valid:not(.browser-default),
4004
- input[type=password].valid:not(.browser-default):focus,
4005
- input[type=email].valid:not(.browser-default),
4006
- input[type=email].valid:not(.browser-default):focus,
4007
- input[type=url].valid:not(.browser-default),
4008
- input[type=url].valid:not(.browser-default):focus,
4009
- input[type=time].valid:not(.browser-default),
4010
- input[type=time].valid:not(.browser-default):focus,
4011
- input[type=date].valid:not(.browser-default),
4012
- input[type=date].valid:not(.browser-default):focus,
4013
- input[type=datetime].valid:not(.browser-default),
4014
- input[type=datetime].valid:not(.browser-default):focus,
4015
- input[type=datetime-local].valid:not(.browser-default),
4016
- input[type=datetime-local].valid:not(.browser-default):focus,
4017
- input[type=tel].valid:not(.browser-default),
4018
- input[type=tel].valid:not(.browser-default):focus,
4019
- input[type=number].valid:not(.browser-default),
4020
- input[type=number].valid:not(.browser-default):focus,
4021
- input[type=search].valid:not(.browser-default),
4022
- input[type=search].valid:not(.browser-default):focus,
4023
- textarea.materialize-textarea.valid,
4024
- textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
4025
- border-bottom: 1px solid #4CAF50;
4026
- box-shadow: 0 1px 0 0 #4CAF50; }
4027
-
4028
- input.invalid:not([type]), input.invalid:not([type]):focus,
4029
- input[type=text].invalid:not(.browser-default),
4030
- input[type=text].invalid:not(.browser-default):focus,
4031
- input[type=password].invalid:not(.browser-default),
4032
- input[type=password].invalid:not(.browser-default):focus,
4033
- input[type=email].invalid:not(.browser-default),
4034
- input[type=email].invalid:not(.browser-default):focus,
4035
- input[type=url].invalid:not(.browser-default),
4036
- input[type=url].invalid:not(.browser-default):focus,
4037
- input[type=time].invalid:not(.browser-default),
4038
- input[type=time].invalid:not(.browser-default):focus,
4039
- input[type=date].invalid:not(.browser-default),
4040
- input[type=date].invalid:not(.browser-default):focus,
4041
- input[type=datetime].invalid:not(.browser-default),
4042
- input[type=datetime].invalid:not(.browser-default):focus,
4043
- input[type=datetime-local].invalid:not(.browser-default),
4044
- input[type=datetime-local].invalid:not(.browser-default):focus,
4045
- input[type=tel].invalid:not(.browser-default),
4046
- input[type=tel].invalid:not(.browser-default):focus,
4047
- input[type=number].invalid:not(.browser-default),
4048
- input[type=number].invalid:not(.browser-default):focus,
4049
- input[type=search].invalid:not(.browser-default),
4050
- input[type=search].invalid:not(.browser-default):focus,
4051
- textarea.materialize-textarea.invalid,
4052
- textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown {
4053
- border-bottom: 1px solid #F44336;
4054
- box-shadow: 0 1px 0 0 #F44336; }
4055
-
4056
- input:not([type]).valid + label:after,
4057
- input:not([type]):focus.valid + label:after,
4058
- input[type=text]:not(.browser-default).valid + label:after,
4059
- input[type=text]:not(.browser-default):focus.valid + label:after,
4060
- input[type=password]:not(.browser-default).valid + label:after,
4061
- input[type=password]:not(.browser-default):focus.valid + label:after,
4062
- input[type=email]:not(.browser-default).valid + label:after,
4063
- input[type=email]:not(.browser-default):focus.valid + label:after,
4064
- input[type=url]:not(.browser-default).valid + label:after,
4065
- input[type=url]:not(.browser-default):focus.valid + label:after,
4066
- input[type=time]:not(.browser-default).valid + label:after,
4067
- input[type=time]:not(.browser-default):focus.valid + label:after,
4068
- input[type=date]:not(.browser-default).valid + label:after,
4069
- input[type=date]:not(.browser-default):focus.valid + label:after,
4070
- input[type=datetime]:not(.browser-default).valid + label:after,
4071
- input[type=datetime]:not(.browser-default):focus.valid + label:after,
4072
- input[type=datetime-local]:not(.browser-default).valid + label:after,
4073
- input[type=datetime-local]:not(.browser-default):focus.valid + label:after,
4074
- input[type=tel]:not(.browser-default).valid + label:after,
4075
- input[type=tel]:not(.browser-default):focus.valid + label:after,
4076
- input[type=number]:not(.browser-default).valid + label:after,
4077
- input[type=number]:not(.browser-default):focus.valid + label:after,
4078
- input[type=search]:not(.browser-default).valid + label:after,
4079
- input[type=search]:not(.browser-default):focus.valid + label:after,
4080
- textarea.materialize-textarea.valid + label:after,
4081
- textarea.materialize-textarea:focus.valid + label:after, .select-wrapper.valid + label:after {
4082
- content: attr(data-success);
4083
- color: #4CAF50;
4084
- opacity: 1;
4085
- transform: translateY(9px); }
4086
-
4087
- input:not([type]).invalid + label:after,
4088
- input:not([type]):focus.invalid + label:after,
4089
- input[type=text]:not(.browser-default).invalid + label:after,
4090
- input[type=text]:not(.browser-default):focus.invalid + label:after,
4091
- input[type=password]:not(.browser-default).invalid + label:after,
4092
- input[type=password]:not(.browser-default):focus.invalid + label:after,
4093
- input[type=email]:not(.browser-default).invalid + label:after,
4094
- input[type=email]:not(.browser-default):focus.invalid + label:after,
4095
- input[type=url]:not(.browser-default).invalid + label:after,
4096
- input[type=url]:not(.browser-default):focus.invalid + label:after,
4097
- input[type=time]:not(.browser-default).invalid + label:after,
4098
- input[type=time]:not(.browser-default):focus.invalid + label:after,
4099
- input[type=date]:not(.browser-default).invalid + label:after,
4100
- input[type=date]:not(.browser-default):focus.invalid + label:after,
4101
- input[type=datetime]:not(.browser-default).invalid + label:after,
4102
- input[type=datetime]:not(.browser-default):focus.invalid + label:after,
4103
- input[type=datetime-local]:not(.browser-default).invalid + label:after,
4104
- input[type=datetime-local]:not(.browser-default):focus.invalid + label:after,
4105
- input[type=tel]:not(.browser-default).invalid + label:after,
4106
- input[type=tel]:not(.browser-default):focus.invalid + label:after,
4107
- input[type=number]:not(.browser-default).invalid + label:after,
4108
- input[type=number]:not(.browser-default):focus.invalid + label:after,
4109
- input[type=search]:not(.browser-default).invalid + label:after,
4110
- input[type=search]:not(.browser-default):focus.invalid + label:after,
4111
- textarea.materialize-textarea.invalid + label:after,
4112
- textarea.materialize-textarea:focus.invalid + label:after, .select-wrapper.invalid + label:after {
4113
- content: attr(data-error);
4114
- color: #F44336;
4115
- opacity: 1;
4116
- transform: translateY(9px); }
4117
-
4118
- input:not([type]) + label:after,
4119
- input[type=text]:not(.browser-default) + label:after,
4120
- input[type=password]:not(.browser-default) + label:after,
4121
- input[type=email]:not(.browser-default) + label:after,
4122
- input[type=url]:not(.browser-default) + label:after,
4123
- input[type=time]:not(.browser-default) + label:after,
4124
- input[type=date]:not(.browser-default) + label:after,
4125
- input[type=datetime]:not(.browser-default) + label:after,
4126
- input[type=datetime-local]:not(.browser-default) + label:after,
4127
- input[type=tel]:not(.browser-default) + label:after,
4128
- input[type=number]:not(.browser-default) + label:after,
4129
- input[type=search]:not(.browser-default) + label:after,
4130
- textarea.materialize-textarea + label:after, .select-wrapper + label:after {
4131
- display: block;
4132
- content: "";
4133
- position: absolute;
4134
- top: 100%;
4135
- left: 0;
4136
- opacity: 0;
4137
- transition: .2s opacity ease-out, .2s color ease-out; }
4138
-
4139
- .input-field {
4140
- position: relative;
4141
- margin-top: 1rem; }
4142
- .input-field.inline {
4143
- display: inline-block;
4144
- vertical-align: middle;
4145
- margin-left: 5px; }
4146
- .input-field.inline input,
4147
- .input-field.inline .select-dropdown {
4148
- margin-bottom: 1rem; }
4149
- .input-field.col label {
4150
- left: 0.75rem; }
4151
- .input-field.col .prefix ~ label,
4152
- .input-field.col .prefix ~ .validate ~ label {
4153
- width: calc(100% - 3rem - 1.5rem); }
4154
- .input-field label {
4155
- color: #9e9e9e;
4156
- position: absolute;
4157
- top: 0;
4158
- left: 0;
4159
- height: 100%;
4160
- font-size: 1rem;
4161
- cursor: text;
4162
- transition: transform .2s ease-out;
4163
- transform-origin: 0% 100%;
4164
- text-align: initial;
4165
- transform: translateY(12px);
4166
- pointer-events: none; }
4167
- .input-field label:not(.label-icon).active {
4168
- transform: translateY(-14px) scale(0.8);
4169
- transform-origin: 0 0; }
4170
- .input-field .prefix {
4171
- position: absolute;
4172
- width: 3rem;
4173
- font-size: 2rem;
4174
- transition: color .2s; }
4175
- .input-field .prefix.active {
4176
- color: #26a69a; }
4177
- .input-field .prefix ~ input,
4178
- .input-field .prefix ~ textarea,
4179
- .input-field .prefix ~ label,
4180
- .input-field .prefix ~ .validate ~ label,
4181
- .input-field .prefix ~ .autocomplete-content {
4182
- margin-left: 3rem;
4183
- width: 92%;
4184
- width: calc(100% - 3rem); }
4185
- .input-field .prefix ~ label {
4186
- margin-left: 3rem; }
4187
- @media only screen and (max-width: 992px) {
4188
- .input-field .prefix ~ input {
4189
- width: 86%;
4190
- width: calc(100% - 3rem); } }
4191
- @media only screen and (max-width: 600px) {
4192
- .input-field .prefix ~ input {
4193
- width: 80%;
4194
- width: calc(100% - 3rem); } }
4195
-
4196
- /* Search Field */
4197
- .input-field input[type=search] {
4198
- display: block;
4199
- line-height: inherit; }
4200
- .nav-wrapper .input-field input[type=search] {
4201
- height: inherit;
4202
- padding-left: 4rem;
4203
- width: calc(100% - 4rem);
4204
- border: 0;
4205
- box-shadow: none; }
4206
- .input-field input[type=search]:focus {
4207
- background-color: #fff;
4208
- border: 0;
4209
- box-shadow: none;
4210
- color: #444; }
4211
- .input-field input[type=search]:focus + label i,
4212
- .input-field input[type=search]:focus ~ .mdi-navigation-close,
4213
- .input-field input[type=search]:focus ~ .material-icons {
4214
- color: #444; }
4215
- .input-field input[type=search] + label {
4216
- left: 1rem; }
4217
- .input-field input[type=search] ~ .mdi-navigation-close,
4218
- .input-field input[type=search] ~ .material-icons {
4219
- position: absolute;
4220
- top: 0;
4221
- right: 1rem;
4222
- color: transparent;
4223
- cursor: pointer;
4224
- font-size: 2rem;
4225
- transition: .3s color; }
4226
-
4227
- /* Textarea */
4228
- textarea {
4229
- width: 100%;
4230
- height: 3rem;
4231
- background-color: transparent; }
4232
- textarea.materialize-textarea {
4233
- overflow-y: hidden;
4234
- /* prevents scroll bar flash */
4235
- padding: .8rem 0 1.6rem 0;
4236
- /* prevents text jump on Enter keypress */
4237
- resize: none;
4238
- min-height: 3rem; }
4239
- textarea.materialize-textarea.validate + label {
4240
- height: 100%; }
4241
- textarea.materialize-textarea.validate + label::after {
4242
- top: calc(100% - 12px); }
4243
- textarea.materialize-textarea.validate + label:not(.label-icon).active {
4244
- transform: translateY(-25px); }
4245
-
4246
- .hiddendiv {
4247
- display: none;
4248
- white-space: pre-wrap;
4249
- word-wrap: break-word;
4250
- overflow-wrap: break-word;
4251
- /* future version of deprecated 'word-wrap' */
4252
- padding-top: 1.2rem;
4253
- /* prevents text jump on Enter keypress */
4254
- position: absolute;
4255
- top: 0; }
4256
-
4257
- /* Autocomplete */
4258
- .autocomplete-content {
4259
- margin-top: -20px;
4260
- margin-bottom: 20px;
4261
- display: block;
4262
- opacity: 1;
4263
- position: static; }
4264
- .autocomplete-content li .highlight {
4265
- color: #444; }
4266
- .autocomplete-content li img {
4267
- height: 40px;
4268
- width: 40px;
4269
- margin: 5px 15px; }
4270
-
4271
- /* Radio Buttons
4272
- ========================================================================== */
4273
- [type="radio"]:not(:checked),
4274
- [type="radio"]:checked {
4275
- position: absolute;
4276
- opacity: 0;
4277
- pointer-events: none; }
4278
-
4279
- [type="radio"]:not(:checked) + label,
4280
- [type="radio"]:checked + label {
4281
- position: relative;
4282
- padding-left: 35px;
4283
- cursor: pointer;
4284
- display: inline-block;
4285
- height: 25px;
4286
- line-height: 25px;
4287
- font-size: 1rem;
4288
- transition: .28s ease;
4289
- user-select: none; }
4290
-
4291
- [type="radio"] + label:before,
4292
- [type="radio"] + label:after {
4293
- content: '';
4294
- position: absolute;
4295
- left: 0;
4296
- top: 0;
4297
- margin: 4px;
4298
- width: 16px;
4299
- height: 16px;
4300
- z-index: 0;
4301
- transition: .28s ease; }
4302
-
4303
- /* Unchecked styles */
4304
- [type="radio"]:not(:checked) + label:before,
4305
- [type="radio"]:not(:checked) + label:after,
4306
- [type="radio"]:checked + label:before,
4307
- [type="radio"]:checked + label:after,
4308
- [type="radio"].with-gap:checked + label:before,
4309
- [type="radio"].with-gap:checked + label:after {
4310
- border-radius: 50%; }
4311
-
4312
- [type="radio"]:not(:checked) + label:before,
4313
- [type="radio"]:not(:checked) + label:after {
4314
- border: 2px solid #5a5a5a; }
4315
-
4316
- [type="radio"]:not(:checked) + label:after {
4317
- transform: scale(0); }
4318
-
4319
- /* Checked styles */
4320
- [type="radio"]:checked + label:before {
4321
- border: 2px solid transparent; }
4322
-
4323
- [type="radio"]:checked + label:after,
4324
- [type="radio"].with-gap:checked + label:before,
4325
- [type="radio"].with-gap:checked + label:after {
4326
- border: 2px solid #26a69a; }
4327
-
4328
- [type="radio"]:checked + label:after,
4329
- [type="radio"].with-gap:checked + label:after {
4330
- background-color: #26a69a; }
4331
-
4332
- [type="radio"]:checked + label:after {
4333
- transform: scale(1.02); }
4334
-
4335
- /* Radio With gap */
4336
- [type="radio"].with-gap:checked + label:after {
4337
- transform: scale(0.5); }
4338
-
4339
- /* Focused styles */
4340
- [type="radio"].tabbed:focus + label:before {
4341
- box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }
4342
-
4343
- /* Disabled Radio With gap */
4344
- [type="radio"].with-gap:disabled:checked + label:before {
4345
- border: 2px solid rgba(0, 0, 0, 0.42); }
4346
-
4347
- [type="radio"].with-gap:disabled:checked + label:after {
4348
- border: none;
4349
- background-color: rgba(0, 0, 0, 0.42); }
4350
-
4351
- /* Disabled style */
4352
- [type="radio"]:disabled:not(:checked) + label:before,
4353
- [type="radio"]:disabled:checked + label:before {
4354
- background-color: transparent;
4355
- border-color: rgba(0, 0, 0, 0.42); }
4356
-
4357
- [type="radio"]:disabled + label {
4358
- color: rgba(0, 0, 0, 0.42); }
4359
-
4360
- [type="radio"]:disabled:not(:checked) + label:before {
4361
- border-color: rgba(0, 0, 0, 0.42); }
4362
-
4363
- [type="radio"]:disabled:checked + label:after {
4364
- background-color: rgba(0, 0, 0, 0.42);
4365
- border-color: #949494; }
4366
-
4367
  /* Checkboxes
4368
- ========================================================================== */
4369
- /* CUSTOM CSS CHECKBOXES */
4370
- form p {
4371
- margin-bottom: 10px;
4372
- text-align: left; }
4373
-
4374
- form p:last-child {
4375
- margin-bottom: 0; }
4376
-
4377
- /* Remove default checkbox */
4378
- [type="checkbox"]:not(:checked),
4379
- [type="checkbox"]:checked {
4380
- position: absolute;
4381
- opacity: 0;
4382
- pointer-events: none; }
4383
-
4384
- [type="checkbox"] {
4385
- /* checkbox aspect */ }
4386
- [type="checkbox"] + label {
4387
- position: relative;
4388
- padding-left: 35px;
4389
- cursor: pointer;
4390
- display: inline-block;
4391
- height: 25px;
4392
- line-height: 25px;
4393
- font-size: 1rem;
4394
- user-select: none; }
4395
- [type="checkbox"] + label:before,
4396
- [type="checkbox"]:not(.filled-in) + label:after {
4397
- content: '';
4398
- position: absolute;
4399
- top: 0;
4400
- left: 0;
4401
- width: 18px;
4402
- height: 18px;
4403
- z-index: 0;
4404
- border: 2px solid #5a5a5a;
4405
- border-radius: 1px;
4406
- margin-top: 2px;
4407
- transition: .2s; }
4408
- [type="checkbox"]:not(.filled-in) + label:after {
4409
- border: 0;
4410
- transform: scale(0); }
4411
- [type="checkbox"]:not(:checked):disabled + label:before {
4412
- border: none;
4413
- background-color: rgba(0, 0, 0, 0.42); }
4414
- [type="checkbox"].tabbed:focus + label:after {
4415
- transform: scale(1);
4416
- border: 0;
4417
- border-radius: 50%;
4418
- box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
4419
- background-color: rgba(0, 0, 0, 0.1); }
4420
-
4421
- [type="checkbox"]:checked + label:before {
4422
- top: -4px;
4423
- left: -5px;
4424
- width: 12px;
4425
- height: 22px;
4426
- border-top: 2px solid transparent;
4427
- border-left: 2px solid transparent;
4428
- border-right: 2px solid #26a69a;
4429
- border-bottom: 2px solid #26a69a;
4430
- transform: rotate(40deg);
4431
- backface-visibility: hidden;
4432
- transform-origin: 100% 100%; }
4433
-
4434
- [type="checkbox"]:checked:disabled + label:before {
4435
- border-right: 2px solid rgba(0, 0, 0, 0.42);
4436
- border-bottom: 2px solid rgba(0, 0, 0, 0.42); }
4437
-
4438
- /* Indeterminate checkbox */
4439
- [type="checkbox"]:indeterminate + label:before {
4440
- top: -11px;
4441
- left: -12px;
4442
- width: 10px;
4443
- height: 22px;
4444
- border-top: none;
4445
- border-left: none;
4446
- border-right: 2px solid #26a69a;
4447
- border-bottom: none;
4448
- transform: rotate(90deg);
4449
- backface-visibility: hidden;
4450
- transform-origin: 100% 100%; }
4451
-
4452
- [type="checkbox"]:indeterminate:disabled + label:before {
4453
- border-right: 2px solid rgba(0, 0, 0, 0.42);
4454
- background-color: transparent; }
4455
-
4456
- [type="checkbox"].filled-in + label:after {
4457
- border-radius: 2px; }
4458
-
4459
- [type="checkbox"].filled-in + label:before,
4460
- [type="checkbox"].filled-in + label:after {
4461
- content: '';
4462
- left: 0;
4463
- position: absolute;
4464
- /* .1s delay is for check animation */
4465
- transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
4466
- z-index: 1; }
4467
-
4468
- [type="checkbox"].filled-in:not(:checked) + label:before {
4469
- width: 0;
4470
- height: 0;
4471
- border: 3px solid transparent;
4472
- left: 6px;
4473
- top: 10px;
4474
- transform: rotateZ(37deg);
4475
- transform-origin: 100% 100%; }
4476
-
4477
- [type="checkbox"].filled-in:not(:checked) + label:after {
4478
- height: 20px;
4479
- width: 20px;
4480
- background-color: transparent;
4481
- border: 2px solid #5a5a5a;
4482
- top: 0px;
4483
- z-index: 0; }
4484
-
4485
- [type="checkbox"].filled-in:checked + label:before {
4486
- top: 0;
4487
- left: 1px;
4488
- width: 8px;
4489
- height: 13px;
4490
- border-top: 2px solid transparent;
4491
- border-left: 2px solid transparent;
4492
- border-right: 2px solid #fff;
4493
- border-bottom: 2px solid #fff;
4494
- transform: rotateZ(37deg);
4495
- transform-origin: 100% 100%; }
4496
-
4497
- [type="checkbox"].filled-in:checked + label:after {
4498
- top: 0;
4499
- width: 20px;
4500
- height: 20px;
4501
- border: 2px solid #26a69a;
4502
- background-color: #26a69a;
4503
- z-index: 0; }
4504
-
4505
- [type="checkbox"].filled-in.tabbed:focus + label:after {
4506
- border-radius: 2px;
4507
- border-color: #5a5a5a;
4508
- background-color: rgba(0, 0, 0, 0.1); }
4509
-
4510
- [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
4511
- border-radius: 2px;
4512
- background-color: #26a69a;
4513
- border-color: #26a69a; }
4514
-
4515
- [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
4516
- background-color: transparent;
4517
- border: 2px solid transparent; }
4518
-
4519
- [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
4520
- border-color: transparent;
4521
- background-color: #949494; }
4522
-
4523
- [type="checkbox"].filled-in:disabled:checked + label:before {
4524
- background-color: transparent; }
4525
-
4526
- [type="checkbox"].filled-in:disabled:checked + label:after {
4527
- background-color: #949494;
4528
- border-color: #949494; }
4529
-
4530
- /* Switch
4531
- ========================================================================== */
4532
- .switch,
4533
- .switch * {
4534
- -webkit-tap-highlight-color: transparent;
4535
- user-select: none; }
4536
-
4537
- .switch label {
4538
- cursor: pointer; }
4539
-
4540
- .switch label input[type=checkbox] {
4541
- opacity: 0;
4542
- width: 0;
4543
- height: 0; }
4544
- .switch label input[type=checkbox]:checked + .lever {
4545
- background-color: #84c7c1; }
4546
- .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
4547
- left: 18px; }
4548
- .switch label input[type=checkbox]:checked + .lever:after {
4549
- background-color: #26a69a; }
4550
-
4551
- .switch label .lever {
4552
- content: "";
4553
- display: inline-block;
4554
- position: relative;
4555
- width: 36px;
4556
- height: 14px;
4557
- background-color: rgba(0, 0, 0, 0.38);
4558
- border-radius: 15px;
4559
- margin-right: 10px;
4560
- transition: background 0.3s ease;
4561
- vertical-align: middle;
4562
- margin: 0 16px; }
4563
- .switch label .lever:before, .switch label .lever:after {
4564
- content: "";
4565
- position: absolute;
4566
- display: inline-block;
4567
- width: 20px;
4568
- height: 20px;
4569
- border-radius: 50%;
4570
- left: 0;
4571
- top: -3px;
4572
- transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease; }
4573
- .switch label .lever:before {
4574
- background-color: rgba(38, 166, 154, 0.15); }
4575
- .switch label .lever:after {
4576
- background-color: #F1F1F1;
4577
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
4578
-
4579
- input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
4580
- input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
4581
- transform: scale(2.4);
4582
- background-color: rgba(38, 166, 154, 0.15); }
4583
-
4584
- input[type=checkbox]:not(:disabled) ~ .lever:active:before,
4585
- input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
4586
- transform: scale(2.4);
4587
- background-color: rgba(0, 0, 0, 0.08); }
4588
-
4589
- .switch input[type=checkbox][disabled] + .lever {
4590
- cursor: default;
4591
- background-color: rgba(0, 0, 0, 0.12); }
4592
-
4593
- .switch label input[type=checkbox][disabled] + .lever:after,
4594
- .switch label input[type=checkbox][disabled]:checked + .lever:after {
4595
- background-color: #949494; }
4596
-
4597
  /* Select Field
4598
- ========================================================================== */
4599
- select {
4600
- display: none; }
4601
-
4602
- select.browser-default {
4603
- display: block; }
4604
-
4605
- select {
4606
- background-color: rgba(255, 255, 255, 0.9);
4607
- width: 100%;
4608
- padding: 5px;
4609
- border: 1px solid #f2f2f2;
4610
- border-radius: 2px;
4611
- height: 3rem; }
4612
-
4613
- .input-field select {
4614
- display: block;
4615
- position: absolute;
4616
- width: 0;
4617
- pointer-events: none;
4618
- height: 0;
4619
- top: 0;
4620
- left: 0;
4621
- opacity: 0; }
4622
-
4623
- .select-label {
4624
- position: absolute; }
4625
-
4626
- .select-wrapper {
4627
- position: relative; }
4628
- .select-wrapper.valid + label,
4629
- .select-wrapper.invalid + label {
4630
- width: 100%;
4631
- pointer-events: none; }
4632
- .select-wrapper input.select-dropdown {
4633
- position: relative;
4634
- cursor: pointer;
4635
- background-color: transparent;
4636
- border: none;
4637
- border-bottom: 1px solid #9e9e9e;
4638
- outline: none;
4639
- height: 3rem;
4640
- line-height: 3rem;
4641
- width: 100%;
4642
- font-size: 1rem;
4643
- margin: 0 0 20px 0;
4644
- padding: 0;
4645
- display: block;
4646
- user-select: none; }
4647
- .select-wrapper span.caret {
4648
- color: initial;
4649
- position: absolute;
4650
- right: 0;
4651
- top: 0;
4652
- bottom: 0;
4653
- height: 10px;
4654
- margin: auto 0;
4655
- font-size: 10px;
4656
- line-height: 10px; }
4657
- .select-wrapper + label {
4658
- position: absolute;
4659
- top: -26px;
4660
- font-size: 0.8rem; }
4661
-
4662
- select:disabled {
4663
- color: rgba(0, 0, 0, 0.42); }
4664
-
4665
- .select-wrapper.disabled span.caret,
4666
- .select-wrapper.disabled + label {
4667
- color: rgba(0, 0, 0, 0.42); }
4668
-
4669
- .select-wrapper input.select-dropdown:disabled {
4670
- color: rgba(0, 0, 0, 0.42);
4671
- cursor: default;
4672
- user-select: none; }
4673
-
4674
- .select-wrapper i {
4675
- color: rgba(0, 0, 0, 0.3); }
4676
-
4677
- .select-dropdown li.disabled,
4678
- .select-dropdown li.disabled > span,
4679
- .select-dropdown li.optgroup {
4680
- color: rgba(0, 0, 0, 0.3);
4681
- background-color: transparent; }
4682
-
4683
- .select-dropdown.dropdown-content li.active {
4684
- background-color: transparent; }
4685
-
4686
- .select-dropdown.dropdown-content li:hover {
4687
- background-color: rgba(0, 0, 0, 0.06); }
4688
-
4689
- .select-dropdown.dropdown-content li.selected {
4690
- background-color: rgba(0, 0, 0, 0.03); }
4691
-
4692
- .prefix ~ .select-wrapper {
4693
- margin-left: 3rem;
4694
- width: 92%;
4695
- width: calc(100% - 3rem); }
4696
-
4697
- .prefix ~ label {
4698
- margin-left: 3rem; }
4699
-
4700
- .select-dropdown li img {
4701
- height: 40px;
4702
- width: 40px;
4703
- margin: 5px 15px;
4704
- float: right; }
4705
-
4706
- .select-dropdown li.optgroup {
4707
- border-top: 1px solid #eee; }
4708
- .select-dropdown li.optgroup.selected > span {
4709
- color: rgba(0, 0, 0, 0.7); }
4710
- .select-dropdown li.optgroup > span {
4711
- color: rgba(0, 0, 0, 0.4); }
4712
- .select-dropdown li.optgroup ~ li.optgroup-option {
4713
- padding-left: 1rem; }
4714
-
4715
- /* File Input
4716
- ========================================================================== */
4717
- .file-field {
4718
- position: relative; }
4719
- .file-field .file-path-wrapper {
4720
- overflow: hidden;
4721
- padding-left: 10px; }
4722
- .file-field input.file-path {
4723
- width: 100%; }
4724
- .file-field .btn, .file-field .btn-large {
4725
- float: left;
4726
- height: 3rem;
4727
- line-height: 3rem; }
4728
- .file-field span {
4729
- cursor: pointer; }
4730
- .file-field input[type=file] {
4731
- position: absolute;
4732
- top: 0;
4733
- right: 0;
4734
- left: 0;
4735
- bottom: 0;
4736
- width: 100%;
4737
- margin: 0;
4738
- padding: 0;
4739
- font-size: 20px;
4740
- cursor: pointer;
4741
- opacity: 0;
4742
- filter: alpha(opacity=0); }
4743
- .file-field input[type=file]::-webkit-file-upload-button {
4744
- display: none; }
4745
-
4746
- /* Range
4747
- ========================================================================== */
4748
- .range-field {
4749
- position: relative; }
4750
-
4751
- input[type=range],
4752
- input[type=range] + .thumb {
4753
- cursor: pointer; }
4754
-
4755
- input[type=range] {
4756
- position: relative;
4757
- background-color: transparent;
4758
- border: none;
4759
- outline: none;
4760
- width: 100%;
4761
- margin: 15px 0;
4762
- padding: 0; }
4763
- input[type=range]:focus {
4764
- outline: none; }
4765
-
4766
- input[type=range] + .thumb {
4767
- position: absolute;
4768
- top: 10px;
4769
- left: 0;
4770
- border: none;
4771
- height: 0;
4772
- width: 0;
4773
- border-radius: 50%;
4774
- background-color: #26a69a;
4775
- margin-left: 7px;
4776
- transform-origin: 50% 50%;
4777
- transform: rotate(-45deg); }
4778
- input[type=range] + .thumb .value {
4779
- display: block;
4780
- width: 30px;
4781
- text-align: center;
4782
- color: #26a69a;
4783
- font-size: 0;
4784
- transform: rotate(45deg); }
4785
- input[type=range] + .thumb.active {
4786
- border-radius: 50% 50% 50% 0; }
4787
- input[type=range] + .thumb.active .value {
4788
- color: #fff;
4789
- margin-left: -1px;
4790
- margin-top: 8px;
4791
- font-size: 10px; }
4792
-
4793
- input[type=range] {
4794
- -webkit-appearance: none; }
4795
-
4796
- input[type=range]::-webkit-slider-runnable-track {
4797
- height: 3px;
4798
- background: #c2c0c2;
4799
- border: none; }
4800
-
4801
- input[type=range]::-webkit-slider-thumb {
4802
- -webkit-appearance: none;
4803
- border: none;
4804
- height: 14px;
4805
- width: 14px;
4806
- border-radius: 50%;
4807
- background-color: #26a69a;
4808
- transform-origin: 50% 50%;
4809
- margin: -5px 0 0 0;
4810
- transition: .3s; }
4811
-
4812
- input[type=range]:focus::-webkit-slider-runnable-track {
4813
- background: #ccc; }
4814
-
4815
- input[type=range] {
4816
- /* fix for FF unable to apply focus style bug */
4817
- border: 1px solid white;
4818
- /*required for proper track sizing in FF*/ }
4819
-
4820
- input[type=range]::-moz-range-track {
4821
- height: 3px;
4822
- background: #ddd;
4823
- border: none; }
4824
-
4825
- input[type=range]::-moz-range-thumb {
4826
- border: none;
4827
- height: 14px;
4828
- width: 14px;
4829
- border-radius: 50%;
4830
- background: #26a69a;
4831
- margin-top: -5px; }
4832
-
4833
- input[type=range]:-moz-focusring {
4834
- outline: 1px solid #fff;
4835
- outline-offset: -1px; }
4836
-
4837
- input[type=range]:focus::-moz-range-track {
4838
- background: #ccc; }
4839
-
4840
- input[type=range]::-ms-track {
4841
- height: 3px;
4842
- background: transparent;
4843
- border-color: transparent;
4844
- border-width: 6px 0;
4845
- /*remove default tick marks*/
4846
- color: transparent; }
4847
-
4848
- input[type=range]::-ms-fill-lower {
4849
- background: #777; }
4850
-
4851
- input[type=range]::-ms-fill-upper {
4852
- background: #ddd; }
4853
-
4854
- input[type=range]::-ms-thumb {
4855
- border: none;
4856
- height: 14px;
4857
- width: 14px;
4858
- border-radius: 50%;
4859
- background: #26a69a; }
4860
-
4861
- input[type=range]:focus::-ms-fill-lower {
4862
- background: #888; }
4863
-
4864
- input[type=range]:focus::-ms-fill-upper {
4865
- background: #ccc; }
4866
-
4867
- /* material icons font */
4868
- /* custom styles */
4869
- .display-none {
4870
- display: none; }
4871
-
4872
- .display-block {
4873
- display: block; }
4874
-
4875
- input.input-margin {
4876
- margin: 0 0 3px 0 !important; }
4877
-
4878
- .select-margin .select-1 input {
4879
- margin: 0 0 3px 0 !important; }
4880
-
4881
- .options .submit {
4882
- position: sticky !important;
4883
- bottom: 1px;
4884
- float: right; }
1
+ /* Admin - CSS file */
2
+ /* Vendor files */
3
+ /* Materializecss */
4
+ .materialize-red {
5
+ background-color: #e51c23 !important; }
6
+
7
+ .materialize-red-text {
8
+ color: #e51c23 !important; }
9
+
10
+ .materialize-red.lighten-5 {
11
+ background-color: #fdeaeb !important; }
12
+
13
+ .materialize-red-text.text-lighten-5 {
14
+ color: #fdeaeb !important; }
15
+
16
+ .materialize-red.lighten-4 {
17
+ background-color: #f8c1c3 !important; }
18
+
19
+ .materialize-red-text.text-lighten-4 {
20
+ color: #f8c1c3 !important; }
21
+
22
+ .materialize-red.lighten-3 {
23
+ background-color: #f3989b !important; }
24
+
25
+ .materialize-red-text.text-lighten-3 {
26
+ color: #f3989b !important; }
27
+
28
+ .materialize-red.lighten-2 {
29
+ background-color: #ee6e73 !important; }
30
+
31
+ .materialize-red-text.text-lighten-2 {
32
+ color: #ee6e73 !important; }
33
+
34
+ .materialize-red.lighten-1 {
35
+ background-color: #ea454b !important; }
36
+
37
+ .materialize-red-text.text-lighten-1 {
38
+ color: #ea454b !important; }
39
+
40
+ .materialize-red.darken-1 {
41
+ background-color: #d0181e !important; }
42
+
43
+ .materialize-red-text.text-darken-1 {
44
+ color: #d0181e !important; }
45
+
46
+ .materialize-red.darken-2 {
47
+ background-color: #b9151b !important; }
48
+
49
+ .materialize-red-text.text-darken-2 {
50
+ color: #b9151b !important; }
51
+
52
+ .materialize-red.darken-3 {
53
+ background-color: #a21318 !important; }
54
+
55
+ .materialize-red-text.text-darken-3 {
56
+ color: #a21318 !important; }
57
+
58
+ .materialize-red.darken-4 {
59
+ background-color: #8b1014 !important; }
60
+
61
+ .materialize-red-text.text-darken-4 {
62
+ color: #8b1014 !important; }
63
+
64
+ .red {
65
+ background-color: #F44336 !important; }
66
+
67
+ .red-text {
68
+ color: #F44336 !important; }
69
+
70
+ .red.lighten-5 {
71
+ background-color: #FFEBEE !important; }
72
+
73
+ .red-text.text-lighten-5 {
74
+ color: #FFEBEE !important; }
75
+
76
+ .red.lighten-4 {
77
+ background-color: #FFCDD2 !important; }
78
+
79
+ .red-text.text-lighten-4 {
80
+ color: #FFCDD2 !important; }
81
+
82
+ .red.lighten-3 {
83
+ background-color: #EF9A9A !important; }
84
+
85
+ .red-text.text-lighten-3 {
86
+ color: #EF9A9A !important; }
87
+
88
+ .red.lighten-2 {
89
+ background-color: #E57373 !important; }
90
+
91
+ .red-text.text-lighten-2 {
92
+ color: #E57373 !important; }
93
+
94
+ .red.lighten-1 {
95
+ background-color: #EF5350 !important; }
96
+
97
+ .red-text.text-lighten-1 {
98
+ color: #EF5350 !important; }
99
+
100
+ .red.darken-1 {
101
+ background-color: #E53935 !important; }
102
+
103
+ .red-text.text-darken-1 {
104
+ color: #E53935 !important; }
105
+
106
+ .red.darken-2 {
107
+ background-color: #D32F2F !important; }
108
+
109
+ .red-text.text-darken-2 {
110
+ color: #D32F2F !important; }
111
+
112
+ .red.darken-3 {
113
+ background-color: #C62828 !important; }
114
+
115
+ .red-text.text-darken-3 {
116
+ color: #C62828 !important; }
117
+
118
+ .red.darken-4 {
119
+ background-color: #B71C1C !important; }
120
+
121
+ .red-text.text-darken-4 {
122
+ color: #B71C1C !important; }
123
+
124
+ .red.accent-1 {
125
+ background-color: #FF8A80 !important; }
126
+
127
+ .red-text.text-accent-1 {
128
+ color: #FF8A80 !important; }
129
+
130
+ .red.accent-2 {
131
+ background-color: #FF5252 !important; }
132
+
133
+ .red-text.text-accent-2 {
134
+ color: #FF5252 !important; }
135
+
136
+ .red.accent-3 {
137
+ background-color: #FF1744 !important; }
138
+
139
+ .red-text.text-accent-3 {
140
+ color: #FF1744 !important; }
141
+
142
+ .red.accent-4 {
143
+ background-color: #D50000 !important; }
144
+
145
+ .red-text.text-accent-4 {
146
+ color: #D50000 !important; }
147
+
148
+ .pink {
149
+ background-color: #e91e63 !important; }
150
+
151
+ .pink-text {
152
+ color: #e91e63 !important; }
153
+
154
+ .pink.lighten-5 {
155
+ background-color: #fce4ec !important; }
156
+
157
+ .pink-text.text-lighten-5 {
158
+ color: #fce4ec !important; }
159
+
160
+ .pink.lighten-4 {
161
+ background-color: #f8bbd0 !important; }
162
+
163
+ .pink-text.text-lighten-4 {
164
+ color: #f8bbd0 !important; }
165
+
166
+ .pink.lighten-3 {
167
+ background-color: #f48fb1 !important; }
168
+
169
+ .pink-text.text-lighten-3 {
170
+ color: #f48fb1 !important; }
171
+
172
+ .pink.lighten-2 {
173
+ background-color: #f06292 !important; }
174
+
175
+ .pink-text.text-lighten-2 {
176
+ color: #f06292 !important; }
177
+
178
+ .pink.lighten-1 {
179
+ background-color: #ec407a !important; }
180
+
181
+ .pink-text.text-lighten-1 {
182
+ color: #ec407a !important; }
183
+
184
+ .pink.darken-1 {
185
+ background-color: #d81b60 !important; }
186
+
187
+ .pink-text.text-darken-1 {
188
+ color: #d81b60 !important; }
189
+
190
+ .pink.darken-2 {
191
+ background-color: #c2185b !important; }
192
+
193
+ .pink-text.text-darken-2 {
194
+ color: #c2185b !important; }
195
+
196
+ .pink.darken-3 {
197
+ background-color: #ad1457 !important; }
198
+
199
+ .pink-text.text-darken-3 {
200
+ color: #ad1457 !important; }
201
+
202
+ .pink.darken-4 {
203
+ background-color: #880e4f !important; }
204
+
205
+ .pink-text.text-darken-4 {
206
+ color: #880e4f !important; }
207
+
208
+ .pink.accent-1 {
209
+ background-color: #ff80ab !important; }
210
+
211
+ .pink-text.text-accent-1 {
212
+ color: #ff80ab !important; }
213
+
214
+ .pink.accent-2 {
215
+ background-color: #ff4081 !important; }
216
+
217
+ .pink-text.text-accent-2 {
218
+ color: #ff4081 !important; }
219
+
220
+ .pink.accent-3 {
221
+ background-color: #f50057 !important; }
222
+
223
+ .pink-text.text-accent-3 {
224
+ color: #f50057 !important; }
225
+
226
+ .pink.accent-4 {
227
+ background-color: #c51162 !important; }
228
+
229
+ .pink-text.text-accent-4 {
230
+ color: #c51162 !important; }
231
+
232
+ .purple {
233
+ background-color: #9c27b0 !important; }
234
+
235
+ .purple-text {
236
+ color: #9c27b0 !important; }
237
+
238
+ .purple.lighten-5 {
239
+ background-color: #f3e5f5 !important; }
240
+
241
+ .purple-text.text-lighten-5 {
242
+ color: #f3e5f5 !important; }
243
+
244
+ .purple.lighten-4 {
245
+ background-color: #e1bee7 !important; }
246
+
247
+ .purple-text.text-lighten-4 {
248
+ color: #e1bee7 !important; }
249
+
250
+ .purple.lighten-3 {
251
+ background-color: #ce93d8 !important; }
252
+
253
+ .purple-text.text-lighten-3 {
254
+ color: #ce93d8 !important; }
255
+
256
+ .purple.lighten-2 {
257
+ background-color: #ba68c8 !important; }
258
+
259
+ .purple-text.text-lighten-2 {
260
+ color: #ba68c8 !important; }
261
+
262
+ .purple.lighten-1 {
263
+ background-color: #ab47bc !important; }
264
+
265
+ .purple-text.text-lighten-1 {
266
+ color: #ab47bc !important; }
267
+
268
+ .purple.darken-1 {
269
+ background-color: #8e24aa !important; }
270
+
271
+ .purple-text.text-darken-1 {
272
+ color: #8e24aa !important; }
273
+
274
+ .purple.darken-2 {
275
+ background-color: #7b1fa2 !important; }
276
+
277
+ .purple-text.text-darken-2 {
278
+ color: #7b1fa2 !important; }
279
+
280
+ .purple.darken-3 {
281
+ background-color: #6a1b9a !important; }
282
+
283
+ .purple-text.text-darken-3 {
284
+ color: #6a1b9a !important; }
285
+
286
+ .purple.darken-4 {
287
+ background-color: #4a148c !important; }
288
+
289
+ .purple-text.text-darken-4 {
290
+ color: #4a148c !important; }
291
+
292
+ .purple.accent-1 {
293
+ background-color: #ea80fc !important; }
294
+
295
+ .purple-text.text-accent-1 {
296
+ color: #ea80fc !important; }
297
+
298
+ .purple.accent-2 {
299
+ background-color: #e040fb !important; }
300
+
301
+ .purple-text.text-accent-2 {
302
+ color: #e040fb !important; }
303
+
304
+ .purple.accent-3 {
305
+ background-color: #d500f9 !important; }
306
+
307
+ .purple-text.text-accent-3 {
308
+ color: #d500f9 !important; }
309
+
310
+ .purple.accent-4 {
311
+ background-color: #aa00ff !important; }
312
+
313
+ .purple-text.text-accent-4 {
314
+ color: #aa00ff !important; }
315
+
316
+ .deep-purple {
317
+ background-color: #673ab7 !important; }
318
+
319
+ .deep-purple-text {
320
+ color: #673ab7 !important; }
321
+
322
+ .deep-purple.lighten-5 {
323
+ background-color: #ede7f6 !important; }
324
+
325
+ .deep-purple-text.text-lighten-5 {
326
+ color: #ede7f6 !important; }
327
+
328
+ .deep-purple.lighten-4 {
329
+ background-color: #d1c4e9 !important; }
330
+
331
+ .deep-purple-text.text-lighten-4 {
332
+ color: #d1c4e9 !important; }
333
+
334
+ .deep-purple.lighten-3 {
335
+ background-color: #b39ddb !important; }
336
+
337
+ .deep-purple-text.text-lighten-3 {
338
+ color: #b39ddb !important; }
339
+
340
+ .deep-purple.lighten-2 {
341
+ background-color: #9575cd !important; }
342
+
343
+ .deep-purple-text.text-lighten-2 {
344
+ color: #9575cd !important; }
345
+
346
+ .deep-purple.lighten-1 {
347
+ background-color: #7e57c2 !important; }
348
+
349
+ .deep-purple-text.text-lighten-1 {
350
+ color: #7e57c2 !important; }
351
+
352
+ .deep-purple.darken-1 {
353
+ background-color: #5e35b1 !important; }
354
+
355
+ .deep-purple-text.text-darken-1 {
356
+ color: #5e35b1 !important; }
357
+
358
+ .deep-purple.darken-2 {
359
+ background-color: #512da8 !important; }
360
+
361
+ .deep-purple-text.text-darken-2 {
362
+ color: #512da8 !important; }
363
+
364
+ .deep-purple.darken-3 {
365
+ background-color: #4527a0 !important; }
366
+
367
+ .deep-purple-text.text-darken-3 {
368
+ color: #4527a0 !important; }
369
+
370
+ .deep-purple.darken-4 {
371
+ background-color: #311b92 !important; }
372
+
373
+ .deep-purple-text.text-darken-4 {
374
+ color: #311b92 !important; }
375
+
376
+ .deep-purple.accent-1 {
377
+ background-color: #b388ff !important; }
378
+
379
+ .deep-purple-text.text-accent-1 {
380
+ color: #b388ff !important; }
381
+
382
+ .deep-purple.accent-2 {
383
+ background-color: #7c4dff !important; }
384
+
385
+ .deep-purple-text.text-accent-2 {
386
+ color: #7c4dff !important; }
387
+
388
+ .deep-purple.accent-3 {
389
+ background-color: #651fff !important; }
390
+
391
+ .deep-purple-text.text-accent-3 {
392
+ color: #651fff !important; }
393
+
394
+ .deep-purple.accent-4 {
395
+ background-color: #6200ea !important; }
396
+
397
+ .deep-purple-text.text-accent-4 {
398
+ color: #6200ea !important; }
399
+
400
+ .indigo {
401
+ background-color: #3f51b5 !important; }
402
+
403
+ .indigo-text {
404
+ color: #3f51b5 !important; }
405
+
406
+ .indigo.lighten-5 {
407
+ background-color: #e8eaf6 !important; }
408
+
409
+ .indigo-text.text-lighten-5 {
410
+ color: #e8eaf6 !important; }
411
+
412
+ .indigo.lighten-4 {
413
+ background-color: #c5cae9 !important; }
414
+
415
+ .indigo-text.text-lighten-4 {
416
+ color: #c5cae9 !important; }
417
+
418
+ .indigo.lighten-3 {
419
+ background-color: #9fa8da !important; }
420
+
421
+ .indigo-text.text-lighten-3 {
422
+ color: #9fa8da !important; }
423
+
424
+ .indigo.lighten-2 {
425
+ background-color: #7986cb !important; }
426
+
427
+ .indigo-text.text-lighten-2 {
428
+ color: #7986cb !important; }
429
+
430
+ .indigo.lighten-1 {
431
+ background-color: #5c6bc0 !important; }
432
+
433
+ .indigo-text.text-lighten-1 {
434
+ color: #5c6bc0 !important; }
435
+
436
+ .indigo.darken-1 {
437
+ background-color: #3949ab !important; }
438
+
439
+ .indigo-text.text-darken-1 {
440
+ color: #3949ab !important; }
441
+
442
+ .indigo.darken-2 {
443
+ background-color: #303f9f !important; }
444
+
445
+ .indigo-text.text-darken-2 {
446
+ color: #303f9f !important; }
447
+
448
+ .indigo.darken-3 {
449
+ background-color: #283593 !important; }
450
+
451
+ .indigo-text.text-darken-3 {
452
+ color: #283593 !important; }
453
+
454
+ .indigo.darken-4 {
455
+ background-color: #1a237e !important; }
456
+
457
+ .indigo-text.text-darken-4 {
458
+ color: #1a237e !important; }
459
+
460
+ .indigo.accent-1 {
461
+ background-color: #8c9eff !important; }
462
+
463
+ .indigo-text.text-accent-1 {
464
+ color: #8c9eff !important; }
465
+
466
+ .indigo.accent-2 {
467
+ background-color: #536dfe !important; }
468
+
469
+ .indigo-text.text-accent-2 {
470
+ color: #536dfe !important; }
471
+
472
+ .indigo.accent-3 {
473
+ background-color: #3d5afe !important; }
474
+
475
+ .indigo-text.text-accent-3 {
476
+ color: #3d5afe !important; }
477
+
478
+ .indigo.accent-4 {
479
+ background-color: #304ffe !important; }
480
+
481
+ .indigo-text.text-accent-4 {
482
+ color: #304ffe !important; }
483
+
484
+ .blue {
485
+ background-color: #2196F3 !important; }
486
+
487
+ .blue-text {
488
+ color: #2196F3 !important; }
489
+
490
+ .blue.lighten-5 {
491
+ background-color: #E3F2FD !important; }
492
+
493
+ .blue-text.text-lighten-5 {
494
+ color: #E3F2FD !important; }
495
+
496
+ .blue.lighten-4 {
497
+ background-color: #BBDEFB !important; }
498
+
499
+ .blue-text.text-lighten-4 {
500
+ color: #BBDEFB !important; }
501
+
502
+ .blue.lighten-3 {
503
+ background-color: #90CAF9 !important; }
504
+
505
+ .blue-text.text-lighten-3 {
506
+ color: #90CAF9 !important; }
507
+
508
+ .blue.lighten-2 {
509
+ background-color: #64B5F6 !important; }
510
+
511
+ .blue-text.text-lighten-2 {
512
+ color: #64B5F6 !important; }
513
+
514
+ .blue.lighten-1 {
515
+ background-color: #42A5F5 !important; }
516
+
517
+ .blue-text.text-lighten-1 {
518
+ color: #42A5F5 !important; }
519
+
520
+ .blue.darken-1 {
521
+ background-color: #1E88E5 !important; }
522
+
523
+ .blue-text.text-darken-1 {
524
+ color: #1E88E5 !important; }
525
+
526
+ .blue.darken-2 {
527
+ background-color: #1976D2 !important; }
528
+
529
+ .blue-text.text-darken-2 {
530
+ color: #1976D2 !important; }
531
+
532
+ .blue.darken-3 {
533
+ background-color: #1565C0 !important; }
534
+
535
+ .blue-text.text-darken-3 {
536
+ color: #1565C0 !important; }
537
+
538
+ .blue.darken-4 {
539
+ background-color: #0D47A1 !important; }
540
+
541
+ .blue-text.text-darken-4 {
542
+ color: #0D47A1 !important; }
543
+
544
+ .blue.accent-1 {
545
+ background-color: #82B1FF !important; }
546
+
547
+ .blue-text.text-accent-1 {
548
+ color: #82B1FF !important; }
549
+
550
+ .blue.accent-2 {
551
+ background-color: #448AFF !important; }
552
+
553
+ .blue-text.text-accent-2 {
554
+ color: #448AFF !important; }
555
+
556
+ .blue.accent-3 {
557
+ background-color: #2979FF !important; }
558
+
559
+ .blue-text.text-accent-3 {
560
+ color: #2979FF !important; }
561
+
562
+ .blue.accent-4 {
563
+ background-color: #2962FF !important; }
564
+
565
+ .blue-text.text-accent-4 {
566
+ color: #2962FF !important; }
567
+
568
+ .light-blue {
569
+ background-color: #03a9f4 !important; }
570
+
571
+ .light-blue-text {
572
+ color: #03a9f4 !important; }
573
+
574
+ .light-blue.lighten-5 {
575
+ background-color: #e1f5fe !important; }
576
+
577
+ .light-blue-text.text-lighten-5 {
578
+ color: #e1f5fe !important; }
579
+
580
+ .light-blue.lighten-4 {
581
+ background-color: #b3e5fc !important; }
582
+
583
+ .light-blue-text.text-lighten-4 {
584
+ color: #b3e5fc !important; }
585
+
586
+ .light-blue.lighten-3 {
587
+ background-color: #81d4fa !important; }
588
+
589
+ .light-blue-text.text-lighten-3 {
590
+ color: #81d4fa !important; }
591
+
592
+ .light-blue.lighten-2 {
593
+ background-color: #4fc3f7 !important; }
594
+
595
+ .light-blue-text.text-lighten-2 {
596
+ color: #4fc3f7 !important; }
597
+
598
+ .light-blue.lighten-1 {
599
+ background-color: #29b6f6 !important; }
600
+
601
+ .light-blue-text.text-lighten-1 {
602
+ color: #29b6f6 !important; }
603
+
604
+ .light-blue.darken-1 {
605
+ background-color: #039be5 !important; }
606
+
607
+ .light-blue-text.text-darken-1 {
608
+ color: #039be5 !important; }
609
+
610
+ .light-blue.darken-2 {
611
+ background-color: #0288d1 !important; }
612
+
613
+ .light-blue-text.text-darken-2 {
614
+ color: #0288d1 !important; }
615
+
616
+ .light-blue.darken-3 {
617
+ background-color: #0277bd !important; }
618
+
619
+ .light-blue-text.text-darken-3 {
620
+ color: #0277bd !important; }
621
+
622
+ .light-blue.darken-4 {
623
+ background-color: #01579b !important; }
624
+
625
+ .light-blue-text.text-darken-4 {
626
+ color: #01579b !important; }
627
+
628
+ .light-blue.accent-1 {
629
+ background-color: #80d8ff !important; }
630
+
631
+ .light-blue-text.text-accent-1 {
632
+ color: #80d8ff !important; }
633
+
634
+ .light-blue.accent-2 {
635
+ background-color: #40c4ff !important; }
636
+
637
+ .light-blue-text.text-accent-2 {
638
+ color: #40c4ff !important; }
639
+
640
+ .light-blue.accent-3 {
641
+ background-color: #00b0ff !important; }
642
+
643
+ .light-blue-text.text-accent-3 {
644
+ color: #00b0ff !important; }
645
+
646
+ .light-blue.accent-4 {
647
+ background-color: #0091ea !important; }
648
+
649
+ .light-blue-text.text-accent-4 {
650
+ color: #0091ea !important; }
651
+
652
+ .cyan {
653
+ background-color: #00bcd4 !important; }
654
+
655
+ .cyan-text {
656
+ color: #00bcd4 !important; }
657
+
658
+ .cyan.lighten-5 {
659
+ background-color: #e0f7fa !important; }
660
+
661
+ .cyan-text.text-lighten-5 {
662
+ color: #e0f7fa !important; }
663
+
664
+ .cyan.lighten-4 {
665
+ background-color: #b2ebf2 !important; }
666
+
667
+ .cyan-text.text-lighten-4 {
668
+ color: #b2ebf2 !important; }
669
+
670
+ .cyan.lighten-3 {
671
+ background-color: #80deea !important; }
672
+
673
+ .cyan-text.text-lighten-3 {
674
+ color: #80deea !important; }
675
+
676
+ .cyan.lighten-2 {
677
+ background-color: #4dd0e1 !important; }
678
+
679
+ .cyan-text.text-lighten-2 {
680
+ color: #4dd0e1 !important; }
681
+
682
+ .cyan.lighten-1 {
683
+ background-color: #26c6da !important; }
684
+
685
+ .cyan-text.text-lighten-1 {
686
+ color: #26c6da !important; }
687
+
688
+ .cyan.darken-1 {
689
+ background-color: #00acc1 !important; }
690
+
691
+ .cyan-text.text-darken-1 {
692
+ color: #00acc1 !important; }
693
+
694
+ .cyan.darken-2 {
695
+ background-color: #0097a7 !important; }
696
+
697
+ .cyan-text.text-darken-2 {
698
+ color: #0097a7 !important; }
699
+
700
+ .cyan.darken-3 {
701
+ background-color: #00838f !important; }
702
+
703
+ .cyan-text.text-darken-3 {
704
+ color: #00838f !important; }
705
+
706
+ .cyan.darken-4 {
707
+ background-color: #006064 !important; }
708
+
709
+ .cyan-text.text-darken-4 {
710
+ color: #006064 !important; }
711
+
712
+ .cyan.accent-1 {
713
+ background-color: #84ffff !important; }
714
+
715
+ .cyan-text.text-accent-1 {
716
+ color: #84ffff !important; }
717
+
718
+ .cyan.accent-2 {
719
+ background-color: #18ffff !important; }
720
+
721
+ .cyan-text.text-accent-2 {
722
+ color: #18ffff !important; }
723
+
724
+ .cyan.accent-3 {
725
+ background-color: #00e5ff !important; }
726
+
727
+ .cyan-text.text-accent-3 {
728
+ color: #00e5ff !important; }
729
+
730
+ .cyan.accent-4 {
731
+ background-color: #00b8d4 !important; }
732
+
733
+ .cyan-text.text-accent-4 {
734
+ color: #00b8d4 !important; }
735
+
736
+ .teal {
737
+ background-color: #009688 !important; }
738
+
739
+ .teal-text {
740
+ color: #009688 !important; }
741
+
742
+ .teal.lighten-5 {
743
+ background-color: #e0f2f1 !important; }
744
+
745
+ .teal-text.text-lighten-5 {
746
+ color: #e0f2f1 !important; }
747
+
748
+ .teal.lighten-4 {
749
+ background-color: #b2dfdb !important; }
750
+
751
+ .teal-text.text-lighten-4 {
752
+ color: #b2dfdb !important; }
753
+
754
+ .teal.lighten-3 {
755
+ background-color: #80cbc4 !important; }
756
+
757
+ .teal-text.text-lighten-3 {
758
+ color: #80cbc4 !important; }
759
+
760
+ .teal.lighten-2 {
761
+ background-color: #4db6ac !important; }
762
+
763
+ .teal-text.text-lighten-2 {
764
+ color: #4db6ac !important; }
765
+
766
+ .teal.lighten-1 {
767
+ background-color: #26a69a !important; }
768
+
769
+ .teal-text.text-lighten-1 {
770
+ color: #26a69a !important; }
771
+
772
+ .teal.darken-1 {
773
+ background-color: #00897b !important; }
774
+
775
+ .teal-text.text-darken-1 {
776
+ color: #00897b !important; }
777
+
778
+ .teal.darken-2 {
779
+ background-color: #00796b !important; }
780
+
781
+ .teal-text.text-darken-2 {
782
+ color: #00796b !important; }
783
+
784
+ .teal.darken-3 {
785
+ background-color: #00695c !important; }
786
+
787
+ .teal-text.text-darken-3 {
788
+ color: #00695c !important; }
789
+
790
+ .teal.darken-4 {
791
+ background-color: #004d40 !important; }
792
+
793
+ .teal-text.text-darken-4 {
794
+ color: #004d40 !important; }
795
+
796
+ .teal.accent-1 {
797
+ background-color: #a7ffeb !important; }
798
+
799
+ .teal-text.text-accent-1 {
800
+ color: #a7ffeb !important; }
801
+
802
+ .teal.accent-2 {
803
+ background-color: #64ffda !important; }
804
+
805
+ .teal-text.text-accent-2 {
806
+ color: #64ffda !important; }
807
+
808
+ .teal.accent-3 {
809
+ background-color: #1de9b6 !important; }
810
+
811
+ .teal-text.text-accent-3 {
812
+ color: #1de9b6 !important; }
813
+
814
+ .teal.accent-4 {
815
+ background-color: #00bfa5 !important; }
816
+
817
+ .teal-text.text-accent-4 {
818
+ color: #00bfa5 !important; }
819
+
820
+ .green {
821
+ background-color: #4CAF50 !important; }
822
+
823
+ .green-text {
824
+ color: #4CAF50 !important; }
825
+
826
+ .green.lighten-5 {
827
+ background-color: #E8F5E9 !important; }
828
+
829
+ .green-text.text-lighten-5 {
830
+ color: #E8F5E9 !important; }
831
+
832
+ .green.lighten-4 {
833
+ background-color: #C8E6C9 !important; }
834
+
835
+ .green-text.text-lighten-4 {
836
+ color: #C8E6C9 !important; }
837
+
838
+ .green.lighten-3 {
839
+ background-color: #A5D6A7 !important; }
840
+
841
+ .green-text.text-lighten-3 {
842
+ color: #A5D6A7 !important; }
843
+
844
+ .green.lighten-2 {
845
+ background-color: #81C784 !important; }
846
+
847
+ .green-text.text-lighten-2 {
848
+ color: #81C784 !important; }
849
+
850
+ .green.lighten-1 {
851
+ background-color: #66BB6A !important; }
852
+
853
+ .green-text.text-lighten-1 {
854
+ color: #66BB6A !important; }
855
+
856
+ .green.darken-1 {
857
+ background-color: #43A047 !important; }
858
+
859
+ .green-text.text-darken-1 {
860
+ color: #43A047 !important; }
861
+
862
+ .green.darken-2 {
863
+ background-color: #388E3C !important; }
864
+
865
+ .green-text.text-darken-2 {
866
+ color: #388E3C !important; }
867
+
868
+ .green.darken-3 {
869
+ background-color: #2E7D32 !important; }
870
+
871
+ .green-text.text-darken-3 {
872
+ color: #2E7D32 !important; }
873
+
874
+ .green.darken-4 {
875
+ background-color: #1B5E20 !important; }
876
+
877
+ .green-text.text-darken-4 {
878
+ color: #1B5E20 !important; }
879
+
880
+ .green.accent-1 {
881
+ background-color: #B9F6CA !important; }
882
+
883
+ .green-text.text-accent-1 {
884
+ color: #B9F6CA !important; }
885
+
886
+ .green.accent-2 {
887
+ background-color: #69F0AE !important; }
888
+
889
+ .green-text.text-accent-2 {
890
+ color: #69F0AE !important; }
891
+
892
+ .green.accent-3 {
893
+ background-color: #00E676 !important; }
894
+
895
+ .green-text.text-accent-3 {
896
+ color: #00E676 !important; }
897
+
898
+ .green.accent-4 {
899
+ background-color: #00C853 !important; }
900
+
901
+ .green-text.text-accent-4 {
902
+ color: #00C853 !important; }
903
+
904
+ .light-green {
905
+ background-color: #8bc34a !important; }
906
+
907
+ .light-green-text {
908
+ color: #8bc34a !important; }
909
+
910
+ .light-green.lighten-5 {
911
+ background-color: #f1f8e9 !important; }
912
+
913
+ .light-green-text.text-lighten-5 {
914
+ color: #f1f8e9 !important; }
915
+
916
+ .light-green.lighten-4 {
917
+ background-color: #dcedc8 !important; }
918
+
919
+ .light-green-text.text-lighten-4 {
920
+ color: #dcedc8 !important; }
921
+
922
+ .light-green.lighten-3 {
923
+ background-color: #c5e1a5 !important; }
924
+
925
+ .light-green-text.text-lighten-3 {
926
+ color: #c5e1a5 !important; }
927
+
928
+ .light-green.lighten-2 {
929
+ background-color: #aed581 !important; }
930
+
931
+ .light-green-text.text-lighten-2 {
932
+ color: #aed581 !important; }
933
+
934
+ .light-green.lighten-1 {
935
+ background-color: #9ccc65 !important; }
936
+
937
+ .light-green-text.text-lighten-1 {
938
+ color: #9ccc65 !important; }
939
+
940
+ .light-green.darken-1 {
941
+ background-color: #7cb342 !important; }
942
+
943
+ .light-green-text.text-darken-1 {
944
+ color: #7cb342 !important; }
945
+
946
+ .light-green.darken-2 {
947
+ background-color: #689f38 !important; }
948
+
949
+ .light-green-text.text-darken-2 {
950
+ color: #689f38 !important; }
951
+
952
+ .light-green.darken-3 {
953
+ background-color: #558b2f !important; }
954
+
955
+ .light-green-text.text-darken-3 {
956
+ color: #558b2f !important; }
957
+
958
+ .light-green.darken-4 {
959
+ background-color: #33691e !important; }
960
+
961
+ .light-green-text.text-darken-4 {
962
+ color: #33691e !important; }
963
+
964
+ .light-green.accent-1 {
965
+ background-color: #ccff90 !important; }
966
+
967
+ .light-green-text.text-accent-1 {
968
+ color: #ccff90 !important; }
969
+
970
+ .light-green.accent-2 {
971
+ background-color: #b2ff59 !important; }
972
+
973
+ .light-green-text.text-accent-2 {
974
+ color: #b2ff59 !important; }
975
+
976
+ .light-green.accent-3 {
977
+ background-color: #76ff03 !important; }
978
+
979
+ .light-green-text.text-accent-3 {
980
+ color: #76ff03 !important; }
981
+
982
+ .light-green.accent-4 {
983
+ background-color: #64dd17 !important; }
984
+
985
+ .light-green-text.text-accent-4 {
986
+ color: #64dd17 !important; }
987
+
988
+ .lime {
989
+ background-color: #cddc39 !important; }
990
+
991
+ .lime-text {
992
+ color: #cddc39 !important; }
993
+
994
+ .lime.lighten-5 {
995
+ background-color: #f9fbe7 !important; }
996
+
997
+ .lime-text.text-lighten-5 {
998
+ color: #f9fbe7 !important; }
999
+
1000
+ .lime.lighten-4 {
1001
+ background-color: #f0f4c3 !important; }
1002
+
1003
+ .lime-text.text-lighten-4 {
1004
+ color: #f0f4c3 !important; }
1005
+
1006
+ .lime.lighten-3 {
1007
+ background-color: #e6ee9c !important; }
1008
+
1009
+ .lime-text.text-lighten-3 {
1010
+ color: #e6ee9c !important; }
1011
+
1012
+ .lime.lighten-2 {
1013
+ background-color: #dce775 !important; }
1014
+
1015
+ .lime-text.text-lighten-2 {
1016
+ color: #dce775 !important; }
1017
+
1018
+ .lime.lighten-1 {
1019
+ background-color: #d4e157 !important; }
1020
+
1021
+ .lime-text.text-lighten-1 {
1022
+ color: #d4e157 !important; }
1023
+
1024
+ .lime.darken-1 {
1025
+ background-color: #c0ca33 !important; }
1026
+
1027
+ .lime-text.text-darken-1 {
1028
+ color: #c0ca33 !important; }
1029
+
1030
+ .lime.darken-2 {
1031
+ background-color: #afb42b !important; }
1032
+
1033
+ .lime-text.text-darken-2 {
1034
+ color: #afb42b !important; }
1035
+
1036
+ .lime.darken-3 {
1037
+ background-color: #9e9d24 !important; }
1038
+
1039
+ .lime-text.text-darken-3 {
1040
+ color: #9e9d24 !important; }
1041
+
1042
+ .lime.darken-4 {
1043
+ background-color: #827717 !important; }
1044
+
1045
+ .lime-text.text-darken-4 {
1046
+ color: #827717 !important; }
1047
+
1048
+ .lime.accent-1 {
1049
+ background-color: #f4ff81 !important; }
1050
+
1051
+ .lime-text.text-accent-1 {
1052
+ color: #f4ff81 !important; }
1053
+
1054
+ .lime.accent-2 {
1055
+ background-color: #eeff41 !important; }
1056
+
1057
+ .lime-text.text-accent-2 {
1058
+ color: #eeff41 !important; }
1059
+
1060
+ .lime.accent-3 {
1061
+ background-color: #c6ff00 !important; }
1062
+
1063
+ .lime-text.text-accent-3 {
1064
+ color: #c6ff00 !important; }
1065
+
1066
+ .lime.accent-4 {
1067
+ background-color: #aeea00 !important; }
1068
+
1069
+ .lime-text.text-accent-4 {
1070
+ color: #aeea00 !important; }
1071
+
1072
+ .yellow {
1073
+ background-color: #ffeb3b !important; }
1074
+
1075
+ .yellow-text {
1076
+ color: #ffeb3b !important; }
1077
+
1078
+ .yellow.lighten-5 {
1079
+ background-color: #fffde7 !important; }
1080
+
1081
+ .yellow-text.text-lighten-5 {
1082
+ color: #fffde7 !important; }
1083
+
1084
+ .yellow.lighten-4 {
1085
+ background-color: #fff9c4 !important; }
1086
+
1087
+ .yellow-text.text-lighten-4 {
1088
+ color: #fff9c4 !important; }
1089
+
1090
+ .yellow.lighten-3 {
1091
+ background-color: #fff59d !important; }
1092
+
1093
+ .yellow-text.text-lighten-3 {
1094
+ color: #fff59d !important; }
1095
+
1096
+ .yellow.lighten-2 {
1097
+ background-color: #fff176 !important; }
1098
+
1099
+ .yellow-text.text-lighten-2 {
1100
+ color: #fff176 !important; }
1101
+
1102
+ .yellow.lighten-1 {
1103
+ background-color: #ffee58 !important; }
1104
+
1105
+ .yellow-text.text-lighten-1 {
1106
+ color: #ffee58 !important; }
1107
+
1108
+ .yellow.darken-1 {
1109
+ background-color: #fdd835 !important; }
1110
+
1111
+ .yellow-text.text-darken-1 {
1112
+ color: #fdd835 !important; }
1113
+
1114
+ .yellow.darken-2 {
1115
+ background-color: #fbc02d !important; }
1116
+
1117
+ .yellow-text.text-darken-2 {
1118
+ color: #fbc02d !important; }
1119
+
1120
+ .yellow.darken-3 {
1121
+ background-color: #f9a825 !important; }
1122
+
1123
+ .yellow-text.text-darken-3 {
1124
+ color: #f9a825 !important; }
1125
+
1126
+ .yellow.darken-4 {
1127
+ background-color: #f57f17 !important; }
1128
+
1129
+ .yellow-text.text-darken-4 {
1130
+ color: #f57f17 !important; }
1131
+
1132
+ .yellow.accent-1 {
1133
+ background-color: #ffff8d !important; }
1134
+
1135
+ .yellow-text.text-accent-1 {
1136
+ color: #ffff8d !important; }
1137
+
1138
+ .yellow.accent-2 {
1139
+ background-color: #ffff00 !important; }
1140
+
1141
+ .yellow-text.text-accent-2 {
1142
+ color: #ffff00 !important; }
1143
+
1144
+ .yellow.accent-3 {
1145
+ background-color: #ffea00 !important; }
1146
+
1147
+ .yellow-text.text-accent-3 {
1148
+ color: #ffea00 !important; }
1149
+
1150
+ .yellow.accent-4 {
1151
+ background-color: #ffd600 !important; }
1152
+
1153
+ .yellow-text.text-accent-4 {
1154
+ color: #ffd600 !important; }
1155
+
1156
+ .amber {
1157
+ background-color: #ffc107 !important; }
1158
+
1159
+ .amber-text {
1160
+ color: #ffc107 !important; }
1161
+
1162
+ .amber.lighten-5 {
1163
+ background-color: #fff8e1 !important; }
1164
+
1165
+ .amber-text.text-lighten-5 {
1166
+ color: #fff8e1 !important; }
1167
+
1168
+ .amber.lighten-4 {
1169
+ background-color: #ffecb3 !important; }
1170
+
1171
+ .amber-text.text-lighten-4 {
1172
+ color: #ffecb3 !important; }
1173
+
1174
+ .amber.lighten-3 {
1175
+ background-color: #ffe082 !important; }
1176
+
1177
+ .amber-text.text-lighten-3 {
1178
+ color: #ffe082 !important; }
1179
+
1180
+ .amber.lighten-2 {
1181
+ background-color: #ffd54f !important; }
1182
+
1183
+ .amber-text.text-lighten-2 {
1184
+ color: #ffd54f !important; }
1185
+
1186
+ .amber.lighten-1 {
1187
+ background-color: #ffca28 !important; }
1188
+
1189
+ .amber-text.text-lighten-1 {
1190
+ color: #ffca28 !important; }
1191
+
1192
+ .amber.darken-1 {
1193
+ background-color: #ffb300 !important; }
1194
+
1195
+ .amber-text.text-darken-1 {
1196
+ color: #ffb300 !important; }
1197
+
1198
+ .amber.darken-2 {
1199
+ background-color: #ffa000 !important; }
1200
+
1201
+ .amber-text.text-darken-2 {
1202
+ color: #ffa000 !important; }
1203
+
1204
+ .amber.darken-3 {
1205
+ background-color: #ff8f00 !important; }
1206
+
1207
+ .amber-text.text-darken-3 {
1208
+ color: #ff8f00 !important; }
1209
+
1210
+ .amber.darken-4 {
1211
+ background-color: #ff6f00 !important; }
1212
+
1213
+ .amber-text.text-darken-4 {
1214
+ color: #ff6f00 !important; }
1215
+
1216
+ .amber.accent-1 {
1217
+ background-color: #ffe57f !important; }
1218
+
1219
+ .amber-text.text-accent-1 {
1220
+ color: #ffe57f !important; }
1221
+
1222
+ .amber.accent-2 {
1223
+ background-color: #ffd740 !important; }
1224
+
1225
+ .amber-text.text-accent-2 {
1226
+ color: #ffd740 !important; }
1227
+
1228
+ .amber.accent-3 {
1229
+ background-color: #ffc400 !important; }
1230
+
1231
+ .amber-text.text-accent-3 {
1232
+ color: #ffc400 !important; }
1233
+
1234
+ .amber.accent-4 {
1235
+ background-color: #ffab00 !important; }
1236
+
1237
+ .amber-text.text-accent-4 {
1238
+ color: #ffab00 !important; }
1239
+
1240
+ .orange {
1241
+ background-color: #ff9800 !important; }
1242
+
1243
+ .orange-text {
1244
+ color: #ff9800 !important; }
1245
+
1246
+ .orange.lighten-5 {
1247
+ background-color: #fff3e0 !important; }
1248
+
1249
+ .orange-text.text-lighten-5 {
1250
+ color: #fff3e0 !important; }
1251
+
1252
+ .orange.lighten-4 {
1253
+ background-color: #ffe0b2 !important; }
1254
+
1255
+ .orange-text.text-lighten-4 {
1256
+ color: #ffe0b2 !important; }
1257
+
1258
+ .orange.lighten-3 {
1259
+ background-color: #ffcc80 !important; }
1260
+
1261
+ .orange-text.text-lighten-3 {
1262
+ color: #ffcc80 !important; }
1263
+
1264
+ .orange.lighten-2 {
1265
+ background-color: #ffb74d !important; }
1266
+
1267
+ .orange-text.text-lighten-2 {
1268
+ color: #ffb74d !important; }
1269
+
1270
+ .orange.lighten-1 {
1271
+ background-color: #ffa726 !important; }
1272
+
1273
+ .orange-text.text-lighten-1 {
1274
+ color: #ffa726 !important; }
1275
+
1276
+ .orange.darken-1 {
1277
+ background-color: #fb8c00 !important; }
1278
+
1279
+ .orange-text.text-darken-1 {
1280
+ color: #fb8c00 !important; }
1281
+
1282
+ .orange.darken-2 {
1283
+ background-color: #f57c00 !important; }
1284
+
1285
+ .orange-text.text-darken-2 {
1286
+ color: #f57c00 !important; }
1287
+
1288
+ .orange.darken-3 {
1289
+ background-color: #ef6c00 !important; }
1290
+
1291
+ .orange-text.text-darken-3 {
1292
+ color: #ef6c00 !important; }
1293
+
1294
+ .orange.darken-4 {
1295
+ background-color: #e65100 !important; }
1296
+
1297
+ .orange-text.text-darken-4 {
1298
+ color: #e65100 !important; }
1299
+
1300
+ .orange.accent-1 {
1301
+ background-color: #ffd180 !important; }
1302
+
1303
+ .orange-text.text-accent-1 {
1304
+ color: #ffd180 !important; }
1305
+
1306
+ .orange.accent-2 {
1307
+ background-color: #ffab40 !important; }
1308
+
1309
+ .orange-text.text-accent-2 {
1310
+ color: #ffab40 !important; }
1311
+
1312
+ .orange.accent-3 {
1313
+ background-color: #ff9100 !important; }
1314
+
1315
+ .orange-text.text-accent-3 {
1316
+ color: #ff9100 !important; }
1317
+
1318
+ .orange.accent-4 {
1319
+ background-color: #ff6d00 !important; }
1320
+
1321
+ .orange-text.text-accent-4 {
1322
+ color: #ff6d00 !important; }
1323
+
1324
+ .deep-orange {
1325
+ background-color: #ff5722 !important; }
1326
+
1327
+ .deep-orange-text {
1328
+ color: #ff5722 !important; }
1329
+
1330
+ .deep-orange.lighten-5 {
1331
+ background-color: #fbe9e7 !important; }
1332
+
1333
+ .deep-orange-text.text-lighten-5 {
1334
+ color: #fbe9e7 !important; }
1335
+
1336
+ .deep-orange.lighten-4 {
1337
+ background-color: #ffccbc !important; }
1338
+
1339
+ .deep-orange-text.text-lighten-4 {
1340
+ color: #ffccbc !important; }
1341
+
1342
+ .deep-orange.lighten-3 {
1343
+ background-color: #ffab91 !important; }
1344
+
1345
+ .deep-orange-text.text-lighten-3 {
1346
+ color: #ffab91 !important; }
1347
+
1348
+ .deep-orange.lighten-2 {
1349
+ background-color: #ff8a65 !important; }
1350
+
1351
+ .deep-orange-text.text-lighten-2 {
1352
+ color: #ff8a65 !important; }
1353
+
1354
+ .deep-orange.lighten-1 {
1355
+ background-color: #ff7043 !important; }
1356
+
1357
+ .deep-orange-text.text-lighten-1 {
1358
+ color: #ff7043 !important; }
1359
+
1360
+ .deep-orange.darken-1 {
1361
+ background-color: #f4511e !important; }
1362
+
1363
+ .deep-orange-text.text-darken-1 {
1364
+ color: #f4511e !important; }
1365
+
1366
+ .deep-orange.darken-2 {
1367
+ background-color: #e64a19 !important; }
1368
+
1369
+ .deep-orange-text.text-darken-2 {
1370
+ color: #e64a19 !important; }
1371
+
1372
+ .deep-orange.darken-3 {
1373
+ background-color: #d84315 !important; }
1374
+
1375
+ .deep-orange-text.text-darken-3 {
1376
+ color: #d84315 !important; }
1377
+
1378
+ .deep-orange.darken-4 {
1379
+ background-color: #bf360c !important; }
1380
+
1381
+ .deep-orange-text.text-darken-4 {
1382
+ color: #bf360c !important; }
1383
+
1384
+ .deep-orange.accent-1 {
1385
+ background-color: #ff9e80 !important; }
1386
+
1387
+ .deep-orange-text.text-accent-1 {
1388
+ color: #ff9e80 !important; }
1389
+
1390
+ .deep-orange.accent-2 {
1391
+ background-color: #ff6e40 !important; }
1392
+
1393
+ .deep-orange-text.text-accent-2 {
1394
+ color: #ff6e40 !important; }
1395
+
1396
+ .deep-orange.accent-3 {
1397
+ background-color: #ff3d00 !important; }
1398
+
1399
+ .deep-orange-text.text-accent-3 {
1400
+ color: #ff3d00 !important; }
1401
+
1402
+ .deep-orange.accent-4 {
1403
+ background-color: #dd2c00 !important; }
1404
+
1405
+ .deep-orange-text.text-accent-4 {
1406
+ color: #dd2c00 !important; }
1407
+
1408
+ .brown {
1409
+ background-color: #795548 !important; }
1410
+
1411
+ .brown-text {
1412
+ color: #795548 !important; }
1413
+
1414
+ .brown.lighten-5 {
1415
+ background-color: #efebe9 !important; }
1416
+
1417
+ .brown-text.text-lighten-5 {
1418
+ color: #efebe9 !important; }
1419
+
1420
+ .brown.lighten-4 {
1421
+ background-color: #d7ccc8 !important; }
1422
+
1423
+ .brown-text.text-lighten-4 {
1424
+ color: #d7ccc8 !important; }
1425
+
1426
+ .brown.lighten-3 {
1427
+ background-color: #bcaaa4 !important; }
1428
+
1429
+ .brown-text.text-lighten-3 {
1430
+ color: #bcaaa4 !important; }
1431
+
1432
+ .brown.lighten-2 {
1433
+ background-color: #a1887f !important; }
1434
+
1435
+ .brown-text.text-lighten-2 {
1436
+ color: #a1887f !important; }
1437
+
1438
+ .brown.lighten-1 {
1439
+ background-color: #8d6e63 !important; }
1440
+
1441
+ .brown-text.text-lighten-1 {
1442
+ color: #8d6e63 !important; }
1443
+
1444
+ .brown.darken-1 {
1445
+ background-color: #6d4c41 !important; }
1446
+
1447
+ .brown-text.text-darken-1 {
1448
+ color: #6d4c41 !important; }
1449
+
1450
+ .brown.darken-2 {
1451
+ background-color: #5d4037 !important; }
1452
+
1453
+ .brown-text.text-darken-2 {
1454
+ color: #5d4037 !important; }
1455
+
1456
+ .brown.darken-3 {
1457
+ background-color: #4e342e !important; }
1458
+
1459
+ .brown-text.text-darken-3 {
1460
+ color: #4e342e !important; }
1461
+
1462
+ .brown.darken-4 {
1463
+ background-color: #3e2723 !important; }
1464
+
1465
+ .brown-text.text-darken-4 {
1466
+ color: #3e2723 !important; }
1467
+
1468
+ .blue-grey {
1469
+ background-color: #607d8b !important; }
1470
+
1471
+ .blue-grey-text {
1472
+ color: #607d8b !important; }
1473
+
1474
+ .blue-grey.lighten-5 {
1475
+ background-color: #eceff1 !important; }
1476
+
1477
+ .blue-grey-text.text-lighten-5 {
1478
+ color: #eceff1 !important; }
1479
+
1480
+ .blue-grey.lighten-4 {
1481
+ background-color: #cfd8dc !important; }
1482
+
1483
+ .blue-grey-text.text-lighten-4 {
1484
+ color: #cfd8dc !important; }
1485
+
1486
+ .blue-grey.lighten-3 {
1487
+ background-color: #b0bec5 !important; }
1488
+
1489
+ .blue-grey-text.text-lighten-3 {
1490
+ color: #b0bec5 !important; }
1491
+
1492
+ .blue-grey.lighten-2 {
1493
+ background-color: #90a4ae !important; }
1494
+
1495
+ .blue-grey-text.text-lighten-2 {
1496
+ color: #90a4ae !important; }
1497
+
1498
+ .blue-grey.lighten-1 {
1499
+ background-color: #78909c !important; }
1500
+
1501
+ .blue-grey-text.text-lighten-1 {
1502
+ color: #78909c !important; }
1503
+
1504
+ .blue-grey.darken-1 {
1505
+ background-color: #546e7a !important; }
1506
+
1507
+ .blue-grey-text.text-darken-1 {
1508
+ color: #546e7a !important; }
1509
+
1510
+ .blue-grey.darken-2 {
1511
+ background-color: #455a64 !important; }
1512
+
1513
+ .blue-grey-text.text-darken-2 {
1514
+ color: #455a64 !important; }
1515
+
1516
+ .blue-grey.darken-3 {
1517
+ background-color: #37474f !important; }
1518
+
1519
+ .blue-grey-text.text-darken-3 {
1520
+ color: #37474f !important; }
1521
+
1522
+ .blue-grey.darken-4 {
1523
+ background-color: #263238 !important; }
1524
+
1525
+ .blue-grey-text.text-darken-4 {
1526
+ color: #263238 !important; }
1527
+
1528
+ .grey {
1529
+ background-color: #9e9e9e !important; }
1530
+
1531
+ .grey-text {
1532
+ color: #9e9e9e !important; }
1533
+
1534
+ .grey.lighten-5 {
1535
+ background-color: #fafafa !important; }
1536
+
1537
+ .grey-text.text-lighten-5 {
1538
+ color: #fafafa !important; }
1539
+
1540
+ .grey.lighten-4 {
1541
+ background-color: #f5f5f5 !important; }
1542
+
1543
+ .grey-text.text-lighten-4 {
1544
+ color: #f5f5f5 !important; }
1545
+
1546
+ .grey.lighten-3 {
1547
+ background-color: #eeeeee !important; }
1548
+
1549
+ .grey-text.text-lighten-3 {
1550
+ color: #eeeeee !important; }
1551
+
1552
+ .grey.lighten-2 {
1553
+ background-color: #e0e0e0 !important; }
1554
+
1555
+ .grey-text.text-lighten-2 {
1556
+ color: #e0e0e0 !important; }
1557
+
1558
+ .grey.lighten-1 {
1559
+ background-color: #bdbdbd !important; }
1560
+
1561
+ .grey-text.text-lighten-1 {
1562
+ color: #bdbdbd !important; }
1563
+
1564
+ .grey.darken-1 {
1565
+ background-color: #757575 !important; }
1566
+
1567
+ .grey-text.text-darken-1 {
1568
+ color: #757575 !important; }
1569
+
1570
+ .grey.darken-2 {
1571
+ background-color: #616161 !important; }
1572
+
1573
+ .grey-text.text-darken-2 {
1574
+ color: #616161 !important; }
1575
+
1576
+ .grey.darken-3 {
1577
+ background-color: #424242 !important; }
1578
+
1579
+ .grey-text.text-darken-3 {
1580
+ color: #424242 !important; }
1581
+
1582
+ .grey.darken-4 {
1583
+ background-color: #212121 !important; }
1584
+
1585
+ .grey-text.text-darken-4 {
1586
+ color: #212121 !important; }
1587
+
1588
+ .black {
1589
+ background-color: #000000 !important; }
1590
+
1591
+ .black-text {
1592
+ color: #000000 !important; }
1593
+
1594
+ .white {
1595
+ background-color: #FFFFFF !important; }
1596
+
1597
+ .white-text {
1598
+ color: #FFFFFF !important; }
1599
+
1600
+ .transparent {
1601
+ background-color: transparent !important; }
1602
+
1603
+ .transparent-text {
1604
+ color: transparent !important; }
1605
+
1606
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
1607
  /**
1608
  * 1. Set default font family to sans-serif.
1609
  * 2. Prevent iOS and IE text size adjust after device orientation change,
1610
  * without disabling user zoom.
1611
+ */
1612
+ html {
1613
+ font-family: sans-serif;
1614
+ /* 1 */
1615
+ -ms-text-size-adjust: 100%;
1616
+ /* 2 */
1617
+ -webkit-text-size-adjust: 100%;
1618
+ /* 2 */ }
1619
+
1620
  /**
1621
  * Remove default margin.
1622
+ */
1623
+ body {
1624
+ margin: 0; }
1625
+
1626
  /* HTML5 display definitions
1627
+ ========================================================================== */
1628
  /**
1629
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
1630
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
1631
  * and Firefox.
1632
  * Correct `block` display not defined for `main` in IE 11.
1633
+ */
1634
+ article,
1635
+ aside,
1636
+ details,
1637
+ figcaption,
1638
+ figure,
1639
+ footer,
1640
+ header,
1641
+ hgroup,
1642
+ main,
1643
+ menu,
1644
+ nav,
1645
+ section,
1646
+ summary {
1647
+ display: block; }
1648
+
1649
  /**
1650
  * 1. Correct `inline-block` display not defined in IE 8/9.
1651
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
1652
+ */
1653
+ audio,
1654
+ canvas,
1655
+ progress,
1656
+ video {
1657
+ display: inline-block;
1658
+ /* 1 */
1659
+ vertical-align: baseline;
1660
+ /* 2 */ }
1661
+
1662
  /**
1663
  * Prevent modern browsers from displaying `audio` without controls.
1664
  * Remove excess height in iOS 5 devices.
1665
+ */
1666
+ audio:not([controls]) {
1667
+ display: none;
1668
+ height: 0; }
1669
+
1670
  /**
1671
  * Address `[hidden]` styling not present in IE 8/9/10.
1672
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
1673
+ */
1674
+ [hidden],
1675
+ template {
1676
+ display: none; }
1677
+
1678
  /* Links
1679
+ ========================================================================== */
1680
  /**
1681
  * Remove the gray background color from active links in IE 10.
1682
+ */
1683
+ a {
1684
+ background-color: transparent; }
1685
+
1686
  /**
1687
  * Improve readability of focused elements when they are also in an
1688
  * active/hover state.
1689
+ */
1690
+ a:active,
1691
+ a:hover {
1692
+ outline: 0; }
1693
+
1694
  /* Text-level semantics
1695
+ ========================================================================== */
1696
  /**
1697
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
1698
+ */
1699
+ abbr[title] {
1700
+ border-bottom: 1px dotted; }
1701
+
1702
  /**
1703
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
1704
+ */
1705
+ b,
1706
+ strong {
1707
+ font-weight: bold; }
1708
+
1709
  /**
1710
  * Address styling not present in Safari and Chrome.
1711
+ */
1712
+ dfn {
1713
+ font-style: italic; }
1714
+
1715
  /**
1716
  * Address variable `h1` font-size and margin within `section` and `article`
1717
  * contexts in Firefox 4+, Safari, and Chrome.
1718
+ */
1719
+ h1 {
1720
+ font-size: 2em;
1721
+ margin: 0.67em 0; }
1722
+
1723
  /**
1724
  * Address styling not present in IE 8/9.
1725
+ */
1726
+ mark {
1727
+ background: #ff0;
1728
+ color: #000; }
1729
+
1730
  /**
1731
  * Address inconsistent and variable font size in all browsers.
1732
+ */
1733
+ small {
1734
+ font-size: 80%; }
1735
+
1736
  /**
1737
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
1738
+ */
1739
+ sub,
1740
+ sup {
1741
+ font-size: 75%;
1742
+ line-height: 0;
1743
+ position: relative;
1744
+ vertical-align: baseline; }
1745
+
1746
+ sup {
1747
+ top: -0.5em; }
1748
+
1749
+ sub {
1750
+ bottom: -0.25em; }
1751
+
1752
  /* Embedded content
1753
+ ========================================================================== */
1754
  /**
1755
  * Remove border when inside `a` element in IE 8/9/10.
1756
+ */
1757
+ img {
1758
+ border: 0; }
1759
+
1760
  /**
1761
  * Correct overflow not hidden in IE 9/10/11.
1762
+ */
1763
+ svg:not(:root) {
1764
+ overflow: hidden; }
1765
+
1766
  /* Grouping content
1767
+ ========================================================================== */
1768
  /**
1769
  * Address margin not present in IE 8/9 and Safari.
1770
+ */
1771
+ figure {
1772
+ margin: 1em 40px; }
1773
+
1774
  /**
1775
  * Address differences between Firefox and other browsers.
1776
+ */
1777
+ hr {
1778
+ box-sizing: content-box;
1779
+ height: 0; }
1780
+
1781
  /**
1782
  * Contain overflow in all browsers.
1783
+ */
1784
+ pre {
1785
+ overflow: auto; }
1786
+
1787
  /**
1788
  * Address odd `em`-unit font size rendering in all browsers.
1789
+ */
1790
+ code,
1791
+ kbd,
1792
+ pre,
1793
+ samp {
1794
+ font-family: monospace, monospace;
1795
+ font-size: 1em; }
1796
+
1797
  /* Forms
1798
+ ========================================================================== */
1799
  /**
1800
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
1801
  * styling of `select`, unless a `border` property is set.
1802
+ */
1803
  /**
1804
  * 1. Correct color not being inherited.
1805
  * Known issue: affects color of disabled elements.
1806
  * 2. Correct font properties not being inherited.
1807
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
1808
+ */
1809
+ button,
1810
+ input,
1811
+ optgroup,
1812
+ select,
1813
+ textarea {
1814
+ color: inherit;
1815
+ /* 1 */
1816
+ font: inherit;
1817
+ /* 2 */
1818
+ margin: 0;
1819
+ /* 3 */ }
1820
+
1821
  /**
1822
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
1823
+ */
1824
+ button {
1825
+ overflow: visible; }
1826
+
1827
  /**
1828
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
1829
  * All other form control elements do not inherit `text-transform` values.
1830
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
1831
  * Correct `select` style inheritance in Firefox.
1832
+ */
1833
+ button,
1834
+ select {
1835
+ text-transform: none; }
1836
+
1837
  /**
1838
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
1839
  * and `video` controls.
1840
  * 2. Correct inability to style clickable `input` types in iOS.
1841
  * 3. Improve usability and consistency of cursor style between image-type
1842
  * `input` and others.
1843
+ */
1844
+ button,
1845
+ html input[type="button"],
1846
+ input[type="reset"],
1847
+ input[type="submit"] {
1848
+ -webkit-appearance: button;
1849
+ /* 2 */
1850
+ cursor: pointer;
1851
+ /* 3 */ }
1852
+
1853
  /**
1854
  * Re-set default cursor for disabled elements.
1855
+ */
1856
+ button[disabled],
1857
+ html input[disabled] {
1858
+ cursor: default; }
1859
+
1860
  /**
1861
  * Remove inner padding and border in Firefox 4+.
1862
+ */
1863
+ button::-moz-focus-inner,
1864
+ input::-moz-focus-inner {
1865
+ border: 0;
1866
+ padding: 0; }
1867
+
1868
  /**
1869
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
1870
  * the UA stylesheet.
1871
+ */
1872
+ input {
1873
+ line-height: normal; }
1874
+
1875
  /**
1876
  * It's recommended that you don't attempt to style these elements.
1877
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
1878
  *
1879
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
1880
  * 2. Remove excess padding in IE 8/9/10.
1881
+ */
1882
+ input[type="checkbox"],
1883
+ input[type="radio"] {
1884
+ box-sizing: border-box;
1885
+ /* 1 */
1886
+ padding: 0;
1887
+ /* 2 */ }
1888
+
1889
  /**
1890
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
1891
  * `font-size` values of the `input`, it causes the cursor style of the
1892
  * decrement button to change from `default` to `text`.
1893
+ */
1894
+ input[type="number"]::-webkit-inner-spin-button,
1895
+ input[type="number"]::-webkit-outer-spin-button {
1896
+ height: auto; }
1897
+
1898
  /**
1899
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
1900
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
1901
+ */
1902
+ input[type="search"] {
1903
+ -webkit-appearance: textfield;
1904
+ /* 1 */
1905
+ box-sizing: content-box;
1906
+ /* 2 */ }
1907
+
1908
  /**
1909
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
1910
  * Safari (but not Chrome) clips the cancel button when the search input has
1911
  * padding (and `textfield` appearance).
1912
+ */
1913
+ input[type="search"]::-webkit-search-cancel-button,
1914
+ input[type="search"]::-webkit-search-decoration {
1915
+ -webkit-appearance: none; }
1916
+
1917
  /**
1918
  * Define consistent border, margin, and padding.
1919
+ */
1920
+ fieldset {
1921
+ border: 1px solid #c0c0c0;
1922
+ margin: 0 2px;
1923
+ padding: 0.35em 0.625em 0.75em; }
1924
+
1925
  /**
1926
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
1927
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
1928
+ */
1929
+ legend {
1930
+ border: 0;
1931
+ /* 1 */
1932
+ padding: 0;
1933
+ /* 2 */ }
1934
+
1935
  /**
1936
  * Remove default vertical scrollbar in IE 8/9/10/11.
1937
+ */
1938
+ textarea {
1939
+ overflow: auto; }
1940
+
1941
  /**
1942
  * Don't inherit the `font-weight` (applied by a rule above).
1943
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
1944
+ */
1945
+ optgroup {
1946
+ font-weight: bold; }
1947
+
1948
  /* Tables
1949
+ ========================================================================== */
1950
  /**
1951
  * Remove most spacing between table cells.
1952
+ */
1953
+ table {
1954
+ border-collapse: collapse;
1955
+ border-spacing: 0; }
1956
+
1957
+ td,
1958
+ th {
1959
+ padding: 0; }
1960
+
1961
+ html {
1962
+ box-sizing: border-box; }
1963
+
1964
+ *, *:before, *:after {
1965
+ box-sizing: inherit; }
1966
+
1967
+ ul:not(.browser-default) {
1968
+ padding-left: 0;
1969
+ list-style-type: none; }
1970
+ ul:not(.browser-default) > li {
1971
+ list-style-type: none; }
1972
+
1973
+ a {
1974
+ color: #039be5;
1975
+ text-decoration: none;
1976
+ -webkit-tap-highlight-color: transparent; }
1977
+
1978
+ .valign-wrapper {
1979
+ display: flex;
1980
+ align-items: center; }
1981
+
1982
+ .clearfix {
1983
+ clear: both; }
1984
+
1985
+ .z-depth-0 {
1986
+ box-shadow: none !important; }
1987
+
1988
+ .z-depth-1, .card-panel, .card, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible {
1989
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
1990
+
1991
+ .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
1992
+ box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
1993
+
1994
+ .z-depth-2 {
1995
+ box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
1996
+
1997
+ .z-depth-3 {
1998
+ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }
1999
+
2000
+ .z-depth-4 {
2001
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }
2002
+
2003
+ .z-depth-5 {
2004
+ box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }
2005
+
2006
+ .hoverable {
2007
+ transition: box-shadow .25s; }
2008
+ .hoverable:hover {
2009
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
2010
+
2011
+ .divider {
2012
+ height: 1px;
2013
+ overflow: hidden;
2014
+ background-color: #e0e0e0; }
2015
+
2016
+ blockquote {
2017
+ margin: 20px 0;
2018
+ padding-left: 1.5rem;
2019
+ border-left: 5px solid #ee6e73; }
2020
+
2021
+ i {
2022
+ line-height: inherit; }
2023
+ i.left {
2024
+ float: left;
2025
+ margin-right: 15px; }
2026
+ i.right {
2027
+ float: right;
2028
+ margin-left: 15px; }
2029
+ i.tiny {
2030
+ font-size: 1rem; }
2031
+ i.small {
2032
+ font-size: 2rem; }
2033
+ i.medium {
2034
+ font-size: 4rem; }
2035
+ i.large {
2036
+ font-size: 6rem; }
2037
+
2038
+ img.responsive-img,
2039
+ video.responsive-video {
2040
+ max-width: 100%;
2041
+ height: auto; }
2042
+
2043
+ .pagination li {
2044
+ display: inline-block;
2045
+ border-radius: 2px;
2046
+ text-align: center;
2047
+ vertical-align: top;
2048
+ height: 30px; }
2049
+ .pagination li a {
2050
+ color: #444;
2051
+ display: inline-block;
2052
+ font-size: 1.2rem;
2053
+ padding: 0 10px;
2054
+ line-height: 30px; }
2055
+ .pagination li.active a {
2056
+ color: #fff; }
2057
+ .pagination li.active {
2058
+ background-color: #ee6e73; }
2059
+ .pagination li.disabled a {
2060
+ cursor: default;
2061
+ color: #999; }
2062
+ .pagination li i {
2063
+ font-size: 2rem; }
2064
+
2065
+ .pagination li.pages ul li {
2066
+ display: inline-block;
2067
+ float: none; }
2068
+
2069
+ @media only screen and (max-width: 992px) {
2070
+ .pagination {
2071
+ width: 100%; }
2072
+ .pagination li.prev,
2073
+ .pagination li.next {
2074
+ width: 10%; }
2075
+ .pagination li.pages {
2076
+ width: 80%;
2077
+ overflow: hidden;
2078
+ white-space: nowrap; } }
2079
+
2080
+ .breadcrumb {
2081
+ font-size: 18px;
2082
+ color: rgba(255, 255, 255, 0.7); }
2083
+ .breadcrumb i,
2084
+ .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
2085
+ .breadcrumb i.material-icons {
2086
+ display: inline-block;
2087
+ float: left;
2088
+ font-size: 24px; }
2089
+ .breadcrumb:before {
2090
+ content: '\E5CC';
2091
+ color: rgba(255, 255, 255, 0.7);
2092
+ vertical-align: top;
2093
+ display: inline-block;
2094
+ font-family: 'Material Icons';
2095
+ font-weight: normal;
2096
+ font-style: normal;
2097
+ font-size: 25px;
2098
+ margin: 0 10px 0 8px;
2099
+ -webkit-font-smoothing: antialiased; }
2100
+ .breadcrumb:first-child:before {
2101
+ display: none; }
2102
+ .breadcrumb:last-child {
2103
+ color: #fff; }
2104
+
2105
+ .parallax-container {
2106
+ position: relative;
2107
+ overflow: hidden;
2108
+ height: 500px; }
2109
+ .parallax-container .parallax {
2110
+ position: absolute;
2111
+ top: 0;
2112
+ left: 0;
2113
+ right: 0;
2114
+ bottom: 0;
2115
+ z-index: -1; }
2116
+ .parallax-container .parallax img {
2117
+ display: none;
2118
+ position: absolute;
2119
+ left: 50%;
2120
+ bottom: 0;
2121
+ min-width: 100%;
2122
+ min-height: 100%;
2123
+ transform: translate3d(0, 0, 0);
2124
+ transform: translateX(-50%); }
2125
+
2126
+ .pin-top, .pin-bottom {
2127
+ position: relative; }
2128
+
2129
+ .pinned {
2130
+ position: fixed !important; }
2131
+
2132
  /*********************
2133
  Transition Classes
2134
+ **********************/
2135
+ ul.staggered-list li {
2136
+ opacity: 0; }
2137
+
2138
+ .fade-in {
2139
+ opacity: 0;
2140
+ transform-origin: 0 50%; }
2141
+
2142
  /*********************
2143
  Media Query Classes
2144
+ **********************/
2145
+ @media only screen and (max-width: 600px) {
2146
+ .hide-on-small-only, .hide-on-small-and-down {
2147
+ display: none !important; } }
2148
+
2149
+ @media only screen and (max-width: 992px) {
2150
+ .hide-on-med-and-down {
2151
+ display: none !important; } }
2152
+
2153
+ @media only screen and (min-width: 601px) {
2154
+ .hide-on-med-and-up {
2155
+ display: none !important; } }
2156
+
2157
+ @media only screen and (min-width: 600px) and (max-width: 992px) {
2158
+ .hide-on-med-only {
2159
+ display: none !important; } }
2160
+
2161
+ @media only screen and (min-width: 993px) {
2162
+ .hide-on-large-only {
2163
+ display: none !important; } }
2164
+
2165
+ @media only screen and (min-width: 993px) {
2166
+ .show-on-large {
2167
+ display: block !important; } }
2168
+
2169
+ @media only screen and (min-width: 600px) and (max-width: 992px) {
2170
+ .show-on-medium {
2171
+ display: block !important; } }
2172
+
2173
+ @media only screen and (max-width: 600px) {
2174
+ .show-on-small {
2175
+ display: block !important; } }
2176
+
2177
+ @media only screen and (min-width: 601px) {
2178
+ .show-on-medium-and-up {
2179
+ display: block !important; } }
2180
+
2181
+ @media only screen and (max-width: 992px) {
2182
+ .show-on-medium-and-down {
2183
+ display: block !important; } }
2184
+
2185
+ @media only screen and (max-width: 600px) {
2186
+ .center-on-small-only {
2187
+ text-align: center; } }
2188
+
2189
+ .page-footer {
2190
+ padding-top: 20px;
2191
+ color: #fff;
2192
+ background-color: #ee6e73; }
2193
+ .page-footer .footer-copyright {
2194
+ overflow: hidden;
2195
+ min-height: 50px;
2196
+ display: flex;
2197
+ align-items: center;
2198
+ padding: 10px 0px;
2199
+ color: rgba(255, 255, 255, 0.8);
2200
+ background-color: rgba(51, 51, 51, 0.08); }
2201
+
2202
+ table, th, td {
2203
+ border: none; }
2204
+
2205
+ table {
2206
+ width: 100%;
2207
+ display: table; }
2208
+ table.bordered > thead > tr,
2209
+ table.bordered > tbody > tr {
2210
+ border-bottom: 1px solid #d0d0d0; }
2211
+ table.striped > tbody > tr:nth-child(odd) {
2212
+ background-color: #f2f2f2; }
2213
+ table.striped > tbody > tr > td {
2214
+ border-radius: 0; }
2215
+ table.highlight > tbody > tr {
2216
+ transition: background-color .25s ease; }
2217
+ table.highlight > tbody > tr:hover {
2218
+ background-color: #f2f2f2; }
2219
+ table.centered thead tr th, table.centered tbody tr td {
2220
+ text-align: center; }
2221
+
2222
+ thead {
2223
+ border-bottom: 1px solid #d0d0d0; }
2224
+
2225
+ td, th {
2226
+ padding: 15px 5px;
2227
+ display: table-cell;
2228
+ text-align: left;
2229
+ vertical-align: middle;
2230
+ border-radius: 2px; }
2231
+
2232
+ @media only screen and (max-width: 992px) {
2233
+ table.responsive-table {
2234
+ width: 100%;
2235
+ border-collapse: collapse;
2236
+ border-spacing: 0;
2237
+ display: block;
2238
+ position: relative;
2239
+ /* sort out borders */ }
2240
+ table.responsive-table td:empty:before {
2241
+ content: '\A0'; }
2242
+ table.responsive-table th,
2243
+ table.responsive-table td {
2244
+ margin: 0;
2245
+ vertical-align: top; }
2246
+ table.responsive-table th {
2247
+ text-align: left; }
2248
+ table.responsive-table thead {
2249
+ display: block;
2250
+ float: left; }
2251
+ table.responsive-table thead tr {
2252
+ display: block;
2253
+ padding: 0 10px 0 0; }
2254
+ table.responsive-table thead tr th::before {
2255
+ content: "\A0"; }
2256
+ table.responsive-table tbody {
2257
+ display: block;
2258
+ width: auto;
2259
+ position: relative;
2260
+ overflow-x: auto;
2261
+ white-space: nowrap; }
2262
+ table.responsive-table tbody tr {
2263
+ display: inline-block;
2264
+ vertical-align: top; }
2265
+ table.responsive-table th {
2266
+ display: block;
2267
+ text-align: right; }
2268
+ table.responsive-table td {
2269
+ display: block;
2270
+ min-height: 1.25em;
2271
+ text-align: left; }
2272
+ table.responsive-table tr {
2273
+ padding: 0 10px; }
2274
+ table.responsive-table thead {
2275
+ border: 0;
2276
+ border-right: 1px solid #d0d0d0; }
2277
+ table.responsive-table.bordered th {
2278
+ border-bottom: 0;
2279
+ border-left: 0; }
2280
+ table.responsive-table.bordered td {
2281
+ border-left: 0;
2282
+ border-right: 0;
2283
+ border-bottom: 0; }
2284
+ table.responsive-table.bordered tr {
2285
+ border: 0; }
2286
+ table.responsive-table.bordered tbody tr {
2287
+ border-right: 1px solid #d0d0d0; } }
2288
+
2289
+ .collection {
2290
+ margin: 0.5rem 0 1rem 0;
2291
+ border: 1px solid #e0e0e0;
2292
+ border-radius: 2px;
2293
+ overflow: hidden;
2294
+ position: relative; }
2295
+ .collection .collection-item {
2296
+ background-color: #fff;
2297
+ line-height: 1.5rem;
2298
+ padding: 10px 20px;
2299
+ margin: 0;
2300
+ border-bottom: 1px solid #e0e0e0; }
2301
+ .collection .collection-item.avatar {
2302
+ min-height: 84px;
2303
+ padding-left: 72px;
2304
+ position: relative; }
2305
+ .collection .collection-item.avatar:not(.circle-clipper) > .circle,
2306
+ .collection .collection-item.avatar :not(.circle-clipper) > .circle {
2307
+ position: absolute;
2308
+ width: 42px;
2309
+ height: 42px;
2310
+ overflow: hidden;
2311
+ left: 15px;
2312
+ display: inline-block;
2313
+ vertical-align: middle; }
2314
+ .collection .collection-item.avatar i.circle {
2315
+ font-size: 18px;
2316
+ line-height: 42px;
2317
+ color: #fff;
2318
+ background-color: #999;
2319
+ text-align: center; }
2320
+ .collection .collection-item.avatar .title {
2321
+ font-size: 16px; }
2322
+ .collection .collection-item.avatar p {
2323
+ margin: 0; }
2324
+ .collection .collection-item.avatar .secondary-content {
2325
+ position: absolute;
2326
+ top: 16px;
2327
+ right: 16px; }
2328
+ .collection .collection-item:last-child {
2329
+ border-bottom: none; }
2330
+ .collection .collection-item.active {
2331
+ background-color: #26a69a;
2332
+ color: #eafaf9; }
2333
+ .collection .collection-item.active .secondary-content {
2334
+ color: #fff; }
2335
+ .collection a.collection-item {
2336
+ display: block;
2337
+ transition: .25s;
2338
+ color: #26a69a; }
2339
+ .collection a.collection-item:not(.active):hover {
2340
+ background-color: #ddd; }
2341
+ .collection.with-header .collection-header {
2342
+ background-color: #fff;
2343
+ border-bottom: 1px solid #e0e0e0;
2344
+ padding: 10px 20px; }
2345
+ .collection.with-header .collection-item {
2346
+ padding-left: 30px; }
2347
+ .collection.with-header .collection-item.avatar {
2348
+ padding-left: 72px; }
2349
+
2350
+ .secondary-content {
2351
+ float: right;
2352
+ color: #26a69a; }
2353
+
2354
+ .collapsible .collection {
2355
+ margin: 0;
2356
+ border: none; }
2357
+
2358
+ .video-container {
2359
+ position: relative;
2360
+ padding-bottom: 56.25%;
2361
+ height: 0;
2362
+ overflow: hidden; }
2363
+ .video-container iframe, .video-container object, .video-container embed {
2364
+ position: absolute;
2365
+ top: 0;
2366
+ left: 0;
2367
+ width: 100%;
2368
+ height: 100%; }
2369
+
2370
+ .progress {
2371
+ position: relative;
2372
+ height: 4px;
2373
+ display: block;
2374
+ width: 100%;
2375
+ background-color: #acece6;
2376
+ border-radius: 2px;
2377
+ margin: 0.5rem 0 1rem 0;
2378
+ overflow: hidden; }
2379
+ .progress .determinate {
2380
+ position: absolute;
2381
+ top: 0;
2382
+ left: 0;
2383
+ bottom: 0;
2384
+ background-color: #26a69a;
2385
+ transition: width .3s linear; }
2386
+ .progress .indeterminate {
2387
+ background-color: #26a69a; }
2388
+ .progress .indeterminate:before {
2389
+ content: '';
2390
+ position: absolute;
2391
+ background-color: inherit;
2392
+ top: 0;
2393
+ left: 0;
2394
+ bottom: 0;
2395
+ will-change: left, right;
2396
+ animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
2397
+ .progress .indeterminate:after {
2398
+ content: '';
2399
+ position: absolute;
2400
+ background-color: inherit;
2401
+ top: 0;
2402
+ left: 0;
2403
+ bottom: 0;
2404
+ will-change: left, right;
2405
+ animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
2406
+ animation-delay: 1.15s; }
2407
+
2408
+ @keyframes indeterminate {
2409
+ 0% {
2410
+ left: -35%;
2411
+ right: 100%; }
2412
+ 60% {
2413
+ left: 100%;
2414
+ right: -90%; }
2415
+ 100% {
2416
+ left: 100%;
2417
+ right: -90%; } }
2418
+
2419
+ @keyframes indeterminate-short {
2420
+ 0% {
2421
+ left: -200%;
2422
+ right: 100%; }
2423
+ 60% {
2424
+ left: 107%;
2425
+ right: -8%; }
2426
+ 100% {
2427
+ left: 107%;
2428
+ right: -8%; } }
2429
+
2430
  /*******************
2431
  Utility Classes
2432
+ *******************/
2433
+ .hide {
2434
+ display: none !important; }
2435
+
2436
+ .left-align {
2437
+ text-align: left; }
2438
+
2439
+ .right-align {
2440
+ text-align: right; }
2441
+
2442
+ .center, .center-align {
2443
+ text-align: center; }
2444
+
2445
+ .left {
2446
+ float: left !important; }
2447
+
2448
+ .right {
2449
+ float: right !important; }
2450
+
2451
+ .no-select {
2452
+ user-select: none; }
2453
+
2454
+ .circle {
2455
+ border-radius: 50%; }
2456
+
2457
+ .center-block {
2458
+ display: block;
2459
+ margin-left: auto;
2460
+ margin-right: auto; }
2461
+
2462
+ .truncate {
2463
+ display: block;
2464
+ white-space: nowrap;
2465
+ overflow: hidden;
2466
+ text-overflow: ellipsis; }
2467
+
2468
+ .no-padding {
2469
+ padding: 0 !important; }
2470
+
2471
+ .container {
2472
+ margin: 0 auto;
2473
+ max-width: 1280px;
2474
+ width: 90%; }
2475
+
2476
+ @media only screen and (min-width: 601px) {
2477
+ .container {
2478
+ width: 85%; } }
2479
+
2480
+ @media only screen and (min-width: 993px) {
2481
+ .container {
2482
+ width: 70%; } }
2483
+
2484
+ .container .row {
2485
+ margin-left: -0.75rem;
2486
+ margin-right: -0.75rem; }
2487
+
2488
+ .section {
2489
+ padding-top: 1rem;
2490
+ padding-bottom: 1rem; }
2491
+ .section.no-pad {
2492
+ padding: 0; }
2493
+ .section.no-pad-bot {
2494
+ padding-bottom: 0; }
2495
+ .section.no-pad-top {
2496
+ padding-top: 0; }
2497
+
2498
+ .row {
2499
+ margin-left: auto;
2500
+ margin-right: auto;
2501
+ margin-bottom: 20px; }
2502
+ .row:after {
2503
+ content: "";
2504
+ display: table;
2505
+ clear: both; }
2506
+ .row .col {
2507
+ float: left;
2508
+ box-sizing: border-box;
2509
+ padding: 0 0.75rem;
2510
+ min-height: 1px; }
2511
+ .row .col[class*="push-"], .row .col[class*="pull-"] {
2512
+ position: relative; }
2513
+ .row .col.s1 {
2514
+ width: 8.33333%;
2515
+ margin-left: auto;
2516
+ left: auto;
2517
+ right: auto; }
2518
+ .row .col.s2 {
2519
+ width: 16.66667%;
2520
+ margin-left: auto;
2521
+ left: auto;
2522
+ right: auto; }
2523
+ .row .col.s3 {
2524
+ width: 25%;
2525
+ margin-left: auto;
2526
+ left: auto;
2527
+ right: auto; }
2528
+ .row .col.s4 {
2529
+ width: 33.33333%;
2530
+ margin-left: auto;
2531
+ left: auto;
2532
+ right: auto; }
2533
+ .row .col.s5 {
2534
+ width: 41.66667%;
2535
+ margin-left: auto;
2536
+ left: auto;
2537
+ right: auto; }
2538
+ .row .col.s6 {
2539
+ width: 50%;
2540
+ margin-left: auto;
2541
+ left: auto;
2542
+ right: auto; }
2543
+ .row .col.s7 {
2544
+ width: 58.33333%;
2545
+ margin-left: auto;
2546
+ left: auto;
2547
+ right: auto; }
2548
+ .row .col.s8 {
2549
+ width: 66.66667%;
2550
+ margin-left: auto;
2551
+ left: auto;
2552
+ right: auto; }
2553
+ .row .col.s9 {
2554
+ width: 75%;
2555
+ margin-left: auto;
2556
+ left: auto;
2557
+ right: auto; }
2558
+ .row .col.s10 {
2559
+ width: 83.33333%;
2560
+ margin-left: auto;
2561
+ left: auto;
2562
+ right: auto; }
2563
+ .row .col.s11 {
2564
+ width: 91.66667%;
2565
+ margin-left: auto;
2566
+ left: auto;
2567
+ right: auto; }
2568
+ .row .col.s12 {
2569
+ width: 100%;
2570
+ margin-left: auto;
2571
+ left: auto;
2572
+ right: auto; }
2573
+ .row .col.offset-s1 {
2574
+ margin-left: 8.33333%; }
2575
+ .row .col.pull-s1 {
2576
+ right: 8.33333%; }
2577
+ .row .col.push-s1 {
2578
+ left: 8.33333%; }
2579
+ .row .col.offset-s2 {
2580
+ margin-left: 16.66667%; }
2581
+ .row .col.pull-s2 {
2582
+ right: 16.66667%; }
2583
+ .row .col.push-s2 {
2584
+ left: 16.66667%; }
2585
+ .row .col.offset-s3 {
2586
+ margin-left: 25%; }
2587
+ .row .col.pull-s3 {
2588
+ right: 25%; }
2589
+ .row .col.push-s3 {
2590
+ left: 25%; }
2591
+ .row .col.offset-s4 {
2592
+ margin-left: 33.33333%; }
2593
+ .row .col.pull-s4 {
2594
+ right: 33.33333%; }
2595
+ .row .col.push-s4 {
2596
+ left: 33.33333%; }
2597
+ .row .col.offset-s5 {
2598
+ margin-left: 41.66667%; }
2599
+ .row .col.pull-s5 {
2600
+ right: 41.66667%; }
2601
+ .row .col.push-s5 {
2602
+ left: 41.66667%; }
2603
+ .row .col.offset-s6 {
2604
+ margin-left: 50%; }
2605
+ .row .col.pull-s6 {
2606
+ right: 50%; }
2607
+ .row .col.push-s6 {
2608
+ left: 50%; }
2609
+ .row .col.offset-s7 {
2610
+ margin-left: 58.33333%; }
2611
+ .row .col.pull-s7 {
2612
+ right: 58.33333%; }
2613
+ .row .col.push-s7 {
2614
+ left: 58.33333%; }
2615
+ .row .col.offset-s8 {
2616
+ margin-left: 66.66667%; }
2617
+ .row .col.pull-s8 {
2618
+ right: 66.66667%; }
2619
+ .row .col.push-s8 {
2620
+ left: 66.66667%; }
2621
+ .row .col.offset-s9 {
2622
+ margin-left: 75%; }
2623
+ .row .col.pull-s9 {
2624
+ right: 75%; }
2625
+ .row .col.push-s9 {
2626
+ left: 75%; }
2627
+ .row .col.offset-s10 {
2628
+ margin-left: 83.33333%; }
2629
+ .row .col.pull-s10 {
2630
+ right: 83.33333%; }
2631
+ .row .col.push-s10 {
2632
+ left: 83.33333%; }
2633
+ .row .col.offset-s11 {
2634
+ margin-left: 91.66667%; }
2635
+ .row .col.pull-s11 {
2636
+ right: 91.66667%; }
2637
+ .row .col.push-s11 {
2638
+ left: 91.66667%; }
2639
+ .row .col.offset-s12 {
2640
+ margin-left: 100%; }
2641
+ .row .col.pull-s12 {
2642
+ right: 100%; }
2643
+ .row .col.push-s12 {
2644
+ left: 100%; }
2645
+ @media only screen and (min-width: 601px) {
2646
+ .row .col.m1 {
2647
+ width: 8.33333%;
2648
+ margin-left: auto;
2649
+ left: auto;
2650
+ right: auto; }
2651
+ .row .col.m2 {
2652
+ width: 16.66667%;
2653
+ margin-left: auto;
2654
+ left: auto;
2655
+ right: auto; }
2656
+ .row .col.m3 {
2657
+ width: 25%;
2658
+ margin-left: auto;
2659
+ left: auto;
2660
+ right: auto; }
2661
+ .row .col.m4 {
2662
+ width: 33.33333%;
2663
+ margin-left: auto;
2664
+ left: auto;
2665
+ right: auto; }
2666
+ .row .col.m5 {
2667
+ width: 41.66667%;
2668
+ margin-left: auto;
2669
+ left: auto;
2670
+ right: auto; }
2671
+ .row .col.m6 {
2672
+ width: 50%;
2673
+ margin-left: auto;
2674
+ left: auto;
2675
+ right: auto; }
2676
+ .row .col.m7 {
2677
+ width: 58.33333%;
2678
+ margin-left: auto;
2679
+ left: auto;
2680
+ right: auto; }
2681
+ .row .col.m8 {
2682
+ width: 66.66667%;
2683
+ margin-left: auto;
2684
+ left: auto;
2685
+ right: auto; }
2686
+ .row .col.m9 {
2687
+ width: 75%;
2688
+ margin-left: auto;
2689
+ left: auto;
2690
+ right: auto; }
2691
+ .row .col.m10 {
2692
+ width: 83.33333%;
2693
+ margin-left: auto;
2694
+ left: auto;
2695
+ right: auto; }
2696
+ .row .col.m11 {
2697
+ width: 91.66667%;
2698
+ margin-left: auto;
2699
+ left: auto;
2700
+ right: auto; }
2701
+ .row .col.m12 {
2702
+ width: 100%;
2703
+ margin-left: auto;
2704
+ left: auto;
2705
+ right: auto; }
2706
+ .row .col.offset-m1 {
2707
+ margin-left: 8.33333%; }
2708
+ .row .col.pull-m1 {
2709
+ right: 8.33333%; }
2710
+ .row .col.push-m1 {
2711
+ left: 8.33333%; }
2712
+ .row .col.offset-m2 {
2713
+ margin-left: 16.66667%; }
2714
+ .row .col.pull-m2 {
2715
+ right: 16.66667%; }
2716
+ .row .col.push-m2 {
2717
+ left: 16.66667%; }
2718
+ .row .col.offset-m3 {
2719
+ margin-left: 25%; }
2720
+ .row .col.pull-m3 {
2721
+ right: 25%; }
2722
+ .row .col.push-m3 {
2723
+ left: 25%; }
2724
+ .row .col.offset-m4 {
2725
+ margin-left: 33.33333%; }
2726
+ .row .col.pull-m4 {
2727
+ right: 33.33333%; }
2728
+ .row .col.push-m4 {
2729
+ left: 33.33333%; }
2730
+ .row .col.offset-m5 {
2731
+ margin-left: 41.66667%; }
2732
+ .row .col.pull-m5 {
2733
+ right: 41.66667%; }
2734
+ .row .col.push-m5 {
2735
+ left: 41.66667%; }
2736
+ .row .col.offset-m6 {
2737
+ margin-left: 50%; }
2738
+ .row .col.pull-m6 {
2739
+ right: 50%; }
2740
+ .row .col.push-m6 {
2741
+ left: 50%; }
2742
+ .row .col.offset-m7 {
2743
+ margin-left: 58.33333%; }
2744
+ .row .col.pull-m7 {
2745
+ right: 58.33333%; }
2746
+ .row .col.push-m7 {
2747
+ left: 58.33333%; }
2748
+ .row .col.offset-m8 {
2749
+ margin-left: 66.66667%; }
2750
+ .row .col.pull-m8 {
2751
+ right: 66.66667%; }
2752
+ .row .col.push-m8 {
2753
+ left: 66.66667%; }
2754
+ .row .col.offset-m9 {
2755
+ margin-left: 75%; }
2756
+ .row .col.pull-m9 {
2757
+ right: 75%; }
2758
+ .row .col.push-m9 {
2759
+ left: 75%; }
2760
+ .row .col.offset-m10 {
2761
+ margin-left: 83.33333%; }
2762
+ .row .col.pull-m10 {
2763
+ right: 83.33333%; }
2764
+ .row .col.push-m10 {
2765
+ left: 83.33333%; }
2766
+ .row .col.offset-m11 {
2767
+ margin-left: 91.66667%; }
2768
+ .row .col.pull-m11 {
2769
+ right: 91.66667%; }
2770
+ .row .col.push-m11 {
2771
+ left: 91.66667%; }
2772
+ .row .col.offset-m12 {
2773
+ margin-left: 100%; }
2774
+ .row .col.pull-m12 {
2775
+ right: 100%; }
2776
+ .row .col.push-m12 {
2777
+ left: 100%; } }
2778
+ @media only screen and (min-width: 993px) {
2779
+ .row .col.l1 {
2780
+ width: 8.33333%;
2781
+ margin-left: auto;
2782
+ left: auto;
2783
+ right: auto; }
2784
+ .row .col.l2 {
2785
+ width: 16.66667%;
2786
+ margin-left: auto;
2787
+ left: auto;
2788
+ right: auto; }
2789
+ .row .col.l3 {
2790
+ width: 25%;
2791
+ margin-left: auto;
2792
+ left: auto;
2793
+ right: auto; }
2794
+ .row .col.l4 {
2795
+ width: 33.33333%;
2796
+ margin-left: auto;
2797
+ left: auto;
2798
+ right: auto; }
2799
+ .row .col.l5 {
2800
+ width: 41.66667%;
2801
+ margin-left: auto;
2802
+ left: auto;
2803
+ right: auto; }
2804
+ .row .col.l6 {
2805
+ width: 50%;
2806
+ margin-left: auto;
2807
+ left: auto;
2808
+ right: auto; }
2809
+ .row .col.l7 {
2810
+ width: 58.33333%;
2811
+ margin-left: auto;
2812
+ left: auto;
2813
+ right: auto; }
2814
+ .row .col.l8 {
2815
+ width: 66.66667%;
2816
+ margin-left: auto;
2817
+ left: auto;
2818
+ right: auto; }
2819
+ .row .col.l9 {
2820
+ width: 75%;
2821
+ margin-left: auto;
2822
+ left: auto;
2823
+ right: auto; }
2824
+ .row .col.l10 {
2825
+ width: 83.33333%;
2826
+ margin-left: auto;
2827
+ left: auto;
2828
+ right: auto; }
2829
+ .row .col.l11 {
2830
+ width: 91.66667%;
2831
+ margin-left: auto;
2832
+ left: auto;
2833
+ right: auto; }
2834
+ .row .col.l12 {
2835
+ width: 100%;
2836
+ margin-left: auto;
2837
+ left: auto;
2838
+ right: auto; }
2839
+ .row .col.offset-l1 {
2840
+ margin-left: 8.33333%; }
2841
+ .row .col.pull-l1 {
2842
+ right: 8.33333%; }
2843
+ .row .col.push-l1 {
2844
+ left: 8.33333%; }
2845
+ .row .col.offset-l2 {
2846
+ margin-left: 16.66667%; }
2847
+ .row .col.pull-l2 {
2848
+ right: 16.66667%; }
2849
+ .row .col.push-l2 {
2850
+ left: 16.66667%; }
2851
+ .row .col.offset-l3 {
2852
+ margin-left: 25%; }
2853
+ .row .col.pull-l3 {
2854
+ right: 25%; }
2855
+ .row .col.push-l3 {
2856
+ left: 25%; }
2857
+ .row .col.offset-l4 {
2858
+ margin-left: 33.33333%; }
2859
+ .row .col.pull-l4 {
2860
+ right: 33.33333%; }
2861
+ .row .col.push-l4 {
2862
+ left: 33.33333%; }
2863
+ .row .col.offset-l5 {
2864
+ margin-left: 41.66667%; }
2865
+ .row .col.pull-l5 {
2866
+ right: 41.66667%; }
2867
+ .row .col.push-l5 {
2868
+ left: 41.66667%; }
2869
+ .row .col.offset-l6 {
2870
+ margin-left: 50%; }
2871
+ .row .col.pull-l6 {
2872
+ right: 50%; }
2873
+ .row .col.push-l6 {
2874
+ left: 50%; }
2875
+ .row .col.offset-l7 {
2876
+ margin-left: 58.33333%; }
2877
+ .row .col.pull-l7 {
2878
+ right: 58.33333%; }
2879
+ .row .col.push-l7 {
2880
+ left: 58.33333%; }
2881
+ .row .col.offset-l8 {
2882
+ margin-left: 66.66667%; }
2883
+ .row .col.pull-l8 {
2884
+ right: 66.66667%; }
2885
+ .row .col.push-l8 {
2886
+ left: 66.66667%; }
2887
+ .row .col.offset-l9 {
2888
+ margin-left: 75%; }
2889
+ .row .col.pull-l9 {
2890
+ right: 75%; }
2891
+ .row .col.push-l9 {
2892
+ left: 75%; }
2893
+ .row .col.offset-l10 {
2894
+ margin-left: 83.33333%; }
2895
+ .row .col.pull-l10 {
2896
+ right: 83.33333%; }
2897
+ .row .col.push-l10 {
2898
+ left: 83.33333%; }
2899
+ .row .col.offset-l11 {
2900
+ margin-left: 91.66667%; }
2901
+ .row .col.pull-l11 {
2902
+ right: 91.66667%; }
2903
+ .row .col.push-l11 {
2904
+ left: 91.66667%; }
2905
+ .row .col.offset-l12 {
2906
+ margin-left: 100%; }
2907
+ .row .col.pull-l12 {
2908
+ right: 100%; }
2909
+ .row .col.push-l12 {
2910
+ left: 100%; } }
2911
+ @media only screen and (min-width: 1201px) {
2912
+ .row .col.xl1 {
2913
+ width: 8.33333%;
2914
+ margin-left: auto;
2915
+ left: auto;
2916
+ right: auto; }
2917
+ .row .col.xl2 {
2918
+ width: 16.66667%;
2919
+ margin-left: auto;
2920
+ left: auto;
2921
+ right: auto; }
2922
+ .row .col.xl3 {
2923
+ width: 25%;
2924
+ margin-left: auto;
2925
+ left: auto;
2926
+ right: auto; }
2927
+ .row .col.xl4 {
2928
+ width: 33.33333%;
2929
+ margin-left: auto;
2930
+ left: auto;
2931
+ right: auto; }
2932
+ .row .col.xl5 {
2933
+ width: 41.66667%;
2934
+ margin-left: auto;
2935
+ left: auto;
2936
+ right: auto; }
2937
+ .row .col.xl6 {
2938
+ width: 50%;
2939
+ margin-left: auto;
2940
+ left: auto;
2941
+ right: auto; }
2942
+ .row .col.xl7 {
2943
+ width: 58.33333%;
2944
+ margin-left: auto;
2945
+ left: auto;
2946
+ right: auto; }
2947
+ .row .col.xl8 {
2948
+ width: 66.66667%;
2949
+ margin-left: auto;
2950
+ left: auto;
2951
+ right: auto; }
2952
+ .row .col.xl9 {
2953
+ width: 75%;
2954
+ margin-left: auto;
2955
+ left: auto;
2956
+ right: auto; }
2957
+ .row .col.xl10 {
2958
+ width: 83.33333%;
2959
+ margin-left: auto;
2960
+ left: auto;
2961
+ right: auto; }
2962
+ .row .col.xl11 {
2963
+ width: 91.66667%;
2964
+ margin-left: auto;
2965
+ left: auto;
2966
+ right: auto; }
2967
+ .row .col.xl12 {
2968
+ width: 100%;
2969
+ margin-left: auto;
2970
+ left: auto;
2971
+ right: auto; }
2972
+ .row .col.offset-xl1 {
2973
+ margin-left: 8.33333%; }
2974
+ .row .col.pull-xl1 {
2975
+ right: 8.33333%; }
2976
+ .row .col.push-xl1 {
2977
+ left: 8.33333%; }
2978
+ .row .col.offset-xl2 {
2979
+ margin-left: 16.66667%; }
2980
+ .row .col.pull-xl2 {
2981
+ right: 16.66667%; }
2982
+ .row .col.push-xl2 {
2983
+ left: 16.66667%; }
2984
+ .row .col.offset-xl3 {
2985
+ margin-left: 25%; }
2986
+ .row .col.pull-xl3 {
2987
+ right: 25%; }
2988
+ .row .col.push-xl3 {
2989
+ left: 25%; }
2990
+ .row .col.offset-xl4 {
2991
+ margin-left: 33.33333%; }
2992
+ .row .col.pull-xl4 {
2993
+ right: 33.33333%; }
2994
+ .row .col.push-xl4 {
2995
+ left: 33.33333%; }
2996
+ .row .col.offset-xl5 {
2997
+ margin-left: 41.66667%; }
2998
+ .row .col.pull-xl5 {
2999
+ right: 41.66667%; }
3000
+ .row .col.push-xl5 {
3001
+ left: 41.66667%; }
3002
+ .row .col.offset-xl6 {
3003
+ margin-left: 50%; }
3004
+ .row .col.pull-xl6 {
3005
+ right: 50%; }
3006
+ .row .col.push-xl6 {
3007
+ left: 50%; }
3008
+ .row .col.offset-xl7 {
3009
+ margin-left: 58.33333%; }
3010
+ .row .col.pull-xl7 {
3011
+ right: 58.33333%; }
3012
+ .row .col.push-xl7 {
3013
+ left: 58.33333%; }
3014
+ .row .col.offset-xl8 {
3015
+ margin-left: 66.66667%; }
3016
+ .row .col.pull-xl8 {
3017
+ right: 66.66667%; }
3018
+ .row .col.push-xl8 {
3019
+ left: 66.66667%; }
3020
+ .row .col.offset-xl9 {
3021
+ margin-left: 75%; }
3022
+ .row .col.pull-xl9 {
3023
+ right: 75%; }
3024
+ .row .col.push-xl9 {
3025
+ left: 75%; }
3026
+ .row .col.offset-xl10 {
3027
+ margin-left: 83.33333%; }
3028
+ .row .col.pull-xl10 {
3029
+ right: 83.33333%; }
3030
+ .row .col.push-xl10 {
3031
+ left: 83.33333%; }
3032
+ .row .col.offset-xl11 {
3033
+ margin-left: 91.66667%; }
3034
+ .row .col.pull-xl11 {
3035
+ right: 91.66667%; }
3036
+ .row .col.push-xl11 {
3037
+ left: 91.66667%; }
3038
+ .row .col.offset-xl12 {
3039
+ margin-left: 100%; }
3040
+ .row .col.pull-xl12 {
3041
+ right: 100%; }
3042
+ .row .col.push-xl12 {
3043
+ left: 100%; } }
3044
+
3045
+ a {
3046
+ text-decoration: none; }
3047
+
3048
+ html {
3049
+ line-height: 1.5;
3050
+ font-family: "Roboto", sans-serif;
3051
+ font-weight: normal;
3052
+ color: rgba(0, 0, 0, 0.87); }
3053
+ @media only screen and (min-width: 0) {
3054
+ html {
3055
+ font-size: 14px; } }
3056
+ @media only screen and (min-width: 992px) {
3057
+ html {
3058
+ font-size: 14.5px; } }
3059
+ @media only screen and (min-width: 1200px) {
3060
+ html {
3061
+ font-size: 15px; } }
3062
+
3063
+ h1, h2, h3, h4, h5, h6 {
3064
+ font-weight: 400;
3065
+ line-height: 1.1; }
3066
+
3067
+ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
3068
+ font-weight: inherit; }
3069
+
3070
+ h1 {
3071
+ font-size: 4.2rem;
3072
+ line-height: 110%;
3073
+ margin: 2.1rem 0 1.68rem 0; }
3074
+
3075
+ h2 {
3076
+ font-size: 3.56rem;
3077
+ line-height: 110%;
3078
+ margin: 1.78rem 0 1.424rem 0; }
3079
+
3080
+ h3 {
3081
+ font-size: 2.92rem;
3082
+ line-height: 110%;
3083
+ margin: 1.46rem 0 1.168rem 0; }
3084
+
3085
+ h4 {
3086
+ font-size: 2.28rem;
3087
+ line-height: 110%;
3088
+ margin: 1.14rem 0 0.912rem 0; }
3089
+
3090
+ h5 {
3091
+ font-size: 1.64rem;
3092
+ line-height: 110%;
3093
+ margin: 0.82rem 0 0.656rem 0; }
3094
+
3095
+ h6 {
3096
+ font-size: 1rem;
3097
+ line-height: 110%;
3098
+ margin: 0.5rem 0 0.4rem 0; }
3099
+
3100
+ em {
3101
+ font-style: italic; }
3102
+
3103
+ strong {
3104
+ font-weight: 500; }
3105
+
3106
+ small {
3107
+ font-size: 75%; }
3108
+
3109
+ .light, .page-footer .footer-copyright {
3110
+ font-weight: 300; }
3111
+
3112
+ .thin {
3113
+ font-weight: 200; }
3114
+
3115
+ .flow-text {
3116
+ font-weight: 300; }
3117
+ @media only screen and (min-width: 360px) {
3118
+ .flow-text {
3119
+ font-size: 1.2rem; } }
3120
+ @media only screen and (min-width: 390px) {
3121
+ .flow-text {
3122
+ font-size: 1.224rem; } }
3123
+ @media only screen and (min-width: 420px) {
3124
+ .flow-text {
3125
+ font-size: 1.248rem; } }
3126
+ @media only screen and (min-width: 450px) {
3127
+ .flow-text {
3128
+ font-size: 1.272rem; } }
3129
+ @media only screen and (min-width: 480px) {
3130
+ .flow-text {
3131
+ font-size: 1.296rem; } }
3132
+ @media only screen and (min-width: 510px) {
3133
+ .flow-text {
3134
+ font-size: 1.32rem; } }
3135
+ @media only screen and (min-width: 540px) {
3136
+ .flow-text {
3137
+ font-size: 1.344rem; } }
3138
+ @media only screen and (min-width: 570px) {
3139
+ .flow-text {
3140
+ font-size: 1.368rem; } }
3141
+ @media only screen and (min-width: 600px) {
3142
+ .flow-text {
3143
+ font-size: 1.392rem; } }
3144
+ @media only screen and (min-width: 630px) {
3145
+ .flow-text {
3146
+ font-size: 1.416rem; } }
3147
+ @media only screen and (min-width: 660px) {
3148
+ .flow-text {
3149
+ font-size: 1.44rem; } }
3150
+ @media only screen and (min-width: 690px) {
3151
+ .flow-text {
3152
+ font-size: 1.464rem; } }
3153
+ @media only screen and (min-width: 720px) {
3154
+ .flow-text {
3155
+ font-size: 1.488rem; } }
3156
+ @media only screen and (min-width: 750px) {
3157
+ .flow-text {
3158
+ font-size: 1.512rem; } }
3159
+ @media only screen and (min-width: 780px) {
3160
+ .flow-text {
3161
+ font-size: 1.536rem; } }
3162
+ @media only screen and (min-width: 810px) {
3163
+ .flow-text {
3164
+ font-size: 1.56rem; } }
3165
+ @media only screen and (min-width: 840px) {
3166
+ .flow-text {
3167
+ font-size: 1.584rem; } }
3168
+ @media only screen and (min-width: 870px) {
3169
+ .flow-text {
3170
+ font-size: 1.608rem; } }
3171
+ @media only screen and (min-width: 900px) {
3172
+ .flow-text {
3173
+ font-size: 1.632rem; } }
3174
+ @media only screen and (min-width: 930px) {
3175
+ .flow-text {
3176
+ font-size: 1.656rem; } }
3177
+ @media only screen and (min-width: 960px) {
3178
+ .flow-text {
3179
+ font-size: 1.68rem; } }
3180
+ @media only screen and (max-width: 360px) {
3181
+ .flow-text {
3182
+ font-size: 1.2rem; } }
3183
+
3184
+ .scale-transition {
3185
+ transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }
3186
+ .scale-transition.scale-out {
3187
+ transform: scale(0);
3188
+ transition: transform .2s !important; }
3189
+ .scale-transition.scale-in {
3190
+ transform: scale(1); }
3191
+
3192
+ .card-panel {
3193
+ transition: box-shadow .25s;
3194
+ padding: 24px;
3195
+ margin: 0.5rem 0 1rem 0;
3196
+ border-radius: 2px;
3197
+ background-color: #fff; }
3198
+
3199
+ .card {
3200
+ position: relative;
3201
+ margin: 0.5rem 0 1rem 0;
3202
+ background-color: #fff;
3203
+ transition: box-shadow .25s;
3204
+ border-radius: 2px; }
3205
+ .card .card-title {
3206
+ font-size: 24px;
3207
+ font-weight: 300; }
3208
+ .card .card-title.activator {
3209
+ cursor: pointer; }
3210
+ .card.small, .card.medium, .card.large {
3211
+ position: relative; }
3212
+ .card.small .card-image, .card.medium .card-image, .card.large .card-image {
3213
+ max-height: 60%;
3214
+ overflow: hidden; }
3215
+ .card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
3216
+ max-height: 40%; }
3217
+ .card.small .card-content, .card.medium .card-content, .card.large .card-content {
3218
+ max-height: 100%;
3219
+ overflow: hidden; }
3220
+ .card.small .card-action, .card.medium .card-action, .card.large .card-action {
3221
+ position: absolute;
3222
+ bottom: 0;
3223
+ left: 0;
3224
+ right: 0; }
3225
+ .card.small {
3226
+ height: 300px; }
3227
+ .card.medium {
3228
+ height: 400px; }
3229
+ .card.large {
3230
+ height: 500px; }
3231
+ .card.horizontal {
3232
+ display: flex; }
3233
+ .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
3234
+ height: 100%;
3235
+ max-height: none;
3236
+ overflow: visible; }
3237
+ .card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
3238
+ height: 100%; }
3239
+ .card.horizontal .card-image {
3240
+ max-width: 50%; }
3241
+ .card.horizontal .card-image img {
3242
+ border-radius: 2px 0 0 2px;
3243
+ max-width: 100%;
3244
+ width: auto; }
3245
+ .card.horizontal .card-stacked {
3246
+ display: flex;
3247
+ flex-direction: column;
3248
+ flex: 1;
3249
+ position: relative; }
3250
+ .card.horizontal .card-stacked .card-content {
3251
+ flex-grow: 1; }
3252
+ .card.sticky-action .card-action {
3253
+ z-index: 2; }
3254
+ .card.sticky-action .card-reveal {
3255
+ z-index: 1;
3256
+ padding-bottom: 64px; }
3257
+ .card .card-image {
3258
+ position: relative; }
3259
+ .card .card-image img {
3260
+ display: block;
3261
+ border-radius: 2px 2px 0 0;
3262
+ position: relative;
3263
+ left: 0;
3264
+ right: 0;
3265
+ top: 0;
3266
+ bottom: 0;
3267
+ width: 100%; }
3268
+ .card .card-image .card-title {
3269
+ color: #fff;
3270
+ position: absolute;
3271
+ bottom: 0;
3272
+ left: 0;
3273
+ max-width: 100%;
3274
+ padding: 24px; }
3275
+ .card .card-content {
3276
+ padding: 24px;
3277
+ border-radius: 0 0 2px 2px; }
3278
+ .card .card-content p {
3279
+ margin: 0;
3280
+ color: inherit; }
3281
+ .card .card-content .card-title {
3282
+ display: block;
3283
+ line-height: 32px;
3284
+ margin-bottom: 8px; }
3285
+ .card .card-content .card-title i {
3286
+ line-height: 32px; }
3287
+ .card .card-action {
3288
+ position: relative;
3289
+ background-color: inherit;
3290
+ border-top: 1px solid rgba(160, 160, 160, 0.2);
3291
+ padding: 16px 24px; }
3292
+ .card .card-action:last-child {
3293
+ border-radius: 0 0 2px 2px; }
3294
+ .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
3295
+ color: #ffab40;
3296
+ margin-right: 24px;
3297
+ transition: color .3s ease;
3298
+ text-transform: uppercase; }
3299
+ .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
3300
+ color: #ffd8a6; }
3301
+ .card .card-reveal {
3302
+ padding: 24px;
3303
+ position: absolute;
3304
+ background-color: #fff;
3305
+ width: 100%;
3306
+ overflow-y: auto;
3307
+ left: 0;
3308
+ top: 100%;
3309
+ height: 100%;
3310
+ z-index: 3;
3311
+ display: none; }
3312
+ .card .card-reveal .card-title {
3313
+ cursor: pointer;
3314
+ display: block; }
3315
+
3316
+ .btn, .btn-large,
3317
+ .btn-flat {
3318
+ border: none;
3319
+ border-radius: 2px;
3320
+ display: inline-block;
3321
+ height: 36px;
3322
+ line-height: 36px;
3323
+ padding: 0 2rem;
3324
+ text-transform: uppercase;
3325
+ vertical-align: middle;
3326
+ -webkit-tap-highlight-color: transparent; }
3327
+
3328
+ .btn.disabled, .disabled.btn-large,
3329
+ .btn-floating.disabled,
3330
+ .btn-large.disabled,
3331
+ .btn-flat.disabled,
3332
+ .btn:disabled,
3333
+ .btn-large:disabled,
3334
+ .btn-floating:disabled,
3335
+ .btn-large:disabled,
3336
+ .btn-flat:disabled,
3337
+ .btn[disabled],
3338
+ [disabled].btn-large,
3339
+ .btn-floating[disabled],
3340
+ .btn-large[disabled],
3341
+ .btn-flat[disabled] {
3342
+ pointer-events: none;
3343
+ background-color: #DFDFDF !important;
3344
+ box-shadow: none;
3345
+ color: #9F9F9F !important;
3346
+ cursor: default; }
3347
+ .btn.disabled:hover, .disabled.btn-large:hover,
3348
+ .btn-floating.disabled:hover,
3349
+ .btn-large.disabled:hover,
3350
+ .btn-flat.disabled:hover,
3351
+ .btn:disabled:hover,
3352
+ .btn-large:disabled:hover,
3353
+ .btn-floating:disabled:hover,
3354
+ .btn-large:disabled:hover,
3355
+ .btn-flat:disabled:hover,
3356
+ .btn[disabled]:hover,
3357
+ [disabled].btn-large:hover,
3358
+ .btn-floating[disabled]:hover,
3359
+ .btn-large[disabled]:hover,
3360
+ .btn-flat[disabled]:hover {
3361
+ background-color: #DFDFDF !important;
3362
+ color: #9F9F9F !important; }
3363
+
3364
+ .btn, .btn-large,
3365
+ .btn-floating,
3366
+ .btn-large,
3367
+ .btn-flat {
3368
+ font-size: 1rem;
3369
+ outline: 0; }
3370
+ .btn i, .btn-large i,
3371
+ .btn-floating i,
3372
+ .btn-large i,
3373
+ .btn-flat i {
3374
+ font-size: 1.3rem;
3375
+ line-height: inherit; }
3376
+
3377
+ .btn:focus, .btn-large:focus,
3378
+ .btn-floating:focus {
3379
+ background-color: #1d7d74; }
3380
+
3381
+ .btn, .btn-large {
3382
+ text-decoration: none;
3383
+ color: #fff;
3384
+ background-color: #26a69a;
3385
+ text-align: center;
3386
+ letter-spacing: .5px;
3387
+ transition: .2s ease-out;
3388
+ cursor: pointer; }
3389
+ .btn:hover, .btn-large:hover {
3390
+ background-color: #2bbbad; }
3391
+
3392
+ .btn-floating {
3393
+ display: inline-block;
3394
+ color: #fff;
3395
+ position: relative;
3396
+ overflow: hidden;
3397
+ z-index: 1;
3398
+ width: 40px;
3399
+ height: 40px;
3400
+ line-height: 40px;
3401
+ padding: 0;
3402
+ background-color: #26a69a;
3403
+ border-radius: 50%;
3404
+ transition: .3s;
3405
+ cursor: pointer;
3406
+ vertical-align: middle; }
3407
+ .btn-floating:hover {
3408
+ background-color: #26a69a; }
3409
+ .btn-floating:before {
3410
+ border-radius: 0; }
3411
+ .btn-floating.btn-large {
3412
+ width: 56px;
3413
+ height: 56px; }
3414
+ .btn-floating.btn-large.halfway-fab {
3415
+ bottom: -28px; }
3416
+ .btn-floating.btn-large i {
3417
+ line-height: 56px; }
3418
+ .btn-floating.halfway-fab {
3419
+ position: absolute;
3420
+ right: 24px;
3421
+ bottom: -20px; }
3422
+ .btn-floating.halfway-fab.left {
3423
+ right: auto;
3424
+ left: 24px; }
3425
+ .btn-floating i {
3426
+ width: inherit;
3427
+ display: inline-block;
3428
+ text-align: center;
3429
+ color: #fff;
3430
+ font-size: 1.6rem;
3431
+ line-height: 40px; }
3432
+
3433
+ button.btn-floating {
3434
+ border: none; }
3435
+
3436
+ .fixed-action-btn {
3437
+ position: fixed;
3438
+ right: 23px;
3439
+ bottom: 23px;
3440
+ padding-top: 15px;
3441
+ margin-bottom: 0;
3442
+ z-index: 997; }
3443
+ .fixed-action-btn.active ul {
3444
+ visibility: visible; }
3445
+ .fixed-action-btn.horizontal {
3446
+ padding: 0 0 0 15px; }
3447
+ .fixed-action-btn.horizontal ul {
3448
+ text-align: right;
3449
+ right: 64px;
3450
+ top: 50%;
3451
+ transform: translateY(-50%);
3452
+ height: 100%;
3453
+ left: auto;
3454
+ width: 500px;
3455
+ /*width 100% only goes to width of button container */ }
3456
+ .fixed-action-btn.horizontal ul li {
3457
+ display: inline-block;
3458
+ margin: 15px 15px 0 0; }
3459
+ .fixed-action-btn.toolbar {
3460
+ padding: 0;
3461
+ height: 56px; }
3462
+ .fixed-action-btn.toolbar.active > a i {
3463
+ opacity: 0; }
3464
+ .fixed-action-btn.toolbar ul {
3465
+ display: flex;
3466
+ top: 0;
3467
+ bottom: 0;
3468
+ z-index: 1; }
3469
+ .fixed-action-btn.toolbar ul li {
3470
+ flex: 1;
3471
+ display: inline-block;
3472
+ margin: 0;
3473
+ height: 100%;
3474
+ transition: none; }
3475
+ .fixed-action-btn.toolbar ul li a {
3476
+ display: block;
3477
+ overflow: hidden;
3478
+ position: relative;
3479
+ width: 100%;
3480
+ height: 100%;
3481
+ background-color: transparent;
3482
+ box-shadow: none;
3483
+ color: #fff;
3484
+ line-height: 56px;
3485
+ z-index: 1; }
3486
+ .fixed-action-btn.toolbar ul li a i {
3487
+ line-height: inherit; }
3488
+ .fixed-action-btn ul {
3489
+ left: 0;
3490
+ right: 0;
3491
+ text-align: center;
3492
+ position: absolute;
3493
+ bottom: 64px;
3494
+ margin: 0;
3495
+ visibility: hidden; }
3496
+ .fixed-action-btn ul li {
3497
+ margin-bottom: 15px; }
3498
+ .fixed-action-btn ul a.btn-floating {
3499
+ opacity: 0; }
3500
+ .fixed-action-btn .fab-backdrop {
3501
+ position: absolute;
3502
+ top: 0;
3503
+ left: 0;
3504
+ z-index: -1;
3505
+ width: 40px;
3506
+ height: 40px;
3507
+ background-color: #26a69a;
3508
+ border-radius: 50%;
3509
+ transform: scale(0); }
3510
+
3511
+ .btn-flat {
3512
+ box-shadow: none;
3513
+ background-color: transparent;
3514
+ color: #343434;
3515
+ cursor: pointer;
3516
+ transition: background-color .2s; }
3517
+ .btn-flat:focus, .btn-flat:hover {
3518
+ box-shadow: none; }
3519
+ .btn-flat:focus {
3520
+ background-color: rgba(0, 0, 0, 0.1); }
3521
+ .btn-flat.disabled {
3522
+ background-color: transparent !important;
3523
+ color: #b3b3b3 !important;
3524
+ cursor: default; }
3525
+
3526
+ .btn-large {
3527
+ height: 54px;
3528
+ line-height: 54px; }
3529
+ .btn-large i {
3530
+ font-size: 1.6rem; }
3531
+
3532
+ .btn-block {
3533
+ display: block; }
3534
+
3535
+ .dropdown-content {
3536
+ background-color: #fff;
3537
+ margin: 0;
3538
+ display: none;
3539
+ min-width: 100px;
3540
+ max-height: 650px;
3541
+ overflow-y: auto;
3542
+ opacity: 0;
3543
+ position: absolute;
3544
+ z-index: 999;
3545
+ will-change: width, height; }
3546
+ .dropdown-content li {
3547
+ clear: both;
3548
+ color: rgba(0, 0, 0, 0.87);
3549
+ cursor: pointer;
3550
+ min-height: 50px;
3551
+ line-height: 1.5rem;
3552
+ width: 100%;
3553
+ text-align: left;
3554
+ text-transform: none; }
3555
+ .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
3556
+ background-color: #eee; }
3557
+ .dropdown-content li.active.selected {
3558
+ background-color: #e1e1e1; }
3559
+ .dropdown-content li.divider {
3560
+ min-height: 0;
3561
+ height: 1px; }
3562
+ .dropdown-content li > a, .dropdown-content li > span {
3563
+ font-size: 16px;
3564
+ color: #26a69a;
3565
+ display: block;
3566
+ line-height: 22px;
3567
+ padding: 14px 16px; }
3568
+ .dropdown-content li > span > label {
3569
+ top: 1px;
3570
+ left: 0;
3571
+ height: 18px; }
3572
+ .dropdown-content li > a > i {
3573
+ height: inherit;
3574
+ line-height: inherit;
3575
+ float: left;
3576
+ margin: 0 24px 0 0;
3577
+ width: 24px; }
3578
+
3579
+ .input-field.col .dropdown-content [type="checkbox"] + label {
3580
+ top: 1px;
3581
+ left: 0;
3582
+ height: 18px; }
3583
+
3584
+ .collapsible {
3585
+ border-top: 1px solid #ddd;
3586
+ border-right: 1px solid #ddd;
3587
+ border-left: 1px solid #ddd;
3588
+ margin: 0.5rem 0 1rem 0; }
3589
+
3590
+ .collapsible-header {
3591
+ display: flex;
3592
+ cursor: pointer;
3593
+ -webkit-tap-highlight-color: transparent;
3594
+ line-height: 1.5;
3595
+ padding: 1rem;
3596
+ background-color: #fff;
3597
+ border-bottom: 1px solid #ddd; }
3598
+ .collapsible-header i {
3599
+ width: 2rem;
3600
+ font-size: 1.6rem;
3601
+ display: inline-block;
3602
+ text-align: center;
3603
+ margin-right: 1rem; }
3604
+
3605
+ .collapsible-body {
3606
+ display: none;
3607
+ border-bottom: 1px solid #ddd;
3608
+ box-sizing: border-box;
3609
+ padding: 2rem; }
3610
+
3611
+ .side-nav .collapsible,
3612
+ .side-nav.fixed .collapsible {
3613
+ border: none;
3614
+ box-shadow: none; }
3615
+ .side-nav .collapsible li,
3616
+ .side-nav.fixed .collapsible li {
3617
+ padding: 0; }
3618
+
3619
+ .side-nav .collapsible-header,
3620
+ .side-nav.fixed .collapsible-header {
3621
+ background-color: transparent;
3622
+ border: none;
3623
+ line-height: inherit;
3624
+ height: inherit;
3625
+ padding: 0 16px; }
3626
+ .side-nav .collapsible-header:hover,
3627
+ .side-nav.fixed .collapsible-header:hover {
3628
+ background-color: rgba(0, 0, 0, 0.05); }
3629
+ .side-nav .collapsible-header i,
3630
+ .side-nav.fixed .collapsible-header i {
3631
+ line-height: inherit; }
3632
+
3633
+ .side-nav .collapsible-body,
3634
+ .side-nav.fixed .collapsible-body {
3635
+ border: 0;
3636
+ background-color: #fff; }
3637
+ .side-nav .collapsible-body li a,
3638
+ .side-nav.fixed .collapsible-body li a {
3639
+ padding: 0 23.5px 0 31px; }
3640
+
3641
+ .collapsible.popout {
3642
+ border: none;
3643
+ box-shadow: none; }
3644
+ .collapsible.popout > li {
3645
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
3646
+ margin: 0 24px;
3647
+ transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
3648
+ .collapsible.popout > li.active {
3649
+ box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
3650
+ margin: 16px 0; }
3651
+
3652
+ .materialboxed {
3653
+ display: block;
3654
+ cursor: zoom-in;
3655
+ position: relative;
3656
+ transition: opacity .4s;
3657
+ -webkit-backface-visibility: hidden; }
3658
+ .materialboxed:hover:not(.active) {
3659
+ opacity: .8; }
3660
+ .materialboxed.active {
3661
+ cursor: zoom-out; }
3662
+
3663
+ #materialbox-overlay {
3664
+ position: fixed;
3665
+ top: 0;
3666
+ right: 0;
3667
+ bottom: 0;
3668
+ left: 0;
3669
+ background-color: #292929;
3670
+ z-index: 1000;
3671
+ will-change: opacity; }
3672
+
3673
+ .materialbox-caption {
3674
+ position: fixed;
3675
+ display: none;
3676
+ color: #fff;
3677
+ line-height: 50px;
3678
+ bottom: 0;
3679
+ left: 0;
3680
+ width: 100%;
3681
+ text-align: center;
3682
+ padding: 0% 15%;
3683
+ height: 50px;
3684
+ z-index: 1000;
3685
+ -webkit-font-smoothing: antialiased; }
3686
+
3687
+ select:focus {
3688
+ outline: 1px solid #c9f3ef; }
3689
+
3690
+ button:focus {
3691
+ outline: none;
3692
+ background-color: #2ab7a9; }
3693
+
3694
+ label {
3695
+ font-size: 0.8rem;
3696
+ color: #9e9e9e; }
3697
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3698
  /* Text Inputs + Textarea
3699
+ ========================================================================== */
3700
+ /* Style Placeholders */
3701
+ ::placeholder {
3702
+ color: #d1d1d1; }
3703
+
3704
+ /* Text inputs */
3705
+ input:not([type]),
3706
+ input[type=text]:not(.browser-default),
3707
+ input[type=password]:not(.browser-default),
3708
+ input[type=email]:not(.browser-default),
3709
+ input[type=url]:not(.browser-default),
3710
+ input[type=time]:not(.browser-default),
3711
+ input[type=date]:not(.browser-default),
3712
+ input[type=datetime]:not(.browser-default),
3713
+ input[type=datetime-local]:not(.browser-default),
3714
+ input[type=tel]:not(.browser-default),
3715
+ input[type=number]:not(.browser-default),
3716
+ input[type=search]:not(.browser-default),
3717
+ textarea.materialize-textarea {
3718
+ background-color: transparent;
3719
+ border: none;
3720
+ border-bottom: 1px solid #9e9e9e;
3721
+ border-radius: 0;
3722
+ outline: none;
3723
+ height: 3rem;
3724
+ width: 100%;
3725
+ font-size: 1rem;
3726
+ margin: 0 0 20px 0;
3727
+ padding: 0;
3728
+ box-shadow: none;
3729
+ box-sizing: content-box;
3730
+ transition: all 0.3s; }
3731
+ input:not([type]):disabled, input:not([type])[readonly="readonly"],
3732
+ input[type=text]:not(.browser-default):disabled,
3733
+ input[type=text]:not(.browser-default)[readonly="readonly"],
3734
+ input[type=password]:not(.browser-default):disabled,
3735
+ input[type=password]:not(.browser-default)[readonly="readonly"],
3736
+ input[type=email]:not(.browser-default):disabled,
3737
+ input[type=email]:not(.browser-default)[readonly="readonly"],
3738
+ input[type=url]:not(.browser-default):disabled,
3739
+ input[type=url]:not(.browser-default)[readonly="readonly"],
3740
+ input[type=time]:not(.browser-default):disabled,
3741
+ input[type=time]:not(.browser-default)[readonly="readonly"],
3742
+ input[type=date]:not(.browser-default):disabled,
3743
+ input[type=date]:not(.browser-default)[readonly="readonly"],
3744
+ input[type=datetime]:not(.browser-default):disabled,
3745
+ input[type=datetime]:not(.browser-default)[readonly="readonly"],
3746
+ input[type=datetime-local]:not(.browser-default):disabled,
3747
+ input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
3748
+ input[type=tel]:not(.browser-default):disabled,
3749
+ input[type=tel]:not(.browser-default)[readonly="readonly"],
3750
+ input[type=number]:not(.browser-default):disabled,
3751
+ input[type=number]:not(.browser-default)[readonly="readonly"],
3752
+ input[type=search]:not(.browser-default):disabled,
3753
+ input[type=search]:not(.browser-default)[readonly="readonly"],
3754
+ textarea.materialize-textarea:disabled,
3755
+ textarea.materialize-textarea[readonly="readonly"] {
3756
+ color: rgba(0, 0, 0, 0.42);
3757
+ border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
3758
+ input:not([type]):disabled + label,
3759
+ input:not([type])[readonly="readonly"] + label,
3760
+ input[type=text]:not(.browser-default):disabled + label,
3761
+ input[type=text]:not(.browser-default)[readonly="readonly"] + label,
3762
+ input[type=password]:not(.browser-default):disabled + label,
3763
+ input[type=password]:not(.browser-default)[readonly="readonly"] + label,
3764
+ input[type=email]:not(.browser-default):disabled + label,
3765
+ input[type=email]:not(.browser-default)[readonly="readonly"] + label,
3766
+ input[type=url]:not(.browser-default):disabled + label,
3767
+ input[type=url]:not(.browser-default)[readonly="readonly"] + label,
3768
+ input[type=time]:not(.browser-default):disabled + label,
3769
+ input[type=time]:not(.browser-default)[readonly="readonly"] + label,
3770
+ input[type=date]:not(.browser-default):disabled + label,
3771
+ input[type=date]:not(.browser-default)[readonly="readonly"] + label,
3772
+ input[type=datetime]:not(.browser-default):disabled + label,
3773
+ input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
3774
+ input[type=datetime-local]:not(.browser-default):disabled + label,
3775
+ input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
3776
+ input[type=tel]:not(.browser-default):disabled + label,
3777
+ input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
3778
+ input[type=number]:not(.browser-default):disabled + label,
3779
+ input[type=number]:not(.browser-default)[readonly="readonly"] + label,
3780
+ input[type=search]:not(.browser-default):disabled + label,
3781
+ input[type=search]:not(.browser-default)[readonly="readonly"] + label,
3782
+ textarea.materialize-textarea:disabled + label,
3783
+ textarea.materialize-textarea[readonly="readonly"] + label {
3784
+ color: rgba(0, 0, 0, 0.42); }
3785
+ input:not([type]):focus:not([readonly]),
3786
+ input[type=text]:not(.browser-default):focus:not([readonly]),
3787
+ input[type=password]:not(.browser-default):focus:not([readonly]),
3788
+ input[type=email]:not(.browser-default):focus:not([readonly]),
3789
+ input[type=url]:not(.browser-default):focus:not([readonly]),
3790
+ input[type=time]:not(.browser-default):focus:not([readonly]),
3791
+ input[type=date]:not(.browser-default):focus:not([readonly]),
3792
+ input[type=datetime]:not(.browser-default):focus:not([readonly]),
3793
+ input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
3794
+ input[type=tel]:not(.browser-default):focus:not([readonly]),
3795
+ input[type=number]:not(.browser-default):focus:not([readonly]),
3796
+ input[type=search]:not(.browser-default):focus:not([readonly]),
3797
+ textarea.materialize-textarea:focus:not([readonly]) {
3798
+ border-bottom: 1px solid #26a69a;
3799
+ box-shadow: 0 1px 0 0 #26a69a; }
3800
+ input:not([type]):focus:not([readonly]) + label,
3801
+ input[type=text]:not(.browser-default):focus:not([readonly]) + label,
3802
+ input[type=password]:not(.browser-default):focus:not([readonly]) + label,
3803
+ input[type=email]:not(.browser-default):focus:not([readonly]) + label,
3804
+ input[type=url]:not(.browser-default):focus:not([readonly]) + label,
3805
+ input[type=time]:not(.browser-default):focus:not([readonly]) + label,
3806
+ input[type=date]:not(.browser-default):focus:not([readonly]) + label,
3807
+ input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
3808
+ input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
3809
+ input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
3810
+ input[type=number]:not(.browser-default):focus:not([readonly]) + label,
3811
+ input[type=search]:not(.browser-default):focus:not([readonly]) + label,
3812
+ textarea.materialize-textarea:focus:not([readonly]) + label {
3813
+ color: #26a69a; }
3814
+ input:not([type]).validate + label,
3815
+ input[type=text]:not(.browser-default).validate + label,
3816
+ input[type=password]:not(.browser-default).validate + label,
3817
+ input[type=email]:not(.browser-default).validate + label,
3818
+ input[type=url]:not(.browser-default).validate + label,
3819
+ input[type=time]:not(.browser-default).validate + label,
3820
+ input[type=date]:not(.browser-default).validate + label,
3821
+ input[type=datetime]:not(.browser-default).validate + label,
3822
+ input[type=datetime-local]:not(.browser-default).validate + label,
3823
+ input[type=tel]:not(.browser-default).validate + label,
3824
+ input[type=number]:not(.browser-default).validate + label,
3825
+ input[type=search]:not(.browser-default).validate + label,
3826
+ textarea.materialize-textarea.validate + label {
3827
+ width: 100%; }
3828
+ input:not([type]).invalid + label:after,
3829
+ input:not([type]).valid + label:after,
3830
+ input[type=text]:not(.browser-default).invalid + label:after,
3831
+ input[type=text]:not(.browser-default).valid + label:after,
3832
+ input[type=password]:not(.browser-default).invalid + label:after,
3833
+ input[type=password]:not(.browser-default).valid + label:after,
3834
+ input[type=email]:not(.browser-default).invalid + label:after,
3835
+ input[type=email]:not(.browser-default).valid + label:after,
3836
+ input[type=url]:not(.browser-default).invalid + label:after,
3837
+ input[type=url]:not(.browser-default).valid + label:after,
3838
+ input[type=time]:not(.browser-default).invalid + label:after,
3839
+ input[type=time]:not(.browser-default).valid + label:after,
3840
+ input[type=date]:not(.browser-default).invalid + label:after,
3841
+ input[type=date]:not(.browser-default).valid + label:after,
3842
+ input[type=datetime]:not(.browser-default).invalid + label:after,
3843
+ input[type=datetime]:not(.browser-default).valid + label:after,
3844
+ input[type=datetime-local]:not(.browser-default).invalid + label:after,
3845
+ input[type=datetime-local]:not(.browser-default).valid + label:after,
3846
+ input[type=tel]:not(.browser-default).invalid + label:after,
3847
+ input[type=tel]:not(.browser-default).valid + label:after,
3848
+ input[type=number]:not(.browser-default).invalid + label:after,
3849
+ input[type=number]:not(.browser-default).valid + label:after,
3850
+ input[type=search]:not(.browser-default).invalid + label:after,
3851
+ input[type=search]:not(.browser-default).valid + label:after,
3852
+ textarea.materialize-textarea.invalid + label:after,
3853
+ textarea.materialize-textarea.valid + label:after {
3854
+ display: none; }
3855
+ input:not([type]).invalid + label.active:after,
3856
+ input:not([type]).valid + label.active:after,
3857
+ input[type=text]:not(.browser-default).invalid + label.active:after,
3858
+ input[type=text]:not(.browser-default).valid + label.active:after,
3859
+ input[type=password]:not(.browser-default).invalid + label.active:after,
3860
+ input[type=password]:not(.browser-default).valid + label.active:after,
3861
+ input[type=email]:not(.browser-default).invalid + label.active:after,
3862
+ input[type=email]:not(.browser-default).valid + label.active:after,
3863
+ input[type=url]:not(.browser-default).invalid + label.active:after,
3864
+ input[type=url]:not(.browser-default).valid + label.active:after,
3865
+ input[type=time]:not(.browser-default).invalid + label.active:after,
3866
+ input[type=time]:not(.browser-default).valid + label.active:after,
3867
+ input[type=date]:not(.browser-default).invalid + label.active:after,
3868
+ input[type=date]:not(.browser-default).valid + label.active:after,
3869
+ input[type=datetime]:not(.browser-default).invalid + label.active:after,
3870
+ input[type=datetime]:not(.browser-default).valid + label.active:after,
3871
+ input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
3872
+ input[type=datetime-local]:not(.browser-default).valid + label.active:after,
3873
+ input[type=tel]:not(.browser-default).invalid + label.active:after,
3874
+ input[type=tel]:not(.browser-default).valid + label.active:after,
3875
+ input[type=number]:not(.browser-default).invalid + label.active:after,
3876
+ input[type=number]:not(.browser-default).valid + label.active:after,
3877
+ input[type=search]:not(.browser-default).invalid + label.active:after,
3878
+ input[type=search]:not(.browser-default).valid + label.active:after,
3879
+ textarea.materialize-textarea.invalid + label.active:after,
3880
+ textarea.materialize-textarea.valid + label.active:after {
3881
+ display: block; }
3882
+
3883
+ /* Validation Sass Placeholders */
3884
+ input.valid:not([type]), input.valid:not([type]):focus,
3885
+ input[type=text].valid:not(.browser-default),
3886
+ input[type=text].valid:not(.browser-default):focus,
3887
+ input[type=password].valid:not(.browser-default),
3888
+ input[type=password].valid:not(.browser-default):focus,
3889
+ input[type=email].valid:not(.browser-default),
3890
+ input[type=email].valid:not(.browser-default):focus,
3891
+ input[type=url].valid:not(.browser-default),
3892
+ input[type=url].valid:not(.browser-default):focus,
3893
+ input[type=time].valid:not(.browser-default),
3894
+ input[type=time].valid:not(.browser-default):focus,
3895
+ input[type=date].valid:not(.browser-default),
3896
+ input[type=date].valid:not(.browser-default):focus,
3897
+ input[type=datetime].valid:not(.browser-default),
3898
+ input[type=datetime].valid:not(.browser-default):focus,
3899
+ input[type=datetime-local].valid:not(.browser-default),
3900
+ input[type=datetime-local].valid:not(.browser-default):focus,
3901
+ input[type=tel].valid:not(.browser-default),
3902
+ input[type=tel].valid:not(.browser-default):focus,
3903
+ input[type=number].valid:not(.browser-default),
3904
+ input[type=number].valid:not(.browser-default):focus,
3905
+ input[type=search].valid:not(.browser-default),
3906
+ input[type=search].valid:not(.browser-default):focus,
3907
+ textarea.materialize-textarea.valid,
3908
+ textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
3909
+ border-bottom: 1px solid #4CAF50;
3910
+ box-shadow: 0 1px 0 0 #4CAF50; }
3911
+
3912
+ input.invalid:not([type]), input.invalid:not([type]):focus,
3913
+ input[type=text].invalid:not(.browser-default),
3914
+ input[type=text].invalid:not(.browser-default):focus,
3915
+ input[type=password].invalid:not(.browser-default),
3916
+ input[type=password].invalid:not(.browser-default):focus,
3917
+ input[type=email].invalid:not(.browser-default),
3918
+ input[type=email].invalid:not(.browser-default):focus,
3919
+ input[type=url].invalid:not(.browser-default),
3920
+ input[type=url].invalid:not(.browser-default):focus,
3921
+ input[type=time].invalid:not(.browser-default),
3922
+ input[type=time].invalid:not(.browser-default):focus,
3923
+ input[type=date].invalid:not(.browser-default),
3924
+ input[type=date].invalid:not(.browser-default):focus,
3925
+ input[type=datetime].invalid:not(.browser-default),
3926
+ input[type=datetime].invalid:not(.browser-default):focus,
3927
+ input[type=datetime-local].invalid:not(.browser-default),
3928
+ input[type=datetime-local].invalid:not(.browser-default):focus,
3929
+ input[type=tel].invalid:not(.browser-default),
3930
+ input[type=tel].invalid:not(.browser-default):focus,
3931
+ input[type=number].invalid:not(.browser-default),
3932
+ input[type=number].invalid:not(.browser-default):focus,
3933
+ input[type=search].invalid:not(.browser-default),
3934
+ input[type=search].invalid:not(.browser-default):focus,
3935
+ textarea.materialize-textarea.invalid,
3936
+ textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown {
3937
+ border-bottom: 1px solid #F44336;
3938
+ box-shadow: 0 1px 0 0 #F44336; }
3939
+
3940
+ input:not([type]).valid + label:after,
3941
+ input:not([type]):focus.valid + label:after,
3942
+ input[type=text]:not(.browser-default).valid + label:after,
3943
+ input[type=text]:not(.browser-default):focus.valid + label:after,
3944
+ input[type=password]:not(.browser-default).valid + label:after,
3945
+ input[type=password]:not(.browser-default):focus.valid + label:after,
3946
+ input[type=email]:not(.browser-default).valid + label:after,
3947
+ input[type=email]:not(.browser-default):focus.valid + label:after,
3948
+ input[type=url]:not(.browser-default).valid + label:after,
3949
+ input[type=url]:not(.browser-default):focus.valid + label:after,
3950
+ input[type=time]:not(.browser-default).valid + label:after,
3951
+ input[type=time]:not(.browser-default):focus.valid + label:after,
3952
+ input[type=date]:not(.browser-default).valid + label:after,
3953
+ input[type=date]:not(.browser-default):focus.valid + label:after,
3954
+ input[type=datetime]:not(.browser-default).valid + label:after,
3955
+ input[type=datetime]:not(.browser-default):focus.valid + label:after,
3956
+ input[type=datetime-local]:not(.browser-default).valid + label:after,
3957
+ input[type=datetime-local]:not(.browser-default):focus.valid + label:after,
3958
+ input[type=tel]:not(.browser-default).valid + label:after,
3959
+ input[type=tel]:not(.browser-default):focus.valid + label:after,
3960
+ input[type=number]:not(.browser-default).valid + label:after,
3961
+ input[type=number]:not(.browser-default):focus.valid + label:after,
3962
+ input[type=search]:not(.browser-default).valid + label:after,
3963
+ input[type=search]:not(.browser-default):focus.valid + label:after,
3964
+ textarea.materialize-textarea.valid + label:after,
3965
+ textarea.materialize-textarea:focus.valid + label:after, .select-wrapper.valid + label:after {
3966
+ content: attr(data-success);
3967
+ color: #4CAF50;
3968
+ opacity: 1;
3969
+ transform: translateY(9px); }
3970
+
3971
+ input:not([type]).invalid + label:after,
3972
+ input:not([type]):focus.invalid + label:after,
3973
+ input[type=text]:not(.browser-default).invalid + label:after,
3974
+ input[type=text]:not(.browser-default):focus.invalid + label:after,
3975
+ input[type=password]:not(.browser-default).invalid + label:after,
3976
+ input[type=password]:not(.browser-default):focus.invalid + label:after,
3977
+ input[type=email]:not(.browser-default).invalid + label:after,
3978
+ input[type=email]:not(.browser-default):focus.invalid + label:after,
3979
+ input[type=url]:not(.browser-default).invalid + label:after,
3980
+ input[type=url]:not(.browser-default):focus.invalid + label:after,
3981
+ input[type=time]:not(.browser-default).invalid + label:after,
3982
+ input[type=time]:not(.browser-default):focus.invalid + label:after,
3983
+ input[type=date]:not(.browser-default).invalid + label:after,
3984
+ input[type=date]:not(.browser-default):focus.invalid + label:after,
3985
+ input[type=datetime]:not(.browser-default).invalid + label:after,
3986
+ input[type=datetime]:not(.browser-default):focus.invalid + label:after,
3987
+ input[type=datetime-local]:not(.browser-default).invalid + label:after,
3988
+ input[type=datetime-local]:not(.browser-default):focus.invalid + label:after,
3989
+ input[type=tel]:not(.browser-default).invalid + label:after,
3990
+ input[type=tel]:not(.browser-default):focus.invalid + label:after,
3991
+ input[type=number]:not(.browser-default).invalid + label:after,
3992
+ input[type=number]:not(.browser-default):focus.invalid + label:after,
3993
+ input[type=search]:not(.browser-default).invalid + label:after,
3994
+ input[type=search]:not(.browser-default):focus.invalid + label:after,
3995
+ textarea.materialize-textarea.invalid + label:after,
3996
+ textarea.materialize-textarea:focus.invalid + label:after, .select-wrapper.invalid + label:after {
3997
+ content: attr(data-error);
3998
+ color: #F44336;
3999
+ opacity: 1;
4000
+ transform: translateY(9px); }
4001
+
4002
+ input:not([type]) + label:after,
4003
+ input[type=text]:not(.browser-default) + label:after,
4004
+ input[type=password]:not(.browser-default) + label:after,
4005
+ input[type=email]:not(.browser-default) + label:after,
4006
+ input[type=url]:not(.browser-default) + label:after,
4007
+ input[type=time]:not(.browser-default) + label:after,
4008
+ input[type=date]:not(.browser-default) + label:after,
4009
+ input[type=datetime]:not(.browser-default) + label:after,
4010
+ input[type=datetime-local]:not(.browser-default) + label:after,
4011
+ input[type=tel]:not(.browser-default) + label:after,
4012
+ input[type=number]:not(.browser-default) + label:after,
4013
+ input[type=search]:not(.browser-default) + label:after,
4014
+ textarea.materialize-textarea + label:after, .select-wrapper + label:after {
4015
+ display: block;
4016
+ content: "";
4017
+ position: absolute;
4018
+ top: 100%;
4019
+ left: 0;
4020
+ opacity: 0;
4021
+ transition: .2s opacity ease-out, .2s color ease-out; }
4022
+
4023
+ .input-field {
4024
+ position: relative;
4025
+ margin-top: 1rem; }
4026
+ .input-field.inline {
4027
+ display: inline-block;
4028
+ vertical-align: middle;
4029
+ margin-left: 5px; }
4030
+ .input-field.inline input,
4031
+ .input-field.inline .select-dropdown {
4032
+ margin-bottom: 1rem; }
4033
+ .input-field.col label {
4034
+ left: 0.75rem; }
4035
+ .input-field.col .prefix ~ label,
4036
+ .input-field.col .prefix ~ .validate ~ label {
4037
+ width: calc(100% - 3rem - 1.5rem); }
4038
+ .input-field label {
4039
+ color: #9e9e9e;
4040
+ position: absolute;
4041
+ top: 0;
4042
+ left: 0;
4043
+ height: 100%;
4044
+ font-size: 1rem;
4045
+ cursor: text;
4046
+ transition: transform .2s ease-out;
4047
+ transform-origin: 0% 100%;
4048
+ text-align: initial;
4049
+ transform: translateY(12px);
4050
+ pointer-events: none; }
4051
+ .input-field label:not(.label-icon).active {
4052
+ transform: translateY(-14px) scale(0.8);
4053
+ transform-origin: 0 0; }
4054
+ .input-field .prefix {
4055
+ position: absolute;
4056
+ width: 3rem;
4057
+ font-size: 2rem;
4058
+ transition: color .2s; }
4059
+ .input-field .prefix.active {
4060
+ color: #26a69a; }
4061
+ .input-field .prefix ~ input,
4062
+ .input-field .prefix ~ textarea,
4063
+ .input-field .prefix ~ label,
4064
+ .input-field .prefix ~ .validate ~ label,
4065
+ .input-field .prefix ~ .autocomplete-content {
4066
+ margin-left: 3rem;
4067
+ width: 92%;
4068
+ width: calc(100% - 3rem); }
4069
+ .input-field .prefix ~ label {
4070
+ margin-left: 3rem; }
4071
+ @media only screen and (max-width: 992px) {
4072
+ .input-field .prefix ~ input {
4073
+ width: 86%;
4074
+ width: calc(100% - 3rem); } }
4075
+ @media only screen and (max-width: 600px) {
4076
+ .input-field .prefix ~ input {
4077
+ width: 80%;
4078
+ width: calc(100% - 3rem); } }
4079
+
4080
+ /* Search Field */
4081
+ .input-field input[type=search] {
4082
+ display: block;
4083
+ line-height: inherit; }
4084
+ .nav-wrapper .input-field input[type=search] {
4085
+ height: inherit;
4086
+ padding-left: 4rem;
4087
+ width: calc(100% - 4rem);
4088
+ border: 0;
4089
+ box-shadow: none; }
4090
+ .input-field input[type=search]:focus {
4091
+ background-color: #fff;
4092
+ border: 0;
4093
+ box-shadow: none;
4094
+ color: #444; }
4095
+ .input-field input[type=search]:focus + label i,
4096
+ .input-field input[type=search]:focus ~ .mdi-navigation-close,
4097
+ .input-field input[type=search]:focus ~ .material-icons {
4098
+ color: #444; }
4099
+ .input-field input[type=search] + label {
4100
+ left: 1rem; }
4101
+ .input-field input[type=search] ~ .mdi-navigation-close,
4102
+ .input-field input[type=search] ~ .material-icons {
4103
+ position: absolute;
4104
+ top: 0;
4105
+ right: 1rem;
4106
+ color: transparent;
4107
+ cursor: pointer;
4108
+ font-size: 2rem;
4109
+ transition: .3s color; }
4110
+
4111
+ /* Textarea */
4112
+ textarea {
4113
+ width: 100%;
4114
+ height: 3rem;
4115
+ background-color: transparent; }
4116
+ textarea.materialize-textarea {
4117
+ overflow-y: hidden;
4118
+ /* prevents scroll bar flash */
4119
+ padding: .8rem 0 1.6rem 0;
4120
+ /* prevents text jump on Enter keypress */
4121
+ resize: none;
4122
+ min-height: 3rem; }
4123
+ textarea.materialize-textarea.validate + label {
4124
+ height: 100%; }
4125
+ textarea.materialize-textarea.validate + label::after {
4126
+ top: calc(100% - 12px); }
4127
+ textarea.materialize-textarea.validate + label:not(.label-icon).active {
4128
+ transform: translateY(-25px); }
4129
+
4130
+ .hiddendiv {
4131
+ display: none;
4132
+ white-space: pre-wrap;
4133
+ word-wrap: break-word;
4134
+ overflow-wrap: break-word;
4135
+ /* future version of deprecated 'word-wrap' */
4136
+ padding-top: 1.2rem;
4137
+ /* prevents text jump on Enter keypress */
4138
+ position: absolute;
4139
+ top: 0; }
4140
+
4141
+ /* Autocomplete */
4142
+ .autocomplete-content {
4143
+ margin-top: -20px;
4144
+ margin-bottom: 20px;
4145
+ display: block;
4146
+ opacity: 1;
4147
+ position: static; }
4148
+ .autocomplete-content li .highlight {
4149
+ color: #444; }
4150
+ .autocomplete-content li img {
4151
+ height: 40px;
4152
+ width: 40px;
4153
+ margin: 5px 15px; }
4154
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4155
  /* Checkboxes
4156
+ ========================================================================== */
4157
+ /* CUSTOM CSS CHECKBOXES */
4158
+ form p {
4159
+ margin-bottom: 10px;
4160
+ text-align: left; }
4161
+
4162
+ form p:last-child {
4163
+ margin-bottom: 0; }
4164
+
4165
+ /* Remove default checkbox */
4166
+ [type="checkbox"]:not(:checked),
4167
+ [type="checkbox"]:checked {
4168
+ position: absolute;
4169
+ opacity: 0;
4170
+ pointer-events: none; }
4171
+
4172
+ [type="checkbox"] {
4173
+ /* checkbox aspect */ }
4174
+ [type="checkbox"] + label {
4175
+ position: relative;
4176
+ padding-left: 35px;
4177
+ cursor: pointer;
4178
+ display: inline-block;
4179
+ height: 25px;
4180
+ line-height: 25px;
4181
+ font-size: 1rem;
4182
+ user-select: none; }
4183
+ [type="checkbox"] + label:before,
4184
+ [type="checkbox"]:not(.filled-in) + label:after {
4185
+ content: '';
4186
+ position: absolute;
4187
+ top: 0;
4188
+ left: 0;
4189
+ width: 18px;
4190
+ height: 18px;
4191
+ z-index: 0;
4192
+ border: 2px solid #5a5a5a;
4193
+ border-radius: 1px;
4194
+ margin-top: 2px;
4195
+ transition: .2s; }
4196
+ [type="checkbox"]:not(.filled-in) + label:after {
4197
+ border: 0;
4198
+ transform: scale(0); }
4199
+ [type="checkbox"]:not(:checked):disabled + label:before {
4200
+ border: none;
4201
+ background-color: rgba(0, 0, 0, 0.42); }
4202
+ [type="checkbox"].tabbed:focus + label:after {
4203
+ transform: scale(1);
4204
+ border: 0;
4205
+ border-radius: 50%;
4206
+ box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
4207
+ background-color: rgba(0, 0, 0, 0.1); }
4208
+
4209
+ [type="checkbox"]:checked + label:before {
4210
+ top: -4px;
4211
+ left: -5px;
4212
+ width: 12px;
4213
+ height: 22px;
4214
+ border-top: 2px solid transparent;
4215
+ border-left: 2px solid transparent;
4216
+ border-right: 2px solid #26a69a;
4217
+ border-bottom: 2px solid #26a69a;
4218
+ transform: rotate(40deg);
4219
+ backface-visibility: hidden;
4220
+ transform-origin: 100% 100%; }
4221
+
4222
+ [type="checkbox"]:checked:disabled + label:before {
4223
+ border-right: 2px solid rgba(0, 0, 0, 0.42);
4224
+ border-bottom: 2px solid rgba(0, 0, 0, 0.42); }
4225
+
4226
+ /* Indeterminate checkbox */
4227
+ [type="checkbox"]:indeterminate + label:before {
4228
+ top: -11px;
4229
+ left: -12px;
4230
+ width: 10px;
4231
+ height: 22px;
4232
+ border-top: none;
4233
+ border-left: none;
4234
+ border-right: 2px solid #26a69a;
4235
+ border-bottom: none;
4236
+ transform: rotate(90deg);
4237
+ backface-visibility: hidden;
4238
+ transform-origin: 100% 100%; }
4239
+
4240
+ [type="checkbox"]:indeterminate:disabled + label:before {
4241
+ border-right: 2px solid rgba(0, 0, 0, 0.42);
4242
+ background-color: transparent; }
4243
+
4244
+ [type="checkbox"].filled-in + label:after {
4245
+ border-radius: 2px; }
4246
+
4247
+ [type="checkbox"].filled-in + label:before,
4248
+ [type="checkbox"].filled-in + label:after {
4249
+ content: '';
4250
+ left: 0;
4251
+ position: absolute;
4252
+ /* .1s delay is for check animation */
4253
+ transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
4254
+ z-index: 1; }
4255
+
4256
+ [type="checkbox"].filled-in:not(:checked) + label:before {
4257
+ width: 0;
4258
+ height: 0;
4259
+ border: 3px solid transparent;
4260
+ left: 6px;
4261
+ top: 10px;
4262
+ transform: rotateZ(37deg);
4263
+ transform-origin: 100% 100%; }
4264
+
4265
+ [type="checkbox"].filled-in:not(:checked) + label:after {
4266
+ height: 20px;
4267
+ width: 20px;
4268
+ background-color: transparent;
4269
+ border: 2px solid #5a5a5a;
4270
+ top: 0px;
4271
+ z-index: 0; }
4272
+
4273
+ [type="checkbox"].filled-in:checked + label:before {
4274
+ top: 0;
4275
+ left: 1px;
4276
+ width: 8px;
4277
+ height: 13px;
4278
+ border-top: 2px solid transparent;
4279
+ border-left: 2px solid transparent;
4280
+ border-right: 2px solid #fff;
4281
+ border-bottom: 2px solid #fff;
4282
+ transform: rotateZ(37deg);
4283
+ transform-origin: 100% 100%; }
4284
+
4285
+ [type="checkbox"].filled-in:checked + label:after {
4286
+ top: 0;
4287
+ width: 20px;
4288
+ height: 20px;
4289
+ border: 2px solid #26a69a;
4290
+ background-color: #26a69a;
4291
+ z-index: 0; }
4292
+
4293
+ [type="checkbox"].filled-in.tabbed:focus + label:after {
4294
+ border-radius: 2px;
4295
+ border-color: #5a5a5a;
4296
+ background-color: rgba(0, 0, 0, 0.1); }
4297
+
4298
+ [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
4299
+ border-radius: 2px;
4300
+ background-color: #26a69a;
4301
+ border-color: #26a69a; }
4302
+
4303
+ [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
4304
+ background-color: transparent;
4305
+ border: 2px solid transparent; }
4306
+
4307
+ [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
4308
+ border-color: transparent;
4309
+ background-color: #949494; }
4310
+
4311
+ [type="checkbox"].filled-in:disabled:checked + label:before {
4312
+ background-color: transparent; }
4313
+
4314
+ [type="checkbox"].filled-in:disabled:checked + label:after {
4315
+ background-color: #949494;
4316
+ border-color: #949494; }
4317
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4318
  /* Select Field
4319
+ ========================================================================== */
4320
+ select {
4321
+ display: none; }
4322
+
4323
+ select.browser-default {
4324
+ display: block; }
4325
+
4326
+ select {
4327
+ background-color: rgba(255, 255, 255, 0.9);
4328
+ width: 100%;
4329
+ padding: 5px;
4330
+ border: 1px solid #f2f2f2;
4331
+ border-radius: 2px;
4332
+ height: 3rem; }
4333
+
4334
+ .input-field > select {
4335
+ display: block;
4336
+ position: absolute;
4337
+ width: 0;
4338
+ pointer-events: none;
4339
+ height: 0;
4340
+ top: 0;
4341
+ left: 0;
4342
+ opacity: 0; }
4343
+
4344
+ .select-label {
4345
+ position: absolute; }
4346
+
4347
+ .select-wrapper {
4348
+ position: relative; }
4349
+ .select-wrapper.valid + label,
4350
+ .select-wrapper.invalid + label {
4351
+ width: 100%;
4352
+ pointer-events: none; }
4353
+ .select-wrapper input.select-dropdown {
4354
+ position: relative;
4355
+ cursor: pointer;
4356
+ background-color: transparent;
4357
+ border: none;
4358
+ border-bottom: 1px solid #9e9e9e;
4359
+ outline: none;
4360
+ height: 3rem;
4361
+ line-height: 3rem;
4362
+ width: 100%;
4363
+ font-size: 1rem;
4364
+ margin: 0 0 20px 0;
4365
+ padding: 0;
4366
+ display: block;
4367
+ user-select: none; }
4368
+ .select-wrapper span.caret {
4369
+ color: initial;
4370
+ position: absolute;
4371
+ right: 0;
4372
+ top: 0;
4373
+ bottom: 0;
4374
+ height: 10px;
4375
+ margin: auto 0;
4376
+ font-size: 10px;
4377
+ line-height: 10px; }
4378
+ .select-wrapper + label {
4379
+ position: absolute;
4380
+ top: -26px;
4381
+ font-size: 0.8rem; }
4382
+
4383
+ select:disabled {
4384
+ color: rgba(0, 0, 0, 0.42); }
4385
+
4386
+ .select-wrapper.disabled span.caret,
4387
+ .select-wrapper.disabled + label {
4388
+ color: rgba(0, 0, 0, 0.42); }
4389
+
4390
+ .select-wrapper input.select-dropdown:disabled {
4391
+ color: rgba(0, 0, 0, 0.42);
4392
+ cursor: default;
4393
+ user-select: none; }
4394
+
4395
+ .select-wrapper i {
4396
+ color: rgba(0, 0, 0, 0.3); }
4397
+
4398
+ .select-dropdown li.disabled,
4399
+ .select-dropdown li.disabled > span,
4400
+ .select-dropdown li.optgroup {
4401
+ color: rgba(0, 0, 0, 0.3);
4402
+ background-color: transparent; }
4403
+
4404
+ .select-dropdown.dropdown-content li.active {
4405
+ background-color: transparent; }
4406
+
4407
+ .select-dropdown.dropdown-content li:hover {
4408
+ background-color: rgba(0, 0, 0, 0.06); }
4409
+
4410
+ .select-dropdown.dropdown-content li.selected {
4411
+ background-color: rgba(0, 0, 0, 0.03); }
4412
+
4413
+ .prefix ~ .select-wrapper {
4414
+ margin-left: 3rem;
4415
+ width: 92%;
4416
+ width: calc(100% - 3rem); }
4417
+
4418
+ .prefix ~ label {
4419
+ margin-left: 3rem; }
4420
+
4421
+ .select-dropdown li img {
4422
+ height: 40px;
4423
+ width: 40px;
4424
+ margin: 5px 15px;
4425
+ float: right; }
4426
+
4427
+ .select-dropdown li.optgroup {
4428
+ border-top: 1px solid #eee; }
4429
+ .select-dropdown li.optgroup.selected > span {
4430
+ color: rgba(0, 0, 0, 0.7); }
4431
+ .select-dropdown li.optgroup > span {
4432
+ color: rgba(0, 0, 0, 0.4); }
4433
+ .select-dropdown li.optgroup ~ li.optgroup-option {
4434
+ padding-left: 1rem; }
4435
+
4436
+ /* material icons font */
4437
+ /* custom styles */
4438
+ .display-none {
4439
+ display: none; }
4440
+
4441
+ .display-block {
4442
+ display: block; }
4443
+
4444
+ input.input-margin {
4445
+ margin: 0 0 3px 0 !important; }
4446
+
4447
+ .select-margin .select-1 input {
4448
+ margin: 0 0 3px 0 !important; }
4449
+
4450
+ .options .submit {
4451
+ position: sticky !important;
4452
+ bottom: 1px;
4453
+ float: right; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/mainstyles.css ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @font-face {
2
+ font-family: 'ccw';
3
+ src: url(../fonts/ccw.eot);
4
+ src: url(../fonts/ccw.eot#iefix) format('embedded-opentype'),
5
+ url(../fonts/ccw.ttf) format('truetype'),
6
+ url(../fonts/ccw.woff) format('woff'),
7
+ url(../fonts/ccw.svg#ccw) format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ .ccw_plugin .icon {
13
+ /* use !important to prevent issues with browser extensions that change fonts */
14
+ font-family: 'ccw' !important;
15
+ speak: none;
16
+ font-style: normal;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+
22
+ /* Better Font Rendering =========== */
23
+ -webkit-font-smoothing: antialiased;
24
+ -moz-osx-font-smoothing: grayscale;
25
+ }
26
+
27
+ .icon-whatsapp2:before {
28
+ content: "\E902";
29
+ }
30
+ .icon-brand:before {
31
+ content: "\E901";
32
+ color: #25d366;
33
+ }
34
+ .icon-send:before {
35
+ content: "\E900";
36
+ }
37
+ .icon-whatsapp:before {
38
+ content: "\EA93";
39
+ }
40
+ /*
41
+ * icons set
42
+ * Materializecss
43
+ * custom Code
44
+ */
45
+ /* ==== animate.css ==== */
46
+ /* ==== custom icons set ==== */
47
+ /* ==== custom styles ==== */
48
+ div.ccw_plugin,
49
+ .inline {
50
+ display: inline; }
51
+
52
+ .inline-block {
53
+ display: inline-block; }
54
+
55
+ .chatbot {
56
+ position: fixed;
57
+ z-index: 99; }
58
+
59
+ .img-icon {
60
+ height: 48px; }
61
+
62
+ .nofocus:focus {
63
+ outline: none; }
64
+
65
+ .pointer {
66
+ cursor: pointer; }
67
+
68
+ .sc_item {
69
+ z-index: 99; }
70
+
71
+ .style-3-sc {
72
+ height: 20px; }
73
+
74
+ .style-9-sc {
75
+ height: 20px; }
76
+
77
+ .img-icon-5 {
78
+ height: 80%;
79
+ vertical-align: middle; }
80
+
81
+ .img-icon-6 {
82
+ height: 63%;
83
+ vertical-align: middle;
84
+ margin-left: 7px; }
85
+
86
+ .style-6-img {
87
+ max-height: 40px;
88
+ text-decoration: overline; }
89
+
90
+ .icon-2 {
91
+ font-size: 2rem; }
92
+
93
+ .btn_only_style_div_circle {
94
+ border-radius: 50%;
95
+ text-align: center; }
96
+
97
+ .btn_only_style_div_circle_sc {
98
+ background-color: orange;
99
+ border-radius: 50%;
100
+ height: 48px;
101
+ width: 48px;
102
+ line-height: 48px;
103
+ text-align: center; }
104
+
105
+ .btn_only_style_div {
106
+ background-color: orange;
107
+ height: 48px;
108
+ width: 48px;
109
+ line-height: 48px;
110
+ text-align: center; }
111
+
112
+ .style8 span {
113
+ text-transform: none; }
114
+
115
+ /* ==== animate.css ==== */
116
+ .ccw_plugin .animated {
117
+ animation-duration: 1s;
118
+ animation-fill-mode: both; }
119
+
120
+ .ccw_plugin .animated.infinite {
121
+ animation-iteration-count: infinite; }
122
+
123
+ .ccw_plugin .animated.hinge {
124
+ animation-duration: 2s; }
125
+
126
+ .ccw_plugin .animated.flipOutX,
127
+ .ccw_plugin .animated.flipOutY,
128
+ .ccw_plugin .animated.bounceIn,
129
+ .ccw_plugin .animated.bounceOut {
130
+ animation-duration: .75s; }
131
+
132
+ @keyframes bounce {
133
+ from, 20%, 53%, 80%, to {
134
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
135
+ transform: translate3d(0, 0, 0); }
136
+ 40%, 43% {
137
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
138
+ transform: translate3d(0, -30px, 0); }
139
+ 70% {
140
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
141
+ transform: translate3d(0, -15px, 0); }
142
+ 90% {
143
+ transform: translate3d(0, -4px, 0); } }
144
+
145
+ .ccw_plugin .bounce {
146
+ animation-name: bounce;
147
+ transform-origin: center bottom; }
148
+
149
+ @keyframes flash {
150
+ from, 50%, to {
151
+ opacity: 1; }
152
+ 25%, 75% {
153
+ opacity: 0; } }
154
+
155
+ .ccw_plugin .flash {
156
+ animation-name: flash; }
157
+
158
+ @keyframes tada {
159
+ from {
160
+ transform: scale3d(1, 1, 1); }
161
+ 10%, 20% {
162
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
163
+ 30%, 50%, 70%, 90% {
164
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
165
+ 40%, 60%, 80% {
166
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
167
+ to {
168
+ transform: scale3d(1, 1, 1); } }
169
+
170
+ .ccw_plugin .tada {
171
+ animation-name: tada; }
assets/css/{main.css → mdstyles.css} RENAMED
@@ -1,4074 +1,2820 @@
1
- @font-face {
2
- font-family: 'ccw';
3
- src: url(../fonts/ccw.eot);
4
- src: url(../fonts/ccw.eot#iefix) format('embedded-opentype'),
5
- url(../fonts/ccw.ttf) format('truetype'),
6
- url(../fonts/ccw.woff) format('woff'),
7
- url(../fonts/ccw.svg#ccw) format('svg');
8
- font-weight: normal;
9
- font-style: normal;
10
- }
11
-
12
- .icon {
13
- /* use !important to prevent issues with browser extensions that change fonts */
14
- font-family: 'ccw' !important;
15
- speak: none;
16
- font-style: normal;
17
- font-weight: normal;
18
- font-variant: normal;
19
- text-transform: none;
20
- line-height: 1;
21
-
22
- /* Better Font Rendering =========== */
23
- -webkit-font-smoothing: antialiased;
24
- -moz-osx-font-smoothing: grayscale;
25
- }
26
-
27
- .icon-whatsapp2:before {
28
- content: "\E902";
29
- }
30
- .icon-brand:before {
31
- content: "\E901";
32
- color: #25d366;
33
- }
34
- .icon-send:before {
35
- content: "\E900";
36
- }
37
- .icon-whatsapp:before {
38
- content: "\EA93";
39
- }
40
- /*
41
- * icons set
42
- * Materializecss
43
- * custom Code
44
- */
45
- /* ==== custom icons set ==== */
46
- /* ==== Materializecss ==== */
47
- .ccw_plugin {
48
- /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
49
  /**
50
  * 1. Set default font family to sans-serif.
51
  * 2. Prevent iOS and IE text size adjust after device orientation change,
52
  * without disabling user zoom.
53
- */
54
  /**
55
  * Remove default margin.
56
- */
57
  /* HTML5 display definitions
58
- ========================================================================== */
59
  /**
60
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
61
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
62
  * and Firefox.
63
  * Correct `block` display not defined for `main` in IE 11.
64
- */
65
  /**
66
  * 1. Correct `inline-block` display not defined in IE 8/9.
67
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
68
- */
69
  /**
70
  * Prevent modern browsers from displaying `audio` without controls.
71
  * Remove excess height in iOS 5 devices.
72
- */
73
  /**
74
  * Address `[hidden]` styling not present in IE 8/9/10.
75
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
76
- */
77
  /* Links
78
- ========================================================================== */
79
  /**
80
  * Remove the gray background color from active links in IE 10.
81
- */
82
  /**
83
  * Improve readability of focused elements when they are also in an
84
  * active/hover state.
85
- */
86
  /* Text-level semantics
87
- ========================================================================== */
88
  /**
89
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
90
- */
91
  /**
92
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
93
- */
94
  /**
95
  * Address styling not present in Safari and Chrome.
96
- */
97
  /**
98
  * Address variable `h1` font-size and margin within `section` and `article`
99
  * contexts in Firefox 4+, Safari, and Chrome.
100
- */
101
  /**
102
  * Address styling not present in IE 8/9.
103
- */
104
  /**
105
  * Address inconsistent and variable font size in all browsers.
106
- */
107
  /**
108
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
109
- */
110
  /* Embedded content
111
- ========================================================================== */
112
  /**
113
  * Remove border when inside `a` element in IE 8/9/10.
114
- */
115
  /**
116
  * Correct overflow not hidden in IE 9/10/11.
117
- */
118
  /* Grouping content
119
- ========================================================================== */
120
  /**
121
  * Address margin not present in IE 8/9 and Safari.
122
- */
123
  /**
124
  * Address differences between Firefox and other browsers.
125
- */
126
  /**
127
  * Contain overflow in all browsers.
128
- */
129
  /**
130
  * Address odd `em`-unit font size rendering in all browsers.
131
- */
132
  /* Forms
133
- ========================================================================== */
134
  /**
135
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
136
  * styling of `select`, unless a `border` property is set.
137
- */
138
  /**
139
  * 1. Correct color not being inherited.
140
  * Known issue: affects color of disabled elements.
141
  * 2. Correct font properties not being inherited.
142
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
143
- */
144
  /**
145
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
146
- */
147
  /**
148
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
149
  * All other form control elements do not inherit `text-transform` values.
150
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
151
  * Correct `select` style inheritance in Firefox.
152
- */
153
  /**
154
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
155
  * and `video` controls.
156
  * 2. Correct inability to style clickable `input` types in iOS.
157
  * 3. Improve usability and consistency of cursor style between image-type
158
  * `input` and others.
159
- */
160
  /**
161
  * Re-set default cursor for disabled elements.
162
- */
163
  /**
164
  * Remove inner padding and border in Firefox 4+.
165
- */
166
  /**
167
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
168
  * the UA stylesheet.
169
- */
170
  /**
171
  * It's recommended that you don't attempt to style these elements.
172
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
173
  *
174
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
175
  * 2. Remove excess padding in IE 8/9/10.
176
- */
177
  /**
178
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
179
  * `font-size` values of the `input`, it causes the cursor style of the
180
  * decrement button to change from `default` to `text`.
181
- */
182
  /**
183
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
184
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
185
- */
186
  /**
187
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
188
  * Safari (but not Chrome) clips the cancel button when the search input has
189
  * padding (and `textfield` appearance).
190
- */
191
  /**
192
  * Define consistent border, margin, and padding.
193
- */
194
  /**
195
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
196
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
197
- */
198
  /**
199
  * Remove default vertical scrollbar in IE 8/9/10/11.
200
- */
201
  /**
202
  * Don't inherit the `font-weight` (applied by a rule above).
203
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
204
- */
205
  /* Tables
206
- ========================================================================== */
207
  /**
208
  * Remove most spacing between table cells.
209
- */
210
  /*********************
211
  Transition Classes
212
- **********************/
213
  /*********************
214
  Media Query Classes
215
- **********************/
216
  /*******************
217
  Utility Classes
218
- *******************/
219
- /* This is needed for some mobile phones to display the Google Icon font properly */
220
- /*!
221
- * Waves v0.6.0
222
- * http://fian.my.id/Waves
223
- *
224
- * Copyright 2014 Alfiana E. Sibuea and other contributors
225
- * Released under the MIT license
226
- * https://github.com/fians/Waves/blob/master/LICENSE
227
- */
228
- /* Firefox Bug: link not triggered */
229
  /* Text Inputs + Textarea
230
- ========================================================================== */
231
- /* Style Placeholders */
232
- /* Text inputs */
233
- /* Validation Sass Placeholders */
234
- /* Search Field */
235
- /* Textarea */
236
- /* Autocomplete */
237
- /* Radio Buttons
238
- ========================================================================== */
239
- /* Unchecked styles */
240
- /* Checked styles */
241
- /* Radio With gap */
242
- /* Focused styles */
243
- /* Disabled Radio With gap */
244
- /* Disabled style */
245
  /* Checkboxes
246
- ========================================================================== */
247
- /* CUSTOM CSS CHECKBOXES */
248
- /* Remove default checkbox */
249
- /* Indeterminate checkbox */
250
- /* Switch
251
- ========================================================================== */
252
  /* Select Field
253
- ========================================================================== */
254
- /* File Input
255
- ========================================================================== */
256
- /* Range
257
- ========================================================================== */ }
258
- .ccw_plugin .materialize-red {
259
- background-color: #e51c23 !important; }
260
- .ccw_plugin .materialize-red-text {
261
- color: #e51c23 !important; }
262
- .ccw_plugin .materialize-red.lighten-5 {
263
- background-color: #fdeaeb !important; }
264
- .ccw_plugin .materialize-red-text.text-lighten-5 {
265
- color: #fdeaeb !important; }
266
- .ccw_plugin .materialize-red.lighten-4 {
267
- background-color: #f8c1c3 !important; }
268
- .ccw_plugin .materialize-red-text.text-lighten-4 {
269
- color: #f8c1c3 !important; }
270
- .ccw_plugin .materialize-red.lighten-3 {
271
- background-color: #f3989b !important; }
272
- .ccw_plugin .materialize-red-text.text-lighten-3 {
273
- color: #f3989b !important; }
274
- .ccw_plugin .materialize-red.lighten-2 {
275
- background-color: #ee6e73 !important; }
276
- .ccw_plugin .materialize-red-text.text-lighten-2 {
277
- color: #ee6e73 !important; }
278
- .ccw_plugin .materialize-red.lighten-1 {
279
- background-color: #ea454b !important; }
280
- .ccw_plugin .materialize-red-text.text-lighten-1 {
281
- color: #ea454b !important; }
282
- .ccw_plugin .materialize-red.darken-1 {
283
- background-color: #d0181e !important; }
284
- .ccw_plugin .materialize-red-text.text-darken-1 {
285
- color: #d0181e !important; }
286
- .ccw_plugin .materialize-red.darken-2 {
287
- background-color: #b9151b !important; }
288
- .ccw_plugin .materialize-red-text.text-darken-2 {
289
- color: #b9151b !important; }
290
- .ccw_plugin .materialize-red.darken-3 {
291
- background-color: #a21318 !important; }
292
- .ccw_plugin .materialize-red-text.text-darken-3 {
293
- color: #a21318 !important; }
294
- .ccw_plugin .materialize-red.darken-4 {
295
- background-color: #8b1014 !important; }
296
- .ccw_plugin .materialize-red-text.text-darken-4 {
297
- color: #8b1014 !important; }
298
- .ccw_plugin .red {
299
- background-color: #F44336 !important; }
300
- .ccw_plugin .red-text {
301
- color: #F44336 !important; }
302
- .ccw_plugin .red.lighten-5 {
303
- background-color: #FFEBEE !important; }
304
- .ccw_plugin .red-text.text-lighten-5 {
305
- color: #FFEBEE !important; }
306
- .ccw_plugin .red.lighten-4 {
307
- background-color: #FFCDD2 !important; }
308
- .ccw_plugin .red-text.text-lighten-4 {
309
- color: #FFCDD2 !important; }
310
- .ccw_plugin .red.lighten-3 {
311
- background-color: #EF9A9A !important; }
312
- .ccw_plugin .red-text.text-lighten-3 {
313
- color: #EF9A9A !important; }
314
- .ccw_plugin .red.lighten-2 {
315
- background-color: #E57373 !important; }
316
- .ccw_plugin .red-text.text-lighten-2 {
317
- color: #E57373 !important; }
318
- .ccw_plugin .red.lighten-1 {
319
- background-color: #EF5350 !important; }
320
- .ccw_plugin .red-text.text-lighten-1 {
321
- color: #EF5350 !important; }
322
- .ccw_plugin .red.darken-1 {
323
- background-color: #E53935 !important; }
324
- .ccw_plugin .red-text.text-darken-1 {
325
- color: #E53935 !important; }
326
- .ccw_plugin .red.darken-2 {
327
- background-color: #D32F2F !important; }
328
- .ccw_plugin .red-text.text-darken-2 {
329
- color: #D32F2F !important; }
330
- .ccw_plugin .red.darken-3 {
331
- background-color: #C62828 !important; }
332
- .ccw_plugin .red-text.text-darken-3 {
333
- color: #C62828 !important; }
334
- .ccw_plugin .red.darken-4 {
335
- background-color: #B71C1C !important; }
336
- .ccw_plugin .red-text.text-darken-4 {
337
- color: #B71C1C !important; }
338
- .ccw_plugin .red.accent-1 {
339
- background-color: #FF8A80 !important; }
340
- .ccw_plugin .red-text.text-accent-1 {
341
- color: #FF8A80 !important; }
342
- .ccw_plugin .red.accent-2 {
343
- background-color: #FF5252 !important; }
344
- .ccw_plugin .red-text.text-accent-2 {
345
- color: #FF5252 !important; }
346
- .ccw_plugin .red.accent-3 {
347
- background-color: #FF1744 !important; }
348
- .ccw_plugin .red-text.text-accent-3 {
349
- color: #FF1744 !important; }
350
- .ccw_plugin .red.accent-4 {
351
- background-color: #D50000 !important; }
352
- .ccw_plugin .red-text.text-accent-4 {
353
- color: #D50000 !important; }
354
- .ccw_plugin .pink {
355
- background-color: #e91e63 !important; }
356
- .ccw_plugin .pink-text {
357
- color: #e91e63 !important; }
358
- .ccw_plugin .pink.lighten-5 {
359
- background-color: #fce4ec !important; }
360
- .ccw_plugin .pink-text.text-lighten-5 {
361
- color: #fce4ec !important; }
362
- .ccw_plugin .pink.lighten-4 {
363
- background-color: #f8bbd0 !important; }
364
- .ccw_plugin .pink-text.text-lighten-4 {
365
- color: #f8bbd0 !important; }
366
- .ccw_plugin .pink.lighten-3 {
367
- background-color: #f48fb1 !important; }
368
- .ccw_plugin .pink-text.text-lighten-3 {
369
- color: #f48fb1 !important; }
370
- .ccw_plugin .pink.lighten-2 {
371
- background-color: #f06292 !important; }
372
- .ccw_plugin .pink-text.text-lighten-2 {
373
- color: #f06292 !important; }
374
- .ccw_plugin .pink.lighten-1 {
375
- background-color: #ec407a !important; }
376
- .ccw_plugin .pink-text.text-lighten-1 {
377
- color: #ec407a !important; }
378
- .ccw_plugin .pink.darken-1 {
379
- background-color: #d81b60 !important; }
380
- .ccw_plugin .pink-text.text-darken-1 {
381
- color: #d81b60 !important; }
382
- .ccw_plugin .pink.darken-2 {
383
- background-color: #c2185b !important; }
384
- .ccw_plugin .pink-text.text-darken-2 {
385
- color: #c2185b !important; }
386
- .ccw_plugin .pink.darken-3 {
387
- background-color: #ad1457 !important; }
388
- .ccw_plugin .pink-text.text-darken-3 {
389
- color: #ad1457 !important; }
390
- .ccw_plugin .pink.darken-4 {
391
- background-color: #880e4f !important; }
392
- .ccw_plugin .pink-text.text-darken-4 {
393
- color: #880e4f !important; }
394
- .ccw_plugin .pink.accent-1 {
395
- background-color: #ff80ab !important; }
396
- .ccw_plugin .pink-text.text-accent-1 {
397
- color: #ff80ab !important; }
398
- .ccw_plugin .pink.accent-2 {
399
- background-color: #ff4081 !important; }
400
- .ccw_plugin .pink-text.text-accent-2 {
401
- color: #ff4081 !important; }
402
- .ccw_plugin .pink.accent-3 {
403
- background-color: #f50057 !important; }
404
- .ccw_plugin .pink-text.text-accent-3 {
405
- color: #f50057 !important; }
406
- .ccw_plugin .pink.accent-4 {
407
- background-color: #c51162 !important; }
408
- .ccw_plugin .pink-text.text-accent-4 {
409
- color: #c51162 !important; }
410
- .ccw_plugin .purple {
411
- background-color: #9c27b0 !important; }
412
- .ccw_plugin .purple-text {
413
- color: #9c27b0 !important; }
414
- .ccw_plugin .purple.lighten-5 {
415
- background-color: #f3e5f5 !important; }
416
- .ccw_plugin .purple-text.text-lighten-5 {
417
- color: #f3e5f5 !important; }
418
- .ccw_plugin .purple.lighten-4 {
419
- background-color: #e1bee7 !important; }
420
- .ccw_plugin .purple-text.text-lighten-4 {
421
- color: #e1bee7 !important; }
422
- .ccw_plugin .purple.lighten-3 {
423
- background-color: #ce93d8 !important; }
424
- .ccw_plugin .purple-text.text-lighten-3 {
425
- color: #ce93d8 !important; }
426
- .ccw_plugin .purple.lighten-2 {
427
- background-color: #ba68c8 !important; }
428
- .ccw_plugin .purple-text.text-lighten-2 {
429
- color: #ba68c8 !important; }
430
- .ccw_plugin .purple.lighten-1 {
431
- background-color: #ab47bc !important; }
432
- .ccw_plugin .purple-text.text-lighten-1 {
433
- color: #ab47bc !important; }
434
- .ccw_plugin .purple.darken-1 {
435
- background-color: #8e24aa !important; }
436
- .ccw_plugin .purple-text.text-darken-1 {
437
- color: #8e24aa !important; }
438
- .ccw_plugin .purple.darken-2 {
439
- background-color: #7b1fa2 !important; }
440
- .ccw_plugin .purple-text.text-darken-2 {
441
- color: #7b1fa2 !important; }
442
- .ccw_plugin .purple.darken-3 {
443
- background-color: #6a1b9a !important; }
444
- .ccw_plugin .purple-text.text-darken-3 {
445
- color: #6a1b9a !important; }
446
- .ccw_plugin .purple.darken-4 {
447
- background-color: #4a148c !important; }
448
- .ccw_plugin .purple-text.text-darken-4 {
449
- color: #4a148c !important; }
450
- .ccw_plugin .purple.accent-1 {
451
- background-color: #ea80fc !important; }
452
- .ccw_plugin .purple-text.text-accent-1 {
453
- color: #ea80fc !important; }
454
- .ccw_plugin .purple.accent-2 {
455
- background-color: #e040fb !important; }
456
- .ccw_plugin .purple-text.text-accent-2 {
457
- color: #e040fb !important; }
458
- .ccw_plugin .purple.accent-3 {
459
- background-color: #d500f9 !important; }
460
- .ccw_plugin .purple-text.text-accent-3 {
461
- color: #d500f9 !important; }
462
- .ccw_plugin .purple.accent-4 {
463
- background-color: #aa00ff !important; }
464
- .ccw_plugin .purple-text.text-accent-4 {
465
- color: #aa00ff !important; }
466
- .ccw_plugin .deep-purple {
467
- background-color: #673ab7 !important; }
468
- .ccw_plugin .deep-purple-text {
469
- color: #673ab7 !important; }
470
- .ccw_plugin .deep-purple.lighten-5 {
471
- background-color: #ede7f6 !important; }
472
- .ccw_plugin .deep-purple-text.text-lighten-5 {
473
- color: #ede7f6 !important; }
474
- .ccw_plugin .deep-purple.lighten-4 {
475
- background-color: #d1c4e9 !important; }
476
- .ccw_plugin .deep-purple-text.text-lighten-4 {
477
- color: #d1c4e9 !important; }
478
- .ccw_plugin .deep-purple.lighten-3 {
479
- background-color: #b39ddb !important; }
480
- .ccw_plugin .deep-purple-text.text-lighten-3 {
481
- color: #b39ddb !important; }
482
- .ccw_plugin .deep-purple.lighten-2 {
483
- background-color: #9575cd !important; }
484
- .ccw_plugin .deep-purple-text.text-lighten-2 {
485
- color: #9575cd !important; }
486
- .ccw_plugin .deep-purple.lighten-1 {
487
- background-color: #7e57c2 !important; }
488
- .ccw_plugin .deep-purple-text.text-lighten-1 {
489
- color: #7e57c2 !important; }
490
- .ccw_plugin .deep-purple.darken-1 {
491
- background-color: #5e35b1 !important; }
492
- .ccw_plugin .deep-purple-text.text-darken-1 {
493
- color: #5e35b1 !important; }
494
- .ccw_plugin .deep-purple.darken-2 {
495
- background-color: #512da8 !important; }
496
- .ccw_plugin .deep-purple-text.text-darken-2 {
497
- color: #512da8 !important; }
498
- .ccw_plugin .deep-purple.darken-3 {
499
- background-color: #4527a0 !important; }
500
- .ccw_plugin .deep-purple-text.text-darken-3 {
501
- color: #4527a0 !important; }
502
- .ccw_plugin .deep-purple.darken-4 {
503
- background-color: #311b92 !important; }
504
- .ccw_plugin .deep-purple-text.text-darken-4 {
505
- color: #311b92 !important; }
506
- .ccw_plugin .deep-purple.accent-1 {
507
- background-color: #b388ff !important; }
508
- .ccw_plugin .deep-purple-text.text-accent-1 {
509
- color: #b388ff !important; }
510
- .ccw_plugin .deep-purple.accent-2 {
511
- background-color: #7c4dff !important; }
512
- .ccw_plugin .deep-purple-text.text-accent-2 {
513
- color: #7c4dff !important; }
514
- .ccw_plugin .deep-purple.accent-3 {
515
- background-color: #651fff !important; }
516
- .ccw_plugin .deep-purple-text.text-accent-3 {
517
- color: #651fff !important; }
518
- .ccw_plugin .deep-purple.accent-4 {
519
- background-color: #6200ea !important; }
520
- .ccw_plugin .deep-purple-text.text-accent-4 {
521
- color: #6200ea !important; }
522
- .ccw_plugin .indigo {
523
- background-color: #3f51b5 !important; }
524
- .ccw_plugin .indigo-text {
525
- color: #3f51b5 !important; }
526
- .ccw_plugin .indigo.lighten-5 {
527
- background-color: #e8eaf6 !important; }
528
- .ccw_plugin .indigo-text.text-lighten-5 {
529
- color: #e8eaf6 !important; }
530
- .ccw_plugin .indigo.lighten-4 {
531
- background-color: #c5cae9 !important; }
532
- .ccw_plugin .indigo-text.text-lighten-4 {
533
- color: #c5cae9 !important; }
534
- .ccw_plugin .indigo.lighten-3 {
535
- background-color: #9fa8da !important; }
536
- .ccw_plugin .indigo-text.text-lighten-3 {
537
- color: #9fa8da !important; }
538
- .ccw_plugin .indigo.lighten-2 {
539
- background-color: #7986cb !important; }
540
- .ccw_plugin .indigo-text.text-lighten-2 {
541
- color: #7986cb !important; }
542
- .ccw_plugin .indigo.lighten-1 {
543
- background-color: #5c6bc0 !important; }
544
- .ccw_plugin .indigo-text.text-lighten-1 {
545
- color: #5c6bc0 !important; }
546
- .ccw_plugin .indigo.darken-1 {
547
- background-color: #3949ab !important; }
548
- .ccw_plugin .indigo-text.text-darken-1 {
549
- color: #3949ab !important; }
550
- .ccw_plugin .indigo.darken-2 {
551
- background-color: #303f9f !important; }
552
- .ccw_plugin .indigo-text.text-darken-2 {
553
- color: #303f9f !important; }
554
- .ccw_plugin .indigo.darken-3 {
555
- background-color: #283593 !important; }
556
- .ccw_plugin .indigo-text.text-darken-3 {
557
- color: #283593 !important; }
558
- .ccw_plugin .indigo.darken-4 {
559
- background-color: #1a237e !important; }
560
- .ccw_plugin .indigo-text.text-darken-4 {
561
- color: #1a237e !important; }
562
- .ccw_plugin .indigo.accent-1 {
563
- background-color: #8c9eff !important; }
564
- .ccw_plugin .indigo-text.text-accent-1 {
565
- color: #8c9eff !important; }
566
- .ccw_plugin .indigo.accent-2 {
567
- background-color: #536dfe !important; }
568
- .ccw_plugin .indigo-text.text-accent-2 {
569
- color: #536dfe !important; }
570
- .ccw_plugin .indigo.accent-3 {
571
- background-color: #3d5afe !important; }
572
- .ccw_plugin .indigo-text.text-accent-3 {
573
- color: #3d5afe !important; }
574
- .ccw_plugin .indigo.accent-4 {
575
- background-color: #304ffe !important; }
576
- .ccw_plugin .indigo-text.text-accent-4 {
577
- color: #304ffe !important; }
578
- .ccw_plugin .blue {
579
- background-color: #2196F3 !important; }
580
- .ccw_plugin .blue-text {
581
- color: #2196F3 !important; }
582
- .ccw_plugin .blue.lighten-5 {
583
- background-color: #E3F2FD !important; }
584
- .ccw_plugin .blue-text.text-lighten-5 {
585
- color: #E3F2FD !important; }
586
- .ccw_plugin .blue.lighten-4 {
587
- background-color: #BBDEFB !important; }
588
- .ccw_plugin .blue-text.text-lighten-4 {
589
- color: #BBDEFB !important; }
590
- .ccw_plugin .blue.lighten-3 {
591
- background-color: #90CAF9 !important; }
592
- .ccw_plugin .blue-text.text-lighten-3 {
593
- color: #90CAF9 !important; }
594
- .ccw_plugin .blue.lighten-2 {
595
- background-color: #64B5F6 !important; }
596
- .ccw_plugin .blue-text.text-lighten-2 {
597
- color: #64B5F6 !important; }
598
- .ccw_plugin .blue.lighten-1 {
599
- background-color: #42A5F5 !important; }
600
- .ccw_plugin .blue-text.text-lighten-1 {
601
- color: #42A5F5 !important; }
602
- .ccw_plugin .blue.darken-1 {
603
- background-color: #1E88E5 !important; }
604
- .ccw_plugin .blue-text.text-darken-1 {
605
- color: #1E88E5 !important; }
606
- .ccw_plugin .blue.darken-2 {
607
- background-color: #1976D2 !important; }
608
- .ccw_plugin .blue-text.text-darken-2 {
609
- color: #1976D2 !important; }
610
- .ccw_plugin .blue.darken-3 {
611
- background-color: #1565C0 !important; }
612
- .ccw_plugin .blue-text.text-darken-3 {
613
- color: #1565C0 !important; }
614
- .ccw_plugin .blue.darken-4 {
615
- background-color: #0D47A1 !important; }
616
- .ccw_plugin .blue-text.text-darken-4 {
617
- color: #0D47A1 !important; }
618
- .ccw_plugin .blue.accent-1 {
619
- background-color: #82B1FF !important; }
620
- .ccw_plugin .blue-text.text-accent-1 {
621
- color: #82B1FF !important; }
622
- .ccw_plugin .blue.accent-2 {
623
- background-color: #448AFF !important; }
624
- .ccw_plugin .blue-text.text-accent-2 {
625
- color: #448AFF !important; }
626
- .ccw_plugin .blue.accent-3 {
627
- background-color: #2979FF !important; }
628
- .ccw_plugin .blue-text.text-accent-3 {
629
- color: #2979FF !important; }
630
- .ccw_plugin .blue.accent-4 {
631
- background-color: #2962FF !important; }
632
- .ccw_plugin .blue-text.text-accent-4 {
633
- color: #2962FF !important; }
634
- .ccw_plugin .light-blue {
635
- background-color: #03a9f4 !important; }
636
- .ccw_plugin .light-blue-text {
637
- color: #03a9f4 !important; }
638
- .ccw_plugin .light-blue.lighten-5 {
639
- background-color: #e1f5fe !important; }
640
- .ccw_plugin .light-blue-text.text-lighten-5 {
641
- color: #e1f5fe !important; }
642
- .ccw_plugin .light-blue.lighten-4 {
643
- background-color: #b3e5fc !important; }
644
- .ccw_plugin .light-blue-text.text-lighten-4 {
645
- color: #b3e5fc !important; }
646
- .ccw_plugin .light-blue.lighten-3 {
647
- background-color: #81d4fa !important; }
648
- .ccw_plugin .light-blue-text.text-lighten-3 {
649
- color: #81d4fa !important; }
650
- .ccw_plugin .light-blue.lighten-2 {
651
- background-color: #4fc3f7 !important; }
652
- .ccw_plugin .light-blue-text.text-lighten-2 {
653
- color: #4fc3f7 !important; }
654
- .ccw_plugin .light-blue.lighten-1 {
655
- background-color: #29b6f6 !important; }
656
- .ccw_plugin .light-blue-text.text-lighten-1 {
657
- color: #29b6f6 !important; }
658
- .ccw_plugin .light-blue.darken-1 {
659
- background-color: #039be5 !important; }
660
- .ccw_plugin .light-blue-text.text-darken-1 {
661
- color: #039be5 !important; }
662
- .ccw_plugin .light-blue.darken-2 {
663
- background-color: #0288d1 !important; }
664
- .ccw_plugin .light-blue-text.text-darken-2 {
665
- color: #0288d1 !important; }
666
- .ccw_plugin .light-blue.darken-3 {
667
- background-color: #0277bd !important; }
668
- .ccw_plugin .light-blue-text.text-darken-3 {
669
- color: #0277bd !important; }
670
- .ccw_plugin .light-blue.darken-4 {
671
- background-color: #01579b !important; }
672
- .ccw_plugin .light-blue-text.text-darken-4 {
673
- color: #01579b !important; }
674
- .ccw_plugin .light-blue.accent-1 {
675
- background-color: #80d8ff !important; }
676
- .ccw_plugin .light-blue-text.text-accent-1 {
677
- color: #80d8ff !important; }
678
- .ccw_plugin .light-blue.accent-2 {
679
- background-color: #40c4ff !important; }
680
- .ccw_plugin .light-blue-text.text-accent-2 {
681
- color: #40c4ff !important; }
682
- .ccw_plugin .light-blue.accent-3 {
683
- background-color: #00b0ff !important; }
684
- .ccw_plugin .light-blue-text.text-accent-3 {
685
- color: #00b0ff !important; }
686
- .ccw_plugin .light-blue.accent-4 {
687
- background-color: #0091ea !important; }
688
- .ccw_plugin .light-blue-text.text-accent-4 {
689
- color: #0091ea !important; }
690
- .ccw_plugin .cyan {
691
- background-color: #00bcd4 !important; }
692
- .ccw_plugin .cyan-text {
693
- color: #00bcd4 !important; }
694
- .ccw_plugin .cyan.lighten-5 {
695
- background-color: #e0f7fa !important; }
696
- .ccw_plugin .cyan-text.text-lighten-5 {
697
- color: #e0f7fa !important; }
698
- .ccw_plugin .cyan.lighten-4 {
699
- background-color: #b2ebf2 !important; }
700
- .ccw_plugin .cyan-text.text-lighten-4 {
701
- color: #b2ebf2 !important; }
702
- .ccw_plugin .cyan.lighten-3 {
703
- background-color: #80deea !important; }
704
- .ccw_plugin .cyan-text.text-lighten-3 {
705
- color: #80deea !important; }
706
- .ccw_plugin .cyan.lighten-2 {
707
- background-color: #4dd0e1 !important; }
708
- .ccw_plugin .cyan-text.text-lighten-2 {
709
- color: #4dd0e1 !important; }
710
- .ccw_plugin .cyan.lighten-1 {
711
- background-color: #26c6da !important; }
712
- .ccw_plugin .cyan-text.text-lighten-1 {
713
- color: #26c6da !important; }
714
- .ccw_plugin .cyan.darken-1 {
715
- background-color: #00acc1 !important; }
716
- .ccw_plugin .cyan-text.text-darken-1 {
717
- color: #00acc1 !important; }
718
- .ccw_plugin .cyan.darken-2 {
719
- background-color: #0097a7 !important; }
720
- .ccw_plugin .cyan-text.text-darken-2 {
721
- color: #0097a7 !important; }
722
- .ccw_plugin .cyan.darken-3 {
723
- background-color: #00838f !important; }
724
- .ccw_plugin .cyan-text.text-darken-3 {
725
- color: #00838f !important; }
726
- .ccw_plugin .cyan.darken-4 {
727
- background-color: #006064 !important; }
728
- .ccw_plugin .cyan-text.text-darken-4 {
729
- color: #006064 !important; }
730
- .ccw_plugin .cyan.accent-1 {
731
- background-color: #84ffff !important; }
732
- .ccw_plugin .cyan-text.text-accent-1 {
733
- color: #84ffff !important; }
734
- .ccw_plugin .cyan.accent-2 {
735
- background-color: #18ffff !important; }
736
- .ccw_plugin .cyan-text.text-accent-2 {
737
- color: #18ffff !important; }
738
- .ccw_plugin .cyan.accent-3 {
739
- background-color: #00e5ff !important; }
740
- .ccw_plugin .cyan-text.text-accent-3 {
741
- color: #00e5ff !important; }
742
- .ccw_plugin .cyan.accent-4 {
743
- background-color: #00b8d4 !important; }
744
- .ccw_plugin .cyan-text.text-accent-4 {
745
- color: #00b8d4 !important; }
746
- .ccw_plugin .teal {
747
- background-color: #009688 !important; }
748
- .ccw_plugin .teal-text {
749
- color: #009688 !important; }
750
- .ccw_plugin .teal.lighten-5 {
751
- background-color: #e0f2f1 !important; }
752
- .ccw_plugin .teal-text.text-lighten-5 {
753
- color: #e0f2f1 !important; }
754
- .ccw_plugin .teal.lighten-4 {
755
- background-color: #b2dfdb !important; }
756
- .ccw_plugin .teal-text.text-lighten-4 {
757
- color: #b2dfdb !important; }
758
- .ccw_plugin .teal.lighten-3 {
759
- background-color: #80cbc4 !important; }
760
- .ccw_plugin .teal-text.text-lighten-3 {
761
- color: #80cbc4 !important; }
762
- .ccw_plugin .teal.lighten-2 {
763
- background-color: #4db6ac !important; }
764
- .ccw_plugin .teal-text.text-lighten-2 {
765
- color: #4db6ac !important; }
766
- .ccw_plugin .teal.lighten-1 {
767
- background-color: #26a69a !important; }
768
- .ccw_plugin .teal-text.text-lighten-1 {
769
- color: #26a69a !important; }
770
- .ccw_plugin .teal.darken-1 {
771
- background-color: #00897b !important; }
772
- .ccw_plugin .teal-text.text-darken-1 {
773
- color: #00897b !important; }
774
- .ccw_plugin .teal.darken-2 {
775
- background-color: #00796b !important; }
776
- .ccw_plugin .teal-text.text-darken-2 {
777
- color: #00796b !important; }
778
- .ccw_plugin .teal.darken-3 {
779
- background-color: #00695c !important; }
780
- .ccw_plugin .teal-text.text-darken-3 {
781
- color: #00695c !important; }
782
- .ccw_plugin .teal.darken-4 {
783
- background-color: #004d40 !important; }
784
- .ccw_plugin .teal-text.text-darken-4 {
785
- color: #004d40 !important; }
786
- .ccw_plugin .teal.accent-1 {
787
- background-color: #a7ffeb !important; }
788
- .ccw_plugin .teal-text.text-accent-1 {
789
- color: #a7ffeb !important; }
790
- .ccw_plugin .teal.accent-2 {
791
- background-color: #64ffda !important; }
792
- .ccw_plugin .teal-text.text-accent-2 {
793
- color: #64ffda !important; }
794
- .ccw_plugin .teal.accent-3 {
795
- background-color: #1de9b6 !important; }
796
- .ccw_plugin .teal-text.text-accent-3 {
797
- color: #1de9b6 !important; }
798
- .ccw_plugin .teal.accent-4 {
799
- background-color: #00bfa5 !important; }
800
- .ccw_plugin .teal-text.text-accent-4 {
801
- color: #00bfa5 !important; }
802
- .ccw_plugin .green {
803
- background-color: #4CAF50 !important; }
804
- .ccw_plugin .green-text {
805
- color: #4CAF50 !important; }
806
- .ccw_plugin .green.lighten-5 {
807
- background-color: #E8F5E9 !important; }
808
- .ccw_plugin .green-text.text-lighten-5 {
809
- color: #E8F5E9 !important; }
810
- .ccw_plugin .green.lighten-4 {
811
- background-color: #C8E6C9 !important; }
812
- .ccw_plugin .green-text.text-lighten-4 {
813
- color: #C8E6C9 !important; }
814
- .ccw_plugin .green.lighten-3 {
815
- background-color: #A5D6A7 !important; }
816
- .ccw_plugin .green-text.text-lighten-3 {
817
- color: #A5D6A7 !important; }
818
- .ccw_plugin .green.lighten-2 {
819
- background-color: #81C784 !important; }
820
- .ccw_plugin .green-text.text-lighten-2 {
821
- color: #81C784 !important; }
822
- .ccw_plugin .green.lighten-1 {
823
- background-color: #66BB6A !important; }
824
- .ccw_plugin .green-text.text-lighten-1 {
825
- color: #66BB6A !important; }
826
- .ccw_plugin .green.darken-1 {
827
- background-color: #43A047 !important; }
828
- .ccw_plugin .green-text.text-darken-1 {
829
- color: #43A047 !important; }
830
- .ccw_plugin .green.darken-2 {
831
- background-color: #388E3C !important; }
832
- .ccw_plugin .green-text.text-darken-2 {
833
- color: #388E3C !important; }
834
- .ccw_plugin .green.darken-3 {
835
- background-color: #2E7D32 !important; }
836
- .ccw_plugin .green-text.text-darken-3 {
837
- color: #2E7D32 !important; }
838
- .ccw_plugin .green.darken-4 {
839
- background-color: #1B5E20 !important; }
840
- .ccw_plugin .green-text.text-darken-4 {
841
- color: #1B5E20 !important; }
842
- .ccw_plugin .green.accent-1 {
843
- background-color: #B9F6CA !important; }
844
- .ccw_plugin .green-text.text-accent-1 {
845
- color: #B9F6CA !important; }
846
- .ccw_plugin .green.accent-2 {
847
- background-color: #69F0AE !important; }
848
- .ccw_plugin .green-text.text-accent-2 {
849
- color: #69F0AE !important; }
850
- .ccw_plugin .green.accent-3 {
851
- background-color: #00E676 !important; }
852
- .ccw_plugin .green-text.text-accent-3 {
853
- color: #00E676 !important; }
854
- .ccw_plugin .green.accent-4 {
855
- background-color: #00C853 !important; }
856
- .ccw_plugin .green-text.text-accent-4 {
857
- color: #00C853 !important; }
858
- .ccw_plugin .light-green {
859
- background-color: #8bc34a !important; }
860
- .ccw_plugin .light-green-text {
861
- color: #8bc34a !important; }
862
- .ccw_plugin .light-green.lighten-5 {
863
- background-color: #f1f8e9 !important; }
864
- .ccw_plugin .light-green-text.text-lighten-5 {
865
- color: #f1f8e9 !important; }
866
- .ccw_plugin .light-green.lighten-4 {
867
- background-color: #dcedc8 !important; }
868
- .ccw_plugin .light-green-text.text-lighten-4 {
869
- color: #dcedc8 !important; }
870
- .ccw_plugin .light-green.lighten-3 {
871
- background-color: #c5e1a5 !important; }
872
- .ccw_plugin .light-green-text.text-lighten-3 {
873
- color: #c5e1a5 !important; }
874
- .ccw_plugin .light-green.lighten-2 {
875
- background-color: #aed581 !important; }
876
- .ccw_plugin .light-green-text.text-lighten-2 {
877
- color: #aed581 !important; }
878
- .ccw_plugin .light-green.lighten-1 {
879
- background-color: #9ccc65 !important; }
880
- .ccw_plugin .light-green-text.text-lighten-1 {
881
- color: #9ccc65 !important; }
882
- .ccw_plugin .light-green.darken-1 {
883
- background-color: #7cb342 !important; }
884
- .ccw_plugin .light-green-text.text-darken-1 {
885
- color: #7cb342 !important; }
886
- .ccw_plugin .light-green.darken-2 {
887
- background-color: #689f38 !important; }
888
- .ccw_plugin .light-green-text.text-darken-2 {
889
- color: #689f38 !important; }
890
- .ccw_plugin .light-green.darken-3 {
891
- background-color: #558b2f !important; }
892
- .ccw_plugin .light-green-text.text-darken-3 {
893
- color: #558b2f !important; }
894
- .ccw_plugin .light-green.darken-4 {
895
- background-color: #33691e !important; }
896
- .ccw_plugin .light-green-text.text-darken-4 {
897
- color: #33691e !important; }
898
- .ccw_plugin .light-green.accent-1 {
899
- background-color: #ccff90 !important; }
900
- .ccw_plugin .light-green-text.text-accent-1 {
901
- color: #ccff90 !important; }
902
- .ccw_plugin .light-green.accent-2 {
903
- background-color: #b2ff59 !important; }
904
- .ccw_plugin .light-green-text.text-accent-2 {
905
- color: #b2ff59 !important; }
906
- .ccw_plugin .light-green.accent-3 {
907
- background-color: #76ff03 !important; }
908
- .ccw_plugin .light-green-text.text-accent-3 {
909
- color: #76ff03 !important; }
910
- .ccw_plugin .light-green.accent-4 {
911
- background-color: #64dd17 !important; }
912
- .ccw_plugin .light-green-text.text-accent-4 {
913
- color: #64dd17 !important; }
914
- .ccw_plugin .lime {
915
- background-color: #cddc39 !important; }
916
- .ccw_plugin .lime-text {
917
- color: #cddc39 !important; }
918
- .ccw_plugin .lime.lighten-5 {
919
- background-color: #f9fbe7 !important; }
920
- .ccw_plugin .lime-text.text-lighten-5 {
921
- color: #f9fbe7 !important; }
922
- .ccw_plugin .lime.lighten-4 {
923
- background-color: #f0f4c3 !important; }
924
- .ccw_plugin .lime-text.text-lighten-4 {
925
- color: #f0f4c3 !important; }
926
- .ccw_plugin .lime.lighten-3 {
927
- background-color: #e6ee9c !important; }
928
- .ccw_plugin .lime-text.text-lighten-3 {
929
- color: #e6ee9c !important; }
930
- .ccw_plugin .lime.lighten-2 {
931
- background-color: #dce775 !important; }
932
- .ccw_plugin .lime-text.text-lighten-2 {
933
- color: #dce775 !important; }
934
- .ccw_plugin .lime.lighten-1 {
935
- background-color: #d4e157 !important; }
936
- .ccw_plugin .lime-text.text-lighten-1 {
937
- color: #d4e157 !important; }
938
- .ccw_plugin .lime.darken-1 {
939
- background-color: #c0ca33 !important; }
940
- .ccw_plugin .lime-text.text-darken-1 {
941
- color: #c0ca33 !important; }
942
- .ccw_plugin .lime.darken-2 {
943
- background-color: #afb42b !important; }
944
- .ccw_plugin .lime-text.text-darken-2 {
945
- color: #afb42b !important; }
946
- .ccw_plugin .lime.darken-3 {
947
- background-color: #9e9d24 !important; }
948
- .ccw_plugin .lime-text.text-darken-3 {
949
- color: #9e9d24 !important; }
950
- .ccw_plugin .lime.darken-4 {
951
- background-color: #827717 !important; }
952
- .ccw_plugin .lime-text.text-darken-4 {
953
- color: #827717 !important; }
954
- .ccw_plugin .lime.accent-1 {
955
- background-color: #f4ff81 !important; }
956
- .ccw_plugin .lime-text.text-accent-1 {
957
- color: #f4ff81 !important; }
958
- .ccw_plugin .lime.accent-2 {
959
- background-color: #eeff41 !important; }
960
- .ccw_plugin .lime-text.text-accent-2 {
961
- color: #eeff41 !important; }
962
- .ccw_plugin .lime.accent-3 {
963
- background-color: #c6ff00 !important; }
964
- .ccw_plugin .lime-text.text-accent-3 {
965
- color: #c6ff00 !important; }
966
- .ccw_plugin .lime.accent-4 {
967
- background-color: #aeea00 !important; }
968
- .ccw_plugin .lime-text.text-accent-4 {
969
- color: #aeea00 !important; }
970
- .ccw_plugin .yellow {
971
- background-color: #ffeb3b !important; }
972
- .ccw_plugin .yellow-text {
973
- color: #ffeb3b !important; }
974
- .ccw_plugin .yellow.lighten-5 {
975
- background-color: #fffde7 !important; }
976
- .ccw_plugin .yellow-text.text-lighten-5 {
977
- color: #fffde7 !important; }
978
- .ccw_plugin .yellow.lighten-4 {
979
- background-color: #fff9c4 !important; }
980
- .ccw_plugin .yellow-text.text-lighten-4 {
981
- color: #fff9c4 !important; }
982
- .ccw_plugin .yellow.lighten-3 {
983
- background-color: #fff59d !important; }
984
- .ccw_plugin .yellow-text.text-lighten-3 {
985
- color: #fff59d !important; }
986
- .ccw_plugin .yellow.lighten-2 {
987
- background-color: #fff176 !important; }
988
- .ccw_plugin .yellow-text.text-lighten-2 {
989
- color: #fff176 !important; }
990
- .ccw_plugin .yellow.lighten-1 {
991
- background-color: #ffee58 !important; }
992
- .ccw_plugin .yellow-text.text-lighten-1 {
993
- color: #ffee58 !important; }
994
- .ccw_plugin .yellow.darken-1 {
995
- background-color: #fdd835 !important; }
996
- .ccw_plugin .yellow-text.text-darken-1 {
997
- color: #fdd835 !important; }
998
- .ccw_plugin .yellow.darken-2 {
999
- background-color: #fbc02d !important; }
1000
- .ccw_plugin .yellow-text.text-darken-2 {
1001
- color: #fbc02d !important; }
1002
- .ccw_plugin .yellow.darken-3 {
1003
- background-color: #f9a825 !important; }
1004
- .ccw_plugin .yellow-text.text-darken-3 {
1005
- color: #f9a825 !important; }
1006
- .ccw_plugin .yellow.darken-4 {
1007
- background-color: #f57f17 !important; }
1008
- .ccw_plugin .yellow-text.text-darken-4 {
1009
- color: #f57f17 !important; }
1010
- .ccw_plugin .yellow.accent-1 {
1011
- background-color: #ffff8d !important; }
1012
- .ccw_plugin .yellow-text.text-accent-1 {
1013
- color: #ffff8d !important; }
1014
- .ccw_plugin .yellow.accent-2 {
1015
- background-color: #ffff00 !important; }
1016
- .ccw_plugin .yellow-text.text-accent-2 {
1017
- color: #ffff00 !important; }
1018
- .ccw_plugin .yellow.accent-3 {
1019
- background-color: #ffea00 !important; }
1020
- .ccw_plugin .yellow-text.text-accent-3 {
1021
- color: #ffea00 !important; }
1022
- .ccw_plugin .yellow.accent-4 {
1023
- background-color: #ffd600 !important; }
1024
- .ccw_plugin .yellow-text.text-accent-4 {
1025
- color: #ffd600 !important; }
1026
- .ccw_plugin .amber {
1027
- background-color: #ffc107 !important; }
1028
- .ccw_plugin .amber-text {
1029
- color: #ffc107 !important; }
1030
- .ccw_plugin .amber.lighten-5 {
1031
- background-color: #fff8e1 !important; }
1032
- .ccw_plugin .amber-text.text-lighten-5 {
1033
- color: #fff8e1 !important; }
1034
- .ccw_plugin .amber.lighten-4 {
1035
- background-color: #ffecb3 !important; }
1036
- .ccw_plugin .amber-text.text-lighten-4 {
1037
- color: #ffecb3 !important; }
1038
- .ccw_plugin .amber.lighten-3 {
1039
- background-color: #ffe082 !important; }
1040
- .ccw_plugin .amber-text.text-lighten-3 {
1041
- color: #ffe082 !important; }
1042
- .ccw_plugin .amber.lighten-2 {
1043
- background-color: #ffd54f !important; }
1044
- .ccw_plugin .amber-text.text-lighten-2 {
1045
- color: #ffd54f !important; }
1046
- .ccw_plugin .amber.lighten-1 {
1047
- background-color: #ffca28 !important; }
1048
- .ccw_plugin .amber-text.text-lighten-1 {
1049
- color: #ffca28 !important; }
1050
- .ccw_plugin .amber.darken-1 {
1051
- background-color: #ffb300 !important; }
1052
- .ccw_plugin .amber-text.text-darken-1 {
1053
- color: #ffb300 !important; }
1054
- .ccw_plugin .amber.darken-2 {
1055
- background-color: #ffa000 !important; }
1056
- .ccw_plugin .amber-text.text-darken-2 {
1057
- color: #ffa000 !important; }
1058
- .ccw_plugin .amber.darken-3 {
1059
- background-color: #ff8f00 !important; }
1060
- .ccw_plugin .amber-text.text-darken-3 {
1061
- color: #ff8f00 !important; }
1062
- .ccw_plugin .amber.darken-4 {
1063
- background-color: #ff6f00 !important; }
1064
- .ccw_plugin .amber-text.text-darken-4 {
1065
- color: #ff6f00 !important; }
1066
- .ccw_plugin .amber.accent-1 {
1067
- background-color: #ffe57f !important; }
1068
- .ccw_plugin .amber-text.text-accent-1 {
1069
- color: #ffe57f !important; }
1070
- .ccw_plugin .amber.accent-2 {
1071
- background-color: #ffd740 !important; }
1072
- .ccw_plugin .amber-text.text-accent-2 {
1073
- color: #ffd740 !important; }
1074
- .ccw_plugin .amber.accent-3 {
1075
- background-color: #ffc400 !important; }
1076
- .ccw_plugin .amber-text.text-accent-3 {
1077
- color: #ffc400 !important; }
1078
- .ccw_plugin .amber.accent-4 {
1079
- background-color: #ffab00 !important; }
1080
- .ccw_plugin .amber-text.text-accent-4 {
1081
- color: #ffab00 !important; }
1082
- .ccw_plugin .orange {
1083
- background-color: #ff9800 !important; }
1084
- .ccw_plugin .orange-text {
1085
- color: #ff9800 !important; }
1086
- .ccw_plugin .orange.lighten-5 {
1087
- background-color: #fff3e0 !important; }
1088
- .ccw_plugin .orange-text.text-lighten-5 {
1089
- color: #fff3e0 !important; }
1090
- .ccw_plugin .orange.lighten-4 {
1091
- background-color: #ffe0b2 !important; }
1092
- .ccw_plugin .orange-text.text-lighten-4 {
1093
- color: #ffe0b2 !important; }
1094
- .ccw_plugin .orange.lighten-3 {
1095
- background-color: #ffcc80 !important; }
1096
- .ccw_plugin .orange-text.text-lighten-3 {
1097
- color: #ffcc80 !important; }
1098
- .ccw_plugin .orange.lighten-2 {
1099
- background-color: #ffb74d !important; }
1100
- .ccw_plugin .orange-text.text-lighten-2 {
1101
- color: #ffb74d !important; }
1102
- .ccw_plugin .orange.lighten-1 {
1103
- background-color: #ffa726 !important; }
1104
- .ccw_plugin .orange-text.text-lighten-1 {
1105
- color: #ffa726 !important; }
1106
- .ccw_plugin .orange.darken-1 {
1107
- background-color: #fb8c00 !important; }
1108
- .ccw_plugin .orange-text.text-darken-1 {
1109
- color: #fb8c00 !important; }
1110
- .ccw_plugin .orange.darken-2 {
1111
- background-color: #f57c00 !important; }
1112
- .ccw_plugin .orange-text.text-darken-2 {
1113
- color: #f57c00 !important; }
1114
- .ccw_plugin .orange.darken-3 {
1115
- background-color: #ef6c00 !important; }
1116
- .ccw_plugin .orange-text.text-darken-3 {
1117
- color: #ef6c00 !important; }
1118
- .ccw_plugin .orange.darken-4 {
1119
- background-color: #e65100 !important; }
1120
- .ccw_plugin .orange-text.text-darken-4 {
1121
- color: #e65100 !important; }
1122
- .ccw_plugin .orange.accent-1 {
1123
- background-color: #ffd180 !important; }
1124
- .ccw_plugin .orange-text.text-accent-1 {
1125
- color: #ffd180 !important; }
1126
- .ccw_plugin .orange.accent-2 {
1127
- background-color: #ffab40 !important; }
1128
- .ccw_plugin .orange-text.text-accent-2 {
1129
- color: #ffab40 !important; }
1130
- .ccw_plugin .orange.accent-3 {
1131
- background-color: #ff9100 !important; }
1132
- .ccw_plugin .orange-text.text-accent-3 {
1133
- color: #ff9100 !important; }
1134
- .ccw_plugin .orange.accent-4 {
1135
- background-color: #ff6d00 !important; }
1136
- .ccw_plugin .orange-text.text-accent-4 {
1137
- color: #ff6d00 !important; }
1138
- .ccw_plugin .deep-orange {
1139
- background-color: #ff5722 !important; }
1140
- .ccw_plugin .deep-orange-text {
1141
- color: #ff5722 !important; }
1142
- .ccw_plugin .deep-orange.lighten-5 {
1143
- background-color: #fbe9e7 !important; }
1144
- .ccw_plugin .deep-orange-text.text-lighten-5 {
1145
- color: #fbe9e7 !important; }
1146
- .ccw_plugin .deep-orange.lighten-4 {
1147
- background-color: #ffccbc !important; }
1148
- .ccw_plugin .deep-orange-text.text-lighten-4 {
1149
- color: #ffccbc !important; }
1150
- .ccw_plugin .deep-orange.lighten-3 {
1151
- background-color: #ffab91 !important; }
1152
- .ccw_plugin .deep-orange-text.text-lighten-3 {
1153
- color: #ffab91 !important; }
1154
- .ccw_plugin .deep-orange.lighten-2 {
1155
- background-color: #ff8a65 !important; }
1156
- .ccw_plugin .deep-orange-text.text-lighten-2 {
1157
- color: #ff8a65 !important; }
1158
- .ccw_plugin .deep-orange.lighten-1 {
1159
- background-color: #ff7043 !important; }
1160
- .ccw_plugin .deep-orange-text.text-lighten-1 {
1161
- color: #ff7043 !important; }
1162
- .ccw_plugin .deep-orange.darken-1 {
1163
- background-color: #f4511e !important; }
1164
- .ccw_plugin .deep-orange-text.text-darken-1 {
1165
- color: #f4511e !important; }
1166
- .ccw_plugin .deep-orange.darken-2 {
1167
- background-color: #e64a19 !important; }
1168
- .ccw_plugin .deep-orange-text.text-darken-2 {
1169
- color: #e64a19 !important; }
1170
- .ccw_plugin .deep-orange.darken-3 {
1171
- background-color: #d84315 !important; }
1172
- .ccw_plugin .deep-orange-text.text-darken-3 {
1173
- color: #d84315 !important; }
1174
- .ccw_plugin .deep-orange.darken-4 {
1175
- background-color: #bf360c !important; }
1176
- .ccw_plugin .deep-orange-text.text-darken-4 {
1177
- color: #bf360c !important; }
1178
- .ccw_plugin .deep-orange.accent-1 {
1179
- background-color: #ff9e80 !important; }
1180
- .ccw_plugin .deep-orange-text.text-accent-1 {
1181
- color: #ff9e80 !important; }
1182
- .ccw_plugin .deep-orange.accent-2 {
1183
- background-color: #ff6e40 !important; }
1184
- .ccw_plugin .deep-orange-text.text-accent-2 {
1185
- color: #ff6e40 !important; }
1186
- .ccw_plugin .deep-orange.accent-3 {
1187
- background-color: #ff3d00 !important; }
1188
- .ccw_plugin .deep-orange-text.text-accent-3 {
1189
- color: #ff3d00 !important; }
1190
- .ccw_plugin .deep-orange.accent-4 {
1191
- background-color: #dd2c00 !important; }
1192
- .ccw_plugin .deep-orange-text.text-accent-4 {
1193
- color: #dd2c00 !important; }
1194
- .ccw_plugin .brown {
1195
- background-color: #795548 !important; }
1196
- .ccw_plugin .brown-text {
1197
- color: #795548 !important; }
1198
- .ccw_plugin .brown.lighten-5 {
1199
- background-color: #efebe9 !important; }
1200
- .ccw_plugin .brown-text.text-lighten-5 {
1201
- color: #efebe9 !important; }
1202
- .ccw_plugin .brown.lighten-4 {
1203
- background-color: #d7ccc8 !important; }
1204
- .ccw_plugin .brown-text.text-lighten-4 {
1205
- color: #d7ccc8 !important; }
1206
- .ccw_plugin .brown.lighten-3 {
1207
- background-color: #bcaaa4 !important; }
1208
- .ccw_plugin .brown-text.text-lighten-3 {
1209
- color: #bcaaa4 !important; }
1210
- .ccw_plugin .brown.lighten-2 {
1211
- background-color: #a1887f !important; }
1212
- .ccw_plugin .brown-text.text-lighten-2 {
1213
- color: #a1887f !important; }
1214
- .ccw_plugin .brown.lighten-1 {
1215
- background-color: #8d6e63 !important; }
1216
- .ccw_plugin .brown-text.text-lighten-1 {
1217
- color: #8d6e63 !important; }
1218
- .ccw_plugin .brown.darken-1 {
1219
- background-color: #6d4c41 !important; }
1220
- .ccw_plugin .brown-text.text-darken-1 {
1221
- color: #6d4c41 !important; }
1222
- .ccw_plugin .brown.darken-2 {
1223
- background-color: #5d4037 !important; }
1224
- .ccw_plugin .brown-text.text-darken-2 {
1225
- color: #5d4037 !important; }
1226
- .ccw_plugin .brown.darken-3 {
1227
- background-color: #4e342e !important; }
1228
- .ccw_plugin .brown-text.text-darken-3 {
1229
- color: #4e342e !important; }
1230
- .ccw_plugin .brown.darken-4 {
1231
- background-color: #3e2723 !important; }
1232
- .ccw_plugin .brown-text.text-darken-4 {
1233
- color: #3e2723 !important; }
1234
- .ccw_plugin .blue-grey {
1235
- background-color: #607d8b !important; }
1236
- .ccw_plugin .blue-grey-text {
1237
- color: #607d8b !important; }
1238
- .ccw_plugin .blue-grey.lighten-5 {
1239
- background-color: #eceff1 !important; }
1240
- .ccw_plugin .blue-grey-text.text-lighten-5 {
1241
- color: #eceff1 !important; }
1242
- .ccw_plugin .blue-grey.lighten-4 {
1243
- background-color: #cfd8dc !important; }
1244
- .ccw_plugin .blue-grey-text.text-lighten-4 {
1245
- color: #cfd8dc !important; }
1246
- .ccw_plugin .blue-grey.lighten-3 {
1247
- background-color: #b0bec5 !important; }
1248
- .ccw_plugin .blue-grey-text.text-lighten-3 {
1249
- color: #b0bec5 !important; }
1250
- .ccw_plugin .blue-grey.lighten-2 {
1251
- background-color: #90a4ae !important; }
1252
- .ccw_plugin .blue-grey-text.text-lighten-2 {
1253
- color: #90a4ae !important; }
1254
- .ccw_plugin .blue-grey.lighten-1 {
1255
- background-color: #78909c !important; }
1256
- .ccw_plugin .blue-grey-text.text-lighten-1 {
1257
- color: #78909c !important; }
1258
- .ccw_plugin .blue-grey.darken-1 {
1259
- background-color: #546e7a !important; }
1260
- .ccw_plugin .blue-grey-text.text-darken-1 {
1261
- color: #546e7a !important; }
1262
- .ccw_plugin .blue-grey.darken-2 {
1263
- background-color: #455a64 !important; }
1264
- .ccw_plugin .blue-grey-text.text-darken-2 {
1265
- color: #455a64 !important; }
1266
- .ccw_plugin .blue-grey.darken-3 {
1267
- background-color: #37474f !important; }
1268
- .ccw_plugin .blue-grey-text.text-darken-3 {
1269
- color: #37474f !important; }
1270
- .ccw_plugin .blue-grey.darken-4 {
1271
- background-color: #263238 !important; }
1272
- .ccw_plugin .blue-grey-text.text-darken-4 {
1273
- color: #263238 !important; }
1274
- .ccw_plugin .grey {
1275
- background-color: #9e9e9e !important; }
1276
- .ccw_plugin .grey-text {
1277
- color: #9e9e9e !important; }
1278
- .ccw_plugin .grey.lighten-5 {
1279
- background-color: #fafafa !important; }
1280
- .ccw_plugin .grey-text.text-lighten-5 {
1281
- color: #fafafa !important; }
1282
- .ccw_plugin .grey.lighten-4 {
1283
- background-color: #f5f5f5 !important; }
1284
- .ccw_plugin .grey-text.text-lighten-4 {
1285
- color: #f5f5f5 !important; }
1286
- .ccw_plugin .grey.lighten-3 {
1287
- background-color: #eeeeee !important; }
1288
- .ccw_plugin .grey-text.text-lighten-3 {
1289
- color: #eeeeee !important; }
1290
- .ccw_plugin .grey.lighten-2 {
1291
- background-color: #e0e0e0 !important; }
1292
- .ccw_plugin .grey-text.text-lighten-2 {
1293
- color: #e0e0e0 !important; }
1294
- .ccw_plugin .grey.lighten-1 {
1295
- background-color: #bdbdbd !important; }
1296
- .ccw_plugin .grey-text.text-lighten-1 {
1297
- color: #bdbdbd !important; }
1298
- .ccw_plugin .grey.darken-1 {
1299
- background-color: #757575 !important; }
1300
- .ccw_plugin .grey-text.text-darken-1 {
1301
- color: #757575 !important; }
1302
- .ccw_plugin .grey.darken-2 {
1303
- background-color: #616161 !important; }
1304
- .ccw_plugin .grey-text.text-darken-2 {
1305
- color: #616161 !important; }
1306
- .ccw_plugin .grey.darken-3 {
1307
- background-color: #424242 !important; }
1308
- .ccw_plugin .grey-text.text-darken-3 {
1309
- color: #424242 !important; }
1310
- .ccw_plugin .grey.darken-4 {
1311
- background-color: #212121 !important; }
1312
- .ccw_plugin .grey-text.text-darken-4 {
1313
- color: #212121 !important; }
1314
- .ccw_plugin .black {
1315
- background-color: #000000 !important; }
1316
- .ccw_plugin .black-text {
1317
- color: #000000 !important; }
1318
- .ccw_plugin .white {
1319
- background-color: #FFFFFF !important; }
1320
- .ccw_plugin .white-text {
1321
- color: #FFFFFF !important; }
1322
- .ccw_plugin .transparent {
1323
- background-color: transparent !important; }
1324
- .ccw_plugin .transparent-text {
1325
- color: transparent !important; }
1326
- .ccw_plugin html {
1327
- font-family: sans-serif;
1328
- /* 1 */
1329
- -ms-text-size-adjust: 100%;
1330
- /* 2 */
1331
- -webkit-text-size-adjust: 100%;
1332
- /* 2 */ }
1333
- .ccw_plugin body {
1334
- margin: 0; }
1335
- .ccw_plugin article,
1336
- .ccw_plugin aside,
1337
- .ccw_plugin details,
1338
- .ccw_plugin figcaption,
1339
- .ccw_plugin figure,
1340
- .ccw_plugin footer,
1341
- .ccw_plugin header,
1342
- .ccw_plugin hgroup,
1343
- .ccw_plugin main,
1344
- .ccw_plugin menu,
1345
- .ccw_plugin nav,
1346
- .ccw_plugin section,
1347
- .ccw_plugin summary {
1348
- display: block; }
1349
- .ccw_plugin audio,
1350
- .ccw_plugin canvas,
1351
- .ccw_plugin progress,
1352
- .ccw_plugin video {
1353
- display: inline-block;
1354
- /* 1 */
1355
- vertical-align: baseline;
1356
- /* 2 */ }
1357
- .ccw_plugin audio:not([controls]) {
1358
- display: none;
1359
- height: 0; }
1360
- .ccw_plugin [hidden],
1361
- .ccw_plugin template {
1362
- display: none; }
1363
- .ccw_plugin a {
1364
- background-color: transparent; }
1365
- .ccw_plugin a:active,
1366
- .ccw_plugin a:hover {
1367
- outline: 0; }
1368
- .ccw_plugin abbr[title] {
1369
- border-bottom: 1px dotted; }
1370
- .ccw_plugin b,
1371
- .ccw_plugin strong {
1372
- font-weight: bold; }
1373
- .ccw_plugin dfn {
1374
- font-style: italic; }
1375
- .ccw_plugin h1 {
1376
- font-size: 2em;
1377
- margin: 0.67em 0; }
1378
- .ccw_plugin mark {
1379
- background: #ff0;
1380
- color: #000; }
1381
- .ccw_plugin small {
1382
- font-size: 80%; }
1383
- .ccw_plugin sub,
1384
- .ccw_plugin sup {
1385
- font-size: 75%;
1386
- line-height: 0;
1387
- position: relative;
1388
- vertical-align: baseline; }
1389
- .ccw_plugin sup {
1390
- top: -0.5em; }
1391
- .ccw_plugin sub {
1392
- bottom: -0.25em; }
1393
- .ccw_plugin img {
1394
- border: 0; }
1395
- .ccw_plugin svg:not(:root) {
1396
- overflow: hidden; }
1397
- .ccw_plugin figure {
1398
- margin: 1em 40px; }
1399
- .ccw_plugin hr {
1400
- box-sizing: content-box;
1401
- height: 0; }
1402
- .ccw_plugin pre {
1403
- overflow: auto; }
1404
- .ccw_plugin code,
1405
- .ccw_plugin kbd,
1406
- .ccw_plugin pre,
1407
- .ccw_plugin samp {
1408
- font-family: monospace, monospace;
1409
- font-size: 1em; }
1410
- .ccw_plugin button,
1411
- .ccw_plugin input,
1412
- .ccw_plugin optgroup,
1413
- .ccw_plugin select,
1414
- .ccw_plugin textarea {
1415
- color: inherit;
1416
- /* 1 */
1417
- font: inherit;
1418
- /* 2 */
1419
- margin: 0;
1420
- /* 3 */ }
1421
- .ccw_plugin button {
1422
- overflow: visible; }
1423
- .ccw_plugin button,
1424
- .ccw_plugin select {
1425
- text-transform: none; }
1426
- .ccw_plugin button,
1427
- .ccw_plugin html input[type="button"],
1428
- .ccw_plugin input[type="reset"],
1429
- .ccw_plugin input[type="submit"] {
1430
- -webkit-appearance: button;
1431
- /* 2 */
1432
- cursor: pointer;
1433
- /* 3 */ }
1434
- .ccw_plugin button[disabled],
1435
- .ccw_plugin html input[disabled] {
1436
- cursor: default; }
1437
- .ccw_plugin button::-moz-focus-inner,
1438
- .ccw_plugin input::-moz-focus-inner {
1439
- border: 0;
1440
- padding: 0; }
1441
- .ccw_plugin input {
1442
- line-height: normal; }
1443
- .ccw_plugin input[type="checkbox"],
1444
- .ccw_plugin input[type="radio"] {
1445
- box-sizing: border-box;
1446
- /* 1 */
1447
- padding: 0;
1448
- /* 2 */ }
1449
- .ccw_plugin input[type="number"]::-webkit-inner-spin-button,
1450
- .ccw_plugin input[type="number"]::-webkit-outer-spin-button {
1451
- height: auto; }
1452
- .ccw_plugin input[type="search"] {
1453
- -webkit-appearance: textfield;
1454
- /* 1 */
1455
- box-sizing: content-box;
1456
- /* 2 */ }
1457
- .ccw_plugin input[type="search"]::-webkit-search-cancel-button,
1458
- .ccw_plugin input[type="search"]::-webkit-search-decoration {
1459
- -webkit-appearance: none; }
1460
- .ccw_plugin fieldset {
1461
- border: 1px solid #c0c0c0;
1462
- margin: 0 2px;
1463
- padding: 0.35em 0.625em 0.75em; }
1464
- .ccw_plugin legend {
1465
- border: 0;
1466
- /* 1 */
1467
- padding: 0;
1468
- /* 2 */ }
1469
- .ccw_plugin textarea {
1470
- overflow: auto; }
1471
- .ccw_plugin optgroup {
1472
- font-weight: bold; }
1473
- .ccw_plugin table {
1474
- border-collapse: collapse;
1475
- border-spacing: 0; }
1476
- .ccw_plugin td,
1477
- .ccw_plugin th {
1478
- padding: 0; }
1479
- .ccw_plugin html {
1480
- box-sizing: border-box; }
1481
- .ccw_plugin *, .ccw_plugin *:before, .ccw_plugin *:after {
1482
- box-sizing: inherit; }
1483
- .ccw_plugin ul:not(.browser-default) {
1484
- padding-left: 0;
1485
- list-style-type: none; }
1486
- .ccw_plugin ul:not(.browser-default) > li {
1487
- list-style-type: none; }
1488
- .ccw_plugin a {
1489
- color: #039be5;
1490
- text-decoration: none;
1491
- -webkit-tap-highlight-color: transparent; }
1492
- .ccw_plugin .valign-wrapper {
1493
- display: flex;
1494
- align-items: center; }
1495
- .ccw_plugin .clearfix {
1496
- clear: both; }
1497
- .ccw_plugin .z-depth-0 {
1498
- box-shadow: none !important; }
1499
- .ccw_plugin .z-depth-1, .ccw_plugin .card-panel, .ccw_plugin .card, .ccw_plugin .btn, .ccw_plugin .btn-large, .ccw_plugin .btn-floating, .ccw_plugin .dropdown-content, .ccw_plugin .collapsible {
1500
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
1501
- .ccw_plugin .z-depth-1-half, .ccw_plugin .btn:hover, .ccw_plugin .btn-large:hover, .ccw_plugin .btn-floating:hover {
1502
- box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
1503
- .ccw_plugin .z-depth-2 {
1504
- box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
1505
- .ccw_plugin .z-depth-3 {
1506
- box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }
1507
- .ccw_plugin .z-depth-4 {
1508
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }
1509
- .ccw_plugin .z-depth-5 {
1510
- box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }
1511
- .ccw_plugin .hoverable {
1512
- transition: box-shadow .25s; }
1513
- .ccw_plugin .hoverable:hover {
1514
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
1515
- .ccw_plugin .divider {
1516
- height: 1px;
1517
- overflow: hidden;
1518
- background-color: #e0e0e0; }
1519
- .ccw_plugin blockquote {
1520
- margin: 20px 0;
1521
- padding-left: 1.5rem;
1522
- border-left: 5px solid #ee6e73; }
1523
- .ccw_plugin i {
1524
- line-height: inherit; }
1525
- .ccw_plugin i.left {
1526
- float: left;
1527
- margin-right: 15px; }
1528
- .ccw_plugin i.right {
1529
- float: right;
1530
- margin-left: 15px; }
1531
- .ccw_plugin i.tiny {
1532
- font-size: 1rem; }
1533
- .ccw_plugin i.small {
1534
- font-size: 2rem; }
1535
- .ccw_plugin i.medium {
1536
- font-size: 4rem; }
1537
- .ccw_plugin i.large {
1538
- font-size: 6rem; }
1539
- .ccw_plugin img.responsive-img,
1540
- .ccw_plugin video.responsive-video {
1541
- max-width: 100%;
1542
- height: auto; }
1543
- .ccw_plugin .pagination li {
1544
- display: inline-block;
1545
- border-radius: 2px;
1546
- text-align: center;
1547
- vertical-align: top;
1548
- height: 30px; }
1549
- .ccw_plugin .pagination li a {
1550
- color: #444;
1551
- display: inline-block;
1552
- font-size: 1.2rem;
1553
- padding: 0 10px;
1554
- line-height: 30px; }
1555
- .ccw_plugin .pagination li.active a {
1556
- color: #fff; }
1557
- .ccw_plugin .pagination li.active {
1558
- background-color: #ee6e73; }
1559
- .ccw_plugin .pagination li.disabled a {
1560
- cursor: default;
1561
- color: #999; }
1562
- .ccw_plugin .pagination li i {
1563
- font-size: 2rem; }
1564
- .ccw_plugin .pagination li.pages ul li {
1565
- display: inline-block;
1566
- float: none; }
1567
- @media only screen and (max-width: 992px) {
1568
- .ccw_plugin .pagination {
1569
- width: 100%; }
1570
- .ccw_plugin .pagination li.prev,
1571
- .ccw_plugin .pagination li.next {
1572
- width: 10%; }
1573
- .ccw_plugin .pagination li.pages {
1574
- width: 80%;
1575
- overflow: hidden;
1576
- white-space: nowrap; } }
1577
- .ccw_plugin .breadcrumb {
1578
- font-size: 18px;
1579
- color: rgba(255, 255, 255, 0.7); }
1580
- .ccw_plugin .breadcrumb i,
1581
- .ccw_plugin .breadcrumb [class^="mdi-"], .ccw_plugin .breadcrumb [class*="mdi-"],
1582
- .ccw_plugin .breadcrumb i.material-icons {
1583
- display: inline-block;
1584
- float: left;
1585
- font-size: 24px; }
1586
- .ccw_plugin .breadcrumb:before {
1587
- content: '\E5CC';
1588
- color: rgba(255, 255, 255, 0.7);
1589
- vertical-align: top;
1590
- display: inline-block;
1591
- font-family: 'Material Icons';
1592
- font-weight: normal;
1593
- font-style: normal;
1594
- font-size: 25px;
1595
- margin: 0 10px 0 8px;
1596
- -webkit-font-smoothing: antialiased; }
1597
- .ccw_plugin .breadcrumb:first-child:before {
1598
- display: none; }
1599
- .ccw_plugin .breadcrumb:last-child {
1600
- color: #fff; }
1601
- .ccw_plugin .parallax-container {
1602
- position: relative;
1603
- overflow: hidden;
1604
- height: 500px; }
1605
- .ccw_plugin .parallax-container .parallax {
1606
- position: absolute;
1607
- top: 0;
1608
- left: 0;
1609
- right: 0;
1610
- bottom: 0;
1611
- z-index: -1; }
1612
- .ccw_plugin .parallax-container .parallax img {
1613
- display: none;
1614
- position: absolute;
1615
- left: 50%;
1616
- bottom: 0;
1617
- min-width: 100%;
1618
- min-height: 100%;
1619
- transform: translate3d(0, 0, 0);
1620
- transform: translateX(-50%); }
1621
- .ccw_plugin .pin-top, .ccw_plugin .pin-bottom {
1622
- position: relative; }
1623
- .ccw_plugin .pinned {
1624
- position: fixed !important; }
1625
- .ccw_plugin ul.staggered-list li {
1626
- opacity: 0; }
1627
- .ccw_plugin .fade-in {
1628
- opacity: 0;
1629
- transform-origin: 0 50%; }
1630
- @media only screen and (max-width: 600px) {
1631
- .ccw_plugin .hide-on-small-only, .ccw_plugin .hide-on-small-and-down {
1632
- display: none !important; } }
1633
- @media only screen and (max-width: 992px) {
1634
- .ccw_plugin .hide-on-med-and-down {
1635
- display: none !important; } }
1636
- @media only screen and (min-width: 601px) {
1637
- .ccw_plugin .hide-on-med-and-up {
1638
- display: none !important; } }
1639
- @media only screen and (min-width: 600px) and (max-width: 992px) {
1640
- .ccw_plugin .hide-on-med-only {
1641
- display: none !important; } }
1642
- @media only screen and (min-width: 993px) {
1643
- .ccw_plugin .hide-on-large-only {
1644
- display: none !important; } }
1645
- @media only screen and (min-width: 993px) {
1646
- .ccw_plugin .show-on-large {
1647
- display: block !important; } }
1648
- @media only screen and (min-width: 600px) and (max-width: 992px) {
1649
- .ccw_plugin .show-on-medium {
1650
- display: block !important; } }
1651
- @media only screen and (max-width: 600px) {
1652
- .ccw_plugin .show-on-small {
1653
- display: block !important; } }
1654
- @media only screen and (min-width: 601px) {
1655
- .ccw_plugin .show-on-medium-and-up {
1656
- display: block !important; } }
1657
- @media only screen and (max-width: 992px) {
1658
- .ccw_plugin .show-on-medium-and-down {
1659
- display: block !important; } }
1660
- @media only screen and (max-width: 600px) {
1661
- .ccw_plugin .center-on-small-only {
1662
- text-align: center; } }
1663
- .ccw_plugin .page-footer {
1664
- padding-top: 20px;
1665
- color: #fff;
1666
- background-color: #ee6e73; }
1667
- .ccw_plugin .page-footer .footer-copyright {
1668
- overflow: hidden;
1669
- min-height: 50px;
1670
- display: flex;
1671
- align-items: center;
1672
- padding: 10px 0px;
1673
- color: rgba(255, 255, 255, 0.8);
1674
- background-color: rgba(51, 51, 51, 0.08); }
1675
- .ccw_plugin table, .ccw_plugin th, .ccw_plugin td {
1676
- border: none; }
1677
- .ccw_plugin table {
1678
- width: 100%;
1679
- display: table; }
1680
- .ccw_plugin table.bordered > thead > tr,
1681
- .ccw_plugin table.bordered > tbody > tr {
1682
- border-bottom: 1px solid #d0d0d0; }
1683
- .ccw_plugin table.striped > tbody > tr:nth-child(odd) {
1684
- background-color: #f2f2f2; }
1685
- .ccw_plugin table.striped > tbody > tr > td {
1686
- border-radius: 0; }
1687
- .ccw_plugin table.highlight > tbody > tr {
1688
- transition: background-color .25s ease; }
1689
- .ccw_plugin table.highlight > tbody > tr:hover {
1690
- background-color: #f2f2f2; }
1691
- .ccw_plugin table.centered thead tr th, .ccw_plugin table.centered tbody tr td {
1692
- text-align: center; }
1693
- .ccw_plugin thead {
1694
- border-bottom: 1px solid #d0d0d0; }
1695
- .ccw_plugin td, .ccw_plugin th {
1696
- padding: 15px 5px;
1697
- display: table-cell;
1698
- text-align: left;
1699
- vertical-align: middle;
1700
- border-radius: 2px; }
1701
- @media only screen and (max-width: 992px) {
1702
- .ccw_plugin table.responsive-table {
1703
- width: 100%;
1704
- border-collapse: collapse;
1705
- border-spacing: 0;
1706
- display: block;
1707
- position: relative;
1708
- /* sort out borders */ }
1709
- .ccw_plugin table.responsive-table td:empty:before {
1710
- content: '\A0'; }
1711
- .ccw_plugin table.responsive-table th,
1712
- .ccw_plugin table.responsive-table td {
1713
- margin: 0;
1714
- vertical-align: top; }
1715
- .ccw_plugin table.responsive-table th {
1716
- text-align: left; }
1717
- .ccw_plugin table.responsive-table thead {
1718
- display: block;
1719
- float: left; }
1720
- .ccw_plugin table.responsive-table thead tr {
1721
- display: block;
1722
- padding: 0 10px 0 0; }
1723
- .ccw_plugin table.responsive-table thead tr th::before {
1724
- content: "\A0"; }
1725
- .ccw_plugin table.responsive-table tbody {
1726
- display: block;
1727
- width: auto;
1728
- position: relative;
1729
- overflow-x: auto;
1730
- white-space: nowrap; }
1731
- .ccw_plugin table.responsive-table tbody tr {
1732
- display: inline-block;
1733
- vertical-align: top; }
1734
- .ccw_plugin table.responsive-table th {
1735
- display: block;
1736
- text-align: right; }
1737
- .ccw_plugin table.responsive-table td {
1738
- display: block;
1739
- min-height: 1.25em;
1740
- text-align: left; }
1741
- .ccw_plugin table.responsive-table tr {
1742
- padding: 0 10px; }
1743
- .ccw_plugin table.responsive-table thead {
1744
- border: 0;
1745
- border-right: 1px solid #d0d0d0; }
1746
- .ccw_plugin table.responsive-table.bordered th {
1747
- border-bottom: 0;
1748
- border-left: 0; }
1749
- .ccw_plugin table.responsive-table.bordered td {
1750
- border-left: 0;
1751
- border-right: 0;
1752
- border-bottom: 0; }
1753
- .ccw_plugin table.responsive-table.bordered tr {
1754
- border: 0; }
1755
- .ccw_plugin table.responsive-table.bordered tbody tr {
1756
- border-right: 1px solid #d0d0d0; } }
1757
- .ccw_plugin .collection {
1758
- margin: 0.5rem 0 1rem 0;
1759
- border: 1px solid #e0e0e0;
1760
- border-radius: 2px;
1761
- overflow: hidden;
1762
- position: relative; }
1763
- .ccw_plugin .collection .collection-item {
1764
- background-color: #fff;
1765
- line-height: 1.5rem;
1766
- padding: 10px 20px;
1767
- margin: 0;
1768
- border-bottom: 1px solid #e0e0e0; }
1769
- .ccw_plugin .collection .collection-item.avatar {
1770
- min-height: 84px;
1771
- padding-left: 72px;
1772
- position: relative; }
1773
- .ccw_plugin .collection .collection-item.avatar:not(.circle-clipper) > .circle,
1774
- .ccw_plugin .collection .collection-item.avatar :not(.circle-clipper) > .circle {
1775
- position: absolute;
1776
- width: 42px;
1777
- height: 42px;
1778
- overflow: hidden;
1779
- left: 15px;
1780
- display: inline-block;
1781
- vertical-align: middle; }
1782
- .ccw_plugin .collection .collection-item.avatar i.circle {
1783
- font-size: 18px;
1784
- line-height: 42px;
1785
- color: #fff;
1786
- background-color: #999;
1787
- text-align: center; }
1788
- .ccw_plugin .collection .collection-item.avatar .title {
1789
- font-size: 16px; }
1790
- .ccw_plugin .collection .collection-item.avatar p {
1791
- margin: 0; }
1792
- .ccw_plugin .collection .collection-item.avatar .secondary-content {
1793
- position: absolute;
1794
- top: 16px;
1795
- right: 16px; }
1796
- .ccw_plugin .collection .collection-item:last-child {
1797
- border-bottom: none; }
1798
- .ccw_plugin .collection .collection-item.active {
1799
- background-color: #26a69a;
1800
- color: #eafaf9; }
1801
- .ccw_plugin .collection .collection-item.active .secondary-content {
1802
- color: #fff; }
1803
- .ccw_plugin .collection a.collection-item {
1804
- display: block;
1805
- transition: .25s;
1806
- color: #26a69a; }
1807
- .ccw_plugin .collection a.collection-item:not(.active):hover {
1808
- background-color: #ddd; }
1809
- .ccw_plugin .collection.with-header .collection-header {
1810
- background-color: #fff;
1811
- border-bottom: 1px solid #e0e0e0;
1812
- padding: 10px 20px; }
1813
- .ccw_plugin .collection.with-header .collection-item {
1814
- padding-left: 30px; }
1815
- .ccw_plugin .collection.with-header .collection-item.avatar {
1816
- padding-left: 72px; }
1817
- .ccw_plugin .secondary-content {
1818
- float: right;
1819
- color: #26a69a; }
1820
- .ccw_plugin .collapsible .collection {
1821
- margin: 0;
1822
- border: none; }
1823
- .ccw_plugin .video-container {
1824
- position: relative;
1825
- padding-bottom: 56.25%;
1826
- height: 0;
1827
- overflow: hidden; }
1828
- .ccw_plugin .video-container iframe, .ccw_plugin .video-container object, .ccw_plugin .video-container embed {
1829
- position: absolute;
1830
- top: 0;
1831
- left: 0;
1832
- width: 100%;
1833
- height: 100%; }
1834
- .ccw_plugin .progress {
1835
- position: relative;
1836
- height: 4px;
1837
- display: block;
1838
- width: 100%;
1839
- background-color: #acece6;
1840
- border-radius: 2px;
1841
- margin: 0.5rem 0 1rem 0;
1842
- overflow: hidden; }
1843
- .ccw_plugin .progress .determinate {
1844
- position: absolute;
1845
- top: 0;
1846
- left: 0;
1847
- bottom: 0;
1848
- background-color: #26a69a;
1849
- transition: width .3s linear; }
1850
- .ccw_plugin .progress .indeterminate {
1851
- background-color: #26a69a; }
1852
- .ccw_plugin .progress .indeterminate:before {
1853
- content: '';
1854
- position: absolute;
1855
- background-color: inherit;
1856
- top: 0;
1857
- left: 0;
1858
- bottom: 0;
1859
- will-change: left, right;
1860
- animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
1861
- .ccw_plugin .progress .indeterminate:after {
1862
- content: '';
1863
- position: absolute;
1864
- background-color: inherit;
1865
- top: 0;
1866
- left: 0;
1867
- bottom: 0;
1868
- will-change: left, right;
1869
- animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
1870
- animation-delay: 1.15s; }
1871
-
1872
- @keyframes indeterminate {
1873
- 0% {
1874
- left: -35%;
1875
- right: 100%; }
1876
- 60% {
1877
- left: 100%;
1878
- right: -90%; }
1879
- 100% {
1880
- left: 100%;
1881
- right: -90%; } }
1882
-
1883
- @keyframes indeterminate-short {
1884
- 0% {
1885
- left: -200%;
1886
- right: 100%; }
1887
- 60% {
1888
- left: 107%;
1889
- right: -8%; }
1890
- 100% {
1891
- left: 107%;
1892
- right: -8%; } }
1893
- .ccw_plugin .hide {
1894
- display: none !important; }
1895
- .ccw_plugin .left-align {
1896
- text-align: left; }
1897
- .ccw_plugin .right-align {
1898
- text-align: right; }
1899
- .ccw_plugin .center, .ccw_plugin .center-align {
1900
- text-align: center; }
1901
- .ccw_plugin .left {
1902
- float: left !important; }
1903
- .ccw_plugin .right {
1904
- float: right !important; }
1905
- .ccw_plugin .no-select, .ccw_plugin input[type=range], .ccw_plugin input[type=range] + .thumb {
1906
- user-select: none; }
1907
- .ccw_plugin .circle {
1908
- border-radius: 50%; }
1909
- .ccw_plugin .center-block {
1910
- display: block;
1911
- margin-left: auto;
1912
- margin-right: auto; }
1913
- .ccw_plugin .truncate {
1914
- display: block;
1915
- white-space: nowrap;
1916
- overflow: hidden;
1917
- text-overflow: ellipsis; }
1918
- .ccw_plugin .no-padding {
1919
- padding: 0 !important; }
1920
- .ccw_plugin .material-icons {
1921
- text-rendering: optimizeLegibility;
1922
- font-feature-settings: 'liga'; }
1923
- .ccw_plugin .container {
1924
- margin: 0 auto;
1925
- max-width: 1280px;
1926
- width: 90%; }
1927
- @media only screen and (min-width: 601px) {
1928
- .ccw_plugin .container {
1929
- width: 85%; } }
1930
- @media only screen and (min-width: 993px) {
1931
- .ccw_plugin .container {
1932
- width: 70%; } }
1933
- .ccw_plugin .container .row {
1934
- margin-left: -0.75rem;
1935
- margin-right: -0.75rem; }
1936
- .ccw_plugin .section {
1937
- padding-top: 1rem;
1938
- padding-bottom: 1rem; }
1939
- .ccw_plugin .section.no-pad {
1940
- padding: 0; }
1941
- .ccw_plugin .section.no-pad-bot {
1942
- padding-bottom: 0; }
1943
- .ccw_plugin .section.no-pad-top {
1944
- padding-top: 0; }
1945
- .ccw_plugin .row {
1946
- margin-left: auto;
1947
- margin-right: auto;
1948
- margin-bottom: 20px; }
1949
- .ccw_plugin .row:after {
1950
- content: "";
1951
- display: table;
1952
- clear: both; }
1953
- .ccw_plugin .row .col {
1954
- float: left;
1955
- box-sizing: border-box;
1956
- padding: 0 0.75rem;
1957
- min-height: 1px; }
1958
- .ccw_plugin .row .col[class*="push-"], .ccw_plugin .row .col[class*="pull-"] {
1959
- position: relative; }
1960
- .ccw_plugin .row .col.s1 {
1961
- width: 8.33333%;
1962
- margin-left: auto;
1963
- left: auto;
1964
- right: auto; }
1965
- .ccw_plugin .row .col.s2 {
1966
- width: 16.66667%;
1967
- margin-left: auto;
1968
- left: auto;
1969
- right: auto; }
1970
- .ccw_plugin .row .col.s3 {
1971
- width: 25%;
1972
- margin-left: auto;
1973
- left: auto;
1974
- right: auto; }
1975
- .ccw_plugin .row .col.s4 {
1976
- width: 33.33333%;
1977
- margin-left: auto;
1978
- left: auto;
1979
- right: auto; }
1980
- .ccw_plugin .row .col.s5 {
1981
- width: 41.66667%;
1982
- margin-left: auto;
1983
- left: auto;
1984
- right: auto; }
1985
- .ccw_plugin .row .col.s6 {
1986
- width: 50%;
1987
- margin-left: auto;
1988
- left: auto;
1989
- right: auto; }
1990
- .ccw_plugin .row .col.s7 {
1991
- width: 58.33333%;
1992
- margin-left: auto;
1993
- left: auto;
1994
- right: auto; }
1995
- .ccw_plugin .row .col.s8 {
1996
- width: 66.66667%;
1997
- margin-left: auto;
1998
- left: auto;
1999
- right: auto; }
2000
- .ccw_plugin .row .col.s9 {
2001
- width: 75%;
2002
- margin-left: auto;
2003
- left: auto;
2004
- right: auto; }
2005
- .ccw_plugin .row .col.s10 {
2006
- width: 83.33333%;
2007
- margin-left: auto;
2008
- left: auto;
2009
- right: auto; }
2010
- .ccw_plugin .row .col.s11 {
2011
- width: 91.66667%;
2012
- margin-left: auto;
2013
- left: auto;
2014
- right: auto; }
2015
- .ccw_plugin .row .col.s12 {
2016
- width: 100%;
2017
- margin-left: auto;
2018
- left: auto;
2019
- right: auto; }
2020
- .ccw_plugin .row .col.offset-s1 {
2021
- margin-left: 8.33333%; }
2022
- .ccw_plugin .row .col.pull-s1 {
2023
- right: 8.33333%; }
2024
- .ccw_plugin .row .col.push-s1 {
2025
- left: 8.33333%; }
2026
- .ccw_plugin .row .col.offset-s2 {
2027
- margin-left: 16.66667%; }
2028
- .ccw_plugin .row .col.pull-s2 {
2029
- right: 16.66667%; }
2030
- .ccw_plugin .row .col.push-s2 {
2031
- left: 16.66667%; }
2032
- .ccw_plugin .row .col.offset-s3 {
2033
- margin-left: 25%; }
2034
- .ccw_plugin .row .col.pull-s3 {
2035
- right: 25%; }
2036
- .ccw_plugin .row .col.push-s3 {
2037
- left: 25%; }
2038
- .ccw_plugin .row .col.offset-s4 {
2039
- margin-left: 33.33333%; }
2040
- .ccw_plugin .row .col.pull-s4 {
2041
- right: 33.33333%; }
2042
- .ccw_plugin .row .col.push-s4 {
2043
- left: 33.33333%; }
2044
- .ccw_plugin .row .col.offset-s5 {
2045
- margin-left: 41.66667%; }
2046
- .ccw_plugin .row .col.pull-s5 {
2047
- right: 41.66667%; }
2048
- .ccw_plugin .row .col.push-s5 {
2049
- left: 41.66667%; }
2050
- .ccw_plugin .row .col.offset-s6 {
2051
- margin-left: 50%; }
2052
- .ccw_plugin .row .col.pull-s6 {
2053
- right: 50%; }
2054
- .ccw_plugin .row .col.push-s6 {
2055
- left: 50%; }
2056
- .ccw_plugin .row .col.offset-s7 {
2057
- margin-left: 58.33333%; }
2058
- .ccw_plugin .row .col.pull-s7 {
2059
- right: 58.33333%; }
2060
- .ccw_plugin .row .col.push-s7 {
2061
- left: 58.33333%; }
2062
- .ccw_plugin .row .col.offset-s8 {
2063
- margin-left: 66.66667%; }
2064
- .ccw_plugin .row .col.pull-s8 {
2065
- right: 66.66667%; }
2066
- .ccw_plugin .row .col.push-s8 {
2067
- left: 66.66667%; }
2068
- .ccw_plugin .row .col.offset-s9 {
2069
- margin-left: 75%; }
2070
- .ccw_plugin .row .col.pull-s9 {
2071
- right: 75%; }
2072
- .ccw_plugin .row .col.push-s9 {
2073
- left: 75%; }
2074
- .ccw_plugin .row .col.offset-s10 {
2075
- margin-left: 83.33333%; }
2076
- .ccw_plugin .row .col.pull-s10 {
2077
- right: 83.33333%; }
2078
- .ccw_plugin .row .col.push-s10 {
2079
- left: 83.33333%; }
2080
- .ccw_plugin .row .col.offset-s11 {
2081
- margin-left: 91.66667%; }
2082
- .ccw_plugin .row .col.pull-s11 {
2083
- right: 91.66667%; }
2084
- .ccw_plugin .row .col.push-s11 {
2085
- left: 91.66667%; }
2086
- .ccw_plugin .row .col.offset-s12 {
2087
- margin-left: 100%; }
2088
- .ccw_plugin .row .col.pull-s12 {
2089
- right: 100%; }
2090
- .ccw_plugin .row .col.push-s12 {
2091
- left: 100%; }
2092
- @media only screen and (min-width: 601px) {
2093
- .ccw_plugin .row .col.m1 {
2094
- width: 8.33333%;
2095
- margin-left: auto;
2096
- left: auto;
2097
- right: auto; }
2098
- .ccw_plugin .row .col.m2 {
2099
- width: 16.66667%;
2100
- margin-left: auto;
2101
- left: auto;
2102
- right: auto; }
2103
- .ccw_plugin .row .col.m3 {
2104
- width: 25%;
2105
- margin-left: auto;
2106
- left: auto;
2107
- right: auto; }
2108
- .ccw_plugin .row .col.m4 {
2109
- width: 33.33333%;
2110
- margin-left: auto;
2111
- left: auto;
2112
- right: auto; }
2113
- .ccw_plugin .row .col.m5 {
2114
- width: 41.66667%;
2115
- margin-left: auto;
2116
- left: auto;
2117
- right: auto; }
2118
- .ccw_plugin .row .col.m6 {
2119
- width: 50%;
2120
- margin-left: auto;
2121
- left: auto;
2122
- right: auto; }
2123
- .ccw_plugin .row .col.m7 {
2124
- width: 58.33333%;
2125
- margin-left: auto;
2126
- left: auto;
2127
- right: auto; }
2128
- .ccw_plugin .row .col.m8 {
2129
- width: 66.66667%;
2130
- margin-left: auto;
2131
- left: auto;
2132
- right: auto; }
2133
- .ccw_plugin .row .col.m9 {
2134
- width: 75%;
2135
- margin-left: auto;
2136
- left: auto;
2137
- right: auto; }
2138
- .ccw_plugin .row .col.m10 {
2139
- width: 83.33333%;
2140
- margin-left: auto;
2141
- left: auto;
2142
- right: auto; }
2143
- .ccw_plugin .row .col.m11 {
2144
- width: 91.66667%;
2145
- margin-left: auto;
2146
- left: auto;
2147
- right: auto; }
2148
- .ccw_plugin .row .col.m12 {
2149
- width: 100%;
2150
- margin-left: auto;
2151
- left: auto;
2152
- right: auto; }
2153
- .ccw_plugin .row .col.offset-m1 {
2154
- margin-left: 8.33333%; }
2155
- .ccw_plugin .row .col.pull-m1 {
2156
- right: 8.33333%; }
2157
- .ccw_plugin .row .col.push-m1 {
2158
- left: 8.33333%; }
2159
- .ccw_plugin .row .col.offset-m2 {
2160
- margin-left: 16.66667%; }
2161
- .ccw_plugin .row .col.pull-m2 {
2162
- right: 16.66667%; }
2163
- .ccw_plugin .row .col.push-m2 {
2164
- left: 16.66667%; }
2165
- .ccw_plugin .row .col.offset-m3 {
2166
- margin-left: 25%; }
2167
- .ccw_plugin .row .col.pull-m3 {
2168
- right: 25%; }
2169
- .ccw_plugin .row .col.push-m3 {
2170
- left: 25%; }
2171
- .ccw_plugin .row .col.offset-m4 {
2172
- margin-left: 33.33333%; }
2173
- .ccw_plugin .row .col.pull-m4 {
2174
- right: 33.33333%; }
2175
- .ccw_plugin .row .col.push-m4 {
2176
- left: 33.33333%; }
2177
- .ccw_plugin .row .col.offset-m5 {
2178
- margin-left: 41.66667%; }
2179
- .ccw_plugin .row .col.pull-m5 {
2180
- right: 41.66667%; }
2181
- .ccw_plugin .row .col.push-m5 {
2182
- left: 41.66667%; }
2183
- .ccw_plugin .row .col.offset-m6 {
2184
- margin-left: 50%; }
2185
- .ccw_plugin .row .col.pull-m6 {
2186
- right: 50%; }
2187
- .ccw_plugin .row .col.push-m6 {
2188
- left: 50%; }
2189
- .ccw_plugin .row .col.offset-m7 {
2190
- margin-left: 58.33333%; }
2191
- .ccw_plugin .row .col.pull-m7 {
2192
- right: 58.33333%; }
2193
- .ccw_plugin .row .col.push-m7 {
2194
- left: 58.33333%; }
2195
- .ccw_plugin .row .col.offset-m8 {
2196
- margin-left: 66.66667%; }
2197
- .ccw_plugin .row .col.pull-m8 {
2198
- right: 66.66667%; }
2199
- .ccw_plugin .row .col.push-m8 {
2200
- left: 66.66667%; }
2201
- .ccw_plugin .row .col.offset-m9 {
2202
- margin-left: 75%; }
2203
- .ccw_plugin .row .col.pull-m9 {
2204
- right: 75%; }
2205
- .ccw_plugin .row .col.push-m9 {
2206
- left: 75%; }
2207
- .ccw_plugin .row .col.offset-m10 {
2208
- margin-left: 83.33333%; }
2209
- .ccw_plugin .row .col.pull-m10 {
2210
- right: 83.33333%; }
2211
- .ccw_plugin .row .col.push-m10 {
2212
- left: 83.33333%; }
2213
- .ccw_plugin .row .col.offset-m11 {
2214
- margin-left: 91.66667%; }
2215
- .ccw_plugin .row .col.pull-m11 {
2216
- right: 91.66667%; }
2217
- .ccw_plugin .row .col.push-m11 {
2218
- left: 91.66667%; }
2219
- .ccw_plugin .row .col.offset-m12 {
2220
- margin-left: 100%; }
2221
- .ccw_plugin .row .col.pull-m12 {
2222
- right: 100%; }
2223
- .ccw_plugin .row .col.push-m12 {
2224
- left: 100%; } }
2225
- @media only screen and (min-width: 993px) {
2226
- .ccw_plugin .row .col.l1 {
2227
- width: 8.33333%;
2228
- margin-left: auto;
2229
- left: auto;
2230
- right: auto; }
2231
- .ccw_plugin .row .col.l2 {
2232
- width: 16.66667%;
2233
- margin-left: auto;
2234
- left: auto;
2235
- right: auto; }
2236
- .ccw_plugin .row .col.l3 {
2237
- width: 25%;
2238
- margin-left: auto;
2239
- left: auto;
2240
- right: auto; }
2241
- .ccw_plugin .row .col.l4 {
2242
- width: 33.33333%;
2243
- margin-left: auto;
2244
- left: auto;
2245
- right: auto; }
2246
- .ccw_plugin .row .col.l5 {
2247
- width: 41.66667%;
2248
- margin-left: auto;
2249
- left: auto;
2250
- right: auto; }
2251
- .ccw_plugin .row .col.l6 {
2252
- width: 50%;
2253
- margin-left: auto;
2254
- left: auto;
2255
- right: auto; }
2256
- .ccw_plugin .row .col.l7 {
2257
- width: 58.33333%;
2258
- margin-left: auto;
2259
- left: auto;
2260
- right: auto; }
2261
- .ccw_plugin .row .col.l8 {
2262
- width: 66.66667%;
2263
- margin-left: auto;
2264
- left: auto;
2265
- right: auto; }
2266
- .ccw_plugin .row .col.l9 {
2267
- width: 75%;
2268
- margin-left: auto;
2269
- left: auto;
2270
- right: auto; }
2271
- .ccw_plugin .row .col.l10 {
2272
- width: 83.33333%;
2273
- margin-left: auto;
2274
- left: auto;
2275
- right: auto; }
2276
- .ccw_plugin .row .col.l11 {
2277
- width: 91.66667%;
2278
- margin-left: auto;
2279
- left: auto;
2280
- right: auto; }
2281
- .ccw_plugin .row .col.l12 {
2282
- width: 100%;
2283
- margin-left: auto;
2284
- left: auto;
2285
- right: auto; }
2286
- .ccw_plugin .row .col.offset-l1 {
2287
- margin-left: 8.33333%; }
2288
- .ccw_plugin .row .col.pull-l1 {
2289
- right: 8.33333%; }
2290
- .ccw_plugin .row .col.push-l1 {
2291
- left: 8.33333%; }
2292
- .ccw_plugin .row .col.offset-l2 {
2293
- margin-left: 16.66667%; }
2294
- .ccw_plugin .row .col.pull-l2 {
2295
- right: 16.66667%; }
2296
- .ccw_plugin .row .col.push-l2 {
2297
- left: 16.66667%; }
2298
- .ccw_plugin .row .col.offset-l3 {
2299
- margin-left: 25%; }
2300
- .ccw_plugin .row .col.pull-l3 {
2301
- right: 25%; }
2302
- .ccw_plugin .row .col.push-l3 {
2303
- left: 25%; }
2304
- .ccw_plugin .row .col.offset-l4 {
2305
- margin-left: 33.33333%; }
2306
- .ccw_plugin .row .col.pull-l4 {
2307
- right: 33.33333%; }
2308
- .ccw_plugin .row .col.push-l4 {
2309
- left: 33.33333%; }
2310
- .ccw_plugin .row .col.offset-l5 {
2311
- margin-left: 41.66667%; }
2312
- .ccw_plugin .row .col.pull-l5 {
2313
- right: 41.66667%; }
2314
- .ccw_plugin .row .col.push-l5 {
2315
- left: 41.66667%; }
2316
- .ccw_plugin .row .col.offset-l6 {
2317
- margin-left: 50%; }
2318
- .ccw_plugin .row .col.pull-l6 {
2319
- right: 50%; }
2320
- .ccw_plugin .row .col.push-l6 {
2321
- left: 50%; }
2322
- .ccw_plugin .row .col.offset-l7 {
2323
- margin-left: 58.33333%; }
2324
- .ccw_plugin .row .col.pull-l7 {
2325
- right: 58.33333%; }
2326
- .ccw_plugin .row .col.push-l7 {
2327
- left: 58.33333%; }
2328
- .ccw_plugin .row .col.offset-l8 {
2329
- margin-left: 66.66667%; }
2330
- .ccw_plugin .row .col.pull-l8 {
2331
- right: 66.66667%; }
2332
- .ccw_plugin .row .col.push-l8 {
2333
- left: 66.66667%; }
2334
- .ccw_plugin .row .col.offset-l9 {
2335
- margin-left: 75%; }
2336
- .ccw_plugin .row .col.pull-l9 {
2337
- right: 75%; }
2338
- .ccw_plugin .row .col.push-l9 {
2339
- left: 75%; }
2340
- .ccw_plugin .row .col.offset-l10 {
2341
- margin-left: 83.33333%; }
2342
- .ccw_plugin .row .col.pull-l10 {
2343
- right: 83.33333%; }
2344
- .ccw_plugin .row .col.push-l10 {
2345
- left: 83.33333%; }
2346
- .ccw_plugin .row .col.offset-l11 {
2347
- margin-left: 91.66667%; }
2348
- .ccw_plugin .row .col.pull-l11 {
2349
- right: 91.66667%; }
2350
- .ccw_plugin .row .col.push-l11 {
2351
- left: 91.66667%; }
2352
- .ccw_plugin .row .col.offset-l12 {
2353
- margin-left: 100%; }
2354
- .ccw_plugin .row .col.pull-l12 {
2355
- right: 100%; }
2356
- .ccw_plugin .row .col.push-l12 {
2357
- left: 100%; } }
2358
- @media only screen and (min-width: 1201px) {
2359
- .ccw_plugin .row .col.xl1 {
2360
- width: 8.33333%;
2361
- margin-left: auto;
2362
- left: auto;
2363
- right: auto; }
2364
- .ccw_plugin .row .col.xl2 {
2365
- width: 16.66667%;
2366
- margin-left: auto;
2367
- left: auto;
2368
- right: auto; }
2369
- .ccw_plugin .row .col.xl3 {
2370
- width: 25%;
2371
- margin-left: auto;
2372
- left: auto;
2373
- right: auto; }
2374
- .ccw_plugin .row .col.xl4 {
2375
- width: 33.33333%;
2376
- margin-left: auto;
2377
- left: auto;
2378
- right: auto; }
2379
- .ccw_plugin .row .col.xl5 {
2380
- width: 41.66667%;
2381
- margin-left: auto;
2382
- left: auto;
2383
- right: auto; }
2384
- .ccw_plugin .row .col.xl6 {
2385
- width: 50%;
2386
- margin-left: auto;
2387
- left: auto;
2388
- right: auto; }
2389
- .ccw_plugin .row .col.xl7 {
2390
- width: 58.33333%;
2391
- margin-left: auto;
2392
- left: auto;
2393
- right: auto; }
2394
- .ccw_plugin .row .col.xl8 {
2395
- width: 66.66667%;
2396
- margin-left: auto;
2397
- left: auto;
2398
- right: auto; }
2399
- .ccw_plugin .row .col.xl9 {
2400
- width: 75%;
2401
- margin-left: auto;
2402
- left: auto;
2403
- right: auto; }
2404
- .ccw_plugin .row .col.xl10 {
2405
- width: 83.33333%;
2406
- margin-left: auto;
2407
- left: auto;
2408
- right: auto; }
2409
- .ccw_plugin .row .col.xl11 {
2410
- width: 91.66667%;
2411
- margin-left: auto;
2412
- left: auto;
2413
- right: auto; }
2414
- .ccw_plugin .row .col.xl12 {
2415
- width: 100%;
2416
- margin-left: auto;
2417
- left: auto;
2418
- right: auto; }
2419
- .ccw_plugin .row .col.offset-xl1 {
2420
- margin-left: 8.33333%; }
2421
- .ccw_plugin .row .col.pull-xl1 {
2422
- right: 8.33333%; }
2423
- .ccw_plugin .row .col.push-xl1 {
2424
- left: 8.33333%; }
2425
- .ccw_plugin .row .col.offset-xl2 {
2426
- margin-left: 16.66667%; }
2427
- .ccw_plugin .row .col.pull-xl2 {
2428
- right: 16.66667%; }
2429
- .ccw_plugin .row .col.push-xl2 {
2430
- left: 16.66667%; }
2431
- .ccw_plugin .row .col.offset-xl3 {
2432
- margin-left: 25%; }
2433
- .ccw_plugin .row .col.pull-xl3 {
2434
- right: 25%; }
2435
- .ccw_plugin .row .col.push-xl3 {
2436
- left: 25%; }
2437
- .ccw_plugin .row .col.offset-xl4 {
2438
- margin-left: 33.33333%; }
2439
- .ccw_plugin .row .col.pull-xl4 {
2440
- right: 33.33333%; }
2441
- .ccw_plugin .row .col.push-xl4 {
2442
- left: 33.33333%; }
2443
- .ccw_plugin .row .col.offset-xl5 {
2444
- margin-left: 41.66667%; }
2445
- .ccw_plugin .row .col.pull-xl5 {
2446
- right: 41.66667%; }
2447
- .ccw_plugin .row .col.push-xl5 {
2448
- left: 41.66667%; }
2449
- .ccw_plugin .row .col.offset-xl6 {
2450
- margin-left: 50%; }
2451
- .ccw_plugin .row .col.pull-xl6 {
2452
- right: 50%; }
2453
- .ccw_plugin .row .col.push-xl6 {
2454
- left: 50%; }
2455
- .ccw_plugin .row .col.offset-xl7 {
2456
- margin-left: 58.33333%; }
2457
- .ccw_plugin .row .col.pull-xl7 {
2458
- right: 58.33333%; }
2459
- .ccw_plugin .row .col.push-xl7 {
2460
- left: 58.33333%; }
2461
- .ccw_plugin .row .col.offset-xl8 {
2462
- margin-left: 66.66667%; }
2463
- .ccw_plugin .row .col.pull-xl8 {
2464
- right: 66.66667%; }
2465
- .ccw_plugin .row .col.push-xl8 {
2466
- left: 66.66667%; }
2467
- .ccw_plugin .row .col.offset-xl9 {
2468
- margin-left: 75%; }
2469
- .ccw_plugin .row .col.pull-xl9 {
2470
- right: 75%; }
2471
- .ccw_plugin .row .col.push-xl9 {
2472
- left: 75%; }
2473
- .ccw_plugin .row .col.offset-xl10 {
2474
- margin-left: 83.33333%; }
2475
- .ccw_plugin .row .col.pull-xl10 {
2476
- right: 83.33333%; }
2477
- .ccw_plugin .row .col.push-xl10 {
2478
- left: 83.33333%; }
2479
- .ccw_plugin .row .col.offset-xl11 {
2480
- margin-left: 91.66667%; }
2481
- .ccw_plugin .row .col.pull-xl11 {
2482
- right: 91.66667%; }
2483
- .ccw_plugin .row .col.push-xl11 {
2484
- left: 91.66667%; }
2485
- .ccw_plugin .row .col.offset-xl12 {
2486
- margin-left: 100%; }
2487
- .ccw_plugin .row .col.pull-xl12 {
2488
- right: 100%; }
2489
- .ccw_plugin .row .col.push-xl12 {
2490
- left: 100%; } }
2491
- .ccw_plugin a {
2492
- text-decoration: none; }
2493
- .ccw_plugin html {
2494
- line-height: 1.5;
2495
- font-family: "Roboto", sans-serif;
2496
- font-weight: normal;
2497
- color: rgba(0, 0, 0, 0.87); }
2498
- @media only screen and (min-width: 0) {
2499
- .ccw_plugin html {
2500
- font-size: 14px; } }
2501
- @media only screen and (min-width: 992px) {
2502
- .ccw_plugin html {
2503
- font-size: 14.5px; } }
2504
- @media only screen and (min-width: 1200px) {
2505
- .ccw_plugin html {
2506
- font-size: 15px; } }
2507
- .ccw_plugin h1, .ccw_plugin h2, .ccw_plugin h3, .ccw_plugin h4, .ccw_plugin h5, .ccw_plugin h6 {
2508
- font-weight: 400;
2509
- line-height: 1.1; }
2510
- .ccw_plugin h1 a, .ccw_plugin h2 a, .ccw_plugin h3 a, .ccw_plugin h4 a, .ccw_plugin h5 a, .ccw_plugin h6 a {
2511
- font-weight: inherit; }
2512
- .ccw_plugin h1 {
2513
- font-size: 4.2rem;
2514
- line-height: 110%;
2515
- margin: 2.1rem 0 1.68rem 0; }
2516
- .ccw_plugin h2 {
2517
- font-size: 3.56rem;
2518
- line-height: 110%;
2519
- margin: 1.78rem 0 1.424rem 0; }
2520
- .ccw_plugin h3 {
2521
- font-size: 2.92rem;
2522
- line-height: 110%;
2523
- margin: 1.46rem 0 1.168rem 0; }
2524
- .ccw_plugin h4 {
2525
- font-size: 2.28rem;
2526
- line-height: 110%;
2527
- margin: 1.14rem 0 0.912rem 0; }
2528
- .ccw_plugin h5 {
2529
- font-size: 1.64rem;
2530
- line-height: 110%;
2531
- margin: 0.82rem 0 0.656rem 0; }
2532
- .ccw_plugin h6 {
2533
- font-size: 1rem;
2534
- line-height: 110%;
2535
- margin: 0.5rem 0 0.4rem 0; }
2536
- .ccw_plugin em {
2537
- font-style: italic; }
2538
- .ccw_plugin strong {
2539
- font-weight: 500; }
2540
- .ccw_plugin small {
2541
- font-size: 75%; }
2542
- .ccw_plugin .light, .ccw_plugin .page-footer .footer-copyright {
2543
- font-weight: 300; }
2544
- .ccw_plugin .thin {
2545
- font-weight: 200; }
2546
- .ccw_plugin .flow-text {
2547
- font-weight: 300; }
2548
- @media only screen and (min-width: 360px) {
2549
- .ccw_plugin .flow-text {
2550
- font-size: 1.2rem; } }
2551
- @media only screen and (min-width: 390px) {
2552
- .ccw_plugin .flow-text {
2553
- font-size: 1.224rem; } }
2554
- @media only screen and (min-width: 420px) {
2555
- .ccw_plugin .flow-text {
2556
- font-size: 1.248rem; } }
2557
- @media only screen and (min-width: 450px) {
2558
- .ccw_plugin .flow-text {
2559
- font-size: 1.272rem; } }
2560
- @media only screen and (min-width: 480px) {
2561
- .ccw_plugin .flow-text {
2562
- font-size: 1.296rem; } }
2563
- @media only screen and (min-width: 510px) {
2564
- .ccw_plugin .flow-text {
2565
- font-size: 1.32rem; } }
2566
- @media only screen and (min-width: 540px) {
2567
- .ccw_plugin .flow-text {
2568
- font-size: 1.344rem; } }
2569
- @media only screen and (min-width: 570px) {
2570
- .ccw_plugin .flow-text {
2571
- font-size: 1.368rem; } }
2572
- @media only screen and (min-width: 600px) {
2573
- .ccw_plugin .flow-text {
2574
- font-size: 1.392rem; } }
2575
- @media only screen and (min-width: 630px) {
2576
- .ccw_plugin .flow-text {
2577
- font-size: 1.416rem; } }
2578
- @media only screen and (min-width: 660px) {
2579
- .ccw_plugin .flow-text {
2580
- font-size: 1.44rem; } }
2581
- @media only screen and (min-width: 690px) {
2582
- .ccw_plugin .flow-text {
2583
- font-size: 1.464rem; } }
2584
- @media only screen and (min-width: 720px) {
2585
- .ccw_plugin .flow-text {
2586
- font-size: 1.488rem; } }
2587
- @media only screen and (min-width: 750px) {
2588
- .ccw_plugin .flow-text {
2589
- font-size: 1.512rem; } }
2590
- @media only screen and (min-width: 780px) {
2591
- .ccw_plugin .flow-text {
2592
- font-size: 1.536rem; } }
2593
- @media only screen and (min-width: 810px) {
2594
- .ccw_plugin .flow-text {
2595
- font-size: 1.56rem; } }
2596
- @media only screen and (min-width: 840px) {
2597
- .ccw_plugin .flow-text {
2598
- font-size: 1.584rem; } }
2599
- @media only screen and (min-width: 870px) {
2600
- .ccw_plugin .flow-text {
2601
- font-size: 1.608rem; } }
2602
- @media only screen and (min-width: 900px) {
2603
- .ccw_plugin .flow-text {
2604
- font-size: 1.632rem; } }
2605
- @media only screen and (min-width: 930px) {
2606
- .ccw_plugin .flow-text {
2607
- font-size: 1.656rem; } }
2608
- @media only screen and (min-width: 960px) {
2609
- .ccw_plugin .flow-text {
2610
- font-size: 1.68rem; } }
2611
- @media only screen and (max-width: 360px) {
2612
- .ccw_plugin .flow-text {
2613
- font-size: 1.2rem; } }
2614
- .ccw_plugin .card-panel {
2615
- transition: box-shadow .25s;
2616
- padding: 24px;
2617
- margin: 0.5rem 0 1rem 0;
2618
- border-radius: 2px;
2619
- background-color: #fff; }
2620
- .ccw_plugin .card {
2621
- position: relative;
2622
- margin: 0.5rem 0 1rem 0;
2623
- background-color: #fff;
2624
- transition: box-shadow .25s;
2625
- border-radius: 2px; }
2626
- .ccw_plugin .card .card-title {
2627
- font-size: 24px;
2628
- font-weight: 300; }
2629
- .ccw_plugin .card .card-title.activator {
2630
- cursor: pointer; }
2631
- .ccw_plugin .card.small, .ccw_plugin .card.medium, .ccw_plugin .card.large {
2632
- position: relative; }
2633
- .ccw_plugin .card.small .card-image, .ccw_plugin .card.medium .card-image, .ccw_plugin .card.large .card-image {
2634
- max-height: 60%;
2635
- overflow: hidden; }
2636
- .ccw_plugin .card.small .card-image + .card-content, .ccw_plugin .card.medium .card-image + .card-content, .ccw_plugin .card.large .card-image + .card-content {
2637
- max-height: 40%; }
2638
- .ccw_plugin .card.small .card-content, .ccw_plugin .card.medium .card-content, .ccw_plugin .card.large .card-content {
2639
- max-height: 100%;
2640
- overflow: hidden; }
2641
- .ccw_plugin .card.small .card-action, .ccw_plugin .card.medium .card-action, .ccw_plugin .card.large .card-action {
2642
- position: absolute;
2643
- bottom: 0;
2644
- left: 0;
2645
- right: 0; }
2646
- .ccw_plugin .card.small {
2647
- height: 300px; }
2648
- .ccw_plugin .card.medium {
2649
- height: 400px; }
2650
- .ccw_plugin .card.large {
2651
- height: 500px; }
2652
- .ccw_plugin .card.horizontal {
2653
- display: flex; }
2654
- .ccw_plugin .card.horizontal.small .card-image, .ccw_plugin .card.horizontal.medium .card-image, .ccw_plugin .card.horizontal.large .card-image {
2655
- height: 100%;
2656
- max-height: none;
2657
- overflow: visible; }
2658
- .ccw_plugin .card.horizontal.small .card-image img, .ccw_plugin .card.horizontal.medium .card-image img, .ccw_plugin .card.horizontal.large .card-image img {
2659
- height: 100%; }
2660
- .ccw_plugin .card.horizontal .card-image {
2661
- max-width: 50%; }
2662
- .ccw_plugin .card.horizontal .card-image img {
2663
- border-radius: 2px 0 0 2px;
2664
- max-width: 100%;
2665
- width: auto; }
2666
- .ccw_plugin .card.horizontal .card-stacked {
2667
- display: flex;
2668
- flex-direction: column;
2669
- flex: 1;
2670
- position: relative; }
2671
- .ccw_plugin .card.horizontal .card-stacked .card-content {
2672
- flex-grow: 1; }
2673
- .ccw_plugin .card.sticky-action .card-action {
2674
- z-index: 2; }
2675
- .ccw_plugin .card.sticky-action .card-reveal {
2676
- z-index: 1;
2677
- padding-bottom: 64px; }
2678
- .ccw_plugin .card .card-image {
2679
- position: relative; }
2680
- .ccw_plugin .card .card-image img {
2681
- display: block;
2682
- border-radius: 2px 2px 0 0;
2683
- position: relative;
2684
- left: 0;
2685
- right: 0;
2686
- top: 0;
2687
- bottom: 0;
2688
- width: 100%; }
2689
- .ccw_plugin .card .card-image .card-title {
2690
- color: #fff;
2691
- position: absolute;
2692
- bottom: 0;
2693
- left: 0;
2694
- max-width: 100%;
2695
- padding: 24px; }
2696
- .ccw_plugin .card .card-content {
2697
- padding: 24px;
2698
- border-radius: 0 0 2px 2px; }
2699
- .ccw_plugin .card .card-content p {
2700
- margin: 0;
2701
- color: inherit; }
2702
- .ccw_plugin .card .card-content .card-title {
2703
- display: block;
2704
- line-height: 32px;
2705
- margin-bottom: 8px; }
2706
- .ccw_plugin .card .card-content .card-title i {
2707
- line-height: 32px; }
2708
- .ccw_plugin .card .card-action {
2709
- position: relative;
2710
- background-color: inherit;
2711
- border-top: 1px solid rgba(160, 160, 160, 0.2);
2712
- padding: 16px 24px; }
2713
- .ccw_plugin .card .card-action:last-child {
2714
- border-radius: 0 0 2px 2px; }
2715
- .ccw_plugin .card .card-action a:not(.btn):not(.ccw_plugin .btn-large):not(.btn-large):not(.btn-floating) {
2716
- color: #ffab40;
2717
- margin-right: 24px;
2718
- transition: color .3s ease;
2719
- text-transform: uppercase; }
2720
- .ccw_plugin .card .card-action a:not(.btn):not(.ccw_plugin .btn-large):not(.btn-large):not(.btn-floating):hover {
2721
- color: #ffd8a6; }
2722
- .ccw_plugin .card .card-reveal {
2723
- padding: 24px;
2724
- position: absolute;
2725
- background-color: #fff;
2726
- width: 100%;
2727
- overflow-y: auto;
2728
- left: 0;
2729
- top: 100%;
2730
- height: 100%;
2731
- z-index: 3;
2732
- display: none; }
2733
- .ccw_plugin .card .card-reveal .card-title {
2734
- cursor: pointer;
2735
- display: block; }
2736
- .ccw_plugin .btn, .ccw_plugin .btn-large,
2737
- .ccw_plugin .btn-flat {
2738
- border: none;
2739
- border-radius: 2px;
2740
- display: inline-block;
2741
- height: 36px;
2742
- line-height: 36px;
2743
- padding: 0 2rem;
2744
- text-transform: uppercase;
2745
- vertical-align: middle;
2746
- -webkit-tap-highlight-color: transparent; }
2747
- .ccw_plugin .btn.disabled, .ccw_plugin .disabled.btn-large,
2748
- .ccw_plugin .btn-floating.disabled,
2749
- .ccw_plugin .btn-large.disabled,
2750
- .ccw_plugin .btn-flat.disabled,
2751
- .ccw_plugin .btn:disabled, .ccw_plugin .btn-large:disabled,
2752
- .ccw_plugin .btn-floating:disabled,
2753
- .ccw_plugin .btn-large:disabled,
2754
- .ccw_plugin .btn-flat:disabled,
2755
- .ccw_plugin .btn[disabled], .ccw_plugin [disabled].btn-large,
2756
- .ccw_plugin .btn-floating[disabled],
2757
- .ccw_plugin .btn-large[disabled],
2758
- .ccw_plugin .btn-flat[disabled] {
2759
- pointer-events: none;
2760
- background-color: #DFDFDF !important;
2761
- box-shadow: none;
2762
- color: #9F9F9F !important;
2763
- cursor: default; }
2764
- .ccw_plugin .btn.disabled:hover, .ccw_plugin .disabled.btn-large:hover,
2765
- .ccw_plugin .btn-floating.disabled:hover,
2766
- .ccw_plugin .btn-large.disabled:hover,
2767
- .ccw_plugin .btn-flat.disabled:hover,
2768
- .ccw_plugin .btn:disabled:hover, .ccw_plugin .btn-large:disabled:hover,
2769
- .ccw_plugin .btn-floating:disabled:hover,
2770
- .ccw_plugin .btn-large:disabled:hover,
2771
- .ccw_plugin .btn-flat:disabled:hover,
2772
- .ccw_plugin .btn[disabled]:hover, .ccw_plugin [disabled].btn-large:hover,
2773
- .ccw_plugin .btn-floating[disabled]:hover,
2774
- .ccw_plugin .btn-large[disabled]:hover,
2775
- .ccw_plugin .btn-flat[disabled]:hover {
2776
- background-color: #DFDFDF !important;
2777
- color: #9F9F9F !important; }
2778
- .ccw_plugin .btn, .ccw_plugin .btn-large,
2779
- .ccw_plugin .btn-floating,
2780
- .ccw_plugin .btn-large,
2781
- .ccw_plugin .btn-flat {
2782
- font-size: 1rem;
2783
- outline: 0; }
2784
- .ccw_plugin .btn i, .ccw_plugin .btn-large i,
2785
- .ccw_plugin .btn-floating i,
2786
- .ccw_plugin .btn-large i,
2787
- .ccw_plugin .btn-flat i {
2788
- font-size: 1.3rem;
2789
- line-height: inherit; }
2790
- .ccw_plugin .btn:focus, .ccw_plugin .btn-large:focus,
2791
- .ccw_plugin .btn-floating:focus {
2792
- background-color: #1d7d74; }
2793
- .ccw_plugin .btn, .ccw_plugin .btn-large {
2794
- text-decoration: none;
2795
- color: #fff;
2796
- background-color: #26a69a;
2797
- text-align: center;
2798
- letter-spacing: .5px;
2799
- transition: .2s ease-out;
2800
- cursor: pointer; }
2801
- .ccw_plugin .btn:hover, .ccw_plugin .btn-large:hover {
2802
- background-color: #2bbbad; }
2803
- .ccw_plugin .btn-floating {
2804
- display: inline-block;
2805
- color: #fff;
2806
- position: relative;
2807
- overflow: hidden;
2808
- z-index: 1;
2809
- width: 40px;
2810
- height: 40px;
2811
- line-height: 40px;
2812
- padding: 0;
2813
- background-color: #26a69a;
2814
- border-radius: 50%;
2815
- transition: .3s;
2816
- cursor: pointer;
2817
- vertical-align: middle; }
2818
- .ccw_plugin .btn-floating:hover {
2819
- background-color: #26a69a; }
2820
- .ccw_plugin .btn-floating:before {
2821
- border-radius: 0; }
2822
- .ccw_plugin .btn-floating.btn-large {
2823
- width: 56px;
2824
- height: 56px; }
2825
- .ccw_plugin .btn-floating.btn-large.halfway-fab {
2826
- bottom: -28px; }
2827
- .ccw_plugin .btn-floating.btn-large i {
2828
- line-height: 56px; }
2829
- .ccw_plugin .btn-floating.halfway-fab {
2830
- position: absolute;
2831
- right: 24px;
2832
- bottom: -20px; }
2833
- .ccw_plugin .btn-floating.halfway-fab.left {
2834
- right: auto;
2835
- left: 24px; }
2836
- .ccw_plugin .btn-floating i {
2837
- width: inherit;
2838
- display: inline-block;
2839
- text-align: center;
2840
- color: #fff;
2841
- font-size: 1.6rem;
2842
- line-height: 40px; }
2843
- .ccw_plugin button.btn-floating {
2844
- border: none; }
2845
- .ccw_plugin .fixed-action-btn {
2846
- position: fixed;
2847
- right: 23px;
2848
- bottom: 23px;
2849
- padding-top: 15px;
2850
- margin-bottom: 0;
2851
- z-index: 997; }
2852
- .ccw_plugin .fixed-action-btn.active ul {
2853
- visibility: visible; }
2854
- .ccw_plugin .fixed-action-btn.horizontal {
2855
- padding: 0 0 0 15px; }
2856
- .ccw_plugin .fixed-action-btn.horizontal ul {
2857
- text-align: right;
2858
- right: 64px;
2859
- top: 50%;
2860
- transform: translateY(-50%);
2861
- height: 100%;
2862
- left: auto;
2863
- width: 500px;
2864
- /*width 100% only goes to width of button container */ }
2865
- .ccw_plugin .fixed-action-btn.horizontal ul li {
2866
- display: inline-block;
2867
- margin: 15px 15px 0 0; }
2868
- .ccw_plugin .fixed-action-btn.toolbar {
2869
- padding: 0;
2870
- height: 56px; }
2871
- .ccw_plugin .fixed-action-btn.toolbar.active > a i {
2872
- opacity: 0; }
2873
- .ccw_plugin .fixed-action-btn.toolbar ul {
2874
- display: flex;
2875
- top: 0;
2876
- bottom: 0;
2877
- z-index: 1; }
2878
- .ccw_plugin .fixed-action-btn.toolbar ul li {
2879
- flex: 1;
2880
- display: inline-block;
2881
- margin: 0;
2882
- height: 100%;
2883
- transition: none; }
2884
- .ccw_plugin .fixed-action-btn.toolbar ul li a {
2885
- display: block;
2886
- overflow: hidden;
2887
- position: relative;
2888
- width: 100%;
2889
- height: 100%;
2890
- background-color: transparent;
2891
- box-shadow: none;
2892
- color: #fff;
2893
- line-height: 56px;
2894
- z-index: 1; }
2895
- .ccw_plugin .fixed-action-btn.toolbar ul li a i {
2896
- line-height: inherit; }
2897
- .ccw_plugin .fixed-action-btn ul {
2898
- left: 0;
2899
- right: 0;
2900
- text-align: center;
2901
- position: absolute;
2902
- bottom: 64px;
2903
- margin: 0;
2904
- visibility: hidden; }
2905
- .ccw_plugin .fixed-action-btn ul li {
2906
- margin-bottom: 15px; }
2907
- .ccw_plugin .fixed-action-btn ul a.btn-floating {
2908
- opacity: 0; }
2909
- .ccw_plugin .fixed-action-btn .fab-backdrop {
2910
- position: absolute;
2911
- top: 0;
2912
- left: 0;
2913
- z-index: -1;
2914
- width: 40px;
2915
- height: 40px;
2916
- background-color: #26a69a;
2917
- border-radius: 50%;
2918
- transform: scale(0); }
2919
- .ccw_plugin .btn-flat {
2920
- box-shadow: none;
2921
- background-color: transparent;
2922
- color: #343434;
2923
- cursor: pointer;
2924
- transition: background-color .2s; }
2925
- .ccw_plugin .btn-flat:focus, .ccw_plugin .btn-flat:hover {
2926
- box-shadow: none; }
2927
- .ccw_plugin .btn-flat:focus {
2928
- background-color: rgba(0, 0, 0, 0.1); }
2929
- .ccw_plugin .btn-flat.disabled {
2930
- background-color: transparent !important;
2931
- color: #b3b3b3 !important;
2932
- cursor: default; }
2933
- .ccw_plugin .btn-large {
2934
- height: 54px;
2935
- line-height: 54px; }
2936
- .ccw_plugin .btn-large i {
2937
- font-size: 1.6rem; }
2938
- .ccw_plugin .btn-block {
2939
- display: block; }
2940
- .ccw_plugin .dropdown-content {
2941
- background-color: #fff;
2942
- margin: 0;
2943
- display: none;
2944
- min-width: 100px;
2945
- max-height: 650px;
2946
- overflow-y: auto;
2947
- opacity: 0;
2948
- position: absolute;
2949
- z-index: 999;
2950
- will-change: width, height; }
2951
- .ccw_plugin .dropdown-content li {
2952
- clear: both;
2953
- color: rgba(0, 0, 0, 0.87);
2954
- cursor: pointer;
2955
- min-height: 50px;
2956
- line-height: 1.5rem;
2957
- width: 100%;
2958
- text-align: left;
2959
- text-transform: none; }
2960
- .ccw_plugin .dropdown-content li:hover, .ccw_plugin .dropdown-content li.active, .ccw_plugin .dropdown-content li.selected {
2961
- background-color: #eee; }
2962
- .ccw_plugin .dropdown-content li.active.selected {
2963
- background-color: #e1e1e1; }
2964
- .ccw_plugin .dropdown-content li.divider {
2965
- min-height: 0;
2966
- height: 1px; }
2967
- .ccw_plugin .dropdown-content li > a, .ccw_plugin .dropdown-content li > span {
2968
- font-size: 16px;
2969
- color: #26a69a;
2970
- display: block;
2971
- line-height: 22px;
2972
- padding: 14px 16px; }
2973
- .ccw_plugin .dropdown-content li > span > label {
2974
- top: 1px;
2975
- left: 0;
2976
- height: 18px; }
2977
- .ccw_plugin .dropdown-content li > a > i {
2978
- height: inherit;
2979
- line-height: inherit;
2980
- float: left;
2981
- margin: 0 24px 0 0;
2982
- width: 24px; }
2983
- .ccw_plugin .input-field.col .dropdown-content [type="checkbox"] + label {
2984
- top: 1px;
2985
- left: 0;
2986
- height: 18px; }
2987
- .ccw_plugin .waves-effect {
2988
- position: relative;
2989
- cursor: pointer;
2990
- display: inline-block;
2991
- overflow: hidden;
2992
- user-select: none;
2993
- -webkit-tap-highlight-color: transparent;
2994
- vertical-align: middle;
2995
- z-index: 1;
2996
- transition: .3s ease-out; }
2997
- .ccw_plugin .waves-effect .waves-ripple {
2998
- position: absolute;
2999
- border-radius: 50%;
3000
- width: 20px;
3001
- height: 20px;
3002
- margin-top: -10px;
3003
- margin-left: -10px;
3004
- opacity: 0;
3005
- background: rgba(0, 0, 0, 0.2);
3006
- transition: all 0.7s ease-out;
3007
- transition-property: transform, opacity;
3008
- transform: scale(0);
3009
- pointer-events: none; }
3010
- .ccw_plugin .waves-effect.waves-light .waves-ripple {
3011
- background-color: rgba(255, 255, 255, 0.45); }
3012
- .ccw_plugin .waves-effect.waves-red .waves-ripple {
3013
- background-color: rgba(244, 67, 54, 0.7); }
3014
- .ccw_plugin .waves-effect.waves-yellow .waves-ripple {
3015
- background-color: rgba(255, 235, 59, 0.7); }
3016
- .ccw_plugin .waves-effect.waves-orange .waves-ripple {
3017
- background-color: rgba(255, 152, 0, 0.7); }
3018
- .ccw_plugin .waves-effect.waves-purple .waves-ripple {
3019
- background-color: rgba(156, 39, 176, 0.7); }
3020
- .ccw_plugin .waves-effect.waves-green .waves-ripple {
3021
- background-color: rgba(76, 175, 80, 0.7); }
3022
- .ccw_plugin .waves-effect.waves-teal .waves-ripple {
3023
- background-color: rgba(0, 150, 136, 0.7); }
3024
- .ccw_plugin .waves-effect input[type="button"], .ccw_plugin .waves-effect input[type="reset"], .ccw_plugin .waves-effect input[type="submit"] {
3025
- border: 0;
3026
- font-style: normal;
3027
- font-size: inherit;
3028
- text-transform: inherit;
3029
- background: none; }
3030
- .ccw_plugin .waves-effect img {
3031
- position: relative;
3032
- z-index: -1; }
3033
- .ccw_plugin .waves-notransition {
3034
- transition: none !important; }
3035
- .ccw_plugin .waves-circle {
3036
- transform: translateZ(0);
3037
- -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
3038
- .ccw_plugin .waves-input-wrapper {
3039
- border-radius: 0.2em;
3040
- vertical-align: bottom; }
3041
- .ccw_plugin .waves-input-wrapper .waves-button-input {
3042
- position: relative;
3043
- top: 0;
3044
- left: 0;
3045
- z-index: 1; }
3046
- .ccw_plugin .waves-circle {
3047
- text-align: center;
3048
- width: 2.5em;
3049
- height: 2.5em;
3050
- line-height: 2.5em;
3051
- border-radius: 50%;
3052
- -webkit-mask-image: none; }
3053
- .ccw_plugin .waves-block {
3054
- display: block; }
3055
- .ccw_plugin .waves-effect .waves-ripple {
3056
- z-index: -1; }
3057
- .ccw_plugin .collapsible {
3058
- border-top: 1px solid #ddd;
3059
- border-right: 1px solid #ddd;
3060
- border-left: 1px solid #ddd;
3061
- margin: 0.5rem 0 1rem 0; }
3062
- .ccw_plugin .collapsible-header {
3063
- display: flex;
3064
- cursor: pointer;
3065
- -webkit-tap-highlight-color: transparent;
3066
- line-height: 1.5;
3067
- padding: 1rem;
3068
- background-color: #fff;
3069
- border-bottom: 1px solid #ddd; }
3070
- .ccw_plugin .collapsible-header i {
3071
- width: 2rem;
3072
- font-size: 1.6rem;
3073
- display: inline-block;
3074
- text-align: center;
3075
- margin-right: 1rem; }
3076
- .ccw_plugin .collapsible-body {
3077
- display: none;
3078
- border-bottom: 1px solid #ddd;
3079
- box-sizing: border-box;
3080
- padding: 2rem; }
3081
- .ccw_plugin .side-nav .collapsible,
3082
- .ccw_plugin .side-nav.fixed .collapsible {
3083
- border: none;
3084
- box-shadow: none; }
3085
- .ccw_plugin .side-nav .collapsible li,
3086
- .ccw_plugin .side-nav.fixed .collapsible li {
3087
- padding: 0; }
3088
- .ccw_plugin .side-nav .collapsible-header,
3089
- .ccw_plugin .side-nav.fixed .collapsible-header {
3090
- background-color: transparent;
3091
- border: none;
3092
- line-height: inherit;
3093
- height: inherit;
3094
- padding: 0 16px; }
3095
- .ccw_plugin .side-nav .collapsible-header:hover,
3096
- .ccw_plugin .side-nav.fixed .collapsible-header:hover {
3097
- background-color: rgba(0, 0, 0, 0.05); }
3098
- .ccw_plugin .side-nav .collapsible-header i,
3099
- .ccw_plugin .side-nav.fixed .collapsible-header i {
3100
- line-height: inherit; }
3101
- .ccw_plugin .side-nav .collapsible-body,
3102
- .ccw_plugin .side-nav.fixed .collapsible-body {
3103
- border: 0;
3104
- background-color: #fff; }
3105
- .ccw_plugin .side-nav .collapsible-body li a,
3106
- .ccw_plugin .side-nav.fixed .collapsible-body li a {
3107
- padding: 0 23.5px 0 31px; }
3108
- .ccw_plugin .collapsible.popout {
3109
- border: none;
3110
- box-shadow: none; }
3111
- .ccw_plugin .collapsible.popout > li {
3112
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
3113
- margin: 0 24px;
3114
- transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
3115
- .ccw_plugin .collapsible.popout > li.active {
3116
- box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
3117
- margin: 16px 0; }
3118
- .ccw_plugin .chip {
3119
- display: inline-block;
3120
- height: 32px;
3121
- font-size: 13px;
3122
- font-weight: 500;
3123
- color: rgba(0, 0, 0, 0.6);
3124
- line-height: 32px;
3125
- padding: 0 12px;
3126
- border-radius: 16px;
3127
- background-color: #e4e4e4;
3128
- margin-bottom: 5px;
3129
- margin-right: 5px; }
3130
- .ccw_plugin .chip > img {
3131
- float: left;
3132
- margin: 0 8px 0 -12px;
3133
- height: 32px;
3134
- width: 32px;
3135
- border-radius: 50%; }
3136
- .ccw_plugin .chip .close {
3137
- cursor: pointer;
3138
- float: right;
3139
- font-size: 16px;
3140
- line-height: 32px;
3141
- padding-left: 8px; }
3142
- .ccw_plugin .chips {
3143
- border: none;
3144
- border-bottom: 1px solid #9e9e9e;
3145
- box-shadow: none;
3146
- margin: 0 0 20px 0;
3147
- min-height: 45px;
3148
- outline: none;
3149
- transition: all .3s; }
3150
- .ccw_plugin .chips.focus {
3151
- border-bottom: 1px solid #26a69a;
3152
- box-shadow: 0 1px 0 0 #26a69a; }
3153
- .ccw_plugin .chips:hover {
3154
- cursor: text; }
3155
- .ccw_plugin .chips .chip.selected {
3156
- background-color: #26a69a;
3157
- color: #fff; }
3158
- .ccw_plugin .chips .input {
3159
- background: none;
3160
- border: 0;
3161
- color: rgba(0, 0, 0, 0.6);
3162
- display: inline-block;
3163
- font-size: 1rem;
3164
- height: 3rem;
3165
- line-height: 32px;
3166
- outline: 0;
3167
- margin: 0;
3168
- padding: 0 !important;
3169
- width: 120px !important; }
3170
- .ccw_plugin .chips .input:focus {
3171
- border: 0 !important;
3172
- box-shadow: none !important; }
3173
- .ccw_plugin .chips .autocomplete-content {
3174
- margin-top: 0;
3175
- margin-bottom: 0; }
3176
- .ccw_plugin .prefix ~ .chips {
3177
- margin-left: 3rem;
3178
- width: 92%;
3179
- width: calc(100% - 3rem); }
3180
- .ccw_plugin .chips:empty ~ label {
3181
- font-size: 0.8rem;
3182
- transform: translateY(-140%); }
3183
- .ccw_plugin select:focus {
3184
- outline: 1px solid #c9f3ef; }
3185
- .ccw_plugin button:focus {
3186
- outline: none;
3187
- background-color: #2ab7a9; }
3188
- .ccw_plugin label {
3189
- font-size: 0.8rem;
3190
- color: #9e9e9e; }
3191
- .ccw_plugin ::placeholder {
3192
- color: #d1d1d1; }
3193
- .ccw_plugin input:not([type]),
3194
- .ccw_plugin input[type=text]:not(.browser-default),
3195
- .ccw_plugin input[type=password]:not(.browser-default),
3196
- .ccw_plugin input[type=email]:not(.browser-default),
3197
- .ccw_plugin input[type=url]:not(.browser-default),
3198
- .ccw_plugin input[type=time]:not(.browser-default),
3199
- .ccw_plugin input[type=date]:not(.browser-default),
3200
- .ccw_plugin input[type=datetime]:not(.browser-default),
3201
- .ccw_plugin input[type=datetime-local]:not(.browser-default),
3202
- .ccw_plugin input[type=tel]:not(.browser-default),
3203
- .ccw_plugin input[type=number]:not(.browser-default),
3204
- .ccw_plugin input[type=search]:not(.browser-default),
3205
- .ccw_plugin textarea.materialize-textarea {
3206
- background-color: transparent;
3207
- border: none;
3208
- border-bottom: 1px solid #9e9e9e;
3209
- border-radius: 0;
3210
- outline: none;
3211
- height: 3rem;
3212
- width: 100%;
3213
- font-size: 1rem;
3214
- margin: 0 0 20px 0;
3215
- padding: 0;
3216
- box-shadow: none;
3217
- box-sizing: content-box;
3218
- transition: all 0.3s; }
3219
- .ccw_plugin input:not([type]):disabled, .ccw_plugin input:not([type])[readonly="readonly"],
3220
- .ccw_plugin input[type=text]:not(.browser-default):disabled,
3221
- .ccw_plugin input[type=text]:not(.browser-default)[readonly="readonly"],
3222
- .ccw_plugin input[type=password]:not(.browser-default):disabled,
3223
- .ccw_plugin input[type=password]:not(.browser-default)[readonly="readonly"],
3224
- .ccw_plugin input[type=email]:not(.browser-default):disabled,
3225
- .ccw_plugin input[type=email]:not(.browser-default)[readonly="readonly"],
3226
- .ccw_plugin input[type=url]:not(.browser-default):disabled,
3227
- .ccw_plugin input[type=url]:not(.browser-default)[readonly="readonly"],
3228
- .ccw_plugin input[type=time]:not(.browser-default):disabled,
3229
- .ccw_plugin input[type=time]:not(.browser-default)[readonly="readonly"],
3230
- .ccw_plugin input[type=date]:not(.browser-default):disabled,
3231
- .ccw_plugin input[type=date]:not(.browser-default)[readonly="readonly"],
3232
- .ccw_plugin input[type=datetime]:not(.browser-default):disabled,
3233
- .ccw_plugin input[type=datetime]:not(.browser-default)[readonly="readonly"],
3234
- .ccw_plugin input[type=datetime-local]:not(.browser-default):disabled,
3235
- .ccw_plugin input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
3236
- .ccw_plugin input[type=tel]:not(.browser-default):disabled,
3237
- .ccw_plugin input[type=tel]:not(.browser-default)[readonly="readonly"],
3238
- .ccw_plugin input[type=number]:not(.browser-default):disabled,
3239
- .ccw_plugin input[type=number]:not(.browser-default)[readonly="readonly"],
3240
- .ccw_plugin input[type=search]:not(.browser-default):disabled,
3241
- .ccw_plugin input[type=search]:not(.browser-default)[readonly="readonly"],
3242
- .ccw_plugin textarea.materialize-textarea:disabled,
3243
- .ccw_plugin textarea.materialize-textarea[readonly="readonly"] {
3244
- color: rgba(0, 0, 0, 0.42);
3245
- border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
3246
- .ccw_plugin input:not([type]):disabled + label,
3247
- .ccw_plugin input:not([type])[readonly="readonly"] + label,
3248
- .ccw_plugin input[type=text]:not(.browser-default):disabled + label,
3249
- .ccw_plugin input[type=text]:not(.browser-default)[readonly="readonly"] + label,
3250
- .ccw_plugin input[type=password]:not(.browser-default):disabled + label,
3251
- .ccw_plugin input[type=password]:not(.browser-default)[readonly="readonly"] + label,
3252
- .ccw_plugin input[type=email]:not(.browser-default):disabled + label,
3253
- .ccw_plugin input[type=email]:not(.browser-default)[readonly="readonly"] + label,
3254
- .ccw_plugin input[type=url]:not(.browser-default):disabled + label,
3255
- .ccw_plugin input[type=url]:not(.browser-default)[readonly="readonly"] + label,
3256
- .ccw_plugin input[type=time]:not(.browser-default):disabled + label,
3257
- .ccw_plugin input[type=time]:not(.browser-default)[readonly="readonly"] + label,
3258
- .ccw_plugin input[type=date]:not(.browser-default):disabled + label,
3259
- .ccw_plugin input[type=date]:not(.browser-default)[readonly="readonly"] + label,
3260
- .ccw_plugin input[type=datetime]:not(.browser-default):disabled + label,
3261
- .ccw_plugin input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
3262
- .ccw_plugin input[type=datetime-local]:not(.browser-default):disabled + label,
3263
- .ccw_plugin input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
3264
- .ccw_plugin input[type=tel]:not(.browser-default):disabled + label,
3265
- .ccw_plugin input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
3266
- .ccw_plugin input[type=number]:not(.browser-default):disabled + label,
3267
- .ccw_plugin input[type=number]:not(.browser-default)[readonly="readonly"] + label,
3268
- .ccw_plugin input[type=search]:not(.browser-default):disabled + label,
3269
- .ccw_plugin input[type=search]:not(.browser-default)[readonly="readonly"] + label,
3270
- .ccw_plugin textarea.materialize-textarea:disabled + label,
3271
- .ccw_plugin textarea.materialize-textarea[readonly="readonly"] + label {
3272
- color: rgba(0, 0, 0, 0.42); }
3273
- .ccw_plugin input:not([type]):focus:not([readonly]),
3274
- .ccw_plugin input[type=text]:not(.browser-default):focus:not([readonly]),
3275
- .ccw_plugin input[type=password]:not(.browser-default):focus:not([readonly]),
3276
- .ccw_plugin input[type=email]:not(.browser-default):focus:not([readonly]),
3277
- .ccw_plugin input[type=url]:not(.browser-default):focus:not([readonly]),
3278
- .ccw_plugin input[type=time]:not(.browser-default):focus:not([readonly]),
3279
- .ccw_plugin input[type=date]:not(.browser-default):focus:not([readonly]),
3280
- .ccw_plugin input[type=datetime]:not(.browser-default):focus:not([readonly]),
3281
- .ccw_plugin input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
3282
- .ccw_plugin input[type=tel]:not(.browser-default):focus:not([readonly]),
3283
- .ccw_plugin input[type=number]:not(.browser-default):focus:not([readonly]),
3284
- .ccw_plugin input[type=search]:not(.browser-default):focus:not([readonly]),
3285
- .ccw_plugin textarea.materialize-textarea:focus:not([readonly]) {
3286
- border-bottom: 1px solid #26a69a;
3287
- box-shadow: 0 1px 0 0 #26a69a; }
3288
- .ccw_plugin input:not([type]):focus:not([readonly]) + label,
3289
- .ccw_plugin input[type=text]:not(.browser-default):focus:not([readonly]) + label,
3290
- .ccw_plugin input[type=password]:not(.browser-default):focus:not([readonly]) + label,
3291
- .ccw_plugin input[type=email]:not(.browser-default):focus:not([readonly]) + label,
3292
- .ccw_plugin input[type=url]:not(.browser-default):focus:not([readonly]) + label,
3293
- .ccw_plugin input[type=time]:not(.browser-default):focus:not([readonly]) + label,
3294
- .ccw_plugin input[type=date]:not(.browser-default):focus:not([readonly]) + label,
3295
- .ccw_plugin input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
3296
- .ccw_plugin input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
3297
- .ccw_plugin input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
3298
- .ccw_plugin input[type=number]:not(.browser-default):focus:not([readonly]) + label,
3299
- .ccw_plugin input[type=search]:not(.browser-default):focus:not([readonly]) + label,
3300
- .ccw_plugin textarea.materialize-textarea:focus:not([readonly]) + label {
3301
- color: #26a69a; }
3302
- .ccw_plugin input:not([type]).validate + label,
3303
- .ccw_plugin input[type=text]:not(.browser-default).validate + label,
3304
- .ccw_plugin input[type=password]:not(.browser-default).validate + label,
3305
- .ccw_plugin input[type=email]:not(.browser-default).validate + label,
3306
- .ccw_plugin input[type=url]:not(.browser-default).validate + label,
3307
- .ccw_plugin input[type=time]:not(.browser-default).validate + label,
3308
- .ccw_plugin input[type=date]:not(.browser-default).validate + label,
3309
- .ccw_plugin input[type=datetime]:not(.browser-default).validate + label,
3310
- .ccw_plugin input[type=datetime-local]:not(.browser-default).validate + label,
3311
- .ccw_plugin input[type=tel]:not(.browser-default).validate + label,
3312
- .ccw_plugin input[type=number]:not(.browser-default).validate + label,
3313
- .ccw_plugin input[type=search]:not(.browser-default).validate + label,
3314
- .ccw_plugin textarea.materialize-textarea.validate + label {
3315
- width: 100%; }
3316
- .ccw_plugin input:not([type]).invalid + label:after,
3317
- .ccw_plugin input:not([type]).valid + label:after,
3318
- .ccw_plugin input[type=text]:not(.browser-default).invalid + label:after,
3319
- .ccw_plugin input[type=text]:not(.browser-default).valid + label:after,
3320
- .ccw_plugin input[type=password]:not(.browser-default).invalid + label:after,
3321
- .ccw_plugin input[type=password]:not(.browser-default).valid + label:after,
3322
- .ccw_plugin input[type=email]:not(.browser-default).invalid + label:after,
3323
- .ccw_plugin input[type=email]:not(.browser-default).valid + label:after,
3324
- .ccw_plugin input[type=url]:not(.browser-default).invalid + label:after,
3325
- .ccw_plugin input[type=url]:not(.browser-default).valid + label:after,
3326
- .ccw_plugin input[type=time]:not(.browser-default).invalid + label:after,
3327
- .ccw_plugin input[type=time]:not(.browser-default).valid + label:after,
3328
- .ccw_plugin input[type=date]:not(.browser-default).invalid + label:after,
3329
- .ccw_plugin input[type=date]:not(.browser-default).valid + label:after,
3330
- .ccw_plugin input[type=datetime]:not(.browser-default).invalid + label:after,
3331
- .ccw_plugin input[type=datetime]:not(.browser-default).valid + label:after,
3332
- .ccw_plugin input[type=datetime-local]:not(.browser-default).invalid + label:after,
3333
- .ccw_plugin input[type=datetime-local]:not(.browser-default).valid + label:after,
3334
- .ccw_plugin input[type=tel]:not(.browser-default).invalid + label:after,
3335
- .ccw_plugin input[type=tel]:not(.browser-default).valid + label:after,
3336
- .ccw_plugin input[type=number]:not(.browser-default).invalid + label:after,
3337
- .ccw_plugin input[type=number]:not(.browser-default).valid + label:after,
3338
- .ccw_plugin input[type=search]:not(.browser-default).invalid + label:after,
3339
- .ccw_plugin input[type=search]:not(.browser-default).valid + label:after,
3340
- .ccw_plugin textarea.materialize-textarea.invalid + label:after,
3341
- .ccw_plugin textarea.materialize-textarea.valid + label:after {
3342
- display: none; }
3343
- .ccw_plugin input:not([type]).invalid + label.active:after,
3344
- .ccw_plugin input:not([type]).valid + label.active:after,
3345
- .ccw_plugin input[type=text]:not(.browser-default).invalid + label.active:after,
3346
- .ccw_plugin input[type=text]:not(.browser-default).valid + label.active:after,
3347
- .ccw_plugin input[type=password]:not(.browser-default).invalid + label.active:after,
3348
- .ccw_plugin input[type=password]:not(.browser-default).valid + label.active:after,
3349
- .ccw_plugin input[type=email]:not(.browser-default).invalid + label.active:after,
3350
- .ccw_plugin input[type=email]:not(.browser-default).valid + label.active:after,
3351
- .ccw_plugin input[type=url]:not(.browser-default).invalid + label.active:after,
3352
- .ccw_plugin input[type=url]:not(.browser-default).valid + label.active:after,
3353
- .ccw_plugin input[type=time]:not(.browser-default).invalid + label.active:after,
3354
- .ccw_plugin input[type=time]:not(.browser-default).valid + label.active:after,
3355
- .ccw_plugin input[type=date]:not(.browser-default).invalid + label.active:after,
3356
- .ccw_plugin input[type=date]:not(.browser-default).valid + label.active:after,
3357
- .ccw_plugin input[type=datetime]:not(.browser-default).invalid + label.active:after,
3358
- .ccw_plugin input[type=datetime]:not(.browser-default).valid + label.active:after,
3359
- .ccw_plugin input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
3360
- .ccw_plugin input[type=datetime-local]:not(.browser-default).valid + label.active:after,
3361
- .ccw_plugin input[type=tel]:not(.browser-default).invalid + label.active:after,
3362
- .ccw_plugin input[type=tel]:not(.browser-default).valid + label.active:after,
3363
- .ccw_plugin input[type=number]:not(.browser-default).invalid + label.active:after,
3364
- .ccw_plugin input[type=number]:not(.browser-default).valid + label.active:after,
3365
- .ccw_plugin input[type=search]:not(.browser-default).invalid + label.active:after,
3366
- .ccw_plugin input[type=search]:not(.browser-default).valid + label.active:after,
3367
- .ccw_plugin textarea.materialize-textarea.invalid + label.active:after,
3368
- .ccw_plugin textarea.materialize-textarea.valid + label.active:after {
3369
- display: block; }
3370
- .ccw_plugin input.valid:not([type]), .ccw_plugin input.valid:not([type]):focus, .ccw_plugin input[type=text].valid:not(.browser-default), .ccw_plugin input[type=text].valid:not(.browser-default):focus, .ccw_plugin input[type=password].valid:not(.browser-default), .ccw_plugin input[type=password].valid:not(.browser-default):focus, .ccw_plugin input[type=email].valid:not(.browser-default), .ccw_plugin input[type=email].valid:not(.browser-default):focus, .ccw_plugin input[type=url].valid:not(.browser-default), .ccw_plugin input[type=url].valid:not(.browser-default):focus, .ccw_plugin input[type=time].valid:not(.browser-default), .ccw_plugin input[type=time].valid:not(.browser-default):focus, .ccw_plugin input[type=date].valid:not(.browser-default), .ccw_plugin input[type=date].valid:not(.browser-default):focus, .ccw_plugin input[type=datetime].valid:not(.browser-default), .ccw_plugin input[type=datetime].valid:not(.browser-default):focus, .ccw_plugin input[type=datetime-local].valid:not(.browser-default), .ccw_plugin input[type=datetime-local].valid:not(.browser-default):focus, .ccw_plugin input[type=tel].valid:not(.browser-default), .ccw_plugin input[type=tel].valid:not(.browser-default):focus, .ccw_plugin input[type=number].valid:not(.browser-default), .ccw_plugin input[type=number].valid:not(.browser-default):focus, .ccw_plugin input[type=search].valid:not(.browser-default), .ccw_plugin input[type=search].valid:not(.browser-default):focus, .ccw_plugin textarea.materialize-textarea.valid, .ccw_plugin textarea.materialize-textarea.valid:focus, .ccw_plugin .select-wrapper.valid > input.select-dropdown {
3371
- border-bottom: 1px solid #4CAF50;
3372
- box-shadow: 0 1px 0 0 #4CAF50; }
3373
- .ccw_plugin input.invalid:not([type]), .ccw_plugin input.invalid:not([type]):focus, .ccw_plugin input[type=text].invalid:not(.browser-default), .ccw_plugin input[type=text].invalid:not(.browser-default):focus, .ccw_plugin input[type=password].invalid:not(.browser-default), .ccw_plugin input[type=password].invalid:not(.browser-default):focus, .ccw_plugin input[type=email].invalid:not(.browser-default), .ccw_plugin input[type=email].invalid:not(.browser-default):focus, .ccw_plugin input[type=url].invalid:not(.browser-default), .ccw_plugin input[type=url].invalid:not(.browser-default):focus, .ccw_plugin input[type=time].invalid:not(.browser-default), .ccw_plugin input[type=time].invalid:not(.browser-default):focus, .ccw_plugin input[type=date].invalid:not(.browser-default), .ccw_plugin input[type=date].invalid:not(.browser-default):focus, .ccw_plugin input[type=datetime].invalid:not(.browser-default), .ccw_plugin input[type=datetime].invalid:not(.browser-default):focus, .ccw_plugin input[type=datetime-local].invalid:not(.browser-default), .ccw_plugin input[type=datetime-local].invalid:not(.browser-default):focus, .ccw_plugin input[type=tel].invalid:not(.browser-default), .ccw_plugin input[type=tel].invalid:not(.browser-default):focus, .ccw_plugin input[type=number].invalid:not(.browser-default), .ccw_plugin input[type=number].invalid:not(.browser-default):focus, .ccw_plugin input[type=search].invalid:not(.browser-default), .ccw_plugin input[type=search].invalid:not(.browser-default):focus, .ccw_plugin textarea.materialize-textarea.invalid, .ccw_plugin textarea.materialize-textarea.invalid:focus, .ccw_plugin .select-wrapper.invalid > input.select-dropdown {
3374
- border-bottom: 1px solid #F44336;
3375
- box-shadow: 0 1px 0 0 #F44336; }
3376
- .ccw_plugin input:not([type]).valid + label:after, .ccw_plugin input:not([type]):focus.valid + label:after, .ccw_plugin input[type=text]:not(.browser-default).valid + label:after, .ccw_plugin input[type=text]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=password]:not(.browser-default).valid + label:after, .ccw_plugin input[type=password]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=email]:not(.browser-default).valid + label:after, .ccw_plugin input[type=email]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=url]:not(.browser-default).valid + label:after, .ccw_plugin input[type=url]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=time]:not(.browser-default).valid + label:after, .ccw_plugin input[type=time]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=date]:not(.browser-default).valid + label:after, .ccw_plugin input[type=date]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=datetime]:not(.browser-default).valid + label:after, .ccw_plugin input[type=datetime]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default).valid + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=tel]:not(.browser-default).valid + label:after, .ccw_plugin input[type=tel]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=number]:not(.browser-default).valid + label:after, .ccw_plugin input[type=number]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=search]:not(.browser-default).valid + label:after, .ccw_plugin input[type=search]:not(.browser-default):focus.valid + label:after, .ccw_plugin textarea.materialize-textarea.valid + label:after, .ccw_plugin textarea.materialize-textarea:focus.valid + label:after, .ccw_plugin .select-wrapper.valid + label:after {
3377
- content: attr(data-success);
3378
- color: #4CAF50;
3379
- opacity: 1;
3380
- transform: translateY(9px); }
3381
- .ccw_plugin input:not([type]).invalid + label:after, .ccw_plugin input:not([type]):focus.invalid + label:after, .ccw_plugin input[type=text]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=text]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=password]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=password]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=email]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=email]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=url]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=url]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=time]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=time]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=date]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=date]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=datetime]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=datetime]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=tel]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=tel]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=number]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=number]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=search]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=search]:not(.browser-default):focus.invalid + label:after, .ccw_plugin textarea.materialize-textarea.invalid + label:after, .ccw_plugin textarea.materialize-textarea:focus.invalid + label:after, .ccw_plugin .select-wrapper.invalid + label:after {
3382
- content: attr(data-error);
3383
- color: #F44336;
3384
- opacity: 1;
3385
- transform: translateY(9px); }
3386
- .ccw_plugin input:not([type]) + label:after, .ccw_plugin input[type=text]:not(.browser-default) + label:after, .ccw_plugin input[type=password]:not(.browser-default) + label:after, .ccw_plugin input[type=email]:not(.browser-default) + label:after, .ccw_plugin input[type=url]:not(.browser-default) + label:after, .ccw_plugin input[type=time]:not(.browser-default) + label:after, .ccw_plugin input[type=date]:not(.browser-default) + label:after, .ccw_plugin input[type=datetime]:not(.browser-default) + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default) + label:after, .ccw_plugin input[type=tel]:not(.browser-default) + label:after, .ccw_plugin input[type=number]:not(.browser-default) + label:after, .ccw_plugin input[type=search]:not(.browser-default) + label:after, .ccw_plugin textarea.materialize-textarea + label:after, .ccw_plugin .select-wrapper + label:after {
3387
- display: block;
3388
- content: "";
3389
- position: absolute;
3390
- top: 100%;
3391
- left: 0;
3392
- opacity: 0;
3393
- transition: .2s opacity ease-out, .2s color ease-out; }
3394
- .ccw_plugin .input-field {
3395
- position: relative;
3396
- margin-top: 1rem; }
3397
- .ccw_plugin .input-field.inline {
3398
- display: inline-block;
3399
- vertical-align: middle;
3400
- margin-left: 5px; }
3401
- .ccw_plugin .input-field.inline input,
3402
- .ccw_plugin .input-field.inline .select-dropdown {
3403
- margin-bottom: 1rem; }
3404
- .ccw_plugin .input-field.col label {
3405
- left: 0.75rem; }
3406
- .ccw_plugin .input-field.col .prefix ~ label,
3407
- .ccw_plugin .input-field.col .prefix ~ .validate ~ label {
3408
- width: calc(100% - 3rem - 1.5rem); }
3409
- .ccw_plugin .input-field label {
3410
- color: #9e9e9e;
3411
- position: absolute;
3412
- top: 0;
3413
- left: 0;
3414
- height: 100%;
3415
- font-size: 1rem;
3416
- cursor: text;
3417
- transition: transform .2s ease-out;
3418
- transform-origin: 0% 100%;
3419
- text-align: initial;
3420
- transform: translateY(12px);
3421
- pointer-events: none; }
3422
- .ccw_plugin .input-field label:not(.label-icon).active {
3423
- transform: translateY(-14px) scale(0.8);
3424
- transform-origin: 0 0; }
3425
- .ccw_plugin .input-field .prefix {
3426
- position: absolute;
3427
- width: 3rem;
3428
- font-size: 2rem;
3429
- transition: color .2s; }
3430
- .ccw_plugin .input-field .prefix.active {
3431
- color: #26a69a; }
3432
- .ccw_plugin .input-field .prefix ~ input,
3433
- .ccw_plugin .input-field .prefix ~ textarea,
3434
- .ccw_plugin .input-field .prefix ~ label,
3435
- .ccw_plugin .input-field .prefix ~ .validate ~ label,
3436
- .ccw_plugin .input-field .prefix ~ .autocomplete-content {
3437
- margin-left: 3rem;
3438
- width: 92%;
3439
- width: calc(100% - 3rem); }
3440
- .ccw_plugin .input-field .prefix ~ label {
3441
- margin-left: 3rem; }
3442
- @media only screen and (max-width: 992px) {
3443
- .ccw_plugin .input-field .prefix ~ input {
3444
- width: 86%;
3445
- width: calc(100% - 3rem); } }
3446
- @media only screen and (max-width: 600px) {
3447
- .ccw_plugin .input-field .prefix ~ input {
3448
- width: 80%;
3449
- width: calc(100% - 3rem); } }
3450
- .ccw_plugin .input-field input[type=search] {
3451
- display: block;
3452
- line-height: inherit; }
3453
- .nav-wrapper .ccw_plugin .input-field input[type=search] {
3454
- height: inherit;
3455
- padding-left: 4rem;
3456
- width: calc(100% - 4rem);
3457
- border: 0;
3458
- box-shadow: none; }
3459
- .ccw_plugin .input-field input[type=search]:focus {
3460
- background-color: #fff;
3461
- border: 0;
3462
- box-shadow: none;
3463
- color: #444; }
3464
- .ccw_plugin .input-field input[type=search]:focus + label i,
3465
- .ccw_plugin .input-field input[type=search]:focus ~ .mdi-navigation-close,
3466
- .ccw_plugin .input-field input[type=search]:focus ~ .material-icons {
3467
- color: #444; }
3468
- .ccw_plugin .input-field input[type=search] + label {
3469
- left: 1rem; }
3470
- .ccw_plugin .input-field input[type=search] ~ .mdi-navigation-close,
3471
- .ccw_plugin .input-field input[type=search] ~ .material-icons {
3472
- position: absolute;
3473
- top: 0;
3474
- right: 1rem;
3475
- color: transparent;
3476
- cursor: pointer;
3477
- font-size: 2rem;
3478
- transition: .3s color; }
3479
- .ccw_plugin textarea {
3480
- width: 100%;
3481
- height: 3rem;
3482
- background-color: transparent; }
3483
- .ccw_plugin textarea.materialize-textarea {
3484
- overflow-y: hidden;
3485
- /* prevents scroll bar flash */
3486
- padding: .8rem 0 1.6rem 0;
3487
- /* prevents text jump on Enter keypress */
3488
- resize: none;
3489
- min-height: 3rem; }
3490
- .ccw_plugin textarea.materialize-textarea.validate + label {
3491
- height: 100%; }
3492
- .ccw_plugin textarea.materialize-textarea.validate + label::after {
3493
- top: calc(100% - 12px); }
3494
- .ccw_plugin textarea.materialize-textarea.validate + label:not(.label-icon).active {
3495
- transform: translateY(-25px); }
3496
- .ccw_plugin .hiddendiv {
3497
- display: none;
3498
- white-space: pre-wrap;
3499
- word-wrap: break-word;
3500
- overflow-wrap: break-word;
3501
- /* future version of deprecated 'word-wrap' */
3502
- padding-top: 1.2rem;
3503
- /* prevents text jump on Enter keypress */
3504
- position: absolute;
3505
- top: 0; }
3506
- .ccw_plugin .autocomplete-content {
3507
- margin-top: -20px;
3508
- margin-bottom: 20px;
3509
- display: block;
3510
- opacity: 1;
3511
- position: static; }
3512
- .ccw_plugin .autocomplete-content li .highlight {
3513
- color: #444; }
3514
- .ccw_plugin .autocomplete-content li img {
3515
- height: 40px;
3516
- width: 40px;
3517
- margin: 5px 15px; }
3518
- .ccw_plugin [type="radio"]:not(:checked),
3519
- .ccw_plugin [type="radio"]:checked {
3520
- position: absolute;
3521
- opacity: 0;
3522
- pointer-events: none; }
3523
- .ccw_plugin [type="radio"]:not(:checked) + label,
3524
- .ccw_plugin [type="radio"]:checked + label {
3525
- position: relative;
3526
- padding-left: 35px;
3527
- cursor: pointer;
3528
- display: inline-block;
3529
- height: 25px;
3530
- line-height: 25px;
3531
- font-size: 1rem;
3532
- transition: .28s ease;
3533
- user-select: none; }
3534
- .ccw_plugin [type="radio"] + label:before,
3535
- .ccw_plugin [type="radio"] + label:after {
3536
- content: '';
3537
- position: absolute;
3538
- left: 0;
3539
- top: 0;
3540
- margin: 4px;
3541
- width: 16px;
3542
- height: 16px;
3543
- z-index: 0;
3544
- transition: .28s ease; }
3545
- .ccw_plugin [type="radio"]:not(:checked) + label:before,
3546
- .ccw_plugin [type="radio"]:not(:checked) + label:after,
3547
- .ccw_plugin [type="radio"]:checked + label:before,
3548
- .ccw_plugin [type="radio"]:checked + label:after,
3549
- .ccw_plugin [type="radio"].with-gap:checked + label:before,
3550
- .ccw_plugin [type="radio"].with-gap:checked + label:after {
3551
- border-radius: 50%; }
3552
- .ccw_plugin [type="radio"]:not(:checked) + label:before,
3553
- .ccw_plugin [type="radio"]:not(:checked) + label:after {
3554
- border: 2px solid #5a5a5a; }
3555
- .ccw_plugin [type="radio"]:not(:checked) + label:after {
3556
- transform: scale(0); }
3557
- .ccw_plugin [type="radio"]:checked + label:before {
3558
- border: 2px solid transparent; }
3559
- .ccw_plugin [type="radio"]:checked + label:after,
3560
- .ccw_plugin [type="radio"].with-gap:checked + label:before,
3561
- .ccw_plugin [type="radio"].with-gap:checked + label:after {
3562
- border: 2px solid #26a69a; }
3563
- .ccw_plugin [type="radio"]:checked + label:after,
3564
- .ccw_plugin [type="radio"].with-gap:checked + label:after {
3565
- background-color: #26a69a; }
3566
- .ccw_plugin [type="radio"]:checked + label:after {
3567
- transform: scale(1.02); }
3568
- .ccw_plugin [type="radio"].with-gap:checked + label:after {
3569
- transform: scale(0.5); }
3570
- .ccw_plugin [type="radio"].tabbed:focus + label:before {
3571
- box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }
3572
- .ccw_plugin [type="radio"].with-gap:disabled:checked + label:before {
3573
- border: 2px solid rgba(0, 0, 0, 0.42); }
3574
- .ccw_plugin [type="radio"].with-gap:disabled:checked + label:after {
3575
- border: none;
3576
- background-color: rgba(0, 0, 0, 0.42); }
3577
- .ccw_plugin [type="radio"]:disabled:not(:checked) + label:before,
3578
- .ccw_plugin [type="radio"]:disabled:checked + label:before {
3579
- background-color: transparent;
3580
- border-color: rgba(0, 0, 0, 0.42); }
3581
- .ccw_plugin [type="radio"]:disabled + label {
3582
- color: rgba(0, 0, 0, 0.42); }
3583
- .ccw_plugin [type="radio"]:disabled:not(:checked) + label:before {
3584
- border-color: rgba(0, 0, 0, 0.42); }
3585
- .ccw_plugin [type="radio"]:disabled:checked + label:after {
3586
- background-color: rgba(0, 0, 0, 0.42);
3587
- border-color: #949494; }
3588
- .ccw_plugin form p {
3589
- margin-bottom: 10px;
3590
- text-align: left; }
3591
- .ccw_plugin form p:last-child {
3592
- margin-bottom: 0; }
3593
- .ccw_plugin [type="checkbox"]:not(:checked),
3594
- .ccw_plugin [type="checkbox"]:checked {
3595
- position: absolute;
3596
- opacity: 0;
3597
- pointer-events: none; }
3598
- .ccw_plugin [type="checkbox"] {
3599
- /* checkbox aspect */ }
3600
- .ccw_plugin [type="checkbox"] + label {
3601
- position: relative;
3602
- padding-left: 35px;
3603
- cursor: pointer;
3604
- display: inline-block;
3605
- height: 25px;
3606
- line-height: 25px;
3607
- font-size: 1rem;
3608
- user-select: none; }
3609
- .ccw_plugin [type="checkbox"] + label:before,
3610
- .ccw_plugin [type="checkbox"]:not(.filled-in) + label:after {
3611
- content: '';
3612
- position: absolute;
3613
- top: 0;
3614
- left: 0;
3615
- width: 18px;
3616
- height: 18px;
3617
- z-index: 0;
3618
- border: 2px solid #5a5a5a;
3619
- border-radius: 1px;
3620
- margin-top: 2px;
3621
- transition: .2s; }
3622
- .ccw_plugin [type="checkbox"]:not(.filled-in) + label:after {
3623
- border: 0;
3624
- transform: scale(0); }
3625
- .ccw_plugin [type="checkbox"]:not(:checked):disabled + label:before {
3626
- border: none;
3627
- background-color: rgba(0, 0, 0, 0.42); }
3628
- .ccw_plugin [type="checkbox"].tabbed:focus + label:after {
3629
- transform: scale(1);
3630
- border: 0;
3631
- border-radius: 50%;
3632
- box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
3633
- background-color: rgba(0, 0, 0, 0.1); }
3634
- .ccw_plugin [type="checkbox"]:checked + label:before {
3635
- top: -4px;
3636
- left: -5px;
3637
- width: 12px;
3638
- height: 22px;
3639
- border-top: 2px solid transparent;
3640
- border-left: 2px solid transparent;
3641
- border-right: 2px solid #26a69a;
3642
- border-bottom: 2px solid #26a69a;
3643
- transform: rotate(40deg);
3644
- backface-visibility: hidden;
3645
- transform-origin: 100% 100%; }
3646
- .ccw_plugin [type="checkbox"]:checked:disabled + label:before {
3647
- border-right: 2px solid rgba(0, 0, 0, 0.42);
3648
- border-bottom: 2px solid rgba(0, 0, 0, 0.42); }
3649
- .ccw_plugin [type="checkbox"]:indeterminate + label:before {
3650
- top: -11px;
3651
- left: -12px;
3652
- width: 10px;
3653
- height: 22px;
3654
- border-top: none;
3655
- border-left: none;
3656
- border-right: 2px solid #26a69a;
3657
- border-bottom: none;
3658
- transform: rotate(90deg);
3659
- backface-visibility: hidden;
3660
- transform-origin: 100% 100%; }
3661
- .ccw_plugin [type="checkbox"]:indeterminate:disabled + label:before {
3662
- border-right: 2px solid rgba(0, 0, 0, 0.42);
3663
- background-color: transparent; }
3664
- .ccw_plugin [type="checkbox"].filled-in + label:after {
3665
- border-radius: 2px; }
3666
- .ccw_plugin [type="checkbox"].filled-in + label:before,
3667
- .ccw_plugin [type="checkbox"].filled-in + label:after {
3668
- content: '';
3669
- left: 0;
3670
- position: absolute;
3671
- /* .1s delay is for check animation */
3672
- transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
3673
- z-index: 1; }
3674
- .ccw_plugin [type="checkbox"].filled-in:not(:checked) + label:before {
3675
- width: 0;
3676
- height: 0;
3677
- border: 3px solid transparent;
3678
- left: 6px;
3679
- top: 10px;
3680
- transform: rotateZ(37deg);
3681
- transform-origin: 100% 100%; }
3682
- .ccw_plugin [type="checkbox"].filled-in:not(:checked) + label:after {
3683
- height: 20px;
3684
- width: 20px;
3685
- background-color: transparent;
3686
- border: 2px solid #5a5a5a;
3687
- top: 0px;
3688
- z-index: 0; }
3689
- .ccw_plugin [type="checkbox"].filled-in:checked + label:before {
3690
- top: 0;
3691
- left: 1px;
3692
- width: 8px;
3693
- height: 13px;
3694
- border-top: 2px solid transparent;
3695
- border-left: 2px solid transparent;
3696
- border-right: 2px solid #fff;
3697
- border-bottom: 2px solid #fff;
3698
- transform: rotateZ(37deg);
3699
- transform-origin: 100% 100%; }
3700
- .ccw_plugin [type="checkbox"].filled-in:checked + label:after {
3701
- top: 0;
3702
- width: 20px;
3703
- height: 20px;
3704
- border: 2px solid #26a69a;
3705
- background-color: #26a69a;
3706
- z-index: 0; }
3707
- .ccw_plugin [type="checkbox"].filled-in.tabbed:focus + label:after {
3708
- border-radius: 2px;
3709
- border-color: #5a5a5a;
3710
- background-color: rgba(0, 0, 0, 0.1); }
3711
- .ccw_plugin [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
3712
- border-radius: 2px;
3713
- background-color: #26a69a;
3714
- border-color: #26a69a; }
3715
- .ccw_plugin [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
3716
- background-color: transparent;
3717
- border: 2px solid transparent; }
3718
- .ccw_plugin [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
3719
- border-color: transparent;
3720
- background-color: #949494; }
3721
- .ccw_plugin [type="checkbox"].filled-in:disabled:checked + label:before {
3722
- background-color: transparent; }
3723
- .ccw_plugin [type="checkbox"].filled-in:disabled:checked + label:after {
3724
- background-color: #949494;
3725
- border-color: #949494; }
3726
- .ccw_plugin .switch,
3727
- .ccw_plugin .switch * {
3728
- -webkit-tap-highlight-color: transparent;
3729
- user-select: none; }
3730
- .ccw_plugin .switch label {
3731
- cursor: pointer; }
3732
- .ccw_plugin .switch label input[type=checkbox] {
3733
- opacity: 0;
3734
- width: 0;
3735
- height: 0; }
3736
- .ccw_plugin .switch label input[type=checkbox]:checked + .lever {
3737
- background-color: #84c7c1; }
3738
- .ccw_plugin .switch label input[type=checkbox]:checked + .lever:before, .ccw_plugin .switch label input[type=checkbox]:checked + .lever:after {
3739
- left: 18px; }
3740
- .ccw_plugin .switch label input[type=checkbox]:checked + .lever:after {
3741
- background-color: #26a69a; }
3742
- .ccw_plugin .switch label .lever {
3743
- content: "";
3744
- display: inline-block;
3745
- position: relative;
3746
- width: 36px;
3747
- height: 14px;
3748
- background-color: rgba(0, 0, 0, 0.38);
3749
- border-radius: 15px;
3750
- margin-right: 10px;
3751
- transition: background 0.3s ease;
3752
- vertical-align: middle;
3753
- margin: 0 16px; }
3754
- .ccw_plugin .switch label .lever:before, .ccw_plugin .switch label .lever:after {
3755
- content: "";
3756
- position: absolute;
3757
- display: inline-block;
3758
- width: 20px;
3759
- height: 20px;
3760
- border-radius: 50%;
3761
- left: 0;
3762
- top: -3px;
3763
- transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease; }
3764
- .ccw_plugin .switch label .lever:before {
3765
- background-color: rgba(38, 166, 154, 0.15); }
3766
- .ccw_plugin .switch label .lever:after {
3767
- background-color: #F1F1F1;
3768
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
3769
- .ccw_plugin input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
3770
- .ccw_plugin input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
3771
- transform: scale(2.4);
3772
- background-color: rgba(38, 166, 154, 0.15); }
3773
- .ccw_plugin input[type=checkbox]:not(:disabled) ~ .lever:active:before,
3774
- .ccw_plugin input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
3775
- transform: scale(2.4);
3776
- background-color: rgba(0, 0, 0, 0.08); }
3777
- .ccw_plugin .switch input[type=checkbox][disabled] + .lever {
3778
- cursor: default;
3779
- background-color: rgba(0, 0, 0, 0.12); }
3780
- .ccw_plugin .switch label input[type=checkbox][disabled] + .lever:after,
3781
- .ccw_plugin .switch label input[type=checkbox][disabled]:checked + .lever:after {
3782
- background-color: #949494; }
3783
- .ccw_plugin select {
3784
- display: none; }
3785
- .ccw_plugin select.browser-default {
3786
- display: block; }
3787
- .ccw_plugin select {
3788
- background-color: rgba(255, 255, 255, 0.9);
3789
- width: 100%;
3790
- padding: 5px;
3791
- border: 1px solid #f2f2f2;
3792
- border-radius: 2px;
3793
- height: 3rem; }
3794
- .ccw_plugin .input-field select {
3795
- display: block;
3796
- position: absolute;
3797
- width: 0;
3798
- pointer-events: none;
3799
- height: 0;
3800
- top: 0;
3801
- left: 0;
3802
- opacity: 0; }
3803
- .ccw_plugin .select-label {
3804
- position: absolute; }
3805
- .ccw_plugin .select-wrapper {
3806
- position: relative; }
3807
- .ccw_plugin .select-wrapper.valid + label,
3808
- .ccw_plugin .select-wrapper.invalid + label {
3809
- width: 100%;
3810
- pointer-events: none; }
3811
- .ccw_plugin .select-wrapper input.select-dropdown {
3812
- position: relative;
3813
- cursor: pointer;
3814
- background-color: transparent;
3815
- border: none;
3816
- border-bottom: 1px solid #9e9e9e;
3817
- outline: none;
3818
- height: 3rem;
3819
- line-height: 3rem;
3820
- width: 100%;
3821
- font-size: 1rem;
3822
- margin: 0 0 20px 0;
3823
- padding: 0;
3824
- display: block;
3825
- user-select: none; }
3826
- .ccw_plugin .select-wrapper span.caret {
3827
- color: initial;
3828
- position: absolute;
3829
- right: 0;
3830
- top: 0;
3831
- bottom: 0;
3832
- height: 10px;
3833
- margin: auto 0;
3834
- font-size: 10px;
3835
- line-height: 10px; }
3836
- .ccw_plugin .select-wrapper + label {
3837
- position: absolute;
3838
- top: -26px;
3839
- font-size: 0.8rem; }
3840
- .ccw_plugin select:disabled {
3841
- color: rgba(0, 0, 0, 0.42); }
3842
- .ccw_plugin .select-wrapper.disabled span.caret,
3843
- .ccw_plugin .select-wrapper.disabled + label {
3844
- color: rgba(0, 0, 0, 0.42); }
3845
- .ccw_plugin .select-wrapper input.select-dropdown:disabled {
3846
- color: rgba(0, 0, 0, 0.42);
3847
- cursor: default;
3848
- user-select: none; }
3849
- .ccw_plugin .select-wrapper i {
3850
- color: rgba(0, 0, 0, 0.3); }
3851
- .ccw_plugin .select-dropdown li.disabled,
3852
- .ccw_plugin .select-dropdown li.disabled > span,
3853
- .ccw_plugin .select-dropdown li.optgroup {
3854
- color: rgba(0, 0, 0, 0.3);
3855
- background-color: transparent; }
3856
- .ccw_plugin .select-dropdown.dropdown-content li.active {
3857
- background-color: transparent; }
3858
- .ccw_plugin .select-dropdown.dropdown-content li:hover {
3859
- background-color: rgba(0, 0, 0, 0.06); }
3860
- .ccw_plugin .select-dropdown.dropdown-content li.selected {
3861
- background-color: rgba(0, 0, 0, 0.03); }
3862
- .ccw_plugin .prefix ~ .select-wrapper {
3863
- margin-left: 3rem;
3864
- width: 92%;
3865
- width: calc(100% - 3rem); }
3866
- .ccw_plugin .prefix ~ label {
3867
- margin-left: 3rem; }
3868
- .ccw_plugin .select-dropdown li img {
3869
- height: 40px;
3870
- width: 40px;
3871
- margin: 5px 15px;
3872
- float: right; }
3873
- .ccw_plugin .select-dropdown li.optgroup {
3874
- border-top: 1px solid #eee; }
3875
- .ccw_plugin .select-dropdown li.optgroup.selected > span {
3876
- color: rgba(0, 0, 0, 0.7); }
3877
- .ccw_plugin .select-dropdown li.optgroup > span {
3878
- color: rgba(0, 0, 0, 0.4); }
3879
- .ccw_plugin .select-dropdown li.optgroup ~ li.optgroup-option {
3880
- padding-left: 1rem; }
3881
- .ccw_plugin .file-field {
3882
- position: relative; }
3883
- .ccw_plugin .file-field .file-path-wrapper {
3884
- overflow: hidden;
3885
- padding-left: 10px; }
3886
- .ccw_plugin .file-field input.file-path {
3887
- width: 100%; }
3888
- .ccw_plugin .file-field .btn, .ccw_plugin .file-field .btn-large {
3889
- float: left;
3890
- height: 3rem;
3891
- line-height: 3rem; }
3892
- .ccw_plugin .file-field span {
3893
- cursor: pointer; }
3894
- .ccw_plugin .file-field input[type=file] {
3895
- position: absolute;
3896
- top: 0;
3897
- right: 0;
3898
- left: 0;
3899
- bottom: 0;
3900
- width: 100%;
3901
- margin: 0;
3902
- padding: 0;
3903
- font-size: 20px;
3904
- cursor: pointer;
3905
- opacity: 0;
3906
- filter: alpha(opacity=0); }
3907
- .ccw_plugin .file-field input[type=file]::-webkit-file-upload-button {
3908
- display: none; }
3909
- .ccw_plugin .range-field {
3910
- position: relative; }
3911
- .ccw_plugin input[type=range],
3912
- .ccw_plugin input[type=range] + .thumb {
3913
- cursor: pointer; }
3914
- .ccw_plugin input[type=range] {
3915
- position: relative;
3916
- background-color: transparent;
3917
- border: none;
3918
- outline: none;
3919
- width: 100%;
3920
- margin: 15px 0;
3921
- padding: 0; }
3922
- .ccw_plugin input[type=range]:focus {
3923
- outline: none; }
3924
- .ccw_plugin input[type=range] + .thumb {
3925
- position: absolute;
3926
- top: 10px;
3927
- left: 0;
3928
- border: none;
3929
- height: 0;
3930
- width: 0;
3931
- border-radius: 50%;
3932
- background-color: #26a69a;
3933
- margin-left: 7px;
3934
- transform-origin: 50% 50%;
3935
- transform: rotate(-45deg); }
3936
- .ccw_plugin input[type=range] + .thumb .value {
3937
- display: block;
3938
- width: 30px;
3939
- text-align: center;
3940
- color: #26a69a;
3941
- font-size: 0;
3942
- transform: rotate(45deg); }
3943
- .ccw_plugin input[type=range] + .thumb.active {
3944
- border-radius: 50% 50% 50% 0; }
3945
- .ccw_plugin input[type=range] + .thumb.active .value {
3946
- color: #fff;
3947
- margin-left: -1px;
3948
- margin-top: 8px;
3949
- font-size: 10px; }
3950
- .ccw_plugin input[type=range] {
3951
- -webkit-appearance: none; }
3952
- .ccw_plugin input[type=range]::-webkit-slider-runnable-track {
3953
- height: 3px;
3954
- background: #c2c0c2;
3955
- border: none; }
3956
- .ccw_plugin input[type=range]::-webkit-slider-thumb {
3957
- -webkit-appearance: none;
3958
- border: none;
3959
- height: 14px;
3960
- width: 14px;
3961
- border-radius: 50%;
3962
- background-color: #26a69a;
3963
- transform-origin: 50% 50%;
3964
- margin: -5px 0 0 0;
3965
- transition: .3s; }
3966
- .ccw_plugin input[type=range]:focus::-webkit-slider-runnable-track {
3967
- background: #ccc; }
3968
- .ccw_plugin input[type=range] {
3969
- /* fix for FF unable to apply focus style bug */
3970
- border: 1px solid white;
3971
- /*required for proper track sizing in FF*/ }
3972
- .ccw_plugin input[type=range]::-moz-range-track {
3973
- height: 3px;
3974
- background: #ddd;
3975
- border: none; }
3976
- .ccw_plugin input[type=range]::-moz-range-thumb {
3977
- border: none;
3978
- height: 14px;
3979
- width: 14px;
3980
- border-radius: 50%;
3981
- background: #26a69a;
3982
- margin-top: -5px; }
3983
- .ccw_plugin input[type=range]:-moz-focusring {
3984
- outline: 1px solid #fff;
3985
- outline-offset: -1px; }
3986
- .ccw_plugin input[type=range]:focus::-moz-range-track {
3987
- background: #ccc; }
3988
- .ccw_plugin input[type=range]::-ms-track {
3989
- height: 3px;
3990
- background: transparent;
3991
- border-color: transparent;
3992
- border-width: 6px 0;
3993
- /*remove default tick marks*/
3994
- color: transparent; }
3995
- .ccw_plugin input[type=range]::-ms-fill-lower {
3996
- background: #777; }
3997
- .ccw_plugin input[type=range]::-ms-fill-upper {
3998
- background: #ddd; }
3999
- .ccw_plugin input[type=range]::-ms-thumb {
4000
- border: none;
4001
- height: 14px;
4002
- width: 14px;
4003
- border-radius: 50%;
4004
- background: #26a69a; }
4005
- .ccw_plugin input[type=range]:focus::-ms-fill-lower {
4006
- background: #888; }
4007
- .ccw_plugin input[type=range]:focus::-ms-fill-upper {
4008
- background: #ccc; }
4009
-
4010
- /* ==== custom styles ==== */
4011
- div.ccw_plugin,
4012
- .inline {
4013
- display: inline; }
4014
-
4015
- .inline-block {
4016
- display: inline-block; }
4017
-
4018
- .chatbot {
4019
- position: fixed;
4020
- z-index: 99; }
4021
-
4022
- .img-icon {
4023
- height: 48px; }
4024
-
4025
- .nofocus:focus {
4026
- outline: none; }
4027
-
4028
- .pointer {
4029
- cursor: pointer; }
4030
-
4031
- .sc_item {
4032
- z-index: 99; }
4033
-
4034
- .style-3-sc {
4035
- height: 20px; }
4036
-
4037
- .img-icon-5 {
4038
- height: 80%;
4039
- vertical-align: middle; }
4040
-
4041
- .img-icon-6 {
4042
- height: 63%;
4043
- vertical-align: middle;
4044
- margin-left: 7px; }
4045
-
4046
- .style-6-img {
4047
- max-height: 40px;
4048
- text-decoration: overline; }
4049
-
4050
- .icon-2 {
4051
- font-size: 2rem; }
4052
-
4053
- .btn_only_style_div_circle {
4054
- border-radius: 50%;
4055
- text-align: center; }
4056
-
4057
- .btn_only_style_div_circle_sc {
4058
- background-color: orange;
4059
- border-radius: 50%;
4060
- height: 48px;
4061
- width: 48px;
4062
- line-height: 48px;
4063
- text-align: center; }
4064
-
4065
- .btn_only_style_div {
4066
- background-color: orange;
4067
- height: 48px;
4068
- width: 48px;
4069
- line-height: 48px;
4070
- text-align: center; }
4071
-
4072
- /* customize styles */
4073
- .style8 span {
4074
- text-transform: none; }
1
+ /* ==== Materializecss ==== */
2
+ .ccw_plugin {
3
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  /**
5
  * 1. Set default font family to sans-serif.
6
  * 2. Prevent iOS and IE text size adjust after device orientation change,
7
  * without disabling user zoom.
8
+ */
9
  /**
10
  * Remove default margin.
11
+ */
12
  /* HTML5 display definitions
13
+ ========================================================================== */
14
  /**
15
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
16
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
17
  * and Firefox.
18
  * Correct `block` display not defined for `main` in IE 11.
19
+ */
20
  /**
21
  * 1. Correct `inline-block` display not defined in IE 8/9.
22
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
23
+ */
24
  /**
25
  * Prevent modern browsers from displaying `audio` without controls.
26
  * Remove excess height in iOS 5 devices.
27
+ */
28
  /**
29
  * Address `[hidden]` styling not present in IE 8/9/10.
30
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
31
+ */
32
  /* Links
33
+ ========================================================================== */
34
  /**
35
  * Remove the gray background color from active links in IE 10.
36
+ */
37
  /**
38
  * Improve readability of focused elements when they are also in an
39
  * active/hover state.
40
+ */
41
  /* Text-level semantics
42
+ ========================================================================== */
43
  /**
44
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
45
+ */
46
  /**
47
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
48
+ */
49
  /**
50
  * Address styling not present in Safari and Chrome.
51
+ */
52
  /**
53
  * Address variable `h1` font-size and margin within `section` and `article`
54
  * contexts in Firefox 4+, Safari, and Chrome.
55
+ */
56
  /**
57
  * Address styling not present in IE 8/9.
58
+ */
59
  /**
60
  * Address inconsistent and variable font size in all browsers.
61
+ */
62
  /**
63
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
64
+ */
65
  /* Embedded content
66
+ ========================================================================== */
67
  /**
68
  * Remove border when inside `a` element in IE 8/9/10.
69
+ */
70
  /**
71
  * Correct overflow not hidden in IE 9/10/11.
72
+ */
73
  /* Grouping content
74
+ ========================================================================== */
75
  /**
76
  * Address margin not present in IE 8/9 and Safari.
77
+ */
78
  /**
79
  * Address differences between Firefox and other browsers.
80
+ */
81
  /**
82
  * Contain overflow in all browsers.
83
+ */
84
  /**
85
  * Address odd `em`-unit font size rendering in all browsers.
86
+ */
87
  /* Forms
88
+ ========================================================================== */
89
  /**
90
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
91
  * styling of `select`, unless a `border` property is set.
92
+ */
93
  /**
94
  * 1. Correct color not being inherited.
95
  * Known issue: affects color of disabled elements.
96
  * 2. Correct font properties not being inherited.
97
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
98
+ */
99
  /**
100
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
101
+ */
102
  /**
103
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
104
  * All other form control elements do not inherit `text-transform` values.
105
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
106
  * Correct `select` style inheritance in Firefox.
107
+ */
108
  /**
109
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
110
  * and `video` controls.
111
  * 2. Correct inability to style clickable `input` types in iOS.
112
  * 3. Improve usability and consistency of cursor style between image-type
113
  * `input` and others.
114
+ */
115
  /**
116
  * Re-set default cursor for disabled elements.
117
+ */
118
  /**
119
  * Remove inner padding and border in Firefox 4+.
120
+ */
121
  /**
122
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
123
  * the UA stylesheet.
124
+ */
125
  /**
126
  * It's recommended that you don't attempt to style these elements.
127
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
128
  *
129
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
130
  * 2. Remove excess padding in IE 8/9/10.
131
+ */
132
  /**
133
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
134
  * `font-size` values of the `input`, it causes the cursor style of the
135
  * decrement button to change from `default` to `text`.
136
+ */
137
  /**
138
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
139
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
140
+ */
141
  /**
142
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
143
  * Safari (but not Chrome) clips the cancel button when the search input has
144
  * padding (and `textfield` appearance).
145
+ */
146
  /**
147
  * Define consistent border, margin, and padding.
148
+ */
149
  /**
150
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
151
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
152
+ */
153
  /**
154
  * Remove default vertical scrollbar in IE 8/9/10/11.
155
+ */
156
  /**
157
  * Don't inherit the `font-weight` (applied by a rule above).
158
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
159
+ */
160
  /* Tables
161
+ ========================================================================== */
162
  /**
163
  * Remove most spacing between table cells.
164
+ */
165
  /*********************
166
  Transition Classes
167
+ **********************/
168
  /*********************
169
  Media Query Classes
170
+ **********************/
171
  /*******************
172
  Utility Classes
173
+ *******************/
 
 
 
 
 
 
 
 
 
 
174
  /* Text Inputs + Textarea
175
+ ========================================================================== */
176
+ /* Style Placeholders */
177
+ /* Text inputs */
178
+ /* Validation Sass Placeholders */
179
+ /* Search Field */
180
+ /* Textarea */
181
+ /* Autocomplete */
 
 
 
 
 
 
 
 
182
  /* Checkboxes
183
+ ========================================================================== */
184
+ /* CUSTOM CSS CHECKBOXES */
185
+ /* Remove default checkbox */
186
+ /* Indeterminate checkbox */
 
 
187
  /* Select Field
188
+ ========================================================================== */ }
189
+ .ccw_plugin .materialize-red {
190
+ background-color: #e51c23 !important; }
191
+ .ccw_plugin .materialize-red-text {
192
+ color: #e51c23 !important; }
193
+ .ccw_plugin .materialize-red.lighten-5 {
194
+ background-color: #fdeaeb !important; }
195
+ .ccw_plugin .materialize-red-text.text-lighten-5 {
196
+ color: #fdeaeb !important; }
197
+ .ccw_plugin .materialize-red.lighten-4 {
198
+ background-color: #f8c1c3 !important; }
199
+ .ccw_plugin .materialize-red-text.text-lighten-4 {
200
+ color: #f8c1c3 !important; }
201
+ .ccw_plugin .materialize-red.lighten-3 {
202
+ background-color: #f3989b !important; }
203
+ .ccw_plugin .materialize-red-text.text-lighten-3 {
204
+ color: #f3989b !important; }
205
+ .ccw_plugin .materialize-red.lighten-2 {
206
+ background-color: #ee6e73 !important; }
207
+ .ccw_plugin .materialize-red-text.text-lighten-2 {
208
+ color: #ee6e73 !important; }
209
+ .ccw_plugin .materialize-red.lighten-1 {
210
+ background-color: #ea454b !important; }
211
+ .ccw_plugin .materialize-red-text.text-lighten-1 {
212
+ color: #ea454b !important; }
213
+ .ccw_plugin .materialize-red.darken-1 {
214
+ background-color: #d0181e !important; }
215
+ .ccw_plugin .materialize-red-text.text-darken-1 {
216
+ color: #d0181e !important; }
217
+ .ccw_plugin .materialize-red.darken-2 {
218
+ background-color: #b9151b !important; }
219
+ .ccw_plugin .materialize-red-text.text-darken-2 {
220
+ color: #b9151b !important; }
221
+ .ccw_plugin .materialize-red.darken-3 {
222
+ background-color: #a21318 !important; }
223
+ .ccw_plugin .materialize-red-text.text-darken-3 {
224
+ color: #a21318 !important; }
225
+ .ccw_plugin .materialize-red.darken-4 {
226
+ background-color: #8b1014 !important; }
227
+ .ccw_plugin .materialize-red-text.text-darken-4 {
228
+ color: #8b1014 !important; }
229
+ .ccw_plugin .red {
230
+ background-color: #F44336 !important; }
231
+ .ccw_plugin .red-text {
232
+ color: #F44336 !important; }
233
+ .ccw_plugin .red.lighten-5 {
234
+ background-color: #FFEBEE !important; }
235
+ .ccw_plugin .red-text.text-lighten-5 {
236
+ color: #FFEBEE !important; }
237
+ .ccw_plugin .red.lighten-4 {
238
+ background-color: #FFCDD2 !important; }
239
+ .ccw_plugin .red-text.text-lighten-4 {
240
+ color: #FFCDD2 !important; }
241
+ .ccw_plugin .red.lighten-3 {
242
+ background-color: #EF9A9A !important; }
243
+ .ccw_plugin .red-text.text-lighten-3 {
244
+ color: #EF9A9A !important; }
245
+ .ccw_plugin .red.lighten-2 {
246
+ background-color: #E57373 !important; }
247
+ .ccw_plugin .red-text.text-lighten-2 {
248
+ color: #E57373 !important; }
249
+ .ccw_plugin .red.lighten-1 {
250
+ background-color: #EF5350 !important; }
251
+ .ccw_plugin .red-text.text-lighten-1 {
252
+ color: #EF5350 !important; }
253
+ .ccw_plugin .red.darken-1 {
254
+ background-color: #E53935 !important; }
255
+ .ccw_plugin .red-text.text-darken-1 {
256
+ color: #E53935 !important; }
257
+ .ccw_plugin .red.darken-2 {
258
+ background-color: #D32F2F !important; }
259
+ .ccw_plugin .red-text.text-darken-2 {
260
+ color: #D32F2F !important; }
261
+ .ccw_plugin .red.darken-3 {
262
+ background-color: #C62828 !important; }
263
+ .ccw_plugin .red-text.text-darken-3 {
264
+ color: #C62828 !important; }
265
+ .ccw_plugin .red.darken-4 {
266
+ background-color: #B71C1C !important; }
267
+ .ccw_plugin .red-text.text-darken-4 {
268
+ color: #B71C1C !important; }
269
+ .ccw_plugin .red.accent-1 {
270
+ background-color: #FF8A80 !important; }
271
+ .ccw_plugin .red-text.text-accent-1 {
272
+ color: #FF8A80 !important; }
273
+ .ccw_plugin .red.accent-2 {
274
+ background-color: #FF5252 !important; }
275
+ .ccw_plugin .red-text.text-accent-2 {
276
+ color: #FF5252 !important; }
277
+ .ccw_plugin .red.accent-3 {
278
+ background-color: #FF1744 !important; }
279
+ .ccw_plugin .red-text.text-accent-3 {
280
+ color: #FF1744 !important; }
281
+ .ccw_plugin .red.accent-4 {
282
+ background-color: #D50000 !important; }
283
+ .ccw_plugin .red-text.text-accent-4 {
284
+ color: #D50000 !important; }
285
+ .ccw_plugin .pink {
286
+ background-color: #e91e63 !important; }
287
+ .ccw_plugin .pink-text {
288
+ color: #e91e63 !important; }
289
+ .ccw_plugin .pink.lighten-5 {
290
+ background-color: #fce4ec !important; }
291
+ .ccw_plugin .pink-text.text-lighten-5 {
292
+ color: #fce4ec !important; }
293
+ .ccw_plugin .pink.lighten-4 {
294
+ background-color: #f8bbd0 !important; }
295
+ .ccw_plugin .pink-text.text-lighten-4 {
296
+ color: #f8bbd0 !important; }
297
+ .ccw_plugin .pink.lighten-3 {
298
+ background-color: #f48fb1 !important; }
299
+ .ccw_plugin .pink-text.text-lighten-3 {
300
+ color: #f48fb1 !important; }
301
+ .ccw_plugin .pink.lighten-2 {
302
+ background-color: #f06292 !important; }
303
+ .ccw_plugin .pink-text.text-lighten-2 {
304
+ color: #f06292 !important; }
305
+ .ccw_plugin .pink.lighten-1 {
306
+ background-color: #ec407a !important; }
307
+ .ccw_plugin .pink-text.text-lighten-1 {
308
+ color: #ec407a !important; }
309
+ .ccw_plugin .pink.darken-1 {
310
+ background-color: #d81b60 !important; }
311
+ .ccw_plugin .pink-text.text-darken-1 {
312
+ color: #d81b60 !important; }
313
+ .ccw_plugin .pink.darken-2 {
314
+ background-color: #c2185b !important; }
315
+ .ccw_plugin .pink-text.text-darken-2 {
316
+ color: #c2185b !important; }
317
+ .ccw_plugin .pink.darken-3 {
318
+ background-color: #ad1457 !important; }
319
+ .ccw_plugin .pink-text.text-darken-3 {
320
+ color: #ad1457 !important; }
321
+ .ccw_plugin .pink.darken-4 {
322
+ background-color: #880e4f !important; }
323
+ .ccw_plugin .pink-text.text-darken-4 {
324
+ color: #880e4f !important; }
325
+ .ccw_plugin .pink.accent-1 {
326
+ background-color: #ff80ab !important; }
327
+ .ccw_plugin .pink-text.text-accent-1 {
328
+ color: #ff80ab !important; }
329
+ .ccw_plugin .pink.accent-2 {
330
+ background-color: #ff4081 !important; }
331
+ .ccw_plugin .pink-text.text-accent-2 {
332
+ color: #ff4081 !important; }
333
+ .ccw_plugin .pink.accent-3 {
334
+ background-color: #f50057 !important; }
335
+ .ccw_plugin .pink-text.text-accent-3 {
336
+ color: #f50057 !important; }
337
+ .ccw_plugin .pink.accent-4 {
338
+ background-color: #c51162 !important; }
339
+ .ccw_plugin .pink-text.text-accent-4 {
340
+ color: #c51162 !important; }
341
+ .ccw_plugin .purple {
342
+ background-color: #9c27b0 !important; }
343
+ .ccw_plugin .purple-text {
344
+ color: #9c27b0 !important; }
345
+ .ccw_plugin .purple.lighten-5 {
346
+ background-color: #f3e5f5 !important; }
347
+ .ccw_plugin .purple-text.text-lighten-5 {
348
+ color: #f3e5f5 !important; }
349
+ .ccw_plugin .purple.lighten-4 {
350
+ background-color: #e1bee7 !important; }
351
+ .ccw_plugin .purple-text.text-lighten-4 {
352
+ color: #e1bee7 !important; }
353
+ .ccw_plugin .purple.lighten-3 {
354
+ background-color: #ce93d8 !important; }
355
+ .ccw_plugin .purple-text.text-lighten-3 {
356
+ color: #ce93d8 !important; }
357
+ .ccw_plugin .purple.lighten-2 {
358
+ background-color: #ba68c8 !important; }
359
+ .ccw_plugin .purple-text.text-lighten-2 {
360
+ color: #ba68c8 !important; }
361
+ .ccw_plugin .purple.lighten-1 {
362
+ background-color: #ab47bc !important; }
363
+ .ccw_plugin .purple-text.text-lighten-1 {
364
+ color: #ab47bc !important; }
365
+ .ccw_plugin .purple.darken-1 {
366
+ background-color: #8e24aa !important; }
367
+ .ccw_plugin .purple-text.text-darken-1 {
368
+ color: #8e24aa !important; }
369
+ .ccw_plugin .purple.darken-2 {
370
+ background-color: #7b1fa2 !important; }
371
+ .ccw_plugin .purple-text.text-darken-2 {
372
+ color: #7b1fa2 !important; }
373
+ .ccw_plugin .purple.darken-3 {
374
+ background-color: #6a1b9a !important; }
375
+ .ccw_plugin .purple-text.text-darken-3 {
376
+ color: #6a1b9a !important; }
377
+ .ccw_plugin .purple.darken-4 {
378
+ background-color: #4a148c !important; }
379
+ .ccw_plugin .purple-text.text-darken-4 {
380
+ color: #4a148c !important; }
381
+ .ccw_plugin .purple.accent-1 {
382
+ background-color: #ea80fc !important; }
383
+ .ccw_plugin .purple-text.text-accent-1 {
384
+ color: #ea80fc !important; }
385
+ .ccw_plugin .purple.accent-2 {
386
+ background-color: #e040fb !important; }
387
+ .ccw_plugin .purple-text.text-accent-2 {
388
+ color: #e040fb !important; }
389
+ .ccw_plugin .purple.accent-3 {
390
+ background-color: #d500f9 !important; }
391
+ .ccw_plugin .purple-text.text-accent-3 {
392
+ color: #d500f9 !important; }
393
+ .ccw_plugin .purple.accent-4 {
394
+ background-color: #aa00ff !important; }
395
+ .ccw_plugin .purple-text.text-accent-4 {
396
+ color: #aa00ff !important; }
397
+ .ccw_plugin .deep-purple {
398
+ background-color: #673ab7 !important; }
399
+ .ccw_plugin .deep-purple-text {
400
+ color: #673ab7 !important; }
401
+ .ccw_plugin .deep-purple.lighten-5 {
402
+ background-color: #ede7f6 !important; }
403
+ .ccw_plugin .deep-purple-text.text-lighten-5 {
404
+ color: #ede7f6 !important; }
405
+ .ccw_plugin .deep-purple.lighten-4 {
406
+ background-color: #d1c4e9 !important; }
407
+ .ccw_plugin .deep-purple-text.text-lighten-4 {
408
+ color: #d1c4e9 !important; }
409
+ .ccw_plugin .deep-purple.lighten-3 {
410
+ background-color: #b39ddb !important; }
411
+ .ccw_plugin .deep-purple-text.text-lighten-3 {
412
+ color: #b39ddb !important; }
413
+ .ccw_plugin .deep-purple.lighten-2 {
414
+ background-color: #9575cd !important; }
415
+ .ccw_plugin .deep-purple-text.text-lighten-2 {
416
+ color: #9575cd !important; }
417
+ .ccw_plugin .deep-purple.lighten-1 {
418
+ background-color: #7e57c2 !important; }
419
+ .ccw_plugin .deep-purple-text.text-lighten-1 {
420
+ color: #7e57c2 !important; }
421
+ .ccw_plugin .deep-purple.darken-1 {
422
+ background-color: #5e35b1 !important; }
423
+ .ccw_plugin .deep-purple-text.text-darken-1 {
424
+ color: #5e35b1 !important; }
425
+ .ccw_plugin .deep-purple.darken-2 {
426
+ background-color: #512da8 !important; }
427
+ .ccw_plugin .deep-purple-text.text-darken-2 {
428
+ color: #512da8 !important; }
429
+ .ccw_plugin .deep-purple.darken-3 {
430
+ background-color: #4527a0 !important; }
431
+ .ccw_plugin .deep-purple-text.text-darken-3 {
432
+ color: #4527a0 !important; }
433
+ .ccw_plugin .deep-purple.darken-4 {
434
+ background-color: #311b92 !important; }
435
+ .ccw_plugin .deep-purple-text.text-darken-4 {
436
+ color: #311b92 !important; }
437
+ .ccw_plugin .deep-purple.accent-1 {
438
+ background-color: #b388ff !important; }
439
+ .ccw_plugin .deep-purple-text.text-accent-1 {
440
+ color: #b388ff !important; }
441
+ .ccw_plugin .deep-purple.accent-2 {
442
+ background-color: #7c4dff !important; }
443
+ .ccw_plugin .deep-purple-text.text-accent-2 {
444
+ color: #7c4dff !important; }
445
+ .ccw_plugin .deep-purple.accent-3 {
446
+ background-color: #651fff !important; }
447
+ .ccw_plugin .deep-purple-text.text-accent-3 {
448
+ color: #651fff !important; }
449
+ .ccw_plugin .deep-purple.accent-4 {
450
+ background-color: #6200ea !important; }
451
+ .ccw_plugin .deep-purple-text.text-accent-4 {
452
+ color: #6200ea !important; }
453
+ .ccw_plugin .indigo {
454
+ background-color: #3f51b5 !important; }
455
+ .ccw_plugin .indigo-text {
456
+ color: #3f51b5 !important; }
457
+ .ccw_plugin .indigo.lighten-5 {
458
+ background-color: #e8eaf6 !important; }
459
+ .ccw_plugin .indigo-text.text-lighten-5 {
460
+ color: #e8eaf6 !important; }
461
+ .ccw_plugin .indigo.lighten-4 {
462
+ background-color: #c5cae9 !important; }
463
+ .ccw_plugin .indigo-text.text-lighten-4 {
464
+ color: #c5cae9 !important; }
465
+ .ccw_plugin .indigo.lighten-3 {
466
+ background-color: #9fa8da !important; }
467
+ .ccw_plugin .indigo-text.text-lighten-3 {
468
+ color: #9fa8da !important; }
469
+ .ccw_plugin .indigo.lighten-2 {
470
+ background-color: #7986cb !important; }
471
+ .ccw_plugin .indigo-text.text-lighten-2 {
472
+ color: #7986cb !important; }
473
+ .ccw_plugin .indigo.lighten-1 {
474
+ background-color: #5c6bc0 !important; }
475
+ .ccw_plugin .indigo-text.text-lighten-1 {
476
+ color: #5c6bc0 !important; }
477
+ .ccw_plugin .indigo.darken-1 {
478
+ background-color: #3949ab !important; }
479
+ .ccw_plugin .indigo-text.text-darken-1 {
480
+ color: #3949ab !important; }
481
+ .ccw_plugin .indigo.darken-2 {
482
+ background-color: #303f9f !important; }
483
+ .ccw_plugin .indigo-text.text-darken-2 {
484
+ color: #303f9f !important; }
485
+ .ccw_plugin .indigo.darken-3 {
486
+ background-color: #283593 !important; }
487
+ .ccw_plugin .indigo-text.text-darken-3 {
488
+ color: #283593 !important; }
489
+ .ccw_plugin .indigo.darken-4 {
490
+ background-color: #1a237e !important; }
491
+ .ccw_plugin .indigo-text.text-darken-4 {
492
+ color: #1a237e !important; }
493
+ .ccw_plugin .indigo.accent-1 {
494
+ background-color: #8c9eff !important; }
495
+ .ccw_plugin .indigo-text.text-accent-1 {
496
+ color: #8c9eff !important; }
497
+ .ccw_plugin .indigo.accent-2 {
498
+ background-color: #536dfe !important; }
499
+ .ccw_plugin .indigo-text.text-accent-2 {
500
+ color: #536dfe !important; }
501
+ .ccw_plugin .indigo.accent-3 {
502
+ background-color: #3d5afe !important; }
503
+ .ccw_plugin .indigo-text.text-accent-3 {
504
+ color: #3d5afe !important; }
505
+ .ccw_plugin .indigo.accent-4 {
506
+ background-color: #304ffe !important; }
507
+ .ccw_plugin .indigo-text.text-accent-4 {
508
+ color: #304ffe !important; }
509
+ .ccw_plugin .blue {
510
+ background-color: #2196F3 !important; }
511
+ .ccw_plugin .blue-text {
512
+ color: #2196F3 !important; }
513
+ .ccw_plugin .blue.lighten-5 {
514
+ background-color: #E3F2FD !important; }
515
+ .ccw_plugin .blue-text.text-lighten-5 {
516
+ color: #E3F2FD !important; }
517
+ .ccw_plugin .blue.lighten-4 {
518
+ background-color: #BBDEFB !important; }
519
+ .ccw_plugin .blue-text.text-lighten-4 {
520
+ color: #BBDEFB !important; }
521
+ .ccw_plugin .blue.lighten-3 {
522
+ background-color: #90CAF9 !important; }
523
+ .ccw_plugin .blue-text.text-lighten-3 {
524
+ color: #90CAF9 !important; }
525
+ .ccw_plugin .blue.lighten-2 {
526
+ background-color: #64B5F6 !important; }
527
+ .ccw_plugin .blue-text.text-lighten-2 {
528
+ color: #64B5F6 !important; }
529
+ .ccw_plugin .blue.lighten-1 {
530
+ background-color: #42A5F5 !important; }
531
+ .ccw_plugin .blue-text.text-lighten-1 {
532
+ color: #42A5F5 !important; }
533
+ .ccw_plugin .blue.darken-1 {
534
+ background-color: #1E88E5 !important; }
535
+ .ccw_plugin .blue-text.text-darken-1 {
536
+ color: #1E88E5 !important; }
537
+ .ccw_plugin .blue.darken-2 {
538
+ background-color: #1976D2 !important; }
539
+ .ccw_plugin .blue-text.text-darken-2 {
540
+ color: #1976D2 !important; }
541
+ .ccw_plugin .blue.darken-3 {
542
+ background-color: #1565C0 !important; }
543
+ .ccw_plugin .blue-text.text-darken-3 {
544
+ color: #1565C0 !important; }
545
+ .ccw_plugin .blue.darken-4 {
546
+ background-color: #0D47A1 !important; }
547
+ .ccw_plugin .blue-text.text-darken-4 {
548
+ color: #0D47A1 !important; }
549
+ .ccw_plugin .blue.accent-1 {
550
+ background-color: #82B1FF !important; }
551
+ .ccw_plugin .blue-text.text-accent-1 {
552
+ color: #82B1FF !important; }
553
+ .ccw_plugin .blue.accent-2 {
554
+ background-color: #448AFF !important; }
555
+ .ccw_plugin .blue-text.text-accent-2 {
556
+ color: #448AFF !important; }
557
+ .ccw_plugin .blue.accent-3 {
558
+ background-color: #2979FF !important; }
559
+ .ccw_plugin .blue-text.text-accent-3 {
560
+ color: #2979FF !important; }
561
+ .ccw_plugin .blue.accent-4 {
562
+ background-color: #2962FF !important; }
563
+ .ccw_plugin .blue-text.text-accent-4 {
564
+ color: #2962FF !important; }
565
+ .ccw_plugin .light-blue {
566
+ background-color: #03a9f4 !important; }
567
+ .ccw_plugin .light-blue-text {
568
+ color: #03a9f4 !important; }
569
+ .ccw_plugin .light-blue.lighten-5 {
570
+ background-color: #e1f5fe !important; }
571
+ .ccw_plugin .light-blue-text.text-lighten-5 {
572
+ color: #e1f5fe !important; }
573
+ .ccw_plugin .light-blue.lighten-4 {
574
+ background-color: #b3e5fc !important; }
575
+ .ccw_plugin .light-blue-text.text-lighten-4 {
576
+ color: #b3e5fc !important; }
577
+ .ccw_plugin .light-blue.lighten-3 {
578
+ background-color: #81d4fa !important; }
579
+ .ccw_plugin .light-blue-text.text-lighten-3 {
580
+ color: #81d4fa !important; }
581
+ .ccw_plugin .light-blue.lighten-2 {
582
+ background-color: #4fc3f7 !important; }
583
+ .ccw_plugin .light-blue-text.text-lighten-2 {
584
+ color: #4fc3f7 !important; }
585
+ .ccw_plugin .light-blue.lighten-1 {
586
+ background-color: #29b6f6 !important; }
587
+ .ccw_plugin .light-blue-text.text-lighten-1 {
588
+ color: #29b6f6 !important; }
589
+ .ccw_plugin .light-blue.darken-1 {
590
+ background-color: #039be5 !important; }
591
+ .ccw_plugin .light-blue-text.text-darken-1 {
592
+ color: #039be5 !important; }
593
+ .ccw_plugin .light-blue.darken-2 {
594
+ background-color: #0288d1 !important; }
595
+ .ccw_plugin .light-blue-text.text-darken-2 {
596
+ color: #0288d1 !important; }
597
+ .ccw_plugin .light-blue.darken-3 {
598
+ background-color: #0277bd !important; }
599
+ .ccw_plugin .light-blue-text.text-darken-3 {
600
+ color: #0277bd !important; }
601
+ .ccw_plugin .light-blue.darken-4 {
602
+ background-color: #01579b !important; }
603
+ .ccw_plugin .light-blue-text.text-darken-4 {
604
+ color: #01579b !important; }
605
+ .ccw_plugin .light-blue.accent-1 {
606
+ background-color: #80d8ff !important; }
607
+ .ccw_plugin .light-blue-text.text-accent-1 {
608
+ color: #80d8ff !important; }
609
+ .ccw_plugin .light-blue.accent-2 {
610
+ background-color: #40c4ff !important; }
611
+ .ccw_plugin .light-blue-text.text-accent-2 {
612
+ color: #40c4ff !important; }
613
+ .ccw_plugin .light-blue.accent-3 {
614
+ background-color: #00b0ff !important; }
615
+ .ccw_plugin .light-blue-text.text-accent-3 {
616
+ color: #00b0ff !important; }
617
+ .ccw_plugin .light-blue.accent-4 {
618
+ background-color: #0091ea !important; }
619
+ .ccw_plugin .light-blue-text.text-accent-4 {
620
+ color: #0091ea !important; }
621
+ .ccw_plugin .cyan {
622
+ background-color: #00bcd4 !important; }
623
+ .ccw_plugin .cyan-text {
624
+ color: #00bcd4 !important; }
625
+ .ccw_plugin .cyan.lighten-5 {
626
+ background-color: #e0f7fa !important; }
627
+ .ccw_plugin .cyan-text.text-lighten-5 {
628
+ color: #e0f7fa !important; }
629
+ .ccw_plugin .cyan.lighten-4 {
630
+ background-color: #b2ebf2 !important; }
631
+ .ccw_plugin .cyan-text.text-lighten-4 {
632
+ color: #b2ebf2 !important; }
633
+ .ccw_plugin .cyan.lighten-3 {
634
+ background-color: #80deea !important; }
635
+ .ccw_plugin .cyan-text.text-lighten-3 {
636
+ color: #80deea !important; }
637
+ .ccw_plugin .cyan.lighten-2 {
638
+ background-color: #4dd0e1 !important; }
639
+ .ccw_plugin .cyan-text.text-lighten-2 {
640
+ color: #4dd0e1 !important; }
641
+ .ccw_plugin .cyan.lighten-1 {
642
+ background-color: #26c6da !important; }
643
+ .ccw_plugin .cyan-text.text-lighten-1 {
644
+ color: #26c6da !important; }
645
+ .ccw_plugin .cyan.darken-1 {
646
+ background-color: #00acc1 !important; }
647
+ .ccw_plugin .cyan-text.text-darken-1 {
648
+ color: #00acc1 !important; }
649
+ .ccw_plugin .cyan.darken-2 {
650
+ background-color: #0097a7 !important; }
651
+ .ccw_plugin .cyan-text.text-darken-2 {
652
+ color: #0097a7 !important; }
653
+ .ccw_plugin .cyan.darken-3 {
654
+ background-color: #00838f !important; }
655
+ .ccw_plugin .cyan-text.text-darken-3 {
656
+ color: #00838f !important; }
657
+ .ccw_plugin .cyan.darken-4 {
658
+ background-color: #006064 !important; }
659
+ .ccw_plugin .cyan-text.text-darken-4 {
660
+ color: #006064 !important; }
661
+ .ccw_plugin .cyan.accent-1 {
662
+ background-color: #84ffff !important; }
663
+ .ccw_plugin .cyan-text.text-accent-1 {
664
+ color: #84ffff !important; }
665
+ .ccw_plugin .cyan.accent-2 {
666
+ background-color: #18ffff !important; }
667
+ .ccw_plugin .cyan-text.text-accent-2 {
668
+ color: #18ffff !important; }
669
+ .ccw_plugin .cyan.accent-3 {
670
+ background-color: #00e5ff !important; }
671
+ .ccw_plugin .cyan-text.text-accent-3 {
672
+ color: #00e5ff !important; }
673
+ .ccw_plugin .cyan.accent-4 {
674
+ background-color: #00b8d4 !important; }
675
+ .ccw_plugin .cyan-text.text-accent-4 {
676
+ color: #00b8d4 !important; }
677
+ .ccw_plugin .teal {
678
+ background-color: #009688 !important; }
679
+ .ccw_plugin .teal-text {
680
+ color: #009688 !important; }
681
+ .ccw_plugin .teal.lighten-5 {
682
+ background-color: #e0f2f1 !important; }
683
+ .ccw_plugin .teal-text.text-lighten-5 {
684
+ color: #e0f2f1 !important; }
685
+ .ccw_plugin .teal.lighten-4 {
686
+ background-color: #b2dfdb !important; }
687
+ .ccw_plugin .teal-text.text-lighten-4 {
688
+ color: #b2dfdb !important; }
689
+ .ccw_plugin .teal.lighten-3 {
690
+ background-color: #80cbc4 !important; }
691
+ .ccw_plugin .teal-text.text-lighten-3 {
692
+ color: #80cbc4 !important; }
693
+ .ccw_plugin .teal.lighten-2 {
694
+ background-color: #4db6ac !important; }
695
+ .ccw_plugin .teal-text.text-lighten-2 {
696
+ color: #4db6ac !important; }
697
+ .ccw_plugin .teal.lighten-1 {
698
+ background-color: #26a69a !important; }
699
+ .ccw_plugin .teal-text.text-lighten-1 {
700
+ color: #26a69a !important; }
701
+ .ccw_plugin .teal.darken-1 {
702
+ background-color: #00897b !important; }
703
+ .ccw_plugin .teal-text.text-darken-1 {
704
+ color: #00897b !important; }
705
+ .ccw_plugin .teal.darken-2 {
706
+ background-color: #00796b !important; }
707
+ .ccw_plugin .teal-text.text-darken-2 {
708
+ color: #00796b !important; }
709
+ .ccw_plugin .teal.darken-3 {
710
+ background-color: #00695c !important; }
711
+ .ccw_plugin .teal-text.text-darken-3 {
712
+ color: #00695c !important; }
713
+ .ccw_plugin .teal.darken-4 {
714
+ background-color: #004d40 !important; }
715
+ .ccw_plugin .teal-text.text-darken-4 {
716
+ color: #004d40 !important; }
717
+ .ccw_plugin .teal.accent-1 {
718
+ background-color: #a7ffeb !important; }
719
+ .ccw_plugin .teal-text.text-accent-1 {
720
+ color: #a7ffeb !important; }
721
+ .ccw_plugin .teal.accent-2 {
722
+ background-color: #64ffda !important; }
723
+ .ccw_plugin .teal-text.text-accent-2 {
724
+ color: #64ffda !important; }
725
+ .ccw_plugin .teal.accent-3 {
726
+ background-color: #1de9b6 !important; }
727
+ .ccw_plugin .teal-text.text-accent-3 {
728
+ color: #1de9b6 !important; }
729
+ .ccw_plugin .teal.accent-4 {
730
+ background-color: #00bfa5 !important; }
731
+ .ccw_plugin .teal-text.text-accent-4 {
732
+ color: #00bfa5 !important; }
733
+ .ccw_plugin .green {
734
+ background-color: #4CAF50 !important; }
735
+ .ccw_plugin .green-text {
736
+ color: #4CAF50 !important; }
737
+ .ccw_plugin .green.lighten-5 {
738
+ background-color: #E8F5E9 !important; }
739
+ .ccw_plugin .green-text.text-lighten-5 {
740
+ color: #E8F5E9 !important; }
741
+ .ccw_plugin .green.lighten-4 {
742
+ background-color: #C8E6C9 !important; }
743
+ .ccw_plugin .green-text.text-lighten-4 {
744
+ color: #C8E6C9 !important; }
745
+ .ccw_plugin .green.lighten-3 {
746
+ background-color: #A5D6A7 !important; }
747
+ .ccw_plugin .green-text.text-lighten-3 {
748
+ color: #A5D6A7 !important; }
749
+ .ccw_plugin .green.lighten-2 {
750
+ background-color: #81C784 !important; }
751
+ .ccw_plugin .green-text.text-lighten-2 {
752
+ color: #81C784 !important; }
753
+ .ccw_plugin .green.lighten-1 {
754
+ background-color: #66BB6A !important; }
755
+ .ccw_plugin .green-text.text-lighten-1 {
756
+ color: #66BB6A !important; }
757
+ .ccw_plugin .green.darken-1 {
758
+ background-color: #43A047 !important; }
759
+ .ccw_plugin .green-text.text-darken-1 {
760
+ color: #43A047 !important; }
761
+ .ccw_plugin .green.darken-2 {
762
+ background-color: #388E3C !important; }
763
+ .ccw_plugin .green-text.text-darken-2 {
764
+ color: #388E3C !important; }
765
+ .ccw_plugin .green.darken-3 {
766
+ background-color: #2E7D32 !important; }
767
+ .ccw_plugin .green-text.text-darken-3 {
768
+ color: #2E7D32 !important; }
769
+ .ccw_plugin .green.darken-4 {
770
+ background-color: #1B5E20 !important; }
771
+ .ccw_plugin .green-text.text-darken-4 {
772
+ color: #1B5E20 !important; }
773
+ .ccw_plugin .green.accent-1 {
774
+ background-color: #B9F6CA !important; }
775
+ .ccw_plugin .green-text.text-accent-1 {
776
+ color: #B9F6CA !important; }
777
+ .ccw_plugin .green.accent-2 {
778
+ background-color: #69F0AE !important; }
779
+ .ccw_plugin .green-text.text-accent-2 {
780
+ color: #69F0AE !important; }
781
+ .ccw_plugin .green.accent-3 {
782
+ background-color: #00E676 !important; }
783
+ .ccw_plugin .green-text.text-accent-3 {
784
+ color: #00E676 !important; }
785
+ .ccw_plugin .green.accent-4 {
786
+ background-color: #00C853 !important; }
787
+ .ccw_plugin .green-text.text-accent-4 {
788
+ color: #00C853 !important; }
789
+ .ccw_plugin .light-green {
790
+ background-color: #8bc34a !important; }
791
+ .ccw_plugin .light-green-text {
792
+ color: #8bc34a !important; }
793
+ .ccw_plugin .light-green.lighten-5 {
794
+ background-color: #f1f8e9 !important; }
795
+ .ccw_plugin .light-green-text.text-lighten-5 {
796
+ color: #f1f8e9 !important; }
797
+ .ccw_plugin .light-green.lighten-4 {
798
+ background-color: #dcedc8 !important; }
799
+ .ccw_plugin .light-green-text.text-lighten-4 {
800
+ color: #dcedc8 !important; }
801
+ .ccw_plugin .light-green.lighten-3 {
802
+ background-color: #c5e1a5 !important; }
803
+ .ccw_plugin .light-green-text.text-lighten-3 {
804
+ color: #c5e1a5 !important; }
805
+ .ccw_plugin .light-green.lighten-2 {
806
+ background-color: #aed581 !important; }
807
+ .ccw_plugin .light-green-text.text-lighten-2 {
808
+ color: #aed581 !important; }
809
+ .ccw_plugin .light-green.lighten-1 {
810
+ background-color: #9ccc65 !important; }
811
+ .ccw_plugin .light-green-text.text-lighten-1 {
812
+ color: #9ccc65 !important; }
813
+ .ccw_plugin .light-green.darken-1 {
814
+ background-color: #7cb342 !important; }
815
+ .ccw_plugin .light-green-text.text-darken-1 {
816
+ color: #7cb342 !important; }
817
+ .ccw_plugin .light-green.darken-2 {
818
+ background-color: #689f38 !important; }
819
+ .ccw_plugin .light-green-text.text-darken-2 {
820
+ color: #689f38 !important; }
821
+ .ccw_plugin .light-green.darken-3 {
822
+ background-color: #558b2f !important; }
823
+ .ccw_plugin .light-green-text.text-darken-3 {
824
+ color: #558b2f !important; }
825
+ .ccw_plugin .light-green.darken-4 {
826
+ background-color: #33691e !important; }
827
+ .ccw_plugin .light-green-text.text-darken-4 {
828
+ color: #33691e !important; }
829
+ .ccw_plugin .light-green.accent-1 {
830
+ background-color: #ccff90 !important; }
831
+ .ccw_plugin .light-green-text.text-accent-1 {
832
+ color: #ccff90 !important; }
833
+ .ccw_plugin .light-green.accent-2 {
834
+ background-color: #b2ff59 !important; }
835
+ .ccw_plugin .light-green-text.text-accent-2 {
836
+ color: #b2ff59 !important; }
837
+ .ccw_plugin .light-green.accent-3 {
838
+ background-color: #76ff03 !important; }
839
+ .ccw_plugin .light-green-text.text-accent-3 {
840
+ color: #76ff03 !important; }
841
+ .ccw_plugin .light-green.accent-4 {
842
+ background-color: #64dd17 !important; }
843
+ .ccw_plugin .light-green-text.text-accent-4 {
844
+ color: #64dd17 !important; }
845
+ .ccw_plugin .lime {
846
+ background-color: #cddc39 !important; }
847
+ .ccw_plugin .lime-text {
848
+ color: #cddc39 !important; }
849
+ .ccw_plugin .lime.lighten-5 {
850
+ background-color: #f9fbe7 !important; }
851
+ .ccw_plugin .lime-text.text-lighten-5 {
852
+ color: #f9fbe7 !important; }
853
+ .ccw_plugin .lime.lighten-4 {
854
+ background-color: #f0f4c3 !important; }
855
+ .ccw_plugin .lime-text.text-lighten-4 {
856
+ color: #f0f4c3 !important; }
857
+ .ccw_plugin .lime.lighten-3 {
858
+ background-color: #e6ee9c !important; }
859
+ .ccw_plugin .lime-text.text-lighten-3 {
860
+ color: #e6ee9c !important; }
861
+ .ccw_plugin .lime.lighten-2 {
862
+ background-color: #dce775 !important; }
863
+ .ccw_plugin .lime-text.text-lighten-2 {
864
+ color: #dce775 !important; }
865
+ .ccw_plugin .lime.lighten-1 {
866
+ background-color: #d4e157 !important; }
867
+ .ccw_plugin .lime-text.text-lighten-1 {
868
+ color: #d4e157 !important; }
869
+ .ccw_plugin .lime.darken-1 {
870
+ background-color: #c0ca33 !important; }
871
+ .ccw_plugin .lime-text.text-darken-1 {
872
+ color: #c0ca33 !important; }
873
+ .ccw_plugin .lime.darken-2 {
874
+ background-color: #afb42b !important; }
875
+ .ccw_plugin .lime-text.text-darken-2 {
876
+ color: #afb42b !important; }
877
+ .ccw_plugin .lime.darken-3 {
878
+ background-color: #9e9d24 !important; }
879
+ .ccw_plugin .lime-text.text-darken-3 {
880
+ color: #9e9d24 !important; }
881
+ .ccw_plugin .lime.darken-4 {
882
+ background-color: #827717 !important; }
883
+ .ccw_plugin .lime-text.text-darken-4 {
884
+ color: #827717 !important; }
885
+ .ccw_plugin .lime.accent-1 {
886
+ background-color: #f4ff81 !important; }
887
+ .ccw_plugin .lime-text.text-accent-1 {
888
+ color: #f4ff81 !important; }
889
+ .ccw_plugin .lime.accent-2 {
890
+ background-color: #eeff41 !important; }
891
+ .ccw_plugin .lime-text.text-accent-2 {
892
+ color: #eeff41 !important; }
893
+ .ccw_plugin .lime.accent-3 {
894
+ background-color: #c6ff00 !important; }
895
+ .ccw_plugin .lime-text.text-accent-3 {
896
+ color: #c6ff00 !important; }
897
+ .ccw_plugin .lime.accent-4 {
898
+ background-color: #aeea00 !important; }
899
+ .ccw_plugin .lime-text.text-accent-4 {
900
+ color: #aeea00 !important; }
901
+ .ccw_plugin .yellow {
902
+ background-color: #ffeb3b !important; }
903
+ .ccw_plugin .yellow-text {
904
+ color: #ffeb3b !important; }
905
+ .ccw_plugin .yellow.lighten-5 {
906
+ background-color: #fffde7 !important; }
907
+ .ccw_plugin .yellow-text.text-lighten-5 {
908
+ color: #fffde7 !important; }
909
+ .ccw_plugin .yellow.lighten-4 {
910
+ background-color: #fff9c4 !important; }
911
+ .ccw_plugin .yellow-text.text-lighten-4 {
912
+ color: #fff9c4 !important; }
913
+ .ccw_plugin .yellow.lighten-3 {
914
+ background-color: #fff59d !important; }
915
+ .ccw_plugin .yellow-text.text-lighten-3 {
916
+ color: #fff59d !important; }
917
+ .ccw_plugin .yellow.lighten-2 {
918
+ background-color: #fff176 !important; }
919
+ .ccw_plugin .yellow-text.text-lighten-2 {
920
+ color: #fff176 !important; }
921
+ .ccw_plugin .yellow.lighten-1 {
922
+ background-color: #ffee58 !important; }
923
+ .ccw_plugin .yellow-text.text-lighten-1 {
924
+ color: #ffee58 !important; }
925
+ .ccw_plugin .yellow.darken-1 {
926
+ background-color: #fdd835 !important; }
927
+ .ccw_plugin .yellow-text.text-darken-1 {
928
+ color: #fdd835 !important; }
929
+ .ccw_plugin .yellow.darken-2 {
930
+ background-color: #fbc02d !important; }
931
+ .ccw_plugin .yellow-text.text-darken-2 {
932
+ color: #fbc02d !important; }
933
+ .ccw_plugin .yellow.darken-3 {
934
+ background-color: #f9a825 !important; }
935
+ .ccw_plugin .yellow-text.text-darken-3 {
936
+ color: #f9a825 !important; }
937
+ .ccw_plugin .yellow.darken-4 {
938
+ background-color: #f57f17 !important; }
939
+ .ccw_plugin .yellow-text.text-darken-4 {
940
+ color: #f57f17 !important; }
941
+ .ccw_plugin .yellow.accent-1 {
942
+ background-color: #ffff8d !important; }
943
+ .ccw_plugin .yellow-text.text-accent-1 {
944
+ color: #ffff8d !important; }
945
+ .ccw_plugin .yellow.accent-2 {
946
+ background-color: #ffff00 !important; }
947
+ .ccw_plugin .yellow-text.text-accent-2 {
948
+ color: #ffff00 !important; }
949
+ .ccw_plugin .yellow.accent-3 {
950
+ background-color: #ffea00 !important; }
951
+ .ccw_plugin .yellow-text.text-accent-3 {
952
+ color: #ffea00 !important; }
953
+ .ccw_plugin .yellow.accent-4 {
954
+ background-color: #ffd600 !important; }
955
+ .ccw_plugin .yellow-text.text-accent-4 {
956
+ color: #ffd600 !important; }
957
+ .ccw_plugin .amber {
958
+ background-color: #ffc107 !important; }
959
+ .ccw_plugin .amber-text {
960
+ color: #ffc107 !important; }
961
+ .ccw_plugin .amber.lighten-5 {
962
+ background-color: #fff8e1 !important; }
963
+ .ccw_plugin .amber-text.text-lighten-5 {
964
+ color: #fff8e1 !important; }
965
+ .ccw_plugin .amber.lighten-4 {
966
+ background-color: #ffecb3 !important; }
967
+ .ccw_plugin .amber-text.text-lighten-4 {
968
+ color: #ffecb3 !important; }
969
+ .ccw_plugin .amber.lighten-3 {
970
+ background-color: #ffe082 !important; }
971
+ .ccw_plugin .amber-text.text-lighten-3 {
972
+ color: #ffe082 !important; }
973
+ .ccw_plugin .amber.lighten-2 {
974
+ background-color: #ffd54f !important; }
975
+ .ccw_plugin .amber-text.text-lighten-2 {
976
+ color: #ffd54f !important; }
977
+ .ccw_plugin .amber.lighten-1 {
978
+ background-color: #ffca28 !important; }
979
+ .ccw_plugin .amber-text.text-lighten-1 {
980
+ color: #ffca28 !important; }
981
+ .ccw_plugin .amber.darken-1 {
982
+ background-color: #ffb300 !important; }
983
+ .ccw_plugin .amber-text.text-darken-1 {
984
+ color: #ffb300 !important; }
985
+ .ccw_plugin .amber.darken-2 {
986
+ background-color: #ffa000 !important; }
987
+ .ccw_plugin .amber-text.text-darken-2 {
988
+ color: #ffa000 !important; }
989
+ .ccw_plugin .amber.darken-3 {
990
+ background-color: #ff8f00 !important; }
991
+ .ccw_plugin .amber-text.text-darken-3 {
992
+ color: #ff8f00 !important; }
993
+ .ccw_plugin .amber.darken-4 {
994
+ background-color: #ff6f00 !important; }
995
+ .ccw_plugin .amber-text.text-darken-4 {
996
+ color: #ff6f00 !important; }
997
+ .ccw_plugin .amber.accent-1 {
998
+ background-color: #ffe57f !important; }
999
+ .ccw_plugin .amber-text.text-accent-1 {
1000
+ color: #ffe57f !important; }
1001
+ .ccw_plugin .amber.accent-2 {
1002
+ background-color: #ffd740 !important; }
1003
+ .ccw_plugin .amber-text.text-accent-2 {
1004
+ color: #ffd740 !important; }
1005
+ .ccw_plugin .amber.accent-3 {
1006
+ background-color: #ffc400 !important; }
1007
+ .ccw_plugin .amber-text.text-accent-3 {
1008
+ color: #ffc400 !important; }
1009
+ .ccw_plugin .amber.accent-4 {
1010
+ background-color: #ffab00 !important; }
1011
+ .ccw_plugin .amber-text.text-accent-4 {
1012
+ color: #ffab00 !important; }
1013
+ .ccw_plugin .orange {
1014
+ background-color: #ff9800 !important; }
1015
+ .ccw_plugin .orange-text {
1016
+ color: #ff9800 !important; }
1017
+ .ccw_plugin .orange.lighten-5 {
1018
+ background-color: #fff3e0 !important; }
1019
+ .ccw_plugin .orange-text.text-lighten-5 {
1020
+ color: #fff3e0 !important; }
1021
+ .ccw_plugin .orange.lighten-4 {
1022
+ background-color: #ffe0b2 !important; }
1023
+ .ccw_plugin .orange-text.text-lighten-4 {
1024
+ color: #ffe0b2 !important; }
1025
+ .ccw_plugin .orange.lighten-3 {
1026
+ background-color: #ffcc80 !important; }
1027
+ .ccw_plugin .orange-text.text-lighten-3 {
1028
+ color: #ffcc80 !important; }
1029
+ .ccw_plugin .orange.lighten-2 {
1030
+ background-color: #ffb74d !important; }
1031
+ .ccw_plugin .orange-text.text-lighten-2 {
1032
+ color: #ffb74d !important; }
1033
+ .ccw_plugin .orange.lighten-1 {
1034
+ background-color: #ffa726 !important; }
1035
+ .ccw_plugin .orange-text.text-lighten-1 {
1036
+ color: #ffa726 !important; }
1037
+ .ccw_plugin .orange.darken-1 {
1038
+ background-color: #fb8c00 !important; }
1039
+ .ccw_plugin .orange-text.text-darken-1 {
1040
+ color: #fb8c00 !important; }
1041
+ .ccw_plugin .orange.darken-2 {
1042
+ background-color: #f57c00 !important; }
1043
+ .ccw_plugin .orange-text.text-darken-2 {
1044
+ color: #f57c00 !important; }
1045
+ .ccw_plugin .orange.darken-3 {
1046
+ background-color: #ef6c00 !important; }
1047
+ .ccw_plugin .orange-text.text-darken-3 {
1048
+ color: #ef6c00 !important; }
1049
+ .ccw_plugin .orange.darken-4 {
1050
+ background-color: #e65100 !important; }
1051
+ .ccw_plugin .orange-text.text-darken-4 {
1052
+ color: #e65100 !important; }
1053
+ .ccw_plugin .orange.accent-1 {
1054
+ background-color: #ffd180 !important; }
1055
+ .ccw_plugin .orange-text.text-accent-1 {
1056
+ color: #ffd180 !important; }
1057
+ .ccw_plugin .orange.accent-2 {
1058
+ background-color: #ffab40 !important; }
1059
+ .ccw_plugin .orange-text.text-accent-2 {
1060
+ color: #ffab40 !important; }
1061
+ .ccw_plugin .orange.accent-3 {
1062
+ background-color: #ff9100 !important; }
1063
+ .ccw_plugin .orange-text.text-accent-3 {
1064
+ color: #ff9100 !important; }
1065
+ .ccw_plugin .orange.accent-4 {
1066
+ background-color: #ff6d00 !important; }
1067
+ .ccw_plugin .orange-text.text-accent-4 {
1068
+ color: #ff6d00 !important; }
1069
+ .ccw_plugin .deep-orange {
1070
+ background-color: #ff5722 !important; }
1071
+ .ccw_plugin .deep-orange-text {
1072
+ color: #ff5722 !important; }
1073
+ .ccw_plugin .deep-orange.lighten-5 {
1074
+ background-color: #fbe9e7 !important; }
1075
+ .ccw_plugin .deep-orange-text.text-lighten-5 {
1076
+ color: #fbe9e7 !important; }
1077
+ .ccw_plugin .deep-orange.lighten-4 {
1078
+ background-color: #ffccbc !important; }
1079
+ .ccw_plugin .deep-orange-text.text-lighten-4 {
1080
+ color: #ffccbc !important; }
1081
+ .ccw_plugin .deep-orange.lighten-3 {
1082
+ background-color: #ffab91 !important; }
1083
+ .ccw_plugin .deep-orange-text.text-lighten-3 {
1084
+ color: #ffab91 !important; }
1085
+ .ccw_plugin .deep-orange.lighten-2 {
1086
+ background-color: #ff8a65 !important; }
1087
+ .ccw_plugin .deep-orange-text.text-lighten-2 {
1088
+ color: #ff8a65 !important; }
1089
+ .ccw_plugin .deep-orange.lighten-1 {
1090
+ background-color: #ff7043 !important; }
1091
+ .ccw_plugin .deep-orange-text.text-lighten-1 {
1092
+ color: #ff7043 !important; }
1093
+ .ccw_plugin .deep-orange.darken-1 {
1094
+ background-color: #f4511e !important; }
1095
+ .ccw_plugin .deep-orange-text.text-darken-1 {
1096
+ color: #f4511e !important; }
1097
+ .ccw_plugin .deep-orange.darken-2 {
1098
+ background-color: #e64a19 !important; }
1099
+ .ccw_plugin .deep-orange-text.text-darken-2 {
1100
+ color: #e64a19 !important; }
1101
+ .ccw_plugin .deep-orange.darken-3 {
1102
+ background-color: #d84315 !important; }
1103
+ .ccw_plugin .deep-orange-text.text-darken-3 {
1104
+ color: #d84315 !important; }
1105
+ .ccw_plugin .deep-orange.darken-4 {
1106
+ background-color: #bf360c !important; }
1107
+ .ccw_plugin .deep-orange-text.text-darken-4 {
1108
+ color: #bf360c !important; }
1109
+ .ccw_plugin .deep-orange.accent-1 {
1110
+ background-color: #ff9e80 !important; }
1111
+ .ccw_plugin .deep-orange-text.text-accent-1 {
1112
+ color: #ff9e80 !important; }
1113
+ .ccw_plugin .deep-orange.accent-2 {
1114
+ background-color: #ff6e40 !important; }
1115
+ .ccw_plugin .deep-orange-text.text-accent-2 {
1116
+ color: #ff6e40 !important; }
1117
+ .ccw_plugin .deep-orange.accent-3 {
1118
+ background-color: #ff3d00 !important; }
1119
+ .ccw_plugin .deep-orange-text.text-accent-3 {
1120
+ color: #ff3d00 !important; }
1121
+ .ccw_plugin .deep-orange.accent-4 {
1122
+ background-color: #dd2c00 !important; }
1123
+ .ccw_plugin .deep-orange-text.text-accent-4 {
1124
+ color: #dd2c00 !important; }
1125
+ .ccw_plugin .brown {
1126
+ background-color: #795548 !important; }
1127
+ .ccw_plugin .brown-text {
1128
+ color: #795548 !important; }
1129
+ .ccw_plugin .brown.lighten-5 {
1130
+ background-color: #efebe9 !important; }
1131
+ .ccw_plugin .brown-text.text-lighten-5 {
1132
+ color: #efebe9 !important; }
1133
+ .ccw_plugin .brown.lighten-4 {
1134
+ background-color: #d7ccc8 !important; }
1135
+ .ccw_plugin .brown-text.text-lighten-4 {
1136
+ color: #d7ccc8 !important; }
1137
+ .ccw_plugin .brown.lighten-3 {
1138
+ background-color: #bcaaa4 !important; }
1139
+ .ccw_plugin .brown-text.text-lighten-3 {
1140
+ color: #bcaaa4 !important; }
1141
+ .ccw_plugin .brown.lighten-2 {
1142
+ background-color: #a1887f !important; }
1143
+ .ccw_plugin .brown-text.text-lighten-2 {
1144
+ color: #a1887f !important; }
1145
+ .ccw_plugin .brown.lighten-1 {
1146
+ background-color: #8d6e63 !important; }
1147
+ .ccw_plugin .brown-text.text-lighten-1 {
1148
+ color: #8d6e63 !important; }
1149
+ .ccw_plugin .brown.darken-1 {
1150
+ background-color: #6d4c41 !important; }
1151
+ .ccw_plugin .brown-text.text-darken-1 {
1152
+ color: #6d4c41 !important; }
1153
+ .ccw_plugin .brown.darken-2 {
1154
+ background-color: #5d4037 !important; }
1155
+ .ccw_plugin .brown-text.text-darken-2 {
1156
+ color: #5d4037 !important; }
1157
+ .ccw_plugin .brown.darken-3 {
1158
+ background-color: #4e342e !important; }
1159
+ .ccw_plugin .brown-text.text-darken-3 {
1160
+ color: #4e342e !important; }
1161
+ .ccw_plugin .brown.darken-4 {
1162
+ background-color: #3e2723 !important; }
1163
+ .ccw_plugin .brown-text.text-darken-4 {
1164
+ color: #3e2723 !important; }
1165
+ .ccw_plugin .blue-grey {
1166
+ background-color: #607d8b !important; }
1167
+ .ccw_plugin .blue-grey-text {
1168
+ color: #607d8b !important; }
1169
+ .ccw_plugin .blue-grey.lighten-5 {
1170
+ background-color: #eceff1 !important; }
1171
+ .ccw_plugin .blue-grey-text.text-lighten-5 {
1172
+ color: #eceff1 !important; }
1173
+ .ccw_plugin .blue-grey.lighten-4 {
1174
+ background-color: #cfd8dc !important; }
1175
+ .ccw_plugin .blue-grey-text.text-lighten-4 {
1176
+ color: #cfd8dc !important; }
1177
+ .ccw_plugin .blue-grey.lighten-3 {
1178
+ background-color: #b0bec5 !important; }
1179
+ .ccw_plugin .blue-grey-text.text-lighten-3 {
1180
+ color: #b0bec5 !important; }
1181
+ .ccw_plugin .blue-grey.lighten-2 {
1182
+ background-color: #90a4ae !important; }
1183
+ .ccw_plugin .blue-grey-text.text-lighten-2 {
1184
+ color: #90a4ae !important; }
1185
+ .ccw_plugin .blue-grey.lighten-1 {
1186
+ background-color: #78909c !important; }
1187
+ .ccw_plugin .blue-grey-text.text-lighten-1 {
1188
+ color: #78909c !important; }
1189
+ .ccw_plugin .blue-grey.darken-1 {
1190
+ background-color: #546e7a !important; }
1191
+ .ccw_plugin .blue-grey-text.text-darken-1 {
1192
+ color: #546e7a !important; }
1193
+ .ccw_plugin .blue-grey.darken-2 {
1194
+ background-color: #455a64 !important; }
1195
+ .ccw_plugin .blue-grey-text.text-darken-2 {
1196
+ color: #455a64 !important; }
1197
+ .ccw_plugin .blue-grey.darken-3 {
1198
+ background-color: #37474f !important; }
1199
+ .ccw_plugin .blue-grey-text.text-darken-3 {
1200
+ color: #37474f !important; }
1201
+ .ccw_plugin .blue-grey.darken-4 {
1202
+ background-color: #263238 !important; }
1203
+ .ccw_plugin .blue-grey-text.text-darken-4 {
1204
+ color: #263238 !important; }
1205
+ .ccw_plugin .grey {
1206
+ background-color: #9e9e9e !important; }
1207
+ .ccw_plugin .grey-text {
1208
+ color: #9e9e9e !important; }
1209
+ .ccw_plugin .grey.lighten-5 {
1210
+ background-color: #fafafa !important; }
1211
+ .ccw_plugin .grey-text.text-lighten-5 {
1212
+ color: #fafafa !important; }
1213
+ .ccw_plugin .grey.lighten-4 {
1214
+ background-color: #f5f5f5 !important; }
1215
+ .ccw_plugin .grey-text.text-lighten-4 {
1216
+ color: #f5f5f5 !important; }
1217
+ .ccw_plugin .grey.lighten-3 {
1218
+ background-color: #eeeeee !important; }
1219
+ .ccw_plugin .grey-text.text-lighten-3 {
1220
+ color: #eeeeee !important; }
1221
+ .ccw_plugin .grey.lighten-2 {
1222
+ background-color: #e0e0e0 !important; }
1223
+ .ccw_plugin .grey-text.text-lighten-2 {
1224
+ color: #e0e0e0 !important; }
1225
+ .ccw_plugin .grey.lighten-1 {
1226
+ background-color: #bdbdbd !important; }
1227
+ .ccw_plugin .grey-text.text-lighten-1 {
1228
+ color: #bdbdbd !important; }
1229
+ .ccw_plugin .grey.darken-1 {
1230
+ background-color: #757575 !important; }
1231
+ .ccw_plugin .grey-text.text-darken-1 {
1232
+ color: #757575 !important; }
1233
+ .ccw_plugin .grey.darken-2 {
1234
+ background-color: #616161 !important; }
1235
+ .ccw_plugin .grey-text.text-darken-2 {
1236
+ color: #616161 !important; }
1237
+ .ccw_plugin .grey.darken-3 {
1238
+ background-color: #424242 !important; }
1239
+ .ccw_plugin .grey-text.text-darken-3 {
1240
+ color: #424242 !important; }
1241
+ .ccw_plugin .grey.darken-4 {
1242
+ background-color: #212121 !important; }
1243
+ .ccw_plugin .grey-text.text-darken-4 {
1244
+ color: #212121 !important; }
1245
+ .ccw_plugin .black {
1246
+ background-color: #000000 !important; }
1247
+ .ccw_plugin .black-text {
1248
+ color: #000000 !important; }
1249
+ .ccw_plugin .white {
1250
+ background-color: #FFFFFF !important; }
1251
+ .ccw_plugin .white-text {
1252
+ color: #FFFFFF !important; }
1253
+ .ccw_plugin .transparent {
1254
+ background-color: transparent !important; }
1255
+ .ccw_plugin .transparent-text {
1256
+ color: transparent !important; }
1257
+ .ccw_plugin html {
1258
+ font-family: sans-serif;
1259
+ /* 1 */
1260
+ -ms-text-size-adjust: 100%;
1261
+ /* 2 */
1262
+ -webkit-text-size-adjust: 100%;
1263
+ /* 2 */ }
1264
+ .ccw_plugin body {
1265
+ margin: 0; }
1266
+ .ccw_plugin article,
1267
+ .ccw_plugin aside,
1268
+ .ccw_plugin details,
1269
+ .ccw_plugin figcaption,
1270
+ .ccw_plugin figure,
1271
+ .ccw_plugin footer,
1272
+ .ccw_plugin header,
1273
+ .ccw_plugin hgroup,
1274
+ .ccw_plugin main,
1275
+ .ccw_plugin menu,
1276
+ .ccw_plugin nav,
1277
+ .ccw_plugin section,
1278
+ .ccw_plugin summary {
1279
+ display: block; }
1280
+ .ccw_plugin audio,
1281
+ .ccw_plugin canvas,
1282
+ .ccw_plugin progress,
1283
+ .ccw_plugin video {
1284
+ display: inline-block;
1285
+ /* 1 */
1286
+ vertical-align: baseline;
1287
+ /* 2 */ }
1288
+ .ccw_plugin audio:not([controls]) {
1289
+ display: none;
1290
+ height: 0; }
1291
+ .ccw_plugin [hidden],
1292
+ .ccw_plugin template {
1293
+ display: none; }
1294
+ .ccw_plugin a {
1295
+ background-color: transparent; }
1296
+ .ccw_plugin a:active,
1297
+ .ccw_plugin a:hover {
1298
+ outline: 0; }
1299
+ .ccw_plugin abbr[title] {
1300
+ border-bottom: 1px dotted; }
1301
+ .ccw_plugin b,
1302
+ .ccw_plugin strong {
1303
+ font-weight: bold; }
1304
+ .ccw_plugin dfn {
1305
+ font-style: italic; }
1306
+ .ccw_plugin h1 {
1307
+ font-size: 2em;
1308
+ margin: 0.67em 0; }
1309
+ .ccw_plugin mark {
1310
+ background: #ff0;
1311
+ color: #000; }
1312
+ .ccw_plugin small {
1313
+ font-size: 80%; }
1314
+ .ccw_plugin sub,
1315
+ .ccw_plugin sup {
1316
+ font-size: 75%;
1317
+ line-height: 0;
1318
+ position: relative;
1319
+ vertical-align: baseline; }
1320
+ .ccw_plugin sup {
1321
+ top: -0.5em; }
1322
+ .ccw_plugin sub {
1323
+ bottom: -0.25em; }
1324
+ .ccw_plugin img {
1325
+ border: 0; }
1326
+ .ccw_plugin svg:not(:root) {
1327
+ overflow: hidden; }
1328
+ .ccw_plugin figure {
1329
+ margin: 1em 40px; }
1330
+ .ccw_plugin hr {
1331
+ box-sizing: content-box;
1332
+ height: 0; }
1333
+ .ccw_plugin pre {
1334
+ overflow: auto; }
1335
+ .ccw_plugin code,
1336
+ .ccw_plugin kbd,
1337
+ .ccw_plugin pre,
1338
+ .ccw_plugin samp {
1339
+ font-family: monospace, monospace;
1340
+ font-size: 1em; }
1341
+ .ccw_plugin button,
1342
+ .ccw_plugin input,
1343
+ .ccw_plugin optgroup,
1344
+ .ccw_plugin select,
1345
+ .ccw_plugin textarea {
1346
+ color: inherit;
1347
+ /* 1 */
1348
+ font: inherit;
1349
+ /* 2 */
1350
+ margin: 0;
1351
+ /* 3 */ }
1352
+ .ccw_plugin button {
1353
+ overflow: visible; }
1354
+ .ccw_plugin button,
1355
+ .ccw_plugin select {
1356
+ text-transform: none; }
1357
+ .ccw_plugin button,
1358
+ .ccw_plugin html input[type="button"],
1359
+ .ccw_plugin input[type="reset"],
1360
+ .ccw_plugin input[type="submit"] {
1361
+ -webkit-appearance: button;
1362
+ /* 2 */
1363
+ cursor: pointer;
1364
+ /* 3 */ }
1365
+ .ccw_plugin button[disabled],
1366
+ .ccw_plugin html input[disabled] {
1367
+ cursor: default; }
1368
+ .ccw_plugin button::-moz-focus-inner,
1369
+ .ccw_plugin input::-moz-focus-inner {
1370
+ border: 0;
1371
+ padding: 0; }
1372
+ .ccw_plugin input {
1373
+ line-height: normal; }
1374
+ .ccw_plugin input[type="checkbox"],
1375
+ .ccw_plugin input[type="radio"] {
1376
+ box-sizing: border-box;
1377
+ /* 1 */
1378
+ padding: 0;
1379
+ /* 2 */ }
1380
+ .ccw_plugin input[type="number"]::-webkit-inner-spin-button,
1381
+ .ccw_plugin input[type="number"]::-webkit-outer-spin-button {
1382
+ height: auto; }
1383
+ .ccw_plugin input[type="search"] {
1384
+ -webkit-appearance: textfield;
1385
+ /* 1 */
1386
+ box-sizing: content-box;
1387
+ /* 2 */ }
1388
+ .ccw_plugin input[type="search"]::-webkit-search-cancel-button,
1389
+ .ccw_plugin input[type="search"]::-webkit-search-decoration {
1390
+ -webkit-appearance: none; }
1391
+ .ccw_plugin fieldset {
1392
+ border: 1px solid #c0c0c0;
1393
+ margin: 0 2px;
1394
+ padding: 0.35em 0.625em 0.75em; }
1395
+ .ccw_plugin legend {
1396
+ border: 0;
1397
+ /* 1 */
1398
+ padding: 0;
1399
+ /* 2 */ }
1400
+ .ccw_plugin textarea {
1401
+ overflow: auto; }
1402
+ .ccw_plugin optgroup {
1403
+ font-weight: bold; }
1404
+ .ccw_plugin table {
1405
+ border-collapse: collapse;
1406
+ border-spacing: 0; }
1407
+ .ccw_plugin td,
1408
+ .ccw_plugin th {
1409
+ padding: 0; }
1410
+ .ccw_plugin html {
1411
+ box-sizing: border-box; }
1412
+ .ccw_plugin *, .ccw_plugin *:before, .ccw_plugin *:after {
1413
+ box-sizing: inherit; }
1414
+ .ccw_plugin ul:not(.browser-default) {
1415
+ padding-left: 0;
1416
+ list-style-type: none; }
1417
+ .ccw_plugin ul:not(.browser-default) > li {
1418
+ list-style-type: none; }
1419
+ .ccw_plugin a {
1420
+ color: #039be5;
1421
+ text-decoration: none;
1422
+ -webkit-tap-highlight-color: transparent; }
1423
+ .ccw_plugin .valign-wrapper {
1424
+ display: flex;
1425
+ align-items: center; }
1426
+ .ccw_plugin .clearfix {
1427
+ clear: both; }
1428
+ .ccw_plugin .z-depth-0 {
1429
+ box-shadow: none !important; }
1430
+ .ccw_plugin .z-depth-1, .ccw_plugin .btn, .ccw_plugin .btn-large, .ccw_plugin .btn-floating {
1431
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
1432
+ .ccw_plugin .z-depth-1-half, .ccw_plugin .btn:hover, .ccw_plugin .btn-large:hover, .ccw_plugin .btn-floating:hover {
1433
+ box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
1434
+ .ccw_plugin .z-depth-2 {
1435
+ box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
1436
+ .ccw_plugin .z-depth-3 {
1437
+ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }
1438
+ .ccw_plugin .z-depth-4 {
1439
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }
1440
+ .ccw_plugin .z-depth-5 {
1441
+ box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }
1442
+ .ccw_plugin .hoverable {
1443
+ transition: box-shadow .25s; }
1444
+ .ccw_plugin .hoverable:hover {
1445
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
1446
+ .ccw_plugin .divider {
1447
+ height: 1px;
1448
+ overflow: hidden;
1449
+ background-color: #e0e0e0; }
1450
+ .ccw_plugin blockquote {
1451
+ margin: 20px 0;
1452
+ padding-left: 1.5rem;
1453
+ border-left: 5px solid #ee6e73; }
1454
+ .ccw_plugin i {
1455
+ line-height: inherit; }
1456
+ .ccw_plugin i.left {
1457
+ float: left;
1458
+ margin-right: 15px; }
1459
+ .ccw_plugin i.right {
1460
+ float: right;
1461
+ margin-left: 15px; }
1462
+ .ccw_plugin i.tiny {
1463
+ font-size: 1rem; }
1464
+ .ccw_plugin i.small {
1465
+ font-size: 2rem; }
1466
+ .ccw_plugin i.medium {
1467
+ font-size: 4rem; }
1468
+ .ccw_plugin i.large {
1469
+ font-size: 6rem; }
1470
+ .ccw_plugin img.responsive-img,
1471
+ .ccw_plugin video.responsive-video {
1472
+ max-width: 100%;
1473
+ height: auto; }
1474
+ .ccw_plugin .pagination li {
1475
+ display: inline-block;
1476
+ border-radius: 2px;
1477
+ text-align: center;
1478
+ vertical-align: top;
1479
+ height: 30px; }
1480
+ .ccw_plugin .pagination li a {
1481
+ color: #444;
1482
+ display: inline-block;
1483
+ font-size: 1.2rem;
1484
+ padding: 0 10px;
1485
+ line-height: 30px; }
1486
+ .ccw_plugin .pagination li.active a {
1487
+ color: #fff; }
1488
+ .ccw_plugin .pagination li.active {
1489
+ background-color: #ee6e73; }
1490
+ .ccw_plugin .pagination li.disabled a {
1491
+ cursor: default;
1492
+ color: #999; }
1493
+ .ccw_plugin .pagination li i {
1494
+ font-size: 2rem; }
1495
+ .ccw_plugin .pagination li.pages ul li {
1496
+ display: inline-block;
1497
+ float: none; }
1498
+ @media only screen and (max-width: 992px) {
1499
+ .ccw_plugin .pagination {
1500
+ width: 100%; }
1501
+ .ccw_plugin .pagination li.prev,
1502
+ .ccw_plugin .pagination li.next {
1503
+ width: 10%; }
1504
+ .ccw_plugin .pagination li.pages {
1505
+ width: 80%;
1506
+ overflow: hidden;
1507
+ white-space: nowrap; } }
1508
+ .ccw_plugin .breadcrumb {
1509
+ font-size: 18px;
1510
+ color: rgba(255, 255, 255, 0.7); }
1511
+ .ccw_plugin .breadcrumb i,
1512
+ .ccw_plugin .breadcrumb [class^="mdi-"], .ccw_plugin .breadcrumb [class*="mdi-"],
1513
+ .ccw_plugin .breadcrumb i.material-icons {
1514
+ display: inline-block;
1515
+ float: left;
1516
+ font-size: 24px; }
1517
+ .ccw_plugin .breadcrumb:before {
1518
+ content: '\E5CC';
1519
+ color: rgba(255, 255, 255, 0.7);
1520
+ vertical-align: top;
1521
+ display: inline-block;
1522
+ font-family: 'Material Icons';
1523
+ font-weight: normal;
1524
+ font-style: normal;
1525
+ font-size: 25px;
1526
+ margin: 0 10px 0 8px;
1527
+ -webkit-font-smoothing: antialiased; }
1528
+ .ccw_plugin .breadcrumb:first-child:before {
1529
+ display: none; }
1530
+ .ccw_plugin .breadcrumb:last-child {
1531
+ color: #fff; }
1532
+ .ccw_plugin .parallax-container {
1533
+ position: relative;
1534
+ overflow: hidden;
1535
+ height: 500px; }
1536
+ .ccw_plugin .parallax-container .parallax {
1537
+ position: absolute;
1538
+ top: 0;
1539
+ left: 0;
1540
+ right: 0;
1541
+ bottom: 0;
1542
+ z-index: -1; }
1543
+ .ccw_plugin .parallax-container .parallax img {
1544
+ display: none;
1545
+ position: absolute;
1546
+ left: 50%;
1547
+ bottom: 0;
1548
+ min-width: 100%;
1549
+ min-height: 100%;
1550
+ transform: translate3d(0, 0, 0);
1551
+ transform: translateX(-50%); }
1552
+ .ccw_plugin .pin-top, .ccw_plugin .pin-bottom {
1553
+ position: relative; }
1554
+ .ccw_plugin .pinned {
1555
+ position: fixed !important; }
1556
+ .ccw_plugin ul.staggered-list li {
1557
+ opacity: 0; }
1558
+ .ccw_plugin .fade-in {
1559
+ opacity: 0;
1560
+ transform-origin: 0 50%; }
1561
+ @media only screen and (max-width: 600px) {
1562
+ .ccw_plugin .hide-on-small-only, .ccw_plugin .hide-on-small-and-down {
1563
+ display: none !important; } }
1564
+ @media only screen and (max-width: 992px) {
1565
+ .ccw_plugin .hide-on-med-and-down {
1566
+ display: none !important; } }
1567
+ @media only screen and (min-width: 601px) {
1568
+ .ccw_plugin .hide-on-med-and-up {
1569
+ display: none !important; } }
1570
+ @media only screen and (min-width: 600px) and (max-width: 992px) {
1571
+ .ccw_plugin .hide-on-med-only {
1572
+ display: none !important; } }
1573
+ @media only screen and (min-width: 993px) {
1574
+ .ccw_plugin .hide-on-large-only {
1575
+ display: none !important; } }
1576
+ @media only screen and (min-width: 993px) {
1577
+ .ccw_plugin .show-on-large {
1578
+ display: block !important; } }
1579
+ @media only screen and (min-width: 600px) and (max-width: 992px) {
1580
+ .ccw_plugin .show-on-medium {
1581
+ display: block !important; } }
1582
+ @media only screen and (max-width: 600px) {
1583
+ .ccw_plugin .show-on-small {
1584
+ display: block !important; } }
1585
+ @media only screen and (min-width: 601px) {
1586
+ .ccw_plugin .show-on-medium-and-up {
1587
+ display: block !important; } }
1588
+ @media only screen and (max-width: 992px) {
1589
+ .ccw_plugin .show-on-medium-and-down {
1590
+ display: block !important; } }
1591
+ @media only screen and (max-width: 600px) {
1592
+ .ccw_plugin .center-on-small-only {
1593
+ text-align: center; } }
1594
+ .ccw_plugin .page-footer {
1595
+ padding-top: 20px;
1596
+ color: #fff;
1597
+ background-color: #ee6e73; }
1598
+ .ccw_plugin .page-footer .footer-copyright {
1599
+ overflow: hidden;
1600
+ min-height: 50px;
1601
+ display: flex;
1602
+ align-items: center;
1603
+ padding: 10px 0px;
1604
+ color: rgba(255, 255, 255, 0.8);
1605
+ background-color: rgba(51, 51, 51, 0.08); }
1606
+ .ccw_plugin table, .ccw_plugin th, .ccw_plugin td {
1607
+ border: none; }
1608
+ .ccw_plugin table {
1609
+ width: 100%;
1610
+ display: table; }
1611
+ .ccw_plugin table.bordered > thead > tr,
1612
+ .ccw_plugin table.bordered > tbody > tr {
1613
+ border-bottom: 1px solid #d0d0d0; }
1614
+ .ccw_plugin table.striped > tbody > tr:nth-child(odd) {
1615
+ background-color: #f2f2f2; }
1616
+ .ccw_plugin table.striped > tbody > tr > td {
1617
+ border-radius: 0; }
1618
+ .ccw_plugin table.highlight > tbody > tr {
1619
+ transition: background-color .25s ease; }
1620
+ .ccw_plugin table.highlight > tbody > tr:hover {
1621
+ background-color: #f2f2f2; }
1622
+ .ccw_plugin table.centered thead tr th, .ccw_plugin table.centered tbody tr td {
1623
+ text-align: center; }
1624
+ .ccw_plugin thead {
1625
+ border-bottom: 1px solid #d0d0d0; }
1626
+ .ccw_plugin td, .ccw_plugin th {
1627
+ padding: 15px 5px;
1628
+ display: table-cell;
1629
+ text-align: left;
1630
+ vertical-align: middle;
1631
+ border-radius: 2px; }
1632
+ @media only screen and (max-width: 992px) {
1633
+ .ccw_plugin table.responsive-table {
1634
+ width: 100%;
1635
+ border-collapse: collapse;
1636
+ border-spacing: 0;
1637
+ display: block;
1638
+ position: relative;
1639
+ /* sort out borders */ }
1640
+ .ccw_plugin table.responsive-table td:empty:before {
1641
+ content: '\A0'; }
1642
+ .ccw_plugin table.responsive-table th,
1643
+ .ccw_plugin table.responsive-table td {
1644
+ margin: 0;
1645
+ vertical-align: top; }
1646
+ .ccw_plugin table.responsive-table th {
1647
+ text-align: left; }
1648
+ .ccw_plugin table.responsive-table thead {
1649
+ display: block;
1650
+ float: left; }
1651
+ .ccw_plugin table.responsive-table thead tr {
1652
+ display: block;
1653
+ padding: 0 10px 0 0; }
1654
+ .ccw_plugin table.responsive-table thead tr th::before {
1655
+ content: "\A0"; }
1656
+ .ccw_plugin table.responsive-table tbody {
1657
+ display: block;
1658
+ width: auto;
1659
+ position: relative;
1660
+ overflow-x: auto;
1661
+ white-space: nowrap; }
1662
+ .ccw_plugin table.responsive-table tbody tr {
1663
+ display: inline-block;
1664
+ vertical-align: top; }
1665
+ .ccw_plugin table.responsive-table th {
1666
+ display: block;
1667
+ text-align: right; }
1668
+ .ccw_plugin table.responsive-table td {
1669
+ display: block;
1670
+ min-height: 1.25em;
1671
+ text-align: left; }
1672
+ .ccw_plugin table.responsive-table tr {
1673
+ padding: 0 10px; }
1674
+ .ccw_plugin table.responsive-table thead {
1675
+ border: 0;
1676
+ border-right: 1px solid #d0d0d0; }
1677
+ .ccw_plugin table.responsive-table.bordered th {
1678
+ border-bottom: 0;
1679
+ border-left: 0; }
1680
+ .ccw_plugin table.responsive-table.bordered td {
1681
+ border-left: 0;
1682
+ border-right: 0;
1683
+ border-bottom: 0; }
1684
+ .ccw_plugin table.responsive-table.bordered tr {
1685
+ border: 0; }
1686
+ .ccw_plugin table.responsive-table.bordered tbody tr {
1687
+ border-right: 1px solid #d0d0d0; } }
1688
+ .ccw_plugin .collection {
1689
+ margin: 0.5rem 0 1rem 0;
1690
+ border: 1px solid #e0e0e0;
1691
+ border-radius: 2px;
1692
+ overflow: hidden;
1693
+ position: relative; }
1694
+ .ccw_plugin .collection .collection-item {
1695
+ background-color: #fff;
1696
+ line-height: 1.5rem;
1697
+ padding: 10px 20px;
1698
+ margin: 0;
1699
+ border-bottom: 1px solid #e0e0e0; }
1700
+ .ccw_plugin .collection .collection-item.avatar {
1701
+ min-height: 84px;
1702
+ padding-left: 72px;
1703
+ position: relative; }
1704
+ .ccw_plugin .collection .collection-item.avatar:not(.circle-clipper) > .circle,
1705
+ .ccw_plugin .collection .collection-item.avatar :not(.circle-clipper) > .circle {
1706
+ position: absolute;
1707
+ width: 42px;
1708
+ height: 42px;
1709
+ overflow: hidden;
1710
+ left: 15px;
1711
+ display: inline-block;
1712
+ vertical-align: middle; }
1713
+ .ccw_plugin .collection .collection-item.avatar i.circle {
1714
+ font-size: 18px;
1715
+ line-height: 42px;
1716
+ color: #fff;
1717
+ background-color: #999;
1718
+ text-align: center; }
1719
+ .ccw_plugin .collection .collection-item.avatar .title {
1720
+ font-size: 16px; }
1721
+ .ccw_plugin .collection .collection-item.avatar p {
1722
+ margin: 0; }
1723
+ .ccw_plugin .collection .collection-item.avatar .secondary-content {
1724
+ position: absolute;
1725
+ top: 16px;
1726
+ right: 16px; }
1727
+ .ccw_plugin .collection .collection-item:last-child {
1728
+ border-bottom: none; }
1729
+ .ccw_plugin .collection .collection-item.active {
1730
+ background-color: #26a69a;
1731
+ color: #eafaf9; }
1732
+ .ccw_plugin .collection .collection-item.active .secondary-content {
1733
+ color: #fff; }
1734
+ .ccw_plugin .collection a.collection-item {
1735
+ display: block;
1736
+ transition: .25s;
1737
+ color: #26a69a; }
1738
+ .ccw_plugin .collection a.collection-item:not(.active):hover {
1739
+ background-color: #ddd; }
1740
+ .ccw_plugin .collection.with-header .collection-header {
1741
+ background-color: #fff;
1742
+ border-bottom: 1px solid #e0e0e0;
1743
+ padding: 10px 20px; }
1744
+ .ccw_plugin .collection.with-header .collection-item {
1745
+ padding-left: 30px; }
1746
+ .ccw_plugin .collection.with-header .collection-item.avatar {
1747
+ padding-left: 72px; }
1748
+ .ccw_plugin .secondary-content {
1749
+ float: right;
1750
+ color: #26a69a; }
1751
+ .ccw_plugin .collapsible .collection {
1752
+ margin: 0;
1753
+ border: none; }
1754
+ .ccw_plugin .video-container {
1755
+ position: relative;
1756
+ padding-bottom: 56.25%;
1757
+ height: 0;
1758
+ overflow: hidden; }
1759
+ .ccw_plugin .video-container iframe, .ccw_plugin .video-container object, .ccw_plugin .video-container embed {
1760
+ position: absolute;
1761
+ top: 0;
1762
+ left: 0;
1763
+ width: 100%;
1764
+ height: 100%; }
1765
+ .ccw_plugin .progress {
1766
+ position: relative;
1767
+ height: 4px;
1768
+ display: block;
1769
+ width: 100%;
1770
+ background-color: #acece6;
1771
+ border-radius: 2px;
1772
+ margin: 0.5rem 0 1rem 0;
1773
+ overflow: hidden; }
1774
+ .ccw_plugin .progress .determinate {
1775
+ position: absolute;
1776
+ top: 0;
1777
+ left: 0;
1778
+ bottom: 0;
1779
+ background-color: #26a69a;
1780
+ transition: width .3s linear; }
1781
+ .ccw_plugin .progress .indeterminate {
1782
+ background-color: #26a69a; }
1783
+ .ccw_plugin .progress .indeterminate:before {
1784
+ content: '';
1785
+ position: absolute;
1786
+ background-color: inherit;
1787
+ top: 0;
1788
+ left: 0;
1789
+ bottom: 0;
1790
+ will-change: left, right;
1791
+ animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
1792
+ .ccw_plugin .progress .indeterminate:after {
1793
+ content: '';
1794
+ position: absolute;
1795
+ background-color: inherit;
1796
+ top: 0;
1797
+ left: 0;
1798
+ bottom: 0;
1799
+ will-change: left, right;
1800
+ animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
1801
+ animation-delay: 1.15s; }
1802
+
1803
+ @keyframes indeterminate {
1804
+ 0% {
1805
+ left: -35%;
1806
+ right: 100%; }
1807
+ 60% {
1808
+ left: 100%;
1809
+ right: -90%; }
1810
+ 100% {
1811
+ left: 100%;
1812
+ right: -90%; } }
1813
+
1814
+ @keyframes indeterminate-short {
1815
+ 0% {
1816
+ left: -200%;
1817
+ right: 100%; }
1818
+ 60% {
1819
+ left: 107%;
1820
+ right: -8%; }
1821
+ 100% {
1822
+ left: 107%;
1823
+ right: -8%; } }
1824
+ .ccw_plugin .hide {
1825
+ display: none !important; }
1826
+ .ccw_plugin .left-align {
1827
+ text-align: left; }
1828
+ .ccw_plugin .right-align {
1829
+ text-align: right; }
1830
+ .ccw_plugin .center, .ccw_plugin .center-align {
1831
+ text-align: center; }
1832
+ .ccw_plugin .left {
1833
+ float: left !important; }
1834
+ .ccw_plugin .right {
1835
+ float: right !important; }
1836
+ .ccw_plugin .no-select {
1837
+ user-select: none; }
1838
+ .ccw_plugin .circle {
1839
+ border-radius: 50%; }
1840
+ .ccw_plugin .center-block {
1841
+ display: block;
1842
+ margin-left: auto;
1843
+ margin-right: auto; }
1844
+ .ccw_plugin .truncate {
1845
+ display: block;
1846
+ white-space: nowrap;
1847
+ overflow: hidden;
1848
+ text-overflow: ellipsis; }
1849
+ .ccw_plugin .no-padding {
1850
+ padding: 0 !important; }
1851
+ .ccw_plugin a {
1852
+ text-decoration: none; }
1853
+ .ccw_plugin html {
1854
+ line-height: 1.5;
1855
+ font-family: "Roboto", sans-serif;
1856
+ font-weight: normal;
1857
+ color: rgba(0, 0, 0, 0.87); }
1858
+ @media only screen and (min-width: 0) {
1859
+ .ccw_plugin html {
1860
+ font-size: 14px; } }
1861
+ @media only screen and (min-width: 992px) {
1862
+ .ccw_plugin html {
1863
+ font-size: 14.5px; } }
1864
+ @media only screen and (min-width: 1200px) {
1865
+ .ccw_plugin html {
1866
+ font-size: 15px; } }
1867
+ .ccw_plugin h1, .ccw_plugin h2, .ccw_plugin h3, .ccw_plugin h4, .ccw_plugin h5, .ccw_plugin h6 {
1868
+ font-weight: 400;
1869
+ line-height: 1.1; }
1870
+ .ccw_plugin h1 a, .ccw_plugin h2 a, .ccw_plugin h3 a, .ccw_plugin h4 a, .ccw_plugin h5 a, .ccw_plugin h6 a {
1871
+ font-weight: inherit; }
1872
+ .ccw_plugin h1 {
1873
+ font-size: 4.2rem;
1874
+ line-height: 110%;
1875
+ margin: 2.1rem 0 1.68rem 0; }
1876
+ .ccw_plugin h2 {
1877
+ font-size: 3.56rem;
1878
+ line-height: 110%;
1879
+ margin: 1.78rem 0 1.424rem 0; }
1880
+ .ccw_plugin h3 {
1881
+ font-size: 2.92rem;
1882
+ line-height: 110%;
1883
+ margin: 1.46rem 0 1.168rem 0; }
1884
+ .ccw_plugin h4 {
1885
+ font-size: 2.28rem;
1886
+ line-height: 110%;
1887
+ margin: 1.14rem 0 0.912rem 0; }
1888
+ .ccw_plugin h5 {
1889
+ font-size: 1.64rem;
1890
+ line-height: 110%;
1891
+ margin: 0.82rem 0 0.656rem 0; }
1892
+ .ccw_plugin h6 {
1893
+ font-size: 1rem;
1894
+ line-height: 110%;
1895
+ margin: 0.5rem 0 0.4rem 0; }
1896
+ .ccw_plugin em {
1897
+ font-style: italic; }
1898
+ .ccw_plugin strong {
1899
+ font-weight: 500; }
1900
+ .ccw_plugin small {
1901
+ font-size: 75%; }
1902
+ .ccw_plugin .light, .ccw_plugin .page-footer .footer-copyright {
1903
+ font-weight: 300; }
1904
+ .ccw_plugin .thin {
1905
+ font-weight: 200; }
1906
+ .ccw_plugin .flow-text {
1907
+ font-weight: 300; }
1908
+ @media only screen and (min-width: 360px) {
1909
+ .ccw_plugin .flow-text {
1910
+ font-size: 1.2rem; } }
1911
+ @media only screen and (min-width: 390px) {
1912
+ .ccw_plugin .flow-text {
1913
+ font-size: 1.224rem; } }
1914
+ @media only screen and (min-width: 420px) {
1915
+ .ccw_plugin .flow-text {
1916
+ font-size: 1.248rem; } }
1917
+ @media only screen and (min-width: 450px) {
1918
+ .ccw_plugin .flow-text {
1919
+ font-size: 1.272rem; } }
1920
+ @media only screen and (min-width: 480px) {
1921
+ .ccw_plugin .flow-text {
1922
+ font-size: 1.296rem; } }
1923
+ @media only screen and (min-width: 510px) {
1924
+ .ccw_plugin .flow-text {
1925
+ font-size: 1.32rem; } }
1926
+ @media only screen and (min-width: 540px) {
1927
+ .ccw_plugin .flow-text {
1928
+ font-size: 1.344rem; } }
1929
+ @media only screen and (min-width: 570px) {
1930
+ .ccw_plugin .flow-text {
1931
+ font-size: 1.368rem; } }
1932
+ @media only screen and (min-width: 600px) {
1933
+ .ccw_plugin .flow-text {
1934
+ font-size: 1.392rem; } }
1935
+ @media only screen and (min-width: 630px) {
1936
+ .ccw_plugin .flow-text {
1937
+ font-size: 1.416rem; } }
1938
+ @media only screen and (min-width: 660px) {
1939
+ .ccw_plugin .flow-text {
1940
+ font-size: 1.44rem; } }
1941
+ @media only screen and (min-width: 690px) {
1942
+ .ccw_plugin .flow-text {
1943
+ font-size: 1.464rem; } }
1944
+ @media only screen and (min-width: 720px) {
1945
+ .ccw_plugin .flow-text {
1946
+ font-size: 1.488rem; } }
1947
+ @media only screen and (min-width: 750px) {
1948
+ .ccw_plugin .flow-text {
1949
+ font-size: 1.512rem; } }
1950
+ @media only screen and (min-width: 780px) {
1951
+ .ccw_plugin .flow-text {
1952
+ font-size: 1.536rem; } }
1953
+ @media only screen and (min-width: 810px) {
1954
+ .ccw_plugin .flow-text {
1955
+ font-size: 1.56rem; } }
1956
+ @media only screen and (min-width: 840px) {
1957
+ .ccw_plugin .flow-text {
1958
+ font-size: 1.584rem; } }
1959
+ @media only screen and (min-width: 870px) {
1960
+ .ccw_plugin .flow-text {
1961
+ font-size: 1.608rem; } }
1962
+ @media only screen and (min-width: 900px) {
1963
+ .ccw_plugin .flow-text {
1964
+ font-size: 1.632rem; } }
1965
+ @media only screen and (min-width: 930px) {
1966
+ .ccw_plugin .flow-text {
1967
+ font-size: 1.656rem; } }
1968
+ @media only screen and (min-width: 960px) {
1969
+ .ccw_plugin .flow-text {
1970
+ font-size: 1.68rem; } }
1971
+ @media only screen and (max-width: 360px) {
1972
+ .ccw_plugin .flow-text {
1973
+ font-size: 1.2rem; } }
1974
+ .ccw_plugin .scale-transition {
1975
+ transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }
1976
+ .ccw_plugin .scale-transition.scale-out {
1977
+ transform: scale(0);
1978
+ transition: transform .2s !important; }
1979
+ .ccw_plugin .scale-transition.scale-in {
1980
+ transform: scale(1); }
1981
+ .ccw_plugin .btn, .ccw_plugin .btn-large,
1982
+ .ccw_plugin .btn-flat {
1983
+ border: none;
1984
+ border-radius: 2px;
1985
+ display: inline-block;
1986
+ height: 36px;
1987
+ line-height: 36px;
1988
+ padding: 0 2rem;
1989
+ text-transform: uppercase;
1990
+ vertical-align: middle;
1991
+ -webkit-tap-highlight-color: transparent; }
1992
+ .ccw_plugin .btn.disabled, .ccw_plugin .disabled.btn-large,
1993
+ .ccw_plugin .btn-floating.disabled,
1994
+ .ccw_plugin .btn-large.disabled,
1995
+ .ccw_plugin .btn-flat.disabled,
1996
+ .ccw_plugin .btn:disabled, .ccw_plugin .btn-large:disabled,
1997
+ .ccw_plugin .btn-floating:disabled,
1998
+ .ccw_plugin .btn-large:disabled,
1999
+ .ccw_plugin .btn-flat:disabled,
2000
+ .ccw_plugin .btn[disabled], .ccw_plugin [disabled].btn-large,
2001
+ .ccw_plugin .btn-floating[disabled],
2002
+ .ccw_plugin .btn-large[disabled],
2003
+ .ccw_plugin .btn-flat[disabled] {
2004
+ pointer-events: none;
2005
+ background-color: #DFDFDF !important;
2006
+ box-shadow: none;
2007
+ color: #9F9F9F !important;
2008
+ cursor: default; }
2009
+ .ccw_plugin .btn.disabled:hover, .ccw_plugin .disabled.btn-large:hover,
2010
+ .ccw_plugin .btn-floating.disabled:hover,
2011
+ .ccw_plugin .btn-large.disabled:hover,
2012
+ .ccw_plugin .btn-flat.disabled:hover,
2013
+ .ccw_plugin .btn:disabled:hover, .ccw_plugin .btn-large:disabled:hover,
2014
+ .ccw_plugin .btn-floating:disabled:hover,
2015
+ .ccw_plugin .btn-large:disabled:hover,
2016
+ .ccw_plugin .btn-flat:disabled:hover,
2017
+ .ccw_plugin .btn[disabled]:hover, .ccw_plugin [disabled].btn-large:hover,
2018
+ .ccw_plugin .btn-floating[disabled]:hover,
2019
+ .ccw_plugin .btn-large[disabled]:hover,
2020
+ .ccw_plugin .btn-flat[disabled]:hover {
2021
+ background-color: #DFDFDF !important;
2022
+ color: #9F9F9F !important; }
2023
+ .ccw_plugin .btn, .ccw_plugin .btn-large,
2024
+ .ccw_plugin .btn-floating,
2025
+ .ccw_plugin .btn-large,
2026
+ .ccw_plugin .btn-flat {
2027
+ font-size: 1rem;
2028
+ outline: 0; }
2029
+ .ccw_plugin .btn i, .ccw_plugin .btn-large i,
2030
+ .ccw_plugin .btn-floating i,
2031
+ .ccw_plugin .btn-large i,
2032
+ .ccw_plugin .btn-flat i {
2033
+ font-size: 1.3rem;
2034
+ line-height: inherit; }
2035
+ .ccw_plugin .btn:focus, .ccw_plugin .btn-large:focus,
2036
+ .ccw_plugin .btn-floating:focus {
2037
+ background-color: #1d7d74; }
2038
+ .ccw_plugin .btn, .ccw_plugin .btn-large {
2039
+ text-decoration: none;
2040
+ color: #fff;
2041
+ background-color: #26a69a;
2042
+ text-align: center;
2043
+ letter-spacing: .5px;
2044
+ transition: .2s ease-out;
2045
+ cursor: pointer; }
2046
+ .ccw_plugin .btn:hover, .ccw_plugin .btn-large:hover {
2047
+ background-color: #2bbbad; }
2048
+ .ccw_plugin .btn-floating {
2049
+ display: inline-block;
2050
+ color: #fff;
2051
+ position: relative;
2052
+ overflow: hidden;
2053
+ z-index: 1;
2054
+ width: 40px;
2055
+ height: 40px;
2056
+ line-height: 40px;
2057
+ padding: 0;
2058
+ background-color: #26a69a;
2059
+ border-radius: 50%;
2060
+ transition: .3s;
2061
+ cursor: pointer;
2062
+ vertical-align: middle; }
2063
+ .ccw_plugin .btn-floating:hover {
2064
+ background-color: #26a69a; }
2065
+ .ccw_plugin .btn-floating:before {
2066
+ border-radius: 0; }
2067
+ .ccw_plugin .btn-floating.btn-large {
2068
+ width: 56px;
2069
+ height: 56px; }
2070
+ .ccw_plugin .btn-floating.btn-large.halfway-fab {
2071
+ bottom: -28px; }
2072
+ .ccw_plugin .btn-floating.btn-large i {
2073
+ line-height: 56px; }
2074
+ .ccw_plugin .btn-floating.halfway-fab {
2075
+ position: absolute;
2076
+ right: 24px;
2077
+ bottom: -20px; }
2078
+ .ccw_plugin .btn-floating.halfway-fab.left {
2079
+ right: auto;
2080
+ left: 24px; }
2081
+ .ccw_plugin .btn-floating i {
2082
+ width: inherit;
2083
+ display: inline-block;
2084
+ text-align: center;
2085
+ color: #fff;
2086
+ font-size: 1.6rem;
2087
+ line-height: 40px; }
2088
+ .ccw_plugin button.btn-floating {
2089
+ border: none; }
2090
+ .ccw_plugin .fixed-action-btn {
2091
+ position: fixed;
2092
+ right: 23px;
2093
+ bottom: 23px;
2094
+ padding-top: 15px;
2095
+ margin-bottom: 0;
2096
+ z-index: 997; }
2097
+ .ccw_plugin .fixed-action-btn.active ul {
2098
+ visibility: visible; }
2099
+ .ccw_plugin .fixed-action-btn.horizontal {
2100
+ padding: 0 0 0 15px; }
2101
+ .ccw_plugin .fixed-action-btn.horizontal ul {
2102
+ text-align: right;
2103
+ right: 64px;
2104
+ top: 50%;
2105
+ transform: translateY(-50%);
2106
+ height: 100%;
2107
+ left: auto;
2108
+ width: 500px;
2109
+ /*width 100% only goes to width of button container */ }
2110
+ .ccw_plugin .fixed-action-btn.horizontal ul li {
2111
+ display: inline-block;
2112
+ margin: 15px 15px 0 0; }
2113
+ .ccw_plugin .fixed-action-btn.toolbar {
2114
+ padding: 0;
2115
+ height: 56px; }
2116
+ .ccw_plugin .fixed-action-btn.toolbar.active > a i {
2117
+ opacity: 0; }
2118
+ .ccw_plugin .fixed-action-btn.toolbar ul {
2119
+ display: flex;
2120
+ top: 0;
2121
+ bottom: 0;
2122
+ z-index: 1; }
2123
+ .ccw_plugin .fixed-action-btn.toolbar ul li {
2124
+ flex: 1;
2125
+ display: inline-block;
2126
+ margin: 0;
2127
+ height: 100%;
2128
+ transition: none; }
2129
+ .ccw_plugin .fixed-action-btn.toolbar ul li a {
2130
+ display: block;
2131
+ overflow: hidden;
2132
+ position: relative;
2133
+ width: 100%;
2134
+ height: 100%;
2135
+ background-color: transparent;
2136
+ box-shadow: none;
2137
+ color: #fff;
2138
+ line-height: 56px;
2139
+ z-index: 1; }
2140
+ .ccw_plugin .fixed-action-btn.toolbar ul li a i {
2141
+ line-height: inherit; }
2142
+ .ccw_plugin .fixed-action-btn ul {
2143
+ left: 0;
2144
+ right: 0;
2145
+ text-align: center;
2146
+ position: absolute;
2147
+ bottom: 64px;
2148
+ margin: 0;
2149
+ visibility: hidden; }
2150
+ .ccw_plugin .fixed-action-btn ul li {
2151
+ margin-bottom: 15px; }
2152
+ .ccw_plugin .fixed-action-btn ul a.btn-floating {
2153
+ opacity: 0; }
2154
+ .ccw_plugin .fixed-action-btn .fab-backdrop {
2155
+ position: absolute;
2156
+ top: 0;
2157
+ left: 0;
2158
+ z-index: -1;
2159
+ width: 40px;
2160
+ height: 40px;
2161
+ background-color: #26a69a;
2162
+ border-radius: 50%;
2163
+ transform: scale(0); }
2164
+ .ccw_plugin .btn-flat {
2165
+ box-shadow: none;
2166
+ background-color: transparent;
2167
+ color: #343434;
2168
+ cursor: pointer;
2169
+ transition: background-color .2s; }
2170
+ .ccw_plugin .btn-flat:focus, .ccw_plugin .btn-flat:hover {
2171
+ box-shadow: none; }
2172
+ .ccw_plugin .btn-flat:focus {
2173
+ background-color: rgba(0, 0, 0, 0.1); }
2174
+ .ccw_plugin .btn-flat.disabled {
2175
+ background-color: transparent !important;
2176
+ color: #b3b3b3 !important;
2177
+ cursor: default; }
2178
+ .ccw_plugin .btn-large {
2179
+ height: 54px;
2180
+ line-height: 54px; }
2181
+ .ccw_plugin .btn-large i {
2182
+ font-size: 1.6rem; }
2183
+ .ccw_plugin .btn-block {
2184
+ display: block; }
2185
+ .ccw_plugin .chip {
2186
+ display: inline-block;
2187
+ height: 32px;
2188
+ font-size: 13px;
2189
+ font-weight: 500;
2190
+ color: rgba(0, 0, 0, 0.6);
2191
+ line-height: 32px;
2192
+ padding: 0 12px;
2193
+ border-radius: 16px;
2194
+ background-color: #e4e4e4;
2195
+ margin-bottom: 5px;
2196
+ margin-right: 5px; }
2197
+ .ccw_plugin .chip > img {
2198
+ float: left;
2199
+ margin: 0 8px 0 -12px;
2200
+ height: 32px;
2201
+ width: 32px;
2202
+ border-radius: 50%; }
2203
+ .ccw_plugin .chip .close {
2204
+ cursor: pointer;
2205
+ float: right;
2206
+ font-size: 16px;
2207
+ line-height: 32px;
2208
+ padding-left: 8px; }
2209
+ .ccw_plugin .chips {
2210
+ border: none;
2211
+ border-bottom: 1px solid #9e9e9e;
2212
+ box-shadow: none;
2213
+ margin: 0 0 20px 0;
2214
+ min-height: 45px;
2215
+ outline: none;
2216
+ transition: all .3s; }
2217
+ .ccw_plugin .chips.focus {
2218
+ border-bottom: 1px solid #26a69a;
2219
+ box-shadow: 0 1px 0 0 #26a69a; }
2220
+ .ccw_plugin .chips:hover {
2221
+ cursor: text; }
2222
+ .ccw_plugin .chips .chip.selected {
2223
+ background-color: #26a69a;
2224
+ color: #fff; }
2225
+ .ccw_plugin .chips .input {
2226
+ background: none;
2227
+ border: 0;
2228
+ color: rgba(0, 0, 0, 0.6);
2229
+ display: inline-block;
2230
+ font-size: 1rem;
2231
+ height: 3rem;
2232
+ line-height: 32px;
2233
+ outline: 0;
2234
+ margin: 0;
2235
+ padding: 0 !important;
2236
+ width: 120px !important; }
2237
+ .ccw_plugin .chips .input:focus {
2238
+ border: 0 !important;
2239
+ box-shadow: none !important; }
2240
+ .ccw_plugin .chips .autocomplete-content {
2241
+ margin-top: 0;
2242
+ margin-bottom: 0; }
2243
+ .ccw_plugin .prefix ~ .chips {
2244
+ margin-left: 3rem;
2245
+ width: 92%;
2246
+ width: calc(100% - 3rem); }
2247
+ .ccw_plugin .chips:empty ~ label {
2248
+ font-size: 0.8rem;
2249
+ transform: translateY(-140%); }
2250
+ .ccw_plugin select:focus {
2251
+ outline: 1px solid #c9f3ef; }
2252
+ .ccw_plugin button:focus {
2253
+ outline: none;
2254
+ background-color: #2ab7a9; }
2255
+ .ccw_plugin label {
2256
+ font-size: 0.8rem;
2257
+ color: #9e9e9e; }
2258
+ .ccw_plugin ::placeholder {
2259
+ color: #d1d1d1; }
2260
+ .ccw_plugin input:not([type]),
2261
+ .ccw_plugin input[type=text]:not(.browser-default),
2262
+ .ccw_plugin input[type=password]:not(.browser-default),
2263
+ .ccw_plugin input[type=email]:not(.browser-default),
2264
+ .ccw_plugin input[type=url]:not(.browser-default),
2265
+ .ccw_plugin input[type=time]:not(.browser-default),
2266
+ .ccw_plugin input[type=date]:not(.browser-default),
2267
+ .ccw_plugin input[type=datetime]:not(.browser-default),
2268
+ .ccw_plugin input[type=datetime-local]:not(.browser-default),
2269
+ .ccw_plugin input[type=tel]:not(.browser-default),
2270
+ .ccw_plugin input[type=number]:not(.browser-default),
2271
+ .ccw_plugin input[type=search]:not(.browser-default),
2272
+ .ccw_plugin textarea.materialize-textarea {
2273
+ background-color: transparent;
2274
+ border: none;
2275
+ border-bottom: 1px solid #9e9e9e;
2276
+ border-radius: 0;
2277
+ outline: none;
2278
+ height: 3rem;
2279
+ width: 100%;
2280
+ font-size: 1rem;
2281
+ margin: 0 0 20px 0;
2282
+ padding: 0;
2283
+ box-shadow: none;
2284
+ box-sizing: content-box;
2285
+ transition: all 0.3s; }
2286
+ .ccw_plugin input:not([type]):disabled, .ccw_plugin input:not([type])[readonly="readonly"],
2287
+ .ccw_plugin input[type=text]:not(.browser-default):disabled,
2288
+ .ccw_plugin input[type=text]:not(.browser-default)[readonly="readonly"],
2289
+ .ccw_plugin input[type=password]:not(.browser-default):disabled,
2290
+ .ccw_plugin input[type=password]:not(.browser-default)[readonly="readonly"],
2291
+ .ccw_plugin input[type=email]:not(.browser-default):disabled,
2292
+ .ccw_plugin input[type=email]:not(.browser-default)[readonly="readonly"],
2293
+ .ccw_plugin input[type=url]:not(.browser-default):disabled,
2294
+ .ccw_plugin input[type=url]:not(.browser-default)[readonly="readonly"],
2295
+ .ccw_plugin input[type=time]:not(.browser-default):disabled,
2296
+ .ccw_plugin input[type=time]:not(.browser-default)[readonly="readonly"],
2297
+ .ccw_plugin input[type=date]:not(.browser-default):disabled,
2298
+ .ccw_plugin input[type=date]:not(.browser-default)[readonly="readonly"],
2299
+ .ccw_plugin input[type=datetime]:not(.browser-default):disabled,
2300
+ .ccw_plugin input[type=datetime]:not(.browser-default)[readonly="readonly"],
2301
+ .ccw_plugin input[type=datetime-local]:not(.browser-default):disabled,
2302
+ .ccw_plugin input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
2303
+ .ccw_plugin input[type=tel]:not(.browser-default):disabled,
2304
+ .ccw_plugin input[type=tel]:not(.browser-default)[readonly="readonly"],
2305
+ .ccw_plugin input[type=number]:not(.browser-default):disabled,
2306
+ .ccw_plugin input[type=number]:not(.browser-default)[readonly="readonly"],
2307
+ .ccw_plugin input[type=search]:not(.browser-default):disabled,
2308
+ .ccw_plugin input[type=search]:not(.browser-default)[readonly="readonly"],
2309
+ .ccw_plugin textarea.materialize-textarea:disabled,
2310
+ .ccw_plugin textarea.materialize-textarea[readonly="readonly"] {
2311
+ color: rgba(0, 0, 0, 0.42);
2312
+ border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
2313
+ .ccw_plugin input:not([type]):disabled + label,
2314
+ .ccw_plugin input:not([type])[readonly="readonly"] + label,
2315
+ .ccw_plugin input[type=text]:not(.browser-default):disabled + label,
2316
+ .ccw_plugin input[type=text]:not(.browser-default)[readonly="readonly"] + label,
2317
+ .ccw_plugin input[type=password]:not(.browser-default):disabled + label,
2318
+ .ccw_plugin input[type=password]:not(.browser-default)[readonly="readonly"] + label,
2319
+ .ccw_plugin input[type=email]:not(.browser-default):disabled + label,
2320
+ .ccw_plugin input[type=email]:not(.browser-default)[readonly="readonly"] + label,
2321
+ .ccw_plugin input[type=url]:not(.browser-default):disabled + label,
2322
+ .ccw_plugin input[type=url]:not(.browser-default)[readonly="readonly"] + label,
2323
+ .ccw_plugin input[type=time]:not(.browser-default):disabled + label,
2324
+ .ccw_plugin input[type=time]:not(.browser-default)[readonly="readonly"] + label,
2325
+ .ccw_plugin input[type=date]:not(.browser-default):disabled + label,
2326
+ .ccw_plugin input[type=date]:not(.browser-default)[readonly="readonly"] + label,
2327
+ .ccw_plugin input[type=datetime]:not(.browser-default):disabled + label,
2328
+ .ccw_plugin input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
2329
+ .ccw_plugin input[type=datetime-local]:not(.browser-default):disabled + label,
2330
+ .ccw_plugin input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
2331
+ .ccw_plugin input[type=tel]:not(.browser-default):disabled + label,
2332
+ .ccw_plugin input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
2333
+ .ccw_plugin input[type=number]:not(.browser-default):disabled + label,
2334
+ .ccw_plugin input[type=number]:not(.browser-default)[readonly="readonly"] + label,
2335
+ .ccw_plugin input[type=search]:not(.browser-default):disabled + label,
2336
+ .ccw_plugin input[type=search]:not(.browser-default)[readonly="readonly"] + label,
2337
+ .ccw_plugin textarea.materialize-textarea:disabled + label,
2338
+ .ccw_plugin textarea.materialize-textarea[readonly="readonly"] + label {
2339
+ color: rgba(0, 0, 0, 0.42); }
2340
+ .ccw_plugin input:not([type]):focus:not([readonly]),
2341
+ .ccw_plugin input[type=text]:not(.browser-default):focus:not([readonly]),
2342
+ .ccw_plugin input[type=password]:not(.browser-default):focus:not([readonly]),
2343
+ .ccw_plugin input[type=email]:not(.browser-default):focus:not([readonly]),
2344
+ .ccw_plugin input[type=url]:not(.browser-default):focus:not([readonly]),
2345
+ .ccw_plugin input[type=time]:not(.browser-default):focus:not([readonly]),
2346
+ .ccw_plugin input[type=date]:not(.browser-default):focus:not([readonly]),
2347
+ .ccw_plugin input[type=datetime]:not(.browser-default):focus:not([readonly]),
2348
+ .ccw_plugin input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
2349
+ .ccw_plugin input[type=tel]:not(.browser-default):focus:not([readonly]),
2350
+ .ccw_plugin input[type=number]:not(.browser-default):focus:not([readonly]),
2351
+ .ccw_plugin input[type=search]:not(.browser-default):focus:not([readonly]),
2352
+ .ccw_plugin textarea.materialize-textarea:focus:not([readonly]) {
2353
+ border-bottom: 1px solid #26a69a;
2354
+ box-shadow: 0 1px 0 0 #26a69a; }
2355
+ .ccw_plugin input:not([type]):focus:not([readonly]) + label,
2356
+ .ccw_plugin input[type=text]:not(.browser-default):focus:not([readonly]) + label,
2357
+ .ccw_plugin input[type=password]:not(.browser-default):focus:not([readonly]) + label,
2358
+ .ccw_plugin input[type=email]:not(.browser-default):focus:not([readonly]) + label,
2359
+ .ccw_plugin input[type=url]:not(.browser-default):focus:not([readonly]) + label,
2360
+ .ccw_plugin input[type=time]:not(.browser-default):focus:not([readonly]) + label,
2361
+ .ccw_plugin input[type=date]:not(.browser-default):focus:not([readonly]) + label,
2362
+ .ccw_plugin input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
2363
+ .ccw_plugin input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
2364
+ .ccw_plugin input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
2365
+ .ccw_plugin input[type=number]:not(.browser-default):focus:not([readonly]) + label,
2366
+ .ccw_plugin input[type=search]:not(.browser-default):focus:not([readonly]) + label,
2367
+ .ccw_plugin textarea.materialize-textarea:focus:not([readonly]) + label {
2368
+ color: #26a69a; }
2369
+ .ccw_plugin input:not([type]).validate + label,
2370
+ .ccw_plugin input[type=text]:not(.browser-default).validate + label,
2371
+ .ccw_plugin input[type=password]:not(.browser-default).validate + label,
2372
+ .ccw_plugin input[type=email]:not(.browser-default).validate + label,
2373
+ .ccw_plugin input[type=url]:not(.browser-default).validate + label,
2374
+ .ccw_plugin input[type=time]:not(.browser-default).validate + label,
2375
+ .ccw_plugin input[type=date]:not(.browser-default).validate + label,
2376
+ .ccw_plugin input[type=datetime]:not(.browser-default).validate + label,
2377
+ .ccw_plugin input[type=datetime-local]:not(.browser-default).validate + label,
2378
+ .ccw_plugin input[type=tel]:not(.browser-default).validate + label,
2379
+ .ccw_plugin input[type=number]:not(.browser-default).validate + label,
2380
+ .ccw_plugin input[type=search]:not(.browser-default).validate + label,
2381
+ .ccw_plugin textarea.materialize-textarea.validate + label {
2382
+ width: 100%; }
2383
+ .ccw_plugin input:not([type]).invalid + label:after,
2384
+ .ccw_plugin input:not([type]).valid + label:after,
2385
+ .ccw_plugin input[type=text]:not(.browser-default).invalid + label:after,
2386
+ .ccw_plugin input[type=text]:not(.browser-default).valid + label:after,
2387
+ .ccw_plugin input[type=password]:not(.browser-default).invalid + label:after,
2388
+ .ccw_plugin input[type=password]:not(.browser-default).valid + label:after,
2389
+ .ccw_plugin input[type=email]:not(.browser-default).invalid + label:after,
2390
+ .ccw_plugin input[type=email]:not(.browser-default).valid + label:after,
2391
+ .ccw_plugin input[type=url]:not(.browser-default).invalid + label:after,
2392
+ .ccw_plugin input[type=url]:not(.browser-default).valid + label:after,
2393
+ .ccw_plugin input[type=time]:not(.browser-default).invalid + label:after,
2394
+ .ccw_plugin input[type=time]:not(.browser-default).valid + label:after,
2395
+ .ccw_plugin input[type=date]:not(.browser-default).invalid + label:after,
2396
+ .ccw_plugin input[type=date]:not(.browser-default).valid + label:after,
2397
+ .ccw_plugin input[type=datetime]:not(.browser-default).invalid + label:after,
2398
+ .ccw_plugin input[type=datetime]:not(.browser-default).valid + label:after,
2399
+ .ccw_plugin input[type=datetime-local]:not(.browser-default).invalid + label:after,
2400
+ .ccw_plugin input[type=datetime-local]:not(.browser-default).valid + label:after,
2401
+ .ccw_plugin input[type=tel]:not(.browser-default).invalid + label:after,
2402
+ .ccw_plugin input[type=tel]:not(.browser-default).valid + label:after,
2403
+ .ccw_plugin input[type=number]:not(.browser-default).invalid + label:after,
2404
+ .ccw_plugin input[type=number]:not(.browser-default).valid + label:after,
2405
+ .ccw_plugin input[type=search]:not(.browser-default).invalid + label:after,
2406
+ .ccw_plugin input[type=search]:not(.browser-default).valid + label:after,
2407
+ .ccw_plugin textarea.materialize-textarea.invalid + label:after,
2408
+ .ccw_plugin textarea.materialize-textarea.valid + label:after {
2409
+ display: none; }
2410
+ .ccw_plugin input:not([type]).invalid + label.active:after,
2411
+ .ccw_plugin input:not([type]).valid + label.active:after,
2412
+ .ccw_plugin input[type=text]:not(.browser-default).invalid + label.active:after,
2413
+ .ccw_plugin input[type=text]:not(.browser-default).valid + label.active:after,
2414
+ .ccw_plugin input[type=password]:not(.browser-default).invalid + label.active:after,
2415
+ .ccw_plugin input[type=password]:not(.browser-default).valid + label.active:after,
2416
+ .ccw_plugin input[type=email]:not(.browser-default).invalid + label.active:after,
2417
+ .ccw_plugin input[type=email]:not(.browser-default).valid + label.active:after,
2418
+ .ccw_plugin input[type=url]:not(.browser-default).invalid + label.active:after,
2419
+ .ccw_plugin input[type=url]:not(.browser-default).valid + label.active:after,
2420
+ .ccw_plugin input[type=time]:not(.browser-default).invalid + label.active:after,
2421
+ .ccw_plugin input[type=time]:not(.browser-default).valid + label.active:after,
2422
+ .ccw_plugin input[type=date]:not(.browser-default).invalid + label.active:after,
2423
+ .ccw_plugin input[type=date]:not(.browser-default).valid + label.active:after,
2424
+ .ccw_plugin input[type=datetime]:not(.browser-default).invalid + label.active:after,
2425
+ .ccw_plugin input[type=datetime]:not(.browser-default).valid + label.active:after,
2426
+ .ccw_plugin input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
2427
+ .ccw_plugin input[type=datetime-local]:not(.browser-default).valid + label.active:after,
2428
+ .ccw_plugin input[type=tel]:not(.browser-default).invalid + label.active:after,
2429
+ .ccw_plugin input[type=tel]:not(.browser-default).valid + label.active:after,
2430
+ .ccw_plugin input[type=number]:not(.browser-default).invalid + label.active:after,
2431
+ .ccw_plugin input[type=number]:not(.browser-default).valid + label.active:after,
2432
+ .ccw_plugin input[type=search]:not(.browser-default).invalid + label.active:after,
2433
+ .ccw_plugin input[type=search]:not(.browser-default).valid + label.active:after,
2434
+ .ccw_plugin textarea.materialize-textarea.invalid + label.active:after,
2435
+ .ccw_plugin textarea.materialize-textarea.valid + label.active:after {
2436
+ display: block; }
2437
+ .ccw_plugin input.valid:not([type]), .ccw_plugin input.valid:not([type]):focus, .ccw_plugin input[type=text].valid:not(.browser-default), .ccw_plugin input[type=text].valid:not(.browser-default):focus, .ccw_plugin input[type=password].valid:not(.browser-default), .ccw_plugin input[type=password].valid:not(.browser-default):focus, .ccw_plugin input[type=email].valid:not(.browser-default), .ccw_plugin input[type=email].valid:not(.browser-default):focus, .ccw_plugin input[type=url].valid:not(.browser-default), .ccw_plugin input[type=url].valid:not(.browser-default):focus, .ccw_plugin input[type=time].valid:not(.browser-default), .ccw_plugin input[type=time].valid:not(.browser-default):focus, .ccw_plugin input[type=date].valid:not(.browser-default), .ccw_plugin input[type=date].valid:not(.browser-default):focus, .ccw_plugin input[type=datetime].valid:not(.browser-default), .ccw_plugin input[type=datetime].valid:not(.browser-default):focus, .ccw_plugin input[type=datetime-local].valid:not(.browser-default), .ccw_plugin input[type=datetime-local].valid:not(.browser-default):focus, .ccw_plugin input[type=tel].valid:not(.browser-default), .ccw_plugin input[type=tel].valid:not(.browser-default):focus, .ccw_plugin input[type=number].valid:not(.browser-default), .ccw_plugin input[type=number].valid:not(.browser-default):focus, .ccw_plugin input[type=search].valid:not(.browser-default), .ccw_plugin input[type=search].valid:not(.browser-default):focus, .ccw_plugin textarea.materialize-textarea.valid, .ccw_plugin textarea.materialize-textarea.valid:focus, .ccw_plugin .select-wrapper.valid > input.select-dropdown {
2438
+ border-bottom: 1px solid #4CAF50;
2439
+ box-shadow: 0 1px 0 0 #4CAF50; }
2440
+ .ccw_plugin input.invalid:not([type]), .ccw_plugin input.invalid:not([type]):focus, .ccw_plugin input[type=text].invalid:not(.browser-default), .ccw_plugin input[type=text].invalid:not(.browser-default):focus, .ccw_plugin input[type=password].invalid:not(.browser-default), .ccw_plugin input[type=password].invalid:not(.browser-default):focus, .ccw_plugin input[type=email].invalid:not(.browser-default), .ccw_plugin input[type=email].invalid:not(.browser-default):focus, .ccw_plugin input[type=url].invalid:not(.browser-default), .ccw_plugin input[type=url].invalid:not(.browser-default):focus, .ccw_plugin input[type=time].invalid:not(.browser-default), .ccw_plugin input[type=time].invalid:not(.browser-default):focus, .ccw_plugin input[type=date].invalid:not(.browser-default), .ccw_plugin input[type=date].invalid:not(.browser-default):focus, .ccw_plugin input[type=datetime].invalid:not(.browser-default), .ccw_plugin input[type=datetime].invalid:not(.browser-default):focus, .ccw_plugin input[type=datetime-local].invalid:not(.browser-default), .ccw_plugin input[type=datetime-local].invalid:not(.browser-default):focus, .ccw_plugin input[type=tel].invalid:not(.browser-default), .ccw_plugin input[type=tel].invalid:not(.browser-default):focus, .ccw_plugin input[type=number].invalid:not(.browser-default), .ccw_plugin input[type=number].invalid:not(.browser-default):focus, .ccw_plugin input[type=search].invalid:not(.browser-default), .ccw_plugin input[type=search].invalid:not(.browser-default):focus, .ccw_plugin textarea.materialize-textarea.invalid, .ccw_plugin textarea.materialize-textarea.invalid:focus, .ccw_plugin .select-wrapper.invalid > input.select-dropdown {
2441
+ border-bottom: 1px solid #F44336;
2442
+ box-shadow: 0 1px 0 0 #F44336; }
2443
+ .ccw_plugin input:not([type]).valid + label:after, .ccw_plugin input:not([type]):focus.valid + label:after, .ccw_plugin input[type=text]:not(.browser-default).valid + label:after, .ccw_plugin input[type=text]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=password]:not(.browser-default).valid + label:after, .ccw_plugin input[type=password]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=email]:not(.browser-default).valid + label:after, .ccw_plugin input[type=email]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=url]:not(.browser-default).valid + label:after, .ccw_plugin input[type=url]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=time]:not(.browser-default).valid + label:after, .ccw_plugin input[type=time]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=date]:not(.browser-default).valid + label:after, .ccw_plugin input[type=date]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=datetime]:not(.browser-default).valid + label:after, .ccw_plugin input[type=datetime]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default).valid + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=tel]:not(.browser-default).valid + label:after, .ccw_plugin input[type=tel]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=number]:not(.browser-default).valid + label:after, .ccw_plugin input[type=number]:not(.browser-default):focus.valid + label:after, .ccw_plugin input[type=search]:not(.browser-default).valid + label:after, .ccw_plugin input[type=search]:not(.browser-default):focus.valid + label:after, .ccw_plugin textarea.materialize-textarea.valid + label:after, .ccw_plugin textarea.materialize-textarea:focus.valid + label:after, .ccw_plugin .select-wrapper.valid + label:after {
2444
+ content: attr(data-success);
2445
+ color: #4CAF50;
2446
+ opacity: 1;
2447
+ transform: translateY(9px); }
2448
+ .ccw_plugin input:not([type]).invalid + label:after, .ccw_plugin input:not([type]):focus.invalid + label:after, .ccw_plugin input[type=text]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=text]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=password]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=password]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=email]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=email]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=url]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=url]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=time]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=time]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=date]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=date]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=datetime]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=datetime]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=tel]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=tel]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=number]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=number]:not(.browser-default):focus.invalid + label:after, .ccw_plugin input[type=search]:not(.browser-default).invalid + label:after, .ccw_plugin input[type=search]:not(.browser-default):focus.invalid + label:after, .ccw_plugin textarea.materialize-textarea.invalid + label:after, .ccw_plugin textarea.materialize-textarea:focus.invalid + label:after, .ccw_plugin .select-wrapper.invalid + label:after {
2449
+ content: attr(data-error);
2450
+ color: #F44336;
2451
+ opacity: 1;
2452
+ transform: translateY(9px); }
2453
+ .ccw_plugin input:not([type]) + label:after, .ccw_plugin input[type=text]:not(.browser-default) + label:after, .ccw_plugin input[type=password]:not(.browser-default) + label:after, .ccw_plugin input[type=email]:not(.browser-default) + label:after, .ccw_plugin input[type=url]:not(.browser-default) + label:after, .ccw_plugin input[type=time]:not(.browser-default) + label:after, .ccw_plugin input[type=date]:not(.browser-default) + label:after, .ccw_plugin input[type=datetime]:not(.browser-default) + label:after, .ccw_plugin input[type=datetime-local]:not(.browser-default) + label:after, .ccw_plugin input[type=tel]:not(.browser-default) + label:after, .ccw_plugin input[type=number]:not(.browser-default) + label:after, .ccw_plugin input[type=search]:not(.browser-default) + label:after, .ccw_plugin textarea.materialize-textarea + label:after, .ccw_plugin .select-wrapper + label:after {
2454
+ display: block;
2455
+ content: "";
2456
+ position: absolute;
2457
+ top: 100%;
2458
+ left: 0;
2459
+ opacity: 0;
2460
+ transition: .2s opacity ease-out, .2s color ease-out; }
2461
+ .ccw_plugin .input-field {
2462
+ position: relative;
2463
+ margin-top: 1rem; }
2464
+ .ccw_plugin .input-field.inline {
2465
+ display: inline-block;
2466
+ vertical-align: middle;
2467
+ margin-left: 5px; }
2468
+ .ccw_plugin .input-field.inline input,
2469
+ .ccw_plugin .input-field.inline .select-dropdown {
2470
+ margin-bottom: 1rem; }
2471
+ .ccw_plugin .input-field.col label {
2472
+ left: 0.75rem; }
2473
+ .ccw_plugin .input-field.col .prefix ~ label,
2474
+ .ccw_plugin .input-field.col .prefix ~ .validate ~ label {
2475
+ width: calc(100% - 3rem - 1.5rem); }
2476
+ .ccw_plugin .input-field label {
2477
+ color: #9e9e9e;
2478
+ position: absolute;
2479
+ top: 0;
2480
+ left: 0;
2481
+ height: 100%;
2482
+ font-size: 1rem;
2483
+ cursor: text;
2484
+ transition: transform .2s ease-out;
2485
+ transform-origin: 0% 100%;
2486
+ text-align: initial;
2487
+ transform: translateY(12px);
2488
+ pointer-events: none; }
2489
+ .ccw_plugin .input-field label:not(.label-icon).active {
2490
+ transform: translateY(-14px) scale(0.8);
2491
+ transform-origin: 0 0; }
2492
+ .ccw_plugin .input-field .prefix {
2493
+ position: absolute;
2494
+ width: 3rem;
2495
+ font-size: 2rem;
2496
+ transition: color .2s; }
2497
+ .ccw_plugin .input-field .prefix.active {
2498
+ color: #26a69a; }
2499
+ .ccw_plugin .input-field .prefix ~ input,
2500
+ .ccw_plugin .input-field .prefix ~ textarea,
2501
+ .ccw_plugin .input-field .prefix ~ label,
2502
+ .ccw_plugin .input-field .prefix ~ .validate ~ label,
2503
+ .ccw_plugin .input-field .prefix ~ .autocomplete-content {
2504
+ margin-left: 3rem;
2505
+ width: 92%;
2506
+ width: calc(100% - 3rem); }
2507
+ .ccw_plugin .input-field .prefix ~ label {
2508
+ margin-left: 3rem; }
2509
+ @media only screen and (max-width: 992px) {
2510
+ .ccw_plugin .input-field .prefix ~ input {
2511
+ width: 86%;
2512
+ width: calc(100% - 3rem); } }
2513
+ @media only screen and (max-width: 600px) {
2514
+ .ccw_plugin .input-field .prefix ~ input {
2515
+ width: 80%;
2516
+ width: calc(100% - 3rem); } }
2517
+ .ccw_plugin .input-field input[type=search] {
2518
+ display: block;
2519
+ line-height: inherit; }
2520
+ .nav-wrapper .ccw_plugin .input-field input[type=search] {
2521
+ height: inherit;
2522
+ padding-left: 4rem;
2523
+ width: calc(100% - 4rem);
2524
+ border: 0;
2525
+ box-shadow: none; }
2526
+ .ccw_plugin .input-field input[type=search]:focus {
2527
+ background-color: #fff;
2528
+ border: 0;
2529
+ box-shadow: none;
2530
+ color: #444; }
2531
+ .ccw_plugin .input-field input[type=search]:focus + label i,
2532
+ .ccw_plugin .input-field input[type=search]:focus ~ .mdi-navigation-close,
2533
+ .ccw_plugin .input-field input[type=search]:focus ~ .material-icons {
2534
+ color: #444; }
2535
+ .ccw_plugin .input-field input[type=search] + label {
2536
+ left: 1rem; }
2537
+ .ccw_plugin .input-field input[type=search] ~ .mdi-navigation-close,
2538
+ .ccw_plugin .input-field input[type=search] ~ .material-icons {
2539
+ position: absolute;
2540
+ top: 0;
2541
+ right: 1rem;
2542
+ color: transparent;
2543
+ cursor: pointer;
2544
+ font-size: 2rem;
2545
+ transition: .3s color; }
2546
+ .ccw_plugin textarea {
2547
+ width: 100%;
2548
+ height: 3rem;
2549
+ background-color: transparent; }
2550
+ .ccw_plugin textarea.materialize-textarea {
2551
+ overflow-y: hidden;
2552
+ /* prevents scroll bar flash */
2553
+ padding: .8rem 0 1.6rem 0;
2554
+ /* prevents text jump on Enter keypress */
2555
+ resize: none;
2556
+ min-height: 3rem; }
2557
+ .ccw_plugin textarea.materialize-textarea.validate + label {
2558
+ height: 100%; }
2559
+ .ccw_plugin textarea.materialize-textarea.validate + label::after {
2560
+ top: calc(100% - 12px); }
2561
+ .ccw_plugin textarea.materialize-textarea.validate + label:not(.label-icon).active {
2562
+ transform: translateY(-25px); }
2563
+ .ccw_plugin .hiddendiv {
2564
+ display: none;
2565
+ white-space: pre-wrap;
2566
+ word-wrap: break-word;
2567
+ overflow-wrap: break-word;
2568
+ /* future version of deprecated 'word-wrap' */
2569
+ padding-top: 1.2rem;
2570
+ /* prevents text jump on Enter keypress */
2571
+ position: absolute;
2572
+ top: 0; }
2573
+ .ccw_plugin .autocomplete-content {
2574
+ margin-top: -20px;
2575
+ margin-bottom: 20px;
2576
+ display: block;
2577
+ opacity: 1;
2578
+ position: static; }
2579
+ .ccw_plugin .autocomplete-content li .highlight {
2580
+ color: #444; }
2581
+ .ccw_plugin .autocomplete-content li img {
2582
+ height: 40px;
2583
+ width: 40px;
2584
+ margin: 5px 15px; }
2585
+ .ccw_plugin form p {
2586
+ margin-bottom: 10px;
2587
+ text-align: left; }
2588
+ .ccw_plugin form p:last-child {
2589
+ margin-bottom: 0; }
2590
+ .ccw_plugin [type="checkbox"]:not(:checked),
2591
+ .ccw_plugin [type="checkbox"]:checked {
2592
+ position: absolute;
2593
+ opacity: 0;
2594
+ pointer-events: none; }
2595
+ .ccw_plugin [type="checkbox"] {
2596
+ /* checkbox aspect */ }
2597
+ .ccw_plugin [type="checkbox"] + label {
2598
+ position: relative;
2599
+ padding-left: 35px;
2600
+ cursor: pointer;
2601
+ display: inline-block;
2602
+ height: 25px;
2603
+ line-height: 25px;
2604
+ font-size: 1rem;
2605
+ user-select: none; }
2606
+ .ccw_plugin [type="checkbox"] + label:before,
2607
+ .ccw_plugin [type="checkbox"]:not(.filled-in) + label:after {
2608
+ content: '';
2609
+ position: absolute;
2610
+ top: 0;
2611
+ left: 0;
2612
+ width: 18px;
2613
+ height: 18px;
2614
+ z-index: 0;
2615
+ border: 2px solid #5a5a5a;
2616
+ border-radius: 1px;
2617
+ margin-top: 2px;
2618
+ transition: .2s; }
2619
+ .ccw_plugin [type="checkbox"]:not(.filled-in) + label:after {
2620
+ border: 0;
2621
+ transform: scale(0); }
2622
+ .ccw_plugin [type="checkbox"]:not(:checked):disabled + label:before {
2623
+ border: none;
2624
+ background-color: rgba(0, 0, 0, 0.42); }
2625
+ .ccw_plugin [type="checkbox"].tabbed:focus + label:after {
2626
+ transform: scale(1);
2627
+ border: 0;
2628
+ border-radius: 50%;
2629
+ box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
2630
+ background-color: rgba(0, 0, 0, 0.1); }
2631
+ .ccw_plugin [type="checkbox"]:checked + label:before {
2632
+ top: -4px;
2633
+ left: -5px;
2634
+ width: 12px;
2635
+ height: 22px;
2636
+ border-top: 2px solid transparent;
2637
+ border-left: 2px solid transparent;
2638
+ border-right: 2px solid #26a69a;
2639
+ border-bottom: 2px solid #26a69a;
2640
+ transform: rotate(40deg);
2641
+ backface-visibility: hidden;
2642
+ transform-origin: 100% 100%; }
2643
+ .ccw_plugin [type="checkbox"]:checked:disabled + label:before {
2644
+ border-right: 2px solid rgba(0, 0, 0, 0.42);
2645
+ border-bottom: 2px solid rgba(0, 0, 0, 0.42); }
2646
+ .ccw_plugin [type="checkbox"]:indeterminate + label:before {
2647
+ top: -11px;
2648
+ left: -12px;
2649
+ width: 10px;
2650
+ height: 22px;
2651
+ border-top: none;
2652
+ border-left: none;
2653
+ border-right: 2px solid #26a69a;
2654
+ border-bottom: none;
2655
+ transform: rotate(90deg);
2656
+ backface-visibility: hidden;
2657
+ transform-origin: 100% 100%; }
2658
+ .ccw_plugin [type="checkbox"]:indeterminate:disabled + label:before {
2659
+ border-right: 2px solid rgba(0, 0, 0, 0.42);
2660
+ background-color: transparent; }
2661
+ .ccw_plugin [type="checkbox"].filled-in + label:after {
2662
+ border-radius: 2px; }
2663
+ .ccw_plugin [type="checkbox"].filled-in + label:before,
2664
+ .ccw_plugin [type="checkbox"].filled-in + label:after {
2665
+ content: '';
2666
+ left: 0;
2667
+ position: absolute;
2668
+ /* .1s delay is for check animation */
2669
+ transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
2670
+ z-index: 1; }
2671
+ .ccw_plugin [type="checkbox"].filled-in:not(:checked) + label:before {
2672
+ width: 0;
2673
+ height: 0;
2674
+ border: 3px solid transparent;
2675
+ left: 6px;
2676
+ top: 10px;
2677
+ transform: rotateZ(37deg);
2678
+ transform-origin: 100% 100%; }
2679
+ .ccw_plugin [type="checkbox"].filled-in:not(:checked) + label:after {
2680
+ height: 20px;
2681
+ width: 20px;
2682
+ background-color: transparent;
2683
+ border: 2px solid #5a5a5a;
2684
+ top: 0px;
2685
+ z-index: 0; }
2686
+ .ccw_plugin [type="checkbox"].filled-in:checked + label:before {
2687
+ top: 0;
2688
+ left: 1px;
2689
+ width: 8px;
2690
+ height: 13px;
2691
+ border-top: 2px solid transparent;
2692
+ border-left: 2px solid transparent;
2693
+ border-right: 2px solid #fff;
2694
+ border-bottom: 2px solid #fff;
2695
+ transform: rotateZ(37deg);
2696
+ transform-origin: 100% 100%; }
2697
+ .ccw_plugin [type="checkbox"].filled-in:checked + label:after {
2698
+ top: 0;
2699
+ width: 20px;
2700
+ height: 20px;
2701
+ border: 2px solid #26a69a;
2702
+ background-color: #26a69a;
2703
+ z-index: 0; }
2704
+ .ccw_plugin [type="checkbox"].filled-in.tabbed:focus + label:after {
2705
+ border-radius: 2px;
2706
+ border-color: #5a5a5a;
2707
+ background-color: rgba(0, 0, 0, 0.1); }
2708
+ .ccw_plugin [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
2709
+ border-radius: 2px;
2710
+ background-color: #26a69a;
2711
+ border-color: #26a69a; }
2712
+ .ccw_plugin [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
2713
+ background-color: transparent;
2714
+ border: 2px solid transparent; }
2715
+ .ccw_plugin [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
2716
+ border-color: transparent;
2717
+ background-color: #949494; }
2718
+ .ccw_plugin [type="checkbox"].filled-in:disabled:checked + label:before {
2719
+ background-color: transparent; }
2720
+ .ccw_plugin [type="checkbox"].filled-in:disabled:checked + label:after {
2721
+ background-color: #949494;
2722
+ border-color: #949494; }
2723
+ .ccw_plugin select {
2724
+ display: none; }
2725
+ .ccw_plugin select.browser-default {
2726
+ display: block; }
2727
+ .ccw_plugin select {
2728
+ background-color: rgba(255, 255, 255, 0.9);
2729
+ width: 100%;
2730
+ padding: 5px;
2731
+ border: 1px solid #f2f2f2;
2732
+ border-radius: 2px;
2733
+ height: 3rem; }
2734
+ .ccw_plugin .input-field > select {
2735
+ display: block;
2736
+ position: absolute;
2737
+ width: 0;
2738
+ pointer-events: none;
2739
+ height: 0;
2740
+ top: 0;
2741
+ left: 0;
2742
+ opacity: 0; }
2743
+ .ccw_plugin .select-label {
2744
+ position: absolute; }
2745
+ .ccw_plugin .select-wrapper {
2746
+ position: relative; }
2747
+ .ccw_plugin .select-wrapper.valid + label,
2748
+ .ccw_plugin .select-wrapper.invalid + label {
2749
+ width: 100%;
2750
+ pointer-events: none; }
2751
+ .ccw_plugin .select-wrapper input.select-dropdown {
2752
+ position: relative;
2753
+ cursor: pointer;
2754
+ background-color: transparent;
2755
+ border: none;
2756
+ border-bottom: 1px solid #9e9e9e;
2757
+ outline: none;
2758
+ height: 3rem;
2759
+ line-height: 3rem;
2760
+ width: 100%;
2761
+ font-size: 1rem;
2762
+ margin: 0 0 20px 0;
2763
+ padding: 0;
2764
+ display: block;
2765
+ user-select: none; }
2766
+ .ccw_plugin .select-wrapper span.caret {
2767
+ color: initial;
2768
+ position: absolute;
2769
+ right: 0;
2770
+ top: 0;
2771
+ bottom: 0;
2772
+ height: 10px;
2773
+ margin: auto 0;
2774
+ font-size: 10px;
2775
+ line-height: 10px; }
2776
+ .ccw_plugin .select-wrapper + label {
2777
+ position: absolute;
2778
+ top: -26px;
2779
+ font-size: 0.8rem; }
2780
+ .ccw_plugin select:disabled {
2781
+ color: rgba(0, 0, 0, 0.42); }
2782
+ .ccw_plugin .select-wrapper.disabled span.caret,
2783
+ .ccw_plugin .select-wrapper.disabled + label {
2784
+ color: rgba(0, 0, 0, 0.42); }
2785
+ .ccw_plugin .select-wrapper input.select-dropdown:disabled {
2786
+ color: rgba(0, 0, 0, 0.42);
2787
+ cursor: default;
2788
+ user-select: none; }
2789
+ .ccw_plugin .select-wrapper i {
2790
+ color: rgba(0, 0, 0, 0.3); }
2791
+ .ccw_plugin .select-dropdown li.disabled,
2792
+ .ccw_plugin .select-dropdown li.disabled > span,
2793
+ .ccw_plugin .select-dropdown li.optgroup {
2794
+ color: rgba(0, 0, 0, 0.3);
2795
+ background-color: transparent; }
2796
+ .ccw_plugin .select-dropdown.dropdown-content li.active {
2797
+ background-color: transparent; }
2798
+ .ccw_plugin .select-dropdown.dropdown-content li:hover {
2799
+ background-color: rgba(0, 0, 0, 0.06); }
2800
+ .ccw_plugin .select-dropdown.dropdown-content li.selected {
2801
+ background-color: rgba(0, 0, 0, 0.03); }
2802
+ .ccw_plugin .prefix ~ .select-wrapper {
2803
+ margin-left: 3rem;
2804
+ width: 92%;
2805
+ width: calc(100% - 3rem); }
2806
+ .ccw_plugin .prefix ~ label {
2807
+ margin-left: 3rem; }
2808
+ .ccw_plugin .select-dropdown li img {
2809
+ height: 40px;
2810
+ width: 40px;
2811
+ margin: 5px 15px;
2812
+ float: right; }
2813
+ .ccw_plugin .select-dropdown li.optgroup {
2814
+ border-top: 1px solid #eee; }
2815
+ .ccw_plugin .select-dropdown li.optgroup.selected > span {
2816
+ color: rgba(0, 0, 0, 0.7); }
2817
+ .ccw_plugin .select-dropdown li.optgroup > span {
2818
+ color: rgba(0, 0, 0, 0.4); }
2819
+ .ccw_plugin .select-dropdown li.optgroup ~ li.optgroup-option {
2820
+ padding-left: 1rem; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/img/whatsapp-icon-square.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2500" height="2500" viewBox="0 0 1024 1024"><defs><path id="a" d="M1023.941 765.153c0 5.606-.171 17.766-.508 27.159-.824 22.982-2.646 52.639-5.401 66.151-4.141 20.306-10.392 39.472-18.542 55.425-9.643 18.871-21.943 35.775-36.559 50.364-14.584 14.56-31.472 26.812-50.315 36.416-16.036 8.172-35.322 14.426-55.744 18.549-13.378 2.701-42.812 4.488-65.648 5.3-9.402.336-21.564.505-27.15.505l-504.226-.081c-5.607 0-17.765-.172-27.158-.509-22.983-.824-52.639-2.646-66.152-5.4-20.306-4.142-39.473-10.392-55.425-18.542-18.872-9.644-35.775-21.944-50.364-36.56-14.56-14.584-26.812-31.471-36.415-50.314-8.174-16.037-14.428-35.323-18.551-55.744-2.7-13.378-4.487-42.812-5.3-65.649-.334-9.401-.503-21.563-.503-27.148l.08-504.228c0-5.607.171-17.766.508-27.159.825-22.983 2.646-52.639 5.401-66.151 4.141-20.306 10.391-39.473 18.542-55.426C34.154 93.24 46.455 76.336 61.07 61.747c14.584-14.559 31.472-26.812 50.315-36.416 16.037-8.172 35.324-14.426 55.745-18.549 13.377-2.701 42.812-4.488 65.648-5.3 9.402-.335 21.565-.504 27.149-.504l504.227.081c5.608 0 17.766.171 27.159.508 22.983.825 52.638 2.646 66.152 5.401 20.305 4.141 39.472 10.391 55.425 18.542 18.871 9.643 35.774 21.944 50.363 36.559 14.559 14.584 26.812 31.471 36.415 50.315 8.174 16.037 14.428 35.323 18.551 55.744 2.7 13.378 4.486 42.812 5.3 65.649.335 9.402.504 21.564.504 27.15l-.082 504.226z"/></defs><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="512.001" y1=".978" x2="512.001" y2="1025.023"><stop offset="0" stop-color="#61fd7d"/><stop offset="1" stop-color="#2bb826"/></linearGradient><use xlink:href="#a" overflow="visible" fill="url(#b)"/><g><path fill="#FFF" d="M783.302 243.246c-69.329-69.387-161.529-107.619-259.763-107.658-202.402 0-367.133 164.668-367.214 367.072-.026 64.699 16.883 127.854 49.017 183.522l-52.096 190.229 194.665-51.047c53.636 29.244 114.022 44.656 175.482 44.682h.151c202.382 0 367.128-164.688 367.21-367.094.039-98.087-38.121-190.319-107.452-259.706zM523.544 808.047h-.125c-54.767-.021-108.483-14.729-155.344-42.529l-11.146-6.612-115.517 30.293 30.834-112.592-7.259-11.544c-30.552-48.579-46.688-104.729-46.664-162.379.066-168.229 136.985-305.096 305.339-305.096 81.521.031 158.154 31.811 215.779 89.482s89.342 134.332 89.312 215.859c-.066 168.243-136.984 305.118-305.209 305.118zm167.415-228.515c-9.177-4.591-54.286-26.782-62.697-29.843-8.41-3.062-14.526-4.592-20.645 4.592-6.115 9.182-23.699 29.843-29.053 35.964-5.352 6.122-10.704 6.888-19.879 2.296-9.176-4.591-38.74-14.277-73.786-45.526-27.275-24.319-45.691-54.359-51.043-63.543-5.352-9.183-.569-14.146 4.024-18.72 4.127-4.109 9.175-10.713 13.763-16.069 4.587-5.355 6.117-9.183 9.175-15.304 3.059-6.122 1.529-11.479-.765-16.07-2.293-4.591-20.644-49.739-28.29-68.104-7.447-17.886-15.013-15.466-20.645-15.747-5.346-.266-11.469-.322-17.585-.322s-16.057 2.295-24.467 11.478-32.113 31.374-32.113 76.521c0 45.147 32.877 88.764 37.465 94.885 4.588 6.122 64.699 98.771 156.741 138.502 21.892 9.45 38.982 15.094 52.308 19.322 21.98 6.979 41.982 5.995 57.793 3.634 17.628-2.633 54.284-22.189 61.932-43.615 7.646-21.427 7.646-39.791 5.352-43.617-2.294-3.826-8.41-6.122-17.585-10.714z"/></g></svg>
assets/img/whatsapp-logo-32x32-d.png ADDED
Binary file
assets/img/whatsapp-logo-32x32.png ADDED
Binary file
assets/img/{WhatsApp_logo_12.png → whatsapp-logo-deprecated.png} RENAMED
File without changes
assets/img/whatsapp-logo.png ADDED
Binary file
assets/img/whatsapp-logo.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2489" height="2500" viewBox="0 0 1219.547 1225.016"><path fill="#E0E0E0" d="M1041.858 178.02C927.206 63.289 774.753.07 612.325 0 277.617 0 5.232 272.298 5.098 606.991c-.039 106.986 27.915 211.42 81.048 303.476L0 1225.016l321.898-84.406c88.689 48.368 188.547 73.855 290.166 73.896h.258.003c334.654 0 607.08-272.346 607.222-607.023.056-162.208-63.052-314.724-177.689-429.463zm-429.533 933.963h-.197c-90.578-.048-179.402-24.366-256.878-70.339l-18.438-10.93-191.021 50.083 51-186.176-12.013-19.087c-50.525-80.336-77.198-173.175-77.16-268.504.111-278.186 226.507-504.503 504.898-504.503 134.812.056 261.519 52.604 356.814 147.965 95.289 95.36 147.728 222.128 147.688 356.948-.118 278.195-226.522 504.543-504.693 504.543z"/><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="609.77" y1="1190.114" x2="609.77" y2="21.084"><stop offset="0" stop-color="#20b038"/><stop offset="1" stop-color="#60d66a"/></linearGradient><path fill="url(#a)" d="M27.875 1190.114l82.211-300.18c-50.719-87.852-77.391-187.523-77.359-289.602.133-319.398 260.078-579.25 579.469-579.25 155.016.07 300.508 60.398 409.898 169.891 109.414 109.492 169.633 255.031 169.57 409.812-.133 319.406-260.094 579.281-579.445 579.281-.023 0 .016 0 0 0h-.258c-96.977-.031-192.266-24.375-276.898-70.5l-307.188 80.548z"/><image overflow="visible" opacity=".08" width="682" height="639" xlink:href="FCC0802E2AF8A915.png" transform="translate(270.984 291.372)"/><path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" d="M462.273 349.294c-11.234-24.977-23.062-25.477-33.75-25.914-8.742-.375-18.75-.352-28.742-.352-10 0-26.25 3.758-39.992 18.766-13.75 15.008-52.5 51.289-52.5 125.078 0 73.797 53.75 145.102 61.242 155.117 7.5 10 103.758 166.266 256.203 226.383 126.695 49.961 152.477 40.023 179.977 37.523s88.734-36.273 101.234-71.297c12.5-35.016 12.5-65.031 8.75-71.305-3.75-6.25-13.75-10-28.75-17.5s-88.734-43.789-102.484-48.789-23.75-7.5-33.75 7.516c-10 15-38.727 48.773-47.477 58.773-8.75 10.023-17.5 11.273-32.5 3.773-15-7.523-63.305-23.344-120.609-74.438-44.586-39.75-74.688-88.844-83.438-103.859-8.75-15-.938-23.125 6.586-30.602 6.734-6.719 15-17.508 22.5-26.266 7.484-8.758 9.984-15.008 14.984-25.008 5-10.016 2.5-18.773-1.25-26.273s-32.898-81.67-46.234-111.326z"/><path fill="#FFF" d="M1036.898 176.091C923.562 62.677 772.859.185 612.297.114 281.43.114 12.172 269.286 12.039 600.137 12 705.896 39.633 809.13 92.156 900.13L7 1211.067l318.203-83.438c87.672 47.812 186.383 73.008 286.836 73.047h.255.003c330.812 0 600.109-269.219 600.25-600.055.055-160.343-62.328-311.108-175.649-424.53zm-424.601 923.242h-.195c-89.539-.047-177.344-24.086-253.93-69.531l-18.227-10.805-188.828 49.508 50.414-184.039-11.875-18.867c-49.945-79.414-76.312-171.188-76.273-265.422.109-274.992 223.906-498.711 499.102-498.711 133.266.055 258.516 52 352.719 146.266 94.195 94.266 146.031 219.578 145.992 352.852-.118 274.999-223.923 498.749-498.899 498.749z"/></svg>
assets/js/admin_app.js DELETED
@@ -1,23107 +0,0 @@
1
- /******/ (function(modules) { // webpackBootstrap
2
- /******/ // The module cache
3
- /******/ var installedModules = {};
4
- /******/
5
- /******/ // The require function
6
- /******/ function __webpack_require__(moduleId) {
7
- /******/
8
- /******/ // Check if module is in cache
9
- /******/ if(installedModules[moduleId]) {
10
- /******/ return installedModules[moduleId].exports;
11
- /******/ }
12
- /******/ // Create a new module (and put it into the cache)
13
- /******/ var module = installedModules[moduleId] = {
14
- /******/ i: moduleId,
15
- /******/ l: false,
16
- /******/ exports: {}
17
- /******/ };
18
- /******/
19
- /******/ // Execute the module function
20
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
21
- /******/
22
- /******/ // Flag the module as loaded
23
- /******/ module.l = true;
24
- /******/
25
- /******/ // Return the exports of the module
26
- /******/ return module.exports;
27
- /******/ }
28
- /******/
29
- /******/
30
- /******/ // expose the modules object (__webpack_modules__)
31
- /******/ __webpack_require__.m = modules;
32
- /******/
33
- /******/ // expose the module cache
34
- /******/ __webpack_require__.c = installedModules;
35
- /******/
36
- /******/ // define getter function for harmony exports
37
- /******/ __webpack_require__.d = function(exports, name, getter) {
38
- /******/ if(!__webpack_require__.o(exports, name)) {
39
- /******/ Object.defineProperty(exports, name, {
40
- /******/ configurable: false,
41
- /******/ enumerable: true,
42
- /******/ get: getter
43
- /******/ });
44
- /******/ }
45
- /******/ };
46
- /******/
47
- /******/ // getDefaultExport function for compatibility with non-harmony modules
48
- /******/ __webpack_require__.n = function(module) {
49
- /******/ var getter = module && module.__esModule ?
50
- /******/ function getDefault() { return module['default']; } :
51
- /******/ function getModuleExports() { return module; };
52
- /******/ __webpack_require__.d(getter, 'a', getter);
53
- /******/ return getter;
54
- /******/ };
55
- /******/
56
- /******/ // Object.prototype.hasOwnProperty.call
57
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
58
- /******/
59
- /******/ // __webpack_public_path__
60
- /******/ __webpack_require__.p = "";
61
- /******/
62
- /******/ // Load entry module and return exports
63
- /******/ return __webpack_require__(__webpack_require__.s = 5);
64
- /******/ })
65
- /************************************************************************/
66
- /******/ ([
67
- /* 0 */
68
- /***/ (function(module, exports, __webpack_require__) {
69
-
70
- var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
71
- * jQuery JavaScript Library v3.2.1
72
- * https://jquery.com/
73
- *
74
- * Includes Sizzle.js
75
- * https://sizzlejs.com/
76
- *
77
- * Copyright JS Foundation and other contributors
78
- * Released under the MIT license
79
- * https://jquery.org/license
80
- *
81
- * Date: 2017-03-20T18:59Z
82
- */
83
- ( function( global, factory ) {
84
-
85
- "use strict";
86
-
87
- if ( typeof module === "object" && typeof module.exports === "object" ) {
88
-
89
- // For CommonJS and CommonJS-like environments where a proper `window`
90
- // is present, execute the factory and get jQuery.
91
- // For environments that do not have a `window` with a `document`
92
- // (such as Node.js), expose a factory as module.exports.
93
- // This accentuates the need for the creation of a real `window`.
94
- // e.g. var jQuery = require("jquery")(window);
95
- // See ticket #14549 for more info.
96
- module.exports = global.document ?
97
- factory( global, true ) :
98
- function( w ) {
99
- if ( !w.document ) {
100
- throw new Error( "jQuery requires a window with a document" );
101
- }
102
- return factory( w );
103
- };
104
- } else {
105
- factory( global );
106
- }
107
-
108
- // Pass this if window is not defined yet
109
- } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
110
-
111
- // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
112
- // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
113
- // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
114
- // enough that all such attempts are guarded in a try block.
115
- "use strict";
116
-
117
- var arr = [];
118
-
119
- var document = window.document;
120
-
121
- var getProto = Object.getPrototypeOf;
122
-
123
- var slice = arr.slice;
124
-
125
- var concat = arr.concat;
126
-
127
- var push = arr.push;
128
-
129
- var indexOf = arr.indexOf;
130
-
131
- var class2type = {};
132
-
133
- var toString = class2type.toString;
134
-
135
- var hasOwn = class2type.hasOwnProperty;
136
-
137
- var fnToString = hasOwn.toString;
138
-
139
- var ObjectFunctionString = fnToString.call( Object );
140
-
141
- var support = {};
142
-
143
-
144
-
145
- function DOMEval( code, doc ) {
146
- doc = doc || document;
147
-
148
- var script = doc.createElement( "script" );
149
-
150
- script.text = code;
151
- doc.head.appendChild( script ).parentNode.removeChild( script );
152
- }
153
- /* global Symbol */
154
- // Defining this global in .eslintrc.json would create a danger of using the global
155
- // unguarded in another place, it seems safer to define global only for this module
156
-
157
-
158
-
159
- var
160
- version = "3.2.1",
161
-
162
- // Define a local copy of jQuery
163
- jQuery = function( selector, context ) {
164
-
165
- // The jQuery object is actually just the init constructor 'enhanced'
166
- // Need init if jQuery is called (just allow error to be thrown if not included)
167
- return new jQuery.fn.init( selector, context );
168
- },
169
-
170
- // Support: Android <=4.0 only
171
- // Make sure we trim BOM and NBSP
172
- rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
173
-
174
- // Matches dashed string for camelizing
175
- rmsPrefix = /^-ms-/,
176
- rdashAlpha = /-([a-z])/g,
177
-
178
- // Used by jQuery.camelCase as callback to replace()
179
- fcamelCase = function( all, letter ) {
180
- return letter.toUpperCase();
181
- };
182
-
183
- jQuery.fn = jQuery.prototype = {
184
-
185
- // The current version of jQuery being used
186
- jquery: version,
187
-
188
- constructor: jQuery,
189
-
190
- // The default length of a jQuery object is 0
191
- length: 0,
192
-
193
- toArray: function() {
194
- return slice.call( this );
195
- },
196
-
197
- // Get the Nth element in the matched element set OR
198
- // Get the whole matched element set as a clean array
199
- get: function( num ) {
200
-
201
- // Return all the elements in a clean array
202
- if ( num == null ) {
203
- return slice.call( this );
204
- }
205
-
206
- // Return just the one element from the set
207
- return num < 0 ? this[ num + this.length ] : this[ num ];
208
- },
209
-
210
- // Take an array of elements and push it onto the stack
211
- // (returning the new matched element set)
212
- pushStack: function( elems ) {
213
-
214
- // Build a new jQuery matched element set
215
- var ret = jQuery.merge( this.constructor(), elems );
216
-
217
- // Add the old object onto the stack (as a reference)
218
- ret.prevObject = this;
219
-
220
- // Return the newly-formed element set
221
- return ret;
222
- },
223
-
224
- // Execute a callback for every element in the matched set.
225
- each: function( callback ) {
226
- return jQuery.each( this, callback );
227
- },
228
-
229
- map: function( callback ) {
230
- return this.pushStack( jQuery.map( this, function( elem, i ) {
231
- return callback.call( elem, i, elem );
232
- } ) );
233
- },
234
-
235
- slice: function() {
236
- return this.pushStack( slice.apply( this, arguments ) );
237
- },
238
-
239
- first: function() {
240
- return this.eq( 0 );
241
- },
242
-
243
- last: function() {
244
- return this.eq( -1 );
245
- },
246
-
247
- eq: function( i ) {
248
- var len = this.length,
249
- j = +i + ( i < 0 ? len : 0 );
250
- return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );
251
- },
252
-
253
- end: function() {
254
- return this.prevObject || this.constructor();
255
- },
256
-
257
- // For internal use only.
258
- // Behaves like an Array's method, not like a jQuery method.
259
- push: push,
260
- sort: arr.sort,
261
- splice: arr.splice
262
- };
263
-
264
- jQuery.extend = jQuery.fn.extend = function() {
265
- var options, name, src, copy, copyIsArray, clone,
266
- target = arguments[ 0 ] || {},
267
- i = 1,
268
- length = arguments.length,
269
- deep = false;
270
-
271
- // Handle a deep copy situation
272
- if ( typeof target === "boolean" ) {
273
- deep = target;
274
-
275
- // Skip the boolean and the target
276
- target = arguments[ i ] || {};
277
- i++;
278
- }
279
-
280
- // Handle case when target is a string or something (possible in deep copy)
281
- if ( typeof target !== "object" && !jQuery.isFunction( target ) ) {
282
- target = {};
283
- }
284
-
285
- // Extend jQuery itself if only one argument is passed
286
- if ( i === length ) {
287
- target = this;
288
- i--;
289
- }
290
-
291
- for ( ; i < length; i++ ) {
292
-
293
- // Only deal with non-null/undefined values
294
- if ( ( options = arguments[ i ] ) != null ) {
295
-
296
- // Extend the base object
297
- for ( name in options ) {
298
- src = target[ name ];
299
- copy = options[ name ];
300
-
301
- // Prevent never-ending loop
302
- if ( target === copy ) {
303
- continue;
304
- }
305
-
306
- // Recurse if we're merging plain objects or arrays
307
- if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
308
- ( copyIsArray = Array.isArray( copy ) ) ) ) {
309
-
310
- if ( copyIsArray ) {
311
- copyIsArray = false;
312
- clone = src && Array.isArray( src ) ? src : [];
313
-
314
- } else {
315
- clone = src && jQuery.isPlainObject( src ) ? src : {};
316
- }
317
-
318
- // Never move original objects, clone them
319
- target[ name ] = jQuery.extend( deep, clone, copy );
320
-
321
- // Don't bring in undefined values
322
- } else if ( copy !== undefined ) {
323
- target[ name ] = copy;
324
- }
325
- }
326
- }
327
- }
328
-
329
- // Return the modified object
330
- return target;
331
- };
332
-
333
- jQuery.extend( {
334
-
335
- // Unique for each copy of jQuery on the page
336
- expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ),
337
-
338
- // Assume jQuery is ready without the ready module
339
- isReady: true,
340
-
341
- error: function( msg ) {
342
- throw new Error( msg );
343
- },
344
-
345
- noop: function() {},
346
-
347
- isFunction: function( obj ) {
348
- return jQuery.type( obj ) === "function";
349
- },
350
-
351
- isWindow: function( obj ) {
352
- return obj != null && obj === obj.window;
353
- },
354
-
355
- isNumeric: function( obj ) {
356
-
357
- // As of jQuery 3.0, isNumeric is limited to
358
- // strings and numbers (primitives or objects)
359
- // that can be coerced to finite numbers (gh-2662)
360
- var type = jQuery.type( obj );
361
- return ( type === "number" || type === "string" ) &&
362
-
363
- // parseFloat NaNs numeric-cast false positives ("")
364
- // ...but misinterprets leading-number strings, particularly hex literals ("0x...")
365
- // subtraction forces infinities to NaN
366
- !isNaN( obj - parseFloat( obj ) );
367
- },
368
-
369
- isPlainObject: function( obj ) {
370
- var proto, Ctor;
371
-
372
- // Detect obvious negatives
373
- // Use toString instead of jQuery.type to catch host objects
374
- if ( !obj || toString.call( obj ) !== "[object Object]" ) {
375
- return false;
376
- }
377
-
378
- proto = getProto( obj );
379
-
380
- // Objects with no prototype (e.g., `Object.create( null )`) are plain
381
- if ( !proto ) {
382
- return true;
383
- }
384
-
385
- // Objects with prototype are plain iff they were constructed by a global Object function
386
- Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor;
387
- return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString;
388
- },
389
-
390
- isEmptyObject: function( obj ) {
391
-
392
- /* eslint-disable no-unused-vars */
393
- // See https://github.com/eslint/eslint/issues/6125
394
- var name;
395
-
396
- for ( name in obj ) {
397
- return false;
398
- }
399
- return true;
400
- },
401
-
402
- type: function( obj ) {
403
- if ( obj == null ) {
404
- return obj + "";
405
- }
406
-
407
- // Support: Android <=2.3 only (functionish RegExp)
408
- return typeof obj === "object" || typeof obj === "function" ?
409
- class2type[ toString.call( obj ) ] || "object" :
410
- typeof obj;
411
- },
412
-
413
- // Evaluates a script in a global context
414
- globalEval: function( code ) {
415
- DOMEval( code );
416
- },
417
-
418
- // Convert dashed to camelCase; used by the css and data modules
419
- // Support: IE <=9 - 11, Edge 12 - 13
420
- // Microsoft forgot to hump their vendor prefix (#9572)
421
- camelCase: function( string ) {
422
- return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
423
- },
424
-
425
- each: function( obj, callback ) {
426
- var length, i = 0;
427
-
428
- if ( isArrayLike( obj ) ) {
429
- length = obj.length;
430
- for ( ; i < length; i++ ) {
431
- if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
432
- break;
433
- }
434
- }
435
- } else {
436
- for ( i in obj ) {
437
- if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
438
- break;
439
- }
440
- }
441
- }
442
-
443
- return obj;
444
- },
445
-
446
- // Support: Android <=4.0 only
447
- trim: function( text ) {
448
- return text == null ?
449
- "" :
450
- ( text + "" ).replace( rtrim, "" );
451
- },
452
-
453
- // results is for internal usage only
454
- makeArray: function( arr, results ) {
455
- var ret = results || [];
456
-
457
- if ( arr != null ) {
458
- if ( isArrayLike( Object( arr ) ) ) {
459
- jQuery.merge( ret,
460
- typeof arr === "string" ?
461
- [ arr ] : arr
462
- );
463
- } else {
464
- push.call( ret, arr );
465
- }
466
- }
467
-
468
- return ret;
469
- },
470
-
471
- inArray: function( elem, arr, i ) {
472
- return arr == null ? -1 : indexOf.call( arr, elem, i );
473
- },
474
-
475
- // Support: Android <=4.0 only, PhantomJS 1 only
476
- // push.apply(_, arraylike) throws on ancient WebKit
477
- merge: function( first, second ) {
478
- var len = +second.length,
479
- j = 0,
480
- i = first.length;
481
-
482
- for ( ; j < len; j++ ) {
483
- first[ i++ ] = second[ j ];
484
- }
485
-
486
- first.length = i;
487
-
488
- return first;
489
- },
490
-
491
- grep: function( elems, callback, invert ) {
492
- var callbackInverse,
493
- matches = [],
494
- i = 0,
495
- length = elems.length,
496
- callbackExpect = !invert;
497
-
498
- // Go through the array, only saving the items
499
- // that pass the validator function
500
- for ( ; i < length; i++ ) {
501
- callbackInverse = !callback( elems[ i ], i );
502
- if ( callbackInverse !== callbackExpect ) {
503
- matches.push( elems[ i ] );
504
- }
505
- }
506
-
507
- return matches;
508
- },
509
-
510
- // arg is for internal usage only
511
- map: function( elems, callback, arg ) {
512
- var length, value,
513
- i = 0,
514
- ret = [];
515
-
516
- // Go through the array, translating each of the items to their new values
517
- if ( isArrayLike( elems ) ) {
518
- length = elems.length;
519
- for ( ; i < length; i++ ) {
520
- value = callback( elems[ i ], i, arg );
521
-
522
- if ( value != null ) {
523
- ret.push( value );
524
- }
525
- }
526
-
527
- // Go through every key on the object,
528
- } else {
529
- for ( i in elems ) {
530
- value = callback( elems[ i ], i, arg );
531
-
532
- if ( value != null ) {
533
- ret.push( value );
534
- }
535
- }
536
- }
537
-
538
- // Flatten any nested arrays
539
- return concat.apply( [], ret );
540
- },
541
-
542
- // A global GUID counter for objects
543
- guid: 1,
544
-
545
- // Bind a function to a context, optionally partially applying any
546
- // arguments.
547
- proxy: function( fn, context ) {
548
- var tmp, args, proxy;
549
-
550
- if ( typeof context === "string" ) {
551
- tmp = fn[ context ];
552
- context = fn;
553
- fn = tmp;
554
- }
555
-
556
- // Quick check to determine if target is callable, in the spec
557
- // this throws a TypeError, but we will just return undefined.
558
- if ( !jQuery.isFunction( fn ) ) {
559
- return undefined;
560
- }
561
-
562
- // Simulated bind
563
- args = slice.call( arguments, 2 );
564
- proxy = function() {
565
- return fn.apply( context || this, args.concat( slice.call( arguments ) ) );
566
- };
567
-
568
- // Set the guid of unique handler to the same of original handler, so it can be removed
569
- proxy.guid = fn.guid = fn.guid || jQuery.guid++;
570
-
571
- return proxy;
572
- },
573
-
574
- now: Date.now,
575
-
576
- // jQuery.support is not used in Core but other projects attach their
577
- // properties to it so it needs to exist.
578
- support: support
579
- } );
580
-
581
- if ( typeof Symbol === "function" ) {
582
- jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];
583
- }
584
-
585
- // Populate the class2type map
586
- jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ),
587
- function( i, name ) {
588
- class2type[ "[object " + name + "]" ] = name.toLowerCase();
589
- } );
590
-
591
- function isArrayLike( obj ) {
592
-
593
- // Support: real iOS 8.2 only (not reproducible in simulator)
594
- // `in` check used to prevent JIT error (gh-2145)
595
- // hasOwn isn't used here due to false negatives
596
- // regarding Nodelist length in IE
597
- var length = !!obj && "length" in obj && obj.length,
598
- type = jQuery.type( obj );
599
-
600
- if ( type === "function" || jQuery.isWindow( obj ) ) {
601
- return false;
602
- }
603
-
604
- return type === "array" || length === 0 ||
605
- typeof length === "number" && length > 0 && ( length - 1 ) in obj;
606
- }
607
- var Sizzle =
608
- /*!
609
- * Sizzle CSS Selector Engine v2.3.3
610
- * https://sizzlejs.com/
611
- *
612
- * Copyright jQuery Foundation and other contributors
613
- * Released under the MIT license
614
- * http://jquery.org/license
615
- *
616
- * Date: 2016-08-08
617
- */
618
- (function( window ) {
619
-
620
- var i,
621
- support,
622
- Expr,
623
- getText,
624
- isXML,
625
- tokenize,
626
- compile,
627
- select,
628
- outermostContext,
629
- sortInput,
630
- hasDuplicate,
631
-
632
- // Local document vars
633
- setDocument,
634
- document,
635
- docElem,
636
- documentIsHTML,
637
- rbuggyQSA,
638
- rbuggyMatches,
639
- matches,
640
- contains,
641
-
642
- // Instance-specific data
643
- expando = "sizzle" + 1 * new Date(),
644
- preferredDoc = window.document,
645
- dirruns = 0,
646
- done = 0,
647
- classCache = createCache(),
648
- tokenCache = createCache(),
649
- compilerCache = createCache(),
650
- sortOrder = function( a, b ) {
651
- if ( a === b ) {
652
- hasDuplicate = true;
653
- }
654
- return 0;
655
- },
656
-
657
- // Instance methods
658
- hasOwn = ({}).hasOwnProperty,
659
- arr = [],
660
- pop = arr.pop,
661
- push_native = arr.push,
662
- push = arr.push,
663
- slice = arr.slice,
664
- // Use a stripped-down indexOf as it's faster than native
665
- // https://jsperf.com/thor-indexof-vs-for/5
666
- indexOf = function( list, elem ) {
667
- var i = 0,
668
- len = list.length;
669
- for ( ; i < len; i++ ) {
670
- if ( list[i] === elem ) {
671
- return i;
672
- }
673
- }
674
- return -1;
675
- },
676
-
677
- booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
678
-
679
- // Regular expressions
680
-
681
- // http://www.w3.org/TR/css3-selectors/#whitespace
682
- whitespace = "[\\x20\\t\\r\\n\\f]",
683
-
684
- // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
685
- identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+",
686
-
687
- // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors
688
- attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace +
689
- // Operator (capture 2)
690
- "*([*^$|!~]?=)" + whitespace +
691
- // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
692
- "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace +
693
- "*\\]",
694
-
695
- pseudos = ":(" + identifier + ")(?:\\((" +
696
- // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:
697
- // 1. quoted (capture 3; capture 4 or capture 5)
698
- "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" +
699
- // 2. simple (capture 6)
700
- "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" +
701
- // 3. anything else (capture 2)
702
- ".*" +
703
- ")\\)|)",
704
-
705
- // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter
706
- rwhitespace = new RegExp( whitespace + "+", "g" ),
707
- rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),
708
-
709
- rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
710
- rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ),
711
-
712
- rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ),
713
-
714
- rpseudo = new RegExp( pseudos ),
715
- ridentifier = new RegExp( "^" + identifier + "$" ),
716
-
717
- matchExpr = {
718
- "ID": new RegExp( "^#(" + identifier + ")" ),
719
- "CLASS": new RegExp( "^\\.(" + identifier + ")" ),
720
- "TAG": new RegExp( "^(" + identifier + "|[*])" ),
721
- "ATTR": new RegExp( "^" + attributes ),
722
- "PSEUDO": new RegExp( "^" + pseudos ),
723
- "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace +
724
- "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +
725
- "*(\\d+)|))" + whitespace + "*\\)|)", "i" ),
726
- "bool": new RegExp( "^(?:" + booleans + ")$", "i" ),
727
- // For use in libraries implementing .is()
728
- // We use this for POS matching in `select`
729
- "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" +
730
- whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" )
731
- },
732
-
733
- rinputs = /^(?:input|select|textarea|button)$/i,
734
- rheader = /^h\d$/i,
735
-
736
- rnative = /^[^{]+\{\s*\[native \w/,
737
-
738
- // Easily-parseable/retrievable ID or TAG or CLASS selectors
739
- rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
740
-
741
- rsibling = /[+~]/,
742
-
743
- // CSS escapes
744
- // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters
745
- runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ),
746
- funescape = function( _, escaped, escapedWhitespace ) {
747
- var high = "0x" + escaped - 0x10000;
748
- // NaN means non-codepoint
749
- // Support: Firefox<24
750
- // Workaround erroneous numeric interpretation of +"0x"
751
- return high !== high || escapedWhitespace ?
752
- escaped :
753
- high < 0 ?
754
- // BMP codepoint
755
- String.fromCharCode( high + 0x10000 ) :
756
- // Supplemental Plane codepoint (surrogate pair)
757
- String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );
758
- },
759
-
760
- // CSS string/identifier serialization
761
- // https://drafts.csswg.org/cssom/#common-serializing-idioms
762
- rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,
763
- fcssescape = function( ch, asCodePoint ) {
764
- if ( asCodePoint ) {
765
-
766
- // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER
767
- if ( ch === "\0" ) {
768
- return "\uFFFD";
769
- }
770
-
771
- // Control characters and (dependent upon position) numbers get escaped as code points
772
- return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " ";
773
- }
774
-
775
- // Other potentially-special ASCII characters get backslash-escaped
776
- return "\\" + ch;
777
- },
778
-
779
- // Used for iframes
780
- // See setDocument()
781
- // Removing the function wrapper causes a "Permission Denied"
782
- // error in IE
783
- unloadHandler = function() {
784
- setDocument();
785
- },
786
-
787
- disabledAncestor = addCombinator(
788
- function( elem ) {
789
- return elem.disabled === true && ("form" in elem || "label" in elem);
790
- },
791
- { dir: "parentNode", next: "legend" }
792
- );
793
-
794
- // Optimize for push.apply( _, NodeList )
795
- try {
796
- push.apply(
797
- (arr = slice.call( preferredDoc.childNodes )),
798
- preferredDoc.childNodes
799
- );
800
- // Support: Android<4.0
801
- // Detect silently failing push.apply
802
- arr[ preferredDoc.childNodes.length ].nodeType;
803
- } catch ( e ) {
804
- push = { apply: arr.length ?
805
-
806
- // Leverage slice if possible
807
- function( target, els ) {
808
- push_native.apply( target, slice.call(els) );
809
- } :
810
-
811
- // Support: IE<9
812
- // Otherwise append directly
813
- function( target, els ) {
814
- var j = target.length,
815
- i = 0;
816
- // Can't trust NodeList.length
817
- while ( (target[j++] = els[i++]) ) {}
818
- target.length = j - 1;
819
- }
820
- };
821
- }
822
-
823
- function Sizzle( selector, context, results, seed ) {
824
- var m, i, elem, nid, match, groups, newSelector,
825
- newContext = context && context.ownerDocument,
826
-
827
- // nodeType defaults to 9, since context defaults to document
828
- nodeType = context ? context.nodeType : 9;
829
-
830
- results = results || [];
831
-
832
- // Return early from calls with invalid selector or context
833
- if ( typeof selector !== "string" || !selector ||
834
- nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {
835
-
836
- return results;
837
- }
838
-
839
- // Try to shortcut find operations (as opposed to filters) in HTML documents
840
- if ( !seed ) {
841
-
842
- if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {
843
- setDocument( context );
844
- }
845
- context = context || document;
846
-
847
- if ( documentIsHTML ) {
848
-
849
- // If the selector is sufficiently simple, try using a "get*By*" DOM method
850
- // (excepting DocumentFragment context, where the methods don't exist)
851
- if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {
852
-
853
- // ID selector
854
- if ( (m = match[1]) ) {
855
-
856
- // Document context
857
- if ( nodeType === 9 ) {
858
- if ( (elem = context.getElementById( m )) ) {
859
-
860
- // Support: IE, Opera, Webkit
861
- // TODO: identify versions
862
- // getElementById can match elements by name instead of ID
863
- if ( elem.id === m ) {
864
- results.push( elem );
865
- return results;
866
- }
867
- } else {
868
- return results;
869
- }
870
-
871
- // Element context
872
- } else {
873
-
874
- // Support: IE, Opera, Webkit
875
- // TODO: identify versions
876
- // getElementById can match elements by name instead of ID
877
- if ( newContext && (elem = newContext.getElementById( m )) &&
878
- contains( context, elem ) &&
879
- elem.id === m ) {
880
-
881
- results.push( elem );
882
- return results;
883
- }
884
- }
885
-
886
- // Type selector
887
- } else if ( match[2] ) {
888
- push.apply( results, context.getElementsByTagName( selector ) );
889
- return results;
890
-
891
- // Class selector
892
- } else if ( (m = match[3]) && support.getElementsByClassName &&
893
- context.getElementsByClassName ) {
894
-
895
- push.apply( results, context.getElementsByClassName( m ) );
896
- return results;
897
- }
898
- }
899
-
900
- // Take advantage of querySelectorAll
901
- if ( support.qsa &&
902
- !compilerCache[ selector + " " ] &&
903
- (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {
904
-
905
- if ( nodeType !== 1 ) {
906
- newContext = context;
907
- newSelector = selector;
908
-
909
- // qSA looks outside Element context, which is not what we want
910
- // Thanks to Andrew Dupont for this workaround technique
911
- // Support: IE <=8
912
- // Exclude object elements
913
- } else if ( context.nodeName.toLowerCase() !== "object" ) {
914
-
915
- // Capture the context ID, setting it first if necessary
916
- if ( (nid = context.getAttribute( "id" )) ) {
917
- nid = nid.replace( rcssescape, fcssescape );
918
- } else {
919
- context.setAttribute( "id", (nid = expando) );
920
- }
921
-
922
- // Prefix every selector in the list
923
- groups = tokenize( selector );
924
- i = groups.length;
925
- while ( i-- ) {
926
- groups[i] = "#" + nid + " " + toSelector( groups[i] );
927
- }
928
- newSelector = groups.join( "," );
929
-
930
- // Expand context for sibling selectors
931
- newContext = rsibling.test( selector ) && testContext( context.parentNode ) ||
932
- context;
933
- }
934
-
935
- if ( newSelector ) {
936
- try {
937
- push.apply( results,
938
- newContext.querySelectorAll( newSelector )
939
- );
940
- return results;
941
- } catch ( qsaError ) {
942
- } finally {
943
- if ( nid === expando ) {
944
- context.removeAttribute( "id" );
945
- }
946
- }
947
- }
948
- }
949
- }
950
- }
951
-
952
- // All others
953
- return select( selector.replace( rtrim, "$1" ), context, results, seed );
954
- }
955
-
956
- /**
957
- * Create key-value caches of limited size
958
- * @returns {function(string, object)} Returns the Object data after storing it on itself with
959
- * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)
960
- * deleting the oldest entry
961
- */
962
- function createCache() {
963
- var keys = [];
964
-
965
- function cache( key, value ) {
966
- // Use (key + " ") to avoid collision with native prototype properties (see Issue #157)
967
- if ( keys.push( key + " " ) > Expr.cacheLength ) {
968
- // Only keep the most recent entries
969
- delete cache[ keys.shift() ];
970
- }
971
- return (cache[ key + " " ] = value);
972
- }
973
- return cache;
974
- }
975
-
976
- /**
977
- * Mark a function for special use by Sizzle
978
- * @param {Function} fn The function to mark
979
- */
980
- function markFunction( fn ) {
981
- fn[ expando ] = true;
982
- return fn;
983
- }
984
-
985
- /**
986
- * Support testing using an element
987
- * @param {Function} fn Passed the created element and returns a boolean result
988
- */
989
- function assert( fn ) {
990
- var el = document.createElement("fieldset");
991
-
992
- try {
993
- return !!fn( el );
994
- } catch (e) {
995
- return false;
996
- } finally {
997
- // Remove from its parent by default
998
- if ( el.parentNode ) {
999
- el.parentNode.removeChild( el );
1000
- }
1001
- // release memory in IE
1002
- el = null;
1003
- }
1004
- }
1005
-
1006
- /**
1007
- * Adds the same handler for all of the specified attrs
1008
- * @param {String} attrs Pipe-separated list of attributes
1009
- * @param {Function} handler The method that will be applied
1010
- */
1011
- function addHandle( attrs, handler ) {
1012
- var arr = attrs.split("|"),
1013
- i = arr.length;
1014
-
1015
- while ( i-- ) {
1016
- Expr.attrHandle[ arr[i] ] = handler;
1017
- }
1018
- }
1019
-
1020
- /**
1021
- * Checks document order of two siblings
1022
- * @param {Element} a
1023
- * @param {Element} b
1024
- * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b
1025
- */
1026
- function siblingCheck( a, b ) {
1027
- var cur = b && a,
1028
- diff = cur && a.nodeType === 1 && b.nodeType === 1 &&
1029
- a.sourceIndex - b.sourceIndex;
1030
-
1031
- // Use IE sourceIndex if available on both nodes
1032
- if ( diff ) {
1033
- return diff;
1034
- }
1035
-
1036
- // Check if b follows a
1037
- if ( cur ) {
1038
- while ( (cur = cur.nextSibling) ) {
1039
- if ( cur === b ) {
1040
- return -1;
1041
- }
1042
- }
1043
- }
1044
-
1045
- return a ? 1 : -1;
1046
- }
1047
-
1048
- /**
1049
- * Returns a function to use in pseudos for input types
1050
- * @param {String} type
1051
- */
1052
- function createInputPseudo( type ) {
1053
- return function( elem ) {
1054
- var name = elem.nodeName.toLowerCase();
1055
- return name === "input" && elem.type === type;
1056
- };
1057
- }
1058
-
1059
- /**
1060
- * Returns a function to use in pseudos for buttons
1061
- * @param {String} type
1062
- */
1063
- function createButtonPseudo( type ) {
1064
- return function( elem ) {
1065
- var name = elem.nodeName.toLowerCase();
1066
- return (name === "input" || name === "button") && elem.type === type;
1067
- };
1068
- }
1069
-
1070
- /**
1071
- * Returns a function to use in pseudos for :enabled/:disabled
1072
- * @param {Boolean} disabled true for :disabled; false for :enabled
1073
- */
1074
- function createDisabledPseudo( disabled ) {
1075
-
1076
- // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable
1077
- return function( elem ) {
1078
-
1079
- // Only certain elements can match :enabled or :disabled
1080
- // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled
1081
- // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled
1082
- if ( "form" in elem ) {
1083
-
1084
- // Check for inherited disabledness on relevant non-disabled elements:
1085
- // * listed form-associated elements in a disabled fieldset
1086
- // https://html.spec.whatwg.org/multipage/forms.html#category-listed
1087
- // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled
1088
- // * option elements in a disabled optgroup
1089
- // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled
1090
- // All such elements have a "form" property.
1091
- if ( elem.parentNode && elem.disabled === false ) {
1092
-
1093
- // Option elements defer to a parent optgroup if present
1094
- if ( "label" in elem ) {
1095
- if ( "label" in elem.parentNode ) {
1096
- return elem.parentNode.disabled === disabled;
1097
- } else {
1098
- return elem.disabled === disabled;
1099
- }
1100
- }
1101
-
1102
- // Support: IE 6 - 11
1103
- // Use the isDisabled shortcut property to check for disabled fieldset ancestors
1104
- return elem.isDisabled === disabled ||
1105
-
1106
- // Where there is no isDisabled, check manually
1107
- /* jshint -W018 */
1108
- elem.isDisabled !== !disabled &&
1109
- disabledAncestor( elem ) === disabled;
1110
- }
1111
-
1112
- return elem.disabled === disabled;
1113
-
1114
- // Try to winnow out elements that can't be disabled before trusting the disabled property.
1115
- // Some victims get caught in our net (label, legend, menu, track), but it shouldn't
1116
- // even exist on them, let alone have a boolean value.
1117
- } else if ( "label" in elem ) {
1118
- return elem.disabled === disabled;
1119
- }
1120
-
1121
- // Remaining elements are neither :enabled nor :disabled
1122
- return false;
1123
- };
1124
- }
1125
-
1126
- /**
1127
- * Returns a function to use in pseudos for positionals
1128
- * @param {Function} fn
1129
- */
1130
- function createPositionalPseudo( fn ) {
1131
- return markFunction(function( argument ) {
1132
- argument = +argument;
1133
- return markFunction(function( seed, matches ) {
1134
- var j,
1135
- matchIndexes = fn( [], seed.length, argument ),
1136
- i = matchIndexes.length;
1137
-
1138
- // Match elements found at the specified indexes
1139
- while ( i-- ) {
1140
- if ( seed[ (j = matchIndexes[i]) ] ) {
1141
- seed[j] = !(matches[j] = seed[j]);
1142
- }
1143
- }
1144
- });
1145
- });
1146
- }
1147
-
1148
- /**
1149
- * Checks a node for validity as a Sizzle context
1150
- * @param {Element|Object=} context
1151
- * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value
1152
- */
1153
- function testContext( context ) {
1154
- return context && typeof context.getElementsByTagName !== "undefined" && context;
1155
- }
1156
-
1157
- // Expose support vars for convenience
1158
- support = Sizzle.support = {};
1159
-
1160
- /**
1161
- * Detects XML nodes
1162
- * @param {Element|Object} elem An element or a document
1163
- * @returns {Boolean} True iff elem is a non-HTML XML node
1164
- */
1165
- isXML = Sizzle.isXML = function( elem ) {
1166
- // documentElement is verified for cases where it doesn't yet exist
1167
- // (such as loading iframes in IE - #4833)
1168
- var documentElement = elem && (elem.ownerDocument || elem).documentElement;
1169
- return documentElement ? documentElement.nodeName !== "HTML" : false;
1170
- };
1171
-
1172
- /**
1173
- * Sets document-related variables once based on the current document
1174
- * @param {Element|Object} [doc] An element or document object to use to set the document
1175
- * @returns {Object} Returns the current document
1176
- */
1177
- setDocument = Sizzle.setDocument = function( node ) {
1178
- var hasCompare, subWindow,
1179
- doc = node ? node.ownerDocument || node : preferredDoc;
1180
-
1181
- // Return early if doc is invalid or already selected
1182
- if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
1183
- return document;
1184
- }
1185
-
1186
- // Update global variables
1187
- document = doc;
1188
- docElem = document.documentElement;
1189
- documentIsHTML = !isXML( document );
1190
-
1191
- // Support: IE 9-11, Edge
1192
- // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936)
1193
- if ( preferredDoc !== document &&
1194
- (subWindow = document.defaultView) && subWindow.top !== subWindow ) {
1195
-
1196
- // Support: IE 11, Edge
1197
- if ( subWindow.addEventListener ) {
1198
- subWindow.addEventListener( "unload", unloadHandler, false );
1199
-
1200
- // Support: IE 9 - 10 only
1201
- } else if ( subWindow.attachEvent ) {
1202
- subWindow.attachEvent( "onunload", unloadHandler );
1203
- }
1204
- }
1205
-
1206
- /* Attributes
1207
- ---------------------------------------------------------------------- */
1208
-
1209
- // Support: IE<8
1210
- // Verify that getAttribute really returns attributes and not properties
1211
- // (excepting IE8 booleans)
1212
- support.attributes = assert(function( el ) {
1213
- el.className = "i";
1214
- return !el.getAttribute("className");
1215
- });
1216
-
1217
- /* getElement(s)By*
1218
- ---------------------------------------------------------------------- */
1219
-
1220
- // Check if getElementsByTagName("*") returns only elements
1221
- support.getElementsByTagName = assert(function( el ) {
1222
- el.appendChild( document.createComment("") );
1223
- return !el.getElementsByTagName("*").length;
1224
- });
1225
-
1226
- // Support: IE<9
1227
- support.getElementsByClassName = rnative.test( document.getElementsByClassName );
1228
-
1229
- // Support: IE<10
1230
- // Check if getElementById returns elements by name
1231
- // The broken getElementById methods don't pick up programmatically-set names,
1232
- // so use a roundabout getElementsByName test
1233
- support.getById = assert(function( el ) {
1234
- docElem.appendChild( el ).id = expando;
1235
- return !document.getElementsByName || !document.getElementsByName( expando ).length;
1236
- });
1237
-
1238
- // ID filter and find
1239
- if ( support.getById ) {
1240
- Expr.filter["ID"] = function( id ) {
1241
- var attrId = id.replace( runescape, funescape );
1242
- return function( elem ) {
1243
- return elem.getAttribute("id") === attrId;
1244
- };
1245
- };
1246
- Expr.find["ID"] = function( id, context ) {
1247
- if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
1248
- var elem = context.getElementById( id );
1249
- return elem ? [ elem ] : [];
1250
- }
1251
- };
1252
- } else {
1253
- Expr.filter["ID"] = function( id ) {
1254
- var attrId = id.replace( runescape, funescape );
1255
- return function( elem ) {
1256
- var node = typeof elem.getAttributeNode !== "undefined" &&
1257
- elem.getAttributeNode("id");
1258
- return node && node.value === attrId;
1259
- };
1260
- };
1261
-
1262
- // Support: IE 6 - 7 only
1263
- // getElementById is not reliable as a find shortcut
1264
- Expr.find["ID"] = function( id, context ) {
1265
- if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
1266
- var node, i, elems,
1267
- elem = context.getElementById( id );
1268
-
1269
- if ( elem ) {
1270
-
1271
- // Verify the id attribute
1272
- node = elem.getAttributeNode("id");
1273
- if ( node && node.value === id ) {
1274
- return [ elem ];
1275
- }
1276
-
1277
- // Fall back on getElementsByName
1278
- elems = context.getElementsByName( id );
1279
- i = 0;
1280
- while ( (elem = elems[i++]) ) {
1281
- node = elem.getAttributeNode("id");
1282
- if ( node && node.value === id ) {
1283
- return [ elem ];
1284
- }
1285
- }
1286
- }
1287
-
1288
- return [];
1289
- }
1290
- };
1291
- }
1292
-
1293
- // Tag
1294
- Expr.find["TAG"] = support.getElementsByTagName ?
1295
- function( tag, context ) {
1296
- if ( typeof context.getElementsByTagName !== "undefined" ) {
1297
- return context.getElementsByTagName( tag );
1298
-
1299
- // DocumentFragment nodes don't have gEBTN
1300
- } else if ( support.qsa ) {
1301
- return context.querySelectorAll( tag );
1302
- }
1303
- } :
1304
-
1305
- function( tag, context ) {
1306
- var elem,
1307
- tmp = [],
1308
- i = 0,
1309
- // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too
1310
- results = context.getElementsByTagName( tag );
1311
-
1312
- // Filter out possible comments
1313
- if ( tag === "*" ) {
1314
- while ( (elem = results[i++]) ) {
1315
- if ( elem.nodeType === 1 ) {
1316
- tmp.push( elem );
1317
- }
1318
- }
1319
-
1320
- return tmp;
1321
- }
1322
- return results;
1323
- };
1324
-
1325
- // Class
1326
- Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) {
1327
- if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) {
1328
- return context.getElementsByClassName( className );
1329
- }
1330
- };
1331
-
1332
- /* QSA/matchesSelector
1333
- ---------------------------------------------------------------------- */
1334
-
1335
- // QSA and matchesSelector support
1336
-
1337
- // matchesSelector(:active) reports false when true (IE9/Opera 11.5)
1338
- rbuggyMatches = [];
1339
-
1340
- // qSa(:focus) reports false when true (Chrome 21)
1341
- // We allow this because of a bug in IE8/9 that throws an error
1342
- // whenever `document.activeElement` is accessed on an iframe
1343
- // So, we allow :focus to pass through QSA all the time to avoid the IE error
1344
- // See https://bugs.jquery.com/ticket/13378
1345
- rbuggyQSA = [];
1346
-
1347
- if ( (support.qsa = rnative.test( document.querySelectorAll )) ) {
1348
- // Build QSA regex
1349
- // Regex strategy adopted from Diego Perini
1350
- assert(function( el ) {
1351
- // Select is set to empty string on purpose
1352
- // This is to test IE's treatment of not explicitly
1353
- // setting a boolean content attribute,
1354
- // since its presence should be enough
1355
- // https://bugs.jquery.com/ticket/12359
1356
- docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
1357
- "<select id='" + expando + "-\r\\' msallowcapture=''>" +
1358
- "<option selected=''></option></select>";
1359
-
1360
- // Support: IE8, Opera 11-12.16
1361
- // Nothing should be selected when empty strings follow ^= or $= or *=
1362
- // The test attribute must be unknown in Opera but "safe" for WinRT
1363
- // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
1364
- if ( el.querySelectorAll("[msallowcapture^='']").length ) {
1365
- rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
1366
- }
1367
-
1368
- // Support: IE8
1369
- // Boolean attributes and "value" are not treated correctly
1370
- if ( !el.querySelectorAll("[selected]").length ) {
1371
- rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" );
1372
- }
1373
-
1374
- // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+
1375
- if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
1376
- rbuggyQSA.push("~=");
1377
- }
1378
-
1379
- // Webkit/Opera - :checked should return selected option elements
1380
- // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
1381
- // IE8 throws error here and will not see later tests
1382
- if ( !el.querySelectorAll(":checked").length ) {
1383
- rbuggyQSA.push(":checked");
1384
- }
1385
-
1386
- // Support: Safari 8+, iOS 8+
1387
- // https://bugs.webkit.org/show_bug.cgi?id=136851
1388
- // In-page `selector#id sibling-combinator selector` fails
1389
- if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) {
1390
- rbuggyQSA.push(".#.+[+~]");
1391
- }
1392
- });
1393
-
1394
- assert(function( el ) {
1395
- el.innerHTML = "<a href='' disabled='disabled'></a>" +
1396
- "<select disabled='disabled'><option/></select>";
1397
-
1398
- // Support: Windows 8 Native Apps
1399
- // The type and name attributes are restricted during .innerHTML assignment
1400
- var input = document.createElement("input");
1401
- input.setAttribute( "type", "hidden" );
1402
- el.appendChild( input ).setAttribute( "name", "D" );
1403
-
1404
- // Support: IE8
1405
- // Enforce case-sensitivity of name attribute
1406
- if ( el.querySelectorAll("[name=d]").length ) {
1407
- rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" );
1408
- }
1409
-
1410
- // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)
1411
- // IE8 throws error here and will not see later tests
1412
- if ( el.querySelectorAll(":enabled").length !== 2 ) {
1413
- rbuggyQSA.push( ":enabled", ":disabled" );
1414
- }
1415
-
1416
- // Support: IE9-11+
1417
- // IE's :disabled selector does not pick up the children of disabled fieldsets
1418
- docElem.appendChild( el ).disabled = true;
1419
- if ( el.querySelectorAll(":disabled").length !== 2 ) {
1420
- rbuggyQSA.push( ":enabled", ":disabled" );
1421
- }
1422
-
1423
- // Opera 10-11 does not throw on post-comma invalid pseudos
1424
- el.querySelectorAll("*,:x");
1425
- rbuggyQSA.push(",.*:");
1426
- });
1427
- }
1428
-
1429
- if ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||
1430
- docElem.webkitMatchesSelector ||
1431
- docElem.mozMatchesSelector ||
1432
- docElem.oMatchesSelector ||
1433
- docElem.msMatchesSelector) )) ) {
1434
-
1435
- assert(function( el ) {
1436
- // Check to see if it's possible to do matchesSelector
1437
- // on a disconnected node (IE 9)
1438
- support.disconnectedMatch = matches.call( el, "*" );
1439
-
1440
- // This should fail with an exception
1441
- // Gecko does not error, returns false instead
1442
- matches.call( el, "[s!='']:x" );
1443
- rbuggyMatches.push( "!=", pseudos );
1444
- });
1445
- }
1446
-
1447
- rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") );
1448
- rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") );
1449
-
1450
- /* Contains
1451
- ---------------------------------------------------------------------- */
1452
- hasCompare = rnative.test( docElem.compareDocumentPosition );
1453
-
1454
- // Element contains another
1455
- // Purposefully self-exclusive
1456
- // As in, an element does not contain itself
1457
- contains = hasCompare || rnative.test( docElem.contains ) ?
1458
- function( a, b ) {
1459
- var adown = a.nodeType === 9 ? a.documentElement : a,
1460
- bup = b && b.parentNode;
1461
- return a === bup || !!( bup && bup.nodeType === 1 && (
1462
- adown.contains ?
1463
- adown.contains( bup ) :
1464
- a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16
1465
- ));
1466
- } :
1467
- function( a, b ) {
1468
- if ( b ) {
1469
- while ( (b = b.parentNode) ) {
1470
- if ( b === a ) {
1471
- return true;
1472
- }
1473
- }
1474
- }
1475
- return false;
1476
- };
1477
-
1478
- /* Sorting
1479
- ---------------------------------------------------------------------- */
1480
-
1481
- // Document order sorting
1482
- sortOrder = hasCompare ?
1483
- function( a, b ) {
1484
-
1485
- // Flag for duplicate removal
1486
- if ( a === b ) {
1487
- hasDuplicate = true;
1488
- return 0;
1489
- }
1490
-
1491
- // Sort on method existence if only one input has compareDocumentPosition
1492
- var compare = !a.compareDocumentPosition - !b.compareDocumentPosition;
1493
- if ( compare ) {
1494
- return compare;
1495
- }
1496
-
1497
- // Calculate position if both inputs belong to the same document
1498
- compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?
1499
- a.compareDocumentPosition( b ) :
1500
-
1501
- // Otherwise we know they are disconnected
1502
- 1;
1503
-
1504
- // Disconnected nodes
1505
- if ( compare & 1 ||
1506
- (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {
1507
-
1508
- // Choose the first element that is related to our preferred document
1509
- if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {
1510
- return -1;
1511
- }
1512
- if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {
1513
- return 1;
1514
- }
1515
-
1516
- // Maintain original order
1517
- return sortInput ?
1518
- ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
1519
- 0;
1520
- }
1521
-
1522
- return compare & 4 ? -1 : 1;
1523
- } :
1524
- function( a, b ) {
1525
- // Exit early if the nodes are identical
1526
- if ( a === b ) {
1527
- hasDuplicate = true;
1528
- return 0;
1529
- }
1530
-
1531
- var cur,
1532
- i = 0,
1533
- aup = a.parentNode,
1534
- bup = b.parentNode,
1535
- ap = [ a ],
1536
- bp = [ b ];
1537
-
1538
- // Parentless nodes are either documents or disconnected
1539
- if ( !aup || !bup ) {
1540
- return a === document ? -1 :
1541
- b === document ? 1 :
1542
- aup ? -1 :
1543
- bup ? 1 :
1544
- sortInput ?
1545
- ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
1546
- 0;
1547
-
1548
- // If the nodes are siblings, we can do a quick check
1549
- } else if ( aup === bup ) {
1550
- return siblingCheck( a, b );
1551
- }
1552
-
1553
- // Otherwise we need full lists of their ancestors for comparison
1554
- cur = a;
1555
- while ( (cur = cur.parentNode) ) {
1556
- ap.unshift( cur );
1557
- }
1558
- cur = b;
1559
- while ( (cur = cur.parentNode) ) {
1560
- bp.unshift( cur );
1561
- }
1562
-
1563
- // Walk down the tree looking for a discrepancy
1564
- while ( ap[i] === bp[i] ) {
1565
- i++;
1566
- }
1567
-
1568
- return i ?
1569
- // Do a sibling check if the nodes have a common ancestor
1570
- siblingCheck( ap[i], bp[i] ) :
1571
-
1572
- // Otherwise nodes in our document sort first
1573
- ap[i] === preferredDoc ? -1 :
1574
- bp[i] === preferredDoc ? 1 :
1575
- 0;
1576
- };
1577
-
1578
- return document;
1579
- };
1580
-
1581
- Sizzle.matches = function( expr, elements ) {
1582
- return Sizzle( expr, null, null, elements );
1583
- };
1584
-
1585
- Sizzle.matchesSelector = function( elem, expr ) {
1586
- // Set document vars if needed
1587
- if ( ( elem.ownerDocument || elem ) !== document ) {
1588
- setDocument( elem );
1589
- }
1590
-
1591
- // Make sure that attribute selectors are quoted
1592
- expr = expr.replace( rattributeQuotes, "='$1']" );
1593
-
1594
- if ( support.matchesSelector && documentIsHTML &&
1595
- !compilerCache[ expr + " " ] &&
1596
- ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
1597
- ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {
1598
-
1599
- try {
1600
- var ret = matches.call( elem, expr );
1601
-
1602
- // IE 9's matchesSelector returns false on disconnected nodes
1603
- if ( ret || support.disconnectedMatch ||
1604
- // As well, disconnected nodes are said to be in a document
1605
- // fragment in IE 9
1606
- elem.document && elem.document.nodeType !== 11 ) {
1607
- return ret;
1608
- }
1609
- } catch (e) {}
1610
- }
1611
-
1612
- return Sizzle( expr, document, null, [ elem ] ).length > 0;
1613
- };
1614
-
1615
- Sizzle.contains = function( context, elem ) {
1616
- // Set document vars if needed
1617
- if ( ( context.ownerDocument || context ) !== document ) {
1618
- setDocument( context );
1619
- }
1620
- return contains( context, elem );
1621
- };
1622
-
1623
- Sizzle.attr = function( elem, name ) {
1624
- // Set document vars if needed
1625
- if ( ( elem.ownerDocument || elem ) !== document ) {
1626
- setDocument( elem );
1627
- }
1628
-
1629
- var fn = Expr.attrHandle[ name.toLowerCase() ],
1630
- // Don't get fooled by Object.prototype properties (jQuery #13807)
1631
- val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?
1632
- fn( elem, name, !documentIsHTML ) :
1633
- undefined;
1634
-
1635
- return val !== undefined ?
1636
- val :
1637
- support.attributes || !documentIsHTML ?
1638
- elem.getAttribute( name ) :
1639
- (val = elem.getAttributeNode(name)) && val.specified ?
1640
- val.value :
1641
- null;
1642
- };
1643
-
1644
- Sizzle.escape = function( sel ) {
1645
- return (sel + "").replace( rcssescape, fcssescape );
1646
- };
1647
-
1648
- Sizzle.error = function( msg ) {
1649
- throw new Error( "Syntax error, unrecognized expression: " + msg );
1650
- };
1651
-
1652
- /**
1653
- * Document sorting and removing duplicates
1654
- * @param {ArrayLike} results
1655
- */
1656
- Sizzle.uniqueSort = function( results ) {
1657
- var elem,
1658
- duplicates = [],
1659
- j = 0,
1660
- i = 0;
1661
-
1662
- // Unless we *know* we can detect duplicates, assume their presence
1663
- hasDuplicate = !support.detectDuplicates;
1664
- sortInput = !support.sortStable && results.slice( 0 );
1665
- results.sort( sortOrder );
1666
-
1667
- if ( hasDuplicate ) {
1668
- while ( (elem = results[i++]) ) {
1669
- if ( elem === results[ i ] ) {
1670
- j = duplicates.push( i );
1671
- }
1672
- }
1673
- while ( j-- ) {
1674
- results.splice( duplicates[ j ], 1 );
1675
- }
1676
- }
1677
-
1678
- // Clear input after sorting to release objects
1679
- // See https://github.com/jquery/sizzle/pull/225
1680
- sortInput = null;
1681
-
1682
- return results;
1683
- };
1684
-
1685
- /**
1686
- * Utility function for retrieving the text value of an array of DOM nodes
1687
- * @param {Array|Element} elem
1688
- */
1689
- getText = Sizzle.getText = function( elem ) {
1690
- var node,
1691
- ret = "",
1692
- i = 0,
1693
- nodeType = elem.nodeType;
1694
-
1695
- if ( !nodeType ) {
1696
- // If no nodeType, this is expected to be an array
1697
- while ( (node = elem[i++]) ) {
1698
- // Do not traverse comment nodes
1699
- ret += getText( node );
1700
- }
1701
- } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
1702
- // Use textContent for elements
1703
- // innerText usage removed for consistency of new lines (jQuery #11153)
1704
- if ( typeof elem.textContent === "string" ) {
1705
- return elem.textContent;
1706
- } else {
1707
- // Traverse its children
1708
- for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
1709
- ret += getText( elem );
1710
- }
1711
- }
1712
- } else if ( nodeType === 3 || nodeType === 4 ) {
1713
- return elem.nodeValue;
1714
- }
1715
- // Do not include comment or processing instruction nodes
1716
-
1717
- return ret;
1718
- };
1719
-
1720
- Expr = Sizzle.selectors = {
1721
-
1722
- // Can be adjusted by the user
1723
- cacheLength: 50,
1724
-
1725
- createPseudo: markFunction,
1726
-
1727
- match: matchExpr,
1728
-
1729
- attrHandle: {},
1730
-
1731
- find: {},
1732
-
1733
- relative: {
1734
- ">": { dir: "parentNode", first: true },
1735
- " ": { dir: "parentNode" },
1736
- "+": { dir: "previousSibling", first: true },
1737
- "~": { dir: "previousSibling" }
1738
- },
1739
-
1740
- preFilter: {
1741
- "ATTR": function( match ) {
1742
- match[1] = match[1].replace( runescape, funescape );
1743
-
1744
- // Move the given value to match[3] whether quoted or unquoted
1745
- match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape );
1746
-
1747
- if ( match[2] === "~=" ) {
1748
- match[3] = " " + match[3] + " ";
1749
- }
1750
-
1751
- return match.slice( 0, 4 );
1752
- },
1753
-
1754
- "CHILD": function( match ) {
1755
- /* matches from matchExpr["CHILD"]
1756
- 1 type (only|nth|...)
1757
- 2 what (child|of-type)
1758
- 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...)
1759
- 4 xn-component of xn+y argument ([+-]?\d*n|)
1760
- 5 sign of xn-component
1761
- 6 x of xn-component
1762
- 7 sign of y-component
1763
- 8 y of y-component
1764
- */
1765
- match[1] = match[1].toLowerCase();
1766
-
1767
- if ( match[1].slice( 0, 3 ) === "nth" ) {
1768
- // nth-* requires argument
1769
- if ( !match[3] ) {
1770
- Sizzle.error( match[0] );
1771
- }
1772
-
1773
- // numeric x and y parameters for Expr.filter.CHILD
1774
- // remember that false/true cast respectively to 0/1
1775
- match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) );
1776
- match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" );
1777
-
1778
- // other types prohibit arguments
1779
- } else if ( match[3] ) {
1780
- Sizzle.error( match[0] );
1781
- }
1782
-
1783
- return match;
1784
- },
1785
-
1786
- "PSEUDO": function( match ) {
1787
- var excess,
1788
- unquoted = !match[6] && match[2];
1789
-
1790
- if ( matchExpr["CHILD"].test( match[0] ) ) {
1791
- return null;
1792
- }
1793
-
1794
- // Accept quoted arguments as-is
1795
- if ( match[3] ) {
1796
- match[2] = match[4] || match[5] || "";
1797
-
1798
- // Strip excess characters from unquoted arguments
1799
- } else if ( unquoted && rpseudo.test( unquoted ) &&
1800
- // Get excess from tokenize (recursively)
1801
- (excess = tokenize( unquoted, true )) &&
1802
- // advance to the next closing parenthesis
1803
- (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
1804
-
1805
- // excess is a negative index
1806
- match[0] = match[0].slice( 0, excess );
1807
- match[2] = unquoted.slice( 0, excess );
1808
- }
1809
-
1810
- // Return only captures needed by the pseudo filter method (type and argument)
1811
- return match.slice( 0, 3 );
1812
- }
1813
- },
1814
-
1815
- filter: {
1816
-
1817
- "TAG": function( nodeNameSelector ) {
1818
- var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();
1819
- return nodeNameSelector === "*" ?
1820
- function() { return true; } :
1821
- function( elem ) {
1822
- return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;
1823
- };
1824
- },
1825
-
1826
- "CLASS": function( className ) {
1827
- var pattern = classCache[ className + " " ];
1828
-
1829
- return pattern ||
1830
- (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&
1831
- classCache( className, function( elem ) {
1832
- return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" );
1833
- });
1834
- },
1835
-
1836
- "ATTR": function( name, operator, check ) {
1837
- return function( elem ) {
1838
- var result = Sizzle.attr( elem, name );
1839
-
1840
- if ( result == null ) {
1841
- return operator === "!=";
1842
- }
1843
- if ( !operator ) {
1844
- return true;
1845
- }
1846
-
1847
- result += "";
1848
-
1849
- return operator === "=" ? result === check :
1850
- operator === "!=" ? result !== check :
1851
- operator === "^=" ? check && result.indexOf( check ) === 0 :
1852
- operator === "*=" ? check && result.indexOf( check ) > -1 :
1853
- operator === "$=" ? check && result.slice( -check.length ) === check :
1854
- operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 :
1855
- operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" :
1856
- false;
1857
- };
1858
- },
1859
-
1860
- "CHILD": function( type, what, argument, first, last ) {
1861
- var simple = type.slice( 0, 3 ) !== "nth",
1862
- forward = type.slice( -4 ) !== "last",
1863
- ofType = what === "of-type";
1864
-
1865
- return first === 1 && last === 0 ?
1866
-
1867
- // Shortcut for :nth-*(n)
1868
- function( elem ) {
1869
- return !!elem.parentNode;
1870
- } :
1871
-
1872
- function( elem, context, xml ) {
1873
- var cache, uniqueCache, outerCache, node, nodeIndex, start,
1874
- dir = simple !== forward ? "nextSibling" : "previousSibling",
1875
- parent = elem.parentNode,
1876
- name = ofType && elem.nodeName.toLowerCase(),
1877
- useCache = !xml && !ofType,
1878
- diff = false;
1879
-
1880
- if ( parent ) {
1881
-
1882
- // :(first|last|only)-(child|of-type)
1883
- if ( simple ) {
1884
- while ( dir ) {
1885
- node = elem;
1886
- while ( (node = node[ dir ]) ) {
1887
- if ( ofType ?
1888
- node.nodeName.toLowerCase() === name :
1889
- node.nodeType === 1 ) {
1890
-
1891
- return false;
1892
- }
1893
- }
1894
- // Reverse direction for :only-* (if we haven't yet done so)
1895
- start = dir = type === "only" && !start && "nextSibling";
1896
- }
1897
- return true;
1898
- }
1899
-
1900
- start = [ forward ? parent.firstChild : parent.lastChild ];
1901
-
1902
- // non-xml :nth-child(...) stores cache data on `parent`
1903
- if ( forward && useCache ) {
1904
-
1905
- // Seek `elem` from a previously-cached index
1906
-
1907
- // ...in a gzip-friendly way
1908
- node = parent;
1909
- outerCache = node[ expando ] || (node[ expando ] = {});
1910
-
1911
- // Support: IE <9 only
1912
- // Defend against cloned attroperties (jQuery gh-1709)
1913
- uniqueCache = outerCache[ node.uniqueID ] ||
1914
- (outerCache[ node.uniqueID ] = {});
1915
-
1916
- cache = uniqueCache[ type ] || [];
1917
- nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
1918
- diff = nodeIndex && cache[ 2 ];
1919
- node = nodeIndex && parent.childNodes[ nodeIndex ];
1920
-
1921
- while ( (node = ++nodeIndex && node && node[ dir ] ||
1922
-
1923
- // Fallback to seeking `elem` from the start
1924
- (diff = nodeIndex = 0) || start.pop()) ) {
1925
-
1926
- // When found, cache indexes on `parent` and break
1927
- if ( node.nodeType === 1 && ++diff && node === elem ) {
1928
- uniqueCache[ type ] = [ dirruns, nodeIndex, diff ];
1929
- break;
1930
- }
1931
- }
1932
-
1933
- } else {
1934
- // Use previously-cached element index if available
1935
- if ( useCache ) {
1936
- // ...in a gzip-friendly way
1937
- node = elem;
1938
- outerCache = node[ expando ] || (node[ expando ] = {});
1939
-
1940
- // Support: IE <9 only
1941
- // Defend against cloned attroperties (jQuery gh-1709)
1942
- uniqueCache = outerCache[ node.uniqueID ] ||
1943
- (outerCache[ node.uniqueID ] = {});
1944
-
1945
- cache = uniqueCache[ type ] || [];
1946
- nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
1947
- diff = nodeIndex;
1948
- }
1949
-
1950
- // xml :nth-child(...)
1951
- // or :nth-last-child(...) or :nth(-last)?-of-type(...)
1952
- if ( diff === false ) {
1953
- // Use the same loop as above to seek `elem` from the start
1954
- while ( (node = ++nodeIndex && node && node[ dir ] ||
1955
- (diff = nodeIndex = 0) || start.pop()) ) {
1956
-
1957
- if ( ( ofType ?
1958
- node.nodeName.toLowerCase() === name :
1959
- node.nodeType === 1 ) &&
1960
- ++diff ) {
1961
-
1962
- // Cache the index of each encountered element
1963
- if ( useCache ) {
1964
- outerCache = node[ expando ] || (node[ expando ] = {});
1965
-
1966
- // Support: IE <9 only
1967
- // Defend against cloned attroperties (jQuery gh-1709)
1968
- uniqueCache = outerCache[ node.uniqueID ] ||
1969
- (outerCache[ node.uniqueID ] = {});
1970
-
1971
- uniqueCache[ type ] = [ dirruns, diff ];
1972
- }
1973
-
1974
- if ( node === elem ) {
1975
- break;
1976
- }
1977
- }
1978
- }
1979
- }
1980
- }
1981
-
1982
- // Incorporate the offset, then check against cycle size
1983
- diff -= last;
1984
- return diff === first || ( diff % first === 0 && diff / first >= 0 );
1985
- }
1986
- };
1987
- },
1988
-
1989
- "PSEUDO": function( pseudo, argument ) {
1990
- // pseudo-class names are case-insensitive
1991
- // http://www.w3.org/TR/selectors/#pseudo-classes
1992
- // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
1993
- // Remember that setFilters inherits from pseudos
1994
- var args,
1995
- fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||
1996
- Sizzle.error( "unsupported pseudo: " + pseudo );
1997
-
1998
- // The user may use createPseudo to indicate that
1999
- // arguments are needed to create the filter function
2000
- // just as Sizzle does
2001
- if ( fn[ expando ] ) {
2002
- return fn( argument );
2003
- }
2004
-
2005
- // But maintain support for old signatures
2006
- if ( fn.length > 1 ) {
2007
- args = [ pseudo, pseudo, "", argument ];
2008
- return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?
2009
- markFunction(function( seed, matches ) {
2010
- var idx,
2011
- matched = fn( seed, argument ),
2012
- i = matched.length;
2013
- while ( i-- ) {
2014
- idx = indexOf( seed, matched[i] );
2015
- seed[ idx ] = !( matches[ idx ] = matched[i] );
2016
- }
2017
- }) :
2018
- function( elem ) {
2019
- return fn( elem, 0, args );
2020
- };
2021
- }
2022
-
2023
- return fn;
2024
- }
2025
- },
2026
-
2027
- pseudos: {
2028
- // Potentially complex pseudos
2029
- "not": markFunction(function( selector ) {
2030
- // Trim the selector passed to compile
2031
- // to avoid treating leading and trailing
2032
- // spaces as combinators
2033
- var input = [],
2034
- results = [],
2035
- matcher = compile( selector.replace( rtrim, "$1" ) );
2036
-
2037
- return matcher[ expando ] ?
2038
- markFunction(function( seed, matches, context, xml ) {
2039
- var elem,
2040
- unmatched = matcher( seed, null, xml, [] ),
2041
- i = seed.length;
2042
-
2043
- // Match elements unmatched by `matcher`
2044
- while ( i-- ) {
2045
- if ( (elem = unmatched[i]) ) {
2046
- seed[i] = !(matches[i] = elem);
2047
- }
2048
- }
2049
- }) :
2050
- function( elem, context, xml ) {
2051
- input[0] = elem;
2052
- matcher( input, null, xml, results );
2053
- // Don't keep the element (issue #299)
2054
- input[0] = null;
2055
- return !results.pop();
2056
- };
2057
- }),
2058
-
2059
- "has": markFunction(function( selector ) {
2060
- return function( elem ) {
2061
- return Sizzle( selector, elem ).length > 0;
2062
- };
2063
- }),
2064
-
2065
- "contains": markFunction(function( text ) {
2066
- text = text.replace( runescape, funescape );
2067
- return function( elem ) {
2068
- return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
2069
- };
2070
- }),
2071
-
2072
- // "Whether an element is represented by a :lang() selector
2073
- // is based solely on the element's language value
2074
- // being equal to the identifier C,
2075
- // or beginning with the identifier C immediately followed by "-".
2076
- // The matching of C against the element's language value is performed case-insensitively.
2077
- // The identifier C does not have to be a valid language name."
2078
- // http://www.w3.org/TR/selectors/#lang-pseudo
2079
- "lang": markFunction( function( lang ) {
2080
- // lang value must be a valid identifier
2081
- if ( !ridentifier.test(lang || "") ) {
2082
- Sizzle.error( "unsupported lang: " + lang );
2083
- }
2084
- lang = lang.replace( runescape, funescape ).toLowerCase();
2085
- return function( elem ) {
2086
- var elemLang;
2087
- do {
2088
- if ( (elemLang = documentIsHTML ?
2089
- elem.lang :
2090
- elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) {
2091
-
2092
- elemLang = elemLang.toLowerCase();
2093
- return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0;
2094
- }
2095
- } while ( (elem = elem.parentNode) && elem.nodeType === 1 );
2096
- return false;
2097
- };
2098
- }),
2099
-
2100
- // Miscellaneous
2101
- "target": function( elem ) {
2102
- var hash = window.location && window.location.hash;
2103
- return hash && hash.slice( 1 ) === elem.id;
2104
- },
2105
-
2106
- "root": function( elem ) {
2107
- return elem === docElem;
2108
- },
2109
-
2110
- "focus": function( elem ) {
2111
- return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);
2112
- },
2113
-
2114
- // Boolean properties
2115
- "enabled": createDisabledPseudo( false ),
2116
- "disabled": createDisabledPseudo( true ),
2117
-
2118
- "checked": function( elem ) {
2119
- // In CSS3, :checked should return both checked and selected elements
2120
- // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
2121
- var nodeName = elem.nodeName.toLowerCase();
2122
- return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
2123
- },
2124
-
2125
- "selected": function( elem ) {
2126
- // Accessing this property makes selected-by-default
2127
- // options in Safari work properly
2128
- if ( elem.parentNode ) {
2129
- elem.parentNode.selectedIndex;
2130
- }
2131
-
2132
- return elem.selected === true;
2133
- },
2134
-
2135
- // Contents
2136
- "empty": function( elem ) {
2137
- // http://www.w3.org/TR/selectors/#empty-pseudo
2138
- // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),
2139
- // but not by others (comment: 8; processing instruction: 7; etc.)
2140
- // nodeType < 6 works because attributes (2) do not appear as children
2141
- for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
2142
- if ( elem.nodeType < 6 ) {
2143
- return false;
2144
- }
2145
- }
2146
- return true;
2147
- },
2148
-
2149
- "parent": function( elem ) {
2150
- return !Expr.pseudos["empty"]( elem );
2151
- },
2152
-
2153
- // Element/input types
2154
- "header": function( elem ) {
2155
- return rheader.test( elem.nodeName );
2156
- },
2157
-
2158
- "input": function( elem ) {
2159
- return rinputs.test( elem.nodeName );
2160
- },
2161
-
2162
- "button": function( elem ) {
2163
- var name = elem.nodeName.toLowerCase();
2164
- return name === "input" && elem.type === "button" || name === "button";
2165
- },
2166
-
2167
- "text": function( elem ) {
2168
- var attr;
2169
- return elem.nodeName.toLowerCase() === "input" &&
2170
- elem.type === "text" &&
2171
-
2172
- // Support: IE<8
2173
- // New HTML5 attribute values (e.g., "search") appear with elem.type === "text"
2174
- ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" );
2175
- },
2176
-
2177
- // Position-in-collection
2178
- "first": createPositionalPseudo(function() {
2179
- return [ 0 ];
2180
- }),
2181
-
2182
- "last": createPositionalPseudo(function( matchIndexes, length ) {
2183
- return [ length - 1 ];
2184
- }),
2185
-
2186
- "eq": createPositionalPseudo(function( matchIndexes, length, argument ) {
2187
- return [ argument < 0 ? argument + length : argument ];
2188
- }),
2189
-
2190
- "even": createPositionalPseudo(function( matchIndexes, length ) {
2191
- var i = 0;
2192
- for ( ; i < length; i += 2 ) {
2193
- matchIndexes.push( i );
2194
- }
2195
- return matchIndexes;
2196
- }),
2197
-
2198
- "odd": createPositionalPseudo(function( matchIndexes, length ) {
2199
- var i = 1;
2200
- for ( ; i < length; i += 2 ) {
2201
- matchIndexes.push( i );
2202
- }
2203
- return matchIndexes;
2204
- }),
2205
-
2206
- "lt": createPositionalPseudo(function( matchIndexes, length, argument ) {
2207
- var i = argument < 0 ? argument + length : argument;
2208
- for ( ; --i >= 0; ) {
2209
- matchIndexes.push( i );
2210
- }
2211
- return matchIndexes;
2212
- }),
2213
-
2214
- "gt": createPositionalPseudo(function( matchIndexes, length, argument ) {
2215
- var i = argument < 0 ? argument + length : argument;
2216
- for ( ; ++i < length; ) {
2217
- matchIndexes.push( i );
2218
- }
2219
- return matchIndexes;
2220
- })
2221
- }
2222
- };
2223
-
2224
- Expr.pseudos["nth"] = Expr.pseudos["eq"];
2225
-
2226
- // Add button/input type pseudos
2227
- for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {
2228
- Expr.pseudos[ i ] = createInputPseudo( i );
2229
- }
2230
- for ( i in { submit: true, reset: true } ) {
2231
- Expr.pseudos[ i ] = createButtonPseudo( i );
2232
- }
2233
-
2234
- // Easy API for creating new setFilters
2235
- function setFilters() {}
2236
- setFilters.prototype = Expr.filters = Expr.pseudos;
2237
- Expr.setFilters = new setFilters();
2238
-
2239
- tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
2240
- var matched, match, tokens, type,
2241
- soFar, groups, preFilters,
2242
- cached = tokenCache[ selector + " " ];
2243
-
2244
- if ( cached ) {
2245
- return parseOnly ? 0 : cached.slice( 0 );
2246
- }
2247
-
2248
- soFar = selector;
2249
- groups = [];
2250
- preFilters = Expr.preFilter;
2251
-
2252
- while ( soFar ) {
2253
-
2254
- // Comma and first run
2255
- if ( !matched || (match = rcomma.exec( soFar )) ) {
2256
- if ( match ) {
2257
- // Don't consume trailing commas as valid
2258
- soFar = soFar.slice( match[0].length ) || soFar;
2259
- }
2260
- groups.push( (tokens = []) );
2261
- }
2262
-
2263
- matched = false;
2264
-
2265
- // Combinators
2266
- if ( (match = rcombinators.exec( soFar )) ) {
2267
- matched = match.shift();
2268
- tokens.push({
2269
- value: matched,
2270
- // Cast descendant combinators to space
2271
- type: match[0].replace( rtrim, " " )
2272
- });
2273
- soFar = soFar.slice( matched.length );
2274
- }
2275
-
2276
- // Filters
2277
- for ( type in Expr.filter ) {
2278
- if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||
2279
- (match = preFilters[ type ]( match ))) ) {
2280
- matched = match.shift();
2281
- tokens.push({
2282
- value: matched,
2283
- type: type,
2284
- matches: match
2285
- });
2286
- soFar = soFar.slice( matched.length );
2287
- }
2288
- }
2289
-
2290
- if ( !matched ) {
2291
- break;
2292
- }
2293
- }
2294
-
2295
- // Return the length of the invalid excess
2296
- // if we're just parsing
2297
- // Otherwise, throw an error or return tokens
2298
- return parseOnly ?
2299
- soFar.length :
2300
- soFar ?
2301
- Sizzle.error( selector ) :
2302
- // Cache the tokens
2303
- tokenCache( selector, groups ).slice( 0 );
2304
- };
2305
-
2306
- function toSelector( tokens ) {
2307
- var i = 0,
2308
- len = tokens.length,
2309
- selector = "";
2310
- for ( ; i < len; i++ ) {
2311
- selector += tokens[i].value;
2312
- }
2313
- return selector;
2314
- }
2315
-
2316
- function addCombinator( matcher, combinator, base ) {
2317
- var dir = combinator.dir,
2318
- skip = combinator.next,
2319
- key = skip || dir,
2320
- checkNonElements = base && key === "parentNode",
2321
- doneName = done++;
2322
-
2323
- return combinator.first ?
2324
- // Check against closest ancestor/preceding element
2325
- function( elem, context, xml ) {
2326
- while ( (elem = elem[ dir ]) ) {
2327
- if ( elem.nodeType === 1 || checkNonElements ) {
2328
- return matcher( elem, context, xml );
2329
- }
2330
- }
2331
- return false;
2332
- } :
2333
-
2334
- // Check against all ancestor/preceding elements
2335
- function( elem, context, xml ) {
2336
- var oldCache, uniqueCache, outerCache,
2337
- newCache = [ dirruns, doneName ];
2338
-
2339
- // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching
2340
- if ( xml ) {
2341
- while ( (elem = elem[ dir ]) ) {
2342
- if ( elem.nodeType === 1 || checkNonElements ) {
2343
- if ( matcher( elem, context, xml ) ) {
2344
- return true;
2345
- }
2346
- }
2347
- }
2348
- } else {
2349
- while ( (elem = elem[ dir ]) ) {
2350
- if ( elem.nodeType === 1 || checkNonElements ) {
2351
- outerCache = elem[ expando ] || (elem[ expando ] = {});
2352
-
2353
- // Support: IE <9 only
2354
- // Defend against cloned attroperties (jQuery gh-1709)
2355
- uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});
2356
-
2357
- if ( skip && skip === elem.nodeName.toLowerCase() ) {
2358
- elem = elem[ dir ] || elem;
2359
- } else if ( (oldCache = uniqueCache[ key ]) &&
2360
- oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {
2361
-
2362
- // Assign to newCache so results back-propagate to previous elements
2363
- return (newCache[ 2 ] = oldCache[ 2 ]);
2364
- } else {
2365
- // Reuse newcache so results back-propagate to previous elements
2366
- uniqueCache[ key ] = newCache;
2367
-
2368
- // A match means we're done; a fail means we have to keep checking
2369
- if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
2370
- return true;
2371
- }
2372
- }
2373
- }
2374
- }
2375
- }
2376
- return false;
2377
- };
2378
- }
2379
-
2380
- function elementMatcher( matchers ) {
2381
- return matchers.length > 1 ?
2382
- function( elem, context, xml ) {
2383
- var i = matchers.length;
2384
- while ( i-- ) {
2385
- if ( !matchers[i]( elem, context, xml ) ) {
2386
- return false;
2387
- }
2388
- }
2389
- return true;
2390
- } :
2391
- matchers[0];
2392
- }
2393
-
2394
- function multipleContexts( selector, contexts, results ) {
2395
- var i = 0,
2396
- len = contexts.length;
2397
- for ( ; i < len; i++ ) {
2398
- Sizzle( selector, contexts[i], results );
2399
- }
2400
- return results;
2401
- }
2402
-
2403
- function condense( unmatched, map, filter, context, xml ) {
2404
- var elem,
2405
- newUnmatched = [],
2406
- i = 0,
2407
- len = unmatched.length,
2408
- mapped = map != null;
2409
-
2410
- for ( ; i < len; i++ ) {
2411
- if ( (elem = unmatched[i]) ) {
2412
- if ( !filter || filter( elem, context, xml ) ) {
2413
- newUnmatched.push( elem );
2414
- if ( mapped ) {
2415
- map.push( i );
2416
- }
2417
- }
2418
- }
2419
- }
2420
-
2421
- return newUnmatched;
2422
- }
2423
-
2424
- function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
2425
- if ( postFilter && !postFilter[ expando ] ) {
2426
- postFilter = setMatcher( postFilter );
2427
- }
2428
- if ( postFinder && !postFinder[ expando ] ) {
2429
- postFinder = setMatcher( postFinder, postSelector );
2430
- }
2431
- return markFunction(function( seed, results, context, xml ) {
2432
- var temp, i, elem,
2433
- preMap = [],
2434
- postMap = [],
2435
- preexisting = results.length,
2436
-
2437
- // Get initial elements from seed or context
2438
- elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),
2439
-
2440
- // Prefilter to get matcher input, preserving a map for seed-results synchronization
2441
- matcherIn = preFilter && ( seed || !selector ) ?
2442
- condense( elems, preMap, preFilter, context, xml ) :
2443
- elems,
2444
-
2445
- matcherOut = matcher ?
2446
- // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,
2447
- postFinder || ( seed ? preFilter : preexisting || postFilter ) ?
2448
-
2449
- // ...intermediate processing is necessary
2450
- [] :
2451
-
2452
- // ...otherwise use results directly
2453
- results :
2454
- matcherIn;
2455
-
2456
- // Find primary matches
2457
- if ( matcher ) {
2458
- matcher( matcherIn, matcherOut, context, xml );
2459
- }
2460
-
2461
- // Apply postFilter
2462
- if ( postFilter ) {
2463
- temp = condense( matcherOut, postMap );
2464
- postFilter( temp, [], context, xml );
2465
-
2466
- // Un-match failing elements by moving them back to matcherIn
2467
- i = temp.length;
2468
- while ( i-- ) {
2469
- if ( (elem = temp[i]) ) {
2470
- matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);
2471
- }
2472
- }
2473
- }
2474
-
2475
- if ( seed ) {
2476
- if ( postFinder || preFilter ) {
2477
- if ( postFinder ) {
2478
- // Get the final matcherOut by condensing this intermediate into postFinder contexts
2479
- temp = [];
2480
- i = matcherOut.length;
2481
- while ( i-- ) {
2482
- if ( (elem = matcherOut[i]) ) {
2483
- // Restore matcherIn since elem is not yet a final match
2484
- temp.push( (matcherIn[i] = elem) );
2485
- }
2486
- }
2487
- postFinder( null, (matcherOut = []), temp, xml );
2488
- }
2489
-
2490
- // Move matched elements from seed to results to keep them synchronized
2491
- i = matcherOut.length;
2492
- while ( i-- ) {
2493
- if ( (elem = matcherOut[i]) &&
2494
- (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {
2495
-
2496
- seed[temp] = !(results[temp] = elem);
2497
- }
2498
- }
2499
- }
2500
-
2501
- // Add elements to results, through postFinder if defined
2502
- } else {
2503
- matcherOut = condense(
2504
- matcherOut === results ?
2505
- matcherOut.splice( preexisting, matcherOut.length ) :
2506
- matcherOut
2507
- );
2508
- if ( postFinder ) {
2509
- postFinder( null, results, matcherOut, xml );
2510
- } else {
2511
- push.apply( results, matcherOut );
2512
- }
2513
- }
2514
- });
2515
- }
2516
-
2517
- function matcherFromTokens( tokens ) {
2518
- var checkContext, matcher, j,
2519
- len = tokens.length,
2520
- leadingRelative = Expr.relative[ tokens[0].type ],
2521
- implicitRelative = leadingRelative || Expr.relative[" "],
2522
- i = leadingRelative ? 1 : 0,
2523
-
2524
- // The foundational matcher ensures that elements are reachable from top-level context(s)
2525
- matchContext = addCombinator( function( elem ) {
2526
- return elem === checkContext;
2527
- }, implicitRelative, true ),
2528
- matchAnyContext = addCombinator( function( elem ) {
2529
- return indexOf( checkContext, elem ) > -1;
2530
- }, implicitRelative, true ),
2531
- matchers = [ function( elem, context, xml ) {
2532
- var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (
2533
- (checkContext = context).nodeType ?
2534
- matchContext( elem, context, xml ) :
2535
- matchAnyContext( elem, context, xml ) );
2536
- // Avoid hanging onto element (issue #299)
2537
- checkContext = null;
2538
- return ret;
2539
- } ];
2540
-
2541
- for ( ; i < len; i++ ) {
2542
- if ( (matcher = Expr.relative[ tokens[i].type ]) ) {
2543
- matchers = [ addCombinator(elementMatcher( matchers ), matcher) ];
2544
- } else {
2545
- matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );
2546
-
2547
- // Return special upon seeing a positional matcher
2548
- if ( matcher[ expando ] ) {
2549
- // Find the next relative operator (if any) for proper handling
2550
- j = ++i;
2551
- for ( ; j < len; j++ ) {
2552
- if ( Expr.relative[ tokens[j].type ] ) {
2553
- break;
2554
- }
2555
- }
2556
- return setMatcher(
2557
- i > 1 && elementMatcher( matchers ),
2558
- i > 1 && toSelector(
2559
- // If the preceding token was a descendant combinator, insert an implicit any-element `*`
2560
- tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" })
2561
- ).replace( rtrim, "$1" ),
2562
- matcher,
2563
- i < j && matcherFromTokens( tokens.slice( i, j ) ),
2564
- j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),
2565
- j < len && toSelector( tokens )
2566
- );
2567
- }
2568
- matchers.push( matcher );
2569
- }
2570
- }
2571
-
2572
- return elementMatcher( matchers );
2573
- }
2574
-
2575
- function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
2576
- var bySet = setMatchers.length > 0,
2577
- byElement = elementMatchers.length > 0,
2578
- superMatcher = function( seed, context, xml, results, outermost ) {
2579
- var elem, j, matcher,
2580
- matchedCount = 0,
2581
- i = "0",
2582
- unmatched = seed && [],
2583
- setMatched = [],
2584
- contextBackup = outermostContext,
2585
- // We must always have either seed elements or outermost context
2586
- elems = seed || byElement && Expr.find["TAG"]( "*", outermost ),
2587
- // Use integer dirruns iff this is the outermost matcher
2588
- dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),
2589
- len = elems.length;
2590
-
2591
- if ( outermost ) {
2592
- outermostContext = context === document || context || outermost;
2593
- }
2594
-
2595
- // Add elements passing elementMatchers directly to results
2596
- // Support: IE<9, Safari
2597
- // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id
2598
- for ( ; i !== len && (elem = elems[i]) != null; i++ ) {
2599
- if ( byElement && elem ) {
2600
- j = 0;
2601
- if ( !context && elem.ownerDocument !== document ) {
2602
- setDocument( elem );
2603
- xml = !documentIsHTML;
2604
- }
2605
- while ( (matcher = elementMatchers[j++]) ) {
2606
- if ( matcher( elem, context || document, xml) ) {
2607
- results.push( elem );
2608
- break;
2609
- }
2610
- }
2611
- if ( outermost ) {
2612
- dirruns = dirrunsUnique;
2613
- }
2614
- }
2615
-
2616
- // Track unmatched elements for set filters
2617
- if ( bySet ) {
2618
- // They will have gone through all possible matchers
2619
- if ( (elem = !matcher && elem) ) {
2620
- matchedCount--;
2621
- }
2622
-
2623
- // Lengthen the array for every element, matched or not
2624
- if ( seed ) {
2625
- unmatched.push( elem );
2626
- }
2627
- }
2628
- }
2629
-
2630
- // `i` is now the count of elements visited above, and adding it to `matchedCount`
2631
- // makes the latter nonnegative.
2632
- matchedCount += i;
2633
-
2634
- // Apply set filters to unmatched elements
2635
- // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`
2636
- // equals `i`), unless we didn't visit _any_ elements in the above loop because we have
2637
- // no element matchers and no seed.
2638
- // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that
2639
- // case, which will result in a "00" `matchedCount` that differs from `i` but is also
2640
- // numerically zero.
2641
- if ( bySet && i !== matchedCount ) {
2642
- j = 0;
2643
- while ( (matcher = setMatchers[j++]) ) {
2644
- matcher( unmatched, setMatched, context, xml );
2645
- }
2646
-
2647
- if ( seed ) {
2648
- // Reintegrate element matches to eliminate the need for sorting
2649
- if ( matchedCount > 0 ) {
2650
- while ( i-- ) {
2651
- if ( !(unmatched[i] || setMatched[i]) ) {
2652
- setMatched[i] = pop.call( results );
2653
- }
2654
- }
2655
- }
2656
-
2657
- // Discard index placeholder values to get only actual matches
2658
- setMatched = condense( setMatched );
2659
- }
2660
-
2661
- // Add matches to results
2662
- push.apply( results, setMatched );
2663
-
2664
- // Seedless set matches succeeding multiple successful matchers stipulate sorting
2665
- if ( outermost && !seed && setMatched.length > 0 &&
2666
- ( matchedCount + setMatchers.length ) > 1 ) {
2667
-
2668
- Sizzle.uniqueSort( results );
2669
- }
2670
- }
2671
-
2672
- // Override manipulation of globals by nested matchers
2673
- if ( outermost ) {
2674
- dirruns = dirrunsUnique;
2675
- outermostContext = contextBackup;
2676
- }
2677
-
2678
- return unmatched;
2679
- };
2680
-
2681
- return bySet ?
2682
- markFunction( superMatcher ) :
2683
- superMatcher;
2684
- }
2685
-
2686
- compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {
2687
- var i,
2688
- setMatchers = [],
2689
- elementMatchers = [],
2690
- cached = compilerCache[ selector + " " ];
2691
-
2692
- if ( !cached ) {
2693
- // Generate a function of recursive functions that can be used to check each element
2694
- if ( !match ) {
2695
- match = tokenize( selector );
2696
- }
2697
- i = match.length;
2698
- while ( i-- ) {
2699
- cached = matcherFromTokens( match[i] );
2700
- if ( cached[ expando ] ) {
2701
- setMatchers.push( cached );
2702
- } else {
2703
- elementMatchers.push( cached );
2704
- }
2705
- }
2706
-
2707
- // Cache the compiled function
2708
- cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );
2709
-
2710
- // Save selector and tokenization
2711
- cached.selector = selector;
2712
- }
2713
- return cached;
2714
- };
2715
-
2716
- /**
2717
- * A low-level selection function that works with Sizzle's compiled
2718
- * selector functions
2719
- * @param {String|Function} selector A selector or a pre-compiled
2720
- * selector function built with Sizzle.compile
2721
- * @param {Element} context
2722
- * @param {Array} [results]
2723
- * @param {Array} [seed] A set of elements to match against
2724
- */
2725
- select = Sizzle.select = function( selector, context, results, seed ) {
2726
- var i, tokens, token, type, find,
2727
- compiled = typeof selector === "function" && selector,
2728
- match = !seed && tokenize( (selector = compiled.selector || selector) );
2729
-
2730
- results = results || [];
2731
-
2732
- // Try to minimize operations if there is only one selector in the list and no seed
2733
- // (the latter of which guarantees us context)
2734
- if ( match.length === 1 ) {
2735
-
2736
- // Reduce context if the leading compound selector is an ID
2737
- tokens = match[0] = match[0].slice( 0 );
2738
- if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
2739
- context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {
2740
-
2741
- context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
2742
- if ( !context ) {
2743
- return results;
2744
-
2745
- // Precompiled matchers will still verify ancestry, so step up a level
2746
- } else if ( compiled ) {
2747
- context = context.parentNode;
2748
- }
2749
-
2750
- selector = selector.slice( tokens.shift().value.length );
2751
- }
2752
-
2753
- // Fetch a seed set for right-to-left matching
2754
- i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length;
2755
- while ( i-- ) {
2756
- token = tokens[i];
2757
-
2758
- // Abort if we hit a combinator
2759
- if ( Expr.relative[ (type = token.type) ] ) {
2760
- break;
2761
- }
2762
- if ( (find = Expr.find[ type ]) ) {
2763
- // Search, expanding context for leading sibling combinators
2764
- if ( (seed = find(
2765
- token.matches[0].replace( runescape, funescape ),
2766
- rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context
2767
- )) ) {
2768
-
2769
- // If seed is empty or no tokens remain, we can return early
2770
- tokens.splice( i, 1 );
2771
- selector = seed.length && toSelector( tokens );
2772
- if ( !selector ) {
2773
- push.apply( results, seed );
2774
- return results;
2775
- }
2776
-
2777
- break;
2778
- }
2779
- }
2780
- }
2781
- }
2782
-
2783
- // Compile and execute a filtering function if one is not provided
2784
- // Provide `match` to avoid retokenization if we modified the selector above
2785
- ( compiled || compile( selector, match ) )(
2786
- seed,
2787
- context,
2788
- !documentIsHTML,
2789
- results,
2790
- !context || rsibling.test( selector ) && testContext( context.parentNode ) || context
2791
- );
2792
- return results;
2793
- };
2794
-
2795
- // One-time assignments
2796
-
2797
- // Sort stability
2798
- support.sortStable = expando.split("").sort( sortOrder ).join("") === expando;
2799
-
2800
- // Support: Chrome 14-35+
2801
- // Always assume duplicates if they aren't passed to the comparison function
2802
- support.detectDuplicates = !!hasDuplicate;
2803
-
2804
- // Initialize against the default document
2805
- setDocument();
2806
-
2807
- // Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)
2808
- // Detached nodes confoundingly follow *each other*
2809
- support.sortDetached = assert(function( el ) {
2810
- // Should return 1, but returns 4 (following)
2811
- return el.compareDocumentPosition( document.createElement("fieldset") ) & 1;
2812
- });
2813
-
2814
- // Support: IE<8
2815
- // Prevent attribute/property "interpolation"
2816
- // https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
2817
- if ( !assert(function( el ) {
2818
- el.innerHTML = "<a href='#'></a>";
2819
- return el.firstChild.getAttribute("href") === "#" ;
2820
- }) ) {
2821
- addHandle( "type|href|height|width", function( elem, name, isXML ) {
2822
- if ( !isXML ) {
2823
- return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 );
2824
- }
2825
- });
2826
- }
2827
-
2828
- // Support: IE<9
2829
- // Use defaultValue in place of getAttribute("value")
2830
- if ( !support.attributes || !assert(function( el ) {
2831
- el.innerHTML = "<input/>";
2832
- el.firstChild.setAttribute( "value", "" );
2833
- return el.firstChild.getAttribute( "value" ) === "";
2834
- }) ) {
2835
- addHandle( "value", function( elem, name, isXML ) {
2836
- if ( !isXML && elem.nodeName.toLowerCase() === "input" ) {
2837
- return elem.defaultValue;
2838
- }
2839
- });
2840
- }
2841
-
2842
- // Support: IE<9
2843
- // Use getAttributeNode to fetch booleans when getAttribute lies
2844
- if ( !assert(function( el ) {
2845
- return el.getAttribute("disabled") == null;
2846
- }) ) {
2847
- addHandle( booleans, function( elem, name, isXML ) {
2848
- var val;
2849
- if ( !isXML ) {
2850
- return elem[ name ] === true ? name.toLowerCase() :
2851
- (val = elem.getAttributeNode( name )) && val.specified ?
2852
- val.value :
2853
- null;
2854
- }
2855
- });
2856
- }
2857
-
2858
- return Sizzle;
2859
-
2860
- })( window );
2861
-
2862
-
2863
-
2864
- jQuery.find = Sizzle;
2865
- jQuery.expr = Sizzle.selectors;
2866
-
2867
- // Deprecated
2868
- jQuery.expr[ ":" ] = jQuery.expr.pseudos;
2869
- jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;
2870
- jQuery.text = Sizzle.getText;
2871
- jQuery.isXMLDoc = Sizzle.isXML;
2872
- jQuery.contains = Sizzle.contains;
2873
- jQuery.escapeSelector = Sizzle.escape;
2874
-
2875
-
2876
-
2877
-
2878
- var dir = function( elem, dir, until ) {
2879
- var matched = [],
2880
- truncate = until !== undefined;
2881
-
2882
- while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {
2883
- if ( elem.nodeType === 1 ) {
2884
- if ( truncate && jQuery( elem ).is( until ) ) {
2885
- break;
2886
- }
2887
- matched.push( elem );
2888
- }
2889
- }
2890
- return matched;
2891
- };
2892
-
2893
-
2894
- var siblings = function( n, elem ) {
2895
- var matched = [];
2896
-
2897
- for ( ; n; n = n.nextSibling ) {
2898
- if ( n.nodeType === 1 && n !== elem ) {
2899
- matched.push( n );
2900
- }
2901
- }
2902
-
2903
- return matched;
2904
- };
2905
-
2906
-
2907
- var rneedsContext = jQuery.expr.match.needsContext;
2908
-
2909
-
2910
-
2911
- function nodeName( elem, name ) {
2912
-
2913
- return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
2914
-
2915
- };
2916
- var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
2917
-
2918
-
2919
-
2920
- var risSimple = /^.[^:#\[\.,]*$/;
2921
-
2922
- // Implement the identical functionality for filter and not
2923
- function winnow( elements, qualifier, not ) {
2924
- if ( jQuery.isFunction( qualifier ) ) {
2925
- return jQuery.grep( elements, function( elem, i ) {
2926
- return !!qualifier.call( elem, i, elem ) !== not;
2927
- } );
2928
- }
2929
-
2930
- // Single element
2931
- if ( qualifier.nodeType ) {
2932
- return jQuery.grep( elements, function( elem ) {
2933
- return ( elem === qualifier ) !== not;
2934
- } );
2935
- }
2936
-
2937
- // Arraylike of elements (jQuery, arguments, Array)
2938
- if ( typeof qualifier !== "string" ) {
2939
- return jQuery.grep( elements, function( elem ) {
2940
- return ( indexOf.call( qualifier, elem ) > -1 ) !== not;
2941
- } );
2942
- }
2943
-
2944
- // Simple selector that can be filtered directly, removing non-Elements
2945
- if ( risSimple.test( qualifier ) ) {
2946
- return jQuery.filter( qualifier, elements, not );
2947
- }
2948
-
2949
- // Complex selector, compare the two sets, removing non-Elements
2950
- qualifier = jQuery.filter( qualifier, elements );
2951
- return jQuery.grep( elements, function( elem ) {
2952
- return ( indexOf.call( qualifier, elem ) > -1 ) !== not && elem.nodeType === 1;
2953
- } );
2954
- }
2955
-
2956
- jQuery.filter = function( expr, elems, not ) {
2957
- var elem = elems[ 0 ];
2958
-
2959
- if ( not ) {
2960
- expr = ":not(" + expr + ")";
2961
- }
2962
-
2963
- if ( elems.length === 1 && elem.nodeType === 1 ) {
2964
- return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];
2965
- }
2966
-
2967
- return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {
2968
- return elem.nodeType === 1;
2969
- } ) );
2970
- };
2971
-
2972
- jQuery.fn.extend( {
2973
- find: function( selector ) {
2974
- var i, ret,
2975
- len = this.length,
2976
- self = this;
2977
-
2978
- if ( typeof selector !== "string" ) {
2979
- return this.pushStack( jQuery( selector ).filter( function() {
2980
- for ( i = 0; i < len; i++ ) {
2981
- if ( jQuery.contains( self[ i ], this ) ) {
2982
- return true;
2983
- }
2984
- }
2985
- } ) );
2986
- }
2987
-
2988
- ret = this.pushStack( [] );
2989
-
2990
- for ( i = 0; i < len; i++ ) {
2991
- jQuery.find( selector, self[ i ], ret );
2992
- }
2993
-
2994
- return len > 1 ? jQuery.uniqueSort( ret ) : ret;
2995
- },
2996
- filter: function( selector ) {
2997
- return this.pushStack( winnow( this, selector || [], false ) );
2998
- },
2999
- not: function( selector ) {
3000
- return this.pushStack( winnow( this, selector || [], true ) );
3001
- },
3002
- is: function( selector ) {
3003
- return !!winnow(
3004
- this,
3005
-
3006
- // If this is a positional/relative selector, check membership in the returned set
3007
- // so $("p:first").is("p:last") won't return true for a doc with two "p".
3008
- typeof selector === "string" && rneedsContext.test( selector ) ?
3009
- jQuery( selector ) :
3010
- selector || [],
3011
- false
3012
- ).length;
3013
- }
3014
- } );
3015
-
3016
-
3017
- // Initialize a jQuery object
3018
-
3019
-
3020
- // A central reference to the root jQuery(document)
3021
- var rootjQuery,
3022
-
3023
- // A simple way to check for HTML strings
3024
- // Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
3025
- // Strict HTML recognition (#11290: must start with <)
3026
- // Shortcut simple #id case for speed
3027
- rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,
3028
-
3029
- init = jQuery.fn.init = function( selector, context, root ) {
3030
- var match, elem;
3031
-
3032
- // HANDLE: $(""), $(null), $(undefined), $(false)
3033
- if ( !selector ) {
3034
- return this;
3035
- }
3036
-
3037
- // Method init() accepts an alternate rootjQuery
3038
- // so migrate can support jQuery.sub (gh-2101)
3039
- root = root || rootjQuery;
3040
-
3041
- // Handle HTML strings
3042
- if ( typeof selector === "string" ) {
3043
- if ( selector[ 0 ] === "<" &&
3044
- selector[ selector.length - 1 ] === ">" &&
3045
- selector.length >= 3 ) {
3046
-
3047
- // Assume that strings that start and end with <> are HTML and skip the regex check
3048
- match = [ null, selector, null ];
3049
-
3050
- } else {
3051
- match = rquickExpr.exec( selector );
3052
- }
3053
-
3054
- // Match html or make sure no context is specified for #id
3055
- if ( match && ( match[ 1 ] || !context ) ) {
3056
-
3057
- // HANDLE: $(html) -> $(array)
3058
- if ( match[ 1 ] ) {
3059
- context = context instanceof jQuery ? context[ 0 ] : context;
3060
-
3061
- // Option to run scripts is true for back-compat
3062
- // Intentionally let the error be thrown if parseHTML is not present
3063
- jQuery.merge( this, jQuery.parseHTML(
3064
- match[ 1 ],
3065
- context && context.nodeType ? context.ownerDocument || context : document,
3066
- true
3067
- ) );
3068
-
3069
- // HANDLE: $(html, props)
3070
- if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {
3071
- for ( match in context ) {
3072
-
3073
- // Properties of context are called as methods if possible
3074
- if ( jQuery.isFunction( this[ match ] ) ) {
3075
- this[ match ]( context[ match ] );
3076
-
3077
- // ...and otherwise set as attributes
3078
- } else {
3079
- this.attr( match, context[ match ] );
3080
- }
3081
- }
3082
- }
3083
-
3084
- return this;
3085
-
3086
- // HANDLE: $(#id)
3087
- } else {
3088
- elem = document.getElementById( match[ 2 ] );
3089
-
3090
- if ( elem ) {
3091
-
3092
- // Inject the element directly into the jQuery object
3093
- this[ 0 ] = elem;
3094
- this.length = 1;
3095
- }
3096
- return this;
3097
- }
3098
-
3099
- // HANDLE: $(expr, $(...))
3100
- } else if ( !context || context.jquery ) {
3101
- return ( context || root ).find( selector );
3102
-
3103
- // HANDLE: $(expr, context)
3104
- // (which is just equivalent to: $(context).find(expr)
3105
- } else {
3106
- return this.constructor( context ).find( selector );
3107
- }
3108
-
3109
- // HANDLE: $(DOMElement)
3110
- } else if ( selector.nodeType ) {
3111
- this[ 0 ] = selector;
3112
- this.length = 1;
3113
- return this;
3114
-
3115
- // HANDLE: $(function)
3116
- // Shortcut for document ready
3117
- } else if ( jQuery.isFunction( selector ) ) {
3118
- return root.ready !== undefined ?
3119
- root.ready( selector ) :
3120
-
3121
- // Execute immediately if ready is not present
3122
- selector( jQuery );
3123
- }
3124
-
3125
- return jQuery.makeArray( selector, this );
3126
- };
3127
-
3128
- // Give the init function the jQuery prototype for later instantiation
3129
- init.prototype = jQuery.fn;
3130
-
3131
- // Initialize central reference
3132
- rootjQuery = jQuery( document );
3133
-
3134
-
3135
- var rparentsprev = /^(?:parents|prev(?:Until|All))/,
3136
-
3137
- // Methods guaranteed to produce a unique set when starting from a unique set
3138
- guaranteedUnique = {
3139
- children: true,
3140
- contents: true,
3141
- next: true,
3142
- prev: true
3143
- };
3144
-
3145
- jQuery.fn.extend( {
3146
- has: function( target ) {
3147
- var targets = jQuery( target, this ),
3148
- l = targets.length;
3149
-
3150
- return this.filter( function() {
3151
- var i = 0;
3152
- for ( ; i < l; i++ ) {
3153
- if ( jQuery.contains( this, targets[ i ] ) ) {
3154
- return true;
3155
- }
3156
- }
3157
- } );
3158
- },
3159
-
3160
- closest: function( selectors, context ) {
3161
- var cur,
3162
- i = 0,
3163
- l = this.length,
3164
- matched = [],
3165
- targets = typeof selectors !== "string" && jQuery( selectors );
3166
-
3167
- // Positional selectors never match, since there's no _selection_ context
3168
- if ( !rneedsContext.test( selectors ) ) {
3169
- for ( ; i < l; i++ ) {
3170
- for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {
3171
-
3172
- // Always skip document fragments
3173
- if ( cur.nodeType < 11 && ( targets ?
3174
- targets.index( cur ) > -1 :
3175
-
3176
- // Don't pass non-elements to Sizzle
3177
- cur.nodeType === 1 &&
3178
- jQuery.find.matchesSelector( cur, selectors ) ) ) {
3179
-
3180
- matched.push( cur );
3181
- break;
3182
- }
3183
- }
3184
- }
3185
- }
3186
-
3187
- return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );
3188
- },
3189
-
3190
- // Determine the position of an element within the set
3191
- index: function( elem ) {
3192
-
3193
- // No argument, return index in parent
3194
- if ( !elem ) {
3195
- return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;
3196
- }
3197
-
3198
- // Index in selector
3199
- if ( typeof elem === "string" ) {
3200
- return indexOf.call( jQuery( elem ), this[ 0 ] );
3201
- }
3202
-
3203
- // Locate the position of the desired element
3204
- return indexOf.call( this,
3205
-
3206
- // If it receives a jQuery object, the first element is used
3207
- elem.jquery ? elem[ 0 ] : elem
3208
- );
3209
- },
3210
-
3211
- add: function( selector, context ) {
3212
- return this.pushStack(
3213
- jQuery.uniqueSort(
3214
- jQuery.merge( this.get(), jQuery( selector, context ) )
3215
- )
3216
- );
3217
- },
3218
-
3219
- addBack: function( selector ) {
3220
- return this.add( selector == null ?
3221
- this.prevObject : this.prevObject.filter( selector )
3222
- );
3223
- }
3224
- } );
3225
-
3226
- function sibling( cur, dir ) {
3227
- while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}
3228
- return cur;
3229
- }
3230
-
3231
- jQuery.each( {
3232
- parent: function( elem ) {
3233
- var parent = elem.parentNode;
3234
- return parent && parent.nodeType !== 11 ? parent : null;
3235
- },
3236
- parents: function( elem ) {
3237
- return dir( elem, "parentNode" );
3238
- },
3239
- parentsUntil: function( elem, i, until ) {
3240
- return dir( elem, "parentNode", until );
3241
- },
3242
- next: function( elem ) {
3243
- return sibling( elem, "nextSibling" );
3244
- },
3245
- prev: function( elem ) {
3246
- return sibling( elem, "previousSibling" );
3247
- },
3248
- nextAll: function( elem ) {
3249
- return dir( elem, "nextSibling" );
3250
- },
3251
- prevAll: function( elem ) {
3252
- return dir( elem, "previousSibling" );
3253
- },
3254
- nextUntil: function( elem, i, until ) {
3255
- return dir( elem, "nextSibling", until );
3256
- },
3257
- prevUntil: function( elem, i, until ) {
3258
- return dir( elem, "previousSibling", until );
3259
- },
3260
- siblings: function( elem ) {
3261
- return siblings( ( elem.parentNode || {} ).firstChild, elem );
3262
- },
3263
- children: function( elem ) {
3264
- return siblings( elem.firstChild );
3265
- },
3266
- contents: function( elem ) {
3267
- if ( nodeName( elem, "iframe" ) ) {
3268
- return elem.contentDocument;
3269
- }
3270
-
3271
- // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only
3272
- // Treat the template element as a regular one in browsers that
3273
- // don't support it.
3274
- if ( nodeName( elem, "template" ) ) {
3275
- elem = elem.content || elem;
3276
- }
3277
-
3278
- return jQuery.merge( [], elem.childNodes );
3279
- }
3280
- }, function( name, fn ) {
3281
- jQuery.fn[ name ] = function( until, selector ) {
3282
- var matched = jQuery.map( this, fn, until );
3283
-
3284
- if ( name.slice( -5 ) !== "Until" ) {
3285
- selector = until;
3286
- }
3287
-
3288
- if ( selector && typeof selector === "string" ) {
3289
- matched = jQuery.filter( selector, matched );
3290
- }
3291
-
3292
- if ( this.length > 1 ) {
3293
-
3294
- // Remove duplicates
3295
- if ( !guaranteedUnique[ name ] ) {
3296
- jQuery.uniqueSort( matched );
3297
- }
3298
-
3299
- // Reverse order for parents* and prev-derivatives
3300
- if ( rparentsprev.test( name ) ) {
3301
- matched.reverse();
3302
- }
3303
- }
3304
-
3305
- return this.pushStack( matched );
3306
- };
3307
- } );
3308
- var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g );
3309
-
3310
-
3311
-
3312
- // Convert String-formatted options into Object-formatted ones
3313
- function createOptions( options ) {
3314
- var object = {};
3315
- jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {
3316
- object[ flag ] = true;
3317
- } );
3318
- return object;
3319
- }
3320
-
3321
- /*
3322
- * Create a callback list using the following parameters:
3323
- *
3324
- * options: an optional list of space-separated options that will change how
3325
- * the callback list behaves or a more traditional option object
3326
- *
3327
- * By default a callback list will act like an event callback list and can be
3328
- * "fired" multiple times.
3329
- *
3330
- * Possible options:
3331
- *
3332
- * once: will ensure the callback list can only be fired once (like a Deferred)
3333
- *
3334
- * memory: will keep track of previous values and will call any callback added
3335
- * after the list has been fired right away with the latest "memorized"
3336
- * values (like a Deferred)
3337
- *
3338
- * unique: will ensure a callback can only be added once (no duplicate in the list)
3339
- *
3340
- * stopOnFalse: interrupt callings when a callback returns false
3341
- *
3342
- */
3343
- jQuery.Callbacks = function( options ) {
3344
-
3345
- // Convert options from String-formatted to Object-formatted if needed
3346
- // (we check in cache first)
3347
- options = typeof options === "string" ?
3348
- createOptions( options ) :
3349
- jQuery.extend( {}, options );
3350
-
3351
- var // Flag to know if list is currently firing
3352
- firing,
3353
-
3354
- // Last fire value for non-forgettable lists
3355
- memory,
3356
-
3357
- // Flag to know if list was already fired
3358
- fired,
3359
-
3360
- // Flag to prevent firing
3361
- locked,
3362
-
3363
- // Actual callback list
3364
- list = [],
3365
-
3366
- // Queue of execution data for repeatable lists
3367
- queue = [],
3368
-
3369
- // Index of currently firing callback (modified by add/remove as needed)
3370
- firingIndex = -1,
3371
-
3372
- // Fire callbacks
3373
- fire = function() {
3374
-
3375
- // Enforce single-firing
3376
- locked = locked || options.once;
3377
-
3378
- // Execute callbacks for all pending executions,
3379
- // respecting firingIndex overrides and runtime changes
3380
- fired = firing = true;
3381
- for ( ; queue.length; firingIndex = -1 ) {
3382
- memory = queue.shift();
3383
- while ( ++firingIndex < list.length ) {
3384
-
3385
- // Run callback and check for early termination
3386
- if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&
3387
- options.stopOnFalse ) {
3388
-
3389
- // Jump to end and forget the data so .add doesn't re-fire
3390
- firingIndex = list.length;
3391
- memory = false;
3392
- }
3393
- }
3394
- }
3395
-
3396
- // Forget the data if we're done with it
3397
- if ( !options.memory ) {
3398
- memory = false;
3399
- }
3400
-
3401
- firing = false;
3402
-
3403
- // Clean up if we're done firing for good
3404
- if ( locked ) {
3405
-
3406
- // Keep an empty list if we have data for future add calls
3407
- if ( memory ) {
3408
- list = [];
3409
-
3410
- // Otherwise, this object is spent
3411
- } else {
3412
- list = "";
3413
- }
3414
- }
3415
- },
3416
-
3417
- // Actual Callbacks object
3418
- self = {
3419
-
3420
- // Add a callback or a collection of callbacks to the list
3421
- add: function() {
3422
- if ( list ) {
3423
-
3424
- // If we have memory from a past run, we should fire after adding
3425
- if ( memory && !firing ) {
3426
- firingIndex = list.length - 1;
3427
- queue.push( memory );
3428
- }
3429
-
3430
- ( function add( args ) {
3431
- jQuery.each( args, function( _, arg ) {
3432
- if ( jQuery.isFunction( arg ) ) {
3433
- if ( !options.unique || !self.has( arg ) ) {
3434
- list.push( arg );
3435
- }
3436
- } else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) {
3437
-
3438
- // Inspect recursively
3439
- add( arg );
3440
- }
3441
- } );
3442
- } )( arguments );
3443
-
3444
- if ( memory && !firing ) {
3445
- fire();
3446
- }
3447
- }
3448
- return this;
3449
- },
3450
-
3451
- // Remove a callback from the list
3452
- remove: function() {
3453
- jQuery.each( arguments, function( _, arg ) {
3454
- var index;
3455
- while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
3456
- list.splice( index, 1 );
3457
-
3458
- // Handle firing indexes
3459
- if ( index <= firingIndex ) {
3460
- firingIndex--;
3461
- }
3462
- }
3463
- } );
3464
- return this;
3465
- },
3466
-
3467
- // Check if a given callback is in the list.
3468
- // If no argument is given, return whether or not list has callbacks attached.
3469
- has: function( fn ) {
3470
- return fn ?
3471
- jQuery.inArray( fn, list ) > -1 :
3472
- list.length > 0;
3473
- },
3474
-
3475
- // Remove all callbacks from the list
3476
- empty: function() {
3477
- if ( list ) {
3478
- list = [];
3479
- }
3480
- return this;
3481
- },
3482
-
3483
- // Disable .fire and .add
3484
- // Abort any current/pending executions
3485
- // Clear all callbacks and values
3486
- disable: function() {
3487
- locked = queue = [];
3488
- list = memory = "";
3489
- return this;
3490
- },
3491
- disabled: function() {
3492
- return !list;
3493
- },
3494
-
3495
- // Disable .fire
3496
- // Also disable .add unless we have memory (since it would have no effect)
3497
- // Abort any pending executions
3498
- lock: function() {
3499
- locked = queue = [];
3500
- if ( !memory && !firing ) {
3501
- list = memory = "";
3502
- }
3503
- return this;
3504
- },
3505
- locked: function() {
3506
- return !!locked;
3507
- },
3508
-
3509
- // Call all callbacks with the given context and arguments
3510
- fireWith: function( context, args ) {
3511
- if ( !locked ) {
3512
- args = args || [];
3513
- args = [ context, args.slice ? args.slice() : args ];
3514
- queue.push( args );
3515
- if ( !firing ) {
3516
- fire();
3517
- }
3518
- }
3519
- return this;
3520
- },
3521
-
3522
- // Call all the callbacks with the given arguments
3523
- fire: function() {
3524
- self.fireWith( this, arguments );
3525
- return this;
3526
- },
3527
-
3528
- // To know if the callbacks have already been called at least once
3529
- fired: function() {
3530
- return !!fired;
3531
- }
3532
- };
3533
-
3534
- return self;
3535
- };
3536
-
3537
-
3538
- function Identity( v ) {
3539
- return v;
3540
- }
3541
- function Thrower( ex ) {
3542
- throw ex;
3543
- }
3544
-
3545
- function adoptValue( value, resolve, reject, noValue ) {
3546
- var method;
3547
-
3548
- try {
3549
-
3550
- // Check for promise aspect first to privilege synchronous behavior
3551
- if ( value && jQuery.isFunction( ( method = value.promise ) ) ) {
3552
- method.call( value ).done( resolve ).fail( reject );
3553
-
3554
- // Other thenables
3555
- } else if ( value && jQuery.isFunction( ( method = value.then ) ) ) {
3556
- method.call( value, resolve, reject );
3557
-
3558
- // Other non-thenables
3559
- } else {
3560
-
3561
- // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:
3562
- // * false: [ value ].slice( 0 ) => resolve( value )
3563
- // * true: [ value ].slice( 1 ) => resolve()
3564
- resolve.apply( undefined, [ value ].slice( noValue ) );
3565
- }
3566
-
3567
- // For Promises/A+, convert exceptions into rejections
3568
- // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in
3569
- // Deferred#then to conditionally suppress rejection.
3570
- } catch ( value ) {
3571
-
3572
- // Support: Android 4.0 only
3573
- // Strict mode functions invoked without .call/.apply get global-object context
3574
- reject.apply( undefined, [ value ] );
3575
- }
3576
- }
3577
-
3578
- jQuery.extend( {
3579
-
3580
- Deferred: function( func ) {
3581
- var tuples = [
3582
-
3583
- // action, add listener, callbacks,
3584
- // ... .then handlers, argument index, [final state]
3585
- [ "notify", "progress", jQuery.Callbacks( "memory" ),
3586
- jQuery.Callbacks( "memory" ), 2 ],
3587
- [ "resolve", "done", jQuery.Callbacks( "once memory" ),
3588
- jQuery.Callbacks( "once memory" ), 0, "resolved" ],
3589
- [ "reject", "fail", jQuery.Callbacks( "once memory" ),
3590
- jQuery.Callbacks( "once memory" ), 1, "rejected" ]
3591
- ],
3592
- state = "pending",
3593
- promise = {
3594
- state: function() {
3595
- return state;
3596
- },
3597
- always: function() {
3598
- deferred.done( arguments ).fail( arguments );
3599
- return this;
3600
- },
3601
- "catch": function( fn ) {
3602
- return promise.then( null, fn );
3603
- },
3604
-
3605
- // Keep pipe for back-compat
3606
- pipe: function( /* fnDone, fnFail, fnProgress */ ) {
3607
- var fns = arguments;
3608
-
3609
- return jQuery.Deferred( function( newDefer ) {
3610
- jQuery.each( tuples, function( i, tuple ) {
3611
-
3612
- // Map tuples (progress, done, fail) to arguments (done, fail, progress)
3613
- var fn = jQuery.isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];
3614
-
3615
- // deferred.progress(function() { bind to newDefer or newDefer.notify })
3616
- // deferred.done(function() { bind to newDefer or newDefer.resolve })
3617
- // deferred.fail(function() { bind to newDefer or newDefer.reject })
3618
- deferred[ tuple[ 1 ] ]( function() {
3619
- var returned = fn && fn.apply( this, arguments );
3620
- if ( returned && jQuery.isFunction( returned.promise ) ) {
3621
- returned.promise()
3622
- .progress( newDefer.notify )
3623
- .done( newDefer.resolve )
3624
- .fail( newDefer.reject );
3625
- } else {
3626
- newDefer[ tuple[ 0 ] + "With" ](
3627
- this,
3628
- fn ? [ returned ] : arguments
3629
- );
3630
- }
3631
- } );
3632
- } );
3633
- fns = null;
3634
- } ).promise();
3635
- },
3636
- then: function( onFulfilled, onRejected, onProgress ) {
3637
- var maxDepth = 0;
3638
- function resolve( depth, deferred, handler, special ) {
3639
- return function() {
3640
- var that = this,
3641
- args = arguments,
3642
- mightThrow = function() {
3643
- var returned, then;
3644
-
3645
- // Support: Promises/A+ section 2.3.3.3.3
3646
- // https://promisesaplus.com/#point-59
3647
- // Ignore double-resolution attempts
3648
- if ( depth < maxDepth ) {
3649
- return;
3650
- }
3651
-
3652
- returned = handler.apply( that, args );
3653
-
3654
- // Support: Promises/A+ section 2.3.1
3655
- // https://promisesaplus.com/#point-48
3656
- if ( returned === deferred.promise() ) {
3657
- throw new TypeError( "Thenable self-resolution" );
3658
- }
3659
-
3660
- // Support: Promises/A+ sections 2.3.3.1, 3.5
3661
- // https://promisesaplus.com/#point-54
3662
- // https://promisesaplus.com/#point-75
3663
- // Retrieve `then` only once
3664
- then = returned &&
3665
-
3666
- // Support: Promises/A+ section 2.3.4
3667
- // https://promisesaplus.com/#point-64
3668
- // Only check objects and functions for thenability
3669
- ( typeof returned === "object" ||
3670
- typeof returned === "function" ) &&
3671
- returned.then;
3672
-
3673
- // Handle a returned thenable
3674
- if ( jQuery.isFunction( then ) ) {
3675
-
3676
- // Special processors (notify) just wait for resolution
3677
- if ( special ) {
3678
- then.call(
3679
- returned,
3680
- resolve( maxDepth, deferred, Identity, special ),
3681
- resolve( maxDepth, deferred, Thrower, special )
3682
- );
3683
-
3684
- // Normal processors (resolve) also hook into progress
3685
- } else {
3686
-
3687
- // ...and disregard older resolution values
3688
- maxDepth++;
3689
-
3690
- then.call(
3691
- returned,
3692
- resolve( maxDepth, deferred, Identity, special ),
3693
- resolve( maxDepth, deferred, Thrower, special ),
3694
- resolve( maxDepth, deferred, Identity,
3695
- deferred.notifyWith )
3696
- );
3697
- }
3698
-
3699
- // Handle all other returned values
3700
- } else {
3701
-
3702
- // Only substitute handlers pass on context
3703
- // and multiple values (non-spec behavior)
3704
- if ( handler !== Identity ) {
3705
- that = undefined;
3706
- args = [ returned ];
3707
- }
3708
-
3709
- // Process the value(s)
3710
- // Default process is resolve
3711
- ( special || deferred.resolveWith )( that, args );
3712
- }
3713
- },
3714
-
3715
- // Only normal processors (resolve) catch and reject exceptions
3716
- process = special ?
3717
- mightThrow :
3718
- function() {
3719
- try {
3720
- mightThrow();
3721
- } catch ( e ) {
3722
-
3723
- if ( jQuery.Deferred.exceptionHook ) {
3724
- jQuery.Deferred.exceptionHook( e,
3725
- process.stackTrace );
3726
- }
3727
-
3728
- // Support: Promises/A+ section 2.3.3.3.4.1
3729
- // https://promisesaplus.com/#point-61
3730
- // Ignore post-resolution exceptions
3731
- if ( depth + 1 >= maxDepth ) {
3732
-
3733
- // Only substitute handlers pass on context
3734
- // and multiple values (non-spec behavior)
3735
- if ( handler !== Thrower ) {
3736
- that = undefined;
3737
- args = [ e ];
3738
- }
3739
-
3740
- deferred.rejectWith( that, args );
3741
- }
3742
- }
3743
- };
3744
-
3745
- // Support: Promises/A+ section 2.3.3.3.1
3746
- // https://promisesaplus.com/#point-57
3747
- // Re-resolve promises immediately to dodge false rejection from
3748
- // subsequent errors
3749
- if ( depth ) {
3750
- process();
3751
- } else {
3752
-
3753
- // Call an optional hook to record the stack, in case of exception
3754
- // since it's otherwise lost when execution goes async
3755
- if ( jQuery.Deferred.getStackHook ) {
3756
- process.stackTrace = jQuery.Deferred.getStackHook();
3757
- }
3758
- window.setTimeout( process );
3759
- }
3760
- };
3761
- }
3762
-
3763
- return jQuery.Deferred( function( newDefer ) {
3764
-
3765
- // progress_handlers.add( ... )
3766
- tuples[ 0 ][ 3 ].add(
3767
- resolve(
3768
- 0,
3769
- newDefer,
3770
- jQuery.isFunction( onProgress ) ?
3771
- onProgress :
3772
- Identity,
3773
- newDefer.notifyWith
3774
- )
3775
- );
3776
-
3777
- // fulfilled_handlers.add( ... )
3778
- tuples[ 1 ][ 3 ].add(
3779
- resolve(
3780
- 0,
3781
- newDefer,
3782
- jQuery.isFunction( onFulfilled ) ?
3783
- onFulfilled :
3784
- Identity
3785
- )
3786
- );
3787
-
3788
- // rejected_handlers.add( ... )
3789
- tuples[ 2 ][ 3 ].add(
3790
- resolve(
3791
- 0,
3792
- newDefer,
3793
- jQuery.isFunction( onRejected ) ?
3794
- onRejected :
3795
- Thrower
3796
- )
3797
- );
3798
- } ).promise();
3799
- },
3800
-
3801
- // Get a promise for this deferred
3802
- // If obj is provided, the promise aspect is added to the object
3803
- promise: function( obj ) {
3804
- return obj != null ? jQuery.extend( obj, promise ) : promise;
3805
- }
3806
- },
3807
- deferred = {};
3808
-
3809
- // Add list-specific methods
3810
- jQuery.each( tuples, function( i, tuple ) {
3811
- var list = tuple[ 2 ],
3812
- stateString = tuple[ 5 ];
3813
-
3814
- // promise.progress = list.add
3815
- // promise.done = list.add
3816
- // promise.fail = list.add
3817
- promise[ tuple[ 1 ] ] = list.add;
3818
-
3819
- // Handle state
3820
- if ( stateString ) {
3821
- list.add(
3822
- function() {
3823
-
3824
- // state = "resolved" (i.e., fulfilled)
3825
- // state = "rejected"
3826
- state = stateString;
3827
- },
3828
-
3829
- // rejected_callbacks.disable
3830
- // fulfilled_callbacks.disable
3831
- tuples[ 3 - i ][ 2 ].disable,
3832
-
3833
- // progress_callbacks.lock
3834
- tuples[ 0 ][ 2 ].lock
3835
- );
3836
- }
3837
-
3838
- // progress_handlers.fire
3839
- // fulfilled_handlers.fire
3840
- // rejected_handlers.fire
3841
- list.add( tuple[ 3 ].fire );
3842
-
3843
- // deferred.notify = function() { deferred.notifyWith(...) }
3844
- // deferred.resolve = function() { deferred.resolveWith(...) }
3845
- // deferred.reject = function() { deferred.rejectWith(...) }
3846
- deferred[ tuple[ 0 ] ] = function() {
3847
- deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments );
3848
- return this;
3849
- };
3850
-
3851
- // deferred.notifyWith = list.fireWith
3852
- // deferred.resolveWith = list.fireWith
3853
- // deferred.rejectWith = list.fireWith
3854
- deferred[ tuple[ 0 ] + "With" ] = list.fireWith;
3855
- } );
3856
-
3857
- // Make the deferred a promise
3858
- promise.promise( deferred );
3859
-
3860
- // Call given func if any
3861
- if ( func ) {
3862
- func.call( deferred, deferred );
3863
- }
3864
-
3865
- // All done!
3866
- return deferred;
3867
- },
3868
-
3869
- // Deferred helper
3870
- when: function( singleValue ) {
3871
- var
3872
-
3873
- // count of uncompleted subordinates
3874
- remaining = arguments.length,
3875
-
3876
- // count of unprocessed arguments
3877
- i = remaining,
3878
-
3879
- // subordinate fulfillment data
3880
- resolveContexts = Array( i ),
3881
- resolveValues = slice.call( arguments ),
3882
-
3883
- // the master Deferred
3884
- master = jQuery.Deferred(),
3885
-
3886
- // subordinate callback factory
3887
- updateFunc = function( i ) {
3888
- return function( value ) {
3889
- resolveContexts[ i ] = this;
3890
- resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;
3891
- if ( !( --remaining ) ) {
3892
- master.resolveWith( resolveContexts, resolveValues );
3893
- }
3894
- };
3895
- };
3896
-
3897
- // Single- and empty arguments are adopted like Promise.resolve
3898
- if ( remaining <= 1 ) {
3899
- adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,
3900
- !remaining );
3901
-
3902
- // Use .then() to unwrap secondary thenables (cf. gh-3000)
3903
- if ( master.state() === "pending" ||
3904
- jQuery.isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {
3905
-
3906
- return master.then();
3907
- }
3908
- }
3909
-
3910
- // Multiple arguments are aggregated like Promise.all array elements
3911
- while ( i-- ) {
3912
- adoptValue( resolveValues[ i ], updateFunc( i ), master.reject );
3913
- }
3914
-
3915
- return master.promise();
3916
- }
3917
- } );
3918
-
3919
-
3920
- // These usually indicate a programmer mistake during development,
3921
- // warn about them ASAP rather than swallowing them by default.
3922
- var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
3923
-
3924
- jQuery.Deferred.exceptionHook = function( error, stack ) {
3925
-
3926
- // Support: IE 8 - 9 only
3927
- // Console exists when dev tools are open, which can happen at any time
3928
- if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {
3929
- window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack );
3930
- }
3931
- };
3932
-
3933
-
3934
-
3935
-
3936
- jQuery.readyException = function( error ) {
3937
- window.setTimeout( function() {
3938
- throw error;
3939
- } );
3940
- };
3941
-
3942
-
3943
-
3944
-
3945
- // The deferred used on DOM ready
3946
- var readyList = jQuery.Deferred();
3947
-
3948
- jQuery.fn.ready = function( fn ) {
3949
-
3950
- readyList
3951
- .then( fn )
3952
-
3953
- // Wrap jQuery.readyException in a function so that the lookup
3954
- // happens at the time of error handling instead of callback
3955
- // registration.
3956
- .catch( function( error ) {
3957
- jQuery.readyException( error );
3958
- } );
3959
-
3960
- return this;
3961
- };
3962
-
3963
- jQuery.extend( {
3964
-
3965
- // Is the DOM ready to be used? Set to true once it occurs.
3966
- isReady: false,
3967
-
3968
- // A counter to track how many items to wait for before
3969
- // the ready event fires. See #6781
3970
- readyWait: 1,
3971
-
3972
- // Handle when the DOM is ready
3973
- ready: function( wait ) {
3974
-
3975
- // Abort if there are pending holds or we're already ready
3976
- if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
3977
- return;
3978
- }
3979
-
3980
- // Remember that the DOM is ready
3981
- jQuery.isReady = true;
3982
-
3983
- // If a normal DOM Ready event fired, decrement, and wait if need be
3984
- if ( wait !== true && --jQuery.readyWait > 0 ) {
3985
- return;
3986
- }
3987
-
3988
- // If there are functions bound, to execute
3989
- readyList.resolveWith( document, [ jQuery ] );
3990
- }
3991
- } );
3992
-
3993
- jQuery.ready.then = readyList.then;
3994
-
3995
- // The ready event handler and self cleanup method
3996
- function completed() {
3997
- document.removeEventListener( "DOMContentLoaded", completed );
3998
- window.removeEventListener( "load", completed );
3999
- jQuery.ready();
4000
- }
4001
-
4002
- // Catch cases where $(document).ready() is called
4003
- // after the browser event has already occurred.
4004
- // Support: IE <=9 - 10 only
4005
- // Older IE sometimes signals "interactive" too soon
4006
- if ( document.readyState === "complete" ||
4007
- ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {
4008
-
4009
- // Handle it asynchronously to allow scripts the opportunity to delay ready
4010
- window.setTimeout( jQuery.ready );
4011
-
4012
- } else {
4013
-
4014
- // Use the handy event callback
4015
- document.addEventListener( "DOMContentLoaded", completed );
4016
-
4017
- // A fallback to window.onload, that will always work
4018
- window.addEventListener( "load", completed );
4019
- }
4020
-
4021
-
4022
-
4023
-
4024
- // Multifunctional method to get and set values of a collection
4025
- // The value/s can optionally be executed if it's a function
4026
- var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
4027
- var i = 0,
4028
- len = elems.length,
4029
- bulk = key == null;
4030
-
4031
- // Sets many values
4032
- if ( jQuery.type( key ) === "object" ) {
4033
- chainable = true;
4034
- for ( i in key ) {
4035
- access( elems, fn, i, key[ i ], true, emptyGet, raw );
4036
- }
4037
-
4038
- // Sets one value
4039
- } else if ( value !== undefined ) {
4040
- chainable = true;
4041
-
4042
- if ( !jQuery.isFunction( value ) ) {
4043
- raw = true;
4044
- }
4045
-
4046
- if ( bulk ) {
4047
-
4048
- // Bulk operations run against the entire set
4049
- if ( raw ) {
4050
- fn.call( elems, value );
4051
- fn = null;
4052
-
4053
- // ...except when executing function values
4054
- } else {
4055
- bulk = fn;
4056
- fn = function( elem, key, value ) {
4057
- return bulk.call( jQuery( elem ), value );
4058
- };
4059
- }
4060
- }
4061
-
4062
- if ( fn ) {
4063
- for ( ; i < len; i++ ) {
4064
- fn(
4065
- elems[ i ], key, raw ?
4066
- value :
4067
- value.call( elems[ i ], i, fn( elems[ i ], key ) )
4068
- );
4069
- }
4070
- }
4071
- }
4072
-
4073
- if ( chainable ) {
4074
- return elems;
4075
- }
4076
-
4077
- // Gets
4078
- if ( bulk ) {
4079
- return fn.call( elems );
4080
- }
4081
-
4082
- return len ? fn( elems[ 0 ], key ) : emptyGet;
4083
- };
4084
- var acceptData = function( owner ) {
4085
-
4086
- // Accepts only:
4087
- // - Node
4088
- // - Node.ELEMENT_NODE
4089
- // - Node.DOCUMENT_NODE
4090
- // - Object
4091
- // - Any
4092
- return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
4093
- };
4094
-
4095
-
4096
-
4097
-
4098
- function Data() {
4099
- this.expando = jQuery.expando + Data.uid++;
4100
- }
4101
-
4102
- Data.uid = 1;
4103
-
4104
- Data.prototype = {
4105
-
4106
- cache: function( owner ) {
4107
-
4108
- // Check if the owner object already has a cache
4109
- var value = owner[ this.expando ];
4110
-
4111
- // If not, create one
4112
- if ( !value ) {
4113
- value = {};
4114
-
4115
- // We can accept data for non-element nodes in modern browsers,
4116
- // but we should not, see #8335.
4117
- // Always return an empty object.
4118
- if ( acceptData( owner ) ) {
4119
-
4120
- // If it is a node unlikely to be stringify-ed or looped over
4121
- // use plain assignment
4122
- if ( owner.nodeType ) {
4123
- owner[ this.expando ] = value;
4124
-
4125
- // Otherwise secure it in a non-enumerable property
4126
- // configurable must be true to allow the property to be
4127
- // deleted when data is removed
4128
- } else {
4129
- Object.defineProperty( owner, this.expando, {
4130
- value: value,
4131
- configurable: true
4132
- } );
4133
- }
4134
- }
4135
- }
4136
-
4137
- return value;
4138
- },
4139
- set: function( owner, data, value ) {
4140
- var prop,
4141
- cache = this.cache( owner );
4142
-
4143
- // Handle: [ owner, key, value ] args
4144
- // Always use camelCase key (gh-2257)
4145
- if ( typeof data === "string" ) {
4146
- cache[ jQuery.camelCase( data ) ] = value;
4147
-
4148
- // Handle: [ owner, { properties } ] args
4149
- } else {
4150
-
4151
- // Copy the properties one-by-one to the cache object
4152
- for ( prop in data ) {
4153
- cache[ jQuery.camelCase( prop ) ] = data[ prop ];
4154
- }
4155
- }
4156
- return cache;
4157
- },
4158
- get: function( owner, key ) {
4159
- return key === undefined ?
4160
- this.cache( owner ) :
4161
-
4162
- // Always use camelCase key (gh-2257)
4163
- owner[ this.expando ] && owner[ this.expando ][ jQuery.camelCase( key ) ];
4164
- },
4165
- access: function( owner, key, value ) {
4166
-
4167
- // In cases where either:
4168
- //
4169
- // 1. No key was specified
4170
- // 2. A string key was specified, but no value provided
4171
- //
4172
- // Take the "read" path and allow the get method to determine
4173
- // which value to return, respectively either:
4174
- //
4175
- // 1. The entire cache object
4176
- // 2. The data stored at the key
4177
- //
4178
- if ( key === undefined ||
4179
- ( ( key && typeof key === "string" ) && value === undefined ) ) {
4180
-
4181
- return this.get( owner, key );
4182
- }
4183
-
4184
- // When the key is not a string, or both a key and value
4185
- // are specified, set or extend (existing objects) with either:
4186
- //
4187
- // 1. An object of properties
4188
- // 2. A key and value
4189
- //
4190
- this.set( owner, key, value );
4191
-
4192
- // Since the "set" path can have two possible entry points
4193
- // return the expected data based on which path was taken[*]
4194
- return value !== undefined ? value : key;
4195
- },
4196
- remove: function( owner, key ) {
4197
- var i,
4198
- cache = owner[ this.expando ];
4199
-
4200
- if ( cache === undefined ) {
4201
- return;
4202
- }
4203
-
4204
- if ( key !== undefined ) {
4205
-
4206
- // Support array or space separated string of keys
4207
- if ( Array.isArray( key ) ) {
4208
-
4209
- // If key is an array of keys...
4210
- // We always set camelCase keys, so remove that.
4211
- key = key.map( jQuery.camelCase );
4212
- } else {
4213
- key = jQuery.camelCase( key );
4214
-
4215
- // If a key with the spaces exists, use it.
4216
- // Otherwise, create an array by matching non-whitespace
4217
- key = key in cache ?
4218
- [ key ] :
4219
- ( key.match( rnothtmlwhite ) || [] );
4220
- }
4221
-
4222
- i = key.length;
4223
-
4224
- while ( i-- ) {
4225
- delete cache[ key[ i ] ];
4226
- }
4227
- }
4228
-
4229
- // Remove the expando if there's no more data
4230
- if ( key === undefined || jQuery.isEmptyObject( cache ) ) {
4231
-
4232
- // Support: Chrome <=35 - 45
4233
- // Webkit & Blink performance suffers when deleting properties
4234
- // from DOM nodes, so set to undefined instead
4235
- // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)
4236
- if ( owner.nodeType ) {
4237
- owner[ this.expando ] = undefined;
4238
- } else {
4239
- delete owner[ this.expando ];
4240
- }
4241
- }
4242
- },
4243
- hasData: function( owner ) {
4244
- var cache = owner[ this.expando ];
4245
- return cache !== undefined && !jQuery.isEmptyObject( cache );
4246
- }
4247
- };
4248
- var dataPriv = new Data();
4249
-
4250
- var dataUser = new Data();
4251
-
4252
-
4253
-
4254
- // Implementation Summary
4255
- //
4256
- // 1. Enforce API surface and semantic compatibility with 1.9.x branch
4257
- // 2. Improve the module's maintainability by reducing the storage
4258
- // paths to a single mechanism.
4259
- // 3. Use the same single mechanism to support "private" and "user" data.
4260
- // 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData)
4261
- // 5. Avoid exposing implementation details on user objects (eg. expando properties)
4262
- // 6. Provide a clear path for implementation upgrade to WeakMap in 2014
4263
-
4264
- var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
4265
- rmultiDash = /[A-Z]/g;
4266
-
4267
- function getData( data ) {
4268
- if ( data === "true" ) {
4269
- return true;
4270
- }
4271
-
4272
- if ( data === "false" ) {
4273
- return false;
4274
- }
4275
-
4276
- if ( data === "null" ) {
4277
- return null;
4278
- }
4279
-
4280
- // Only convert to a number if it doesn't change the string
4281
- if ( data === +data + "" ) {
4282
- return +data;
4283
- }
4284
-
4285
- if ( rbrace.test( data ) ) {
4286
- return JSON.parse( data );
4287
- }
4288
-
4289
- return data;
4290
- }
4291
-
4292
- function dataAttr( elem, key, data ) {
4293
- var name;
4294
-
4295
- // If nothing was found internally, try to fetch any
4296
- // data from the HTML5 data-* attribute
4297
- if ( data === undefined && elem.nodeType === 1 ) {
4298
- name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase();
4299
- data = elem.getAttribute( name );
4300
-
4301
- if ( typeof data === "string" ) {
4302
- try {
4303
- data = getData( data );
4304
- } catch ( e ) {}
4305
-
4306
- // Make sure we set the data so it isn't changed later
4307
- dataUser.set( elem, key, data );
4308
- } else {
4309
- data = undefined;
4310
- }
4311
- }
4312
- return data;
4313
- }
4314
-
4315
- jQuery.extend( {
4316
- hasData: function( elem ) {
4317
- return dataUser.hasData( elem ) || dataPriv.hasData( elem );
4318
- },
4319
-
4320
- data: function( elem, name, data ) {
4321
- return dataUser.access( elem, name, data );
4322
- },
4323
-
4324
- removeData: function( elem, name ) {
4325
- dataUser.remove( elem, name );
4326
- },
4327
-
4328
- // TODO: Now that all calls to _data and _removeData have been replaced
4329
- // with direct calls to dataPriv methods, these can be deprecated.
4330
- _data: function( elem, name, data ) {
4331
- return dataPriv.access( elem, name, data );
4332
- },
4333
-
4334
- _removeData: function( elem, name ) {
4335
- dataPriv.remove( elem, name );
4336
- }
4337
- } );
4338
-
4339
- jQuery.fn.extend( {
4340
- data: function( key, value ) {
4341
- var i, name, data,
4342
- elem = this[ 0 ],
4343
- attrs = elem && elem.attributes;
4344
-
4345
- // Gets all values
4346
- if ( key === undefined ) {
4347
- if ( this.length ) {
4348
- data = dataUser.get( elem );
4349
-
4350
- if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) {
4351
- i = attrs.length;
4352
- while ( i-- ) {
4353
-
4354
- // Support: IE 11 only
4355
- // The attrs elements can be null (#14894)
4356
- if ( attrs[ i ] ) {
4357
- name = attrs[ i ].name;
4358
- if ( name.indexOf( "data-" ) === 0 ) {
4359
- name = jQuery.camelCase( name.slice( 5 ) );
4360
- dataAttr( elem, name, data[ name ] );
4361
- }
4362
- }
4363
- }
4364
- dataPriv.set( elem, "hasDataAttrs", true );
4365
- }
4366
- }
4367
-
4368
- return data;
4369
- }
4370
-
4371
- // Sets multiple values
4372
- if ( typeof key === "object" ) {
4373
- return this.each( function() {
4374
- dataUser.set( this, key );
4375
- } );
4376
- }
4377
-
4378
- return access( this, function( value ) {
4379
- var data;
4380
-
4381
- // The calling jQuery object (element matches) is not empty
4382
- // (and therefore has an element appears at this[ 0 ]) and the
4383
- // `value` parameter was not undefined. An empty jQuery object
4384
- // will result in `undefined` for elem = this[ 0 ] which will
4385
- // throw an exception if an attempt to read a data cache is made.
4386
- if ( elem && value === undefined ) {
4387
-
4388
- // Attempt to get data from the cache
4389
- // The key will always be camelCased in Data
4390
- data = dataUser.get( elem, key );
4391
- if ( data !== undefined ) {
4392
- return data;
4393
- }
4394
-
4395
- // Attempt to "discover" the data in
4396
- // HTML5 custom data-* attrs
4397
- data = dataAttr( elem, key );
4398
- if ( data !== undefined ) {
4399
- return data;
4400
- }
4401
-
4402
- // We tried really hard, but the data doesn't exist.
4403
- return;
4404
- }
4405
-
4406
- // Set the data...
4407
- this.each( function() {
4408
-
4409
- // We always store the camelCased key
4410
- dataUser.set( this, key, value );
4411
- } );
4412
- }, null, value, arguments.length > 1, null, true );
4413
- },
4414
-
4415
- removeData: function( key ) {
4416
- return this.each( function() {
4417
- dataUser.remove( this, key );
4418
- } );
4419
- }
4420
- } );
4421
-
4422
-
4423
- jQuery.extend( {
4424
- queue: function( elem, type, data ) {
4425
- var queue;
4426
-
4427
- if ( elem ) {
4428
- type = ( type || "fx" ) + "queue";
4429
- queue = dataPriv.get( elem, type );
4430
-
4431
- // Speed up dequeue by getting out quickly if this is just a lookup
4432
- if ( data ) {
4433
- if ( !queue || Array.isArray( data ) ) {
4434
- queue = dataPriv.access( elem, type, jQuery.makeArray( data ) );
4435
- } else {
4436
- queue.push( data );
4437
- }
4438
- }
4439
- return queue || [];
4440
- }
4441
- },
4442
-
4443
- dequeue: function( elem, type ) {
4444
- type = type || "fx";
4445
-
4446
- var queue = jQuery.queue( elem, type ),
4447
- startLength = queue.length,
4448
- fn = queue.shift(),
4449
- hooks = jQuery._queueHooks( elem, type ),
4450
- next = function() {
4451
- jQuery.dequeue( elem, type );
4452
- };
4453
-
4454
- // If the fx queue is dequeued, always remove the progress sentinel
4455
- if ( fn === "inprogress" ) {
4456
- fn = queue.shift();
4457
- startLength--;
4458
- }
4459
-
4460
- if ( fn ) {
4461
-
4462
- // Add a progress sentinel to prevent the fx queue from being
4463
- // automatically dequeued
4464
- if ( type === "fx" ) {
4465
- queue.unshift( "inprogress" );
4466
- }
4467
-
4468
- // Clear up the last queue stop function
4469
- delete hooks.stop;
4470
- fn.call( elem, next, hooks );
4471
- }
4472
-
4473
- if ( !startLength && hooks ) {
4474
- hooks.empty.fire();
4475
- }
4476
- },
4477
-
4478
- // Not public - generate a queueHooks object, or return the current one
4479
- _queueHooks: function( elem, type ) {
4480
- var key = type + "queueHooks";
4481
- return dataPriv.get( elem, key ) || dataPriv.access( elem, key, {
4482
- empty: jQuery.Callbacks( "once memory" ).add( function() {
4483
- dataPriv.remove( elem, [ type + "queue", key ] );
4484
- } )
4485
- } );
4486
- }
4487
- } );
4488
-
4489
- jQuery.fn.extend( {
4490
- queue: function( type, data ) {
4491
- var setter = 2;
4492
-
4493
- if ( typeof type !== "string" ) {
4494
- data = type;
4495
- type = "fx";
4496
- setter--;
4497
- }
4498
-
4499
- if ( arguments.length < setter ) {
4500
- return jQuery.queue( this[ 0 ], type );
4501
- }
4502
-
4503
- return data === undefined ?
4504
- this :
4505
- this.each( function() {
4506
- var queue = jQuery.queue( this, type, data );
4507
-
4508
- // Ensure a hooks for this queue
4509
- jQuery._queueHooks( this, type );
4510
-
4511
- if ( type === "fx" && queue[ 0 ] !== "inprogress" ) {
4512
- jQuery.dequeue( this, type );
4513
- }
4514
- } );
4515
- },
4516
- dequeue: function( type ) {
4517
- return this.each( function() {
4518
- jQuery.dequeue( this, type );
4519
- } );
4520
- },
4521
- clearQueue: function( type ) {
4522
- return this.queue( type || "fx", [] );
4523
- },
4524
-
4525
- // Get a promise resolved when queues of a certain type
4526
- // are emptied (fx is the type by default)
4527
- promise: function( type, obj ) {
4528
- var tmp,
4529
- count = 1,
4530
- defer = jQuery.Deferred(),
4531
- elements = this,
4532
- i = this.length,
4533
- resolve = function() {
4534
- if ( !( --count ) ) {
4535
- defer.resolveWith( elements, [ elements ] );
4536
- }
4537
- };
4538
-
4539
- if ( typeof type !== "string" ) {
4540
- obj = type;
4541
- type = undefined;
4542
- }
4543
- type = type || "fx";
4544
-
4545
- while ( i-- ) {
4546
- tmp = dataPriv.get( elements[ i ], type + "queueHooks" );
4547
- if ( tmp && tmp.empty ) {
4548
- count++;
4549
- tmp.empty.add( resolve );
4550
- }
4551
- }
4552
- resolve();
4553
- return defer.promise( obj );
4554
- }
4555
- } );
4556
- var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
4557
-
4558
- var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
4559
-
4560
-
4561
- var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
4562
-
4563
- var isHiddenWithinTree = function( elem, el ) {
4564
-
4565
- // isHiddenWithinTree might be called from jQuery#filter function;
4566
- // in that case, element will be second argument
4567
- elem = el || elem;
4568
-
4569
- // Inline style trumps all
4570
- return elem.style.display === "none" ||
4571
- elem.style.display === "" &&
4572
-
4573
- // Otherwise, check computed style
4574
- // Support: Firefox <=43 - 45
4575
- // Disconnected elements can have computed display: none, so first confirm that elem is
4576
- // in the document.
4577
- jQuery.contains( elem.ownerDocument, elem ) &&
4578
-
4579
- jQuery.css( elem, "display" ) === "none";
4580
- };
4581
-
4582
- var swap = function( elem, options, callback, args ) {
4583
- var ret, name,
4584
- old = {};
4585
-
4586
- // Remember the old values, and insert the new ones
4587
- for ( name in options ) {
4588
- old[ name ] = elem.style[ name ];
4589
- elem.style[ name ] = options[ name ];
4590
- }
4591
-
4592
- ret = callback.apply( elem, args || [] );
4593
-
4594
- // Revert the old values
4595
- for ( name in options ) {
4596
- elem.style[ name ] = old[ name ];
4597
- }
4598
-
4599
- return ret;
4600
- };
4601
-
4602
-
4603
-
4604
-
4605
- function adjustCSS( elem, prop, valueParts, tween ) {
4606
- var adjusted,
4607
- scale = 1,
4608
- maxIterations = 20,
4609
- currentValue = tween ?
4610
- function() {
4611
- return tween.cur();
4612
- } :
4613
- function() {
4614
- return jQuery.css( elem, prop, "" );
4615
- },
4616
- initial = currentValue(),
4617
- unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
4618
-
4619
- // Starting value computation is required for potential unit mismatches
4620
- initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) &&
4621
- rcssNum.exec( jQuery.css( elem, prop ) );
4622
-
4623
- if ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
4624
-
4625
- // Trust units reported by jQuery.css
4626
- unit = unit || initialInUnit[ 3 ];
4627
-
4628
- // Make sure we update the tween properties later on
4629
- valueParts = valueParts || [];
4630
-
4631
- // Iteratively approximate from a nonzero starting point
4632
- initialInUnit = +initial || 1;
4633
-
4634
- do {
4635
-
4636
- // If previous iteration zeroed out, double until we get *something*.
4637
- // Use string for doubling so we don't accidentally see scale as unchanged below
4638
- scale = scale || ".5";
4639
-
4640
- // Adjust and apply
4641
- initialInUnit = initialInUnit / scale;
4642
- jQuery.style( elem, prop, initialInUnit + unit );
4643
-
4644
- // Update scale, tolerating zero or NaN from tween.cur()
4645
- // Break the loop if scale is unchanged or perfect, or if we've just had enough.
4646
- } while (
4647
- scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations
4648
- );
4649
- }
4650
-
4651
- if ( valueParts ) {
4652
- initialInUnit = +initialInUnit || +initial || 0;
4653
-
4654
- // Apply relative offset (+=/-=) if specified
4655
- adjusted = valueParts[ 1 ] ?
4656
- initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :
4657
- +valueParts[ 2 ];
4658
- if ( tween ) {
4659
- tween.unit = unit;
4660
- tween.start = initialInUnit;
4661
- tween.end = adjusted;
4662
- }
4663
- }
4664
- return adjusted;
4665
- }
4666
-
4667
-
4668
- var defaultDisplayMap = {};
4669
-
4670
- function getDefaultDisplay( elem ) {
4671
- var temp,
4672
- doc = elem.ownerDocument,
4673
- nodeName = elem.nodeName,
4674
- display = defaultDisplayMap[ nodeName ];
4675
-
4676
- if ( display ) {
4677
- return display;
4678
- }
4679
-
4680
- temp = doc.body.appendChild( doc.createElement( nodeName ) );
4681
- display = jQuery.css( temp, "display" );
4682
-
4683
- temp.parentNode.removeChild( temp );
4684
-
4685
- if ( display === "none" ) {
4686
- display = "block";
4687
- }
4688
- defaultDisplayMap[ nodeName ] = display;
4689
-
4690
- return display;
4691
- }
4692
-
4693
- function showHide( elements, show ) {
4694
- var display, elem,
4695
- values = [],
4696
- index = 0,
4697
- length = elements.length;
4698
-
4699
- // Determine new display value for elements that need to change
4700
- for ( ; index < length; index++ ) {
4701
- elem = elements[ index ];
4702
- if ( !elem.style ) {
4703
- continue;
4704
- }
4705
-
4706
- display = elem.style.display;
4707
- if ( show ) {
4708
-
4709
- // Since we force visibility upon cascade-hidden elements, an immediate (and slow)
4710
- // check is required in this first loop unless we have a nonempty display value (either
4711
- // inline or about-to-be-restored)
4712
- if ( display === "none" ) {
4713
- values[ index ] = dataPriv.get( elem, "display" ) || null;
4714
- if ( !values[ index ] ) {
4715
- elem.style.display = "";
4716
- }
4717
- }
4718
- if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) {
4719
- values[ index ] = getDefaultDisplay( elem );
4720
- }
4721
- } else {
4722
- if ( display !== "none" ) {
4723
- values[ index ] = "none";
4724
-
4725
- // Remember what we're overwriting
4726
- dataPriv.set( elem, "display", display );
4727
- }
4728
- }
4729
- }
4730
-
4731
- // Set the display of the elements in a second loop to avoid constant reflow
4732
- for ( index = 0; index < length; index++ ) {
4733
- if ( values[ index ] != null ) {
4734
- elements[ index ].style.display = values[ index ];
4735
- }
4736
- }
4737
-
4738
- return elements;
4739
- }
4740
-
4741
- jQuery.fn.extend( {
4742
- show: function() {
4743
- return showHide( this, true );
4744
- },
4745
- hide: function() {
4746
- return showHide( this );
4747
- },
4748
- toggle: function( state ) {
4749
- if ( typeof state === "boolean" ) {
4750
- return state ? this.show() : this.hide();
4751
- }
4752
-
4753
- return this.each( function() {
4754
- if ( isHiddenWithinTree( this ) ) {
4755
- jQuery( this ).show();
4756
- } else {
4757
- jQuery( this ).hide();
4758
- }
4759
- } );
4760
- }
4761
- } );
4762
- var rcheckableType = ( /^(?:checkbox|radio)$/i );
4763
-
4764
- var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i );
4765
-
4766
- var rscriptType = ( /^$|\/(?:java|ecma)script/i );
4767
-
4768
-
4769
-
4770
- // We have to close these tags to support XHTML (#13200)
4771
- var wrapMap = {
4772
-
4773
- // Support: IE <=9 only
4774
- option: [ 1, "<select multiple='multiple'>", "</select>" ],
4775
-
4776
- // XHTML parsers do not magically insert elements in the
4777
- // same way that tag soup parsers do. So we cannot shorten
4778
- // this by omitting <tbody> or other required elements.
4779
- thead: [ 1, "<table>", "</table>" ],
4780
- col: [ 2, "<table><colgroup>", "</colgroup></table>" ],
4781
- tr: [ 2, "<table><tbody>", "</tbody></table>" ],
4782
- td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
4783
-
4784
- _default: [ 0, "", "" ]
4785
- };
4786
-
4787
- // Support: IE <=9 only
4788
- wrapMap.optgroup = wrapMap.option;
4789
-
4790
- wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
4791
- wrapMap.th = wrapMap.td;
4792
-
4793
-
4794
- function getAll( context, tag ) {
4795
-
4796
- // Support: IE <=9 - 11 only
4797
- // Use typeof to avoid zero-argument method invocation on host objects (#15151)
4798
- var ret;
4799
-
4800
- if ( typeof context.getElementsByTagName !== "undefined" ) {
4801
- ret = context.getElementsByTagName( tag || "*" );
4802
-
4803
- } else if ( typeof context.querySelectorAll !== "undefined" ) {
4804
- ret = context.querySelectorAll( tag || "*" );
4805
-
4806
- } else {
4807
- ret = [];
4808
- }
4809
-
4810
- if ( tag === undefined || tag && nodeName( context, tag ) ) {
4811
- return jQuery.merge( [ context ], ret );
4812
- }
4813
-
4814
- return ret;
4815
- }
4816
-
4817
-
4818
- // Mark scripts as having already been evaluated
4819
- function setGlobalEval( elems, refElements ) {
4820
- var i = 0,
4821
- l = elems.length;
4822
-
4823
- for ( ; i < l; i++ ) {
4824
- dataPriv.set(
4825
- elems[ i ],
4826
- "globalEval",
4827
- !refElements || dataPriv.get( refElements[ i ], "globalEval" )
4828
- );
4829
- }
4830
- }
4831
-
4832
-
4833
- var rhtml = /<|&#?\w+;/;
4834
-
4835
- function buildFragment( elems, context, scripts, selection, ignored ) {
4836
- var elem, tmp, tag, wrap, contains, j,
4837
- fragment = context.createDocumentFragment(),
4838
- nodes = [],
4839
- i = 0,
4840
- l = elems.length;
4841
-
4842
- for ( ; i < l; i++ ) {
4843
- elem = elems[ i ];
4844
-
4845
- if ( elem || elem === 0 ) {
4846
-
4847
- // Add nodes directly
4848
- if ( jQuery.type( elem ) === "object" ) {
4849
-
4850
- // Support: Android <=4.0 only, PhantomJS 1 only
4851
- // push.apply(_, arraylike) throws on ancient WebKit
4852
- jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );
4853
-
4854
- // Convert non-html into a text node
4855
- } else if ( !rhtml.test( elem ) ) {
4856
- nodes.push( context.createTextNode( elem ) );
4857
-
4858
- // Convert html into DOM nodes
4859
- } else {
4860
- tmp = tmp || fragment.appendChild( context.createElement( "div" ) );
4861
-
4862
- // Deserialize a standard representation
4863
- tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase();
4864
- wrap = wrapMap[ tag ] || wrapMap._default;
4865
- tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];
4866
-
4867
- // Descend through wrappers to the right content
4868
- j = wrap[ 0 ];
4869
- while ( j-- ) {
4870
- tmp = tmp.lastChild;
4871
- }
4872
-
4873
- // Support: Android <=4.0 only, PhantomJS 1 only
4874
- // push.apply(_, arraylike) throws on ancient WebKit
4875
- jQuery.merge( nodes, tmp.childNodes );
4876
-
4877
- // Remember the top-level container
4878
- tmp = fragment.firstChild;
4879
-
4880
- // Ensure the created nodes are orphaned (#12392)
4881
- tmp.textContent = "";
4882
- }
4883
- }
4884
- }
4885
-
4886
- // Remove wrapper from fragment
4887
- fragment.textContent = "";
4888
-
4889
- i = 0;
4890
- while ( ( elem = nodes[ i++ ] ) ) {
4891
-
4892
- // Skip elements already in the context collection (trac-4087)
4893
- if ( selection && jQuery.inArray( elem, selection ) > -1 ) {
4894
- if ( ignored ) {
4895
- ignored.push( elem );
4896
- }
4897
- continue;
4898
- }
4899
-
4900
- contains = jQuery.contains( elem.ownerDocument, elem );
4901
-
4902
- // Append to fragment
4903
- tmp = getAll( fragment.appendChild( elem ), "script" );
4904
-
4905
- // Preserve script evaluation history
4906
- if ( contains ) {
4907
- setGlobalEval( tmp );
4908
- }
4909
-
4910
- // Capture executables
4911
- if ( scripts ) {
4912
- j = 0;
4913
- while ( ( elem = tmp[ j++ ] ) ) {
4914
- if ( rscriptType.test( elem.type || "" ) ) {
4915
- scripts.push( elem );
4916
- }
4917
- }
4918
- }
4919
- }
4920
-
4921
- return fragment;
4922
- }
4923
-
4924
-
4925
- ( function() {
4926
- var fragment = document.createDocumentFragment(),
4927
- div = fragment.appendChild( document.createElement( "div" ) ),
4928
- input = document.createElement( "input" );
4929
-
4930
- // Support: Android 4.0 - 4.3 only
4931
- // Check state lost if the name is set (#11217)
4932
- // Support: Windows Web Apps (WWA)
4933
- // `name` and `type` must use .setAttribute for WWA (#14901)
4934
- input.setAttribute( "type", "radio" );
4935
- input.setAttribute( "checked", "checked" );
4936
- input.setAttribute( "name", "t" );
4937
-
4938
- div.appendChild( input );
4939
-
4940
- // Support: Android <=4.1 only
4941
- // Older WebKit doesn't clone checked state correctly in fragments
4942
- support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
4943
-
4944
- // Support: IE <=11 only
4945
- // Make sure textarea (and checkbox) defaultValue is properly cloned
4946
- div.innerHTML = "<textarea>x</textarea>";
4947
- support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
4948
- } )();
4949
- var documentElement = document.documentElement;
4950
-
4951
-
4952
-
4953
- var
4954
- rkeyEvent = /^key/,
4955
- rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,
4956
- rtypenamespace = /^([^.]*)(?:\.(.+)|)/;
4957
-
4958
- function returnTrue() {
4959
- return true;
4960
- }
4961
-
4962
- function returnFalse() {
4963
- return false;
4964
- }
4965
-
4966
- // Support: IE <=9 only
4967
- // See #13393 for more info
4968
- function safeActiveElement() {
4969
- try {
4970
- return document.activeElement;
4971
- } catch ( err ) { }
4972
- }
4973
-
4974
- function on( elem, types, selector, data, fn, one ) {
4975
- var origFn, type;
4976
-
4977
- // Types can be a map of types/handlers
4978
- if ( typeof types === "object" ) {
4979
-
4980
- // ( types-Object, selector, data )
4981
- if ( typeof selector !== "string" ) {
4982
-
4983
- // ( types-Object, data )
4984
- data = data || selector;
4985
- selector = undefined;
4986
- }
4987
- for ( type in types ) {
4988
- on( elem, type, selector, data, types[ type ], one );
4989
- }
4990
- return elem;
4991
- }
4992
-
4993
- if ( data == null && fn == null ) {
4994
-
4995
- // ( types, fn )
4996
- fn = selector;
4997
- data = selector = undefined;
4998
- } else if ( fn == null ) {
4999
- if ( typeof selector === "string" ) {
5000
-
5001
- // ( types, selector, fn )
5002
- fn = data;
5003
- data = undefined;
5004
- } else {
5005
-
5006
- // ( types, data, fn )
5007
- fn = data;
5008
- data = selector;
5009
- selector = undefined;
5010
- }
5011
- }
5012
- if ( fn === false ) {
5013
- fn = returnFalse;
5014
- } else if ( !fn ) {
5015
- return elem;
5016
- }
5017
-
5018
- if ( one === 1 ) {
5019
- origFn = fn;
5020
- fn = function( event ) {
5021
-
5022
- // Can use an empty set, since event contains the info
5023
- jQuery().off( event );
5024
- return origFn.apply( this, arguments );
5025
- };
5026
-
5027
- // Use same guid so caller can remove using origFn
5028
- fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
5029
- }
5030
- return elem.each( function() {
5031
- jQuery.event.add( this, types, fn, data, selector );
5032
- } );
5033
- }
5034
-
5035
- /*
5036
- * Helper functions for managing events -- not part of the public interface.
5037
- * Props to Dean Edwards' addEvent library for many of the ideas.
5038
- */
5039
- jQuery.event = {
5040
-
5041
- global: {},
5042
-
5043
- add: function( elem, types, handler, data, selector ) {
5044
-
5045
- var handleObjIn, eventHandle, tmp,
5046
- events, t, handleObj,
5047
- special, handlers, type, namespaces, origType,
5048
- elemData = dataPriv.get( elem );
5049
-
5050
- // Don't attach events to noData or text/comment nodes (but allow plain objects)
5051
- if ( !elemData ) {
5052
- return;
5053
- }
5054
-
5055
- // Caller can pass in an object of custom data in lieu of the handler
5056
- if ( handler.handler ) {
5057
- handleObjIn = handler;
5058
- handler = handleObjIn.handler;
5059
- selector = handleObjIn.selector;
5060
- }
5061
-
5062
- // Ensure that invalid selectors throw exceptions at attach time
5063
- // Evaluate against documentElement in case elem is a non-element node (e.g., document)
5064
- if ( selector ) {
5065
- jQuery.find.matchesSelector( documentElement, selector );
5066
- }
5067
-
5068
- // Make sure that the handler has a unique ID, used to find/remove it later
5069
- if ( !handler.guid ) {
5070
- handler.guid = jQuery.guid++;
5071
- }
5072
-
5073
- // Init the element's event structure and main handler, if this is the first
5074
- if ( !( events = elemData.events ) ) {
5075
- events = elemData.events = {};
5076
- }
5077
- if ( !( eventHandle = elemData.handle ) ) {
5078
- eventHandle = elemData.handle = function( e ) {
5079
-
5080
- // Discard the second event of a jQuery.event.trigger() and
5081
- // when an event is called after a page has unloaded
5082
- return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ?
5083
- jQuery.event.dispatch.apply( elem, arguments ) : undefined;
5084
- };
5085
- }
5086
-
5087
- // Handle multiple events separated by a space
5088
- types = ( types || "" ).match( rnothtmlwhite ) || [ "" ];
5089
- t = types.length;
5090
- while ( t-- ) {
5091
- tmp = rtypenamespace.exec( types[ t ] ) || [];
5092
- type = origType = tmp[ 1 ];
5093
- namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
5094
-
5095
- // There *must* be a type, no attaching namespace-only handlers
5096
- if ( !type ) {
5097
- continue;
5098
- }
5099
-
5100
- // If event changes its type, use the special event handlers for the changed type
5101
- special = jQuery.event.special[ type ] || {};
5102
-
5103
- // If selector defined, determine special event api type, otherwise given type
5104
- type = ( selector ? special.delegateType : special.bindType ) || type;
5105
-
5106
- // Update special based on newly reset type
5107
- special = jQuery.event.special[ type ] || {};
5108
-
5109
- // handleObj is passed to all event handlers
5110
- handleObj = jQuery.extend( {
5111
- type: type,
5112
- origType: origType,
5113
- data: data,
5114
- handler: handler,
5115
- guid: handler.guid,
5116
- selector: selector,
5117
- needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
5118
- namespace: namespaces.join( "." )
5119
- }, handleObjIn );
5120
-
5121
- // Init the event handler queue if we're the first
5122
- if ( !( handlers = events[ type ] ) ) {
5123
- handlers = events[ type ] = [];
5124
- handlers.delegateCount = 0;
5125
-
5126
- // Only use addEventListener if the special events handler returns false
5127
- if ( !special.setup ||
5128
- special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
5129
-
5130
- if ( elem.addEventListener ) {
5131
- elem.addEventListener( type, eventHandle );
5132
- }
5133
- }
5134
- }
5135
-
5136
- if ( special.add ) {
5137
- special.add.call( elem, handleObj );
5138
-
5139
- if ( !handleObj.handler.guid ) {
5140
- handleObj.handler.guid = handler.guid;
5141
- }
5142
- }
5143
-
5144
- // Add to the element's handler list, delegates in front
5145
- if ( selector ) {
5146
- handlers.splice( handlers.delegateCount++, 0, handleObj );
5147
- } else {
5148
- handlers.push( handleObj );
5149
- }
5150
-
5151
- // Keep track of which events have ever been used, for event optimization
5152
- jQuery.event.global[ type ] = true;
5153
- }
5154
-
5155
- },
5156
-
5157
- // Detach an event or set of events from an element
5158
- remove: function( elem, types, handler, selector, mappedTypes ) {
5159
-
5160
- var j, origCount, tmp,
5161
- events, t, handleObj,
5162
- special, handlers, type, namespaces, origType,
5163
- elemData = dataPriv.hasData( elem ) && dataPriv.get( elem );
5164
-
5165
- if ( !elemData || !( events = elemData.events ) ) {
5166
- return;
5167
- }
5168
-
5169
- // Once for each type.namespace in types; type may be omitted
5170
- types = ( types || "" ).match( rnothtmlwhite ) || [ "" ];
5171
- t = types.length;
5172
- while ( t-- ) {
5173
- tmp = rtypenamespace.exec( types[ t ] ) || [];
5174
- type = origType = tmp[ 1 ];
5175
- namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
5176
-
5177
- // Unbind all events (on this namespace, if provided) for the element
5178
- if ( !type ) {
5179
- for ( type in events ) {
5180
- jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
5181
- }
5182
- continue;
5183
- }
5184
-
5185
- special = jQuery.event.special[ type ] || {};
5186
- type = ( selector ? special.delegateType : special.bindType ) || type;
5187
- handlers = events[ type ] || [];
5188
- tmp = tmp[ 2 ] &&
5189
- new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" );
5190
-
5191
- // Remove matching events
5192
- origCount = j = handlers.length;
5193
- while ( j-- ) {
5194
- handleObj = handlers[ j ];
5195
-
5196
- if ( ( mappedTypes || origType === handleObj.origType ) &&
5197
- ( !handler || handler.guid === handleObj.guid ) &&
5198
- ( !tmp || tmp.test( handleObj.namespace ) ) &&
5199
- ( !selector || selector === handleObj.selector ||
5200
- selector === "**" && handleObj.selector ) ) {
5201
- handlers.splice( j, 1 );
5202
-
5203
- if ( handleObj.selector ) {
5204
- handlers.delegateCount--;
5205
- }
5206
- if ( special.remove ) {
5207
- special.remove.call( elem, handleObj );
5208
- }
5209
- }
5210
- }
5211
-
5212
- // Remove generic event handler if we removed something and no more handlers exist
5213
- // (avoids potential for endless recursion during removal of special event handlers)
5214
- if ( origCount && !handlers.length ) {
5215
- if ( !special.teardown ||
5216
- special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
5217
-
5218
- jQuery.removeEvent( elem, type, elemData.handle );
5219
- }
5220
-
5221
- delete events[ type ];
5222
- }
5223
- }
5224
-
5225
- // Remove data and the expando if it's no longer used
5226
- if ( jQuery.isEmptyObject( events ) ) {
5227
- dataPriv.remove( elem, "handle events" );
5228
- }
5229
- },
5230
-
5231
- dispatch: function( nativeEvent ) {
5232
-
5233
- // Make a writable jQuery.Event from the native event object
5234
- var event = jQuery.event.fix( nativeEvent );
5235
-
5236
- var i, j, ret, matched, handleObj, handlerQueue,
5237
- args = new Array( arguments.length ),
5238
- handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [],
5239
- special = jQuery.event.special[ event.type ] || {};
5240
-
5241
- // Use the fix-ed jQuery.Event rather than the (read-only) native event
5242
- args[ 0 ] = event;
5243
-
5244
- for ( i = 1; i < arguments.length; i++ ) {
5245
- args[ i ] = arguments[ i ];
5246
- }
5247
-
5248
- event.delegateTarget = this;
5249
-
5250
- // Call the preDispatch hook for the mapped type, and let it bail if desired
5251
- if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
5252
- return;
5253
- }
5254
-
5255
- // Determine handlers
5256
- handlerQueue = jQuery.event.handlers.call( this, event, handlers );
5257
-
5258
- // Run delegates first; they may want to stop propagation beneath us
5259
- i = 0;
5260
- while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {
5261
- event.currentTarget = matched.elem;
5262
-
5263
- j = 0;
5264
- while ( ( handleObj = matched.handlers[ j++ ] ) &&
5265
- !event.isImmediatePropagationStopped() ) {
5266
-
5267
- // Triggered event must either 1) have no namespace, or 2) have namespace(s)
5268
- // a subset or equal to those in the bound event (both can have no namespace).
5269
- if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {
5270
-
5271
- event.handleObj = handleObj;
5272
- event.data = handleObj.data;
5273
-
5274
- ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||
5275
- handleObj.handler ).apply( matched.elem, args );
5276
-
5277
- if ( ret !== undefined ) {
5278
- if ( ( event.result = ret ) === false ) {
5279
- event.preventDefault();
5280
- event.stopPropagation();
5281
- }
5282
- }
5283
- }
5284
- }
5285
- }
5286
-
5287
- // Call the postDispatch hook for the mapped type
5288
- if ( special.postDispatch ) {
5289
- special.postDispatch.call( this, event );
5290
- }
5291
-
5292
- return event.result;
5293
- },
5294
-
5295
- handlers: function( event, handlers ) {
5296
- var i, handleObj, sel, matchedHandlers, matchedSelectors,
5297
- handlerQueue = [],
5298
- delegateCount = handlers.delegateCount,
5299
- cur = event.target;
5300
-
5301
- // Find delegate handlers
5302
- if ( delegateCount &&
5303
-
5304
- // Support: IE <=9
5305
- // Black-hole SVG <use> instance trees (trac-13180)
5306
- cur.nodeType &&
5307
-
5308
- // Support: Firefox <=42
5309
- // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)
5310
- // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click
5311
- // Support: IE 11 only
5312
- // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343)
5313
- !( event.type === "click" && event.button >= 1 ) ) {
5314
-
5315
- for ( ; cur !== this; cur = cur.parentNode || this ) {
5316
-
5317
- // Don't check non-elements (#13208)
5318
- // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)
5319
- if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) {
5320
- matchedHandlers = [];
5321
- matchedSelectors = {};
5322
- for ( i = 0; i < delegateCount; i++ ) {
5323
- handleObj = handlers[ i ];
5324
-
5325
- // Don't conflict with Object.prototype properties (#13203)
5326
- sel = handleObj.selector + " ";
5327
-
5328
- if ( matchedSelectors[ sel ] === undefined ) {
5329
- matchedSelectors[ sel ] = handleObj.needsContext ?
5330
- jQuery( sel, this ).index( cur ) > -1 :
5331
- jQuery.find( sel, this, null, [ cur ] ).length;
5332
- }
5333
- if ( matchedSelectors[ sel ] ) {
5334
- matchedHandlers.push( handleObj );
5335
- }
5336
- }
5337
- if ( matchedHandlers.length ) {
5338
- handlerQueue.push( { elem: cur, handlers: matchedHandlers } );
5339
- }
5340
- }
5341
- }
5342
- }
5343
-
5344
- // Add the remaining (directly-bound) handlers
5345
- cur = this;
5346
- if ( delegateCount < handlers.length ) {
5347
- handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );
5348
- }
5349
-
5350
- return handlerQueue;
5351
- },
5352
-
5353
- addProp: function( name, hook ) {
5354
- Object.defineProperty( jQuery.Event.prototype, name, {
5355
- enumerable: true,
5356
- configurable: true,
5357
-
5358
- get: jQuery.isFunction( hook ) ?
5359
- function() {
5360
- if ( this.originalEvent ) {
5361
- return hook( this.originalEvent );
5362
- }
5363
- } :
5364
- function() {
5365
- if ( this.originalEvent ) {
5366
- return this.originalEvent[ name ];
5367
- }
5368
- },
5369
-
5370
- set: function( value ) {
5371
- Object.defineProperty( this, name, {
5372
- enumerable: true,
5373
- configurable: true,
5374
- writable: true,
5375
- value: value
5376
- } );
5377
- }
5378
- } );
5379
- },
5380
-
5381
- fix: function( originalEvent ) {
5382
- return originalEvent[ jQuery.expando ] ?
5383
- originalEvent :
5384
- new jQuery.Event( originalEvent );
5385
- },
5386
-
5387
- special: {
5388
- load: {
5389
-
5390
- // Prevent triggered image.load events from bubbling to window.load
5391
- noBubble: true
5392
- },
5393
- focus: {
5394
-
5395
- // Fire native event if possible so blur/focus sequence is correct
5396
- trigger: function() {
5397
- if ( this !== safeActiveElement() && this.focus ) {
5398
- this.focus();
5399
- return false;
5400
- }
5401
- },
5402
- delegateType: "focusin"
5403
- },
5404
- blur: {
5405
- trigger: function() {
5406
- if ( this === safeActiveElement() && this.blur ) {
5407
- this.blur();
5408
- return false;
5409
- }
5410
- },
5411
- delegateType: "focusout"
5412
- },
5413
- click: {
5414
-
5415
- // For checkbox, fire native event so checked state will be right
5416
- trigger: function() {
5417
- if ( this.type === "checkbox" && this.click && nodeName( this, "input" ) ) {
5418
- this.click();
5419
- return false;
5420
- }
5421
- },
5422
-
5423
- // For cross-browser consistency, don't fire native .click() on links
5424
- _default: function( event ) {
5425
- return nodeName( event.target, "a" );
5426
- }
5427
- },
5428
-
5429
- beforeunload: {
5430
- postDispatch: function( event ) {
5431
-
5432
- // Support: Firefox 20+
5433
- // Firefox doesn't alert if the returnValue field is not set.
5434
- if ( event.result !== undefined && event.originalEvent ) {
5435
- event.originalEvent.returnValue = event.result;
5436
- }
5437
- }
5438
- }
5439
- }
5440
- };
5441
-
5442
- jQuery.removeEvent = function( elem, type, handle ) {
5443
-
5444
- // This "if" is needed for plain objects
5445
- if ( elem.removeEventListener ) {
5446
- elem.removeEventListener( type, handle );
5447
- }
5448
- };
5449
-
5450
- jQuery.Event = function( src, props ) {
5451
-
5452
- // Allow instantiation without the 'new' keyword
5453
- if ( !( this instanceof jQuery.Event ) ) {
5454
- return new jQuery.Event( src, props );
5455
- }
5456
-
5457
- // Event object
5458
- if ( src && src.type ) {
5459
- this.originalEvent = src;
5460
- this.type = src.type;
5461
-
5462
- // Events bubbling up the document may have been marked as prevented
5463
- // by a handler lower down the tree; reflect the correct value.
5464
- this.isDefaultPrevented = src.defaultPrevented ||
5465
- src.defaultPrevented === undefined &&
5466
-
5467
- // Support: Android <=2.3 only
5468
- src.returnValue === false ?
5469
- returnTrue :
5470
- returnFalse;
5471
-
5472
- // Create target properties
5473
- // Support: Safari <=6 - 7 only
5474
- // Target should not be a text node (#504, #13143)
5475
- this.target = ( src.target && src.target.nodeType === 3 ) ?
5476
- src.target.parentNode :
5477
- src.target;
5478
-
5479
- this.currentTarget = src.currentTarget;
5480
- this.relatedTarget = src.relatedTarget;
5481
-
5482
- // Event type
5483
- } else {
5484
- this.type = src;
5485
- }
5486
-
5487
- // Put explicitly provided properties onto the event object
5488
- if ( props ) {
5489
- jQuery.extend( this, props );
5490
- }
5491
-
5492
- // Create a timestamp if incoming event doesn't have one
5493
- this.timeStamp = src && src.timeStamp || jQuery.now();
5494
-
5495
- // Mark it as fixed
5496
- this[ jQuery.expando ] = true;
5497
- };
5498
-
5499
- // jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
5500
- // https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
5501
- jQuery.Event.prototype = {
5502
- constructor: jQuery.Event,
5503
- isDefaultPrevented: returnFalse,
5504
- isPropagationStopped: returnFalse,
5505
- isImmediatePropagationStopped: returnFalse,
5506
- isSimulated: false,
5507
-
5508
- preventDefault: function() {
5509
- var e = this.originalEvent;
5510
-
5511
- this.isDefaultPrevented = returnTrue;
5512
-
5513
- if ( e && !this.isSimulated ) {
5514
- e.preventDefault();
5515
- }
5516
- },
5517
- stopPropagation: function() {
5518
- var e = this.originalEvent;
5519
-
5520
- this.isPropagationStopped = returnTrue;
5521
-
5522
- if ( e && !this.isSimulated ) {
5523
- e.stopPropagation();
5524
- }
5525
- },
5526
- stopImmediatePropagation: function() {
5527
- var e = this.originalEvent;
5528
-
5529
- this.isImmediatePropagationStopped = returnTrue;
5530
-
5531
- if ( e && !this.isSimulated ) {
5532
- e.stopImmediatePropagation();
5533
- }
5534
-
5535
- this.stopPropagation();
5536
- }
5537
- };
5538
-
5539
- // Includes all common event props including KeyEvent and MouseEvent specific props
5540
- jQuery.each( {
5541
- altKey: true,
5542
- bubbles: true,
5543
- cancelable: true,
5544
- changedTouches: true,
5545
- ctrlKey: true,
5546
- detail: true,
5547
- eventPhase: true,
5548
- metaKey: true,
5549
- pageX: true,
5550
- pageY: true,
5551
- shiftKey: true,
5552
- view: true,
5553
- "char": true,
5554
- charCode: true,
5555
- key: true,
5556
- keyCode: true,
5557
- button: true,
5558
- buttons: true,
5559
- clientX: true,
5560
- clientY: true,
5561
- offsetX: true,
5562
- offsetY: true,
5563
- pointerId: true,
5564
- pointerType: true,
5565
- screenX: true,
5566
- screenY: true,
5567
- targetTouches: true,
5568
- toElement: true,
5569
- touches: true,
5570
-
5571
- which: function( event ) {
5572
- var button = event.button;
5573
-
5574
- // Add which for key events
5575
- if ( event.which == null && rkeyEvent.test( event.type ) ) {
5576
- return event.charCode != null ? event.charCode : event.keyCode;
5577
- }
5578
-
5579
- // Add which for click: 1 === left; 2 === middle; 3 === right
5580
- if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {
5581
- if ( button & 1 ) {
5582
- return 1;
5583
- }
5584
-
5585
- if ( button & 2 ) {
5586
- return 3;
5587
- }
5588
-
5589
- if ( button & 4 ) {
5590
- return 2;
5591
- }
5592
-
5593
- return 0;
5594
- }
5595
-
5596
- return event.which;
5597
- }
5598
- }, jQuery.event.addProp );
5599
-
5600
- // Create mouseenter/leave events using mouseover/out and event-time checks
5601
- // so that event delegation works in jQuery.
5602
- // Do the same for pointerenter/pointerleave and pointerover/pointerout
5603
- //
5604
- // Support: Safari 7 only
5605
- // Safari sends mouseenter too often; see:
5606
- // https://bugs.chromium.org/p/chromium/issues/detail?id=470258
5607
- // for the description of the bug (it existed in older Chrome versions as well).
5608
- jQuery.each( {
5609
- mouseenter: "mouseover",
5610
- mouseleave: "mouseout",
5611
- pointerenter: "pointerover",
5612
- pointerleave: "pointerout"
5613
- }, function( orig, fix ) {
5614
- jQuery.event.special[ orig ] = {
5615
- delegateType: fix,
5616
- bindType: fix,
5617
-
5618
- handle: function( event ) {
5619
- var ret,
5620
- target = this,
5621
- related = event.relatedTarget,
5622
- handleObj = event.handleObj;
5623
-
5624
- // For mouseenter/leave call the handler if related is outside the target.
5625
- // NB: No relatedTarget if the mouse left/entered the browser window
5626
- if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {
5627
- event.type = handleObj.origType;
5628
- ret = handleObj.handler.apply( this, arguments );
5629
- event.type = fix;
5630
- }
5631
- return ret;
5632
- }
5633
- };
5634
- } );
5635
-
5636
- jQuery.fn.extend( {
5637
-
5638
- on: function( types, selector, data, fn ) {
5639
- return on( this, types, selector, data, fn );
5640
- },
5641
- one: function( types, selector, data, fn ) {
5642
- return on( this, types, selector, data, fn, 1 );
5643
- },
5644
- off: function( types, selector, fn ) {
5645
- var handleObj, type;
5646
- if ( types && types.preventDefault && types.handleObj ) {
5647
-
5648
- // ( event ) dispatched jQuery.Event
5649
- handleObj = types.handleObj;
5650
- jQuery( types.delegateTarget ).off(
5651
- handleObj.namespace ?
5652
- handleObj.origType + "." + handleObj.namespace :
5653
- handleObj.origType,
5654
- handleObj.selector,
5655
- handleObj.handler
5656
- );
5657
- return this;
5658
- }
5659
- if ( typeof types === "object" ) {
5660
-
5661
- // ( types-object [, selector] )
5662
- for ( type in types ) {
5663
- this.off( type, selector, types[ type ] );
5664
- }
5665
- return this;
5666
- }
5667
- if ( selector === false || typeof selector === "function" ) {
5668
-
5669
- // ( types [, fn] )
5670
- fn = selector;
5671
- selector = undefined;
5672
- }
5673
- if ( fn === false ) {
5674
- fn = returnFalse;
5675
- }
5676
- return this.each( function() {
5677
- jQuery.event.remove( this, types, fn, selector );
5678
- } );
5679
- }
5680
- } );
5681
-
5682
-
5683
- var
5684
-
5685
- /* eslint-disable max-len */
5686
-
5687
- // See https://github.com/eslint/eslint/issues/3229
5688
- rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,
5689
-
5690
- /* eslint-enable */
5691
-
5692
- // Support: IE <=10 - 11, Edge 12 - 13
5693
- // In IE/Edge using regex groups here causes severe slowdowns.
5694
- // See https://connect.microsoft.com/IE/feedback/details/1736512/
5695
- rnoInnerhtml = /<script|<style|<link/i,
5696
-
5697
- // checked="checked" or checked
5698
- rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
5699
- rscriptTypeMasked = /^true\/(.*)/,
5700
- rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;
5701
-
5702
- // Prefer a tbody over its parent table for containing new rows
5703
- function manipulationTarget( elem, content ) {
5704
- if ( nodeName( elem, "table" ) &&
5705
- nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) {
5706
-
5707
- return jQuery( ">tbody", elem )[ 0 ] || elem;
5708
- }
5709
-
5710
- return elem;
5711
- }
5712
-
5713
- // Replace/restore the type attribute of script elements for safe DOM manipulation
5714
- function disableScript( elem ) {
5715
- elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type;
5716
- return elem;
5717
- }
5718
- function restoreScript( elem ) {
5719
- var match = rscriptTypeMasked.exec( elem.type );
5720
-
5721
- if ( match ) {
5722
- elem.type = match[ 1 ];
5723
- } else {
5724
- elem.removeAttribute( "type" );
5725
- }
5726
-
5727
- return elem;
5728
- }
5729
-
5730
- function cloneCopyEvent( src, dest ) {
5731
- var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;
5732
-
5733
- if ( dest.nodeType !== 1 ) {
5734
- return;
5735
- }
5736
-
5737
- // 1. Copy private data: events, handlers, etc.
5738
- if ( dataPriv.hasData( src ) ) {
5739
- pdataOld = dataPriv.access( src );
5740
- pdataCur = dataPriv.set( dest, pdataOld );
5741
- events = pdataOld.events;
5742
-
5743
- if ( events ) {
5744
- delete pdataCur.handle;
5745
- pdataCur.events = {};
5746
-
5747
- for ( type in events ) {
5748
- for ( i = 0, l = events[ type ].length; i < l; i++ ) {
5749
- jQuery.event.add( dest, type, events[ type ][ i ] );
5750
- }
5751
- }
5752
- }
5753
- }
5754
-
5755
- // 2. Copy user data
5756
- if ( dataUser.hasData( src ) ) {
5757
- udataOld = dataUser.access( src );
5758
- udataCur = jQuery.extend( {}, udataOld );
5759
-
5760
- dataUser.set( dest, udataCur );
5761
- }
5762
- }
5763
-
5764
- // Fix IE bugs, see support tests
5765
- function fixInput( src, dest ) {
5766
- var nodeName = dest.nodeName.toLowerCase();
5767
-
5768
- // Fails to persist the checked state of a cloned checkbox or radio button.
5769
- if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
5770
- dest.checked = src.checked;
5771
-
5772
- // Fails to return the selected option to the default selected state when cloning options
5773
- } else if ( nodeName === "input" || nodeName === "textarea" ) {
5774
- dest.defaultValue = src.defaultValue;
5775
- }
5776
- }
5777
-
5778
- function domManip( collection, args, callback, ignored ) {
5779
-
5780
- // Flatten any nested arrays
5781
- args = concat.apply( [], args );
5782
-
5783
- var fragment, first, scripts, hasScripts, node, doc,
5784
- i = 0,
5785
- l = collection.length,
5786
- iNoClone = l - 1,
5787
- value = args[ 0 ],
5788
- isFunction = jQuery.isFunction( value );
5789
-
5790
- // We can't cloneNode fragments that contain checked, in WebKit
5791
- if ( isFunction ||
5792
- ( l > 1 && typeof value === "string" &&
5793
- !support.checkClone && rchecked.test( value ) ) ) {
5794
- return collection.each( function( index ) {
5795
- var self = collection.eq( index );
5796
- if ( isFunction ) {
5797
- args[ 0 ] = value.call( this, index, self.html() );
5798
- }
5799
- domManip( self, args, callback, ignored );
5800
- } );
5801
- }
5802
-
5803
- if ( l ) {
5804
- fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );
5805
- first = fragment.firstChild;
5806
-
5807
- if ( fragment.childNodes.length === 1 ) {
5808
- fragment = first;
5809
- }
5810
-
5811
- // Require either new content or an interest in ignored elements to invoke the callback
5812
- if ( first || ignored ) {
5813
- scripts = jQuery.map( getAll( fragment, "script" ), disableScript );
5814
- hasScripts = scripts.length;
5815
-
5816
- // Use the original fragment for the last item
5817
- // instead of the first because it can end up
5818
- // being emptied incorrectly in certain situations (#8070).
5819
- for ( ; i < l; i++ ) {
5820
- node = fragment;
5821
-
5822
- if ( i !== iNoClone ) {
5823
- node = jQuery.clone( node, true, true );
5824
-
5825
- // Keep references to cloned scripts for later restoration
5826
- if ( hasScripts ) {
5827
-
5828
- // Support: Android <=4.0 only, PhantomJS 1 only
5829
- // push.apply(_, arraylike) throws on ancient WebKit
5830
- jQuery.merge( scripts, getAll( node, "script" ) );
5831
- }
5832
- }
5833
-
5834
- callback.call( collection[ i ], node, i );
5835
- }
5836
-
5837
- if ( hasScripts ) {
5838
- doc = scripts[ scripts.length - 1 ].ownerDocument;
5839
-
5840
- // Reenable scripts
5841
- jQuery.map( scripts, restoreScript );
5842
-
5843
- // Evaluate executable scripts on first document insertion
5844
- for ( i = 0; i < hasScripts; i++ ) {
5845
- node = scripts[ i ];
5846
- if ( rscriptType.test( node.type || "" ) &&
5847
- !dataPriv.access( node, "globalEval" ) &&
5848
- jQuery.contains( doc, node ) ) {
5849
-
5850
- if ( node.src ) {
5851
-
5852
- // Optional AJAX dependency, but won't run scripts if not present
5853
- if ( jQuery._evalUrl ) {
5854
- jQuery._evalUrl( node.src );
5855
- }
5856
- } else {
5857
- DOMEval( node.textContent.replace( rcleanScript, "" ), doc );
5858
- }
5859
- }
5860
- }
5861
- }
5862
- }
5863
- }
5864
-
5865
- return collection;
5866
- }
5867
-
5868
- function remove( elem, selector, keepData ) {
5869
- var node,
5870
- nodes = selector ? jQuery.filter( selector, elem ) : elem,
5871
- i = 0;
5872
-
5873
- for ( ; ( node = nodes[ i ] ) != null; i++ ) {
5874
- if ( !keepData && node.nodeType === 1 ) {
5875
- jQuery.cleanData( getAll( node ) );
5876
- }
5877
-
5878
- if ( node.parentNode ) {
5879
- if ( keepData && jQuery.contains( node.ownerDocument, node ) ) {
5880
- setGlobalEval( getAll( node, "script" ) );
5881
- }
5882
- node.parentNode.removeChild( node );
5883
- }
5884
- }
5885
-
5886
- return elem;
5887
- }
5888
-
5889
- jQuery.extend( {
5890
- htmlPrefilter: function( html ) {
5891
- return html.replace( rxhtmlTag, "<$1></$2>" );
5892
- },
5893
-
5894
- clone: function( elem, dataAndEvents, deepDataAndEvents ) {
5895
- var i, l, srcElements, destElements,
5896
- clone = elem.cloneNode( true ),
5897
- inPage = jQuery.contains( elem.ownerDocument, elem );
5898
-
5899
- // Fix IE cloning issues
5900
- if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&
5901
- !jQuery.isXMLDoc( elem ) ) {
5902
-
5903
- // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2
5904
- destElements = getAll( clone );
5905
- srcElements = getAll( elem );
5906
-
5907
- for ( i = 0, l = srcElements.length; i < l; i++ ) {
5908
- fixInput( srcElements[ i ], destElements[ i ] );
5909
- }
5910
- }
5911
-
5912
- // Copy the events from the original to the clone
5913
- if ( dataAndEvents ) {
5914
- if ( deepDataAndEvents ) {
5915
- srcElements = srcElements || getAll( elem );
5916
- destElements = destElements || getAll( clone );
5917
-
5918
- for ( i = 0, l = srcElements.length; i < l; i++ ) {
5919
- cloneCopyEvent( srcElements[ i ], destElements[ i ] );
5920
- }
5921
- } else {
5922
- cloneCopyEvent( elem, clone );
5923
- }
5924
- }
5925
-
5926
- // Preserve script evaluation history
5927
- destElements = getAll( clone, "script" );
5928
- if ( destElements.length > 0 ) {
5929
- setGlobalEval( destElements, !inPage && getAll( elem, "script" ) );
5930
- }
5931
-
5932
- // Return the cloned set
5933
- return clone;
5934
- },
5935
-
5936
- cleanData: function( elems ) {
5937
- var data, elem, type,
5938
- special = jQuery.event.special,
5939
- i = 0;
5940
-
5941
- for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {
5942
- if ( acceptData( elem ) ) {
5943
- if ( ( data = elem[ dataPriv.expando ] ) ) {
5944
- if ( data.events ) {
5945
- for ( type in data.events ) {
5946
- if ( special[ type ] ) {
5947
- jQuery.event.remove( elem, type );
5948
-
5949
- // This is a shortcut to avoid jQuery.event.remove's overhead
5950
- } else {
5951
- jQuery.removeEvent( elem, type, data.handle );
5952
- }
5953
- }
5954
- }
5955
-
5956
- // Support: Chrome <=35 - 45+
5957
- // Assign undefined instead of using delete, see Data#remove
5958
- elem[ dataPriv.expando ] = undefined;
5959
- }
5960
- if ( elem[ dataUser.expando ] ) {
5961
-
5962
- // Support: Chrome <=35 - 45+
5963
- // Assign undefined instead of using delete, see Data#remove
5964
- elem[ dataUser.expando ] = undefined;
5965
- }
5966
- }
5967
- }
5968
- }
5969
- } );
5970
-
5971
- jQuery.fn.extend( {
5972
- detach: function( selector ) {
5973
- return remove( this, selector, true );
5974
- },
5975
-
5976
- remove: function( selector ) {
5977
- return remove( this, selector );
5978
- },
5979
-
5980
- text: function( value ) {
5981
- return access( this, function( value ) {
5982
- return value === undefined ?
5983
- jQuery.text( this ) :
5984
- this.empty().each( function() {
5985
- if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
5986
- this.textContent = value;
5987
- }
5988
- } );
5989
- }, null, value, arguments.length );
5990
- },
5991
-
5992
- append: function() {
5993
- return domManip( this, arguments, function( elem ) {
5994
- if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
5995
- var target = manipulationTarget( this, elem );
5996
- target.appendChild( elem );
5997
- }
5998
- } );
5999
- },
6000
-
6001
- prepend: function() {
6002
- return domManip( this, arguments, function( elem ) {
6003
- if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
6004
- var target = manipulationTarget( this, elem );
6005
- target.insertBefore( elem, target.firstChild );
6006
- }
6007
- } );
6008
- },
6009
-
6010
- before: function() {
6011
- return domManip( this, arguments, function( elem ) {
6012
- if ( this.parentNode ) {
6013
- this.parentNode.insertBefore( elem, this );
6014
- }
6015
- } );
6016
- },
6017
-
6018
- after: function() {
6019
- return domManip( this, arguments, function( elem ) {
6020
- if ( this.parentNode ) {
6021
- this.parentNode.insertBefore( elem, this.nextSibling );
6022
- }
6023
- } );
6024
- },
6025
-
6026
- empty: function() {
6027
- var elem,
6028
- i = 0;
6029
-
6030
- for ( ; ( elem = this[ i ] ) != null; i++ ) {
6031
- if ( elem.nodeType === 1 ) {
6032
-
6033
- // Prevent memory leaks
6034
- jQuery.cleanData( getAll( elem, false ) );
6035
-
6036
- // Remove any remaining nodes
6037
- elem.textContent = "";
6038
- }
6039
- }
6040
-
6041
- return this;
6042
- },
6043
-
6044
- clone: function( dataAndEvents, deepDataAndEvents ) {
6045
- dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
6046
- deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
6047
-
6048
- return this.map( function() {
6049
- return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
6050
- } );
6051
- },
6052
-
6053
- html: function( value ) {
6054
- return access( this, function( value ) {
6055
- var elem = this[ 0 ] || {},
6056
- i = 0,
6057
- l = this.length;
6058
-
6059
- if ( value === undefined && elem.nodeType === 1 ) {
6060
- return elem.innerHTML;
6061
- }
6062
-
6063
- // See if we can take a shortcut and just use innerHTML
6064
- if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
6065
- !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) {
6066
-
6067
- value = jQuery.htmlPrefilter( value );
6068
-
6069
- try {
6070
- for ( ; i < l; i++ ) {
6071
- elem = this[ i ] || {};
6072
-
6073
- // Remove element nodes and prevent memory leaks
6074
- if ( elem.nodeType === 1 ) {
6075
- jQuery.cleanData( getAll( elem, false ) );
6076
- elem.innerHTML = value;
6077
- }
6078
- }
6079
-
6080
- elem = 0;
6081
-
6082
- // If using innerHTML throws an exception, use the fallback method
6083
- } catch ( e ) {}
6084
- }
6085
-
6086
- if ( elem ) {
6087
- this.empty().append( value );
6088
- }
6089
- }, null, value, arguments.length );
6090
- },
6091
-
6092
- replaceWith: function() {
6093
- var ignored = [];
6094
-
6095
- // Make the changes, replacing each non-ignored context element with the new content
6096
- return domManip( this, arguments, function( elem ) {
6097
- var parent = this.parentNode;
6098
-
6099
- if ( jQuery.inArray( this, ignored ) < 0 ) {
6100
- jQuery.cleanData( getAll( this ) );
6101
- if ( parent ) {
6102
- parent.replaceChild( elem, this );
6103
- }
6104
- }
6105
-
6106
- // Force callback invocation
6107
- }, ignored );
6108
- }
6109
- } );
6110
-
6111
- jQuery.each( {
6112
- appendTo: "append",
6113
- prependTo: "prepend",
6114
- insertBefore: "before",
6115
- insertAfter: "after",
6116
- replaceAll: "replaceWith"
6117
- }, function( name, original ) {
6118
- jQuery.fn[ name ] = function( selector ) {
6119
- var elems,
6120
- ret = [],
6121
- insert = jQuery( selector ),
6122
- last = insert.length - 1,
6123
- i = 0;
6124
-
6125
- for ( ; i <= last; i++ ) {
6126
- elems = i === last ? this : this.clone( true );
6127
- jQuery( insert[ i ] )[ original ]( elems );
6128
-
6129
- // Support: Android <=4.0 only, PhantomJS 1 only
6130
- // .get() because push.apply(_, arraylike) throws on ancient WebKit
6131
- push.apply( ret, elems.get() );
6132
- }
6133
-
6134
- return this.pushStack( ret );
6135
- };
6136
- } );
6137
- var rmargin = ( /^margin/ );
6138
-
6139
- var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
6140
-
6141
- var getStyles = function( elem ) {
6142
-
6143
- // Support: IE <=11 only, Firefox <=30 (#15098, #14150)
6144
- // IE throws on elements created in popups
6145
- // FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
6146
- var view = elem.ownerDocument.defaultView;
6147
-
6148
- if ( !view || !view.opener ) {
6149
- view = window;
6150
- }
6151
-
6152
- return view.getComputedStyle( elem );
6153
- };
6154
-
6155
-
6156
-
6157
- ( function() {
6158
-
6159
- // Executing both pixelPosition & boxSizingReliable tests require only one layout
6160
- // so they're executed at the same time to save the second computation.
6161
- function computeStyleTests() {
6162
-
6163
- // This is a singleton, we need to execute it only once
6164
- if ( !div ) {
6165
- return;
6166
- }
6167
-
6168
- div.style.cssText =
6169
- "box-sizing:border-box;" +
6170
- "position:relative;display:block;" +
6171
- "margin:auto;border:1px;padding:1px;" +
6172
- "top:1%;width:50%";
6173
- div.innerHTML = "";
6174
- documentElement.appendChild( container );
6175
-
6176
- var divStyle = window.getComputedStyle( div );
6177
- pixelPositionVal = divStyle.top !== "1%";
6178
-
6179
- // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44
6180
- reliableMarginLeftVal = divStyle.marginLeft === "2px";
6181
- boxSizingReliableVal = divStyle.width === "4px";
6182
-
6183
- // Support: Android 4.0 - 4.3 only
6184
- // Some styles come back with percentage values, even though they shouldn't
6185
- div.style.marginRight = "50%";
6186
- pixelMarginRightVal = divStyle.marginRight === "4px";
6187
-
6188
- documentElement.removeChild( container );
6189
-
6190
- // Nullify the div so it wouldn't be stored in the memory and
6191
- // it will also be a sign that checks already performed
6192
- div = null;
6193
- }
6194
-
6195
- var pixelPositionVal, boxSizingReliableVal, pixelMarginRightVal, reliableMarginLeftVal,
6196
- container = document.createElement( "div" ),
6197
- div = document.createElement( "div" );
6198
-
6199
- // Finish early in limited (non-browser) environments
6200
- if ( !div.style ) {
6201
- return;
6202
- }
6203
-
6204
- // Support: IE <=9 - 11 only
6205
- // Style of cloned element affects source element cloned (#8908)
6206
- div.style.backgroundClip = "content-box";
6207
- div.cloneNode( true ).style.backgroundClip = "";
6208
- support.clearCloneStyle = div.style.backgroundClip === "content-box";
6209
-
6210
- container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" +
6211
- "padding:0;margin-top:1px;position:absolute";
6212
- container.appendChild( div );
6213
-
6214
- jQuery.extend( support, {
6215
- pixelPosition: function() {
6216
- computeStyleTests();
6217
- return pixelPositionVal;
6218
- },
6219
- boxSizingReliable: function() {
6220
- computeStyleTests();
6221
- return boxSizingReliableVal;
6222
- },
6223
- pixelMarginRight: function() {
6224
- computeStyleTests();
6225
- return pixelMarginRightVal;
6226
- },
6227
- reliableMarginLeft: function() {
6228
- computeStyleTests();
6229
- return reliableMarginLeftVal;
6230
- }
6231
- } );
6232
- } )();
6233
-
6234
-
6235
- function curCSS( elem, name, computed ) {
6236
- var width, minWidth, maxWidth, ret,
6237
-
6238
- // Support: Firefox 51+
6239
- // Retrieving style before computed somehow
6240
- // fixes an issue with getting wrong values
6241
- // on detached elements
6242
- style = elem.style;
6243
-
6244
- computed = computed || getStyles( elem );
6245
-
6246
- // getPropertyValue is needed for:
6247
- // .css('filter') (IE 9 only, #12537)
6248
- // .css('--customProperty) (#3144)
6249
- if ( computed ) {
6250
- ret = computed.getPropertyValue( name ) || computed[ name ];
6251
-
6252
- if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) {
6253
- ret = jQuery.style( elem, name );
6254
- }
6255
-
6256
- // A tribute to the "awesome hack by Dean Edwards"
6257
- // Android Browser returns percentage for some values,
6258
- // but width seems to be reliably pixels.
6259
- // This is against the CSSOM draft spec:
6260
- // https://drafts.csswg.org/cssom/#resolved-values
6261
- if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) {
6262
-
6263
- // Remember the original values
6264
- width = style.width;
6265
- minWidth = style.minWidth;
6266
- maxWidth = style.maxWidth;
6267
-
6268
- // Put in the new values to get a computed value out
6269
- style.minWidth = style.maxWidth = style.width = ret;
6270
- ret = computed.width;
6271
-
6272
- // Revert the changed values
6273
- style.width = width;
6274
- style.minWidth = minWidth;
6275
- style.maxWidth = maxWidth;
6276
- }
6277
- }
6278
-
6279
- return ret !== undefined ?
6280
-
6281
- // Support: IE <=9 - 11 only
6282
- // IE returns zIndex value as an integer.
6283
- ret + "" :
6284
- ret;
6285
- }
6286
-
6287
-
6288
- function addGetHookIf( conditionFn, hookFn ) {
6289
-
6290
- // Define the hook, we'll check on the first run if it's really needed.
6291
- return {
6292
- get: function() {
6293
- if ( conditionFn() ) {
6294
-
6295
- // Hook not needed (or it's not possible to use it due
6296
- // to missing dependency), remove it.
6297
- delete this.get;
6298
- return;
6299
- }
6300
-
6301
- // Hook needed; redefine it so that the support test is not executed again.
6302
- return ( this.get = hookFn ).apply( this, arguments );
6303
- }
6304
- };
6305
- }
6306
-
6307
-
6308
- var
6309
-
6310
- // Swappable if display is none or starts with table
6311
- // except "table", "table-cell", or "table-caption"
6312
- // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
6313
- rdisplayswap = /^(none|table(?!-c[ea]).+)/,
6314
- rcustomProp = /^--/,
6315
- cssShow = { position: "absolute", visibility: "hidden", display: "block" },
6316
- cssNormalTransform = {
6317
- letterSpacing: "0",
6318
- fontWeight: "400"
6319
- },
6320
-
6321
- cssPrefixes = [ "Webkit", "Moz", "ms" ],
6322
- emptyStyle = document.createElement( "div" ).style;
6323
-
6324
- // Return a css property mapped to a potentially vendor prefixed property
6325
- function vendorPropName( name ) {
6326
-
6327
- // Shortcut for names that are not vendor prefixed
6328
- if ( name in emptyStyle ) {
6329
- return name;
6330
- }
6331
-
6332
- // Check for vendor prefixed names
6333
- var capName = name[ 0 ].toUpperCase() + name.slice( 1 ),
6334
- i = cssPrefixes.length;
6335
-
6336
- while ( i-- ) {
6337
- name = cssPrefixes[ i ] + capName;
6338
- if ( name in emptyStyle ) {
6339
- return name;
6340
- }
6341
- }
6342
- }
6343
-
6344
- // Return a property mapped along what jQuery.cssProps suggests or to
6345
- // a vendor prefixed property.
6346
- function finalPropName( name ) {
6347
- var ret = jQuery.cssProps[ name ];
6348
- if ( !ret ) {
6349
- ret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;
6350
- }
6351
- return ret;
6352
- }
6353
-
6354
- function setPositiveNumber( elem, value, subtract ) {
6355
-
6356
- // Any relative (+/-) values have already been
6357
- // normalized at this point
6358
- var matches = rcssNum.exec( value );
6359
- return matches ?
6360
-
6361
- // Guard against undefined "subtract", e.g., when used as in cssHooks
6362
- Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) :
6363
- value;
6364
- }
6365
-
6366
- function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
6367
- var i,
6368
- val = 0;
6369
-
6370
- // If we already have the right measurement, avoid augmentation
6371
- if ( extra === ( isBorderBox ? "border" : "content" ) ) {
6372
- i = 4;
6373
-
6374
- // Otherwise initialize for horizontal or vertical properties
6375
- } else {
6376
- i = name === "width" ? 1 : 0;
6377
- }
6378
-
6379
- for ( ; i < 4; i += 2 ) {
6380
-
6381
- // Both box models exclude margin, so add it if we want it
6382
- if ( extra === "margin" ) {
6383
- val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
6384
- }
6385
-
6386
- if ( isBorderBox ) {
6387
-
6388
- // border-box includes padding, so remove it if we want content
6389
- if ( extra === "content" ) {
6390
- val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
6391
- }
6392
-
6393
- // At this point, extra isn't border nor margin, so remove border
6394
- if ( extra !== "margin" ) {
6395
- val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
6396
- }
6397
- } else {
6398
-
6399
- // At this point, extra isn't content, so add padding
6400
- val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
6401
-
6402
- // At this point, extra isn't content nor padding, so add border
6403
- if ( extra !== "padding" ) {
6404
- val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
6405
- }
6406
- }
6407
- }
6408
-
6409
- return val;
6410
- }
6411
-
6412
- function getWidthOrHeight( elem, name, extra ) {
6413
-
6414
- // Start with computed style
6415
- var valueIsBorderBox,
6416
- styles = getStyles( elem ),
6417
- val = curCSS( elem, name, styles ),
6418
- isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
6419
-
6420
- // Computed unit is not pixels. Stop here and return.
6421
- if ( rnumnonpx.test( val ) ) {
6422
- return val;
6423
- }
6424
-
6425
- // Check for style in case a browser which returns unreliable values
6426
- // for getComputedStyle silently falls back to the reliable elem.style
6427
- valueIsBorderBox = isBorderBox &&
6428
- ( support.boxSizingReliable() || val === elem.style[ name ] );
6429
-
6430
- // Fall back to offsetWidth/Height when value is "auto"
6431
- // This happens for inline elements with no explicit setting (gh-3571)
6432
- if ( val === "auto" ) {
6433
- val = elem[ "offset" + name[ 0 ].toUpperCase() + name.slice( 1 ) ];
6434
- }
6435
-
6436
- // Normalize "", auto, and prepare for extra
6437
- val = parseFloat( val ) || 0;
6438
-
6439
- // Use the active box-sizing model to add/subtract irrelevant styles
6440
- return ( val +
6441
- augmentWidthOrHeight(
6442
- elem,
6443
- name,
6444
- extra || ( isBorderBox ? "border" : "content" ),
6445
- valueIsBorderBox,
6446
- styles
6447
- )
6448
- ) + "px";
6449
- }
6450
-
6451
- jQuery.extend( {
6452
-
6453
- // Add in style property hooks for overriding the default
6454
- // behavior of getting and setting a style property
6455
- cssHooks: {
6456
- opacity: {
6457
- get: function( elem, computed ) {
6458
- if ( computed ) {
6459
-
6460
- // We should always get a number back from opacity
6461
- var ret = curCSS( elem, "opacity" );
6462
- return ret === "" ? "1" : ret;
6463
- }
6464
- }
6465
- }
6466
- },
6467
-
6468
- // Don't automatically add "px" to these possibly-unitless properties
6469
- cssNumber: {
6470
- "animationIterationCount": true,
6471
- "columnCount": true,
6472
- "fillOpacity": true,
6473
- "flexGrow": true,
6474
- "flexShrink": true,
6475
- "fontWeight": true,
6476
- "lineHeight": true,
6477
- "opacity": true,
6478
- "order": true,
6479
- "orphans": true,
6480
- "widows": true,
6481
- "zIndex": true,
6482
- "zoom": true
6483
- },
6484
-
6485
- // Add in properties whose names you wish to fix before
6486
- // setting or getting the value
6487
- cssProps: {
6488
- "float": "cssFloat"
6489
- },
6490
-
6491
- // Get and set the style property on a DOM Node
6492
- style: function( elem, name, value, extra ) {
6493
-
6494
- // Don't set styles on text and comment nodes
6495
- if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
6496
- return;
6497
- }
6498
-
6499
- // Make sure that we're working with the right name
6500
- var ret, type, hooks,
6501
- origName = jQuery.camelCase( name ),
6502
- isCustomProp = rcustomProp.test( name ),
6503
- style = elem.style;
6504
-
6505
- // Make sure that we're working with the right name. We don't
6506
- // want to query the value if it is a CSS custom property
6507
- // since they are user-defined.
6508
- if ( !isCustomProp ) {
6509
- name = finalPropName( origName );
6510
- }
6511
-
6512
- // Gets hook for the prefixed version, then unprefixed version
6513
- hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
6514
-
6515
- // Check if we're setting a value
6516
- if ( value !== undefined ) {
6517
- type = typeof value;
6518
-
6519
- // Convert "+=" or "-=" to relative numbers (#7345)
6520
- if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {
6521
- value = adjustCSS( elem, name, ret );
6522
-
6523
- // Fixes bug #9237
6524
- type = "number";
6525
- }
6526
-
6527
- // Make sure that null and NaN values aren't set (#7116)
6528
- if ( value == null || value !== value ) {
6529
- return;
6530
- }
6531
-
6532
- // If a number was passed in, add the unit (except for certain CSS properties)
6533
- if ( type === "number" ) {
6534
- value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" );
6535
- }
6536
-
6537
- // background-* props affect original clone's values
6538
- if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) {
6539
- style[ name ] = "inherit";
6540
- }
6541
-
6542
- // If a hook was provided, use that value, otherwise just set the specified value
6543
- if ( !hooks || !( "set" in hooks ) ||
6544
- ( value = hooks.set( elem, value, extra ) ) !== undefined ) {
6545
-
6546
- if ( isCustomProp ) {
6547
- style.setProperty( name, value );
6548
- } else {
6549
- style[ name ] = value;
6550
- }
6551
- }
6552
-
6553
- } else {
6554
-
6555
- // If a hook was provided get the non-computed value from there
6556
- if ( hooks && "get" in hooks &&
6557
- ( ret = hooks.get( elem, false, extra ) ) !== undefined ) {
6558
-
6559
- return ret;
6560
- }
6561
-
6562
- // Otherwise just get the value from the style object
6563
- return style[ name ];
6564
- }
6565
- },
6566
-
6567
- css: function( elem, name, extra, styles ) {
6568
- var val, num, hooks,
6569
- origName = jQuery.camelCase( name ),
6570
- isCustomProp = rcustomProp.test( name );
6571
-
6572
- // Make sure that we're working with the right name. We don't
6573
- // want to modify the value if it is a CSS custom property
6574
- // since they are user-defined.
6575
- if ( !isCustomProp ) {
6576
- name = finalPropName( origName );
6577
- }
6578
-
6579
- // Try prefixed name followed by the unprefixed name
6580
- hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
6581
-
6582
- // If a hook was provided get the computed value from there
6583
- if ( hooks && "get" in hooks ) {
6584
- val = hooks.get( elem, true, extra );
6585
- }
6586
-
6587
- // Otherwise, if a way to get the computed value exists, use that
6588
- if ( val === undefined ) {
6589
- val = curCSS( elem, name, styles );
6590
- }
6591
-
6592
- // Convert "normal" to computed value
6593
- if ( val === "normal" && name in cssNormalTransform ) {
6594
- val = cssNormalTransform[ name ];
6595
- }
6596
-
6597
- // Make numeric if forced or a qualifier was provided and val looks numeric
6598
- if ( extra === "" || extra ) {
6599
- num = parseFloat( val );
6600
- return extra === true || isFinite( num ) ? num || 0 : val;
6601
- }
6602
-
6603
- return val;
6604
- }
6605
- } );
6606
-
6607
- jQuery.each( [ "height", "width" ], function( i, name ) {
6608
- jQuery.cssHooks[ name ] = {
6609
- get: function( elem, computed, extra ) {
6610
- if ( computed ) {
6611
-
6612
- // Certain elements can have dimension info if we invisibly show them
6613
- // but it must have a current display style that would benefit
6614
- return rdisplayswap.test( jQuery.css( elem, "display" ) ) &&
6615
-
6616
- // Support: Safari 8+
6617
- // Table columns in Safari have non-zero offsetWidth & zero
6618
- // getBoundingClientRect().width unless display is changed.
6619
- // Support: IE <=11 only
6620
- // Running getBoundingClientRect on a disconnected node
6621
- // in IE throws an error.
6622
- ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?
6623
- swap( elem, cssShow, function() {
6624
- return getWidthOrHeight( elem, name, extra );
6625
- } ) :
6626
- getWidthOrHeight( elem, name, extra );
6627
- }
6628
- },
6629
-
6630
- set: function( elem, value, extra ) {
6631
- var matches,
6632
- styles = extra && getStyles( elem ),
6633
- subtract = extra && augmentWidthOrHeight(
6634
- elem,
6635
- name,
6636
- extra,
6637
- jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
6638
- styles
6639
- );
6640
-
6641
- // Convert to pixels if value adjustment is needed
6642
- if ( subtract && ( matches = rcssNum.exec( value ) ) &&
6643
- ( matches[ 3 ] || "px" ) !== "px" ) {
6644
-
6645
- elem.style[ name ] = value;
6646
- value = jQuery.css( elem, name );
6647
- }
6648
-
6649
- return setPositiveNumber( elem, value, subtract );
6650
- }
6651
- };
6652
- } );
6653
-
6654
- jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,
6655
- function( elem, computed ) {
6656
- if ( computed ) {
6657
- return ( parseFloat( curCSS( elem, "marginLeft" ) ) ||
6658
- elem.getBoundingClientRect().left -
6659
- swap( elem, { marginLeft: 0 }, function() {
6660
- return elem.getBoundingClientRect().left;
6661
- } )
6662
- ) + "px";
6663
- }
6664
- }
6665
- );
6666
-
6667
- // These hooks are used by animate to expand properties
6668
- jQuery.each( {
6669
- margin: "",
6670
- padding: "",
6671
- border: "Width"
6672
- }, function( prefix, suffix ) {
6673
- jQuery.cssHooks[ prefix + suffix ] = {
6674
- expand: function( value ) {
6675
- var i = 0,
6676
- expanded = {},
6677
-
6678
- // Assumes a single number if not a string
6679
- parts = typeof value === "string" ? value.split( " " ) : [ value ];
6680
-
6681
- for ( ; i < 4; i++ ) {
6682
- expanded[ prefix + cssExpand[ i ] + suffix ] =
6683
- parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
6684
- }
6685
-
6686
- return expanded;
6687
- }
6688
- };
6689
-
6690
- if ( !rmargin.test( prefix ) ) {
6691
- jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
6692
- }
6693
- } );
6694
-
6695
- jQuery.fn.extend( {
6696
- css: function( name, value ) {
6697
- return access( this, function( elem, name, value ) {
6698
- var styles, len,
6699
- map = {},
6700
- i = 0;
6701
-
6702
- if ( Array.isArray( name ) ) {
6703
- styles = getStyles( elem );
6704
- len = name.length;
6705
-
6706
- for ( ; i < len; i++ ) {
6707
- map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );
6708
- }
6709
-
6710
- return map;
6711
- }
6712
-
6713
- return value !== undefined ?
6714
- jQuery.style( elem, name, value ) :
6715
- jQuery.css( elem, name );
6716
- }, name, value, arguments.length > 1 );
6717
- }
6718
- } );
6719
-
6720
-
6721
- function Tween( elem, options, prop, end, easing ) {
6722
- return new Tween.prototype.init( elem, options, prop, end, easing );
6723
- }
6724
- jQuery.Tween = Tween;
6725
-
6726
- Tween.prototype = {
6727
- constructor: Tween,
6728
- init: function( elem, options, prop, end, easing, unit ) {
6729
- this.elem = elem;
6730
- this.prop = prop;
6731
- this.easing = easing || jQuery.easing._default;
6732
- this.options = options;
6733
- this.start = this.now = this.cur();
6734
- this.end = end;
6735
- this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
6736
- },
6737
- cur: function() {
6738
- var hooks = Tween.propHooks[ this.prop ];
6739
-
6740
- return hooks && hooks.get ?
6741
- hooks.get( this ) :
6742
- Tween.propHooks._default.get( this );
6743
- },
6744
- run: function( percent ) {
6745
- var eased,
6746
- hooks = Tween.propHooks[ this.prop ];
6747
-
6748
- if ( this.options.duration ) {
6749
- this.pos = eased = jQuery.easing[ this.easing ](
6750
- percent, this.options.duration * percent, 0, 1, this.options.duration
6751
- );
6752
- } else {
6753
- this.pos = eased = percent;
6754
- }
6755
- this.now = ( this.end - this.start ) * eased + this.start;
6756
-
6757
- if ( this.options.step ) {
6758
- this.options.step.call( this.elem, this.now, this );
6759
- }
6760
-
6761
- if ( hooks && hooks.set ) {
6762
- hooks.set( this );
6763
- } else {
6764
- Tween.propHooks._default.set( this );
6765
- }
6766
- return this;
6767
- }
6768
- };
6769
-
6770
- Tween.prototype.init.prototype = Tween.prototype;
6771
-
6772
- Tween.propHooks = {
6773
- _default: {
6774
- get: function( tween ) {
6775
- var result;
6776
-
6777
- // Use a property on the element directly when it is not a DOM element,
6778
- // or when there is no matching style property that exists.
6779
- if ( tween.elem.nodeType !== 1 ||
6780
- tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {
6781
- return tween.elem[ tween.prop ];
6782
- }
6783
-
6784
- // Passing an empty string as a 3rd parameter to .css will automatically
6785
- // attempt a parseFloat and fallback to a string if the parse fails.
6786
- // Simple values such as "10px" are parsed to Float;
6787
- // complex values such as "rotate(1rad)" are returned as-is.
6788
- result = jQuery.css( tween.elem, tween.prop, "" );
6789
-
6790
- // Empty strings, null, undefined and "auto" are converted to 0.
6791
- return !result || result === "auto" ? 0 : result;
6792
- },
6793
- set: function( tween ) {
6794
-
6795
- // Use step hook for back compat.
6796
- // Use cssHook if its there.
6797
- // Use .style if available and use plain properties where available.
6798
- if ( jQuery.fx.step[ tween.prop ] ) {
6799
- jQuery.fx.step[ tween.prop ]( tween );
6800
- } else if ( tween.elem.nodeType === 1 &&
6801
- ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||
6802
- jQuery.cssHooks[ tween.prop ] ) ) {
6803
- jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
6804
- } else {
6805
- tween.elem[ tween.prop ] = tween.now;
6806
- }
6807
- }
6808
- }
6809
- };
6810
-
6811
- // Support: IE <=9 only
6812
- // Panic based approach to setting things on disconnected nodes
6813
- Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
6814
- set: function( tween ) {
6815
- if ( tween.elem.nodeType && tween.elem.parentNode ) {
6816
- tween.elem[ tween.prop ] = tween.now;
6817
- }
6818
- }
6819
- };
6820
-
6821
- jQuery.easing = {
6822
- linear: function( p ) {
6823
- return p;
6824
- },
6825
- swing: function( p ) {
6826
- return 0.5 - Math.cos( p * Math.PI ) / 2;
6827
- },
6828
- _default: "swing"
6829
- };
6830
-
6831
- jQuery.fx = Tween.prototype.init;
6832
-
6833
- // Back compat <1.8 extension point
6834
- jQuery.fx.step = {};
6835
-
6836
-
6837
-
6838
-
6839
- var
6840
- fxNow, inProgress,
6841
- rfxtypes = /^(?:toggle|show|hide)$/,
6842
- rrun = /queueHooks$/;
6843
-
6844
- function schedule() {
6845
- if ( inProgress ) {
6846
- if ( document.hidden === false && window.requestAnimationFrame ) {
6847
- window.requestAnimationFrame( schedule );
6848
- } else {
6849
- window.setTimeout( schedule, jQuery.fx.interval );
6850
- }
6851
-
6852
- jQuery.fx.tick();
6853
- }
6854
- }
6855
-
6856
- // Animations created synchronously will run synchronously
6857
- function createFxNow() {
6858
- window.setTimeout( function() {
6859
- fxNow = undefined;
6860
- } );
6861
- return ( fxNow = jQuery.now() );
6862
- }
6863
-
6864
- // Generate parameters to create a standard animation
6865
- function genFx( type, includeWidth ) {
6866
- var which,
6867
- i = 0,
6868
- attrs = { height: type };
6869
-
6870
- // If we include width, step value is 1 to do all cssExpand values,
6871
- // otherwise step value is 2 to skip over Left and Right
6872
- includeWidth = includeWidth ? 1 : 0;
6873
- for ( ; i < 4; i += 2 - includeWidth ) {
6874
- which = cssExpand[ i ];
6875
- attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
6876
- }
6877
-
6878
- if ( includeWidth ) {
6879
- attrs.opacity = attrs.width = type;
6880
- }
6881
-
6882
- return attrs;
6883
- }
6884
-
6885
- function createTween( value, prop, animation ) {
6886
- var tween,
6887
- collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ),
6888
- index = 0,
6889
- length = collection.length;
6890
- for ( ; index < length; index++ ) {
6891
- if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {
6892
-
6893
- // We're done with this property
6894
- return tween;
6895
- }
6896
- }
6897
- }
6898
-
6899
- function defaultPrefilter( elem, props, opts ) {
6900
- var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,
6901
- isBox = "width" in props || "height" in props,
6902
- anim = this,
6903
- orig = {},
6904
- style = elem.style,
6905
- hidden = elem.nodeType && isHiddenWithinTree( elem ),
6906
- dataShow = dataPriv.get( elem, "fxshow" );
6907
-
6908
- // Queue-skipping animations hijack the fx hooks
6909
- if ( !opts.queue ) {
6910
- hooks = jQuery._queueHooks( elem, "fx" );
6911
- if ( hooks.unqueued == null ) {
6912
- hooks.unqueued = 0;
6913
- oldfire = hooks.empty.fire;
6914
- hooks.empty.fire = function() {
6915
- if ( !hooks.unqueued ) {
6916
- oldfire();
6917
- }
6918
- };
6919
- }
6920
- hooks.unqueued++;
6921
-
6922
- anim.always( function() {
6923
-
6924
- // Ensure the complete handler is called before this completes
6925
- anim.always( function() {
6926
- hooks.unqueued--;
6927
- if ( !jQuery.queue( elem, "fx" ).length ) {
6928
- hooks.empty.fire();
6929
- }
6930
- } );
6931
- } );
6932
- }
6933
-
6934
- // Detect show/hide animations
6935
- for ( prop in props ) {
6936
- value = props[ prop ];
6937
- if ( rfxtypes.test( value ) ) {
6938
- delete props[ prop ];
6939
- toggle = toggle || value === "toggle";
6940
- if ( value === ( hidden ? "hide" : "show" ) ) {
6941
-
6942
- // Pretend to be hidden if this is a "show" and
6943
- // there is still data from a stopped show/hide
6944
- if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) {
6945
- hidden = true;
6946
-
6947
- // Ignore all other no-op show/hide data
6948
- } else {
6949
- continue;
6950
- }
6951
- }
6952
- orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );
6953
- }
6954
- }
6955
-
6956
- // Bail out if this is a no-op like .hide().hide()
6957
- propTween = !jQuery.isEmptyObject( props );
6958
- if ( !propTween && jQuery.isEmptyObject( orig ) ) {
6959
- return;
6960
- }
6961
-
6962
- // Restrict "overflow" and "display" styles during box animations
6963
- if ( isBox && elem.nodeType === 1 ) {
6964
-
6965
- // Support: IE <=9 - 11, Edge 12 - 13
6966
- // Record all 3 overflow attributes because IE does not infer the shorthand
6967
- // from identically-valued overflowX and overflowY
6968
- opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
6969
-
6970
- // Identify a display type, preferring old show/hide data over the CSS cascade
6971
- restoreDisplay = dataShow && dataShow.display;
6972
- if ( restoreDisplay == null ) {
6973
- restoreDisplay = dataPriv.get( elem, "display" );
6974
- }
6975
- display = jQuery.css( elem, "display" );
6976
- if ( display === "none" ) {
6977
- if ( restoreDisplay ) {
6978
- display = restoreDisplay;
6979
- } else {
6980
-
6981
- // Get nonempty value(s) by temporarily forcing visibility
6982
- showHide( [ elem ], true );
6983
- restoreDisplay = elem.style.display || restoreDisplay;
6984
- display = jQuery.css( elem, "display" );
6985
- showHide( [ elem ] );
6986
- }
6987
- }
6988
-
6989
- // Animate inline elements as inline-block
6990
- if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) {
6991
- if ( jQuery.css( elem, "float" ) === "none" ) {
6992
-
6993
- // Restore the original display value at the end of pure show/hide animations
6994
- if ( !propTween ) {
6995
- anim.done( function() {
6996
- style.display = restoreDisplay;
6997
- } );
6998
- if ( restoreDisplay == null ) {
6999
- display = style.display;
7000
- restoreDisplay = display === "none" ? "" : display;
7001
- }
7002
- }
7003
- style.display = "inline-block";
7004
- }
7005
- }
7006
- }
7007
-
7008
- if ( opts.overflow ) {
7009
- style.overflow = "hidden";
7010
- anim.always( function() {
7011
- style.overflow = opts.overflow[ 0 ];
7012
- style.overflowX = opts.overflow[ 1 ];
7013
- style.overflowY = opts.overflow[ 2 ];
7014
- } );
7015
- }
7016
-
7017
- // Implement show/hide animations
7018
- propTween = false;
7019
- for ( prop in orig ) {
7020
-
7021
- // General show/hide setup for this element animation
7022
- if ( !propTween ) {
7023
- if ( dataShow ) {
7024
- if ( "hidden" in dataShow ) {
7025
- hidden = dataShow.hidden;
7026
- }
7027
- } else {
7028
- dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } );
7029
- }
7030
-
7031
- // Store hidden/visible for toggle so `.stop().toggle()` "reverses"
7032
- if ( toggle ) {
7033
- dataShow.hidden = !hidden;
7034
- }
7035
-
7036
- // Show elements before animating them
7037
- if ( hidden ) {
7038
- showHide( [ elem ], true );
7039
- }
7040
-
7041
- /* eslint-disable no-loop-func */
7042
-
7043
- anim.done( function() {
7044
-
7045
- /* eslint-enable no-loop-func */
7046
-
7047
- // The final step of a "hide" animation is actually hiding the element
7048
- if ( !hidden ) {
7049
- showHide( [ elem ] );
7050
- }
7051
- dataPriv.remove( elem, "fxshow" );
7052
- for ( prop in orig ) {
7053
- jQuery.style( elem, prop, orig[ prop ] );
7054
- }
7055
- } );
7056
- }
7057
-
7058
- // Per-property setup
7059
- propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );
7060
- if ( !( prop in dataShow ) ) {
7061
- dataShow[ prop ] = propTween.start;
7062
- if ( hidden ) {
7063
- propTween.end = propTween.start;
7064
- propTween.start = 0;
7065
- }
7066
- }
7067
- }
7068
- }
7069
-
7070
- function propFilter( props, specialEasing ) {
7071
- var index, name, easing, value, hooks;
7072
-
7073
- // camelCase, specialEasing and expand cssHook pass
7074
- for ( index in props ) {
7075
- name = jQuery.camelCase( index );
7076
- easing = specialEasing[ name ];
7077
- value = props[ index ];
7078
- if ( Array.isArray( value ) ) {
7079
- easing = value[ 1 ];
7080
- value = props[ index ] = value[ 0 ];
7081
- }
7082
-
7083
- if ( index !== name ) {
7084
- props[ name ] = value;
7085
- delete props[ index ];
7086
- }
7087
-
7088
- hooks = jQuery.cssHooks[ name ];
7089
- if ( hooks && "expand" in hooks ) {
7090
- value = hooks.expand( value );
7091
- delete props[ name ];
7092
-
7093
- // Not quite $.extend, this won't overwrite existing keys.
7094
- // Reusing 'index' because we have the correct "name"
7095
- for ( index in value ) {
7096
- if ( !( index in props ) ) {
7097
- props[ index ] = value[ index ];
7098
- specialEasing[ index ] = easing;
7099
- }
7100
- }
7101
- } else {
7102
- specialEasing[ name ] = easing;
7103
- }
7104
- }
7105
- }
7106
-
7107
- function Animation( elem, properties, options ) {
7108
- var result,
7109
- stopped,
7110
- index = 0,
7111
- length = Animation.prefilters.length,
7112
- deferred = jQuery.Deferred().always( function() {
7113
-
7114
- // Don't match elem in the :animated selector
7115
- delete tick.elem;
7116
- } ),
7117
- tick = function() {
7118
- if ( stopped ) {
7119
- return false;
7120
- }
7121
- var currentTime = fxNow || createFxNow(),
7122
- remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
7123
-
7124
- // Support: Android 2.3 only
7125
- // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)
7126
- temp = remaining / animation.duration || 0,
7127
- percent = 1 - temp,
7128
- index = 0,
7129
- length = animation.tweens.length;
7130
-
7131
- for ( ; index < length; index++ ) {
7132
- animation.tweens[ index ].run( percent );
7133
- }
7134
-
7135
- deferred.notifyWith( elem, [ animation, percent, remaining ] );
7136
-
7137
- // If there's more to do, yield
7138
- if ( percent < 1 && length ) {
7139
- return remaining;
7140
- }
7141
-
7142
- // If this was an empty animation, synthesize a final progress notification
7143
- if ( !length ) {
7144
- deferred.notifyWith( elem, [ animation, 1, 0 ] );
7145
- }
7146
-
7147
- // Resolve the animation and report its conclusion
7148
- deferred.resolveWith( elem, [ animation ] );
7149
- return false;
7150
- },
7151
- animation = deferred.promise( {
7152
- elem: elem,
7153
- props: jQuery.extend( {}, properties ),
7154
- opts: jQuery.extend( true, {
7155
- specialEasing: {},
7156
- easing: jQuery.easing._default
7157
- }, options ),
7158
- originalProperties: properties,
7159
- originalOptions: options,
7160
- startTime: fxNow || createFxNow(),
7161
- duration: options.duration,
7162
- tweens: [],
7163
- createTween: function( prop, end ) {
7164
- var tween = jQuery.Tween( elem, animation.opts, prop, end,
7165
- animation.opts.specialEasing[ prop ] || animation.opts.easing );
7166
- animation.tweens.push( tween );
7167
- return tween;
7168
- },
7169
- stop: function( gotoEnd ) {
7170
- var index = 0,
7171
-
7172
- // If we are going to the end, we want to run all the tweens
7173
- // otherwise we skip this part
7174
- length = gotoEnd ? animation.tweens.length : 0;
7175
- if ( stopped ) {
7176
- return this;
7177
- }
7178
- stopped = true;
7179
- for ( ; index < length; index++ ) {
7180
- animation.tweens[ index ].run( 1 );
7181
- }
7182
-
7183
- // Resolve when we played the last frame; otherwise, reject
7184
- if ( gotoEnd ) {
7185
- deferred.notifyWith( elem, [ animation, 1, 0 ] );
7186
- deferred.resolveWith( elem, [ animation, gotoEnd ] );
7187
- } else {
7188
- deferred.rejectWith( elem, [ animation, gotoEnd ] );
7189
- }
7190
- return this;
7191
- }
7192
- } ),
7193
- props = animation.props;
7194
-
7195
- propFilter( props, animation.opts.specialEasing );
7196
-
7197
- for ( ; index < length; index++ ) {
7198
- result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );
7199
- if ( result ) {
7200
- if ( jQuery.isFunction( result.stop ) ) {
7201
- jQuery._queueHooks( animation.elem, animation.opts.queue ).stop =
7202
- jQuery.proxy( result.stop, result );
7203
- }
7204
- return result;
7205
- }
7206
- }
7207
-
7208
- jQuery.map( props, createTween, animation );
7209
-
7210
- if ( jQuery.isFunction( animation.opts.start ) ) {
7211
- animation.opts.start.call( elem, animation );
7212
- }
7213
-
7214
- // Attach callbacks from options
7215
- animation
7216
- .progress( animation.opts.progress )
7217
- .done( animation.opts.done, animation.opts.complete )
7218
- .fail( animation.opts.fail )
7219
- .always( animation.opts.always );
7220
-
7221
- jQuery.fx.timer(
7222
- jQuery.extend( tick, {
7223
- elem: elem,
7224
- anim: animation,
7225
- queue: animation.opts.queue
7226
- } )
7227
- );
7228
-
7229
- return animation;
7230
- }
7231
-
7232
- jQuery.Animation = jQuery.extend( Animation, {
7233
-
7234
- tweeners: {
7235
- "*": [ function( prop, value ) {
7236
- var tween = this.createTween( prop, value );
7237
- adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );
7238
- return tween;
7239
- } ]
7240
- },
7241
-
7242
- tweener: function( props, callback ) {
7243
- if ( jQuery.isFunction( props ) ) {
7244
- callback = props;
7245
- props = [ "*" ];
7246
- } else {
7247
- props = props.match( rnothtmlwhite );
7248
- }
7249
-
7250
- var prop,
7251
- index = 0,
7252
- length = props.length;
7253
-
7254
- for ( ; index < length; index++ ) {
7255
- prop = props[ index ];
7256
- Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];
7257
- Animation.tweeners[ prop ].unshift( callback );
7258
- }
7259
- },
7260
-
7261
- prefilters: [ defaultPrefilter ],
7262
-
7263
- prefilter: function( callback, prepend ) {
7264
- if ( prepend ) {
7265
- Animation.prefilters.unshift( callback );
7266
- } else {
7267
- Animation.prefilters.push( callback );
7268
- }
7269
- }
7270
- } );
7271
-
7272
- jQuery.speed = function( speed, easing, fn ) {
7273
- var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
7274
- complete: fn || !fn && easing ||
7275
- jQuery.isFunction( speed ) && speed,
7276
- duration: speed,
7277
- easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
7278
- };
7279
-
7280
- // Go to the end state if fx are off
7281
- if ( jQuery.fx.off ) {
7282
- opt.duration = 0;
7283
-
7284
- } else {
7285
- if ( typeof opt.duration !== "number" ) {
7286
- if ( opt.duration in jQuery.fx.speeds ) {
7287
- opt.duration = jQuery.fx.speeds[ opt.duration ];
7288
-
7289
- } else {
7290
- opt.duration = jQuery.fx.speeds._default;
7291
- }
7292
- }
7293
- }
7294
-
7295
- // Normalize opt.queue - true/undefined/null -> "fx"
7296
- if ( opt.queue == null || opt.queue === true ) {
7297
- opt.queue = "fx";
7298
- }
7299
-
7300
- // Queueing
7301
- opt.old = opt.complete;
7302
-
7303
- opt.complete = function() {
7304
- if ( jQuery.isFunction( opt.old ) ) {
7305
- opt.old.call( this );
7306
- }
7307
-
7308
- if ( opt.queue ) {
7309
- jQuery.dequeue( this, opt.queue );
7310
- }
7311
- };
7312
-
7313
- return opt;
7314
- };
7315
-
7316
- jQuery.fn.extend( {
7317
- fadeTo: function( speed, to, easing, callback ) {
7318
-
7319
- // Show any hidden elements after setting opacity to 0
7320
- return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show()
7321
-
7322
- // Animate to the value specified
7323
- .end().animate( { opacity: to }, speed, easing, callback );
7324
- },
7325
- animate: function( prop, speed, easing, callback ) {
7326
- var empty = jQuery.isEmptyObject( prop ),
7327
- optall = jQuery.speed( speed, easing, callback ),
7328
- doAnimation = function() {
7329
-
7330
- // Operate on a copy of prop so per-property easing won't be lost
7331
- var anim = Animation( this, jQuery.extend( {}, prop ), optall );
7332
-
7333
- // Empty animations, or finishing resolves immediately
7334
- if ( empty || dataPriv.get( this, "finish" ) ) {
7335
- anim.stop( true );
7336
- }
7337
- };
7338
- doAnimation.finish = doAnimation;
7339
-
7340
- return empty || optall.queue === false ?
7341
- this.each( doAnimation ) :
7342
- this.queue( optall.queue, doAnimation );
7343
- },
7344
- stop: function( type, clearQueue, gotoEnd ) {
7345
- var stopQueue = function( hooks ) {
7346
- var stop = hooks.stop;
7347
- delete hooks.stop;
7348
- stop( gotoEnd );
7349
- };
7350
-
7351
- if ( typeof type !== "string" ) {
7352
- gotoEnd = clearQueue;
7353
- clearQueue = type;
7354
- type = undefined;
7355
- }
7356
- if ( clearQueue && type !== false ) {
7357
- this.queue( type || "fx", [] );
7358
- }
7359
-
7360
- return this.each( function() {
7361
- var dequeue = true,
7362
- index = type != null && type + "queueHooks",
7363
- timers = jQuery.timers,
7364
- data = dataPriv.get( this );
7365
-
7366
- if ( index ) {
7367
- if ( data[ index ] && data[ index ].stop ) {
7368
- stopQueue( data[ index ] );
7369
- }
7370
- } else {
7371
- for ( index in data ) {
7372
- if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
7373
- stopQueue( data[ index ] );
7374
- }
7375
- }
7376
- }
7377
-
7378
- for ( index = timers.length; index--; ) {
7379
- if ( timers[ index ].elem === this &&
7380
- ( type == null || timers[ index ].queue === type ) ) {
7381
-
7382
- timers[ index ].anim.stop( gotoEnd );
7383
- dequeue = false;
7384
- timers.splice( index, 1 );
7385
- }
7386
- }
7387
-
7388
- // Start the next in the queue if the last step wasn't forced.
7389
- // Timers currently will call their complete callbacks, which
7390
- // will dequeue but only if they were gotoEnd.
7391
- if ( dequeue || !gotoEnd ) {
7392
- jQuery.dequeue( this, type );
7393
- }
7394
- } );
7395
- },
7396
- finish: function( type ) {
7397
- if ( type !== false ) {
7398
- type = type || "fx";
7399
- }
7400
- return this.each( function() {
7401
- var index,
7402
- data = dataPriv.get( this ),
7403
- queue = data[ type + "queue" ],
7404
- hooks = data[ type + "queueHooks" ],
7405
- timers = jQuery.timers,
7406
- length = queue ? queue.length : 0;
7407
-
7408
- // Enable finishing flag on private data
7409
- data.finish = true;
7410
-
7411
- // Empty the queue first
7412
- jQuery.queue( this, type, [] );
7413
-
7414
- if ( hooks && hooks.stop ) {
7415
- hooks.stop.call( this, true );
7416
- }
7417
-
7418
- // Look for any active animations, and finish them
7419
- for ( index = timers.length; index--; ) {
7420
- if ( timers[ index ].elem === this && timers[ index ].queue === type ) {
7421
- timers[ index ].anim.stop( true );
7422
- timers.splice( index, 1 );
7423
- }
7424
- }
7425
-
7426
- // Look for any animations in the old queue and finish them
7427
- for ( index = 0; index < length; index++ ) {
7428
- if ( queue[ index ] && queue[ index ].finish ) {
7429
- queue[ index ].finish.call( this );
7430
- }
7431
- }
7432
-
7433
- // Turn off finishing flag
7434
- delete data.finish;
7435
- } );
7436
- }
7437
- } );
7438
-
7439
- jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) {
7440
- var cssFn = jQuery.fn[ name ];
7441
- jQuery.fn[ name ] = function( speed, easing, callback ) {
7442
- return speed == null || typeof speed === "boolean" ?
7443
- cssFn.apply( this, arguments ) :
7444
- this.animate( genFx( name, true ), speed, easing, callback );
7445
- };
7446
- } );
7447
-
7448
- // Generate shortcuts for custom animations
7449
- jQuery.each( {
7450
- slideDown: genFx( "show" ),
7451
- slideUp: genFx( "hide" ),
7452
- slideToggle: genFx( "toggle" ),
7453
- fadeIn: { opacity: "show" },
7454
- fadeOut: { opacity: "hide" },
7455
- fadeToggle: { opacity: "toggle" }
7456
- }, function( name, props ) {
7457
- jQuery.fn[ name ] = function( speed, easing, callback ) {
7458
- return this.animate( props, speed, easing, callback );
7459
- };
7460
- } );
7461
-
7462
- jQuery.timers = [];
7463
- jQuery.fx.tick = function() {
7464
- var timer,
7465
- i = 0,
7466
- timers = jQuery.timers;
7467
-
7468
- fxNow = jQuery.now();
7469
-
7470
- for ( ; i < timers.length; i++ ) {
7471
- timer = timers[ i ];
7472
-
7473
- // Run the timer and safely remove it when done (allowing for external removal)
7474
- if ( !timer() && timers[ i ] === timer ) {
7475
- timers.splice( i--, 1 );
7476
- }
7477
- }
7478
-
7479
- if ( !timers.length ) {
7480
- jQuery.fx.stop();
7481
- }
7482
- fxNow = undefined;
7483
- };
7484
-
7485
- jQuery.fx.timer = function( timer ) {
7486
- jQuery.timers.push( timer );
7487
- jQuery.fx.start();
7488
- };
7489
-
7490
- jQuery.fx.interval = 13;
7491
- jQuery.fx.start = function() {
7492
- if ( inProgress ) {
7493
- return;
7494
- }
7495
-
7496
- inProgress = true;
7497
- schedule();
7498
- };
7499
-
7500
- jQuery.fx.stop = function() {
7501
- inProgress = null;
7502
- };
7503
-
7504
- jQuery.fx.speeds = {
7505
- slow: 600,
7506
- fast: 200,
7507
-
7508
- // Default speed
7509
- _default: 400
7510
- };
7511
-
7512
-
7513
- // Based off of the plugin by Clint Helfers, with permission.
7514
- // https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
7515
- jQuery.fn.delay = function( time, type ) {
7516
- time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
7517
- type = type || "fx";
7518
-
7519
- return this.queue( type, function( next, hooks ) {
7520
- var timeout = window.setTimeout( next, time );
7521
- hooks.stop = function() {
7522
- window.clearTimeout( timeout );
7523
- };
7524
- } );
7525
- };
7526
-
7527
-
7528
- ( function() {
7529
- var input = document.createElement( "input" ),
7530
- select = document.createElement( "select" ),
7531
- opt = select.appendChild( document.createElement( "option" ) );
7532
-
7533
- input.type = "checkbox";
7534
-
7535
- // Support: Android <=4.3 only
7536
- // Default value for a checkbox should be "on"
7537
- support.checkOn = input.value !== "";
7538
-
7539
- // Support: IE <=11 only
7540
- // Must access selectedIndex to make default options select
7541
- support.optSelected = opt.selected;
7542
-
7543
- // Support: IE <=11 only
7544
- // An input loses its value after becoming a radio
7545
- input = document.createElement( "input" );
7546
- input.value = "t";
7547
- input.type = "radio";
7548
- support.radioValue = input.value === "t";
7549
- } )();
7550
-
7551
-
7552
- var boolHook,
7553
- attrHandle = jQuery.expr.attrHandle;
7554
-
7555
- jQuery.fn.extend( {
7556
- attr: function( name, value ) {
7557
- return access( this, jQuery.attr, name, value, arguments.length > 1 );
7558
- },
7559
-
7560
- removeAttr: function( name ) {
7561
- return this.each( function() {
7562
- jQuery.removeAttr( this, name );
7563
- } );
7564
- }
7565
- } );
7566
-
7567
- jQuery.extend( {
7568
- attr: function( elem, name, value ) {
7569
- var ret, hooks,
7570
- nType = elem.nodeType;
7571
-
7572
- // Don't get/set attributes on text, comment and attribute nodes
7573
- if ( nType === 3 || nType === 8 || nType === 2 ) {
7574
- return;
7575
- }
7576
-
7577
- // Fallback to prop when attributes are not supported
7578
- if ( typeof elem.getAttribute === "undefined" ) {
7579
- return jQuery.prop( elem, name, value );
7580
- }
7581
-
7582
- // Attribute hooks are determined by the lowercase version
7583
- // Grab necessary hook if one is defined
7584
- if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
7585
- hooks = jQuery.attrHooks[ name.toLowerCase() ] ||
7586
- ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );
7587
- }
7588
-
7589
- if ( value !== undefined ) {
7590
- if ( value === null ) {
7591
- jQuery.removeAttr( elem, name );
7592
- return;
7593
- }
7594
-
7595
- if ( hooks && "set" in hooks &&
7596
- ( ret = hooks.set( elem, value, name ) ) !== undefined ) {
7597
- return ret;
7598
- }
7599
-
7600
- elem.setAttribute( name, value + "" );
7601
- return value;
7602
- }
7603
-
7604
- if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
7605
- return ret;
7606
- }
7607
-
7608
- ret = jQuery.find.attr( elem, name );
7609
-
7610
- // Non-existent attributes return null, we normalize to undefined
7611
- return ret == null ? undefined : ret;
7612
- },
7613
-
7614
- attrHooks: {
7615
- type: {
7616
- set: function( elem, value ) {
7617
- if ( !support.radioValue && value === "radio" &&
7618
- nodeName( elem, "input" ) ) {
7619
- var val = elem.value;
7620
- elem.setAttribute( "type", value );
7621
- if ( val ) {
7622
- elem.value = val;
7623
- }
7624
- return value;
7625
- }
7626
- }
7627
- }
7628
- },
7629
-
7630
- removeAttr: function( elem, value ) {
7631
- var name,
7632
- i = 0,
7633
-
7634
- // Attribute names can contain non-HTML whitespace characters
7635
- // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2
7636
- attrNames = value && value.match( rnothtmlwhite );
7637
-
7638
- if ( attrNames && elem.nodeType === 1 ) {
7639
- while ( ( name = attrNames[ i++ ] ) ) {
7640
- elem.removeAttribute( name );
7641
- }
7642
- }
7643
- }
7644
- } );
7645
-
7646
- // Hooks for boolean attributes
7647
- boolHook = {
7648
- set: function( elem, value, name ) {
7649
- if ( value === false ) {
7650
-
7651
- // Remove boolean attributes when set to false
7652
- jQuery.removeAttr( elem, name );
7653
- } else {
7654
- elem.setAttribute( name, name );
7655
- }
7656
- return name;
7657
- }
7658
- };
7659
-
7660
- jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) {
7661
- var getter = attrHandle[ name ] || jQuery.find.attr;
7662
-
7663
- attrHandle[ name ] = function( elem, name, isXML ) {
7664
- var ret, handle,
7665
- lowercaseName = name.toLowerCase();
7666
-
7667
- if ( !isXML ) {
7668
-
7669
- // Avoid an infinite loop by temporarily removing this function from the getter
7670
- handle = attrHandle[ lowercaseName ];
7671
- attrHandle[ lowercaseName ] = ret;
7672
- ret = getter( elem, name, isXML ) != null ?
7673
- lowercaseName :
7674
- null;
7675
- attrHandle[ lowercaseName ] = handle;
7676
- }
7677
- return ret;
7678
- };
7679
- } );
7680
-
7681
-
7682
-
7683
-
7684
- var rfocusable = /^(?:input|select|textarea|button)$/i,
7685
- rclickable = /^(?:a|area)$/i;
7686
-
7687
- jQuery.fn.extend( {
7688
- prop: function( name, value ) {
7689
- return access( this, jQuery.prop, name, value, arguments.length > 1 );
7690
- },
7691
-
7692
- removeProp: function( name ) {
7693
- return this.each( function() {
7694
- delete this[ jQuery.propFix[ name ] || name ];
7695
- } );
7696
- }
7697
- } );
7698
-
7699
- jQuery.extend( {
7700
- prop: function( elem, name, value ) {
7701
- var ret, hooks,
7702
- nType = elem.nodeType;
7703
-
7704
- // Don't get/set properties on text, comment and attribute nodes
7705
- if ( nType === 3 || nType === 8 || nType === 2 ) {
7706
- return;
7707
- }
7708
-
7709
- if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
7710
-
7711
- // Fix name and attach hooks
7712
- name = jQuery.propFix[ name ] || name;
7713
- hooks = jQuery.propHooks[ name ];
7714
- }
7715
-
7716
- if ( value !== undefined ) {
7717
- if ( hooks && "set" in hooks &&
7718
- ( ret = hooks.set( elem, value, name ) ) !== undefined ) {
7719
- return ret;
7720
- }
7721
-
7722
- return ( elem[ name ] = value );
7723
- }
7724
-
7725
- if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
7726
- return ret;
7727
- }
7728
-
7729
- return elem[ name ];
7730
- },
7731
-
7732
- propHooks: {
7733
- tabIndex: {
7734
- get: function( elem ) {
7735
-
7736
- // Support: IE <=9 - 11 only
7737
- // elem.tabIndex doesn't always return the
7738
- // correct value when it hasn't been explicitly set
7739
- // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
7740
- // Use proper attribute retrieval(#12072)
7741
- var tabindex = jQuery.find.attr( elem, "tabindex" );
7742
-
7743
- if ( tabindex ) {
7744
- return parseInt( tabindex, 10 );
7745
- }
7746
-
7747
- if (
7748
- rfocusable.test( elem.nodeName ) ||
7749
- rclickable.test( elem.nodeName ) &&
7750
- elem.href
7751
- ) {
7752
- return 0;
7753
- }
7754
-
7755
- return -1;
7756
- }
7757
- }
7758
- },
7759
-
7760
- propFix: {
7761
- "for": "htmlFor",
7762
- "class": "className"
7763
- }
7764
- } );
7765
-
7766
- // Support: IE <=11 only
7767
- // Accessing the selectedIndex property
7768
- // forces the browser to respect setting selected
7769
- // on the option
7770
- // The getter ensures a default option is selected
7771
- // when in an optgroup
7772
- // eslint rule "no-unused-expressions" is disabled for this code
7773
- // since it considers such accessions noop
7774
- if ( !support.optSelected ) {
7775
- jQuery.propHooks.selected = {
7776
- get: function( elem ) {
7777
-
7778
- /* eslint no-unused-expressions: "off" */
7779
-
7780
- var parent = elem.parentNode;
7781
- if ( parent && parent.parentNode ) {
7782
- parent.parentNode.selectedIndex;
7783
- }
7784
- return null;
7785
- },
7786
- set: function( elem ) {
7787
-
7788
- /* eslint no-unused-expressions: "off" */
7789
-
7790
- var parent = elem.parentNode;
7791
- if ( parent ) {
7792
- parent.selectedIndex;
7793
-
7794
- if ( parent.parentNode ) {
7795
- parent.parentNode.selectedIndex;
7796
- }
7797
- }
7798
- }
7799
- };
7800
- }
7801
-
7802
- jQuery.each( [
7803
- "tabIndex",
7804
- "readOnly",
7805
- "maxLength",
7806
- "cellSpacing",
7807
- "cellPadding",
7808
- "rowSpan",
7809
- "colSpan",
7810
- "useMap",
7811
- "frameBorder",
7812
- "contentEditable"
7813
- ], function() {
7814
- jQuery.propFix[ this.toLowerCase() ] = this;
7815
- } );
7816
-
7817
-
7818
-
7819
-
7820
- // Strip and collapse whitespace according to HTML spec
7821
- // https://html.spec.whatwg.org/multipage/infrastructure.html#strip-and-collapse-whitespace
7822
- function stripAndCollapse( value ) {
7823
- var tokens = value.match( rnothtmlwhite ) || [];
7824
- return tokens.join( " " );
7825
- }
7826
-
7827
-
7828
- function getClass( elem ) {
7829
- return elem.getAttribute && elem.getAttribute( "class" ) || "";
7830
- }
7831
-
7832
- jQuery.fn.extend( {
7833
- addClass: function( value ) {
7834
- var classes, elem, cur, curValue, clazz, j, finalValue,
7835
- i = 0;
7836
-
7837
- if ( jQuery.isFunction( value ) ) {
7838
- return this.each( function( j ) {
7839
- jQuery( this ).addClass( value.call( this, j, getClass( this ) ) );
7840
- } );
7841
- }
7842
-
7843
- if ( typeof value === "string" && value ) {
7844
- classes = value.match( rnothtmlwhite ) || [];
7845
-
7846
- while ( ( elem = this[ i++ ] ) ) {
7847
- curValue = getClass( elem );
7848
- cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " );
7849
-
7850
- if ( cur ) {
7851
- j = 0;
7852
- while ( ( clazz = classes[ j++ ] ) ) {
7853
- if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
7854
- cur += clazz + " ";
7855
- }
7856
- }
7857
-
7858
- // Only assign if different to avoid unneeded rendering.
7859
- finalValue = stripAndCollapse( cur );
7860
- if ( curValue !== finalValue ) {
7861
- elem.setAttribute( "class", finalValue );
7862
- }
7863
- }
7864
- }
7865
- }
7866
-
7867
- return this;
7868
- },
7869
-
7870
- removeClass: function( value ) {
7871
- var classes, elem, cur, curValue, clazz, j, finalValue,
7872
- i = 0;
7873
-
7874
- if ( jQuery.isFunction( value ) ) {
7875
- return this.each( function( j ) {
7876
- jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );
7877
- } );
7878
- }
7879
-
7880
- if ( !arguments.length ) {
7881
- return this.attr( "class", "" );
7882
- }
7883
-
7884
- if ( typeof value === "string" && value ) {
7885
- classes = value.match( rnothtmlwhite ) || [];
7886
-
7887
- while ( ( elem = this[ i++ ] ) ) {
7888
- curValue = getClass( elem );
7889
-
7890
- // This expression is here for better compressibility (see addClass)
7891
- cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " );
7892
-
7893
- if ( cur ) {
7894
- j = 0;
7895
- while ( ( clazz = classes[ j++ ] ) ) {
7896
-
7897
- // Remove *all* instances
7898
- while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
7899
- cur = cur.replace( " " + clazz + " ", " " );
7900
- }
7901
- }
7902
-
7903
- // Only assign if different to avoid unneeded rendering.
7904
- finalValue = stripAndCollapse( cur );
7905
- if ( curValue !== finalValue ) {
7906
- elem.setAttribute( "class", finalValue );
7907
- }
7908
- }
7909
- }
7910
- }
7911
-
7912
- return this;
7913
- },
7914
-
7915
- toggleClass: function( value, stateVal ) {
7916
- var type = typeof value;
7917
-
7918
- if ( typeof stateVal === "boolean" && type === "string" ) {
7919
- return stateVal ? this.addClass( value ) : this.removeClass( value );
7920
- }
7921
-
7922
- if ( jQuery.isFunction( value ) ) {
7923
- return this.each( function( i ) {
7924
- jQuery( this ).toggleClass(
7925
- value.call( this, i, getClass( this ), stateVal ),
7926
- stateVal
7927
- );
7928
- } );
7929
- }
7930
-
7931
- return this.each( function() {
7932
- var className, i, self, classNames;
7933
-
7934
- if ( type === "string" ) {
7935
-
7936
- // Toggle individual class names
7937
- i = 0;
7938
- self = jQuery( this );
7939
- classNames = value.match( rnothtmlwhite ) || [];
7940
-
7941
- while ( ( className = classNames[ i++ ] ) ) {
7942
-
7943
- // Check each className given, space separated list
7944
- if ( self.hasClass( className ) ) {
7945
- self.removeClass( className );
7946
- } else {
7947
- self.addClass( className );
7948
- }
7949
- }
7950
-
7951
- // Toggle whole class name
7952
- } else if ( value === undefined || type === "boolean" ) {
7953
- className = getClass( this );
7954
- if ( className ) {
7955
-
7956
- // Store className if set
7957
- dataPriv.set( this, "__className__", className );
7958
- }
7959
-
7960
- // If the element has a class name or if we're passed `false`,
7961
- // then remove the whole classname (if there was one, the above saved it).
7962
- // Otherwise bring back whatever was previously saved (if anything),
7963
- // falling back to the empty string if nothing was stored.
7964
- if ( this.setAttribute ) {
7965
- this.setAttribute( "class",
7966
- className || value === false ?
7967
- "" :
7968
- dataPriv.get( this, "__className__" ) || ""
7969
- );
7970
- }
7971
- }
7972
- } );
7973
- },
7974
-
7975
- hasClass: function( selector ) {
7976
- var className, elem,
7977
- i = 0;
7978
-
7979
- className = " " + selector + " ";
7980
- while ( ( elem = this[ i++ ] ) ) {
7981
- if ( elem.nodeType === 1 &&
7982
- ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) {
7983
- return true;
7984
- }
7985
- }
7986
-
7987
- return false;
7988
- }
7989
- } );
7990
-
7991
-
7992
-
7993
-
7994
- var rreturn = /\r/g;
7995
-
7996
- jQuery.fn.extend( {
7997
- val: function( value ) {
7998
- var hooks, ret, isFunction,
7999
- elem = this[ 0 ];
8000
-
8001
- if ( !arguments.length ) {
8002
- if ( elem ) {
8003
- hooks = jQuery.valHooks[ elem.type ] ||
8004
- jQuery.valHooks[ elem.nodeName.toLowerCase() ];
8005
-
8006
- if ( hooks &&
8007
- "get" in hooks &&
8008
- ( ret = hooks.get( elem, "value" ) ) !== undefined
8009
- ) {
8010
- return ret;
8011
- }
8012
-
8013
- ret = elem.value;
8014
-
8015
- // Handle most common string cases
8016
- if ( typeof ret === "string" ) {
8017
- return ret.replace( rreturn, "" );
8018
- }
8019
-
8020
- // Handle cases where value is null/undef or number
8021
- return ret == null ? "" : ret;
8022
- }
8023
-
8024
- return;
8025
- }
8026
-
8027
- isFunction = jQuery.isFunction( value );
8028
-
8029
- return this.each( function( i ) {
8030
- var val;
8031
-
8032
- if ( this.nodeType !== 1 ) {
8033
- return;
8034
- }
8035
-
8036
- if ( isFunction ) {
8037
- val = value.call( this, i, jQuery( this ).val() );
8038
- } else {
8039
- val = value;
8040
- }
8041
-
8042
- // Treat null/undefined as ""; convert numbers to string
8043
- if ( val == null ) {
8044
- val = "";
8045
-
8046
- } else if ( typeof val === "number" ) {
8047
- val += "";
8048
-
8049
- } else if ( Array.isArray( val ) ) {
8050
- val = jQuery.map( val, function( value ) {
8051
- return value == null ? "" : value + "";
8052
- } );
8053
- }
8054
-
8055
- hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];
8056
-
8057
- // If set returns undefined, fall back to normal setting
8058
- if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) {
8059
- this.value = val;
8060
- }
8061
- } );
8062
- }
8063
- } );
8064
-
8065
- jQuery.extend( {
8066
- valHooks: {
8067
- option: {
8068
- get: function( elem ) {
8069
-
8070
- var val = jQuery.find.attr( elem, "value" );
8071
- return val != null ?
8072
- val :
8073
-
8074
- // Support: IE <=10 - 11 only
8075
- // option.text throws exceptions (#14686, #14858)
8076
- // Strip and collapse whitespace
8077
- // https://html.spec.whatwg.org/#strip-and-collapse-whitespace
8078
- stripAndCollapse( jQuery.text( elem ) );
8079
- }
8080
- },
8081
- select: {
8082
- get: function( elem ) {
8083
- var value, option, i,
8084
- options = elem.options,
8085
- index = elem.selectedIndex,
8086
- one = elem.type === "select-one",
8087
- values = one ? null : [],
8088
- max = one ? index + 1 : options.length;
8089
-
8090
- if ( index < 0 ) {
8091
- i = max;
8092
-
8093
- } else {
8094
- i = one ? index : 0;
8095
- }
8096
-
8097
- // Loop through all the selected options
8098
- for ( ; i < max; i++ ) {
8099
- option = options[ i ];
8100
-
8101
- // Support: IE <=9 only
8102
- // IE8-9 doesn't update selected after form reset (#2551)
8103
- if ( ( option.selected || i === index ) &&
8104
-
8105
- // Don't return options that are disabled or in a disabled optgroup
8106
- !option.disabled &&
8107
- ( !option.parentNode.disabled ||
8108
- !nodeName( option.parentNode, "optgroup" ) ) ) {
8109
-
8110
- // Get the specific value for the option
8111
- value = jQuery( option ).val();
8112
-
8113
- // We don't need an array for one selects
8114
- if ( one ) {
8115
- return value;
8116
- }
8117
-
8118
- // Multi-Selects return an array
8119
- values.push( value );
8120
- }
8121
- }
8122
-
8123
- return values;
8124
- },
8125
-
8126
- set: function( elem, value ) {
8127
- var optionSet, option,
8128
- options = elem.options,
8129
- values = jQuery.makeArray( value ),
8130
- i = options.length;
8131
-
8132
- while ( i-- ) {
8133
- option = options[ i ];
8134
-
8135
- /* eslint-disable no-cond-assign */
8136
-
8137
- if ( option.selected =
8138
- jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1
8139
- ) {
8140
- optionSet = true;
8141
- }
8142
-
8143
- /* eslint-enable no-cond-assign */
8144
- }
8145
-
8146
- // Force browsers to behave consistently when non-matching value is set
8147
- if ( !optionSet ) {
8148
- elem.selectedIndex = -1;
8149
- }
8150
- return values;
8151
- }
8152
- }
8153
- }
8154
- } );
8155
-
8156
- // Radios and checkboxes getter/setter
8157
- jQuery.each( [ "radio", "checkbox" ], function() {
8158
- jQuery.valHooks[ this ] = {
8159
- set: function( elem, value ) {
8160
- if ( Array.isArray( value ) ) {
8161
- return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );
8162
- }
8163
- }
8164
- };
8165
- if ( !support.checkOn ) {
8166
- jQuery.valHooks[ this ].get = function( elem ) {
8167
- return elem.getAttribute( "value" ) === null ? "on" : elem.value;
8168
- };
8169
- }
8170
- } );
8171
-
8172
-
8173
-
8174
-
8175
- // Return jQuery for attributes-only inclusion
8176
-
8177
-
8178
- var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/;
8179
-
8180
- jQuery.extend( jQuery.event, {
8181
-
8182
- trigger: function( event, data, elem, onlyHandlers ) {
8183
-
8184
- var i, cur, tmp, bubbleType, ontype, handle, special,
8185
- eventPath = [ elem || document ],
8186
- type = hasOwn.call( event, "type" ) ? event.type : event,
8187
- namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : [];
8188
-
8189
- cur = tmp = elem = elem || document;
8190
-
8191
- // Don't do events on text and comment nodes
8192
- if ( elem.nodeType === 3 || elem.nodeType === 8 ) {
8193
- return;
8194
- }
8195
-
8196
- // focus/blur morphs to focusin/out; ensure we're not firing them right now
8197
- if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
8198
- return;
8199
- }
8200
-
8201
- if ( type.indexOf( "." ) > -1 ) {
8202
-
8203
- // Namespaced trigger; create a regexp to match event type in handle()
8204
- namespaces = type.split( "." );
8205
- type = namespaces.shift();
8206
- namespaces.sort();
8207
- }
8208
- ontype = type.indexOf( ":" ) < 0 && "on" + type;
8209
-
8210
- // Caller can pass in a jQuery.Event object, Object, or just an event type string
8211
- event = event[ jQuery.expando ] ?
8212
- event :
8213
- new jQuery.Event( type, typeof event === "object" && event );
8214
-
8215
- // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)
8216
- event.isTrigger = onlyHandlers ? 2 : 3;
8217
- event.namespace = namespaces.join( "." );
8218
- event.rnamespace = event.namespace ?
8219
- new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) :
8220
- null;
8221
-
8222
- // Clean up the event in case it is being reused
8223
- event.result = undefined;
8224
- if ( !event.target ) {
8225
- event.target = elem;
8226
- }
8227
-
8228
- // Clone any incoming data and prepend the event, creating the handler arg list
8229
- data = data == null ?
8230
- [ event ] :
8231
- jQuery.makeArray( data, [ event ] );
8232
-
8233
- // Allow special events to draw outside the lines
8234
- special = jQuery.event.special[ type ] || {};
8235
- if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {
8236
- return;
8237
- }
8238
-
8239
- // Determine event propagation path in advance, per W3C events spec (#9951)
8240
- // Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
8241
- if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
8242
-
8243
- bubbleType = special.delegateType || type;
8244
- if ( !rfocusMorph.test( bubbleType + type ) ) {
8245
- cur = cur.parentNode;
8246
- }
8247
- for ( ; cur; cur = cur.parentNode ) {
8248
- eventPath.push( cur );
8249
- tmp = cur;
8250
- }
8251
-
8252
- // Only add window if we got to document (e.g., not plain obj or detached DOM)
8253
- if ( tmp === ( elem.ownerDocument || document ) ) {
8254
- eventPath.push( tmp.defaultView || tmp.parentWindow || window );
8255
- }
8256
- }
8257
-
8258
- // Fire handlers on the event path
8259
- i = 0;
8260
- while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {
8261
-
8262
- event.type = i > 1 ?
8263
- bubbleType :
8264
- special.bindType || type;
8265
-
8266
- // jQuery handler
8267
- handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] &&
8268
- dataPriv.get( cur, "handle" );
8269
- if ( handle ) {
8270
- handle.apply( cur, data );
8271
- }
8272
-
8273
- // Native handler
8274
- handle = ontype && cur[ ontype ];
8275
- if ( handle && handle.apply && acceptData( cur ) ) {
8276
- event.result = handle.apply( cur, data );
8277
- if ( event.result === false ) {
8278
- event.preventDefault();
8279
- }
8280
- }
8281
- }
8282
- event.type = type;
8283
-
8284
- // If nobody prevented the default action, do it now
8285
- if ( !onlyHandlers && !event.isDefaultPrevented() ) {
8286
-
8287
- if ( ( !special._default ||
8288
- special._default.apply( eventPath.pop(), data ) === false ) &&
8289
- acceptData( elem ) ) {
8290
-
8291
- // Call a native DOM method on the target with the same name as the event.
8292
- // Don't do default actions on window, that's where global variables be (#6170)
8293
- if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {
8294
-
8295
- // Don't re-trigger an onFOO event when we call its FOO() method
8296
- tmp = elem[ ontype ];
8297
-
8298
- if ( tmp ) {
8299
- elem[ ontype ] = null;
8300
- }
8301
-
8302
- // Prevent re-triggering of the same event, since we already bubbled it above
8303
- jQuery.event.triggered = type;
8304
- elem[ type ]();
8305
- jQuery.event.triggered = undefined;
8306
-
8307
- if ( tmp ) {
8308
- elem[ ontype ] = tmp;
8309
- }
8310
- }
8311
- }
8312
- }
8313
-
8314
- return event.result;
8315
- },
8316
-
8317
- // Piggyback on a donor event to simulate a different one
8318
- // Used only for `focus(in | out)` events
8319
- simulate: function( type, elem, event ) {
8320
- var e = jQuery.extend(
8321
- new jQuery.Event(),
8322
- event,
8323
- {
8324
- type: type,
8325
- isSimulated: true
8326
- }
8327
- );
8328
-
8329
- jQuery.event.trigger( e, null, elem );
8330
- }
8331
-
8332
- } );
8333
-
8334
- jQuery.fn.extend( {
8335
-
8336
- trigger: function( type, data ) {
8337
- return this.each( function() {
8338
- jQuery.event.trigger( type, data, this );
8339
- } );
8340
- },
8341
- triggerHandler: function( type, data ) {
8342
- var elem = this[ 0 ];
8343
- if ( elem ) {
8344
- return jQuery.event.trigger( type, data, elem, true );
8345
- }
8346
- }
8347
- } );
8348
-
8349
-
8350
- jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " +
8351
- "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
8352
- "change select submit keydown keypress keyup contextmenu" ).split( " " ),
8353
- function( i, name ) {
8354
-
8355
- // Handle event binding
8356
- jQuery.fn[ name ] = function( data, fn ) {
8357
- return arguments.length > 0 ?
8358
- this.on( name, null, data, fn ) :
8359
- this.trigger( name );
8360
- };
8361
- } );
8362
-
8363
- jQuery.fn.extend( {
8364
- hover: function( fnOver, fnOut ) {
8365
- return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
8366
- }
8367
- } );
8368
-
8369
-
8370
-
8371
-
8372
- support.focusin = "onfocusin" in window;
8373
-
8374
-
8375
- // Support: Firefox <=44
8376
- // Firefox doesn't have focus(in | out) events
8377
- // Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787
8378
- //
8379
- // Support: Chrome <=48 - 49, Safari <=9.0 - 9.1
8380
- // focus(in | out) events fire after focus & blur events,
8381
- // which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order
8382
- // Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857
8383
- if ( !support.focusin ) {
8384
- jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) {
8385
-
8386
- // Attach a single capturing handler on the document while someone wants focusin/focusout
8387
- var handler = function( event ) {
8388
- jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );
8389
- };
8390
-
8391
- jQuery.event.special[ fix ] = {
8392
- setup: function() {
8393
- var doc = this.ownerDocument || this,
8394
- attaches = dataPriv.access( doc, fix );
8395
-
8396
- if ( !attaches ) {
8397
- doc.addEventListener( orig, handler, true );
8398
- }
8399
- dataPriv.access( doc, fix, ( attaches || 0 ) + 1 );
8400
- },
8401
- teardown: function() {
8402
- var doc = this.ownerDocument || this,
8403
- attaches = dataPriv.access( doc, fix ) - 1;
8404
-
8405
- if ( !attaches ) {
8406
- doc.removeEventListener( orig, handler, true );
8407
- dataPriv.remove( doc, fix );
8408
-
8409
- } else {
8410
- dataPriv.access( doc, fix, attaches );
8411
- }
8412
- }
8413
- };
8414
- } );
8415
- }
8416
- var location = window.location;
8417
-
8418
- var nonce = jQuery.now();
8419
-
8420
- var rquery = ( /\?/ );
8421
-
8422
-
8423
-
8424
- // Cross-browser xml parsing
8425
- jQuery.parseXML = function( data ) {
8426
- var xml;
8427
- if ( !data || typeof data !== "string" ) {
8428
- return null;
8429
- }
8430
-
8431
- // Support: IE 9 - 11 only
8432
- // IE throws on parseFromString with invalid input.
8433
- try {
8434
- xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" );
8435
- } catch ( e ) {
8436
- xml = undefined;
8437
- }
8438
-
8439
- if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) {
8440
- jQuery.error( "Invalid XML: " + data );
8441
- }
8442
- return xml;
8443
- };
8444
-
8445
-
8446
- var
8447
- rbracket = /\[\]$/,
8448
- rCRLF = /\r?\n/g,
8449
- rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,
8450
- rsubmittable = /^(?:input|select|textarea|keygen)/i;
8451
-
8452
- function buildParams( prefix, obj, traditional, add ) {
8453
- var name;
8454
-
8455
- if ( Array.isArray( obj ) ) {
8456
-
8457
- // Serialize array item.
8458
- jQuery.each( obj, function( i, v ) {
8459
- if ( traditional || rbracket.test( prefix ) ) {
8460
-
8461
- // Treat each array item as a scalar.
8462
- add( prefix, v );
8463
-
8464
- } else {
8465
-
8466
- // Item is non-scalar (array or object), encode its numeric index.
8467
- buildParams(
8468
- prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]",
8469
- v,
8470
- traditional,
8471
- add
8472
- );
8473
- }
8474
- } );
8475
-
8476
- } else if ( !traditional && jQuery.type( obj ) === "object" ) {
8477
-
8478
- // Serialize object item.
8479
- for ( name in obj ) {
8480
- buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
8481
- }
8482
-
8483
- } else {
8484
-
8485
- // Serialize scalar item.
8486
- add( prefix, obj );
8487
- }
8488
- }
8489
-
8490
- // Serialize an array of form elements or a set of
8491
- // key/values into a query string
8492
- jQuery.param = function( a, traditional ) {
8493
- var prefix,
8494
- s = [],
8495
- add = function( key, valueOrFunction ) {
8496
-
8497
- // If value is a function, invoke it and use its return value
8498
- var value = jQuery.isFunction( valueOrFunction ) ?
8499
- valueOrFunction() :
8500
- valueOrFunction;
8501
-
8502
- s[ s.length ] = encodeURIComponent( key ) + "=" +
8503
- encodeURIComponent( value == null ? "" : value );
8504
- };
8505
-
8506
- // If an array was passed in, assume that it is an array of form elements.
8507
- if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
8508
-
8509
- // Serialize the form elements
8510
- jQuery.each( a, function() {
8511
- add( this.name, this.value );
8512
- } );
8513
-
8514
- } else {
8515
-
8516
- // If traditional, encode the "old" way (the way 1.3.2 or older
8517
- // did it), otherwise encode params recursively.
8518
- for ( prefix in a ) {
8519
- buildParams( prefix, a[ prefix ], traditional, add );
8520
- }
8521
- }
8522
-
8523
- // Return the resulting serialization
8524
- return s.join( "&" );
8525
- };
8526
-
8527
- jQuery.fn.extend( {
8528
- serialize: function() {
8529
- return jQuery.param( this.serializeArray() );
8530
- },
8531
- serializeArray: function() {
8532
- return this.map( function() {
8533
-
8534
- // Can add propHook for "elements" to filter or add form elements
8535
- var elements = jQuery.prop( this, "elements" );
8536
- return elements ? jQuery.makeArray( elements ) : this;
8537
- } )
8538
- .filter( function() {
8539
- var type = this.type;
8540
-
8541
- // Use .is( ":disabled" ) so that fieldset[disabled] works
8542
- return this.name && !jQuery( this ).is( ":disabled" ) &&
8543
- rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&
8544
- ( this.checked || !rcheckableType.test( type ) );
8545
- } )
8546
- .map( function( i, elem ) {
8547
- var val = jQuery( this ).val();
8548
-
8549
- if ( val == null ) {
8550
- return null;
8551
- }
8552
-
8553
- if ( Array.isArray( val ) ) {
8554
- return jQuery.map( val, function( val ) {
8555
- return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
8556
- } );
8557
- }
8558
-
8559
- return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
8560
- } ).get();
8561
- }
8562
- } );
8563
-
8564
-
8565
- var
8566
- r20 = /%20/g,
8567
- rhash = /#.*$/,
8568
- rantiCache = /([?&])_=[^&]*/,
8569
- rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg,
8570
-
8571
- // #7653, #8125, #8152: local protocol detection
8572
- rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,
8573
- rnoContent = /^(?:GET|HEAD)$/,
8574
- rprotocol = /^\/\//,
8575
-
8576
- /* Prefilters
8577
- * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
8578
- * 2) These are called:
8579
- * - BEFORE asking for a transport
8580
- * - AFTER param serialization (s.data is a string if s.processData is true)
8581
- * 3) key is the dataType
8582
- * 4) the catchall symbol "*" can be used
8583
- * 5) execution will start with transport dataType and THEN continue down to "*" if needed
8584
- */
8585
- prefilters = {},
8586
-
8587
- /* Transports bindings
8588
- * 1) key is the dataType
8589
- * 2) the catchall symbol "*" can be used
8590
- * 3) selection will start with transport dataType and THEN go to "*" if needed
8591
- */
8592
- transports = {},
8593
-
8594
- // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
8595
- allTypes = "*/".concat( "*" ),
8596
-
8597
- // Anchor tag for parsing the document origin
8598
- originAnchor = document.createElement( "a" );
8599
- originAnchor.href = location.href;
8600
-
8601
- // Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
8602
- function addToPrefiltersOrTransports( structure ) {
8603
-
8604
- // dataTypeExpression is optional and defaults to "*"
8605
- return function( dataTypeExpression, func ) {
8606
-
8607
- if ( typeof dataTypeExpression !== "string" ) {
8608
- func = dataTypeExpression;
8609
- dataTypeExpression = "*";
8610
- }
8611
-
8612
- var dataType,
8613
- i = 0,
8614
- dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];
8615
-
8616
- if ( jQuery.isFunction( func ) ) {
8617
-
8618
- // For each dataType in the dataTypeExpression
8619
- while ( ( dataType = dataTypes[ i++ ] ) ) {
8620
-
8621
- // Prepend if requested
8622
- if ( dataType[ 0 ] === "+" ) {
8623
- dataType = dataType.slice( 1 ) || "*";
8624
- ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );
8625
-
8626
- // Otherwise append
8627
- } else {
8628
- ( structure[ dataType ] = structure[ dataType ] || [] ).push( func );
8629
- }
8630
- }
8631
- }
8632
- };
8633
- }
8634
-
8635
- // Base inspection function for prefilters and transports
8636
- function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {
8637
-
8638
- var inspected = {},
8639
- seekingTransport = ( structure === transports );
8640
-
8641
- function inspect( dataType ) {
8642
- var selected;
8643
- inspected[ dataType ] = true;
8644
- jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {
8645
- var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );
8646
- if ( typeof dataTypeOrTransport === "string" &&
8647
- !seekingTransport && !inspected[ dataTypeOrTransport ] ) {
8648
-
8649
- options.dataTypes.unshift( dataTypeOrTransport );
8650
- inspect( dataTypeOrTransport );
8651
- return false;
8652
- } else if ( seekingTransport ) {
8653
- return !( selected = dataTypeOrTransport );
8654
- }
8655
- } );
8656
- return selected;
8657
- }
8658
-
8659
- return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" );
8660
- }
8661
-
8662
- // A special extend for ajax options
8663
- // that takes "flat" options (not to be deep extended)
8664
- // Fixes #9887
8665
- function ajaxExtend( target, src ) {
8666
- var key, deep,
8667
- flatOptions = jQuery.ajaxSettings.flatOptions || {};
8668
-
8669
- for ( key in src ) {
8670
- if ( src[ key ] !== undefined ) {
8671
- ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
8672
- }
8673
- }
8674
- if ( deep ) {
8675
- jQuery.extend( true, target, deep );
8676
- }
8677
-
8678
- return target;
8679
- }
8680
-
8681
- /* Handles responses to an ajax request:
8682
- * - finds the right dataType (mediates between content-type and expected dataType)
8683
- * - returns the corresponding response
8684
- */
8685
- function ajaxHandleResponses( s, jqXHR, responses ) {
8686
-
8687
- var ct, type, finalDataType, firstDataType,
8688
- contents = s.contents,
8689
- dataTypes = s.dataTypes;
8690
-
8691
- // Remove auto dataType and get content-type in the process
8692
- while ( dataTypes[ 0 ] === "*" ) {
8693
- dataTypes.shift();
8694
- if ( ct === undefined ) {
8695
- ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" );
8696
- }
8697
- }
8698
-
8699
- // Check if we're dealing with a known content-type
8700
- if ( ct ) {
8701
- for ( type in contents ) {
8702
- if ( contents[ type ] && contents[ type ].test( ct ) ) {
8703
- dataTypes.unshift( type );
8704
- break;
8705
- }
8706
- }
8707
- }
8708
-
8709
- // Check to see if we have a response for the expected dataType
8710
- if ( dataTypes[ 0 ] in responses ) {
8711
- finalDataType = dataTypes[ 0 ];
8712
- } else {
8713
-
8714
- // Try convertible dataTypes
8715
- for ( type in responses ) {
8716
- if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) {
8717
- finalDataType = type;
8718
- break;
8719
- }
8720
- if ( !firstDataType ) {
8721
- firstDataType = type;
8722
- }
8723
- }
8724
-
8725
- // Or just use first one
8726
- finalDataType = finalDataType || firstDataType;
8727
- }
8728
-
8729
- // If we found a dataType
8730
- // We add the dataType to the list if needed
8731
- // and return the corresponding response
8732
- if ( finalDataType ) {
8733
- if ( finalDataType !== dataTypes[ 0 ] ) {
8734
- dataTypes.unshift( finalDataType );
8735
- }
8736
- return responses[ finalDataType ];
8737
- }
8738
- }
8739
-
8740
- /* Chain conversions given the request and the original response
8741
- * Also sets the responseXXX fields on the jqXHR instance
8742
- */
8743
- function ajaxConvert( s, response, jqXHR, isSuccess ) {
8744
- var conv2, current, conv, tmp, prev,
8745
- converters = {},
8746
-
8747
- // Work with a copy of dataTypes in case we need to modify it for conversion
8748
- dataTypes = s.dataTypes.slice();
8749
-
8750
- // Create converters map with lowercased keys
8751
- if ( dataTypes[ 1 ] ) {
8752
- for ( conv in s.converters ) {
8753
- converters[ conv.toLowerCase() ] = s.converters[ conv ];
8754
- }
8755
- }
8756
-
8757
- current = dataTypes.shift();
8758
-
8759
- // Convert to each sequential dataType
8760
- while ( current ) {
8761
-
8762
- if ( s.responseFields[ current ] ) {
8763
- jqXHR[ s.responseFields[ current ] ] = response;
8764
- }
8765
-
8766
- // Apply the dataFilter if provided
8767
- if ( !prev && isSuccess && s.dataFilter ) {
8768
- response = s.dataFilter( response, s.dataType );
8769
- }
8770
-
8771
- prev = current;
8772
- current = dataTypes.shift();
8773
-
8774
- if ( current ) {
8775
-
8776
- // There's only work to do if current dataType is non-auto
8777
- if ( current === "*" ) {
8778
-
8779
- current = prev;
8780
-
8781
- // Convert response if prev dataType is non-auto and differs from current
8782
- } else if ( prev !== "*" && prev !== current ) {
8783
-
8784
- // Seek a direct converter
8785
- conv = converters[ prev + " " + current ] || converters[ "* " + current ];
8786
-
8787
- // If none found, seek a pair
8788
- if ( !conv ) {
8789
- for ( conv2 in converters ) {
8790
-
8791
- // If conv2 outputs current
8792
- tmp = conv2.split( " " );
8793
- if ( tmp[ 1 ] === current ) {
8794
-
8795
- // If prev can be converted to accepted input
8796
- conv = converters[ prev + " " + tmp[ 0 ] ] ||
8797
- converters[ "* " + tmp[ 0 ] ];
8798
- if ( conv ) {
8799
-
8800
- // Condense equivalence converters
8801
- if ( conv === true ) {
8802
- conv = converters[ conv2 ];
8803
-
8804
- // Otherwise, insert the intermediate dataType
8805
- } else if ( converters[ conv2 ] !== true ) {
8806
- current = tmp[ 0 ];
8807
- dataTypes.unshift( tmp[ 1 ] );
8808
- }
8809
- break;
8810
- }
8811
- }
8812
- }
8813
- }
8814
-
8815
- // Apply converter (if not an equivalence)
8816
- if ( conv !== true ) {
8817
-
8818
- // Unless errors are allowed to bubble, catch and return them
8819
- if ( conv && s.throws ) {
8820
- response = conv( response );
8821
- } else {
8822
- try {
8823
- response = conv( response );
8824
- } catch ( e ) {
8825
- return {
8826
- state: "parsererror",
8827
- error: conv ? e : "No conversion from " + prev + " to " + current
8828
- };
8829
- }
8830
- }
8831
- }
8832
- }
8833
- }
8834
- }
8835
-
8836
- return { state: "success", data: response };
8837
- }
8838
-
8839
- jQuery.extend( {
8840
-
8841
- // Counter for holding the number of active queries
8842
- active: 0,
8843
-
8844
- // Last-Modified header cache for next request
8845
- lastModified: {},
8846
- etag: {},
8847
-
8848
- ajaxSettings: {
8849
- url: location.href,
8850
- type: "GET",
8851
- isLocal: rlocalProtocol.test( location.protocol ),
8852
- global: true,
8853
- processData: true,
8854
- async: true,
8855
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
8856
-
8857
- /*
8858
- timeout: 0,
8859
- data: null,
8860
- dataType: null,
8861
- username: null,
8862
- password: null,
8863
- cache: null,
8864
- throws: false,
8865
- traditional: false,
8866
- headers: {},
8867
- */
8868
-
8869
- accepts: {
8870
- "*": allTypes,
8871
- text: "text/plain",
8872
- html: "text/html",
8873
- xml: "application/xml, text/xml",
8874
- json: "application/json, text/javascript"
8875
- },
8876
-
8877
- contents: {
8878
- xml: /\bxml\b/,
8879
- html: /\bhtml/,
8880
- json: /\bjson\b/
8881
- },
8882
-
8883
- responseFields: {
8884
- xml: "responseXML",
8885
- text: "responseText",
8886
- json: "responseJSON"
8887
- },
8888
-
8889
- // Data converters
8890
- // Keys separate source (or catchall "*") and destination types with a single space
8891
- converters: {
8892
-
8893
- // Convert anything to text
8894
- "* text": String,
8895
-
8896
- // Text to html (true = no transformation)
8897
- "text html": true,
8898
-
8899
- // Evaluate text as a json expression
8900
- "text json": JSON.parse,
8901
-
8902
- // Parse text as xml
8903
- "text xml": jQuery.parseXML
8904
- },
8905
-
8906
- // For options that shouldn't be deep extended:
8907
- // you can add your own custom options here if
8908
- // and when you create one that shouldn't be
8909
- // deep extended (see ajaxExtend)
8910
- flatOptions: {
8911
- url: true,
8912
- context: true
8913
- }
8914
- },
8915
-
8916
- // Creates a full fledged settings object into target
8917
- // with both ajaxSettings and settings fields.
8918
- // If target is omitted, writes into ajaxSettings.
8919
- ajaxSetup: function( target, settings ) {
8920
- return settings ?
8921
-
8922
- // Building a settings object
8923
- ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :
8924
-
8925
- // Extending ajaxSettings
8926
- ajaxExtend( jQuery.ajaxSettings, target );
8927
- },
8928
-
8929
- ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
8930
- ajaxTransport: addToPrefiltersOrTransports( transports ),
8931
-
8932
- // Main method
8933
- ajax: function( url, options ) {
8934
-
8935
- // If url is an object, simulate pre-1.5 signature
8936
- if ( typeof url === "object" ) {
8937
- options = url;
8938
- url = undefined;
8939
- }
8940
-
8941
- // Force options to be an object
8942
- options = options || {};
8943
-
8944
- var transport,
8945
-
8946
- // URL without anti-cache param
8947
- cacheURL,
8948
-
8949
- // Response headers
8950
- responseHeadersString,
8951
- responseHeaders,
8952
-
8953
- // timeout handle
8954
- timeoutTimer,
8955
-
8956
- // Url cleanup var
8957
- urlAnchor,
8958
-
8959
- // Request state (becomes false upon send and true upon completion)
8960
- completed,
8961
-
8962
- // To know if global events are to be dispatched
8963
- fireGlobals,
8964
-
8965
- // Loop variable
8966
- i,
8967
-
8968
- // uncached part of the url
8969
- uncached,
8970
-
8971
- // Create the final options object
8972
- s = jQuery.ajaxSetup( {}, options ),
8973
-
8974
- // Callbacks context
8975
- callbackContext = s.context || s,
8976
-
8977
- // Context for global events is callbackContext if it is a DOM node or jQuery collection
8978
- globalEventContext = s.context &&
8979
- ( callbackContext.nodeType || callbackContext.jquery ) ?
8980
- jQuery( callbackContext ) :
8981
- jQuery.event,
8982
-
8983
- // Deferreds
8984
- deferred = jQuery.Deferred(),
8985
- completeDeferred = jQuery.Callbacks( "once memory" ),
8986
-
8987
- // Status-dependent callbacks
8988
- statusCode = s.statusCode || {},
8989
-
8990
- // Headers (they are sent all at once)
8991
- requestHeaders = {},
8992
- requestHeadersNames = {},
8993
-
8994
- // Default abort message
8995
- strAbort = "canceled",
8996
-
8997
- // Fake xhr
8998
- jqXHR = {
8999
- readyState: 0,
9000
-
9001
- // Builds headers hashtable if needed
9002
- getResponseHeader: function( key ) {
9003
- var match;
9004
- if ( completed ) {
9005
- if ( !responseHeaders ) {
9006
- responseHeaders = {};
9007
- while ( ( match = rheaders.exec( responseHeadersString ) ) ) {
9008
- responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];
9009
- }
9010
- }
9011
- match = responseHeaders[ key.toLowerCase() ];
9012
- }
9013
- return match == null ? null : match;
9014
- },
9015
-
9016
- // Raw string
9017
- getAllResponseHeaders: function() {
9018
- return completed ? responseHeadersString : null;
9019
- },
9020
-
9021
- // Caches the header
9022
- setRequestHeader: function( name, value ) {
9023
- if ( completed == null ) {
9024
- name = requestHeadersNames[ name.toLowerCase() ] =
9025
- requestHeadersNames[ name.toLowerCase() ] || name;
9026
- requestHeaders[ name ] = value;
9027
- }
9028
- return this;
9029
- },
9030
-
9031
- // Overrides response content-type header
9032
- overrideMimeType: function( type ) {
9033
- if ( completed == null ) {
9034
- s.mimeType = type;
9035
- }
9036
- return this;
9037
- },
9038
-
9039
- // Status-dependent callbacks
9040
- statusCode: function( map ) {
9041
- var code;
9042
- if ( map ) {
9043
- if ( completed ) {
9044
-
9045
- // Execute the appropriate callbacks
9046
- jqXHR.always( map[ jqXHR.status ] );
9047
- } else {
9048
-
9049
- // Lazy-add the new callbacks in a way that preserves old ones
9050
- for ( code in map ) {
9051
- statusCode[ code ] = [ statusCode[ code ], map[ code ] ];
9052
- }
9053
- }
9054
- }
9055
- return this;
9056
- },
9057
-
9058
- // Cancel the request
9059
- abort: function( statusText ) {
9060
- var finalText = statusText || strAbort;
9061
- if ( transport ) {
9062
- transport.abort( finalText );
9063
- }
9064
- done( 0, finalText );
9065
- return this;
9066
- }
9067
- };
9068
-
9069
- // Attach deferreds
9070
- deferred.promise( jqXHR );
9071
-
9072
- // Add protocol if not provided (prefilters might expect it)
9073
- // Handle falsy url in the settings object (#10093: consistency with old signature)
9074
- // We also use the url parameter if available
9075
- s.url = ( ( url || s.url || location.href ) + "" )
9076
- .replace( rprotocol, location.protocol + "//" );
9077
-
9078
- // Alias method option to type as per ticket #12004
9079
- s.type = options.method || options.type || s.method || s.type;
9080
-
9081
- // Extract dataTypes list
9082
- s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ];
9083
-
9084
- // A cross-domain request is in order when the origin doesn't match the current origin.
9085
- if ( s.crossDomain == null ) {
9086
- urlAnchor = document.createElement( "a" );
9087
-
9088
- // Support: IE <=8 - 11, Edge 12 - 13
9089
- // IE throws exception on accessing the href property if url is malformed,
9090
- // e.g. http://example.com:80x/
9091
- try {
9092
- urlAnchor.href = s.url;
9093
-
9094
- // Support: IE <=8 - 11 only
9095
- // Anchor's host property isn't correctly set when s.url is relative
9096
- urlAnchor.href = urlAnchor.href;
9097
- s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !==
9098
- urlAnchor.protocol + "//" + urlAnchor.host;
9099
- } catch ( e ) {
9100
-
9101
- // If there is an error parsing the URL, assume it is crossDomain,
9102
- // it can be rejected by the transport if it is invalid
9103
- s.crossDomain = true;
9104
- }
9105
- }
9106
-
9107
- // Convert data if not already a string
9108
- if ( s.data && s.processData && typeof s.data !== "string" ) {
9109
- s.data = jQuery.param( s.data, s.traditional );
9110
- }
9111
-
9112
- // Apply prefilters
9113
- inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
9114
-
9115
- // If request was aborted inside a prefilter, stop there
9116
- if ( completed ) {
9117
- return jqXHR;
9118
- }
9119
-
9120
- // We can fire global events as of now if asked to
9121
- // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)
9122
- fireGlobals = jQuery.event && s.global;
9123
-
9124
- // Watch for a new set of requests
9125
- if ( fireGlobals && jQuery.active++ === 0 ) {
9126
- jQuery.event.trigger( "ajaxStart" );
9127
- }
9128
-
9129
- // Uppercase the type
9130
- s.type = s.type.toUpperCase();
9131
-
9132
- // Determine if request has content
9133
- s.hasContent = !rnoContent.test( s.type );
9134
-
9135
- // Save the URL in case we're toying with the If-Modified-Since
9136
- // and/or If-None-Match header later on
9137
- // Remove hash to simplify url manipulation
9138
- cacheURL = s.url.replace( rhash, "" );
9139
-
9140
- // More options handling for requests with no content
9141
- if ( !s.hasContent ) {
9142
-
9143
- // Remember the hash so we can put it back
9144
- uncached = s.url.slice( cacheURL.length );
9145
-
9146
- // If data is available, append data to url
9147
- if ( s.data ) {
9148
- cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data;
9149
-
9150
- // #9682: remove data so that it's not used in an eventual retry
9151
- delete s.data;
9152
- }
9153
-
9154
- // Add or update anti-cache param if needed
9155
- if ( s.cache === false ) {
9156
- cacheURL = cacheURL.replace( rantiCache, "$1" );
9157
- uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached;
9158
- }
9159
-
9160
- // Put hash and anti-cache on the URL that will be requested (gh-1732)
9161
- s.url = cacheURL + uncached;
9162
-
9163
- // Change '%20' to '+' if this is encoded form body content (gh-2658)
9164
- } else if ( s.data && s.processData &&
9165
- ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) {
9166
- s.data = s.data.replace( r20, "+" );
9167
- }
9168
-
9169
- // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
9170
- if ( s.ifModified ) {
9171
- if ( jQuery.lastModified[ cacheURL ] ) {
9172
- jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] );
9173
- }
9174
- if ( jQuery.etag[ cacheURL ] ) {
9175
- jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] );
9176
- }
9177
- }
9178
-
9179
- // Set the correct header, if data is being sent
9180
- if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
9181
- jqXHR.setRequestHeader( "Content-Type", s.contentType );
9182
- }
9183
-
9184
- // Set the Accepts header for the server, depending on the dataType
9185
- jqXHR.setRequestHeader(
9186
- "Accept",
9187
- s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?
9188
- s.accepts[ s.dataTypes[ 0 ] ] +
9189
- ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
9190
- s.accepts[ "*" ]
9191
- );
9192
-
9193
- // Check for headers option
9194
- for ( i in s.headers ) {
9195
- jqXHR.setRequestHeader( i, s.headers[ i ] );
9196
- }
9197
-
9198
- // Allow custom headers/mimetypes and early abort
9199
- if ( s.beforeSend &&
9200
- ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {
9201
-
9202
- // Abort if not done already and return
9203
- return jqXHR.abort();
9204
- }
9205
-
9206
- // Aborting is no longer a cancellation
9207
- strAbort = "abort";
9208
-
9209
- // Install callbacks on deferreds
9210
- completeDeferred.add( s.complete );
9211
- jqXHR.done( s.success );
9212
- jqXHR.fail( s.error );
9213
-
9214
- // Get transport
9215
- transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
9216
-
9217
- // If no transport, we auto-abort
9218
- if ( !transport ) {
9219
- done( -1, "No Transport" );
9220
- } else {
9221
- jqXHR.readyState = 1;
9222
-
9223
- // Send global event
9224
- if ( fireGlobals ) {
9225
- globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
9226
- }
9227
-
9228
- // If request was aborted inside ajaxSend, stop there
9229
- if ( completed ) {
9230
- return jqXHR;
9231
- }
9232
-
9233
- // Timeout
9234
- if ( s.async && s.timeout > 0 ) {
9235
- timeoutTimer = window.setTimeout( function() {
9236
- jqXHR.abort( "timeout" );
9237
- }, s.timeout );
9238
- }
9239
-
9240
- try {
9241
- completed = false;
9242
- transport.send( requestHeaders, done );
9243
- } catch ( e ) {
9244
-
9245
- // Rethrow post-completion exceptions
9246
- if ( completed ) {
9247
- throw e;
9248
- }
9249
-
9250
- // Propagate others as results
9251
- done( -1, e );
9252
- }
9253
- }
9254
-
9255
- // Callback for when everything is done
9256
- function done( status, nativeStatusText, responses, headers ) {
9257
- var isSuccess, success, error, response, modified,
9258
- statusText = nativeStatusText;
9259
-
9260
- // Ignore repeat invocations
9261
- if ( completed ) {
9262
- return;
9263
- }
9264
-
9265
- completed = true;
9266
-
9267
- // Clear timeout if it exists
9268
- if ( timeoutTimer ) {
9269
- window.clearTimeout( timeoutTimer );
9270
- }
9271
-
9272
- // Dereference transport for early garbage collection
9273
- // (no matter how long the jqXHR object will be used)
9274
- transport = undefined;
9275
-
9276
- // Cache response headers
9277
- responseHeadersString = headers || "";
9278
-
9279
- // Set readyState
9280
- jqXHR.readyState = status > 0 ? 4 : 0;
9281
-
9282
- // Determine if successful
9283
- isSuccess = status >= 200 && status < 300 || status === 304;
9284
-
9285
- // Get response data
9286
- if ( responses ) {
9287
- response = ajaxHandleResponses( s, jqXHR, responses );
9288
- }
9289
-
9290
- // Convert no matter what (that way responseXXX fields are always set)
9291
- response = ajaxConvert( s, response, jqXHR, isSuccess );
9292
-
9293
- // If successful, handle type chaining
9294
- if ( isSuccess ) {
9295
-
9296
- // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
9297
- if ( s.ifModified ) {
9298
- modified = jqXHR.getResponseHeader( "Last-Modified" );
9299
- if ( modified ) {
9300
- jQuery.lastModified[ cacheURL ] = modified;
9301
- }
9302
- modified = jqXHR.getResponseHeader( "etag" );
9303
- if ( modified ) {
9304
- jQuery.etag[ cacheURL ] = modified;
9305
- }
9306
- }
9307
-
9308
- // if no content
9309
- if ( status === 204 || s.type === "HEAD" ) {
9310
- statusText = "nocontent";
9311
-
9312
- // if not modified
9313
- } else if ( status === 304 ) {
9314
- statusText = "notmodified";
9315
-
9316
- // If we have data, let's convert it
9317
- } else {
9318
- statusText = response.state;
9319
- success = response.data;
9320
- error = response.error;
9321
- isSuccess = !error;
9322
- }
9323
- } else {
9324
-
9325
- // Extract error from statusText and normalize for non-aborts
9326
- error = statusText;
9327
- if ( status || !statusText ) {
9328
- statusText = "error";
9329
- if ( status < 0 ) {
9330
- status = 0;
9331
- }
9332
- }
9333
- }
9334
-
9335
- // Set data for the fake xhr object
9336
- jqXHR.status = status;
9337
- jqXHR.statusText = ( nativeStatusText || statusText ) + "";
9338
-
9339
- // Success/Error
9340
- if ( isSuccess ) {
9341
- deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
9342
- } else {
9343
- deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
9344
- }
9345
-
9346
- // Status-dependent callbacks
9347
- jqXHR.statusCode( statusCode );
9348
- statusCode = undefined;
9349
-
9350
- if ( fireGlobals ) {
9351
- globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError",
9352
- [ jqXHR, s, isSuccess ? success : error ] );
9353
- }
9354
-
9355
- // Complete
9356
- completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
9357
-
9358
- if ( fireGlobals ) {
9359
- globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
9360
-
9361
- // Handle the global AJAX counter
9362
- if ( !( --jQuery.active ) ) {
9363
- jQuery.event.trigger( "ajaxStop" );
9364
- }
9365
- }
9366
- }
9367
-
9368
- return jqXHR;
9369
- },
9370
-
9371
- getJSON: function( url, data, callback ) {
9372
- return jQuery.get( url, data, callback, "json" );
9373
- },
9374
-
9375
- getScript: function( url, callback ) {
9376
- return jQuery.get( url, undefined, callback, "script" );
9377
- }
9378
- } );
9379
-
9380
- jQuery.each( [ "get", "post" ], function( i, method ) {
9381
- jQuery[ method ] = function( url, data, callback, type ) {
9382
-
9383
- // Shift arguments if data argument was omitted
9384
- if ( jQuery.isFunction( data ) ) {
9385
- type = type || callback;
9386
- callback = data;
9387
- data = undefined;
9388
- }
9389
-
9390
- // The url can be an options object (which then must have .url)
9391
- return jQuery.ajax( jQuery.extend( {
9392
- url: url,
9393
- type: method,
9394
- dataType: type,
9395
- data: data,
9396
- success: callback
9397
- }, jQuery.isPlainObject( url ) && url ) );
9398
- };
9399
- } );
9400
-
9401
-
9402
- jQuery._evalUrl = function( url ) {
9403
- return jQuery.ajax( {
9404
- url: url,
9405
-
9406
- // Make this explicit, since user can override this through ajaxSetup (#11264)
9407
- type: "GET",
9408
- dataType: "script",
9409
- cache: true,
9410
- async: false,
9411
- global: false,
9412
- "throws": true
9413
- } );
9414
- };
9415
-
9416
-
9417
- jQuery.fn.extend( {
9418
- wrapAll: function( html ) {
9419
- var wrap;
9420
-
9421
- if ( this[ 0 ] ) {
9422
- if ( jQuery.isFunction( html ) ) {
9423
- html = html.call( this[ 0 ] );
9424
- }
9425
-
9426
- // The elements to wrap the target around
9427
- wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );
9428
-
9429
- if ( this[ 0 ].parentNode ) {
9430
- wrap.insertBefore( this[ 0 ] );
9431
- }
9432
-
9433
- wrap.map( function() {
9434
- var elem = this;
9435
-
9436
- while ( elem.firstElementChild ) {
9437
- elem = elem.firstElementChild;
9438
- }
9439
-
9440
- return elem;
9441
- } ).append( this );
9442
- }
9443
-
9444
- return this;
9445
- },
9446
-
9447
- wrapInner: function( html ) {
9448
- if ( jQuery.isFunction( html ) ) {
9449
- return this.each( function( i ) {
9450
- jQuery( this ).wrapInner( html.call( this, i ) );
9451
- } );
9452
- }
9453
-
9454
- return this.each( function() {
9455
- var self = jQuery( this ),
9456
- contents = self.contents();
9457
-
9458
- if ( contents.length ) {
9459
- contents.wrapAll( html );
9460
-
9461
- } else {
9462
- self.append( html );
9463
- }
9464
- } );
9465
- },
9466
-
9467
- wrap: function( html ) {
9468
- var isFunction = jQuery.isFunction( html );
9469
-
9470
- return this.each( function( i ) {
9471
- jQuery( this ).wrapAll( isFunction ? html.call( this, i ) : html );
9472
- } );
9473
- },
9474
-
9475
- unwrap: function( selector ) {
9476
- this.parent( selector ).not( "body" ).each( function() {
9477
- jQuery( this ).replaceWith( this.childNodes );
9478
- } );
9479
- return this;
9480
- }
9481
- } );
9482
-
9483
-
9484
- jQuery.expr.pseudos.hidden = function( elem ) {
9485
- return !jQuery.expr.pseudos.visible( elem );
9486
- };
9487
- jQuery.expr.pseudos.visible = function( elem ) {
9488
- return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );
9489
- };
9490
-
9491
-
9492
-
9493
-
9494
- jQuery.ajaxSettings.xhr = function() {
9495
- try {
9496
- return new window.XMLHttpRequest();
9497
- } catch ( e ) {}
9498
- };
9499
-
9500
- var xhrSuccessStatus = {
9501
-
9502
- // File protocol always yields status code 0, assume 200
9503
- 0: 200,
9504
-
9505
- // Support: IE <=9 only
9506
- // #1450: sometimes IE returns 1223 when it should be 204
9507
- 1223: 204
9508
- },
9509
- xhrSupported = jQuery.ajaxSettings.xhr();
9510
-
9511
- support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported );
9512
- support.ajax = xhrSupported = !!xhrSupported;
9513
-
9514
- jQuery.ajaxTransport( function( options ) {
9515
- var callback, errorCallback;
9516
-
9517
- // Cross domain only allowed if supported through XMLHttpRequest
9518
- if ( support.cors || xhrSupported && !options.crossDomain ) {
9519
- return {
9520
- send: function( headers, complete ) {
9521
- var i,
9522
- xhr = options.xhr();
9523
-
9524
- xhr.open(
9525
- options.type,
9526
- options.url,
9527
- options.async,
9528
- options.username,
9529
- options.password
9530
- );
9531
-
9532
- // Apply custom fields if provided
9533
- if ( options.xhrFields ) {
9534
- for ( i in options.xhrFields ) {
9535
- xhr[ i ] = options.xhrFields[ i ];
9536
- }
9537
- }
9538
-
9539
- // Override mime type if needed
9540
- if ( options.mimeType && xhr.overrideMimeType ) {
9541
- xhr.overrideMimeType( options.mimeType );
9542
- }
9543
-
9544
- // X-Requested-With header
9545
- // For cross-domain requests, seeing as conditions for a preflight are
9546
- // akin to a jigsaw puzzle, we simply never set it to be sure.
9547
- // (it can always be set on a per-request basis or even using ajaxSetup)
9548
- // For same-domain requests, won't change header if already provided.
9549
- if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) {
9550
- headers[ "X-Requested-With" ] = "XMLHttpRequest";
9551
- }
9552
-
9553
- // Set headers
9554
- for ( i in headers ) {
9555
- xhr.setRequestHeader( i, headers[ i ] );
9556
- }
9557
-
9558
- // Callback
9559
- callback = function( type ) {
9560
- return function() {
9561
- if ( callback ) {
9562
- callback = errorCallback = xhr.onload =
9563
- xhr.onerror = xhr.onabort = xhr.onreadystatechange = null;
9564
-
9565
- if ( type === "abort" ) {
9566
- xhr.abort();
9567
- } else if ( type === "error" ) {
9568
-
9569
- // Support: IE <=9 only
9570
- // On a manual native abort, IE9 throws
9571
- // errors on any property access that is not readyState
9572
- if ( typeof xhr.status !== "number" ) {
9573
- complete( 0, "error" );
9574
- } else {
9575
- complete(
9576
-
9577
- // File: protocol always yields status 0; see #8605, #14207
9578
- xhr.status,
9579
- xhr.statusText
9580
- );
9581
- }
9582
- } else {
9583
- complete(
9584
- xhrSuccessStatus[ xhr.status ] || xhr.status,
9585
- xhr.statusText,
9586
-
9587
- // Support: IE <=9 only
9588
- // IE9 has no XHR2 but throws on binary (trac-11426)
9589
- // For XHR2 non-text, let the caller handle it (gh-2498)
9590
- ( xhr.responseType || "text" ) !== "text" ||
9591
- typeof xhr.responseText !== "string" ?
9592
- { binary: xhr.response } :
9593
- { text: xhr.responseText },
9594
- xhr.getAllResponseHeaders()
9595
- );
9596
- }
9597
- }
9598
- };
9599
- };
9600
-
9601
- // Listen to events
9602
- xhr.onload = callback();
9603
- errorCallback = xhr.onerror = callback( "error" );
9604
-
9605
- // Support: IE 9 only
9606
- // Use onreadystatechange to replace onabort
9607
- // to handle uncaught aborts
9608
- if ( xhr.onabort !== undefined ) {
9609
- xhr.onabort = errorCallback;
9610
- } else {
9611
- xhr.onreadystatechange = function() {
9612
-
9613
- // Check readyState before timeout as it changes
9614
- if ( xhr.readyState === 4 ) {
9615
-
9616
- // Allow onerror to be called first,
9617
- // but that will not handle a native abort
9618
- // Also, save errorCallback to a variable
9619
- // as xhr.onerror cannot be accessed
9620
- window.setTimeout( function() {
9621
- if ( callback ) {
9622
- errorCallback();
9623
- }
9624
- } );
9625
- }
9626
- };
9627
- }
9628
-
9629
- // Create the abort callback
9630
- callback = callback( "abort" );
9631
-
9632
- try {
9633
-
9634
- // Do send the request (this may raise an exception)
9635
- xhr.send( options.hasContent && options.data || null );
9636
- } catch ( e ) {
9637
-
9638
- // #14683: Only rethrow if this hasn't been notified as an error yet
9639
- if ( callback ) {
9640
- throw e;
9641
- }
9642
- }
9643
- },
9644
-
9645
- abort: function() {
9646
- if ( callback ) {
9647
- callback();
9648
- }
9649
- }
9650
- };
9651
- }
9652
- } );
9653
-
9654
-
9655
-
9656
-
9657
- // Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)
9658
- jQuery.ajaxPrefilter( function( s ) {
9659
- if ( s.crossDomain ) {
9660
- s.contents.script = false;
9661
- }
9662
- } );
9663
-
9664
- // Install script dataType
9665
- jQuery.ajaxSetup( {
9666
- accepts: {
9667
- script: "text/javascript, application/javascript, " +
9668
- "application/ecmascript, application/x-ecmascript"
9669
- },
9670
- contents: {
9671
- script: /\b(?:java|ecma)script\b/
9672
- },
9673
- converters: {
9674
- "text script": function( text ) {
9675
- jQuery.globalEval( text );
9676
- return text;
9677
- }
9678
- }
9679
- } );
9680
-
9681
- // Handle cache's special case and crossDomain
9682
- jQuery.ajaxPrefilter( "script", function( s ) {
9683
- if ( s.cache === undefined ) {
9684
- s.cache = false;
9685
- }
9686
- if ( s.crossDomain ) {
9687
- s.type = "GET";
9688
- }
9689
- } );
9690
-
9691
- // Bind script tag hack transport
9692
- jQuery.ajaxTransport( "script", function( s ) {
9693
-
9694
- // This transport only deals with cross domain requests
9695
- if ( s.crossDomain ) {
9696
- var script, callback;
9697
- return {
9698
- send: function( _, complete ) {
9699
- script = jQuery( "<script>" ).prop( {
9700
- charset: s.scriptCharset,
9701
- src: s.url
9702
- } ).on(
9703
- "load error",
9704
- callback = function( evt ) {
9705
- script.remove();
9706
- callback = null;
9707
- if ( evt ) {
9708
- complete( evt.type === "error" ? 404 : 200, evt.type );
9709
- }
9710
- }
9711
- );
9712
-
9713
- // Use native DOM manipulation to avoid our domManip AJAX trickery
9714
- document.head.appendChild( script[ 0 ] );
9715
- },
9716
- abort: function() {
9717
- if ( callback ) {
9718
- callback();
9719
- }
9720
- }
9721
- };
9722
- }
9723
- } );
9724
-
9725
-
9726
-
9727
-
9728
- var oldCallbacks = [],
9729
- rjsonp = /(=)\?(?=&|$)|\?\?/;
9730
-
9731
- // Default jsonp settings
9732
- jQuery.ajaxSetup( {
9733
- jsonp: "callback",
9734
- jsonpCallback: function() {
9735
- var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
9736
- this[ callback ] = true;
9737
- return callback;
9738
- }
9739
- } );
9740
-
9741
- // Detect, normalize options and install callbacks for jsonp requests
9742
- jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
9743
-
9744
- var callbackName, overwritten, responseContainer,
9745
- jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?
9746
- "url" :
9747
- typeof s.data === "string" &&
9748
- ( s.contentType || "" )
9749
- .indexOf( "application/x-www-form-urlencoded" ) === 0 &&
9750
- rjsonp.test( s.data ) && "data"
9751
- );
9752
-
9753
- // Handle iff the expected data type is "jsonp" or we have a parameter to set
9754
- if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) {
9755
-
9756
- // Get callback name, remembering preexisting value associated with it
9757
- callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?
9758
- s.jsonpCallback() :
9759
- s.jsonpCallback;
9760
-
9761
- // Insert callback into url or form data
9762
- if ( jsonProp ) {
9763
- s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName );
9764
- } else if ( s.jsonp !== false ) {
9765
- s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
9766
- }
9767
-
9768
- // Use data converter to retrieve json after script execution
9769
- s.converters[ "script json" ] = function() {
9770
- if ( !responseContainer ) {
9771
- jQuery.error( callbackName + " was not called" );
9772
- }
9773
- return responseContainer[ 0 ];
9774
- };
9775
-
9776
- // Force json dataType
9777
- s.dataTypes[ 0 ] = "json";
9778
-
9779
- // Install callback
9780
- overwritten = window[ callbackName ];
9781
- window[ callbackName ] = function() {
9782
- responseContainer = arguments;
9783
- };
9784
-
9785
- // Clean-up function (fires after converters)
9786
- jqXHR.always( function() {
9787
-
9788
- // If previous value didn't exist - remove it
9789
- if ( overwritten === undefined ) {
9790
- jQuery( window ).removeProp( callbackName );
9791
-
9792
- // Otherwise restore preexisting value
9793
- } else {
9794
- window[ callbackName ] = overwritten;
9795
- }
9796
-
9797
- // Save back as free
9798
- if ( s[ callbackName ] ) {
9799
-
9800
- // Make sure that re-using the options doesn't screw things around
9801
- s.jsonpCallback = originalSettings.jsonpCallback;
9802
-
9803
- // Save the callback name for future use
9804
- oldCallbacks.push( callbackName );
9805
- }
9806
-
9807
- // Call if it was a function and we have a response
9808
- if ( responseContainer && jQuery.isFunction( overwritten ) ) {
9809
- overwritten( responseContainer[ 0 ] );
9810
- }
9811
-
9812
- responseContainer = overwritten = undefined;
9813
- } );
9814
-
9815
- // Delegate to script
9816
- return "script";
9817
- }
9818
- } );
9819
-
9820
-
9821
-
9822
-
9823
- // Support: Safari 8 only
9824
- // In Safari 8 documents created via document.implementation.createHTMLDocument
9825
- // collapse sibling forms: the second one becomes a child of the first one.
9826
- // Because of that, this security measure has to be disabled in Safari 8.
9827
- // https://bugs.webkit.org/show_bug.cgi?id=137337
9828
- support.createHTMLDocument = ( function() {
9829
- var body = document.implementation.createHTMLDocument( "" ).body;
9830
- body.innerHTML = "<form></form><form></form>";
9831
- return body.childNodes.length === 2;
9832
- } )();
9833
-
9834
-
9835
- // Argument "data" should be string of html
9836
- // context (optional): If specified, the fragment will be created in this context,
9837
- // defaults to document
9838
- // keepScripts (optional): If true, will include scripts passed in the html string
9839
- jQuery.parseHTML = function( data, context, keepScripts ) {
9840
- if ( typeof data !== "string" ) {
9841
- return [];
9842
- }
9843
- if ( typeof context === "boolean" ) {
9844
- keepScripts = context;
9845
- context = false;
9846
- }
9847
-
9848
- var base, parsed, scripts;
9849
-
9850
- if ( !context ) {
9851
-
9852
- // Stop scripts or inline event handlers from being executed immediately
9853
- // by using document.implementation
9854
- if ( support.createHTMLDocument ) {
9855
- context = document.implementation.createHTMLDocument( "" );
9856
-
9857
- // Set the base href for the created document
9858
- // so any parsed elements with URLs
9859
- // are based on the document's URL (gh-2965)
9860
- base = context.createElement( "base" );
9861
- base.href = document.location.href;
9862
- context.head.appendChild( base );
9863
- } else {
9864
- context = document;
9865
- }
9866
- }
9867
-
9868
- parsed = rsingleTag.exec( data );
9869
- scripts = !keepScripts && [];
9870
-
9871
- // Single tag
9872
- if ( parsed ) {
9873
- return [ context.createElement( parsed[ 1 ] ) ];
9874
- }
9875
-
9876
- parsed = buildFragment( [ data ], context, scripts );
9877
-
9878
- if ( scripts && scripts.length ) {
9879
- jQuery( scripts ).remove();
9880
- }
9881
-
9882
- return jQuery.merge( [], parsed.childNodes );
9883
- };
9884
-
9885
-
9886
- /**
9887
- * Load a url into a page
9888
- */
9889
- jQuery.fn.load = function( url, params, callback ) {
9890
- var selector, type, response,
9891
- self = this,
9892
- off = url.indexOf( " " );
9893
-
9894
- if ( off > -1 ) {
9895
- selector = stripAndCollapse( url.slice( off ) );
9896
- url = url.slice( 0, off );
9897
- }
9898
-
9899
- // If it's a function
9900
- if ( jQuery.isFunction( params ) ) {
9901
-
9902
- // We assume that it's the callback
9903
- callback = params;
9904
- params = undefined;
9905
-
9906
- // Otherwise, build a param string
9907
- } else if ( params && typeof params === "object" ) {
9908
- type = "POST";
9909
- }
9910
-
9911
- // If we have elements to modify, make the request
9912
- if ( self.length > 0 ) {
9913
- jQuery.ajax( {
9914
- url: url,
9915
-
9916
- // If "type" variable is undefined, then "GET" method will be used.
9917
- // Make value of this field explicit since
9918
- // user can override it through ajaxSetup method
9919
- type: type || "GET",
9920
- dataType: "html",
9921
- data: params
9922
- } ).done( function( responseText ) {
9923
-
9924
- // Save response for use in complete callback
9925
- response = arguments;
9926
-
9927
- self.html( selector ?
9928
-
9929
- // If a selector was specified, locate the right elements in a dummy div
9930
- // Exclude scripts to avoid IE 'Permission Denied' errors
9931
- jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :
9932
-
9933
- // Otherwise use the full result
9934
- responseText );
9935
-
9936
- // If the request succeeds, this function gets "data", "status", "jqXHR"
9937
- // but they are ignored because response was set above.
9938
- // If it fails, this function gets "jqXHR", "status", "error"
9939
- } ).always( callback && function( jqXHR, status ) {
9940
- self.each( function() {
9941
- callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );
9942
- } );
9943
- } );
9944
- }
9945
-
9946
- return this;
9947
- };
9948
-
9949
-
9950
-
9951
-
9952
- // Attach a bunch of functions for handling common AJAX events
9953
- jQuery.each( [
9954
- "ajaxStart",
9955
- "ajaxStop",
9956
- "ajaxComplete",
9957
- "ajaxError",
9958
- "ajaxSuccess",
9959
- "ajaxSend"
9960
- ], function( i, type ) {
9961
- jQuery.fn[ type ] = function( fn ) {
9962
- return this.on( type, fn );
9963
- };
9964
- } );
9965
-
9966
-
9967
-
9968
-
9969
- jQuery.expr.pseudos.animated = function( elem ) {
9970
- return jQuery.grep( jQuery.timers, function( fn ) {
9971
- return elem === fn.elem;
9972
- } ).length;
9973
- };
9974
-
9975
-
9976
-
9977
-
9978
- jQuery.offset = {
9979
- setOffset: function( elem, options, i ) {
9980
- var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
9981
- position = jQuery.css( elem, "position" ),
9982
- curElem = jQuery( elem ),
9983
- props = {};
9984
-
9985
- // Set position first, in-case top/left are set even on static elem
9986
- if ( position === "static" ) {
9987
- elem.style.position = "relative";
9988
- }
9989
-
9990
- curOffset = curElem.offset();
9991
- curCSSTop = jQuery.css( elem, "top" );
9992
- curCSSLeft = jQuery.css( elem, "left" );
9993
- calculatePosition = ( position === "absolute" || position === "fixed" ) &&
9994
- ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1;
9995
-
9996
- // Need to be able to calculate position if either
9997
- // top or left is auto and position is either absolute or fixed
9998
- if ( calculatePosition ) {
9999
- curPosition = curElem.position();
10000
- curTop = curPosition.top;
10001
- curLeft = curPosition.left;
10002
-
10003
- } else {
10004
- curTop = parseFloat( curCSSTop ) || 0;
10005
- curLeft = parseFloat( curCSSLeft ) || 0;
10006
- }
10007
-
10008
- if ( jQuery.isFunction( options ) ) {
10009
-
10010
- // Use jQuery.extend here to allow modification of coordinates argument (gh-1848)
10011
- options = options.call( elem, i, jQuery.extend( {}, curOffset ) );
10012
- }
10013
-
10014
- if ( options.top != null ) {
10015
- props.top = ( options.top - curOffset.top ) + curTop;
10016
- }
10017
- if ( options.left != null ) {
10018
- props.left = ( options.left - curOffset.left ) + curLeft;
10019
- }
10020
-
10021
- if ( "using" in options ) {
10022
- options.using.call( elem, props );
10023
-
10024
- } else {
10025
- curElem.css( props );
10026
- }
10027
- }
10028
- };
10029
-
10030
- jQuery.fn.extend( {
10031
- offset: function( options ) {
10032
-
10033
- // Preserve chaining for setter
10034
- if ( arguments.length ) {
10035
- return options === undefined ?
10036
- this :
10037
- this.each( function( i ) {
10038
- jQuery.offset.setOffset( this, options, i );
10039
- } );
10040
- }
10041
-
10042
- var doc, docElem, rect, win,
10043
- elem = this[ 0 ];
10044
-
10045
- if ( !elem ) {
10046
- return;
10047
- }
10048
-
10049
- // Return zeros for disconnected and hidden (display: none) elements (gh-2310)
10050
- // Support: IE <=11 only
10051
- // Running getBoundingClientRect on a
10052
- // disconnected node in IE throws an error
10053
- if ( !elem.getClientRects().length ) {
10054
- return { top: 0, left: 0 };
10055
- }
10056
-
10057
- rect = elem.getBoundingClientRect();
10058
-
10059
- doc = elem.ownerDocument;
10060
- docElem = doc.documentElement;
10061
- win = doc.defaultView;
10062
-
10063
- return {
10064
- top: rect.top + win.pageYOffset - docElem.clientTop,
10065
- left: rect.left + win.pageXOffset - docElem.clientLeft
10066
- };
10067
- },
10068
-
10069
- position: function() {
10070
- if ( !this[ 0 ] ) {
10071
- return;
10072
- }
10073
-
10074
- var offsetParent, offset,
10075
- elem = this[ 0 ],
10076
- parentOffset = { top: 0, left: 0 };
10077
-
10078
- // Fixed elements are offset from window (parentOffset = {top:0, left: 0},
10079
- // because it is its only offset parent
10080
- if ( jQuery.css( elem, "position" ) === "fixed" ) {
10081
-
10082
- // Assume getBoundingClientRect is there when computed position is fixed
10083
- offset = elem.getBoundingClientRect();
10084
-
10085
- } else {
10086
-
10087
- // Get *real* offsetParent
10088
- offsetParent = this.offsetParent();
10089
-
10090
- // Get correct offsets
10091
- offset = this.offset();
10092
- if ( !nodeName( offsetParent[ 0 ], "html" ) ) {
10093
- parentOffset = offsetParent.offset();
10094
- }
10095
-
10096
- // Add offsetParent borders
10097
- parentOffset = {
10098
- top: parentOffset.top + jQuery.css( offsetParent[ 0 ], "borderTopWidth", true ),
10099
- left: parentOffset.left + jQuery.css( offsetParent[ 0 ], "borderLeftWidth", true )
10100
- };
10101
- }
10102
-
10103
- // Subtract parent offsets and element margins
10104
- return {
10105
- top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ),
10106
- left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true )
10107
- };
10108
- },
10109
-
10110
- // This method will return documentElement in the following cases:
10111
- // 1) For the element inside the iframe without offsetParent, this method will return
10112
- // documentElement of the parent window
10113
- // 2) For the hidden or detached element
10114
- // 3) For body or html element, i.e. in case of the html node - it will return itself
10115
- //
10116
- // but those exceptions were never presented as a real life use-cases
10117
- // and might be considered as more preferable results.
10118
- //
10119
- // This logic, however, is not guaranteed and can change at any point in the future
10120
- offsetParent: function() {
10121
- return this.map( function() {
10122
- var offsetParent = this.offsetParent;
10123
-
10124
- while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) {
10125
- offsetParent = offsetParent.offsetParent;
10126
- }
10127
-
10128
- return offsetParent || documentElement;
10129
- } );
10130
- }
10131
- } );
10132
-
10133
- // Create scrollLeft and scrollTop methods
10134
- jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) {
10135
- var top = "pageYOffset" === prop;
10136
-
10137
- jQuery.fn[ method ] = function( val ) {
10138
- return access( this, function( elem, method, val ) {
10139
-
10140
- // Coalesce documents and windows
10141
- var win;
10142
- if ( jQuery.isWindow( elem ) ) {
10143
- win = elem;
10144
- } else if ( elem.nodeType === 9 ) {
10145
- win = elem.defaultView;
10146
- }
10147
-
10148
- if ( val === undefined ) {
10149
- return win ? win[ prop ] : elem[ method ];
10150
- }
10151
-
10152
- if ( win ) {
10153
- win.scrollTo(
10154
- !top ? val : win.pageXOffset,
10155
- top ? val : win.pageYOffset
10156
- );
10157
-
10158
- } else {
10159
- elem[ method ] = val;
10160
- }
10161
- }, method, val, arguments.length );
10162
- };
10163
- } );
10164
-
10165
- // Support: Safari <=7 - 9.1, Chrome <=37 - 49
10166
- // Add the top/left cssHooks using jQuery.fn.position
10167
- // Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
10168
- // Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347
10169
- // getComputedStyle returns percent when specified for top/left/bottom/right;
10170
- // rather than make the css module depend on the offset module, just check for it here
10171
- jQuery.each( [ "top", "left" ], function( i, prop ) {
10172
- jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,
10173
- function( elem, computed ) {
10174
- if ( computed ) {
10175
- computed = curCSS( elem, prop );
10176
-
10177
- // If curCSS returns percentage, fallback to offset
10178
- return rnumnonpx.test( computed ) ?
10179
- jQuery( elem ).position()[ prop ] + "px" :
10180
- computed;
10181
- }
10182
- }
10183
- );
10184
- } );
10185
-
10186
-
10187
- // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
10188
- jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
10189
- jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name },
10190
- function( defaultExtra, funcName ) {
10191
-
10192
- // Margin is only for outerHeight, outerWidth
10193
- jQuery.fn[ funcName ] = function( margin, value ) {
10194
- var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
10195
- extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
10196
-
10197
- return access( this, function( elem, type, value ) {
10198
- var doc;
10199
-
10200
- if ( jQuery.isWindow( elem ) ) {
10201
-
10202
- // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)
10203
- return funcName.indexOf( "outer" ) === 0 ?
10204
- elem[ "inner" + name ] :
10205
- elem.document.documentElement[ "client" + name ];
10206
- }
10207
-
10208
- // Get document width or height
10209
- if ( elem.nodeType === 9 ) {
10210
- doc = elem.documentElement;
10211
-
10212
- // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],
10213
- // whichever is greatest
10214
- return Math.max(
10215
- elem.body[ "scroll" + name ], doc[ "scroll" + name ],
10216
- elem.body[ "offset" + name ], doc[ "offset" + name ],
10217
- doc[ "client" + name ]
10218
- );
10219
- }
10220
-
10221
- return value === undefined ?
10222
-
10223
- // Get width or height on the element, requesting but not forcing parseFloat
10224
- jQuery.css( elem, type, extra ) :
10225
-
10226
- // Set width or height on the element
10227
- jQuery.style( elem, type, value, extra );
10228
- }, type, chainable ? margin : undefined, chainable );
10229
- };
10230
- } );
10231
- } );
10232
-
10233
-
10234
- jQuery.fn.extend( {
10235
-
10236
- bind: function( types, data, fn ) {
10237
- return this.on( types, null, data, fn );
10238
- },
10239
- unbind: function( types, fn ) {
10240
- return this.off( types, null, fn );
10241
- },
10242
-
10243
- delegate: function( selector, types, data, fn ) {
10244
- return this.on( types, selector, data, fn );
10245
- },
10246
- undelegate: function( selector, types, fn ) {
10247
-
10248
- // ( namespace ) or ( selector, types [, fn] )
10249
- return arguments.length === 1 ?
10250
- this.off( selector, "**" ) :
10251
- this.off( types, selector || "**", fn );
10252
- }
10253
- } );
10254
-
10255
- jQuery.holdReady = function( hold ) {
10256
- if ( hold ) {
10257
- jQuery.readyWait++;
10258
- } else {
10259
- jQuery.ready( true );
10260
- }
10261
- };
10262
- jQuery.isArray = Array.isArray;
10263
- jQuery.parseJSON = JSON.parse;
10264
- jQuery.nodeName = nodeName;
10265
-
10266
-
10267
-
10268
-
10269
- // Register as a named AMD module, since jQuery can be concatenated with other
10270
- // files that may use define, but not via a proper concatenation script that
10271
- // understands anonymous AMD modules. A named AMD is safest and most robust
10272
- // way to register. Lowercase jquery is used because AMD module names are
10273
- // derived from file names, and jQuery is normally delivered in a lowercase
10274
- // file name. Do this after creating the global so that if an AMD module wants
10275
- // to call noConflict to hide this version of jQuery, it will work.
10276
-
10277
- // Note that for maximum portability, libraries that are not jQuery should
10278
- // declare themselves as anonymous modules, and avoid setting a global if an
10279
- // AMD loader is present. jQuery is a special case. For more information, see
10280
- // https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon
10281
-
10282
- if ( true ) {
10283
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function() {
10284
- return jQuery;
10285
- }.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10286
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10287
- }
10288
-
10289
-
10290
-
10291
-
10292
- var
10293
-
10294
- // Map over jQuery in case of overwrite
10295
- _jQuery = window.jQuery,
10296
-
10297
- // Map over the $ in case of overwrite
10298
- _$ = window.$;
10299
-
10300
- jQuery.noConflict = function( deep ) {
10301
- if ( window.$ === jQuery ) {
10302
- window.$ = _$;
10303
- }
10304
-
10305
- if ( deep && window.jQuery === jQuery ) {
10306
- window.jQuery = _jQuery;
10307
- }
10308
-
10309
- return jQuery;
10310
- };
10311
-
10312
- // Expose jQuery and $ identifiers, even in AMD
10313
- // (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
10314
- // and CommonJS for browser emulators (#13566)
10315
- if ( !noGlobal ) {
10316
- window.jQuery = window.$ = jQuery;
10317
- }
10318
-
10319
-
10320
-
10321
-
10322
- return jQuery;
10323
- } );
10324
-
10325
-
10326
- /***/ }),
10327
- /* 1 */,
10328
- /* 2 */,
10329
- /* 3 */,
10330
- /* 4 */,
10331
- /* 5 */
10332
- /***/ (function(module, exports, __webpack_require__) {
10333
-
10334
- "use strict";
10335
-
10336
-
10337
- __webpack_require__(6);
10338
-
10339
- jQuery(document).ready(function ($) {
10340
-
10341
- // var myOptions = {
10342
- // // you can declare a default color here,
10343
- // // or in the data-default-color attribute on the input
10344
- // defaultColor: 'ddd',
10345
- // // a callback to fire whenever the color changes to a valid color
10346
- // change: function(event, ui){},
10347
- // // a callback to fire when the input is emptied or an invalid color
10348
- // clear: function() {},
10349
- // // hide the color picker controls on load
10350
- // hide: true,
10351
- // // show a group of common colors beneath the square
10352
- // // or, supply an array of colors to customize further
10353
- // palettes: true
10354
- // };
10355
- $('.color-wp').wpColorPicker();
10356
- // $('.color-wp').wpColorPicker(myOptions);
10357
-
10358
-
10359
- // let s1_options = {
10360
- // defaultColor: 'ddd',
10361
- // hide: true,
10362
- // palettes: true
10363
- // }
10364
- // $('.color-wp-s1').wpColorPicker(s1_options);
10365
-
10366
- });
10367
-
10368
- $(document).ready(function () {
10369
- $('select').material_select();
10370
- $('.collapsible').collapsible();
10371
-
10372
- var position = document.querySelectorAll('.position');
10373
-
10374
- var default_display = function default_display() {
10375
-
10376
- var val = $('.select').find(":selected").val();
10377
-
10378
- var position1 = document.querySelector('.position-1');
10379
- var position2 = document.querySelector('.position-2');
10380
- var position3 = document.querySelector('.position-3');
10381
- var position4 = document.querySelector('.position-4');
10382
-
10383
- if (val == '1') {
10384
- position1.classList.add('display-block');
10385
- } else if (val == '2') {
10386
- position2.classList.add('display-block');
10387
- } else if (val == '3') {
10388
- position3.classList.add('display-block');
10389
- } else if (val == '4') {
10390
- position4.classList.add('display-block');
10391
- }
10392
- };
10393
-
10394
- default_display();
10395
-
10396
- // incase displya-block is added remove it ..
10397
- var remove = function remove() {
10398
- position.forEach(function (e) {
10399
- e.classList.remove('display-block');
10400
- });
10401
- };
10402
-
10403
- $(".select").on("change", function (e) {
10404
- var x = e.target;
10405
- var val = e.target.value;
10406
-
10407
- var position1 = document.querySelector('.position-1');
10408
- var position2 = document.querySelector('.position-2');
10409
- var position3 = document.querySelector('.position-3');
10410
- var position4 = document.querySelector('.position-4');
10411
-
10412
- if (val == '1') {
10413
- remove();
10414
- position1.classList.add('display-block');
10415
- } else if (val == '2') {
10416
- remove();
10417
- position2.classList.add('display-block');
10418
- } else if (val == '3') {
10419
- remove();
10420
- position3.classList.add('display-block');
10421
- } else if (val == '4') {
10422
- remove();
10423
- position4.classList.add('display-block');
10424
- }
10425
- });
10426
-
10427
- // can impove this code -
10428
- // https://stackoverflow.com/a/32631357/2591092
10429
- // https://stackoverflow.com/questions/11208021/jquery-add-css-class-depending-on-selectbox-option
10430
- });
10431
-
10432
- /***/ }),
10433
- /* 6 */
10434
- /***/ (function(module, exports, __webpack_require__) {
10435
-
10436
- var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;var __WEBPACK_AMD_DEFINE_RESULT__;var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
10437
- * Materialize v0.100.1 (http://materializecss.com)
10438
- * Copyright 2014-2017 Materialize
10439
- * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
10440
- */
10441
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
10442
-
10443
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
10444
-
10445
- // Check for jQuery.
10446
- if (typeof jQuery === 'undefined') {
10447
- var jQuery;
10448
- // Check if require is a defined function.
10449
- if (true) {
10450
- jQuery = $ = __webpack_require__(0);
10451
- // Else use the dollar sign alias.
10452
- } else {
10453
- jQuery = $;
10454
- }
10455
- }
10456
- ; /*
10457
- * jQuery Easing v1.4.0 - http://gsgd.co.uk/sandbox/jquery/easing/
10458
- * Open source under the BSD License.
10459
- * Copyright © 2008 George McGinley Smith
10460
- * All rights reserved.
10461
- * https://raw.github.com/gdsmith/jquery-easing/master/LICENSE
10462
- */
10463
-
10464
- (function (factory) {
10465
- if (true) {
10466
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(0)], __WEBPACK_AMD_DEFINE_RESULT__ = function ($) {
10467
- return factory($);
10468
- }.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10469
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10470
- } else if (typeof module === "object" && typeof module.exports === "object") {
10471
- exports = factory(require('jquery'));
10472
- } else {
10473
- factory(jQuery);
10474
- }
10475
- })(function ($) {
10476
-
10477
- // Preserve the original jQuery "swing" easing as "jswing"
10478
- $.easing['jswing'] = $.easing['swing'];
10479
-
10480
- var pow = Math.pow,
10481
- sqrt = Math.sqrt,
10482
- sin = Math.sin,
10483
- cos = Math.cos,
10484
- PI = Math.PI,
10485
- c1 = 1.70158,
10486
- c2 = c1 * 1.525,
10487
- c3 = c1 + 1,
10488
- c4 = 2 * PI / 3,
10489
- c5 = 2 * PI / 4.5;
10490
-
10491
- // x is the fraction of animation progress, in the range 0..1
10492
- function bounceOut(x) {
10493
- var n1 = 7.5625,
10494
- d1 = 2.75;
10495
- if (x < 1 / d1) {
10496
- return n1 * x * x;
10497
- } else if (x < 2 / d1) {
10498
- return n1 * (x -= 1.5 / d1) * x + .75;
10499
- } else if (x < 2.5 / d1) {
10500
- return n1 * (x -= 2.25 / d1) * x + .9375;
10501
- } else {
10502
- return n1 * (x -= 2.625 / d1) * x + .984375;
10503
- }
10504
- }
10505
-
10506
- $.extend($.easing, {
10507
- def: 'easeOutQuad',
10508
- swing: function (x) {
10509
- return $.easing[$.easing.def](x);
10510
- },
10511
- easeInQuad: function (x) {
10512
- return x * x;
10513
- },
10514
- easeOutQuad: function (x) {
10515
- return 1 - (1 - x) * (1 - x);
10516
- },
10517
- easeInOutQuad: function (x) {
10518
- return x < 0.5 ? 2 * x * x : 1 - pow(-2 * x + 2, 2) / 2;
10519
- },
10520
- easeInCubic: function (x) {
10521
- return x * x * x;
10522
- },
10523
- easeOutCubic: function (x) {
10524
- return 1 - pow(1 - x, 3);
10525
- },
10526
- easeInOutCubic: function (x) {
10527
- return x < 0.5 ? 4 * x * x * x : 1 - pow(-2 * x + 2, 3) / 2;
10528
- },
10529
- easeInQuart: function (x) {
10530
- return x * x * x * x;
10531
- },
10532
- easeOutQuart: function (x) {
10533
- return 1 - pow(1 - x, 4);
10534
- },
10535
- easeInOutQuart: function (x) {
10536
- return x < 0.5 ? 8 * x * x * x * x : 1 - pow(-2 * x + 2, 4) / 2;
10537
- },
10538
- easeInQuint: function (x) {
10539
- return x * x * x * x * x;
10540
- },
10541
- easeOutQuint: function (x) {
10542
- return 1 - pow(1 - x, 5);
10543
- },
10544
- easeInOutQuint: function (x) {
10545
- return x < 0.5 ? 16 * x * x * x * x * x : 1 - pow(-2 * x + 2, 5) / 2;
10546
- },
10547
- easeInSine: function (x) {
10548
- return 1 - cos(x * PI / 2);
10549
- },
10550
- easeOutSine: function (x) {
10551
- return sin(x * PI / 2);
10552
- },
10553
- easeInOutSine: function (x) {
10554
- return -(cos(PI * x) - 1) / 2;
10555
- },
10556
- easeInExpo: function (x) {
10557
- return x === 0 ? 0 : pow(2, 10 * x - 10);
10558
- },
10559
- easeOutExpo: function (x) {
10560
- return x === 1 ? 1 : 1 - pow(2, -10 * x);
10561
- },
10562
- easeInOutExpo: function (x) {
10563
- return x === 0 ? 0 : x === 1 ? 1 : x < 0.5 ? pow(2, 20 * x - 10) / 2 : (2 - pow(2, -20 * x + 10)) / 2;
10564
- },
10565
- easeInCirc: function (x) {
10566
- return 1 - sqrt(1 - pow(x, 2));
10567
- },
10568
- easeOutCirc: function (x) {
10569
- return sqrt(1 - pow(x - 1, 2));
10570
- },
10571
- easeInOutCirc: function (x) {
10572
- return x < 0.5 ? (1 - sqrt(1 - pow(2 * x, 2))) / 2 : (sqrt(1 - pow(-2 * x + 2, 2)) + 1) / 2;
10573
- },
10574
- easeInElastic: function (x) {
10575
- return x === 0 ? 0 : x === 1 ? 1 : -pow(2, 10 * x - 10) * sin((x * 10 - 10.75) * c4);
10576
- },
10577
- easeOutElastic: function (x) {
10578
- return x === 0 ? 0 : x === 1 ? 1 : pow(2, -10 * x) * sin((x * 10 - 0.75) * c4) + 1;
10579
- },
10580
- easeInOutElastic: function (x) {
10581
- return x === 0 ? 0 : x === 1 ? 1 : x < 0.5 ? -(pow(2, 20 * x - 10) * sin((20 * x - 11.125) * c5)) / 2 : pow(2, -20 * x + 10) * sin((20 * x - 11.125) * c5) / 2 + 1;
10582
- },
10583
- easeInBack: function (x) {
10584
- return c3 * x * x * x - c1 * x * x;
10585
- },
10586
- easeOutBack: function (x) {
10587
- return 1 + c3 * pow(x - 1, 3) + c1 * pow(x - 1, 2);
10588
- },
10589
- easeInOutBack: function (x) {
10590
- return x < 0.5 ? pow(2 * x, 2) * ((c2 + 1) * 2 * x - c2) / 2 : (pow(2 * x - 2, 2) * ((c2 + 1) * (x * 2 - 2) + c2) + 2) / 2;
10591
- },
10592
- easeInBounce: function (x) {
10593
- return 1 - bounceOut(1 - x);
10594
- },
10595
- easeOutBounce: bounceOut,
10596
- easeInOutBounce: function (x) {
10597
- return x < 0.5 ? (1 - bounceOut(1 - 2 * x)) / 2 : (1 + bounceOut(2 * x - 1)) / 2;
10598
- }
10599
- });
10600
- });; // Custom Easing
10601
- jQuery.extend(jQuery.easing, {
10602
- easeInOutMaterial: function (x, t, b, c, d) {
10603
- if ((t /= d / 2) < 1) return c / 2 * t * t + b;
10604
- return c / 4 * ((t -= 2) * t * t + 2) + b;
10605
- }
10606
- });; /*! VelocityJS.org (1.2.3). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
10607
- /*! VelocityJS.org jQuery Shim (1.0.1). (C) 2014 The jQuery Foundation. MIT @license: en.wikipedia.org/wiki/MIT_License. */
10608
- /*! Note that this has been modified by Materialize to confirm that Velocity is not already being imported. */
10609
- jQuery.Velocity ? console.log("Velocity is already loaded. You may be needlessly importing Velocity again; note that Materialize includes Velocity.") : (!function (e) {
10610
- function t(e) {
10611
- var t = e.length,
10612
- a = r.type(e);return "function" === a || r.isWindow(e) ? !1 : 1 === e.nodeType && t ? !0 : "array" === a || 0 === t || "number" == typeof t && t > 0 && t - 1 in e;
10613
- }if (!e.jQuery) {
10614
- var r = function (e, t) {
10615
- return new r.fn.init(e, t);
10616
- };r.isWindow = function (e) {
10617
- return null != e && e == e.window;
10618
- }, r.type = function (e) {
10619
- return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? n[i.call(e)] || "object" : typeof e;
10620
- }, r.isArray = Array.isArray || function (e) {
10621
- return "array" === r.type(e);
10622
- }, r.isPlainObject = function (e) {
10623
- var t;if (!e || "object" !== r.type(e) || e.nodeType || r.isWindow(e)) return !1;try {
10624
- if (e.constructor && !o.call(e, "constructor") && !o.call(e.constructor.prototype, "isPrototypeOf")) return !1;
10625
- } catch (a) {
10626
- return !1;
10627
- }for (t in e) {}return void 0 === t || o.call(e, t);
10628
- }, r.each = function (e, r, a) {
10629
- var n,
10630
- o = 0,
10631
- i = e.length,
10632
- s = t(e);if (a) {
10633
- if (s) for (; i > o && (n = r.apply(e[o], a), n !== !1); o++) {} else for (o in e) {
10634
- if (n = r.apply(e[o], a), n === !1) break;
10635
- }
10636
- } else if (s) for (; i > o && (n = r.call(e[o], o, e[o]), n !== !1); o++) {} else for (o in e) {
10637
- if (n = r.call(e[o], o, e[o]), n === !1) break;
10638
- }return e;
10639
- }, r.data = function (e, t, n) {
10640
- if (void 0 === n) {
10641
- var o = e[r.expando],
10642
- i = o && a[o];if (void 0 === t) return i;if (i && t in i) return i[t];
10643
- } else if (void 0 !== t) {
10644
- var o = e[r.expando] || (e[r.expando] = ++r.uuid);return a[o] = a[o] || {}, a[o][t] = n, n;
10645
- }
10646
- }, r.removeData = function (e, t) {
10647
- var n = e[r.expando],
10648
- o = n && a[n];o && r.each(t, function (e, t) {
10649
- delete o[t];
10650
- });
10651
- }, r.extend = function () {
10652
- var e,
10653
- t,
10654
- a,
10655
- n,
10656
- o,
10657
- i,
10658
- s = arguments[0] || {},
10659
- l = 1,
10660
- u = arguments.length,
10661
- c = !1;for ("boolean" == typeof s && (c = s, s = arguments[l] || {}, l++), "object" != typeof s && "function" !== r.type(s) && (s = {}), l === u && (s = this, l--); u > l; l++) {
10662
- if (null != (o = arguments[l])) for (n in o) {
10663
- e = s[n], a = o[n], s !== a && (c && a && (r.isPlainObject(a) || (t = r.isArray(a))) ? (t ? (t = !1, i = e && r.isArray(e) ? e : []) : i = e && r.isPlainObject(e) ? e : {}, s[n] = r.extend(c, i, a)) : void 0 !== a && (s[n] = a));
10664
- }
10665
- }return s;
10666
- }, r.queue = function (e, a, n) {
10667
- function o(e, r) {
10668
- var a = r || [];return null != e && (t(Object(e)) ? !function (e, t) {
10669
- for (var r = +t.length, a = 0, n = e.length; r > a;) {
10670
- e[n++] = t[a++];
10671
- }if (r !== r) for (; void 0 !== t[a];) {
10672
- e[n++] = t[a++];
10673
- }return e.length = n, e;
10674
- }(a, "string" == typeof e ? [e] : e) : [].push.call(a, e)), a;
10675
- }if (e) {
10676
- a = (a || "fx") + "queue";var i = r.data(e, a);return n ? (!i || r.isArray(n) ? i = r.data(e, a, o(n)) : i.push(n), i) : i || [];
10677
- }
10678
- }, r.dequeue = function (e, t) {
10679
- r.each(e.nodeType ? [e] : e, function (e, a) {
10680
- t = t || "fx";var n = r.queue(a, t),
10681
- o = n.shift();"inprogress" === o && (o = n.shift()), o && ("fx" === t && n.unshift("inprogress"), o.call(a, function () {
10682
- r.dequeue(a, t);
10683
- }));
10684
- });
10685
- }, r.fn = r.prototype = { init: function (e) {
10686
- if (e.nodeType) return this[0] = e, this;throw new Error("Not a DOM node.");
10687
- }, offset: function () {
10688
- var t = this[0].getBoundingClientRect ? this[0].getBoundingClientRect() : { top: 0, left: 0 };return { top: t.top + (e.pageYOffset || document.scrollTop || 0) - (document.clientTop || 0), left: t.left + (e.pageXOffset || document.scrollLeft || 0) - (document.clientLeft || 0) };
10689
- }, position: function () {
10690
- function e() {
10691
- for (var e = this.offsetParent || document; e && "html" === !e.nodeType.toLowerCase && "static" === e.style.position;) {
10692
- e = e.offsetParent;
10693
- }return e || document;
10694
- }var t = this[0],
10695
- e = e.apply(t),
10696
- a = this.offset(),
10697
- n = /^(?:body|html)$/i.test(e.nodeName) ? { top: 0, left: 0 } : r(e).offset();return a.top -= parseFloat(t.style.marginTop) || 0, a.left -= parseFloat(t.style.marginLeft) || 0, e.style && (n.top += parseFloat(e.style.borderTopWidth) || 0, n.left += parseFloat(e.style.borderLeftWidth) || 0), { top: a.top - n.top, left: a.left - n.left };
10698
- } };var a = {};r.expando = "velocity" + new Date().getTime(), r.uuid = 0;for (var n = {}, o = n.hasOwnProperty, i = n.toString, s = "Boolean Number String Function Array Date RegExp Object Error".split(" "), l = 0; l < s.length; l++) {
10699
- n["[object " + s[l] + "]"] = s[l].toLowerCase();
10700
- }r.fn.init.prototype = r.fn, e.Velocity = { Utilities: r };
10701
- }
10702
- }(window), function (e) {
10703
- "object" == typeof module && "object" == typeof module.exports ? module.exports = e() : true ? !(__WEBPACK_AMD_DEFINE_FACTORY__ = (e),
10704
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
10705
- (__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
10706
- __WEBPACK_AMD_DEFINE_FACTORY__),
10707
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : e();
10708
- }(function () {
10709
- return function (e, t, r, a) {
10710
- function n(e) {
10711
- for (var t = -1, r = e ? e.length : 0, a = []; ++t < r;) {
10712
- var n = e[t];n && a.push(n);
10713
- }return a;
10714
- }function o(e) {
10715
- return m.isWrapped(e) ? e = [].slice.call(e) : m.isNode(e) && (e = [e]), e;
10716
- }function i(e) {
10717
- var t = f.data(e, "velocity");return null === t ? a : t;
10718
- }function s(e) {
10719
- return function (t) {
10720
- return Math.round(t * e) * (1 / e);
10721
- };
10722
- }function l(e, r, a, n) {
10723
- function o(e, t) {
10724
- return 1 - 3 * t + 3 * e;
10725
- }function i(e, t) {
10726
- return 3 * t - 6 * e;
10727
- }function s(e) {
10728
- return 3 * e;
10729
- }function l(e, t, r) {
10730
- return ((o(t, r) * e + i(t, r)) * e + s(t)) * e;
10731
- }function u(e, t, r) {
10732
- return 3 * o(t, r) * e * e + 2 * i(t, r) * e + s(t);
10733
- }function c(t, r) {
10734
- for (var n = 0; m > n; ++n) {
10735
- var o = u(r, e, a);if (0 === o) return r;var i = l(r, e, a) - t;r -= i / o;
10736
- }return r;
10737
- }function p() {
10738
- for (var t = 0; b > t; ++t) {
10739
- w[t] = l(t * x, e, a);
10740
- }
10741
- }function f(t, r, n) {
10742
- var o,
10743
- i,
10744
- s = 0;do {
10745
- i = r + (n - r) / 2, o = l(i, e, a) - t, o > 0 ? n = i : r = i;
10746
- } while (Math.abs(o) > h && ++s < v);return i;
10747
- }function d(t) {
10748
- for (var r = 0, n = 1, o = b - 1; n != o && w[n] <= t; ++n) {
10749
- r += x;
10750
- }--n;var i = (t - w[n]) / (w[n + 1] - w[n]),
10751
- s = r + i * x,
10752
- l = u(s, e, a);return l >= y ? c(t, s) : 0 == l ? s : f(t, r, r + x);
10753
- }function g() {
10754
- V = !0, (e != r || a != n) && p();
10755
- }var m = 4,
10756
- y = .001,
10757
- h = 1e-7,
10758
- v = 10,
10759
- b = 11,
10760
- x = 1 / (b - 1),
10761
- S = "Float32Array" in t;if (4 !== arguments.length) return !1;for (var P = 0; 4 > P; ++P) {
10762
- if ("number" != typeof arguments[P] || isNaN(arguments[P]) || !isFinite(arguments[P])) return !1;
10763
- }e = Math.min(e, 1), a = Math.min(a, 1), e = Math.max(e, 0), a = Math.max(a, 0);var w = S ? new Float32Array(b) : new Array(b),
10764
- V = !1,
10765
- C = function (t) {
10766
- return V || g(), e === r && a === n ? t : 0 === t ? 0 : 1 === t ? 1 : l(d(t), r, n);
10767
- };C.getControlPoints = function () {
10768
- return [{ x: e, y: r }, { x: a, y: n }];
10769
- };var T = "generateBezier(" + [e, r, a, n] + ")";return C.toString = function () {
10770
- return T;
10771
- }, C;
10772
- }function u(e, t) {
10773
- var r = e;return m.isString(e) ? b.Easings[e] || (r = !1) : r = m.isArray(e) && 1 === e.length ? s.apply(null, e) : m.isArray(e) && 2 === e.length ? x.apply(null, e.concat([t])) : m.isArray(e) && 4 === e.length ? l.apply(null, e) : !1, r === !1 && (r = b.Easings[b.defaults.easing] ? b.defaults.easing : v), r;
10774
- }function c(e) {
10775
- if (e) {
10776
- var t = new Date().getTime(),
10777
- r = b.State.calls.length;r > 1e4 && (b.State.calls = n(b.State.calls));for (var o = 0; r > o; o++) {
10778
- if (b.State.calls[o]) {
10779
- var s = b.State.calls[o],
10780
- l = s[0],
10781
- u = s[2],
10782
- d = s[3],
10783
- g = !!d,
10784
- y = null;d || (d = b.State.calls[o][3] = t - 16);for (var h = Math.min((t - d) / u.duration, 1), v = 0, x = l.length; x > v; v++) {
10785
- var P = l[v],
10786
- V = P.element;if (i(V)) {
10787
- var C = !1;if (u.display !== a && null !== u.display && "none" !== u.display) {
10788
- if ("flex" === u.display) {
10789
- var T = ["-webkit-box", "-moz-box", "-ms-flexbox", "-webkit-flex"];f.each(T, function (e, t) {
10790
- S.setPropertyValue(V, "display", t);
10791
- });
10792
- }S.setPropertyValue(V, "display", u.display);
10793
- }u.visibility !== a && "hidden" !== u.visibility && S.setPropertyValue(V, "visibility", u.visibility);for (var k in P) {
10794
- if ("element" !== k) {
10795
- var A,
10796
- F = P[k],
10797
- j = m.isString(F.easing) ? b.Easings[F.easing] : F.easing;if (1 === h) A = F.endValue;else {
10798
- var E = F.endValue - F.startValue;if (A = F.startValue + E * j(h, u, E), !g && A === F.currentValue) continue;
10799
- }if (F.currentValue = A, "tween" === k) y = A;else {
10800
- if (S.Hooks.registered[k]) {
10801
- var H = S.Hooks.getRoot(k),
10802
- N = i(V).rootPropertyValueCache[H];N && (F.rootPropertyValue = N);
10803
- }var L = S.setPropertyValue(V, k, F.currentValue + (0 === parseFloat(A) ? "" : F.unitType), F.rootPropertyValue, F.scrollData);S.Hooks.registered[k] && (i(V).rootPropertyValueCache[H] = S.Normalizations.registered[H] ? S.Normalizations.registered[H]("extract", null, L[1]) : L[1]), "transform" === L[0] && (C = !0);
10804
- }
10805
- }
10806
- }u.mobileHA && i(V).transformCache.translate3d === a && (i(V).transformCache.translate3d = "(0px, 0px, 0px)", C = !0), C && S.flushTransformCache(V);
10807
- }
10808
- }u.display !== a && "none" !== u.display && (b.State.calls[o][2].display = !1), u.visibility !== a && "hidden" !== u.visibility && (b.State.calls[o][2].visibility = !1), u.progress && u.progress.call(s[1], s[1], h, Math.max(0, d + u.duration - t), d, y), 1 === h && p(o);
10809
- }
10810
- }
10811
- }b.State.isTicking && w(c);
10812
- }function p(e, t) {
10813
- if (!b.State.calls[e]) return !1;for (var r = b.State.calls[e][0], n = b.State.calls[e][1], o = b.State.calls[e][2], s = b.State.calls[e][4], l = !1, u = 0, c = r.length; c > u; u++) {
10814
- var p = r[u].element;if (t || o.loop || ("none" === o.display && S.setPropertyValue(p, "display", o.display), "hidden" === o.visibility && S.setPropertyValue(p, "visibility", o.visibility)), o.loop !== !0 && (f.queue(p)[1] === a || !/\.velocityQueueEntryFlag/i.test(f.queue(p)[1])) && i(p)) {
10815
- i(p).isAnimating = !1, i(p).rootPropertyValueCache = {};var d = !1;f.each(S.Lists.transforms3D, function (e, t) {
10816
- var r = /^scale/.test(t) ? 1 : 0,
10817
- n = i(p).transformCache[t];i(p).transformCache[t] !== a && new RegExp("^\\(" + r + "[^.]").test(n) && (d = !0, delete i(p).transformCache[t]);
10818
- }), o.mobileHA && (d = !0, delete i(p).transformCache.translate3d), d && S.flushTransformCache(p), S.Values.removeClass(p, "velocity-animating");
10819
- }if (!t && o.complete && !o.loop && u === c - 1) try {
10820
- o.complete.call(n, n);
10821
- } catch (g) {
10822
- setTimeout(function () {
10823
- throw g;
10824
- }, 1);
10825
- }s && o.loop !== !0 && s(n), i(p) && o.loop === !0 && !t && (f.each(i(p).tweensContainer, function (e, t) {
10826
- /^rotate/.test(e) && 360 === parseFloat(t.endValue) && (t.endValue = 0, t.startValue = 360), /^backgroundPosition/.test(e) && 100 === parseFloat(t.endValue) && "%" === t.unitType && (t.endValue = 0, t.startValue = 100);
10827
- }), b(p, "reverse", { loop: !0, delay: o.delay })), o.queue !== !1 && f.dequeue(p, o.queue);
10828
- }b.State.calls[e] = !1;for (var m = 0, y = b.State.calls.length; y > m; m++) {
10829
- if (b.State.calls[m] !== !1) {
10830
- l = !0;break;
10831
- }
10832
- }l === !1 && (b.State.isTicking = !1, delete b.State.calls, b.State.calls = []);
10833
- }var f,
10834
- d = function () {
10835
- if (r.documentMode) return r.documentMode;for (var e = 7; e > 4; e--) {
10836
- var t = r.createElement("div");if (t.innerHTML = "<!--[if IE " + e + "]><span></span><![endif]-->", t.getElementsByTagName("span").length) return t = null, e;
10837
- }return a;
10838
- }(),
10839
- g = function () {
10840
- var e = 0;return t.webkitRequestAnimationFrame || t.mozRequestAnimationFrame || function (t) {
10841
- var r,
10842
- a = new Date().getTime();return r = Math.max(0, 16 - (a - e)), e = a + r, setTimeout(function () {
10843
- t(a + r);
10844
- }, r);
10845
- };
10846
- }(),
10847
- m = { isString: function (e) {
10848
- return "string" == typeof e;
10849
- }, isArray: Array.isArray || function (e) {
10850
- return "[object Array]" === Object.prototype.toString.call(e);
10851
- }, isFunction: function (e) {
10852
- return "[object Function]" === Object.prototype.toString.call(e);
10853
- }, isNode: function (e) {
10854
- return e && e.nodeType;
10855
- }, isNodeList: function (e) {
10856
- return "object" == typeof e && /^\[object (HTMLCollection|NodeList|Object)\]$/.test(Object.prototype.toString.call(e)) && e.length !== a && (0 === e.length || "object" == typeof e[0] && e[0].nodeType > 0);
10857
- }, isWrapped: function (e) {
10858
- return e && (e.jquery || t.Zepto && t.Zepto.zepto.isZ(e));
10859
- }, isSVG: function (e) {
10860
- return t.SVGElement && e instanceof t.SVGElement;
10861
- }, isEmptyObject: function (e) {
10862
- for (var t in e) {
10863
- return !1;
10864
- }return !0;
10865
- } },
10866
- y = !1;if (e.fn && e.fn.jquery ? (f = e, y = !0) : f = t.Velocity.Utilities, 8 >= d && !y) throw new Error("Velocity: IE8 and below require jQuery to be loaded before Velocity.");if (7 >= d) return void (jQuery.fn.velocity = jQuery.fn.animate);var h = 400,
10867
- v = "swing",
10868
- b = { State: { isMobile: /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent), isAndroid: /Android/i.test(navigator.userAgent), isGingerbread: /Android 2\.3\.[3-7]/i.test(navigator.userAgent), isChrome: t.chrome, isFirefox: /Firefox/i.test(navigator.userAgent), prefixElement: r.createElement("div"), prefixMatches: {}, scrollAnchor: null, scrollPropertyLeft: null, scrollPropertyTop: null, isTicking: !1, calls: [] }, CSS: {}, Utilities: f, Redirects: {}, Easings: {}, Promise: t.Promise, defaults: { queue: "", duration: h, easing: v, begin: a, complete: a, progress: a, display: a, visibility: a, loop: !1, delay: !1, mobileHA: !0, _cacheValues: !0 }, init: function (e) {
10869
- f.data(e, "velocity", { isSVG: m.isSVG(e), isAnimating: !1, computedStyle: null, tweensContainer: null, rootPropertyValueCache: {}, transformCache: {} });
10870
- }, hook: null, mock: !1, version: { major: 1, minor: 2, patch: 2 }, debug: !1 };t.pageYOffset !== a ? (b.State.scrollAnchor = t, b.State.scrollPropertyLeft = "pageXOffset", b.State.scrollPropertyTop = "pageYOffset") : (b.State.scrollAnchor = r.documentElement || r.body.parentNode || r.body, b.State.scrollPropertyLeft = "scrollLeft", b.State.scrollPropertyTop = "scrollTop");var x = function () {
10871
- function e(e) {
10872
- return -e.tension * e.x - e.friction * e.v;
10873
- }function t(t, r, a) {
10874
- var n = { x: t.x + a.dx * r, v: t.v + a.dv * r, tension: t.tension, friction: t.friction };return { dx: n.v, dv: e(n) };
10875
- }function r(r, a) {
10876
- var n = { dx: r.v, dv: e(r) },
10877
- o = t(r, .5 * a, n),
10878
- i = t(r, .5 * a, o),
10879
- s = t(r, a, i),
10880
- l = 1 / 6 * (n.dx + 2 * (o.dx + i.dx) + s.dx),
10881
- u = 1 / 6 * (n.dv + 2 * (o.dv + i.dv) + s.dv);return r.x = r.x + l * a, r.v = r.v + u * a, r;
10882
- }return function a(e, t, n) {
10883
- var o,
10884
- i,
10885
- s,
10886
- l = { x: -1, v: 0, tension: null, friction: null },
10887
- u = [0],
10888
- c = 0,
10889
- p = 1e-4,
10890
- f = .016;for (e = parseFloat(e) || 500, t = parseFloat(t) || 20, n = n || null, l.tension = e, l.friction = t, o = null !== n, o ? (c = a(e, t), i = c / n * f) : i = f; s = r(s || l, i), u.push(1 + s.x), c += 16, Math.abs(s.x) > p && Math.abs(s.v) > p;) {}return o ? function (e) {
10891
- return u[e * (u.length - 1) | 0];
10892
- } : c;
10893
- };
10894
- }();b.Easings = { linear: function (e) {
10895
- return e;
10896
- }, swing: function (e) {
10897
- return .5 - Math.cos(e * Math.PI) / 2;
10898
- }, spring: function (e) {
10899
- return 1 - Math.cos(4.5 * e * Math.PI) * Math.exp(6 * -e);
10900
- } }, f.each([["ease", [.25, .1, .25, 1]], ["ease-in", [.42, 0, 1, 1]], ["ease-out", [0, 0, .58, 1]], ["ease-in-out", [.42, 0, .58, 1]], ["easeInSine", [.47, 0, .745, .715]], ["easeOutSine", [.39, .575, .565, 1]], ["easeInOutSine", [.445, .05, .55, .95]], ["easeInQuad", [.55, .085, .68, .53]], ["easeOutQuad", [.25, .46, .45, .94]], ["easeInOutQuad", [.455, .03, .515, .955]], ["easeInCubic", [.55, .055, .675, .19]], ["easeOutCubic", [.215, .61, .355, 1]], ["easeInOutCubic", [.645, .045, .355, 1]], ["easeInQuart", [.895, .03, .685, .22]], ["easeOutQuart", [.165, .84, .44, 1]], ["easeInOutQuart", [.77, 0, .175, 1]], ["easeInQuint", [.755, .05, .855, .06]], ["easeOutQuint", [.23, 1, .32, 1]], ["easeInOutQuint", [.86, 0, .07, 1]], ["easeInExpo", [.95, .05, .795, .035]], ["easeOutExpo", [.19, 1, .22, 1]], ["easeInOutExpo", [1, 0, 0, 1]], ["easeInCirc", [.6, .04, .98, .335]], ["easeOutCirc", [.075, .82, .165, 1]], ["easeInOutCirc", [.785, .135, .15, .86]]], function (e, t) {
10901
- b.Easings[t[0]] = l.apply(null, t[1]);
10902
- });var S = b.CSS = { RegEx: { isHex: /^#([A-f\d]{3}){1,2}$/i, valueUnwrap: /^[A-z]+\((.*)\)$/i, wrappedValueAlreadyExtracted: /[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/, valueSplit: /([A-z]+\(.+\))|(([A-z0-9#-.]+?)(?=\s|$))/gi }, Lists: { colors: ["fill", "stroke", "stopColor", "color", "backgroundColor", "borderColor", "borderTopColor", "borderRightColor", "borderBottomColor", "borderLeftColor", "outlineColor"], transformsBase: ["translateX", "translateY", "scale", "scaleX", "scaleY", "skewX", "skewY", "rotateZ"], transforms3D: ["transformPerspective", "translateZ", "scaleZ", "rotateX", "rotateY"] }, Hooks: { templates: { textShadow: ["Color X Y Blur", "black 0px 0px 0px"], boxShadow: ["Color X Y Blur Spread", "black 0px 0px 0px 0px"], clip: ["Top Right Bottom Left", "0px 0px 0px 0px"], backgroundPosition: ["X Y", "0% 0%"], transformOrigin: ["X Y Z", "50% 50% 0px"], perspectiveOrigin: ["X Y", "50% 50%"] }, registered: {}, register: function () {
10903
- for (var e = 0; e < S.Lists.colors.length; e++) {
10904
- var t = "color" === S.Lists.colors[e] ? "0 0 0 1" : "255 255 255 1";S.Hooks.templates[S.Lists.colors[e]] = ["Red Green Blue Alpha", t];
10905
- }var r, a, n;if (d) for (r in S.Hooks.templates) {
10906
- a = S.Hooks.templates[r], n = a[0].split(" ");var o = a[1].match(S.RegEx.valueSplit);"Color" === n[0] && (n.push(n.shift()), o.push(o.shift()), S.Hooks.templates[r] = [n.join(" "), o.join(" ")]);
10907
- }for (r in S.Hooks.templates) {
10908
- a = S.Hooks.templates[r], n = a[0].split(" ");for (var e in n) {
10909
- var i = r + n[e],
10910
- s = e;S.Hooks.registered[i] = [r, s];
10911
- }
10912
- }
10913
- }, getRoot: function (e) {
10914
- var t = S.Hooks.registered[e];return t ? t[0] : e;
10915
- }, cleanRootPropertyValue: function (e, t) {
10916
- return S.RegEx.valueUnwrap.test(t) && (t = t.match(S.RegEx.valueUnwrap)[1]), S.Values.isCSSNullValue(t) && (t = S.Hooks.templates[e][1]), t;
10917
- }, extractValue: function (e, t) {
10918
- var r = S.Hooks.registered[e];if (r) {
10919
- var a = r[0],
10920
- n = r[1];return t = S.Hooks.cleanRootPropertyValue(a, t), t.toString().match(S.RegEx.valueSplit)[n];
10921
- }return t;
10922
- }, injectValue: function (e, t, r) {
10923
- var a = S.Hooks.registered[e];if (a) {
10924
- var n,
10925
- o,
10926
- i = a[0],
10927
- s = a[1];return r = S.Hooks.cleanRootPropertyValue(i, r), n = r.toString().match(S.RegEx.valueSplit), n[s] = t, o = n.join(" ");
10928
- }return r;
10929
- } }, Normalizations: { registered: { clip: function (e, t, r) {
10930
- switch (e) {case "name":
10931
- return "clip";case "extract":
10932
- var a;return S.RegEx.wrappedValueAlreadyExtracted.test(r) ? a = r : (a = r.toString().match(S.RegEx.valueUnwrap), a = a ? a[1].replace(/,(\s+)?/g, " ") : r), a;case "inject":
10933
- return "rect(" + r + ")";}
10934
- }, blur: function (e, t, r) {
10935
- switch (e) {case "name":
10936
- return b.State.isFirefox ? "filter" : "-webkit-filter";case "extract":
10937
- var a = parseFloat(r);if (!a && 0 !== a) {
10938
- var n = r.toString().match(/blur\(([0-9]+[A-z]+)\)/i);a = n ? n[1] : 0;
10939
- }return a;case "inject":
10940
- return parseFloat(r) ? "blur(" + r + ")" : "none";}
10941
- }, opacity: function (e, t, r) {
10942
- if (8 >= d) switch (e) {case "name":
10943
- return "filter";case "extract":
10944
- var a = r.toString().match(/alpha\(opacity=(.*)\)/i);return r = a ? a[1] / 100 : 1;case "inject":
10945
- return t.style.zoom = 1, parseFloat(r) >= 1 ? "" : "alpha(opacity=" + parseInt(100 * parseFloat(r), 10) + ")";} else switch (e) {case "name":
10946
- return "opacity";case "extract":
10947
- return r;case "inject":
10948
- return r;}
10949
- } }, register: function () {
10950
- 9 >= d || b.State.isGingerbread || (S.Lists.transformsBase = S.Lists.transformsBase.concat(S.Lists.transforms3D));for (var e = 0; e < S.Lists.transformsBase.length; e++) {
10951
- !function () {
10952
- var t = S.Lists.transformsBase[e];S.Normalizations.registered[t] = function (e, r, n) {
10953
- switch (e) {case "name":
10954
- return "transform";case "extract":
10955
- return i(r) === a || i(r).transformCache[t] === a ? /^scale/i.test(t) ? 1 : 0 : i(r).transformCache[t].replace(/[()]/g, "");case "inject":
10956
- var o = !1;switch (t.substr(0, t.length - 1)) {case "translate":
10957
- o = !/(%|px|em|rem|vw|vh|\d)$/i.test(n);break;case "scal":case "scale":
10958
- b.State.isAndroid && i(r).transformCache[t] === a && 1 > n && (n = 1), o = !/(\d)$/i.test(n);break;case "skew":
10959
- o = !/(deg|\d)$/i.test(n);break;case "rotate":
10960
- o = !/(deg|\d)$/i.test(n);}return o || (i(r).transformCache[t] = "(" + n + ")"), i(r).transformCache[t];}
10961
- };
10962
- }();
10963
- }for (var e = 0; e < S.Lists.colors.length; e++) {
10964
- !function () {
10965
- var t = S.Lists.colors[e];S.Normalizations.registered[t] = function (e, r, n) {
10966
- switch (e) {case "name":
10967
- return t;case "extract":
10968
- var o;if (S.RegEx.wrappedValueAlreadyExtracted.test(n)) o = n;else {
10969
- var i,
10970
- s = { black: "rgb(0, 0, 0)", blue: "rgb(0, 0, 255)", gray: "rgb(128, 128, 128)", green: "rgb(0, 128, 0)", red: "rgb(255, 0, 0)", white: "rgb(255, 255, 255)" };/^[A-z]+$/i.test(n) ? i = s[n] !== a ? s[n] : s.black : S.RegEx.isHex.test(n) ? i = "rgb(" + S.Values.hexToRgb(n).join(" ") + ")" : /^rgba?\(/i.test(n) || (i = s.black), o = (i || n).toString().match(S.RegEx.valueUnwrap)[1].replace(/,(\s+)?/g, " ");
10971
- }return 8 >= d || 3 !== o.split(" ").length || (o += " 1"), o;case "inject":
10972
- return 8 >= d ? 4 === n.split(" ").length && (n = n.split(/\s+/).slice(0, 3).join(" ")) : 3 === n.split(" ").length && (n += " 1"), (8 >= d ? "rgb" : "rgba") + "(" + n.replace(/\s+/g, ",").replace(/\.(\d)+(?=,)/g, "") + ")";}
10973
- };
10974
- }();
10975
- }
10976
- } }, Names: { camelCase: function (e) {
10977
- return e.replace(/-(\w)/g, function (e, t) {
10978
- return t.toUpperCase();
10979
- });
10980
- }, SVGAttribute: function (e) {
10981
- var t = "width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2";return (d || b.State.isAndroid && !b.State.isChrome) && (t += "|transform"), new RegExp("^(" + t + ")$", "i").test(e);
10982
- }, prefixCheck: function (e) {
10983
- if (b.State.prefixMatches[e]) return [b.State.prefixMatches[e], !0];for (var t = ["", "Webkit", "Moz", "ms", "O"], r = 0, a = t.length; a > r; r++) {
10984
- var n;if (n = 0 === r ? e : t[r] + e.replace(/^\w/, function (e) {
10985
- return e.toUpperCase();
10986
- }), m.isString(b.State.prefixElement.style[n])) return b.State.prefixMatches[e] = n, [n, !0];
10987
- }return [e, !1];
10988
- } }, Values: { hexToRgb: function (e) {
10989
- var t,
10990
- r = /^#?([a-f\d])([a-f\d])([a-f\d])$/i,
10991
- a = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;return e = e.replace(r, function (e, t, r, a) {
10992
- return t + t + r + r + a + a;
10993
- }), t = a.exec(e), t ? [parseInt(t[1], 16), parseInt(t[2], 16), parseInt(t[3], 16)] : [0, 0, 0];
10994
- }, isCSSNullValue: function (e) {
10995
- return 0 == e || /^(none|auto|transparent|(rgba\(0, ?0, ?0, ?0\)))$/i.test(e);
10996
- }, getUnitType: function (e) {
10997
- return (/^(rotate|skew)/i.test(e) ? "deg" : /(^(scale|scaleX|scaleY|scaleZ|alpha|flexGrow|flexHeight|zIndex|fontWeight)$)|((opacity|red|green|blue|alpha)$)/i.test(e) ? "" : "px"
10998
- );
10999
- }, getDisplayType: function (e) {
11000
- var t = e && e.tagName.toString().toLowerCase();return (/^(b|big|i|small|tt|abbr|acronym|cite|code|dfn|em|kbd|strong|samp|var|a|bdo|br|img|map|object|q|script|span|sub|sup|button|input|label|select|textarea)$/i.test(t) ? "inline" : /^(li)$/i.test(t) ? "list-item" : /^(tr)$/i.test(t) ? "table-row" : /^(table)$/i.test(t) ? "table" : /^(tbody)$/i.test(t) ? "table-row-group" : "block"
11001
- );
11002
- }, addClass: function (e, t) {
11003
- e.classList ? e.classList.add(t) : e.className += (e.className.length ? " " : "") + t;
11004
- }, removeClass: function (e, t) {
11005
- e.classList ? e.classList.remove(t) : e.className = e.className.toString().replace(new RegExp("(^|\\s)" + t.split(" ").join("|") + "(\\s|$)", "gi"), " ");
11006
- } }, getPropertyValue: function (e, r, n, o) {
11007
- function s(e, r) {
11008
- function n() {
11009
- u && S.setPropertyValue(e, "display", "none");
11010
- }var l = 0;if (8 >= d) l = f.css(e, r);else {
11011
- var u = !1;if (/^(width|height)$/.test(r) && 0 === S.getPropertyValue(e, "display") && (u = !0, S.setPropertyValue(e, "display", S.Values.getDisplayType(e))), !o) {
11012
- if ("height" === r && "border-box" !== S.getPropertyValue(e, "boxSizing").toString().toLowerCase()) {
11013
- var c = e.offsetHeight - (parseFloat(S.getPropertyValue(e, "borderTopWidth")) || 0) - (parseFloat(S.getPropertyValue(e, "borderBottomWidth")) || 0) - (parseFloat(S.getPropertyValue(e, "paddingTop")) || 0) - (parseFloat(S.getPropertyValue(e, "paddingBottom")) || 0);return n(), c;
11014
- }if ("width" === r && "border-box" !== S.getPropertyValue(e, "boxSizing").toString().toLowerCase()) {
11015
- var p = e.offsetWidth - (parseFloat(S.getPropertyValue(e, "borderLeftWidth")) || 0) - (parseFloat(S.getPropertyValue(e, "borderRightWidth")) || 0) - (parseFloat(S.getPropertyValue(e, "paddingLeft")) || 0) - (parseFloat(S.getPropertyValue(e, "paddingRight")) || 0);return n(), p;
11016
- }
11017
- }var g;g = i(e) === a ? t.getComputedStyle(e, null) : i(e).computedStyle ? i(e).computedStyle : i(e).computedStyle = t.getComputedStyle(e, null), "borderColor" === r && (r = "borderTopColor"), l = 9 === d && "filter" === r ? g.getPropertyValue(r) : g[r], ("" === l || null === l) && (l = e.style[r]), n();
11018
- }if ("auto" === l && /^(top|right|bottom|left)$/i.test(r)) {
11019
- var m = s(e, "position");("fixed" === m || "absolute" === m && /top|left/i.test(r)) && (l = f(e).position()[r] + "px");
11020
- }return l;
11021
- }var l;if (S.Hooks.registered[r]) {
11022
- var u = r,
11023
- c = S.Hooks.getRoot(u);n === a && (n = S.getPropertyValue(e, S.Names.prefixCheck(c)[0])), S.Normalizations.registered[c] && (n = S.Normalizations.registered[c]("extract", e, n)), l = S.Hooks.extractValue(u, n);
11024
- } else if (S.Normalizations.registered[r]) {
11025
- var p, g;p = S.Normalizations.registered[r]("name", e), "transform" !== p && (g = s(e, S.Names.prefixCheck(p)[0]), S.Values.isCSSNullValue(g) && S.Hooks.templates[r] && (g = S.Hooks.templates[r][1])), l = S.Normalizations.registered[r]("extract", e, g);
11026
- }if (!/^[\d-]/.test(l)) if (i(e) && i(e).isSVG && S.Names.SVGAttribute(r)) {
11027
- if (/^(height|width)$/i.test(r)) try {
11028
- l = e.getBBox()[r];
11029
- } catch (m) {
11030
- l = 0;
11031
- } else l = e.getAttribute(r);
11032
- } else l = s(e, S.Names.prefixCheck(r)[0]);return S.Values.isCSSNullValue(l) && (l = 0), b.debug >= 2 && console.log("Get " + r + ": " + l), l;
11033
- }, setPropertyValue: function (e, r, a, n, o) {
11034
- var s = r;if ("scroll" === r) o.container ? o.container["scroll" + o.direction] = a : "Left" === o.direction ? t.scrollTo(a, o.alternateValue) : t.scrollTo(o.alternateValue, a);else if (S.Normalizations.registered[r] && "transform" === S.Normalizations.registered[r]("name", e)) S.Normalizations.registered[r]("inject", e, a), s = "transform", a = i(e).transformCache[r];else {
11035
- if (S.Hooks.registered[r]) {
11036
- var l = r,
11037
- u = S.Hooks.getRoot(r);n = n || S.getPropertyValue(e, u), a = S.Hooks.injectValue(l, a, n), r = u;
11038
- }if (S.Normalizations.registered[r] && (a = S.Normalizations.registered[r]("inject", e, a), r = S.Normalizations.registered[r]("name", e)), s = S.Names.prefixCheck(r)[0], 8 >= d) try {
11039
- e.style[s] = a;
11040
- } catch (c) {
11041
- b.debug && console.log("Browser does not support [" + a + "] for [" + s + "]");
11042
- } else i(e) && i(e).isSVG && S.Names.SVGAttribute(r) ? e.setAttribute(r, a) : e.style[s] = a;b.debug >= 2 && console.log("Set " + r + " (" + s + "): " + a);
11043
- }return [s, a];
11044
- }, flushTransformCache: function (e) {
11045
- function t(t) {
11046
- return parseFloat(S.getPropertyValue(e, t));
11047
- }var r = "";if ((d || b.State.isAndroid && !b.State.isChrome) && i(e).isSVG) {
11048
- var a = { translate: [t("translateX"), t("translateY")], skewX: [t("skewX")], skewY: [t("skewY")], scale: 1 !== t("scale") ? [t("scale"), t("scale")] : [t("scaleX"), t("scaleY")], rotate: [t("rotateZ"), 0, 0] };f.each(i(e).transformCache, function (e) {
11049
- /^translate/i.test(e) ? e = "translate" : /^scale/i.test(e) ? e = "scale" : /^rotate/i.test(e) && (e = "rotate"), a[e] && (r += e + "(" + a[e].join(" ") + ") ", delete a[e]);
11050
- });
11051
- } else {
11052
- var n, o;f.each(i(e).transformCache, function (t) {
11053
- return n = i(e).transformCache[t], "transformPerspective" === t ? (o = n, !0) : (9 === d && "rotateZ" === t && (t = "rotate"), void (r += t + n + " "));
11054
- }), o && (r = "perspective" + o + " " + r);
11055
- }S.setPropertyValue(e, "transform", r);
11056
- } };S.Hooks.register(), S.Normalizations.register(), b.hook = function (e, t, r) {
11057
- var n = a;return e = o(e), f.each(e, function (e, o) {
11058
- if (i(o) === a && b.init(o), r === a) n === a && (n = b.CSS.getPropertyValue(o, t));else {
11059
- var s = b.CSS.setPropertyValue(o, t, r);"transform" === s[0] && b.CSS.flushTransformCache(o), n = s;
11060
- }
11061
- }), n;
11062
- };var P = function () {
11063
- function e() {
11064
- return s ? k.promise || null : l;
11065
- }function n() {
11066
- function e(e) {
11067
- function p(e, t) {
11068
- var r = a,
11069
- n = a,
11070
- i = a;return m.isArray(e) ? (r = e[0], !m.isArray(e[1]) && /^[\d-]/.test(e[1]) || m.isFunction(e[1]) || S.RegEx.isHex.test(e[1]) ? i = e[1] : (m.isString(e[1]) && !S.RegEx.isHex.test(e[1]) || m.isArray(e[1])) && (n = t ? e[1] : u(e[1], s.duration), e[2] !== a && (i = e[2]))) : r = e, t || (n = n || s.easing), m.isFunction(r) && (r = r.call(o, V, w)), m.isFunction(i) && (i = i.call(o, V, w)), [r || 0, n, i];
11071
- }function d(e, t) {
11072
- var r, a;return a = (t || "0").toString().toLowerCase().replace(/[%A-z]+$/, function (e) {
11073
- return r = e, "";
11074
- }), r || (r = S.Values.getUnitType(e)), [a, r];
11075
- }function h() {
11076
- var e = { myParent: o.parentNode || r.body, position: S.getPropertyValue(o, "position"), fontSize: S.getPropertyValue(o, "fontSize") },
11077
- a = e.position === L.lastPosition && e.myParent === L.lastParent,
11078
- n = e.fontSize === L.lastFontSize;L.lastParent = e.myParent, L.lastPosition = e.position, L.lastFontSize = e.fontSize;var s = 100,
11079
- l = {};if (n && a) l.emToPx = L.lastEmToPx, l.percentToPxWidth = L.lastPercentToPxWidth, l.percentToPxHeight = L.lastPercentToPxHeight;else {
11080
- var u = i(o).isSVG ? r.createElementNS("http://www.w3.org/2000/svg", "rect") : r.createElement("div");b.init(u), e.myParent.appendChild(u), f.each(["overflow", "overflowX", "overflowY"], function (e, t) {
11081
- b.CSS.setPropertyValue(u, t, "hidden");
11082
- }), b.CSS.setPropertyValue(u, "position", e.position), b.CSS.setPropertyValue(u, "fontSize", e.fontSize), b.CSS.setPropertyValue(u, "boxSizing", "content-box"), f.each(["minWidth", "maxWidth", "width", "minHeight", "maxHeight", "height"], function (e, t) {
11083
- b.CSS.setPropertyValue(u, t, s + "%");
11084
- }), b.CSS.setPropertyValue(u, "paddingLeft", s + "em"), l.percentToPxWidth = L.lastPercentToPxWidth = (parseFloat(S.getPropertyValue(u, "width", null, !0)) || 1) / s, l.percentToPxHeight = L.lastPercentToPxHeight = (parseFloat(S.getPropertyValue(u, "height", null, !0)) || 1) / s, l.emToPx = L.lastEmToPx = (parseFloat(S.getPropertyValue(u, "paddingLeft")) || 1) / s, e.myParent.removeChild(u);
11085
- }return null === L.remToPx && (L.remToPx = parseFloat(S.getPropertyValue(r.body, "fontSize")) || 16), null === L.vwToPx && (L.vwToPx = parseFloat(t.innerWidth) / 100, L.vhToPx = parseFloat(t.innerHeight) / 100), l.remToPx = L.remToPx, l.vwToPx = L.vwToPx, l.vhToPx = L.vhToPx, b.debug >= 1 && console.log("Unit ratios: " + JSON.stringify(l), o), l;
11086
- }if (s.begin && 0 === V) try {
11087
- s.begin.call(g, g);
11088
- } catch (x) {
11089
- setTimeout(function () {
11090
- throw x;
11091
- }, 1);
11092
- }if ("scroll" === A) {
11093
- var P,
11094
- C,
11095
- T,
11096
- F = /^x$/i.test(s.axis) ? "Left" : "Top",
11097
- j = parseFloat(s.offset) || 0;s.container ? m.isWrapped(s.container) || m.isNode(s.container) ? (s.container = s.container[0] || s.container, P = s.container["scroll" + F], T = P + f(o).position()[F.toLowerCase()] + j) : s.container = null : (P = b.State.scrollAnchor[b.State["scrollProperty" + F]], C = b.State.scrollAnchor[b.State["scrollProperty" + ("Left" === F ? "Top" : "Left")]], T = f(o).offset()[F.toLowerCase()] + j), l = { scroll: { rootPropertyValue: !1, startValue: P, currentValue: P, endValue: T, unitType: "", easing: s.easing, scrollData: { container: s.container, direction: F, alternateValue: C } }, element: o }, b.debug && console.log("tweensContainer (scroll): ", l.scroll, o);
11098
- } else if ("reverse" === A) {
11099
- if (!i(o).tweensContainer) return void f.dequeue(o, s.queue);"none" === i(o).opts.display && (i(o).opts.display = "auto"), "hidden" === i(o).opts.visibility && (i(o).opts.visibility = "visible"), i(o).opts.loop = !1, i(o).opts.begin = null, i(o).opts.complete = null, v.easing || delete s.easing, v.duration || delete s.duration, s = f.extend({}, i(o).opts, s);var E = f.extend(!0, {}, i(o).tweensContainer);for (var H in E) {
11100
- if ("element" !== H) {
11101
- var N = E[H].startValue;E[H].startValue = E[H].currentValue = E[H].endValue, E[H].endValue = N, m.isEmptyObject(v) || (E[H].easing = s.easing), b.debug && console.log("reverse tweensContainer (" + H + "): " + JSON.stringify(E[H]), o);
11102
- }
11103
- }l = E;
11104
- } else if ("start" === A) {
11105
- var E;i(o).tweensContainer && i(o).isAnimating === !0 && (E = i(o).tweensContainer), f.each(y, function (e, t) {
11106
- if (RegExp("^" + S.Lists.colors.join("$|^") + "$").test(e)) {
11107
- var r = p(t, !0),
11108
- n = r[0],
11109
- o = r[1],
11110
- i = r[2];if (S.RegEx.isHex.test(n)) {
11111
- for (var s = ["Red", "Green", "Blue"], l = S.Values.hexToRgb(n), u = i ? S.Values.hexToRgb(i) : a, c = 0; c < s.length; c++) {
11112
- var f = [l[c]];o && f.push(o), u !== a && f.push(u[c]), y[e + s[c]] = f;
11113
- }delete y[e];
11114
- }
11115
- }
11116
- });for (var z in y) {
11117
- var O = p(y[z]),
11118
- q = O[0],
11119
- $ = O[1],
11120
- M = O[2];z = S.Names.camelCase(z);var I = S.Hooks.getRoot(z),
11121
- B = !1;if (i(o).isSVG || "tween" === I || S.Names.prefixCheck(I)[1] !== !1 || S.Normalizations.registered[I] !== a) {
11122
- (s.display !== a && null !== s.display && "none" !== s.display || s.visibility !== a && "hidden" !== s.visibility) && /opacity|filter/.test(z) && !M && 0 !== q && (M = 0), s._cacheValues && E && E[z] ? (M === a && (M = E[z].endValue + E[z].unitType), B = i(o).rootPropertyValueCache[I]) : S.Hooks.registered[z] ? M === a ? (B = S.getPropertyValue(o, I), M = S.getPropertyValue(o, z, B)) : B = S.Hooks.templates[I][1] : M === a && (M = S.getPropertyValue(o, z));var W,
11123
- G,
11124
- Y,
11125
- D = !1;if (W = d(z, M), M = W[0], Y = W[1], W = d(z, q), q = W[0].replace(/^([+-\/*])=/, function (e, t) {
11126
- return D = t, "";
11127
- }), G = W[1], M = parseFloat(M) || 0, q = parseFloat(q) || 0, "%" === G && (/^(fontSize|lineHeight)$/.test(z) ? (q /= 100, G = "em") : /^scale/.test(z) ? (q /= 100, G = "") : /(Red|Green|Blue)$/i.test(z) && (q = q / 100 * 255, G = "")), /[\/*]/.test(D)) G = Y;else if (Y !== G && 0 !== M) if (0 === q) G = Y;else {
11128
- n = n || h();var Q = /margin|padding|left|right|width|text|word|letter/i.test(z) || /X$/.test(z) || "x" === z ? "x" : "y";switch (Y) {case "%":
11129
- M *= "x" === Q ? n.percentToPxWidth : n.percentToPxHeight;break;case "px":
11130
- break;default:
11131
- M *= n[Y + "ToPx"];}switch (G) {case "%":
11132
- M *= 1 / ("x" === Q ? n.percentToPxWidth : n.percentToPxHeight);break;case "px":
11133
- break;default:
11134
- M *= 1 / n[G + "ToPx"];}
11135
- }switch (D) {case "+":
11136
- q = M + q;break;case "-":
11137
- q = M - q;break;case "*":
11138
- q = M * q;break;case "/":
11139
- q = M / q;}l[z] = { rootPropertyValue: B, startValue: M, currentValue: M, endValue: q, unitType: G, easing: $ }, b.debug && console.log("tweensContainer (" + z + "): " + JSON.stringify(l[z]), o);
11140
- } else b.debug && console.log("Skipping [" + I + "] due to a lack of browser support.");
11141
- }l.element = o;
11142
- }l.element && (S.Values.addClass(o, "velocity-animating"), R.push(l), "" === s.queue && (i(o).tweensContainer = l, i(o).opts = s), i(o).isAnimating = !0, V === w - 1 ? (b.State.calls.push([R, g, s, null, k.resolver]), b.State.isTicking === !1 && (b.State.isTicking = !0, c())) : V++);
11143
- }var n,
11144
- o = this,
11145
- s = f.extend({}, b.defaults, v),
11146
- l = {};switch (i(o) === a && b.init(o), parseFloat(s.delay) && s.queue !== !1 && f.queue(o, s.queue, function (e) {
11147
- b.velocityQueueEntryFlag = !0, i(o).delayTimer = { setTimeout: setTimeout(e, parseFloat(s.delay)), next: e };
11148
- }), s.duration.toString().toLowerCase()) {case "fast":
11149
- s.duration = 200;break;case "normal":
11150
- s.duration = h;break;case "slow":
11151
- s.duration = 600;break;default:
11152
- s.duration = parseFloat(s.duration) || 1;}b.mock !== !1 && (b.mock === !0 ? s.duration = s.delay = 1 : (s.duration *= parseFloat(b.mock) || 1, s.delay *= parseFloat(b.mock) || 1)), s.easing = u(s.easing, s.duration), s.begin && !m.isFunction(s.begin) && (s.begin = null), s.progress && !m.isFunction(s.progress) && (s.progress = null), s.complete && !m.isFunction(s.complete) && (s.complete = null), s.display !== a && null !== s.display && (s.display = s.display.toString().toLowerCase(), "auto" === s.display && (s.display = b.CSS.Values.getDisplayType(o))), s.visibility !== a && null !== s.visibility && (s.visibility = s.visibility.toString().toLowerCase()), s.mobileHA = s.mobileHA && b.State.isMobile && !b.State.isGingerbread, s.queue === !1 ? s.delay ? setTimeout(e, s.delay) : e() : f.queue(o, s.queue, function (t, r) {
11153
- return r === !0 ? (k.promise && k.resolver(g), !0) : (b.velocityQueueEntryFlag = !0, void e(t));
11154
- }), "" !== s.queue && "fx" !== s.queue || "inprogress" === f.queue(o)[0] || f.dequeue(o);
11155
- }var s,
11156
- l,
11157
- d,
11158
- g,
11159
- y,
11160
- v,
11161
- x = arguments[0] && (arguments[0].p || f.isPlainObject(arguments[0].properties) && !arguments[0].properties.names || m.isString(arguments[0].properties));if (m.isWrapped(this) ? (s = !1, d = 0, g = this, l = this) : (s = !0, d = 1, g = x ? arguments[0].elements || arguments[0].e : arguments[0]), g = o(g)) {
11162
- x ? (y = arguments[0].properties || arguments[0].p, v = arguments[0].options || arguments[0].o) : (y = arguments[d], v = arguments[d + 1]);var w = g.length,
11163
- V = 0;if (!/^(stop|finish)$/i.test(y) && !f.isPlainObject(v)) {
11164
- var C = d + 1;v = {};for (var T = C; T < arguments.length; T++) {
11165
- m.isArray(arguments[T]) || !/^(fast|normal|slow)$/i.test(arguments[T]) && !/^\d/.test(arguments[T]) ? m.isString(arguments[T]) || m.isArray(arguments[T]) ? v.easing = arguments[T] : m.isFunction(arguments[T]) && (v.complete = arguments[T]) : v.duration = arguments[T];
11166
- }
11167
- }var k = { promise: null, resolver: null, rejecter: null };s && b.Promise && (k.promise = new b.Promise(function (e, t) {
11168
- k.resolver = e, k.rejecter = t;
11169
- }));var A;switch (y) {case "scroll":
11170
- A = "scroll";break;case "reverse":
11171
- A = "reverse";break;case "finish":case "stop":
11172
- f.each(g, function (e, t) {
11173
- i(t) && i(t).delayTimer && (clearTimeout(i(t).delayTimer.setTimeout), i(t).delayTimer.next && i(t).delayTimer.next(), delete i(t).delayTimer);
11174
- });var F = [];return f.each(b.State.calls, function (e, t) {
11175
- t && f.each(t[1], function (r, n) {
11176
- var o = v === a ? "" : v;return o === !0 || t[2].queue === o || v === a && t[2].queue === !1 ? void f.each(g, function (r, a) {
11177
- a === n && ((v === !0 || m.isString(v)) && (f.each(f.queue(a, m.isString(v) ? v : ""), function (e, t) {
11178
- m.isFunction(t) && t(null, !0);
11179
- }), f.queue(a, m.isString(v) ? v : "", [])), "stop" === y ? (i(a) && i(a).tweensContainer && o !== !1 && f.each(i(a).tweensContainer, function (e, t) {
11180
- t.endValue = t.currentValue;
11181
- }), F.push(e)) : "finish" === y && (t[2].duration = 1));
11182
- }) : !0;
11183
- });
11184
- }), "stop" === y && (f.each(F, function (e, t) {
11185
- p(t, !0);
11186
- }), k.promise && k.resolver(g)), e();default:
11187
- if (!f.isPlainObject(y) || m.isEmptyObject(y)) {
11188
- if (m.isString(y) && b.Redirects[y]) {
11189
- var j = f.extend({}, v),
11190
- E = j.duration,
11191
- H = j.delay || 0;return j.backwards === !0 && (g = f.extend(!0, [], g).reverse()), f.each(g, function (e, t) {
11192
- parseFloat(j.stagger) ? j.delay = H + parseFloat(j.stagger) * e : m.isFunction(j.stagger) && (j.delay = H + j.stagger.call(t, e, w)), j.drag && (j.duration = parseFloat(E) || (/^(callout|transition)/.test(y) ? 1e3 : h), j.duration = Math.max(j.duration * (j.backwards ? 1 - e / w : (e + 1) / w), .75 * j.duration, 200)), b.Redirects[y].call(t, t, j || {}, e, w, g, k.promise ? k : a);
11193
- }), e();
11194
- }var N = "Velocity: First argument (" + y + ") was not a property map, a known action, or a registered redirect. Aborting.";return k.promise ? k.rejecter(new Error(N)) : console.log(N), e();
11195
- }A = "start";}var L = { lastParent: null, lastPosition: null, lastFontSize: null, lastPercentToPxWidth: null, lastPercentToPxHeight: null, lastEmToPx: null, remToPx: null, vwToPx: null, vhToPx: null },
11196
- R = [];f.each(g, function (e, t) {
11197
- m.isNode(t) && n.call(t);
11198
- });var z,
11199
- j = f.extend({}, b.defaults, v);if (j.loop = parseInt(j.loop), z = 2 * j.loop - 1, j.loop) for (var O = 0; z > O; O++) {
11200
- var q = { delay: j.delay, progress: j.progress };O === z - 1 && (q.display = j.display, q.visibility = j.visibility, q.complete = j.complete), P(g, "reverse", q);
11201
- }return e();
11202
- }
11203
- };b = f.extend(P, b), b.animate = P;var w = t.requestAnimationFrame || g;return b.State.isMobile || r.hidden === a || r.addEventListener("visibilitychange", function () {
11204
- r.hidden ? (w = function (e) {
11205
- return setTimeout(function () {
11206
- e(!0);
11207
- }, 16);
11208
- }, c()) : w = t.requestAnimationFrame || g;
11209
- }), e.Velocity = b, e !== t && (e.fn.velocity = P, e.fn.velocity.defaults = b.defaults), f.each(["Down", "Up"], function (e, t) {
11210
- b.Redirects["slide" + t] = function (e, r, n, o, i, s) {
11211
- var l = f.extend({}, r),
11212
- u = l.begin,
11213
- c = l.complete,
11214
- p = { height: "", marginTop: "", marginBottom: "", paddingTop: "", paddingBottom: "" },
11215
- d = {};l.display === a && (l.display = "Down" === t ? "inline" === b.CSS.Values.getDisplayType(e) ? "inline-block" : "block" : "none"), l.begin = function () {
11216
- u && u.call(i, i);for (var r in p) {
11217
- d[r] = e.style[r];var a = b.CSS.getPropertyValue(e, r);p[r] = "Down" === t ? [a, 0] : [0, a];
11218
- }d.overflow = e.style.overflow, e.style.overflow = "hidden";
11219
- }, l.complete = function () {
11220
- for (var t in d) {
11221
- e.style[t] = d[t];
11222
- }c && c.call(i, i), s && s.resolver(i);
11223
- }, b(e, p, l);
11224
- };
11225
- }), f.each(["In", "Out"], function (e, t) {
11226
- b.Redirects["fade" + t] = function (e, r, n, o, i, s) {
11227
- var l = f.extend({}, r),
11228
- u = { opacity: "In" === t ? 1 : 0 },
11229
- c = l.complete;l.complete = n !== o - 1 ? l.begin = null : function () {
11230
- c && c.call(i, i), s && s.resolver(i);
11231
- }, l.display === a && (l.display = "In" === t ? "auto" : "none"), b(this, u, l);
11232
- };
11233
- }), b;
11234
- }(window.jQuery || window.Zepto || window, window, document);
11235
- }));
11236
- ;!function (a, b, c, d) {
11237
- "use strict";
11238
- function k(a, b, c) {
11239
- return setTimeout(q(a, c), b);
11240
- }function l(a, b, c) {
11241
- return Array.isArray(a) ? (m(a, c[b], c), !0) : !1;
11242
- }function m(a, b, c) {
11243
- var e;if (a) if (a.forEach) a.forEach(b, c);else if (a.length !== d) for (e = 0; e < a.length;) {
11244
- b.call(c, a[e], e, a), e++;
11245
- } else for (e in a) {
11246
- a.hasOwnProperty(e) && b.call(c, a[e], e, a);
11247
- }
11248
- }function n(a, b, c) {
11249
- for (var e = Object.keys(b), f = 0; f < e.length;) {
11250
- (!c || c && a[e[f]] === d) && (a[e[f]] = b[e[f]]), f++;
11251
- }return a;
11252
- }function o(a, b) {
11253
- return n(a, b, !0);
11254
- }function p(a, b, c) {
11255
- var e,
11256
- d = b.prototype;e = a.prototype = Object.create(d), e.constructor = a, e._super = d, c && n(e, c);
11257
- }function q(a, b) {
11258
- return function () {
11259
- return a.apply(b, arguments);
11260
- };
11261
- }function r(a, b) {
11262
- return typeof a == g ? a.apply(b ? b[0] || d : d, b) : a;
11263
- }function s(a, b) {
11264
- return a === d ? b : a;
11265
- }function t(a, b, c) {
11266
- m(x(b), function (b) {
11267
- a.addEventListener(b, c, !1);
11268
- });
11269
- }function u(a, b, c) {
11270
- m(x(b), function (b) {
11271
- a.removeEventListener(b, c, !1);
11272
- });
11273
- }function v(a, b) {
11274
- for (; a;) {
11275
- if (a == b) return !0;a = a.parentNode;
11276
- }return !1;
11277
- }function w(a, b) {
11278
- return a.indexOf(b) > -1;
11279
- }function x(a) {
11280
- return a.trim().split(/\s+/g);
11281
- }function y(a, b, c) {
11282
- if (a.indexOf && !c) return a.indexOf(b);for (var d = 0; d < a.length;) {
11283
- if (c && a[d][c] == b || !c && a[d] === b) return d;d++;
11284
- }return -1;
11285
- }function z(a) {
11286
- return Array.prototype.slice.call(a, 0);
11287
- }function A(a, b, c) {
11288
- for (var d = [], e = [], f = 0; f < a.length;) {
11289
- var g = b ? a[f][b] : a[f];y(e, g) < 0 && d.push(a[f]), e[f] = g, f++;
11290
- }return c && (d = b ? d.sort(function (a, c) {
11291
- return a[b] > c[b];
11292
- }) : d.sort()), d;
11293
- }function B(a, b) {
11294
- for (var c, f, g = b[0].toUpperCase() + b.slice(1), h = 0; h < e.length;) {
11295
- if (c = e[h], f = c ? c + g : b, f in a) return f;h++;
11296
- }return d;
11297
- }function D() {
11298
- return C++;
11299
- }function E(a) {
11300
- var b = a.ownerDocument;return b.defaultView || b.parentWindow;
11301
- }function ab(a, b) {
11302
- var c = this;this.manager = a, this.callback = b, this.element = a.element, this.target = a.options.inputTarget, this.domHandler = function (b) {
11303
- r(a.options.enable, [a]) && c.handler(b);
11304
- }, this.init();
11305
- }function bb(a) {
11306
- var b,
11307
- c = a.options.inputClass;return b = c ? c : H ? wb : I ? Eb : G ? Gb : rb, new b(a, cb);
11308
- }function cb(a, b, c) {
11309
- var d = c.pointers.length,
11310
- e = c.changedPointers.length,
11311
- f = b & O && 0 === d - e,
11312
- g = b & (Q | R) && 0 === d - e;c.isFirst = !!f, c.isFinal = !!g, f && (a.session = {}), c.eventType = b, db(a, c), a.emit("hammer.input", c), a.recognize(c), a.session.prevInput = c;
11313
- }function db(a, b) {
11314
- var c = a.session,
11315
- d = b.pointers,
11316
- e = d.length;c.firstInput || (c.firstInput = gb(b)), e > 1 && !c.firstMultiple ? c.firstMultiple = gb(b) : 1 === e && (c.firstMultiple = !1);var f = c.firstInput,
11317
- g = c.firstMultiple,
11318
- h = g ? g.center : f.center,
11319
- i = b.center = hb(d);b.timeStamp = j(), b.deltaTime = b.timeStamp - f.timeStamp, b.angle = lb(h, i), b.distance = kb(h, i), eb(c, b), b.offsetDirection = jb(b.deltaX, b.deltaY), b.scale = g ? nb(g.pointers, d) : 1, b.rotation = g ? mb(g.pointers, d) : 0, fb(c, b);var k = a.element;v(b.srcEvent.target, k) && (k = b.srcEvent.target), b.target = k;
11320
- }function eb(a, b) {
11321
- var c = b.center,
11322
- d = a.offsetDelta || {},
11323
- e = a.prevDelta || {},
11324
- f = a.prevInput || {};(b.eventType === O || f.eventType === Q) && (e = a.prevDelta = { x: f.deltaX || 0, y: f.deltaY || 0 }, d = a.offsetDelta = { x: c.x, y: c.y }), b.deltaX = e.x + (c.x - d.x), b.deltaY = e.y + (c.y - d.y);
11325
- }function fb(a, b) {
11326
- var f,
11327
- g,
11328
- h,
11329
- j,
11330
- c = a.lastInterval || b,
11331
- e = b.timeStamp - c.timeStamp;if (b.eventType != R && (e > N || c.velocity === d)) {
11332
- var k = c.deltaX - b.deltaX,
11333
- l = c.deltaY - b.deltaY,
11334
- m = ib(e, k, l);g = m.x, h = m.y, f = i(m.x) > i(m.y) ? m.x : m.y, j = jb(k, l), a.lastInterval = b;
11335
- } else f = c.velocity, g = c.velocityX, h = c.velocityY, j = c.direction;b.velocity = f, b.velocityX = g, b.velocityY = h, b.direction = j;
11336
- }function gb(a) {
11337
- for (var b = [], c = 0; c < a.pointers.length;) {
11338
- b[c] = { clientX: h(a.pointers[c].clientX), clientY: h(a.pointers[c].clientY) }, c++;
11339
- }return { timeStamp: j(), pointers: b, center: hb(b), deltaX: a.deltaX, deltaY: a.deltaY };
11340
- }function hb(a) {
11341
- var b = a.length;if (1 === b) return { x: h(a[0].clientX), y: h(a[0].clientY) };for (var c = 0, d = 0, e = 0; b > e;) {
11342
- c += a[e].clientX, d += a[e].clientY, e++;
11343
- }return { x: h(c / b), y: h(d / b) };
11344
- }function ib(a, b, c) {
11345
- return { x: b / a || 0, y: c / a || 0 };
11346
- }function jb(a, b) {
11347
- return a === b ? S : i(a) >= i(b) ? a > 0 ? T : U : b > 0 ? V : W;
11348
- }function kb(a, b, c) {
11349
- c || (c = $);var d = b[c[0]] - a[c[0]],
11350
- e = b[c[1]] - a[c[1]];return Math.sqrt(d * d + e * e);
11351
- }function lb(a, b, c) {
11352
- c || (c = $);var d = b[c[0]] - a[c[0]],
11353
- e = b[c[1]] - a[c[1]];return 180 * Math.atan2(e, d) / Math.PI;
11354
- }function mb(a, b) {
11355
- return lb(b[1], b[0], _) - lb(a[1], a[0], _);
11356
- }function nb(a, b) {
11357
- return kb(b[0], b[1], _) / kb(a[0], a[1], _);
11358
- }function rb() {
11359
- this.evEl = pb, this.evWin = qb, this.allow = !0, this.pressed = !1, ab.apply(this, arguments);
11360
- }function wb() {
11361
- this.evEl = ub, this.evWin = vb, ab.apply(this, arguments), this.store = this.manager.session.pointerEvents = [];
11362
- }function Ab() {
11363
- this.evTarget = yb, this.evWin = zb, this.started = !1, ab.apply(this, arguments);
11364
- }function Bb(a, b) {
11365
- var c = z(a.touches),
11366
- d = z(a.changedTouches);return b & (Q | R) && (c = A(c.concat(d), "identifier", !0)), [c, d];
11367
- }function Eb() {
11368
- this.evTarget = Db, this.targetIds = {}, ab.apply(this, arguments);
11369
- }function Fb(a, b) {
11370
- var c = z(a.touches),
11371
- d = this.targetIds;if (b & (O | P) && 1 === c.length) return d[c[0].identifier] = !0, [c, c];var e,
11372
- f,
11373
- g = z(a.changedTouches),
11374
- h = [],
11375
- i = this.target;if (f = c.filter(function (a) {
11376
- return v(a.target, i);
11377
- }), b === O) for (e = 0; e < f.length;) {
11378
- d[f[e].identifier] = !0, e++;
11379
- }for (e = 0; e < g.length;) {
11380
- d[g[e].identifier] && h.push(g[e]), b & (Q | R) && delete d[g[e].identifier], e++;
11381
- }return h.length ? [A(f.concat(h), "identifier", !0), h] : void 0;
11382
- }function Gb() {
11383
- ab.apply(this, arguments);var a = q(this.handler, this);this.touch = new Eb(this.manager, a), this.mouse = new rb(this.manager, a);
11384
- }function Pb(a, b) {
11385
- this.manager = a, this.set(b);
11386
- }function Qb(a) {
11387
- if (w(a, Mb)) return Mb;var b = w(a, Nb),
11388
- c = w(a, Ob);return b && c ? Nb + " " + Ob : b || c ? b ? Nb : Ob : w(a, Lb) ? Lb : Kb;
11389
- }function Yb(a) {
11390
- this.id = D(), this.manager = null, this.options = o(a || {}, this.defaults), this.options.enable = s(this.options.enable, !0), this.state = Rb, this.simultaneous = {}, this.requireFail = [];
11391
- }function Zb(a) {
11392
- return a & Wb ? "cancel" : a & Ub ? "end" : a & Tb ? "move" : a & Sb ? "start" : "";
11393
- }function $b(a) {
11394
- return a == W ? "down" : a == V ? "up" : a == T ? "left" : a == U ? "right" : "";
11395
- }function _b(a, b) {
11396
- var c = b.manager;return c ? c.get(a) : a;
11397
- }function ac() {
11398
- Yb.apply(this, arguments);
11399
- }function bc() {
11400
- ac.apply(this, arguments), this.pX = null, this.pY = null;
11401
- }function cc() {
11402
- ac.apply(this, arguments);
11403
- }function dc() {
11404
- Yb.apply(this, arguments), this._timer = null, this._input = null;
11405
- }function ec() {
11406
- ac.apply(this, arguments);
11407
- }function fc() {
11408
- ac.apply(this, arguments);
11409
- }function gc() {
11410
- Yb.apply(this, arguments), this.pTime = !1, this.pCenter = !1, this._timer = null, this._input = null, this.count = 0;
11411
- }function hc(a, b) {
11412
- return b = b || {}, b.recognizers = s(b.recognizers, hc.defaults.preset), new kc(a, b);
11413
- }function kc(a, b) {
11414
- b = b || {}, this.options = o(b, hc.defaults), this.options.inputTarget = this.options.inputTarget || a, this.handlers = {}, this.session = {}, this.recognizers = [], this.element = a, this.input = bb(this), this.touchAction = new Pb(this, this.options.touchAction), lc(this, !0), m(b.recognizers, function (a) {
11415
- var b = this.add(new a[0](a[1]));a[2] && b.recognizeWith(a[2]), a[3] && b.requireFailure(a[3]);
11416
- }, this);
11417
- }function lc(a, b) {
11418
- var c = a.element;m(a.options.cssProps, function (a, d) {
11419
- c.style[B(c.style, d)] = b ? a : "";
11420
- });
11421
- }function mc(a, c) {
11422
- var d = b.createEvent("Event");d.initEvent(a, !0, !0), d.gesture = c, c.target.dispatchEvent(d);
11423
- }var e = ["", "webkit", "moz", "MS", "ms", "o"],
11424
- f = b.createElement("div"),
11425
- g = "function",
11426
- h = Math.round,
11427
- i = Math.abs,
11428
- j = Date.now,
11429
- C = 1,
11430
- F = /mobile|tablet|ip(ad|hone|od)|android/i,
11431
- G = "ontouchstart" in a,
11432
- H = B(a, "PointerEvent") !== d,
11433
- I = G && F.test(navigator.userAgent),
11434
- J = "touch",
11435
- K = "pen",
11436
- L = "mouse",
11437
- M = "kinect",
11438
- N = 25,
11439
- O = 1,
11440
- P = 2,
11441
- Q = 4,
11442
- R = 8,
11443
- S = 1,
11444
- T = 2,
11445
- U = 4,
11446
- V = 8,
11447
- W = 16,
11448
- X = T | U,
11449
- Y = V | W,
11450
- Z = X | Y,
11451
- $ = ["x", "y"],
11452
- _ = ["clientX", "clientY"];ab.prototype = { handler: function () {}, init: function () {
11453
- this.evEl && t(this.element, this.evEl, this.domHandler), this.evTarget && t(this.target, this.evTarget, this.domHandler), this.evWin && t(E(this.element), this.evWin, this.domHandler);
11454
- }, destroy: function () {
11455
- this.evEl && u(this.element, this.evEl, this.domHandler), this.evTarget && u(this.target, this.evTarget, this.domHandler), this.evWin && u(E(this.element), this.evWin, this.domHandler);
11456
- } };var ob = { mousedown: O, mousemove: P, mouseup: Q },
11457
- pb = "mousedown",
11458
- qb = "mousemove mouseup";p(rb, ab, { handler: function (a) {
11459
- var b = ob[a.type];b & O && 0 === a.button && (this.pressed = !0), b & P && 1 !== a.which && (b = Q), this.pressed && this.allow && (b & Q && (this.pressed = !1), this.callback(this.manager, b, { pointers: [a], changedPointers: [a], pointerType: L, srcEvent: a }));
11460
- } });var sb = { pointerdown: O, pointermove: P, pointerup: Q, pointercancel: R, pointerout: R },
11461
- tb = { 2: J, 3: K, 4: L, 5: M },
11462
- ub = "pointerdown",
11463
- vb = "pointermove pointerup pointercancel";a.MSPointerEvent && (ub = "MSPointerDown", vb = "MSPointerMove MSPointerUp MSPointerCancel"), p(wb, ab, { handler: function (a) {
11464
- var b = this.store,
11465
- c = !1,
11466
- d = a.type.toLowerCase().replace("ms", ""),
11467
- e = sb[d],
11468
- f = tb[a.pointerType] || a.pointerType,
11469
- g = f == J,
11470
- h = y(b, a.pointerId, "pointerId");e & O && (0 === a.button || g) ? 0 > h && (b.push(a), h = b.length - 1) : e & (Q | R) && (c = !0), 0 > h || (b[h] = a, this.callback(this.manager, e, { pointers: b, changedPointers: [a], pointerType: f, srcEvent: a }), c && b.splice(h, 1));
11471
- } });var xb = { touchstart: O, touchmove: P, touchend: Q, touchcancel: R },
11472
- yb = "touchstart",
11473
- zb = "touchstart touchmove touchend touchcancel";p(Ab, ab, { handler: function (a) {
11474
- var b = xb[a.type];if (b === O && (this.started = !0), this.started) {
11475
- var c = Bb.call(this, a, b);b & (Q | R) && 0 === c[0].length - c[1].length && (this.started = !1), this.callback(this.manager, b, { pointers: c[0], changedPointers: c[1], pointerType: J, srcEvent: a });
11476
- }
11477
- } });var Cb = { touchstart: O, touchmove: P, touchend: Q, touchcancel: R },
11478
- Db = "touchstart touchmove touchend touchcancel";p(Eb, ab, { handler: function (a) {
11479
- var b = Cb[a.type],
11480
- c = Fb.call(this, a, b);c && this.callback(this.manager, b, { pointers: c[0], changedPointers: c[1], pointerType: J, srcEvent: a });
11481
- } }), p(Gb, ab, { handler: function (a, b, c) {
11482
- var d = c.pointerType == J,
11483
- e = c.pointerType == L;if (d) this.mouse.allow = !1;else if (e && !this.mouse.allow) return;b & (Q | R) && (this.mouse.allow = !0), this.callback(a, b, c);
11484
- }, destroy: function () {
11485
- this.touch.destroy(), this.mouse.destroy();
11486
- } });var Hb = B(f.style, "touchAction"),
11487
- Ib = Hb !== d,
11488
- Jb = "compute",
11489
- Kb = "auto",
11490
- Lb = "manipulation",
11491
- Mb = "none",
11492
- Nb = "pan-x",
11493
- Ob = "pan-y";Pb.prototype = { set: function (a) {
11494
- a == Jb && (a = this.compute()), Ib && (this.manager.element.style[Hb] = a), this.actions = a.toLowerCase().trim();
11495
- }, update: function () {
11496
- this.set(this.manager.options.touchAction);
11497
- }, compute: function () {
11498
- var a = [];return m(this.manager.recognizers, function (b) {
11499
- r(b.options.enable, [b]) && (a = a.concat(b.getTouchAction()));
11500
- }), Qb(a.join(" "));
11501
- }, preventDefaults: function (a) {
11502
- if (!Ib) {
11503
- var b = a.srcEvent,
11504
- c = a.offsetDirection;if (this.manager.session.prevented) return b.preventDefault(), void 0;var d = this.actions,
11505
- e = w(d, Mb),
11506
- f = w(d, Ob),
11507
- g = w(d, Nb);return e || f && c & X || g && c & Y ? this.preventSrc(b) : void 0;
11508
- }
11509
- }, preventSrc: function (a) {
11510
- this.manager.session.prevented = !0, a.preventDefault();
11511
- } };var Rb = 1,
11512
- Sb = 2,
11513
- Tb = 4,
11514
- Ub = 8,
11515
- Vb = Ub,
11516
- Wb = 16,
11517
- Xb = 32;Yb.prototype = { defaults: {}, set: function (a) {
11518
- return n(this.options, a), this.manager && this.manager.touchAction.update(), this;
11519
- }, recognizeWith: function (a) {
11520
- if (l(a, "recognizeWith", this)) return this;var b = this.simultaneous;return a = _b(a, this), b[a.id] || (b[a.id] = a, a.recognizeWith(this)), this;
11521
- }, dropRecognizeWith: function (a) {
11522
- return l(a, "dropRecognizeWith", this) ? this : (a = _b(a, this), delete this.simultaneous[a.id], this);
11523
- }, requireFailure: function (a) {
11524
- if (l(a, "requireFailure", this)) return this;var b = this.requireFail;return a = _b(a, this), -1 === y(b, a) && (b.push(a), a.requireFailure(this)), this;
11525
- }, dropRequireFailure: function (a) {
11526
- if (l(a, "dropRequireFailure", this)) return this;a = _b(a, this);var b = y(this.requireFail, a);return b > -1 && this.requireFail.splice(b, 1), this;
11527
- }, hasRequireFailures: function () {
11528
- return this.requireFail.length > 0;
11529
- }, canRecognizeWith: function (a) {
11530
- return !!this.simultaneous[a.id];
11531
- }, emit: function (a) {
11532
- function d(d) {
11533
- b.manager.emit(b.options.event + (d ? Zb(c) : ""), a);
11534
- }var b = this,
11535
- c = this.state;Ub > c && d(!0), d(), c >= Ub && d(!0);
11536
- }, tryEmit: function (a) {
11537
- return this.canEmit() ? this.emit(a) : (this.state = Xb, void 0);
11538
- }, canEmit: function () {
11539
- for (var a = 0; a < this.requireFail.length;) {
11540
- if (!(this.requireFail[a].state & (Xb | Rb))) return !1;a++;
11541
- }return !0;
11542
- }, recognize: function (a) {
11543
- var b = n({}, a);return r(this.options.enable, [this, b]) ? (this.state & (Vb | Wb | Xb) && (this.state = Rb), this.state = this.process(b), this.state & (Sb | Tb | Ub | Wb) && this.tryEmit(b), void 0) : (this.reset(), this.state = Xb, void 0);
11544
- }, process: function () {}, getTouchAction: function () {}, reset: function () {} }, p(ac, Yb, { defaults: { pointers: 1 }, attrTest: function (a) {
11545
- var b = this.options.pointers;return 0 === b || a.pointers.length === b;
11546
- }, process: function (a) {
11547
- var b = this.state,
11548
- c = a.eventType,
11549
- d = b & (Sb | Tb),
11550
- e = this.attrTest(a);return d && (c & R || !e) ? b | Wb : d || e ? c & Q ? b | Ub : b & Sb ? b | Tb : Sb : Xb;
11551
- } }), p(bc, ac, { defaults: { event: "pan", threshold: 10, pointers: 1, direction: Z }, getTouchAction: function () {
11552
- var a = this.options.direction,
11553
- b = [];return a & X && b.push(Ob), a & Y && b.push(Nb), b;
11554
- }, directionTest: function (a) {
11555
- var b = this.options,
11556
- c = !0,
11557
- d = a.distance,
11558
- e = a.direction,
11559
- f = a.deltaX,
11560
- g = a.deltaY;return e & b.direction || (b.direction & X ? (e = 0 === f ? S : 0 > f ? T : U, c = f != this.pX, d = Math.abs(a.deltaX)) : (e = 0 === g ? S : 0 > g ? V : W, c = g != this.pY, d = Math.abs(a.deltaY))), a.direction = e, c && d > b.threshold && e & b.direction;
11561
- }, attrTest: function (a) {
11562
- return ac.prototype.attrTest.call(this, a) && (this.state & Sb || !(this.state & Sb) && this.directionTest(a));
11563
- }, emit: function (a) {
11564
- this.pX = a.deltaX, this.pY = a.deltaY;var b = $b(a.direction);b && this.manager.emit(this.options.event + b, a), this._super.emit.call(this, a);
11565
- } }), p(cc, ac, { defaults: { event: "pinch", threshold: 0, pointers: 2 }, getTouchAction: function () {
11566
- return [Mb];
11567
- }, attrTest: function (a) {
11568
- return this._super.attrTest.call(this, a) && (Math.abs(a.scale - 1) > this.options.threshold || this.state & Sb);
11569
- }, emit: function (a) {
11570
- if (this._super.emit.call(this, a), 1 !== a.scale) {
11571
- var b = a.scale < 1 ? "in" : "out";this.manager.emit(this.options.event + b, a);
11572
- }
11573
- } }), p(dc, Yb, { defaults: { event: "press", pointers: 1, time: 500, threshold: 5 }, getTouchAction: function () {
11574
- return [Kb];
11575
- }, process: function (a) {
11576
- var b = this.options,
11577
- c = a.pointers.length === b.pointers,
11578
- d = a.distance < b.threshold,
11579
- e = a.deltaTime > b.time;if (this._input = a, !d || !c || a.eventType & (Q | R) && !e) this.reset();else if (a.eventType & O) this.reset(), this._timer = k(function () {
11580
- this.state = Vb, this.tryEmit();
11581
- }, b.time, this);else if (a.eventType & Q) return Vb;return Xb;
11582
- }, reset: function () {
11583
- clearTimeout(this._timer);
11584
- }, emit: function (a) {
11585
- this.state === Vb && (a && a.eventType & Q ? this.manager.emit(this.options.event + "up", a) : (this._input.timeStamp = j(), this.manager.emit(this.options.event, this._input)));
11586
- } }), p(ec, ac, { defaults: { event: "rotate", threshold: 0, pointers: 2 }, getTouchAction: function () {
11587
- return [Mb];
11588
- }, attrTest: function (a) {
11589
- return this._super.attrTest.call(this, a) && (Math.abs(a.rotation) > this.options.threshold || this.state & Sb);
11590
- } }), p(fc, ac, { defaults: { event: "swipe", threshold: 10, velocity: .65, direction: X | Y, pointers: 1 }, getTouchAction: function () {
11591
- return bc.prototype.getTouchAction.call(this);
11592
- }, attrTest: function (a) {
11593
- var c,
11594
- b = this.options.direction;return b & (X | Y) ? c = a.velocity : b & X ? c = a.velocityX : b & Y && (c = a.velocityY), this._super.attrTest.call(this, a) && b & a.direction && a.distance > this.options.threshold && i(c) > this.options.velocity && a.eventType & Q;
11595
- }, emit: function (a) {
11596
- var b = $b(a.direction);b && this.manager.emit(this.options.event + b, a), this.manager.emit(this.options.event, a);
11597
- } }), p(gc, Yb, { defaults: { event: "tap", pointers: 1, taps: 1, interval: 300, time: 250, threshold: 2, posThreshold: 10 }, getTouchAction: function () {
11598
- return [Lb];
11599
- }, process: function (a) {
11600
- var b = this.options,
11601
- c = a.pointers.length === b.pointers,
11602
- d = a.distance < b.threshold,
11603
- e = a.deltaTime < b.time;if (this.reset(), a.eventType & O && 0 === this.count) return this.failTimeout();if (d && e && c) {
11604
- if (a.eventType != Q) return this.failTimeout();var f = this.pTime ? a.timeStamp - this.pTime < b.interval : !0,
11605
- g = !this.pCenter || kb(this.pCenter, a.center) < b.posThreshold;this.pTime = a.timeStamp, this.pCenter = a.center, g && f ? this.count += 1 : this.count = 1, this._input = a;var h = this.count % b.taps;if (0 === h) return this.hasRequireFailures() ? (this._timer = k(function () {
11606
- this.state = Vb, this.tryEmit();
11607
- }, b.interval, this), Sb) : Vb;
11608
- }return Xb;
11609
- }, failTimeout: function () {
11610
- return this._timer = k(function () {
11611
- this.state = Xb;
11612
- }, this.options.interval, this), Xb;
11613
- }, reset: function () {
11614
- clearTimeout(this._timer);
11615
- }, emit: function () {
11616
- this.state == Vb && (this._input.tapCount = this.count, this.manager.emit(this.options.event, this._input));
11617
- } }), hc.VERSION = "2.0.4", hc.defaults = { domEvents: !1, touchAction: Jb, enable: !0, inputTarget: null, inputClass: null, preset: [[ec, { enable: !1 }], [cc, { enable: !1 }, ["rotate"]], [fc, { direction: X }], [bc, { direction: X }, ["swipe"]], [gc], [gc, { event: "doubletap", taps: 2 }, ["tap"]], [dc]], cssProps: { userSelect: "default", touchSelect: "none", touchCallout: "none", contentZooming: "none", userDrag: "none", tapHighlightColor: "rgba(0,0,0,0)" } };var ic = 1,
11618
- jc = 2;kc.prototype = { set: function (a) {
11619
- return n(this.options, a), a.touchAction && this.touchAction.update(), a.inputTarget && (this.input.destroy(), this.input.target = a.inputTarget, this.input.init()), this;
11620
- }, stop: function (a) {
11621
- this.session.stopped = a ? jc : ic;
11622
- }, recognize: function (a) {
11623
- var b = this.session;if (!b.stopped) {
11624
- this.touchAction.preventDefaults(a);var c,
11625
- d = this.recognizers,
11626
- e = b.curRecognizer;(!e || e && e.state & Vb) && (e = b.curRecognizer = null);for (var f = 0; f < d.length;) {
11627
- c = d[f], b.stopped === jc || e && c != e && !c.canRecognizeWith(e) ? c.reset() : c.recognize(a), !e && c.state & (Sb | Tb | Ub) && (e = b.curRecognizer = c), f++;
11628
- }
11629
- }
11630
- }, get: function (a) {
11631
- if (a instanceof Yb) return a;for (var b = this.recognizers, c = 0; c < b.length; c++) {
11632
- if (b[c].options.event == a) return b[c];
11633
- }return null;
11634
- }, add: function (a) {
11635
- if (l(a, "add", this)) return this;var b = this.get(a.options.event);return b && this.remove(b), this.recognizers.push(a), a.manager = this, this.touchAction.update(), a;
11636
- }, remove: function (a) {
11637
- if (l(a, "remove", this)) return this;var b = this.recognizers;return a = this.get(a), b.splice(y(b, a), 1), this.touchAction.update(), this;
11638
- }, on: function (a, b) {
11639
- var c = this.handlers;return m(x(a), function (a) {
11640
- c[a] = c[a] || [], c[a].push(b);
11641
- }), this;
11642
- }, off: function (a, b) {
11643
- var c = this.handlers;return m(x(a), function (a) {
11644
- b ? c[a].splice(y(c[a], b), 1) : delete c[a];
11645
- }), this;
11646
- }, emit: function (a, b) {
11647
- this.options.domEvents && mc(a, b);var c = this.handlers[a] && this.handlers[a].slice();if (c && c.length) {
11648
- b.type = a, b.preventDefault = function () {
11649
- b.srcEvent.preventDefault();
11650
- };for (var d = 0; d < c.length;) {
11651
- c[d](b), d++;
11652
- }
11653
- }
11654
- }, destroy: function () {
11655
- this.element && lc(this, !1), this.handlers = {}, this.session = {}, this.input.destroy(), this.element = null;
11656
- } }, n(hc, { INPUT_START: O, INPUT_MOVE: P, INPUT_END: Q, INPUT_CANCEL: R, STATE_POSSIBLE: Rb, STATE_BEGAN: Sb, STATE_CHANGED: Tb, STATE_ENDED: Ub, STATE_RECOGNIZED: Vb, STATE_CANCELLED: Wb, STATE_FAILED: Xb, DIRECTION_NONE: S, DIRECTION_LEFT: T, DIRECTION_RIGHT: U, DIRECTION_UP: V, DIRECTION_DOWN: W, DIRECTION_HORIZONTAL: X, DIRECTION_VERTICAL: Y, DIRECTION_ALL: Z, Manager: kc, Input: ab, TouchAction: Pb, TouchInput: Eb, MouseInput: rb, PointerEventInput: wb, TouchMouseInput: Gb, SingleTouchInput: Ab, Recognizer: Yb, AttrRecognizer: ac, Tap: gc, Pan: bc, Swipe: fc, Pinch: cc, Rotate: ec, Press: dc, on: t, off: u, each: m, merge: o, extend: n, inherit: p, bindFn: q, prefixed: B }), "function" == g && __webpack_require__(7) ? !(__WEBPACK_AMD_DEFINE_RESULT__ = function () {
11657
- return hc;
11658
- }.call(exports, __webpack_require__, exports, module),
11659
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : "undefined" != typeof module && module.exports ? module.exports = hc : a[c] = hc;
11660
- }(window, document, "Hammer");;(function (factory) {
11661
- if (true) {
11662
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(0), __webpack_require__(8)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
11663
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
11664
- (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
11665
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
11666
- } else if (typeof exports === 'object') {
11667
- factory(require('jquery'), require('hammerjs'));
11668
- } else {
11669
- factory(jQuery, Hammer);
11670
- }
11671
- })(function ($, Hammer) {
11672
- function hammerify(el, options) {
11673
- var $el = $(el);
11674
- if (!$el.data("hammer")) {
11675
- $el.data("hammer", new Hammer($el[0], options));
11676
- }
11677
- }
11678
-
11679
- $.fn.hammer = function (options) {
11680
- return this.each(function () {
11681
- hammerify(this, options);
11682
- });
11683
- };
11684
-
11685
- // extend the emit method to also trigger jQuery events
11686
- Hammer.Manager.prototype.emit = function (originalEmit) {
11687
- return function (type, data) {
11688
- originalEmit.call(this, type, data);
11689
- $(this.element).trigger({
11690
- type: type,
11691
- gesture: data
11692
- });
11693
- };
11694
- }(Hammer.Manager.prototype.emit);
11695
- });
11696
- ; // Required for Meteor package, the use of window prevents export by Meteor
11697
- (function (window) {
11698
- if (window.Package) {
11699
- Materialize = {};
11700
- } else {
11701
- window.Materialize = {};
11702
- }
11703
- })(window);
11704
-
11705
- /*
11706
- * raf.js
11707
- * https://github.com/ngryman/raf.js
11708
- *
11709
- * original requestAnimationFrame polyfill by Erik Möller
11710
- * inspired from paul_irish gist and post
11711
- *
11712
- * Copyright (c) 2013 ngryman
11713
- * Licensed under the MIT license.
11714
- */
11715
- (function (window) {
11716
- var lastTime = 0,
11717
- vendors = ['webkit', 'moz'],
11718
- requestAnimationFrame = window.requestAnimationFrame,
11719
- cancelAnimationFrame = window.cancelAnimationFrame,
11720
- i = vendors.length;
11721
-
11722
- // try to un-prefix existing raf
11723
- while (--i >= 0 && !requestAnimationFrame) {
11724
- requestAnimationFrame = window[vendors[i] + 'RequestAnimationFrame'];
11725
- cancelAnimationFrame = window[vendors[i] + 'CancelRequestAnimationFrame'];
11726
- }
11727
-
11728
- // polyfill with setTimeout fallback
11729
- // heavily inspired from @darius gist mod: https://gist.github.com/paulirish/1579671#comment-837945
11730
- if (!requestAnimationFrame || !cancelAnimationFrame) {
11731
- requestAnimationFrame = function (callback) {
11732
- var now = +Date.now(),
11733
- nextTime = Math.max(lastTime + 16, now);
11734
- return setTimeout(function () {
11735
- callback(lastTime = nextTime);
11736
- }, nextTime - now);
11737
- };
11738
-
11739
- cancelAnimationFrame = clearTimeout;
11740
- }
11741
-
11742
- // export to window
11743
- window.requestAnimationFrame = requestAnimationFrame;
11744
- window.cancelAnimationFrame = cancelAnimationFrame;
11745
- })(window);
11746
-
11747
- /**
11748
- * Generate approximated selector string for a jQuery object
11749
- * @param {jQuery} obj jQuery object to be parsed
11750
- * @returns {string}
11751
- */
11752
- Materialize.objectSelectorString = function (obj) {
11753
- var tagStr = obj.prop('tagName') || '';
11754
- var idStr = obj.attr('id') || '';
11755
- var classStr = obj.attr('class') || '';
11756
- return (tagStr + idStr + classStr).replace(/\s/g, '');
11757
- };
11758
-
11759
- // Unique Random ID
11760
- Materialize.guid = function () {
11761
- function s4() {
11762
- return Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1);
11763
- }
11764
- return function () {
11765
- return s4() + s4() + '-' + s4() + '-' + s4() + '-' + s4() + '-' + s4() + s4() + s4();
11766
- };
11767
- }();
11768
-
11769
- /**
11770
- * Escapes hash from special characters
11771
- * @param {string} hash String returned from this.hash
11772
- * @returns {string}
11773
- */
11774
- Materialize.escapeHash = function (hash) {
11775
- return hash.replace(/(:|\.|\[|\]|,|=)/g, "\\$1");
11776
- };
11777
-
11778
- Materialize.elementOrParentIsFixed = function (element) {
11779
- var $element = $(element);
11780
- var $checkElements = $element.add($element.parents());
11781
- var isFixed = false;
11782
- $checkElements.each(function () {
11783
- if ($(this).css("position") === "fixed") {
11784
- isFixed = true;
11785
- return false;
11786
- }
11787
- });
11788
- return isFixed;
11789
- };
11790
-
11791
- /**
11792
- * Get time in ms
11793
- * @license https://raw.github.com/jashkenas/underscore/master/LICENSE
11794
- * @type {function}
11795
- * @return {number}
11796
- */
11797
- var getTime = Date.now || function () {
11798
- return new Date().getTime();
11799
- };
11800
-
11801
- /**
11802
- * Returns a function, that, when invoked, will only be triggered at most once
11803
- * during a given window of time. Normally, the throttled function will run
11804
- * as much as it can, without ever going more than once per `wait` duration;
11805
- * but if you'd like to disable the execution on the leading edge, pass
11806
- * `{leading: false}`. To disable execution on the trailing edge, ditto.
11807
- * @license https://raw.github.com/jashkenas/underscore/master/LICENSE
11808
- * @param {function} func
11809
- * @param {number} wait
11810
- * @param {Object=} options
11811
- * @returns {Function}
11812
- */
11813
- Materialize.throttle = function (func, wait, options) {
11814
- var context, args, result;
11815
- var timeout = null;
11816
- var previous = 0;
11817
- options || (options = {});
11818
- var later = function () {
11819
- previous = options.leading === false ? 0 : getTime();
11820
- timeout = null;
11821
- result = func.apply(context, args);
11822
- context = args = null;
11823
- };
11824
- return function () {
11825
- var now = getTime();
11826
- if (!previous && options.leading === false) previous = now;
11827
- var remaining = wait - (now - previous);
11828
- context = this;
11829
- args = arguments;
11830
- if (remaining <= 0) {
11831
- clearTimeout(timeout);
11832
- timeout = null;
11833
- previous = now;
11834
- result = func.apply(context, args);
11835
- context = args = null;
11836
- } else if (!timeout && options.trailing !== false) {
11837
- timeout = setTimeout(later, remaining);
11838
- }
11839
- return result;
11840
- };
11841
- };
11842
-
11843
- // Velocity has conflicts when loaded with jQuery, this will check for it
11844
- // First, check if in noConflict mode
11845
- var Vel;
11846
- if (jQuery) {
11847
- Vel = jQuery.Velocity;
11848
- } else if ($) {
11849
- Vel = $.Velocity;
11850
- } else {
11851
- Vel = Velocity;
11852
- }
11853
- ;(function ($) {
11854
- $.fn.collapsible = function (options, methodParam) {
11855
- var defaults = {
11856
- accordion: undefined,
11857
- onOpen: undefined,
11858
- onClose: undefined
11859
- };
11860
-
11861
- var methodName = options;
11862
- options = $.extend(defaults, options);
11863
-
11864
- return this.each(function () {
11865
-
11866
- var $this = $(this);
11867
-
11868
- var $panel_headers = $(this).find('> li > .collapsible-header');
11869
-
11870
- var collapsible_type = $this.data("collapsible");
11871
-
11872
- /****************
11873
- Helper Functions
11874
- ****************/
11875
-
11876
- // Accordion Open
11877
- function accordionOpen(object) {
11878
- $panel_headers = $this.find('> li > .collapsible-header');
11879
- if (object.hasClass('active')) {
11880
- object.parent().addClass('active');
11881
- } else {
11882
- object.parent().removeClass('active');
11883
- }
11884
- if (object.parent().hasClass('active')) {
11885
- object.siblings('.collapsible-body').stop(true, false).slideDown({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
11886
- $(this).css('height', '');
11887
- } });
11888
- } else {
11889
- object.siblings('.collapsible-body').stop(true, false).slideUp({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
11890
- $(this).css('height', '');
11891
- } });
11892
- }
11893
-
11894
- $panel_headers.not(object).removeClass('active').parent().removeClass('active');
11895
-
11896
- // Close previously open accordion elements.
11897
- $panel_headers.not(object).parent().children('.collapsible-body').stop(true, false).each(function () {
11898
- if ($(this).is(':visible')) {
11899
- $(this).slideUp({
11900
- duration: 350,
11901
- easing: "easeOutQuart",
11902
- queue: false,
11903
- complete: function () {
11904
- $(this).css('height', '');
11905
- execCallbacks($(this).siblings('.collapsible-header'));
11906
- }
11907
- });
11908
- }
11909
- });
11910
- }
11911
-
11912
- // Expandable Open
11913
- function expandableOpen(object) {
11914
- if (object.hasClass('active')) {
11915
- object.parent().addClass('active');
11916
- } else {
11917
- object.parent().removeClass('active');
11918
- }
11919
- if (object.parent().hasClass('active')) {
11920
- object.siblings('.collapsible-body').stop(true, false).slideDown({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
11921
- $(this).css('height', '');
11922
- } });
11923
- } else {
11924
- object.siblings('.collapsible-body').stop(true, false).slideUp({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
11925
- $(this).css('height', '');
11926
- } });
11927
- }
11928
- }
11929
-
11930
- // Open collapsible. object: .collapsible-header
11931
- function collapsibleOpen(object, noToggle) {
11932
- if (!noToggle) {
11933
- object.toggleClass('active');
11934
- }
11935
-
11936
- if (options.accordion || collapsible_type === "accordion" || collapsible_type === undefined) {
11937
- // Handle Accordion
11938
- accordionOpen(object);
11939
- } else {
11940
- // Handle Expandables
11941
- expandableOpen(object);
11942
- }
11943
-
11944
- execCallbacks(object);
11945
- }
11946
-
11947
- // Handle callbacks
11948
- function execCallbacks(object) {
11949
- if (object.hasClass('active')) {
11950
- if (typeof options.onOpen === "function") {
11951
- options.onOpen.call(this, object.parent());
11952
- }
11953
- } else {
11954
- if (typeof options.onClose === "function") {
11955
- options.onClose.call(this, object.parent());
11956
- }
11957
- }
11958
- }
11959
-
11960
- /**
11961
- * Check if object is children of panel header
11962
- * @param {Object} object Jquery object
11963
- * @return {Boolean} true if it is children
11964
- */
11965
- function isChildrenOfPanelHeader(object) {
11966
-
11967
- var panelHeader = getPanelHeader(object);
11968
-
11969
- return panelHeader.length > 0;
11970
- }
11971
-
11972
- /**
11973
- * Get panel header from a children element
11974
- * @param {Object} object Jquery object
11975
- * @return {Object} panel header object
11976
- */
11977
- function getPanelHeader(object) {
11978
-
11979
- return object.closest('li > .collapsible-header');
11980
- }
11981
-
11982
- // Turn off any existing event handlers
11983
- function removeEventHandlers() {
11984
- $this.off('click.collapse', '> li > .collapsible-header');
11985
- }
11986
-
11987
- /***** End Helper Functions *****/
11988
-
11989
- // Methods
11990
- if (methodName === 'destroy') {
11991
- removeEventHandlers();
11992
- return;
11993
- } else if (methodParam >= 0 && methodParam < $panel_headers.length) {
11994
- var $curr_header = $panel_headers.eq(methodParam);
11995
- if ($curr_header.length && (methodName === 'open' || methodName === 'close' && $curr_header.hasClass('active'))) {
11996
- collapsibleOpen($curr_header);
11997
- }
11998
- return;
11999
- }
12000
-
12001
- removeEventHandlers();
12002
-
12003
- // Add click handler to only direct collapsible header children
12004
- $this.on('click.collapse', '> li > .collapsible-header', function (e) {
12005
- var element = $(e.target);
12006
-
12007
- if (isChildrenOfPanelHeader(element)) {
12008
- element = getPanelHeader(element);
12009
- }
12010
-
12011
- collapsibleOpen(element);
12012
- });
12013
-
12014
- // Open first active
12015
- if (options.accordion || collapsible_type === "accordion" || collapsible_type === undefined) {
12016
- // Handle Accordion
12017
- collapsibleOpen($panel_headers.filter('.active').first(), true);
12018
- } else {
12019
- // Handle Expandables
12020
- $panel_headers.filter('.active').each(function () {
12021
- collapsibleOpen($(this), true);
12022
- });
12023
- }
12024
- });
12025
- };
12026
-
12027
- $(document).ready(function () {
12028
- $('.collapsible').collapsible();
12029
- });
12030
- })(jQuery);;(function ($) {
12031
-
12032
- // Add posibility to scroll to selected option
12033
- // usefull for select for example
12034
- $.fn.scrollTo = function (elem) {
12035
- $(this).scrollTop($(this).scrollTop() - $(this).offset().top + $(elem).offset().top);
12036
- return this;
12037
- };
12038
-
12039
- $.fn.dropdown = function (options) {
12040
- var defaults = {
12041
- inDuration: 300,
12042
- outDuration: 225,
12043
- constrainWidth: true, // Constrains width of dropdown to the activator
12044
- hover: false,
12045
- gutter: 0, // Spacing from edge
12046
- belowOrigin: false,
12047
- alignment: 'left',
12048
- stopPropagation: false
12049
- };
12050
-
12051
- // Open dropdown.
12052
- if (options === "open") {
12053
- this.each(function () {
12054
- $(this).trigger('open');
12055
- });
12056
- return false;
12057
- }
12058
-
12059
- // Close dropdown.
12060
- if (options === "close") {
12061
- this.each(function () {
12062
- $(this).trigger('close');
12063
- });
12064
- return false;
12065
- }
12066
-
12067
- this.each(function () {
12068
- var origin = $(this);
12069
- var curr_options = $.extend({}, defaults, options);
12070
- var isFocused = false;
12071
-
12072
- // Dropdown menu
12073
- var activates = $("#" + origin.attr('data-activates'));
12074
-
12075
- function updateOptions() {
12076
- if (origin.data('induration') !== undefined) curr_options.inDuration = origin.data('induration');
12077
- if (origin.data('outduration') !== undefined) curr_options.outDuration = origin.data('outduration');
12078
- if (origin.data('constrainwidth') !== undefined) curr_options.constrainWidth = origin.data('constrainwidth');
12079
- if (origin.data('hover') !== undefined) curr_options.hover = origin.data('hover');
12080
- if (origin.data('gutter') !== undefined) curr_options.gutter = origin.data('gutter');
12081
- if (origin.data('beloworigin') !== undefined) curr_options.belowOrigin = origin.data('beloworigin');
12082
- if (origin.data('alignment') !== undefined) curr_options.alignment = origin.data('alignment');
12083
- if (origin.data('stoppropagation') !== undefined) curr_options.stopPropagation = origin.data('stoppropagation');
12084
- }
12085
-
12086
- updateOptions();
12087
-
12088
- // Attach dropdown to its activator
12089
- origin.after(activates);
12090
-
12091
- /*
12092
- Helper function to position and resize dropdown.
12093
- Used in hover and click handler.
12094
- */
12095
- function placeDropdown(eventType) {
12096
- // Check for simultaneous focus and click events.
12097
- if (eventType === 'focus') {
12098
- isFocused = true;
12099
- }
12100
-
12101
- // Check html data attributes
12102
- updateOptions();
12103
-
12104
- // Set Dropdown state
12105
- activates.addClass('active');
12106
- origin.addClass('active');
12107
-
12108
- var originWidth = origin[0].getBoundingClientRect().width;
12109
-
12110
- // Constrain width
12111
- if (curr_options.constrainWidth === true) {
12112
- activates.css('width', originWidth);
12113
- } else {
12114
- activates.css('white-space', 'nowrap');
12115
- }
12116
-
12117
- // Offscreen detection
12118
- var windowHeight = window.innerHeight;
12119
- var originHeight = origin.innerHeight();
12120
- var offsetLeft = origin.offset().left;
12121
- var offsetTop = origin.offset().top - $(window).scrollTop();
12122
- var currAlignment = curr_options.alignment;
12123
- var gutterSpacing = 0;
12124
- var leftPosition = 0;
12125
-
12126
- // Below Origin
12127
- var verticalOffset = 0;
12128
- if (curr_options.belowOrigin === true) {
12129
- verticalOffset = originHeight;
12130
- }
12131
-
12132
- // Check for scrolling positioned container.
12133
- var scrollYOffset = 0;
12134
- var scrollXOffset = 0;
12135
- var wrapper = origin.parent();
12136
- if (!wrapper.is('body')) {
12137
- if (wrapper[0].scrollHeight > wrapper[0].clientHeight) {
12138
- scrollYOffset = wrapper[0].scrollTop;
12139
- }
12140
- if (wrapper[0].scrollWidth > wrapper[0].clientWidth) {
12141
- scrollXOffset = wrapper[0].scrollLeft;
12142
- }
12143
- }
12144
-
12145
- if (offsetLeft + activates.innerWidth() > $(window).width()) {
12146
- // Dropdown goes past screen on right, force right alignment
12147
- currAlignment = 'right';
12148
- } else if (offsetLeft - activates.innerWidth() + origin.innerWidth() < 0) {
12149
- // Dropdown goes past screen on left, force left alignment
12150
- currAlignment = 'left';
12151
- }
12152
- // Vertical bottom offscreen detection
12153
- if (offsetTop + activates.innerHeight() > windowHeight) {
12154
- // If going upwards still goes offscreen, just crop height of dropdown.
12155
- if (offsetTop + originHeight - activates.innerHeight() < 0) {
12156
- var adjustedHeight = windowHeight - offsetTop - verticalOffset;
12157
- activates.css('max-height', adjustedHeight);
12158
- } else {
12159
- // Flow upwards.
12160
- if (!verticalOffset) {
12161
- verticalOffset += originHeight;
12162
- }
12163
- verticalOffset -= activates.innerHeight();
12164
- }
12165
- }
12166
-
12167
- // Handle edge alignment
12168
- if (currAlignment === 'left') {
12169
- gutterSpacing = curr_options.gutter;
12170
- leftPosition = origin.position().left + gutterSpacing;
12171
- } else if (currAlignment === 'right') {
12172
- // Material icons fix
12173
- activates.stop(true, true).css({
12174
- opacity: 0,
12175
- left: 0
12176
- });
12177
-
12178
- var offsetRight = origin.position().left + originWidth - activates.width();
12179
- gutterSpacing = -curr_options.gutter;
12180
- leftPosition = offsetRight + gutterSpacing;
12181
- }
12182
-
12183
- // Position dropdown
12184
- activates.css({
12185
- position: 'absolute',
12186
- top: origin.position().top + verticalOffset + scrollYOffset,
12187
- left: leftPosition + scrollXOffset
12188
- });
12189
-
12190
- // Show dropdown
12191
- activates.slideDown({
12192
- queue: false,
12193
- duration: curr_options.inDuration,
12194
- easing: 'easeOutCubic',
12195
- complete: function () {
12196
- $(this).css('height', '');
12197
- }
12198
- }).animate({ opacity: 1 }, { queue: false, duration: curr_options.inDuration, easing: 'easeOutSine' });
12199
-
12200
- // Add click close handler to document
12201
- setTimeout(function () {
12202
- $(document).on('click.' + activates.attr('id'), function (e) {
12203
- hideDropdown();
12204
- $(document).off('click.' + activates.attr('id'));
12205
- });
12206
- }, 0);
12207
- }
12208
-
12209
- function hideDropdown() {
12210
- // Check for simultaneous focus and click events.
12211
- isFocused = false;
12212
- activates.fadeOut(curr_options.outDuration);
12213
- activates.removeClass('active');
12214
- origin.removeClass('active');
12215
- $(document).off('click.' + activates.attr('id'));
12216
- setTimeout(function () {
12217
- activates.css('max-height', '');
12218
- }, curr_options.outDuration);
12219
- }
12220
-
12221
- // Hover
12222
- if (curr_options.hover) {
12223
- var open = false;
12224
- origin.off('click.' + origin.attr('id'));
12225
- // Hover handler to show dropdown
12226
- origin.on('mouseenter', function (e) {
12227
- // Mouse over
12228
- if (open === false) {
12229
- placeDropdown();
12230
- open = true;
12231
- }
12232
- });
12233
- origin.on('mouseleave', function (e) {
12234
- // If hover on origin then to something other than dropdown content, then close
12235
- var toEl = e.toElement || e.relatedTarget; // added browser compatibility for target element
12236
- if (!$(toEl).closest('.dropdown-content').is(activates)) {
12237
- activates.stop(true, true);
12238
- hideDropdown();
12239
- open = false;
12240
- }
12241
- });
12242
-
12243
- activates.on('mouseleave', function (e) {
12244
- // Mouse out
12245
- var toEl = e.toElement || e.relatedTarget;
12246
- if (!$(toEl).closest('.dropdown-button').is(origin)) {
12247
- activates.stop(true, true);
12248
- hideDropdown();
12249
- open = false;
12250
- }
12251
- });
12252
-
12253
- // Click
12254
- } else {
12255
- // Click handler to show dropdown
12256
- origin.off('click.' + origin.attr('id'));
12257
- origin.on('click.' + origin.attr('id'), function (e) {
12258
- if (!isFocused) {
12259
- if (origin[0] == e.currentTarget && !origin.hasClass('active') && $(e.target).closest('.dropdown-content').length === 0) {
12260
- e.preventDefault(); // Prevents button click from moving window
12261
- if (curr_options.stopPropagation) {
12262
- e.stopPropagation();
12263
- }
12264
- placeDropdown('click');
12265
- }
12266
- // If origin is clicked and menu is open, close menu
12267
- else if (origin.hasClass('active')) {
12268
- hideDropdown();
12269
- $(document).off('click.' + activates.attr('id'));
12270
- }
12271
- }
12272
- });
12273
- } // End else
12274
-
12275
- // Listen to open and close event - useful for select component
12276
- origin.on('open', function (e, eventType) {
12277
- placeDropdown(eventType);
12278
- });
12279
- origin.on('close', hideDropdown);
12280
- });
12281
- }; // End dropdown plugin
12282
-
12283
- $(document).ready(function () {
12284
- $('.dropdown-button').dropdown();
12285
- });
12286
- })(jQuery);
12287
- ;(function ($) {
12288
- 'use strict';
12289
-
12290
- var _defaults = {
12291
- opacity: 0.5,
12292
- inDuration: 250,
12293
- outDuration: 250,
12294
- ready: undefined,
12295
- complete: undefined,
12296
- dismissible: true,
12297
- startingTop: '4%',
12298
- endingTop: '10%'
12299
- };
12300
-
12301
- /**
12302
- * @class
12303
- *
12304
- */
12305
-
12306
- var Modal = function () {
12307
- /**
12308
- * Construct Modal instance and set up overlay
12309
- * @constructor
12310
- * @param {jQuery} $el
12311
- * @param {Object} options
12312
- */
12313
- function Modal($el, options) {
12314
- _classCallCheck(this, Modal);
12315
-
12316
- // If exists, destroy and reinitialize
12317
- if (!!$el[0].M_Modal) {
12318
- $el[0].M_Modal.destroy();
12319
- }
12320
-
12321
- /**
12322
- * The jQuery element
12323
- * @type {jQuery}
12324
- */
12325
- this.$el = $el;
12326
-
12327
- /**
12328
- * Options for the modal
12329
- * @member Modal#options
12330
- * @prop {Number} [opacity=0.5] - Opacity of the modal overlay
12331
- * @prop {Number} [inDuration=250] - Length in ms of enter transition
12332
- * @prop {Number} [outDuration=250] - Length in ms of exit transition
12333
- * @prop {Function} ready - Callback function called when modal is finished entering
12334
- * @prop {Function} complete - Callback function called when modal is finished exiting
12335
- * @prop {Boolean} [dismissible=true] - Allow modal to be dismissed by keyboard or overlay click
12336
- * @prop {String} [startingTop='4%'] - startingTop
12337
- * @prop {String} [endingTop='10%'] - endingTop
12338
- */
12339
- this.options = $.extend({}, Modal.defaults, options);
12340
-
12341
- /**
12342
- * Describes open/close state of modal
12343
- * @type {Boolean}
12344
- */
12345
- this.isOpen = false;
12346
-
12347
- this.$el[0].M_Modal = this;
12348
- this.id = $el.attr('id');
12349
- this.openingTrigger = undefined;
12350
- this.$overlay = $('<div class="modal-overlay"></div>');
12351
-
12352
- Modal._increment++;
12353
- Modal._count++;
12354
- this.$overlay[0].style.zIndex = 1000 + Modal._increment * 2;
12355
- this.$el[0].style.zIndex = 1000 + Modal._increment * 2 + 1;
12356
- this.setupEventHandlers();
12357
- }
12358
-
12359
- _createClass(Modal, [{
12360
- key: 'getInstance',
12361
-
12362
-
12363
- /**
12364
- * Get Instance
12365
- */
12366
- value: function getInstance() {
12367
- return this;
12368
- }
12369
-
12370
- /**
12371
- * Teardown component
12372
- */
12373
-
12374
- }, {
12375
- key: 'destroy',
12376
- value: function destroy() {
12377
- this.removeEventHandlers();
12378
- this.$el[0].removeAttribute('style');
12379
- if (!!this.$overlay[0].parentNode) {
12380
- this.$overlay[0].parentNode.removeChild(this.$overlay[0]);
12381
- }
12382
- this.$el[0].M_Modal = undefined;
12383
- Modal._count--;
12384
- }
12385
-
12386
- /**
12387
- * Setup Event Handlers
12388
- */
12389
-
12390
- }, {
12391
- key: 'setupEventHandlers',
12392
- value: function setupEventHandlers() {
12393
- this.handleOverlayClickBound = this.handleOverlayClick.bind(this);
12394
- this.handleModalCloseClickBound = this.handleModalCloseClick.bind(this);
12395
-
12396
- if (Modal._count === 1) {
12397
- document.addEventListener('click', this.handleTriggerClick);
12398
- }
12399
- this.$overlay[0].addEventListener('click', this.handleOverlayClickBound);
12400
- this.$el[0].addEventListener('click', this.handleModalCloseClickBound);
12401
- }
12402
-
12403
- /**
12404
- * Remove Event Handlers
12405
- */
12406
-
12407
- }, {
12408
- key: 'removeEventHandlers',
12409
- value: function removeEventHandlers() {
12410
- if (Modal._count === 0) {
12411
- document.removeEventListener('click', this.handleTriggerClick);
12412
- }
12413
- this.$overlay[0].removeEventListener('click', this.handleOverlayClickBound);
12414
- this.$el[0].removeEventListener('click', this.handleModalCloseClickBound);
12415
- }
12416
-
12417
- /**
12418
- * Handle Trigger Click
12419
- * @param {Event} e
12420
- */
12421
-
12422
- }, {
12423
- key: 'handleTriggerClick',
12424
- value: function handleTriggerClick(e) {
12425
- var $trigger = $(e.target).closest('.modal-trigger');
12426
- if (e.target && $trigger.length) {
12427
- var modalId = $trigger[0].getAttribute('href');
12428
- if (modalId) {
12429
- modalId = modalId.slice(1);
12430
- } else {
12431
- modalId = $trigger[0].getAttribute('data-target');
12432
- }
12433
- var modalInstance = document.getElementById(modalId).M_Modal;
12434
- if (modalInstance) {
12435
- modalInstance.open($trigger);
12436
- }
12437
- e.preventDefault();
12438
- }
12439
- }
12440
-
12441
- /**
12442
- * Handle Overlay Click
12443
- */
12444
-
12445
- }, {
12446
- key: 'handleOverlayClick',
12447
- value: function handleOverlayClick() {
12448
- if (this.options.dismissible) {
12449
- this.close();
12450
- }
12451
- }
12452
-
12453
- /**
12454
- * Handle Modal Close Click
12455
- * @param {Event} e
12456
- */
12457
-
12458
- }, {
12459
- key: 'handleModalCloseClick',
12460
- value: function handleModalCloseClick(e) {
12461
- var $closeTrigger = $(e.target).closest('.modal-close');
12462
- if (e.target && $closeTrigger.length) {
12463
- this.close();
12464
- }
12465
- }
12466
-
12467
- /**
12468
- * Handle Keydown
12469
- * @param {Event} e
12470
- */
12471
-
12472
- }, {
12473
- key: 'handleKeydown',
12474
- value: function handleKeydown(e) {
12475
- // ESC key
12476
- if (e.keyCode === 27 && this.options.dismissible) {
12477
- this.close();
12478
- }
12479
- }
12480
-
12481
- /**
12482
- * Animate in modal
12483
- */
12484
-
12485
- }, {
12486
- key: 'animateIn',
12487
- value: function animateIn() {
12488
- var _this = this;
12489
-
12490
- // Set initial styles
12491
- $.extend(this.$el[0].style, {
12492
- display: 'block',
12493
- opacity: 0
12494
- });
12495
- $.extend(this.$overlay[0].style, {
12496
- display: 'block',
12497
- opacity: 0
12498
- });
12499
-
12500
- // Animate overlay
12501
- Vel(this.$overlay[0], { opacity: this.options.opacity }, { duration: this.options.inDuration, queue: false, ease: 'easeOutCubic' });
12502
-
12503
- // Define modal animation options
12504
- var enterVelocityOptions = {
12505
- duration: this.options.inDuration,
12506
- queue: false,
12507
- ease: 'easeOutCubic',
12508
- // Handle modal ready callback
12509
- complete: function () {
12510
- if (typeof _this.options.ready === 'function') {
12511
- _this.options.ready.call(_this, _this.$el, _this.openingTrigger);
12512
- }
12513
- }
12514
- };
12515
-
12516
- // Bottom sheet animation
12517
- if (this.$el[0].classList.contains('bottom-sheet')) {
12518
- Vel(this.$el[0], { bottom: 0, opacity: 1 }, enterVelocityOptions);
12519
-
12520
- // Normal modal animation
12521
- } else {
12522
- Vel.hook(this.$el[0], 'scaleX', 0.7);
12523
- this.$el[0].style.top = this.options.startingTop;
12524
- Vel(this.$el[0], { top: this.options.endingTop, opacity: 1, scaleX: 1 }, enterVelocityOptions);
12525
- }
12526
- }
12527
-
12528
- /**
12529
- * Animate out modal
12530
- */
12531
-
12532
- }, {
12533
- key: 'animateOut',
12534
- value: function animateOut() {
12535
- var _this2 = this;
12536
-
12537
- // Animate overlay
12538
- Vel(this.$overlay[0], { opacity: 0 }, { duration: this.options.outDuration, queue: false, ease: 'easeOutQuart' });
12539
-
12540
- // Define modal animation options
12541
- var exitVelocityOptions = {
12542
- duration: this.options.outDuration,
12543
- queue: false,
12544
- ease: 'easeOutCubic',
12545
- // Handle modal ready callback
12546
- complete: function () {
12547
- _this2.$el[0].style.display = 'none';
12548
- // Call complete callback
12549
- if (typeof _this2.options.complete === 'function') {
12550
- _this2.options.complete.call(_this2, _this2.$el);
12551
- }
12552
- _this2.$overlay[0].remove();
12553
- }
12554
- };
12555
-
12556
- // Bottom sheet animation
12557
- if (this.$el[0].classList.contains('bottom-sheet')) {
12558
- Vel(this.$el[0], { bottom: '-100%', opacity: 0 }, exitVelocityOptions);
12559
-
12560
- // Normal modal animation
12561
- } else {
12562
- Vel(this.$el[0], { top: this.options.startingTop, opacity: 0, scaleX: 0.7 }, exitVelocityOptions);
12563
- }
12564
- }
12565
-
12566
- /**
12567
- * Open Modal
12568
- * @param {jQuery} [$trigger]
12569
- */
12570
-
12571
- }, {
12572
- key: 'open',
12573
- value: function open($trigger) {
12574
- if (this.isOpen) {
12575
- return;
12576
- }
12577
-
12578
- this.isOpen = true;
12579
- var body = document.body;
12580
- body.style.overflow = 'hidden';
12581
- this.$el[0].classList.add('open');
12582
- body.appendChild(this.$overlay[0]);
12583
-
12584
- // Set opening trigger, undefined indicates modal was opened by javascript
12585
- this.openingTrigger = !!$trigger ? $trigger : undefined;
12586
-
12587
- if (this.options.dismissible) {
12588
- this.handleKeydownBound = this.handleKeydown.bind(this);
12589
- document.addEventListener('keydown', this.handleKeydownBound);
12590
- }
12591
-
12592
- this.animateIn();
12593
-
12594
- return this;
12595
- }
12596
-
12597
- /**
12598
- * Close Modal
12599
- */
12600
-
12601
- }, {
12602
- key: 'close',
12603
- value: function close() {
12604
- if (!this.isOpen) {
12605
- return;
12606
- }
12607
-
12608
- this.isOpen = false;
12609
- this.$el[0].classList.remove('open');
12610
- document.body.style.overflow = null;
12611
-
12612
- if (this.options.dismissible) {
12613
- document.removeEventListener('keydown', this.handleKeydownBound);
12614
- }
12615
-
12616
- this.animateOut();
12617
-
12618
- return this;
12619
- }
12620
- }], [{
12621
- key: 'init',
12622
- value: function init($els, options) {
12623
- var arr = [];
12624
- $els.each(function () {
12625
- arr.push(new Modal($(this), options));
12626
- });
12627
- return arr;
12628
- }
12629
- }, {
12630
- key: 'defaults',
12631
- get: function () {
12632
- return _defaults;
12633
- }
12634
- }]);
12635
-
12636
- return Modal;
12637
- }();
12638
-
12639
- /**
12640
- * @static
12641
- * @memberof Modal
12642
- */
12643
-
12644
-
12645
- Modal._increment = 0;
12646
-
12647
- /**
12648
- * @static
12649
- * @memberof Modal
12650
- */
12651
- Modal._count = 0;
12652
-
12653
- window.Materialize.Modal = Modal;
12654
-
12655
- $.fn.modal = function (methodOrOptions) {
12656
- // Call plugin method if valid method name is passed in
12657
- if (Modal.prototype[methodOrOptions]) {
12658
- // Getter methods
12659
- if (methodOrOptions.slice(0, 3) === 'get') {
12660
- return this.first()[0].M_Modal[methodOrOptions]();
12661
-
12662
- // Void methods
12663
- } else {
12664
- return this.each(function () {
12665
- this.M_Modal[methodOrOptions]();
12666
- });
12667
- }
12668
-
12669
- // Initialize plugin if options or no argument is passed in
12670
- } else if (typeof methodOrOptions === 'object' || !methodOrOptions) {
12671
- Modal.init(this, arguments[0]);
12672
- return this;
12673
-
12674
- // Return error if an unrecognized method name is passed in
12675
- } else {
12676
- $.error('Method ' + methodOrOptions + ' does not exist on jQuery.modal');
12677
- }
12678
- };
12679
- })(jQuery);
12680
- ;(function ($) {
12681
-
12682
- $.fn.materialbox = function () {
12683
-
12684
- return this.each(function () {
12685
-
12686
- if ($(this).hasClass('initialized')) {
12687
- return;
12688
- }
12689
-
12690
- $(this).addClass('initialized');
12691
-
12692
- var overlayActive = false;
12693
- var doneAnimating = true;
12694
- var inDuration = 275;
12695
- var outDuration = 200;
12696
- var origin = $(this);
12697
- var placeholder = $('<div></div>').addClass('material-placeholder');
12698
- var originalWidth = 0;
12699
- var originalHeight = 0;
12700
- var ancestorsChanged;
12701
- var ancestor;
12702
- var originInlineStyles = origin.attr('style');
12703
- origin.wrap(placeholder);
12704
-
12705
- // Start click handler
12706
- origin.on('click', function () {
12707
- var placeholder = origin.parent('.material-placeholder');
12708
- var windowWidth = window.innerWidth;
12709
- var windowHeight = window.innerHeight;
12710
- var originalWidth = origin.width();
12711
- var originalHeight = origin.height();
12712
-
12713
- // If already modal, return to original
12714
- if (doneAnimating === false) {
12715
- returnToOriginal();
12716
- return false;
12717
- } else if (overlayActive && doneAnimating === true) {
12718
- returnToOriginal();
12719
- return false;
12720
- }
12721
-
12722
- // Set states
12723
- doneAnimating = false;
12724
- origin.addClass('active');
12725
- overlayActive = true;
12726
-
12727
- // Set positioning for placeholder
12728
- placeholder.css({
12729
- width: placeholder[0].getBoundingClientRect().width,
12730
- height: placeholder[0].getBoundingClientRect().height,
12731
- position: 'relative',
12732
- top: 0,
12733
- left: 0
12734
- });
12735
-
12736
- // Find ancestor with overflow: hidden; and remove it
12737
- ancestorsChanged = undefined;
12738
- ancestor = placeholder[0].parentNode;
12739
- var count = 0;
12740
- while (ancestor !== null && !$(ancestor).is(document)) {
12741
- var curr = $(ancestor);
12742
- if (curr.css('overflow') !== 'visible') {
12743
- curr.css('overflow', 'visible');
12744
- if (ancestorsChanged === undefined) {
12745
- ancestorsChanged = curr;
12746
- } else {
12747
- ancestorsChanged = ancestorsChanged.add(curr);
12748
- }
12749
- }
12750
- ancestor = ancestor.parentNode;
12751
- }
12752
-
12753
- // Set css on origin
12754
- origin.css({
12755
- position: 'absolute',
12756
- 'z-index': 1000,
12757
- 'will-change': 'left, top, width, height'
12758
- }).data('width', originalWidth).data('height', originalHeight);
12759
-
12760
- // Add overlay
12761
- var overlay = $('<div id="materialbox-overlay"></div>').css({
12762
- opacity: 0
12763
- }).click(function () {
12764
- if (doneAnimating === true) returnToOriginal();
12765
- });
12766
-
12767
- // Put before in origin image to preserve z-index layering.
12768
- origin.before(overlay);
12769
-
12770
- // Set dimensions if needed
12771
- var overlayOffset = overlay[0].getBoundingClientRect();
12772
- overlay.css({
12773
- width: windowWidth,
12774
- height: windowHeight,
12775
- left: -1 * overlayOffset.left,
12776
- top: -1 * overlayOffset.top
12777
- });
12778
-
12779
- // Animate Overlay
12780
- overlay.velocity({ opacity: 1 }, { duration: inDuration, queue: false, easing: 'easeOutQuad' });
12781
-
12782
- // Add and animate caption if it exists
12783
- if (origin.data('caption') !== "") {
12784
- var $photo_caption = $('<div class="materialbox-caption"></div>');
12785
- $photo_caption.text(origin.data('caption'));
12786
- $('body').append($photo_caption);
12787
- $photo_caption.css({ "display": "inline" });
12788
- $photo_caption.velocity({ opacity: 1 }, { duration: inDuration, queue: false, easing: 'easeOutQuad' });
12789
- }
12790
-
12791
- // Resize Image
12792
- var ratio = 0;
12793
- var widthPercent = originalWidth / windowWidth;
12794
- var heightPercent = originalHeight / windowHeight;
12795
- var newWidth = 0;
12796
- var newHeight = 0;
12797
-
12798
- if (widthPercent > heightPercent) {
12799
- ratio = originalHeight / originalWidth;
12800
- newWidth = windowWidth * 0.9;
12801
- newHeight = windowWidth * 0.9 * ratio;
12802
- } else {
12803
- ratio = originalWidth / originalHeight;
12804
- newWidth = windowHeight * 0.9 * ratio;
12805
- newHeight = windowHeight * 0.9;
12806
- }
12807
-
12808
- // Animate image + set z-index
12809
- if (origin.hasClass('responsive-img')) {
12810
- origin.velocity({ 'max-width': newWidth, 'width': originalWidth }, { duration: 0, queue: false,
12811
- complete: function () {
12812
- origin.css({ left: 0, top: 0 }).velocity({
12813
- height: newHeight,
12814
- width: newWidth,
12815
- left: $(document).scrollLeft() + windowWidth / 2 - origin.parent('.material-placeholder').offset().left - newWidth / 2,
12816
- top: $(document).scrollTop() + windowHeight / 2 - origin.parent('.material-placeholder').offset().top - newHeight / 2
12817
- }, {
12818
- duration: inDuration,
12819
- queue: false,
12820
- easing: 'easeOutQuad',
12821
- complete: function () {
12822
- doneAnimating = true;
12823
- }
12824
- });
12825
- } // End Complete
12826
- }); // End Velocity
12827
- } else {
12828
- origin.css('left', 0).css('top', 0).velocity({
12829
- height: newHeight,
12830
- width: newWidth,
12831
- left: $(document).scrollLeft() + windowWidth / 2 - origin.parent('.material-placeholder').offset().left - newWidth / 2,
12832
- top: $(document).scrollTop() + windowHeight / 2 - origin.parent('.material-placeholder').offset().top - newHeight / 2
12833
- }, {
12834
- duration: inDuration,
12835
- queue: false,
12836
- easing: 'easeOutQuad',
12837
- complete: function () {
12838
- doneAnimating = true;
12839
- }
12840
- }); // End Velocity
12841
- }
12842
-
12843
- // Handle Exit triggers
12844
- $(window).on('scroll.materialbox', function () {
12845
- if (overlayActive) {
12846
- returnToOriginal();
12847
- }
12848
- });
12849
-
12850
- $(window).on('resize.materialbox', function () {
12851
- if (overlayActive) {
12852
- returnToOriginal();
12853
- }
12854
- });
12855
-
12856
- $(document).on('keyup.materialbox', function (e) {
12857
- // ESC key
12858
- if (e.keyCode === 27 && doneAnimating === true && overlayActive) {
12859
- returnToOriginal();
12860
- }
12861
- });
12862
- }); // End click handler
12863
-
12864
-
12865
- // This function returns the modaled image to the original spot
12866
- function returnToOriginal() {
12867
-
12868
- doneAnimating = false;
12869
-
12870
- var placeholder = origin.parent('.material-placeholder');
12871
- var windowWidth = window.innerWidth;
12872
- var windowHeight = window.innerHeight;
12873
- var originalWidth = origin.data('width');
12874
- var originalHeight = origin.data('height');
12875
-
12876
- origin.velocity("stop", true);
12877
- $('#materialbox-overlay').velocity("stop", true);
12878
- $('.materialbox-caption').velocity("stop", true);
12879
-
12880
- // disable exit handlers
12881
- $(window).off('scroll.materialbox');
12882
- $(document).off('keyup.materialbox');
12883
- $(window).off('resize.materialbox');
12884
-
12885
- $('#materialbox-overlay').velocity({ opacity: 0 }, {
12886
- duration: outDuration, // Delay prevents animation overlapping
12887
- queue: false, easing: 'easeOutQuad',
12888
- complete: function () {
12889
- // Remove Overlay
12890
- overlayActive = false;
12891
- $(this).remove();
12892
- }
12893
- });
12894
-
12895
- // Resize Image
12896
- origin.velocity({
12897
- width: originalWidth,
12898
- height: originalHeight,
12899
- left: 0,
12900
- top: 0
12901
- }, {
12902
- duration: outDuration,
12903
- queue: false, easing: 'easeOutQuad',
12904
- complete: function () {
12905
- placeholder.css({
12906
- height: '',
12907
- width: '',
12908
- position: '',
12909
- top: '',
12910
- left: ''
12911
- });
12912
-
12913
- origin.removeAttr('style');
12914
- origin.attr('style', originInlineStyles);
12915
-
12916
- // Remove class
12917
- origin.removeClass('active');
12918
- doneAnimating = true;
12919
-
12920
- // Remove overflow overrides on ancestors
12921
- if (ancestorsChanged) {
12922
- ancestorsChanged.css('overflow', '');
12923
- }
12924
- }
12925
- });
12926
-
12927
- // Remove Caption + reset css settings on image
12928
- $('.materialbox-caption').velocity({ opacity: 0 }, {
12929
- duration: outDuration, // Delay prevents animation overlapping
12930
- queue: false, easing: 'easeOutQuad',
12931
- complete: function () {
12932
- $(this).remove();
12933
- }
12934
- });
12935
- }
12936
- });
12937
- };
12938
-
12939
- $(document).ready(function () {
12940
- $('.materialboxed').materialbox();
12941
- });
12942
- })(jQuery);
12943
- ;(function ($) {
12944
-
12945
- $.fn.parallax = function () {
12946
- var window_width = $(window).width();
12947
- // Parallax Scripts
12948
- return this.each(function (i) {
12949
- var $this = $(this);
12950
- $this.addClass('parallax');
12951
-
12952
- function updateParallax(initial) {
12953
- var container_height;
12954
- if (window_width < 601) {
12955
- container_height = $this.height() > 0 ? $this.height() : $this.children("img").height();
12956
- } else {
12957
- container_height = $this.height() > 0 ? $this.height() : 500;
12958
- }
12959
- var $img = $this.children("img").first();
12960
- var img_height = $img.height();
12961
- var parallax_dist = img_height - container_height;
12962
- var bottom = $this.offset().top + container_height;
12963
- var top = $this.offset().top;
12964
- var scrollTop = $(window).scrollTop();
12965
- var windowHeight = window.innerHeight;
12966
- var windowBottom = scrollTop + windowHeight;
12967
- var percentScrolled = (windowBottom - top) / (container_height + windowHeight);
12968
- var parallax = Math.round(parallax_dist * percentScrolled);
12969
-
12970
- if (initial) {
12971
- $img.css('display', 'block');
12972
- }
12973
- if (bottom > scrollTop && top < scrollTop + windowHeight) {
12974
- $img.css('transform', "translate3D(-50%," + parallax + "px, 0)");
12975
- }
12976
- }
12977
-
12978
- // Wait for image load
12979
- $this.children("img").one("load", function () {
12980
- updateParallax(true);
12981
- }).each(function () {
12982
- if (this.complete) $(this).trigger("load");
12983
- });
12984
-
12985
- $(window).scroll(function () {
12986
- window_width = $(window).width();
12987
- updateParallax(false);
12988
- });
12989
-
12990
- $(window).resize(function () {
12991
- window_width = $(window).width();
12992
- updateParallax(false);
12993
- });
12994
- });
12995
- };
12996
- })(jQuery);
12997
- ;(function ($) {
12998
-
12999
- var methods = {
13000
- init: function (options) {
13001
- var defaults = {
13002
- onShow: null,
13003
- swipeable: false,
13004
- responsiveThreshold: Infinity // breakpoint for swipeable
13005
- };
13006
- options = $.extend(defaults, options);
13007
- var namespace = Materialize.objectSelectorString($(this));
13008
-
13009
- return this.each(function (i) {
13010
-
13011
- var uniqueNamespace = namespace + i;
13012
-
13013
- // For each set of tabs, we want to keep track of
13014
- // which tab is active and its associated content
13015
- var $this = $(this),
13016
- window_width = $(window).width();
13017
-
13018
- var $active,
13019
- $content,
13020
- $links = $this.find('li.tab a'),
13021
- $tabs_width = $this.width(),
13022
- $tabs_content = $(),
13023
- $tabs_wrapper,
13024
- $tab_width = Math.max($tabs_width, $this[0].scrollWidth) / $links.length,
13025
- $indicator,
13026
- index = prev_index = 0,
13027
- clicked = false,
13028
- clickedTimeout,
13029
- transition = 300;
13030
-
13031
- // Finds right attribute for indicator based on active tab.
13032
- // el: jQuery Object
13033
- var calcRightPos = function (el) {
13034
- return Math.ceil($tabs_width - el.position().left - el[0].getBoundingClientRect().width - $this.scrollLeft());
13035
- };
13036
-
13037
- // Finds left attribute for indicator based on active tab.
13038
- // el: jQuery Object
13039
- var calcLeftPos = function (el) {
13040
- return Math.floor(el.position().left + $this.scrollLeft());
13041
- };
13042
-
13043
- // Animates Indicator to active tab.
13044
- // prev_index: Number
13045
- var animateIndicator = function (prev_index) {
13046
- if (index - prev_index >= 0) {
13047
- $indicator.velocity({ "right": calcRightPos($active) }, { duration: transition, queue: false, easing: 'easeOutQuad' });
13048
- $indicator.velocity({ "left": calcLeftPos($active) }, { duration: transition, queue: false, easing: 'easeOutQuad', delay: 90 });
13049
- } else {
13050
- $indicator.velocity({ "left": calcLeftPos($active) }, { duration: transition, queue: false, easing: 'easeOutQuad' });
13051
- $indicator.velocity({ "right": calcRightPos($active) }, { duration: transition, queue: false, easing: 'easeOutQuad', delay: 90 });
13052
- }
13053
- };
13054
-
13055
- // Change swipeable according to responsive threshold
13056
- if (options.swipeable) {
13057
- if (window_width > options.responsiveThreshold) {
13058
- options.swipeable = false;
13059
- }
13060
- }
13061
-
13062
- // If the location.hash matches one of the links, use that as the active tab.
13063
- $active = $($links.filter('[href="' + location.hash + '"]'));
13064
-
13065
- // If no match is found, use the first link or any with class 'active' as the initial active tab.
13066
- if ($active.length === 0) {
13067
- $active = $(this).find('li.tab a.active').first();
13068
- }
13069
- if ($active.length === 0) {
13070
- $active = $(this).find('li.tab a').first();
13071
- }
13072
-
13073
- $active.addClass('active');
13074
- index = $links.index($active);
13075
- if (index < 0) {
13076
- index = 0;
13077
- }
13078
-
13079
- if ($active[0] !== undefined) {
13080
- $content = $($active[0].hash);
13081
- $content.addClass('active');
13082
- }
13083
-
13084
- // append indicator then set indicator width to tab width
13085
- if (!$this.find('.indicator').length) {
13086
- $this.append('<li class="indicator"></li>');
13087
- }
13088
- $indicator = $this.find('.indicator');
13089
-
13090
- // we make sure that the indicator is at the end of the tabs
13091
- $this.append($indicator);
13092
-
13093
- if ($this.is(":visible")) {
13094
- // $indicator.css({"right": $tabs_width - ((index + 1) * $tab_width)});
13095
- // $indicator.css({"left": index * $tab_width});
13096
- setTimeout(function () {
13097
- $indicator.css({ "right": calcRightPos($active) });
13098
- $indicator.css({ "left": calcLeftPos($active) });
13099
- }, 0);
13100
- }
13101
- $(window).off('resize.tabs-' + uniqueNamespace).on('resize.tabs-' + uniqueNamespace, function () {
13102
- $tabs_width = $this.width();
13103
- $tab_width = Math.max($tabs_width, $this[0].scrollWidth) / $links.length;
13104
- if (index < 0) {
13105
- index = 0;
13106
- }
13107
- if ($tab_width !== 0 && $tabs_width !== 0) {
13108
- $indicator.css({ "right": calcRightPos($active) });
13109
- $indicator.css({ "left": calcLeftPos($active) });
13110
- }
13111
- });
13112
-
13113
- // Initialize Tabs Content.
13114
- if (options.swipeable) {
13115
- // TODO: Duplicate calls with swipeable? handle multiple div wrapping.
13116
- $links.each(function () {
13117
- var $curr_content = $(Materialize.escapeHash(this.hash));
13118
- $curr_content.addClass('carousel-item');
13119
- $tabs_content = $tabs_content.add($curr_content);
13120
- });
13121
- $tabs_wrapper = $tabs_content.wrapAll('<div class="tabs-content carousel"></div>');
13122
- $tabs_content.css('display', '');
13123
- $('.tabs-content.carousel').carousel({
13124
- fullWidth: true,
13125
- noWrap: true,
13126
- onCycleTo: function (item) {
13127
- if (!clicked) {
13128
- var prev_index = index;
13129
- index = $tabs_wrapper.index(item);
13130
- $active.removeClass('active');
13131
- $active = $links.eq(index);
13132
- $active.addClass('active');
13133
- animateIndicator(prev_index);
13134
- if (typeof options.onShow === "function") {
13135
- options.onShow.call($this[0], $content);
13136
- }
13137
- }
13138
- }
13139
- });
13140
- } else {
13141
- // Hide the remaining content
13142
- $links.not($active).each(function () {
13143
- $(Materialize.escapeHash(this.hash)).hide();
13144
- });
13145
- }
13146
-
13147
- // Bind the click event handler
13148
- $this.off('click.tabs').on('click.tabs', 'a', function (e) {
13149
- if ($(this).parent().hasClass('disabled')) {
13150
- e.preventDefault();
13151
- return;
13152
- }
13153
-
13154
- // Act as regular link if target attribute is specified.
13155
- if (!!$(this).attr("target")) {
13156
- return;
13157
- }
13158
-
13159
- clicked = true;
13160
- $tabs_width = $this.width();
13161
- $tab_width = Math.max($tabs_width, $this[0].scrollWidth) / $links.length;
13162
-
13163
- // Make the old tab inactive.
13164
- $active.removeClass('active');
13165
- var $oldContent = $content;
13166
-
13167
- // Update the variables with the new link and content
13168
- $active = $(this);
13169
- $content = $(Materialize.escapeHash(this.hash));
13170
- $links = $this.find('li.tab a');
13171
- var activeRect = $active.position();
13172
-
13173
- // Make the tab active.
13174
- $active.addClass('active');
13175
- prev_index = index;
13176
- index = $links.index($(this));
13177
- if (index < 0) {
13178
- index = 0;
13179
- }
13180
- // Change url to current tab
13181
- // window.location.hash = $active.attr('href');
13182
-
13183
- // Swap content
13184
- if (options.swipeable) {
13185
- if ($tabs_content.length) {
13186
- $tabs_content.carousel('set', index, function () {
13187
- if (typeof options.onShow === "function") {
13188
- options.onShow.call($this[0], $content);
13189
- }
13190
- });
13191
- }
13192
- } else {
13193
- if ($content !== undefined) {
13194
- $content.show();
13195
- $content.addClass('active');
13196
- if (typeof options.onShow === "function") {
13197
- options.onShow.call(this, $content);
13198
- }
13199
- }
13200
-
13201
- if ($oldContent !== undefined && !$oldContent.is($content)) {
13202
- $oldContent.hide();
13203
- $oldContent.removeClass('active');
13204
- }
13205
- }
13206
-
13207
- // Reset clicked state
13208
- clickedTimeout = setTimeout(function () {
13209
- clicked = false;
13210
- }, transition);
13211
-
13212
- // Update indicator
13213
- animateIndicator(prev_index);
13214
-
13215
- // Prevent the anchor's default click action
13216
- e.preventDefault();
13217
- });
13218
- });
13219
- },
13220
- select_tab: function (id) {
13221
- this.find('a[href="#' + id + '"]').trigger('click');
13222
- }
13223
- };
13224
-
13225
- $.fn.tabs = function (methodOrOptions) {
13226
- if (methods[methodOrOptions]) {
13227
- return methods[methodOrOptions].apply(this, Array.prototype.slice.call(arguments, 1));
13228
- } else if (typeof methodOrOptions === 'object' || !methodOrOptions) {
13229
- // Default to "init"
13230
- return methods.init.apply(this, arguments);
13231
- } else {
13232
- $.error('Method ' + methodOrOptions + ' does not exist on jQuery.tabs');
13233
- }
13234
- };
13235
-
13236
- $(document).ready(function () {
13237
- $('ul.tabs').tabs();
13238
- });
13239
- })(jQuery);
13240
- ;(function ($) {
13241
- $.fn.tooltip = function (options) {
13242
- var timeout = null,
13243
- margin = 5;
13244
-
13245
- // Defaults
13246
- var defaults = {
13247
- delay: 350,
13248
- tooltip: '',
13249
- position: 'bottom',
13250
- html: false
13251
- };
13252
-
13253
- // Remove tooltip from the activator
13254
- if (options === "remove") {
13255
- this.each(function () {
13256
- $('#' + $(this).attr('data-tooltip-id')).remove();
13257
- $(this).removeAttr('data-tooltip-id');
13258
- $(this).off('mouseenter.tooltip mouseleave.tooltip');
13259
- });
13260
- return false;
13261
- }
13262
-
13263
- options = $.extend(defaults, options);
13264
-
13265
- return this.each(function () {
13266
- var tooltipId = Materialize.guid();
13267
- var origin = $(this);
13268
-
13269
- // Destroy old tooltip
13270
- if (origin.attr('data-tooltip-id')) {
13271
- $('#' + origin.attr('data-tooltip-id')).remove();
13272
- }
13273
-
13274
- origin.attr('data-tooltip-id', tooltipId);
13275
-
13276
- // Get attributes.
13277
- var allowHtml, tooltipDelay, tooltipPosition, tooltipText, tooltipEl, backdrop;
13278
- var setAttributes = function () {
13279
- allowHtml = origin.attr('data-html') ? origin.attr('data-html') === 'true' : options.html;
13280
- tooltipDelay = origin.attr('data-delay');
13281
- tooltipDelay = tooltipDelay === undefined || tooltipDelay === '' ? options.delay : tooltipDelay;
13282
- tooltipPosition = origin.attr('data-position');
13283
- tooltipPosition = tooltipPosition === undefined || tooltipPosition === '' ? options.position : tooltipPosition;
13284
- tooltipText = origin.attr('data-tooltip');
13285
- tooltipText = tooltipText === undefined || tooltipText === '' ? options.tooltip : tooltipText;
13286
- };
13287
- setAttributes();
13288
-
13289
- var renderTooltipEl = function () {
13290
- var tooltip = $('<div class="material-tooltip"></div>');
13291
-
13292
- // Create Text span
13293
- if (allowHtml) {
13294
- tooltipText = $('<span></span>').html(tooltipText);
13295
- } else {
13296
- tooltipText = $('<span></span>').text(tooltipText);
13297
- }
13298
-
13299
- // Create tooltip
13300
- tooltip.append(tooltipText).appendTo($('body')).attr('id', tooltipId);
13301
-
13302
- // Create backdrop
13303
- backdrop = $('<div class="backdrop"></div>');
13304
- backdrop.appendTo(tooltip);
13305
- return tooltip;
13306
- };
13307
- tooltipEl = renderTooltipEl();
13308
-
13309
- // Destroy previously binded events
13310
- origin.off('mouseenter.tooltip mouseleave.tooltip');
13311
- // Mouse In
13312
- var started = false,
13313
- timeoutRef;
13314
- origin.on({ 'mouseenter.tooltip': function (e) {
13315
- var showTooltip = function () {
13316
- setAttributes();
13317
- started = true;
13318
- tooltipEl.velocity('stop');
13319
- backdrop.velocity('stop');
13320
- tooltipEl.css({ visibility: 'visible', left: '0px', top: '0px' });
13321
-
13322
- // Tooltip positioning
13323
- var originWidth = origin.outerWidth();
13324
- var originHeight = origin.outerHeight();
13325
- var tooltipHeight = tooltipEl.outerHeight();
13326
- var tooltipWidth = tooltipEl.outerWidth();
13327
- var tooltipVerticalMovement = '0px';
13328
- var tooltipHorizontalMovement = '0px';
13329
- var backdropOffsetWidth = backdrop[0].offsetWidth;
13330
- var backdropOffsetHeight = backdrop[0].offsetHeight;
13331
- var scaleXFactor = 8;
13332
- var scaleYFactor = 8;
13333
- var scaleFactor = 0;
13334
- var targetTop, targetLeft, newCoordinates;
13335
-
13336
- if (tooltipPosition === "top") {
13337
- // Top Position
13338
- targetTop = origin.offset().top - tooltipHeight - margin;
13339
- targetLeft = origin.offset().left + originWidth / 2 - tooltipWidth / 2;
13340
- newCoordinates = repositionWithinScreen(targetLeft, targetTop, tooltipWidth, tooltipHeight);
13341
- tooltipVerticalMovement = '-10px';
13342
- backdrop.css({
13343
- bottom: 0,
13344
- left: 0,
13345
- borderRadius: '14px 14px 0 0',
13346
- transformOrigin: '50% 100%',
13347
- marginTop: tooltipHeight,
13348
- marginLeft: tooltipWidth / 2 - backdropOffsetWidth / 2
13349
- });
13350
- }
13351
- // Left Position
13352
- else if (tooltipPosition === "left") {
13353
- targetTop = origin.offset().top + originHeight / 2 - tooltipHeight / 2;
13354
- targetLeft = origin.offset().left - tooltipWidth - margin;
13355
- newCoordinates = repositionWithinScreen(targetLeft, targetTop, tooltipWidth, tooltipHeight);
13356
-
13357
- tooltipHorizontalMovement = '-10px';
13358
- backdrop.css({
13359
- top: '-7px',
13360
- right: 0,
13361
- width: '14px',
13362
- height: '14px',
13363
- borderRadius: '14px 0 0 14px',
13364
- transformOrigin: '95% 50%',
13365
- marginTop: tooltipHeight / 2,
13366
- marginLeft: tooltipWidth
13367
- });
13368
- }
13369
- // Right Position
13370
- else if (tooltipPosition === "right") {
13371
- targetTop = origin.offset().top + originHeight / 2 - tooltipHeight / 2;
13372
- targetLeft = origin.offset().left + originWidth + margin;
13373
- newCoordinates = repositionWithinScreen(targetLeft, targetTop, tooltipWidth, tooltipHeight);
13374
-
13375
- tooltipHorizontalMovement = '+10px';
13376
- backdrop.css({
13377
- top: '-7px',
13378
- left: 0,
13379
- width: '14px',
13380
- height: '14px',
13381
- borderRadius: '0 14px 14px 0',
13382
- transformOrigin: '5% 50%',
13383
- marginTop: tooltipHeight / 2,
13384
- marginLeft: '0px'
13385
- });
13386
- } else {
13387
- // Bottom Position
13388
- targetTop = origin.offset().top + origin.outerHeight() + margin;
13389
- targetLeft = origin.offset().left + originWidth / 2 - tooltipWidth / 2;
13390
- newCoordinates = repositionWithinScreen(targetLeft, targetTop, tooltipWidth, tooltipHeight);
13391
- tooltipVerticalMovement = '+10px';
13392
- backdrop.css({
13393
- top: 0,
13394
- left: 0,
13395
- marginLeft: tooltipWidth / 2 - backdropOffsetWidth / 2
13396
- });
13397
- }
13398
-
13399
- // Set tooptip css placement
13400
- tooltipEl.css({
13401
- top: newCoordinates.y,
13402
- left: newCoordinates.x
13403
- });
13404
-
13405
- // Calculate Scale to fill
13406
- scaleXFactor = Math.SQRT2 * tooltipWidth / parseInt(backdropOffsetWidth);
13407
- scaleYFactor = Math.SQRT2 * tooltipHeight / parseInt(backdropOffsetHeight);
13408
- scaleFactor = Math.max(scaleXFactor, scaleYFactor);
13409
-
13410
- tooltipEl.velocity({ translateY: tooltipVerticalMovement, translateX: tooltipHorizontalMovement }, { duration: 350, queue: false }).velocity({ opacity: 1 }, { duration: 300, delay: 50, queue: false });
13411
- backdrop.css({ visibility: 'visible' }).velocity({ opacity: 1 }, { duration: 55, delay: 0, queue: false }).velocity({ scaleX: scaleFactor, scaleY: scaleFactor }, { duration: 300, delay: 0, queue: false, easing: 'easeInOutQuad' });
13412
- };
13413
-
13414
- timeoutRef = setTimeout(showTooltip, tooltipDelay); // End Interval
13415
-
13416
- // Mouse Out
13417
- },
13418
- 'mouseleave.tooltip': function () {
13419
- // Reset State
13420
- started = false;
13421
- clearTimeout(timeoutRef);
13422
-
13423
- // Animate back
13424
- setTimeout(function () {
13425
- if (started !== true) {
13426
- tooltipEl.velocity({
13427
- opacity: 0, translateY: 0, translateX: 0 }, { duration: 225, queue: false });
13428
- backdrop.velocity({ opacity: 0, scaleX: 1, scaleY: 1 }, {
13429
- duration: 225,
13430
- queue: false,
13431
- complete: function () {
13432
- backdrop.css({ visibility: 'hidden' });
13433
- tooltipEl.css({ visibility: 'hidden' });
13434
- started = false;
13435
- }
13436
- });
13437
- }
13438
- }, 225);
13439
- }
13440
- });
13441
- });
13442
- };
13443
-
13444
- var repositionWithinScreen = function (x, y, width, height) {
13445
- var newX = x;
13446
- var newY = y;
13447
-
13448
- if (newX < 0) {
13449
- newX = 4;
13450
- } else if (newX + width > window.innerWidth) {
13451
- newX -= newX + width - window.innerWidth;
13452
- }
13453
-
13454
-