Social Login - Version 7.4.7

Version Description

  • Compatable with WordPress 5.7
  • Added PNG image for Facebook and Google login and sharing icons.
  • Removed unwanted JS files.
  • Resolve conflict with Eduma Theme.
  • Added options to load Font Awesome and Bootstrap files for various social icons.
  • Added Document section for all the Social Applications and Social Integrations.
  • Added DropBox app for login using social.
  • Basic analysis Report in All Inclusive plan.
  • Added white background social login icons option in Premium Plugin.
  • Resolved UI issues for Github, Apple, Amazon, Dsiqus, and Yandex social network providers
Download this release

Release Info

Developer cyberlord92
Plugin Icon 128x128 Social Login
Version 7.4.7
Comparing to
See all releases

Code changes from version 7.4.6 to 7.4.7

Files changed (64) hide show
  1. CustomerOpenID.php +6 -0
  2. class-mo-openid-login-widget.php +80 -78
  3. class-mo-openid-social-share.php +60 -60
  4. class-mo-openid-sso-shortcode-buttons.php +64 -62
  5. includes/css/bootstrap-social.css +112 -108
  6. includes/css/bootstrap.min-preview.css +80 -80
  7. includes/css/mo-font-awesome.min.css +1 -1
  8. includes/css/mo_openid_bootstrap-tour-standalone.css +171 -171
  9. includes/css/mo_openid_licensing_plan.css +583 -0
  10. includes/css/mo_openid_login_icons.css +2 -2
  11. includes/css/mo_openid_style.css +216 -685
  12. includes/images/icons/dropbox.png +0 -0
  13. includes/images/icons/facebook.png +0 -0
  14. includes/images/icons/fb.png +0 -0
  15. includes/images/icons/g.png +0 -0
  16. includes/images/icons/google.png +0 -0
  17. includes/images/modt_apps.png +0 -0
  18. includes/images/modt_bp.png +0 -0
  19. includes/images/modt_mc.png +0 -0
  20. includes/images/modt_pmpro.png +0 -0
  21. includes/images/modt_sc.png +0 -0
  22. includes/images/modt_wc_new.png +0 -0
  23. includes/images/most_visited_reports.png +0 -0
  24. includes/images/usage_share_reports.png +0 -0
  25. includes/images/white_theme_ad.png +0 -0
  26. includes/js/mo-openid-config-jquery-ui.js +3 -3
  27. includes/js/mo_openid_jquery.min.js +2 -2
  28. includes/jscolor/jscolor.js +24 -24
  29. lang/miniorange-login-openid-hi_IN.po +6 -6
  30. lang/miniorange-login-openid-ja.po +2 -2
  31. lang/miniorange-login-openid-zh_CN.po +3 -3
  32. miniorange_openid_sso_settings.php +18 -20
  33. miniorange_openid_sso_settings_page.php +245 -69
  34. mo-openid-social-login-functions.php +13 -9
  35. mo_openid_feedback_form.php +1 -1
  36. readme.txt +225 -156
  37. social_apps/amazon.php +1 -1
  38. social_apps/dropbox.php +7 -0
  39. social_apps/facebook.php +4 -4
  40. social_apps/google.php +3 -3
  41. social_apps/instagram.php +3 -3
  42. social_apps/linkedin.php +1 -1
  43. social_apps/twitter.php +1 -1
  44. social_apps/vkontakte.php +1 -1
  45. social_apps/windowslive.php +1 -1
  46. social_apps/yahoo.php +1 -1
  47. social_apps/yandex.php +1 -1
  48. uninstall.php +3 -0
  49. view/add_on/mo_buddypress_add_on.php +1 -2
  50. view/add_on/mo_hubspot_add_on.php +148 -0
  51. view/add_on/mo_mailchimp_add_on.php +1 -1
  52. view/add_on/mo_woocommerce_add_on.php +1 -1
  53. view/config_apps/mo_openid_config_apps.php +4 -4
  54. view/customise_social_icons/mo_openid_cust_icons.php +72 -28
  55. view/disp_options/mo_openid_dispopt.php +2 -2
  56. view/doc_tab/mo_openid_doc_tab.php +672 -0
  57. view/integration/mo_openid_integrate.php +67 -0
  58. view/licensing_plans/mo_openid_lic_plans.php +944 -520
  59. view/link_social_account/mo_openid_Acclink.php +1 -1
  60. view/profile_completion/mo_openid_prof_comp.php +1 -1
  61. view/rate_us/rate_us.php +2 -2
  62. view/reports/mo_openid_reports.php +178 -0
  63. view/shrtco/mo_openid_shrtco.php +17 -17
  64. view/soc_com/com_shrtco/comm_shrtco.php +0 -0
CustomerOpenID.php CHANGED
@@ -400,6 +400,12 @@ class CustomerOpenID {
400
  'applicationName' => 'WP_SOCIAL_LOGIN_BUDDYPRESS_ADDON'
401
  );
402
  }
 
 
 
 
 
 
403
  $field_string = json_encode($fields);
404
  $headers = array(
405
  "Content-Type" => "application/json",
400
  'applicationName' => 'WP_SOCIAL_LOGIN_BUDDYPRESS_ADDON'
401
  );
402
  }
403
+ else if($licience_type=="WP_SOCIAL_LOGIN_HUBSPOT_ADDON") {
404
+ $fields = array(
405
+ 'customerId' => $customerKey,
406
+ 'applicationName' => 'WP_SOCIAL_LOGIN_HUBSPOT_ADDON'
407
+ );
408
+ }
409
  $field_string = json_encode($fields);
410
  $headers = array(
411
  "Content-Type" => "application/json",
class-mo-openid-login-widget.php CHANGED
@@ -167,12 +167,12 @@ class mo_openid_login_wid extends WP_Widget {
167
  }
168
 
169
  public function mo_openid_customize_logo(){
170
- $logo =" <div style='float:left;' class='mo_image_id'>
171
  <a target='_blank' href='https://www.miniorange.com/'>
172
  <img alt='logo' src='". plugins_url('/includes/images/miniOrange.png',__FILE__) ."' class='mo_openid_image'>
173
  </a>
174
  </div>
175
- <br/>";
176
  return $logo;
177
  }
178
 
@@ -448,10 +448,12 @@ class mo_openid_login_wid extends WP_Widget {
448
  }
449
 
450
  public function select_app($select_apps,$app_values){
451
- wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false );
 
452
  wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
453
  wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
454
- wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min-preview.css', __FILE__), false );
 
455
 
456
  $gdpr_setting = $app_values['gdpr_setting'];
457
  $spacebetweenicons = $app_values['spacebetweenicons'];
@@ -553,13 +555,13 @@ class mo_openid_login_wid extends WP_Widget {
553
  if ($selected_theme == 'longbutton') {
554
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
555
  if ($view == "horizontal") {
556
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-facebook btn-custom-dec login-button'";
557
  } else {
558
- $html .= "class='btn btn-mo btn-block btn-social btn-facebook btn-custom-dec login-button'";
559
  }
560
  if($app_dis!="disable")
561
  $html .= "onClick=\"moOpenIdLogin('facebook','" . $custom_app . "');\"";
562
- $html .= "> <svg xmlns=\"http://www.w3.org/2000/svg\" style=\"padding-top:" . ($customHeight - 30) . "px;border-right:none;margin-left: 2%;\" ><path fill=\"#fff\" d=\"M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z\"/></svg>" . $buttonText . " Facebook</a>";
563
  } else {
564
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Facebook'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('facebook','" . $custom_app . "');\""; $html.="><img alt='Facebook' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/facebook.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
565
  }
@@ -568,15 +570,15 @@ class mo_openid_login_wid extends WP_Widget {
568
  else if($app_name=="google")
569
  {
570
  if ($selected_theme == 'longbutton') {
571
- $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;'";
572
  if ($view == "horizontal") {
573
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-google btn-custom-dec login-button'";
574
  } else {
575
- $html .= "class='btn btn-mo btn-block btn-social btn-google btn-custom-dec login-button'";
576
  }
577
  if($app_dis!="disable")
578
  $html .= "onClick=\"moOpenIdLogin('google','" . $custom_app . "');\"";
579
- $html.="> <i style='padding-top:" . ($customHeight - 29) . "px !important;border-right:none;' class='mofa'><svg xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path fill=\"#4285F4\" fill-rule=\"nonzero\" d=\"M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z\"></path><path fill=\"#34A853\" fill-rule=\"nonzero\" d=\"M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z\"></path><path fill=\"#FBBC05\" fill-rule=\"nonzero\" d=\"M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z\"></path><path fill=\"#EA4335\" fill-rule=\"nonzero\" d=\"M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z\"></path><path d=\"M3 3h18v18H3z\"></path></g></svg></i><span style=\"color:#ffffff;\">" . $buttonText . " Google</span></a>";
580
  } else {
581
  $html .= "<a class='" . $dis . " login-button' rel='nofollow'";if($app_dis!="disable")$html.=" onClick=\"moOpenIdLogin('google','" . $custom_app . "');\""; $html.=" title= ' " . $customTextofTitle . " Google'><img alt='Google' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/google.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
582
  }
@@ -587,13 +589,13 @@ class mo_openid_login_wid extends WP_Widget {
587
  if ($selected_theme == 'longbutton') {
588
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
589
  if ($view == "horizontal") {
590
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-vk btn-custom-dec login-button'";
591
  } else {
592
- $html .= "class='btn btn-mo btn-block btn-social btn-vk btn-custom-dec login-button'";
593
  }
594
  if($app_dis!="disable")
595
  $html .= "onClick=\"moOpenIdLogin('vkontakte','" . $custom_app . "');\"";
596
- $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-vk'></i>" . $buttonText . " Vkontakte</a>";
597
  } else {
598
  $html .= "<a class='" . $dis . " login-button' rel='nofollow'"; if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('vkontakte','" . $custom_app . "');\""; $html.="title= ' " . $customTextofTitle . " Vkontakte'><img alt='Vkontakte' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/vk.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
599
  }
@@ -604,13 +606,13 @@ class mo_openid_login_wid extends WP_Widget {
604
  if ($selected_theme == 'longbutton') {
605
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
606
  if ($view == "horizontal") {
607
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-twitter btn-custom-dec login-button'";
608
  } else {
609
- $html .= "class='btn btn-mo btn-block btn-social btn-twitter btn-custom-dec login-button'";
610
  }
611
  if($app_dis!="disable")
612
  $html .= "onClick=\"moOpenIdLogin('twitter','" . $custom_app . "');\"";
613
- $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-twitter'></i>" . $buttonText . " Twitter</a>";
614
  } else {
615
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Twitter'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('twitter','" . $custom_app . "');\""; $html.=" ><img alt='Twitter' style=' width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/twitter.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
616
  }
@@ -621,13 +623,13 @@ class mo_openid_login_wid extends WP_Widget {
621
  if ($selected_theme == 'longbutton') {
622
  $html .= "<a rel='nofollow' " . $gdpr_setting . "style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
623
  if ($view == "horizontal") {
624
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-linkedin btn-custom-dec login-button'";
625
  } else {
626
- $html .= "class='btn btn-mo btn-block btn-social btn-linkedin btn-custom-dec login-button'";
627
  }
628
  if($app_dis!="disable")
629
  $html .= "onClick=\"moOpenIdLogin('linkedin','" . $custom_app . "');\"";
630
- $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-linkedin'></i>" . $buttonText . " LinkedIn</a>";
631
  } else {
632
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " LinkedIn'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('linkedin','" . $custom_app . "');\""; $html.=" ><img alt='LinkedIn' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/linkedin.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
633
  }
@@ -638,13 +640,13 @@ class mo_openid_login_wid extends WP_Widget {
638
  if ($selected_theme == 'longbutton') {
639
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
640
  if ($view == "horizontal") {
641
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-instagram btn-custom-dec login-button'";
642
  } else {
643
- $html .= "class='btn btn-mo btn-block btn-social btn-instagram btn-custom-dec login-button'";
644
  }
645
  if($app_dis!="disable")
646
  $html .= "onClick=\"moOpenIdLogin('instagram','" . $custom_app . "');\"";
647
- $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-instagram'></i>" . $buttonText . " Instagram</a>";
648
  } else {
649
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' " . $customTextofTitle . " Instagram'";if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('instagram','" . $custom_app . "');\""; $html.=" ><img alt='Instagram' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/instagram.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
650
  }
@@ -655,13 +657,13 @@ class mo_openid_login_wid extends WP_Widget {
655
  if ($selected_theme == 'longbutton') {
656
  $html .= "<a rel='nofollow' " . $gdpr_setting . "style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
657
  if ($view == "horizontal") {
658
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-soundcloud btn-custom-dec login-button'";
659
  } else {
660
- $html .= "class='btn btn-mo btn-block btn-social btn-soundcloud btn-custom-dec login-button'";
661
  }
662
  if($app_dis!="disable")
663
  $html .= "onClick=\"moOpenIdLogin('amazon','" . $custom_app . "');\"";
664
- $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-amazon'></i>" . $buttonText . " Amazon</a>";
665
  } else {
666
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Amazon' ";if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('amazon','" . $custom_app . "');\""; $html.=" ><img alt='Amazon' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/amazon.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
667
  }
@@ -676,13 +678,13 @@ class mo_openid_login_wid extends WP_Widget {
676
  if ($selected_theme == 'longbutton') {
677
  $html .= "<a rel='nofollow' " . $gdpr_setting . "style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
678
  if ($view == "horizontal") {
679
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-vimeo btn-custom-dec login-button' ";
680
  } else {
681
- $html .= "class='btn btn-mo btn-block btn-social btn-vimeo btn-custom-dec login-button' ";
682
  }
683
  if($app_dis!="disable")
684
  $html .= "onClick=\"moOpenIdLogin('salesforce','" . $custom_app . "');\"";
685
- $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-cloud'></i>" . $buttonText . " Salesforce</a>";
686
  } else {
687
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Salesforce'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('salesforce','" . $custom_app . "');\""; $html.=" ><img alt='Salesforce' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/salesforce.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
688
  }
@@ -693,13 +695,13 @@ class mo_openid_login_wid extends WP_Widget {
693
  if ($selected_theme == 'longbutton') {
694
  $html .= "<a rel='nofollow' " . $gdpr_setting . "style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
695
  if ($view == "horizontal") {
696
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-microsoft btn-custom-dec login-button'";
697
  } else {
698
- $html .= "class='btn btn-mo btn-block btn-social btn-microsoft btn-custom-dec login-button'";
699
  }
700
  if($app_dis!="disable")
701
  $html .= " onClick=\"moOpenIdLogin('windowslive','" . $custom_app . "');\"";
702
- $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-windows'></i>" . $buttonText . " Microsoft</a>";
703
  } else {
704
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Microsoft'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('windowslive','" . $custom_app . "');\""; $html.=" ><img alt='Windowslive' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/windowslive.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
705
  }
@@ -710,13 +712,13 @@ class mo_openid_login_wid extends WP_Widget {
710
  if ($selected_theme == 'longbutton') {
711
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
712
  if ($view == "horizontal") {
713
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-yahoo btn-custom-dec login-button'";
714
  } else {
715
- $html .= "class='btn btn-mo btn-block btn-social btn-yahoo btn-custom-dec login-button'";
716
  }
717
  if($app_dis!="disable")
718
  $html .= "onClick=\"moOpenIdLogin('yaahoo','" . $custom_app . "');\"";
719
- $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-yahoo'></i>" . $buttonText . " Yahoo</a>";
720
  } else {
721
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " .
722
  $customTextofTitle . " Yahoo'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('yaahoo','" . $custom_app . "');\""; $html.=" ><img alt='Yahoo' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/yahoo.png', __FILE__) . "' class='login-button " . $selected_theme . "' ></a>";
@@ -731,13 +733,13 @@ class mo_openid_login_wid extends WP_Widget {
731
  if ($selected_theme == 'longbutton') {
732
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('facebook','" . $custom_app . "');\"";$html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
733
  if ($view == "horizontal") {
734
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
735
  } else {
736
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
737
  }
738
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-facebook'></i> " . $buttonText . " Facebook</a>";
739
  } else {
740
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Facebook'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('facebook','" . $custom_app . "');\"";$html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-facebook custom-login-button " . $selected_theme . "' ></i></a>";
741
  }
742
  return $html;
743
  }
@@ -745,13 +747,13 @@ class mo_openid_login_wid extends WP_Widget {
745
  if ($selected_theme == 'longbutton') {
746
  $html .= "<a rel='nofollow' " . $gdpr_setting . "";if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('google','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
747
  if ($view == "horizontal") {
748
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
749
  } else {
750
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
751
  }
752
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-google'></i> " . $buttonText . " Google</a>";
753
  } else {
754
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Google'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('google','" . $custom_app . "');\""; $html.=" title= ' " . $customTextofTitle . " Google'><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-google custom-login-button " . $selected_theme . "' ></i></a>";
755
  }
756
  return $html;
757
  }
@@ -759,13 +761,13 @@ class mo_openid_login_wid extends WP_Widget {
759
  if ($selected_theme == 'longbutton') {
760
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('vkontakte','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
761
  if ($view == "horizontal") {
762
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
763
  } else {
764
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
765
  }
766
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-vk'></i> " . $buttonText . " Vkontakte</a>";
767
  } else {
768
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Vkontakte'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('vkontakte','" . $custom_app . "');\""; $html.=" title= ' " . $customTextofTitle . " Vkontakte'><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-vk custom-login-button " . $selected_theme . "' ></i></a>";
769
  }
770
  return $html;
771
  }
@@ -773,13 +775,13 @@ class mo_openid_login_wid extends WP_Widget {
773
  if ($selected_theme == 'longbutton') {
774
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('twitter','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
775
  if ($view == "horizontal") {
776
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
777
  } else {
778
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
779
  }
780
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-twitter'></i> " . $buttonText . " Twitter</a>";
781
  } else {
782
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Twitter'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('twitter','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-twitter custom-login-button " . $selected_theme . "' ></i></a>";
783
  }
784
  return $html;
785
  }
@@ -787,13 +789,13 @@ class mo_openid_login_wid extends WP_Widget {
787
  if ($selected_theme == 'longbutton') {
788
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('linkedin','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
789
  if ($view == "horizontal") {
790
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
791
  } else {
792
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
793
  }
794
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-linkedin'></i> " . $buttonText . " LinkedIn</a>";
795
  } else {
796
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " LinkedIn'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('linkedin','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-linkedin custom-login-button " . $selected_theme . "' ></i></a>";
797
  }
798
 
799
  return $html;
@@ -802,13 +804,13 @@ class mo_openid_login_wid extends WP_Widget {
802
  if ($selected_theme == 'longbutton') {
803
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('instagram','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
804
  if ($view == "horizontal") {
805
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
806
  } else {
807
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
808
  }
809
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-instagram'></i> " . $buttonText . " Instagram</a>";
810
  } else {
811
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Instagram'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('instagram','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-instagram custom-login-button " . $selected_theme . "' ></i></a>";
812
  }
813
  return $html;
814
  }
@@ -816,13 +818,13 @@ class mo_openid_login_wid extends WP_Widget {
816
  if ($selected_theme == 'longbutton') {
817
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('amazon','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
818
  if ($view == "horizontal") {
819
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
820
  } else {
821
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
822
  }
823
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-amazon'></i> " . $buttonText . " Amazon</a>";
824
  } else {
825
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Amazon'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('amazon','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-amazon custom-login-button " . $selected_theme . "' ></i></a>";
826
  }
827
 
828
  return $html;
@@ -836,13 +838,13 @@ class mo_openid_login_wid extends WP_Widget {
836
  if ($selected_theme == 'longbutton') {
837
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('salesforce','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
838
  if ($view == "horizontal") {
839
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
840
  } else {
841
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
842
  }
843
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-cloud'></i> " . $buttonText . " Salesforce</a>";
844
  } else {
845
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Salesforce'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('salesforce','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-cloud custom-login-button " . $selected_theme . "' ></i></a>";
846
  }
847
  return $html;
848
  }
@@ -851,13 +853,13 @@ class mo_openid_login_wid extends WP_Widget {
851
  if ($selected_theme == 'longbutton') {
852
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('windowslive','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
853
  if ($view == "horizontal") {
854
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
855
  } else {
856
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
857
  }
858
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-windows'></i> " . $buttonText . " Microsoft</a>";
859
  } else {
860
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Microsoft'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('windowslive','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-windows custom-login-button " . $selected_theme . "' ></i></a>";
861
  }
862
  return $html;
863
  }
@@ -866,13 +868,13 @@ class mo_openid_login_wid extends WP_Widget {
866
  if ($selected_theme == 'longbutton') {
867
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('yaahoo','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
868
  if ($view == "horizontal") {
869
- $html .= "class='btn btn-mo btn-block-inline btn-social btn-customtheme btn-custom-dec login-button'";
870
  } else {
871
- $html .= "class='btn btn-mo btn-block btn-social btn-customtheme btn-custom-dec login-button'";
872
  }
873
- $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='mofa mofa-yahoo'></i> " . $buttonText . " Yahoo</a>";
874
  } else {
875
- $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Yahoo'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('yaahoo','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='mofa btn-mo mofa-yahoo custom-login-button " . $selected_theme . "' ></i></a>";
876
  }
877
  return $html;
878
  }
@@ -884,7 +886,7 @@ class mo_openid_login_wid extends WP_Widget {
884
  wp_enqueue_script( 'js-cookie-script',plugins_url('includes/js/mo_openid_jquery.cookie.min.js', __FILE__), array('jquery'));
885
  if(!get_option('mo_openid_gdpr_consent_enable')){?>
886
  <script>
887
- jQuery(".btn-mo").prop("disabled",false);
888
  </script>
889
  <?php }
890
  ?>
@@ -892,11 +894,11 @@ class mo_openid_login_wid extends WP_Widget {
892
  function mo_openid_on_consent_change(checkbox){
893
  if (! checkbox.checked) {
894
  jQuery('#mo_openid_consent_checkbox').val(1);
895
- jQuery(".btn-mo").attr("disabled", true);
896
  jQuery(".login-button").addClass("dis");
897
  } else {
898
  jQuery('#mo_openid_consent_checkbox').val(0);
899
- jQuery(".btn-mo").attr("disabled", false);
900
  jQuery(".login-button").removeClass("dis");
901
  }
902
  }
167
  }
168
 
169
  public function mo_openid_customize_logo(){
170
+ $logo =" <div style='float:left;margin-bottom: 0px;margin-top: 0px;' class='mo_image_id'>
171
  <a target='_blank' href='https://www.miniorange.com/'>
172
  <img alt='logo' src='". plugins_url('/includes/images/miniOrange.png',__FILE__) ."' class='mo_openid_image'>
173
  </a>
174
  </div>
175
+ <br/><br/>";
176
  return $logo;
177
  }
178
 
448
  }
449
 
450
  public function select_app($select_apps,$app_values){
451
+ if( get_option('mo_openid_fonawesome_load') == 1)
452
+ wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false );
453
  wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
454
  wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
455
+ if( get_option('mo_openid_bootstrap_load') == 1)
456
+ wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min-preview.css', __FILE__), false );
457
 
458
  $gdpr_setting = $app_values['gdpr_setting'];
459
  $spacebetweenicons = $app_values['spacebetweenicons'];
555
  if ($selected_theme == 'longbutton') {
556
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
557
  if ($view == "horizontal") {
558
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-facebook mo_btn-custom-dec login-button'";
559
  } else {
560
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-facebook mo_btn-custom-dec login-button'";
561
  }
562
  if($app_dis!="disable")
563
  $html .= "onClick=\"moOpenIdLogin('facebook','" . $custom_app . "');\"";
564
+ $html .= "> <img class='fa' style='padding-top:" . ($customHeight - 35) . "px !important; margin-top: 0' src='" . plugins_url('includes/images/icons/fb.png', __FILE__) . "'>" . $buttonText . " Facebook</a>";
565
  } else {
566
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Facebook'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('facebook','" . $custom_app . "');\""; $html.="><img alt='Facebook' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/facebook.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
567
  }
570
  else if($app_name=="google")
571
  {
572
  if ($selected_theme == 'longbutton') {
573
+ $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 40px, rgb(79, 113, 232) 5%) !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;'";
574
  if ($view == "horizontal") {
575
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-google mo_btn-custom-dec login-button'";
576
  } else {
577
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-google mo_btn-custom-dec login-button'";
578
  }
579
  if($app_dis!="disable")
580
  $html .= "onClick=\"moOpenIdLogin('google','" . $custom_app . "');\"";
581
+ $html.="> <img class='fa' style='padding-top:" . ($customHeight - 35) . "px !important; margin-top: 0' src='" . plugins_url('includes/images/icons/g.png', __FILE__) . "'>" . $buttonText . " Google</a>";
582
  } else {
583
  $html .= "<a class='" . $dis . " login-button' rel='nofollow'";if($app_dis!="disable")$html.=" onClick=\"moOpenIdLogin('google','" . $custom_app . "');\""; $html.=" title= ' " . $customTextofTitle . " Google'><img alt='Google' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/google.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
584
  }
589
  if ($selected_theme == 'longbutton') {
590
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
591
  if ($view == "horizontal") {
592
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-vk mo_btn-custom-dec login-button'";
593
  } else {
594
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-vk mo_btn-custom-dec login-button'";
595
  }
596
  if($app_dis!="disable")
597
  $html .= "onClick=\"moOpenIdLogin('vkontakte','" . $custom_app . "');\"";
598
+ $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-vk'></i>" . $buttonText . " Vkontakte</a>";
599
  } else {
600
  $html .= "<a class='" . $dis . " login-button' rel='nofollow'"; if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('vkontakte','" . $custom_app . "');\""; $html.="title= ' " . $customTextofTitle . " Vkontakte'><img alt='Vkontakte' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/vk.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
601
  }
606
  if ($selected_theme == 'longbutton') {
607
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
608
  if ($view == "horizontal") {
609
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-twitter mo_btn-custom-dec login-button'";
610
  } else {
611
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-twitter mo_btn-custom-dec login-button'";
612
  }
613
  if($app_dis!="disable")
614
  $html .= "onClick=\"moOpenIdLogin('twitter','" . $custom_app . "');\"";
615
+ $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-twitter'></i>" . $buttonText . " Twitter</a>";
616
  } else {
617
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Twitter'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('twitter','" . $custom_app . "');\""; $html.=" ><img alt='Twitter' style=' width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/twitter.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
618
  }
623
  if ($selected_theme == 'longbutton') {
624
  $html .= "<a rel='nofollow' " . $gdpr_setting . "style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
625
  if ($view == "horizontal") {
626
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-linkedin mo_btn-custom-dec login-button'";
627
  } else {
628
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-linkedin mo_btn-custom-dec login-button'";
629
  }
630
  if($app_dis!="disable")
631
  $html .= "onClick=\"moOpenIdLogin('linkedin','" . $custom_app . "');\"";
632
+ $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-linkedin'></i>" . $buttonText . " LinkedIn</a>";
633
  } else {
634
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " LinkedIn'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('linkedin','" . $custom_app . "');\""; $html.=" ><img alt='LinkedIn' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/linkedin.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
635
  }
640
  if ($selected_theme == 'longbutton') {
641
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
642
  if ($view == "horizontal") {
643
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-instagram mo_btn-custom-dec login-button'";
644
  } else {
645
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-instagram mo_btn-custom-dec login-button'";
646
  }
647
  if($app_dis!="disable")
648
  $html .= "onClick=\"moOpenIdLogin('instagram','" . $custom_app . "');\"";
649
+ $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-instagram'></i>" . $buttonText . " Instagram</a>";
650
  } else {
651
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' " . $customTextofTitle . " Instagram'";if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('instagram','" . $custom_app . "');\""; $html.=" ><img alt='Instagram' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/instagram.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
652
  }
657
  if ($selected_theme == 'longbutton') {
658
  $html .= "<a rel='nofollow' " . $gdpr_setting . "style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
659
  if ($view == "horizontal") {
660
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-soundcloud mo_btn-custom-dec login-button'";
661
  } else {
662
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-soundcloud mo_btn-custom-dec login-button'";
663
  }
664
  if($app_dis!="disable")
665
  $html .= "onClick=\"moOpenIdLogin('amazon','" . $custom_app . "');\"";
666
+ $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-amazon'></i>" . $buttonText . " Amazon</a>";
667
  } else {
668
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Amazon' ";if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('amazon','" . $custom_app . "');\""; $html.=" ><img alt='Amazon' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/amazon.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
669
  }
678
  if ($selected_theme == 'longbutton') {
679
  $html .= "<a rel='nofollow' " . $gdpr_setting . "style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
680
  if ($view == "horizontal") {
681
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-vimeo mo_btn-custom-dec login-button' ";
682
  } else {
683
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-vimeo mo_btn-custom-dec login-button' ";
684
  }
685
  if($app_dis!="disable")
686
  $html .= "onClick=\"moOpenIdLogin('salesforce','" . $custom_app . "');\"";
687
+ $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-cloud'></i>" . $buttonText . " Salesforce</a>";
688
  } else {
689
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Salesforce'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('salesforce','" . $custom_app . "');\""; $html.=" ><img alt='Salesforce' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/salesforce.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
690
  }
695
  if ($selected_theme == 'longbutton') {
696
  $html .= "<a rel='nofollow' " . $gdpr_setting . "style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
697
  if ($view == "horizontal") {
698
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-microsoft mo_btn-custom-dec login-button'";
699
  } else {
700
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-microsoft mo_btn-custom-dec login-button'";
701
  }
702
  if($app_dis!="disable")
703
  $html .= " onClick=\"moOpenIdLogin('windowslive','" . $custom_app . "');\"";
704
+ $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-windows'></i>" . $buttonText . " Microsoft</a>";
705
  } else {
706
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Microsoft'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('windowslive','" . $custom_app . "');\""; $html.=" ><img alt='Windowslive' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/windowslive.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
707
  }
712
  if ($selected_theme == 'longbutton') {
713
  $html .= "<a rel='nofollow' " . $gdpr_setting . " style='margin-left: " . $spacebetweenicons . "px !important;width: " . $customWidth . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom: " . ($spacebetweenicons - 5) . "px !important;border-radius: " . $customBoundary . "px !important;'";
714
  if ($view == "horizontal") {
715
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-yahoo mo_btn-custom-dec login-button'";
716
  } else {
717
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-yahoo mo_btn-custom-dec login-button'";
718
  }
719
  if($app_dis!="disable")
720
  $html .= "onClick=\"moOpenIdLogin('yaahoo','" . $custom_app . "');\"";
721
+ $html.="> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-yahoo'></i>" . $buttonText . " Yahoo</a>";
722
  } else {
723
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " .
724
  $customTextofTitle . " Yahoo'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('yaahoo','" . $custom_app . "');\""; $html.=" ><img alt='Yahoo' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/yahoo.png', __FILE__) . "' class='login-button " . $selected_theme . "' ></a>";
733
  if ($selected_theme == 'longbutton') {
734
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('facebook','" . $custom_app . "');\"";$html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
735
  if ($view == "horizontal") {
736
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
737
  } else {
738
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
739
  }
740
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-facebook'></i> " . $buttonText . " Facebook</a>";
741
  } else {
742
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Facebook'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('facebook','" . $custom_app . "');\"";$html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-facebook custom-login-button " . $selected_theme . "' ></i></a>";
743
  }
744
  return $html;
745
  }
747
  if ($selected_theme == 'longbutton') {
748
  $html .= "<a rel='nofollow' " . $gdpr_setting . "";if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('google','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
749
  if ($view == "horizontal") {
750
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
751
  } else {
752
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
753
  }
754
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-google'></i> " . $buttonText . " Google</a>";
755
  } else {
756
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Google'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('google','" . $custom_app . "');\""; $html.=" title= ' " . $customTextofTitle . " Google'><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-google custom-login-button " . $selected_theme . "' ></i></a>";
757
  }
758
  return $html;
759
  }
761
  if ($selected_theme == 'longbutton') {
762
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('vkontakte','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
763
  if ($view == "horizontal") {
764
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
765
  } else {
766
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
767
  }
768
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-vk'></i> " . $buttonText . " Vkontakte</a>";
769
  } else {
770
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Vkontakte'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('vkontakte','" . $custom_app . "');\""; $html.=" title= ' " . $customTextofTitle . " Vkontakte'><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-vk custom-login-button " . $selected_theme . "' ></i></a>";
771
  }
772
  return $html;
773
  }
775
  if ($selected_theme == 'longbutton') {
776
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('twitter','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
777
  if ($view == "horizontal") {
778
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
779
  } else {
780
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
781
  }
782
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-twitter'></i> " . $buttonText . " Twitter</a>";
783
  } else {
784
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Twitter'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('twitter','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-twitter custom-login-button " . $selected_theme . "' ></i></a>";
785
  }
786
  return $html;
787
  }
789
  if ($selected_theme == 'longbutton') {
790
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('linkedin','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
791
  if ($view == "horizontal") {
792
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
793
  } else {
794
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
795
  }
796
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-linkedin'></i> " . $buttonText . " LinkedIn</a>";
797
  } else {
798
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " LinkedIn'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('linkedin','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-linkedin custom-login-button " . $selected_theme . "' ></i></a>";
799
  }
800
 
801
  return $html;
804
  if ($selected_theme == 'longbutton') {
805
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.="onClick=\"moOpenIdLogin('instagram','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
806
  if ($view == "horizontal") {
807
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
808
  } else {
809
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
810
  }
811
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-instagram'></i> " . $buttonText . " Instagram</a>";
812
  } else {
813
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Instagram'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('instagram','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-instagram custom-login-button " . $selected_theme . "' ></i></a>";
814
  }
815
  return $html;
816
  }
818
  if ($selected_theme == 'longbutton') {
819
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('amazon','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
820
  if ($view == "horizontal") {
821
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
822
  } else {
823
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
824
  }
825
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-amazon'></i> " . $buttonText . " Amazon</a>";
826
  } else {
827
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Amazon'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('amazon','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-amazon custom-login-button " . $selected_theme . "' ></i></a>";
828
  }
829
 
830
  return $html;
838
  if ($selected_theme == 'longbutton') {
839
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('salesforce','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
840
  if ($view == "horizontal") {
841
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
842
  } else {
843
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
844
  }
845
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-cloud'></i> " . $buttonText . " Salesforce</a>";
846
  } else {
847
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Salesforce'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('salesforce','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-cloud custom-login-button " . $selected_theme . "' ></i></a>";
848
  }
849
  return $html;
850
  }
853
  if ($selected_theme == 'longbutton') {
854
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('windowslive','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
855
  if ($view == "horizontal") {
856
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
857
  } else {
858
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
859
  }
860
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-windows'></i> " . $buttonText . " Microsoft</a>";
861
  } else {
862
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Microsoft'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('windowslive','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-windows custom-login-button " . $selected_theme . "' ></i></a>";
863
  }
864
  return $html;
865
  }
868
  if ($selected_theme == 'longbutton') {
869
  $html .= "<a rel='nofollow' " . $gdpr_setting . ""; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('yaahoo','" . $custom_app . "');\""; $html.=" style='margin-left: " . $spacebetweenicons . "px !important;width:" . ($customWidth) . " !important;padding-top:" . ($customHeight - 29) . "px !important;padding-bottom:" . ($customHeight - 29) . "px !important;margin-bottom:" . ($spacebetweenicons - 5) . "px !important; background:#" . $customBackground . "!important;border-radius: " . $customBoundary . "px !important;'";
870
  if ($view == "horizontal") {
871
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
872
  } else {
873
+ $html .= "class='mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-customtheme mo_btn-custom-dec login-button'";
874
  }
875
+ $html .= "> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-yahoo'></i> " . $buttonText . " Yahoo</a>";
876
  } else {
877
+ $html .= "<a class='" . $dis . " login-button' rel='nofollow' title= ' " . $customTextofTitle . " Yahoo'"; if($app_dis!="disable") $html.=" onClick=\"moOpenIdLogin('yaahoo','" . $custom_app . "');\""; $html.=" ><i style='margin-top:10px;width:" . $customSize . "px !important;height:" . $customSize . "px !important;margin-left:" . ($spacebetweenicons) . "px !important;background:#" . $customBackground . " !important;font-size: " . ($customSize - 16) . "px !important;' class='fa mo_btn-mo fa-yahoo custom-login-button " . $selected_theme . "' ></i></a>";
878
  }
879
  return $html;
880
  }
886
  wp_enqueue_script( 'js-cookie-script',plugins_url('includes/js/mo_openid_jquery.cookie.min.js', __FILE__), array('jquery'));
887
  if(!get_option('mo_openid_gdpr_consent_enable')){?>
888
  <script>
889
+ jQuery(".mo_btn-mo").prop("disabled",false);
890
  </script>
891
  <?php }
892
  ?>
894
  function mo_openid_on_consent_change(checkbox){
895
  if (! checkbox.checked) {
896
  jQuery('#mo_openid_consent_checkbox').val(1);
897
+ jQuery(".mo_btn-mo").attr("disabled", true);
898
  jQuery(".login-button").addClass("dis");
899
  } else {
900
  jQuery('#mo_openid_consent_checkbox').val(0);
901
+ jQuery(".mo_btn-mo").attr("disabled", false);
902
  jQuery(".login-button").removeClass("dis");
903
  }
904
  }
class-mo-openid-social-share.php CHANGED
@@ -68,103 +68,103 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
68
  if( get_option('mo_openid_facebook_share_enable') ) {
69
  $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
70
  ?>
71
- <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-facebook" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
72
  <?php
73
  }
74
 
75
  if( get_option('mo_openid_twitter_share_enable') ) {
76
  $link = esc_url(empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username);
77
  ?>
78
- <a rel='nofollow' title="Twitter" onclick="popupCenter('<?php echo $link; ?>', 600, 300);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-twitter" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
79
  <?php
80
  }
81
 
82
  if( get_option('mo_openid_google_share_enable') ) {
83
  $link = esc_url('https://plus.google.com/share?url='.$url);
84
  ?>
85
- <a rel='nofollow' title="Google" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-google-plus" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important;"></i></a>
86
  <?php
87
  }
88
 
89
  if( get_option('mo_openid_vkontakte_share_enable') ) {
90
  $link = esc_url('http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
91
  ?>
92
- <a rel='nofollow' title="Vkontakte" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-vk" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
93
  <?php
94
  }
95
 
96
  if( get_option('mo_openid_tumblr_share_enable') ) {
97
  $link = esc_url('http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
98
  ?>
99
- <a rel='nofollow' title="Tumblr" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-tumblr" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
100
  <?php
101
  }
102
 
103
  if( get_option('mo_openid_stumble_share_enable') ) {
104
  $link = esc_url('http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title);
105
  ?>
106
- <a rel='nofollow' title="StumbleUpon" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-stumbleupon" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
107
  <?php
108
  }
109
 
110
  if( get_option('mo_openid_linkedin_share_enable') ) {
111
  $link = esc_url('https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt);
112
  ?>
113
- <a rel='nofollow' title="LinkekIn" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-linkedin" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
114
  <?php
115
  }
116
 
117
  if( get_option('mo_openid_reddit_share_enable') ) {
118
  $link = esc_url('http://www.reddit.com/submit?url='.$url.'&amp;title='.$title);
119
  ?>
120
- <a rel='nofollow' title="Reddit" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-reddit" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
121
  <?php
122
  }
123
 
124
  if( get_option('mo_openid_pinterest_share_enable') ) {
125
  ?>
126
- <a rel='nofollow' title="Pinterest" href='javascript:pinIt();' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-pinterest" style="padding-top:3px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-10); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
127
  <?php
128
  }
129
 
130
  if( get_option('mo_openid_pocket_share_enable') ) {
131
  $link = esc_url('https://getpocket.com/save?url='.$url.'&amp;title='.$title);
132
  ?>
133
- <a rel='nofollow' title="Pocket" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-get-pocket" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
134
  <?php
135
  }
136
 
137
  if( get_option('mo_openid_digg_share_enable') ) {
138
  $link = esc_url('http://digg.com/submit?url='.$url.'&amp;title='.$title);
139
  ?>
140
- <a rel='nofollow' title="Digg" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-digg" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
141
  <?php
142
  }
143
 
144
  if( get_option('mo_openid_mail_share_enable') ) {
145
  ?>
146
  <a rel='nofollow' title="Email this page" onclick="popupCenter('mailto:?subject=<?php echo $email_subject ?>&amp;body=<?php echo $email_body ?>',800,500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
147
- <i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-envelope" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
148
  <?php
149
  }
150
  if( get_option('mo_openid_print_share_enable') ) {
151
  ?>
152
  <a rel='nofollow' title="Print this page" onclick="javascript:window.print()"class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
153
- <i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-print" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
154
  <?php
155
  }
156
  if( get_option('mo_openid_whatsapp_share_enable') && wp_is_mobile()) {
157
 
158
  ?>
159
  <a rel='nofollow' title="Whatsapp" href='whatsapp://send?text=<?php echo $url?>' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
160
- <i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-whatsapp" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
161
  <?php
162
  }
163
  else if( get_option('mo_openid_whatsapp_share_enable') ) {
164
 
165
  ?>
166
  <a rel='nofollow' title="Whatsapp" target ='_blank' href='https://web.whatsapp.com/send?text=<?php echo $url?>' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
167
- <i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-whatsapp" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
168
  <?php
169
  }
170
  }
@@ -173,103 +173,103 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
173
  if( get_option('mo_openid_facebook_share_enable') ) {
174
  $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
175
  ?>
176
- <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-facebook" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
177
  <?php
178
  }
179
 
180
  if( get_option('mo_openid_twitter_share_enable') ) {
181
  $link = esc_url(empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username);
182
  ?>
183
- <a rel='nofollow' title="Twitter" onclick="popupCenter('<?php echo $link; ?>', 600, 300);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-twitter" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
184
  <?php
185
  }
186
 
187
  if( get_option('mo_openid_google_share_enable') ) {
188
  $link = esc_url('https://plus.google.com/share?url='.$url);
189
  ?>
190
- <a rel='nofollow' title="Google" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-google-plus" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
191
  <?php
192
  }
193
 
194
  if( get_option('mo_openid_vkontakte_share_enable') ) {
195
  $link = esc_url('http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
196
  ?>
197
- <a rel='nofollow' title="Vkontakte" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-vk" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
198
  <?php
199
  }
200
 
201
  if( get_option('mo_openid_tumblr_share_enable') ) {
202
  $link = esc_url('http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title);
203
  ?>
204
- <a rel='nofollow' title="Tumblr" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-tumblr" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
205
  <?php
206
  }
207
 
208
  if( get_option('mo_openid_stumble_share_enable') ) {
209
  $link = esc_url('http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title);
210
  ?>
211
- <a rel='nofollow' title="StumbleUpon" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-stumbleupon" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
212
  <?php
213
  }
214
 
215
  if( get_option('mo_openid_linkedin_share_enable') ) {
216
  $link = esc_url('https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt);
217
  ?>
218
- <a rel='nofollow' title="LinkedIn" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-linkedin" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
219
  <?php
220
  }
221
 
222
  if( get_option('mo_openid_reddit_share_enable') ) {
223
  $link = esc_url('http://www.reddit.com/submit?url='.$url.'&amp;title='.$title);
224
  ?>
225
- <a rel='nofollow' title="Reddit" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-reddit" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
226
  <?php
227
  }
228
 
229
  if( get_option('mo_openid_pinterest_share_enable') ) {
230
  ?>
231
- <a rel='nofollow' title="Pinterest" href='javascript:pinIt();' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-pinterest" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
232
  <?php
233
  }
234
 
235
  if( get_option('mo_openid_pocket_share_enable') ) {
236
  $link = esc_url('https://getpocket.com/save?url='.$url.'&amp;title='.$title);
237
  ?>
238
- <a rel='nofollow' title="Pocket" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-get-pocket" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
239
  <?php
240
  }
241
 
242
  if( get_option('mo_openid_digg_share_enable') ) {
243
  $link = esc_url('http://digg.com/submit?url='.$url.'&amp;title='.$title);
244
  ?>
245
- <a rel='nofollow' title="Digg" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> mofa mofa-digg" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
246
  <?php
247
  }
248
 
249
  if( get_option('mo_openid_mail_share_enable') ) {
250
  ?>
251
  <a rel='nofollow' title="Email this page" onclick="popupCenter('mailto:?subject=<?php echo $email_subject ?>&amp;body=<?php echo $email_body ?>',800,500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
252
- <i class=" <?php echo $selected_theme; ?> mofa mofa-envelope" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
253
  <?php
254
  }
255
  if( get_option('mo_openid_print_share_enable') ) {
256
  ?>
257
  <a rel='nofollow' title="Print this page" onclick="javascript:window.print()" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
258
- <i class=" <?php echo $selected_theme; ?> mofa mofa-print" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
259
  <?php
260
  }
261
  if( get_option('mo_openid_whatsapp_share_enable')&& wp_is_mobile() ) {
262
 
263
  ?>
264
  <a rel='nofollow' title="Whatsapp" href='whatsapp://send?text=<?php echo $url?>' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
265
- <i class=" <?php echo $selected_theme; ?> mofa mofa-whatsapp" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
266
  <?php
267
  }
268
  else if( get_option('mo_openid_whatsapp_share_enable') ) {
269
 
270
  ?>
271
  <a rel='nofollow' title="Whatsapp" target ='_blank' href='https://web.whatsapp.com/send?text=<?php echo $url?>' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
272
- <i class=" <?php echo $selected_theme; ?> mofa mofa-whatsapp" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
273
  <?php
274
  }
275
  }
@@ -389,102 +389,102 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
389
  if( get_option('mo_openid_facebook_share_enable') ) {
390
  $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
391
  ?>
392
- <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-bottom:<?php echo $space_icons?>px !important;"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-facebook" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
393
  <?php
394
  }
395
 
396
  if( get_option('mo_openid_twitter_share_enable') ) {
397
  $link = esc_url(empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username);
398
  ?>
399
- <a rel='nofollow' title="Twitter" onclick="popupCenter('<?php echo $link; ?>', 600, 300);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-twitter" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
400
  <?php
401
  }
402
 
403
  if( get_option('mo_openid_google_share_enable') ) {
404
  $link = esc_url('https://plus.google.com/share?url='.$url);
405
  ?>
406
- <a rel='nofollow' title="Google" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-bottom:<?php echo $space_icons?>px !important;"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-google-plus" style="margin-bottom:<?php echo $space_icons-4?>px!important; padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
407
  <?php
408
  }
409
 
410
  if( get_option('mo_openid_vkontakte_share_enable') ) {
411
  $link = esc_url('http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
412
  ?>
413
- <a rel='nofollow' title="Vkontakte" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-bottom:<?php echo $space_icons?>px !important;"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-vk" style="margin-bottom:<?php echo $space_icons-4?>px!important; padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
414
  <?php
415
  }
416
 
417
  if( get_option('mo_openid_tumblr_share_enable') ) {
418
  $link = esc_url('http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title);
419
  ?>
420
- <a rel='nofollow' title="Tumblr" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-tumblr" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
421
  <?php
422
  }
423
 
424
  if( get_option('mo_openid_stumble_share_enable') ) {
425
  $link = esc_url('http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title);
426
  ?>
427
- <a rel='nofollow' title="StumbleUpon" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-stumbleupon" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
428
  <?php
429
  }
430
 
431
  if( get_option('mo_openid_linkedin_share_enable') ) {
432
  $link = esc_url('https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt);
433
  ?>
434
- <a rel='nofollow' title="LinkedIn" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-linkedin" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
435
  <?php
436
  }
437
 
438
  if( get_option('mo_openid_reddit_share_enable') ) {
439
  $link = esc_url('http://www.reddit.com/submit?url='.$url.'&amp;title='.$title);
440
  ?>
441
- <a rel='nofollow' title="Reddit" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-reddit" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
442
  <?php
443
  }
444
 
445
  if( get_option('mo_openid_pinterest_share_enable') ) {
446
  ?>
447
- <a rel='nofollow' title="Pinterest" href='javascript:pinIt();' class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-pinterest" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:3px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-10); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
448
  <?php
449
  }
450
 
451
  if( get_option('mo_openid_pocket_share_enable') ) {
452
  $link = esc_url('https://getpocket.com/save?url='.$url.'&amp;title='.$title);
453
  ?>
454
- <a rel='nofollow' title="Pocket" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-get-pocket" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
455
  <?php
456
  }
457
 
458
  if( get_option('mo_openid_digg_share_enable') ) {
459
  $link = esc_url('http://digg.com/submit?url='.$url.'&amp;title='.$title);
460
  ?>
461
- <a rel='nofollow' title="Digg" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-digg" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
462
  <?php
463
  }
464
  if( get_option('mo_openid_mail_share_enable') ) {
465
  ?>
466
  <a rel='nofollow' title="Email this page" onclick="popupCenter('mailto:?subject=<?php echo $email_subject ?>&amp;body=<?php echo $email_body ?>',800,500);" class="mo-openid-share-link">
467
- <i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-envelope" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
468
  <?php
469
  }
470
  if( get_option('mo_openid_print_share_enable') ) {
471
  ?>
472
  <a rel='nofollow' title="Print this page" onclick="javascript:window.print()"class="mo-openid-share-link">
473
- <i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-print" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
474
  <?php
475
  }
476
  if( get_option('mo_openid_whatsapp_share_enable')&& wp_is_mobile() ) {
477
 
478
  ?>
479
  <a rel='nofollow' title="Whatsapp" href='whatsapp://send?text=<?php echo $url?>' class="mo-openid-share-link">
480
- <i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-whatsapp" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
481
  <?php
482
  }
483
  else if( get_option('mo_openid_whatsapp_share_enable') ) {
484
 
485
  ?>
486
  <a rel='nofollow' title="Whatsapp" target ='_blank' href='https://web.whatsapp.com/send?text=<?php echo $url?>' class="mo-openid-share-link">
487
- <i class="mo-custom-share-icon <?php echo $selected_theme; ?> mofa mofa-whatsapp" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
488
  <?php
489
  }
490
  }
@@ -492,103 +492,103 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
492
  if( get_option('mo_openid_facebook_share_enable') ) {
493
  $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
494
  ?>
495
- <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link"><i class=" <?php echo $selected_theme; ?> mofa mofa-facebook" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top : 4px !important;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
496
  <?php
497
  }
498
 
499
  if( get_option('mo_openid_twitter_share_enable') ) {
500
  $link = esc_url(empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username);
501
  ?>
502
- <a rel='nofollow' title="Twitter" onclick="popupCenter('<?php echo $link; ?>', 600, 300);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> mofa mofa-twitter" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
503
  <?php
504
  }
505
 
506
  if( get_option('mo_openid_google_share_enable') ) {
507
  $link = esc_url('https://plus.google.com/share?url='.$url);
508
  ?>
509
- <a rel='nofollow' title="Google" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link"><i class=" <?php echo $selected_theme; ?> mofa mofa-google-plus" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
510
  <?php
511
  }
512
 
513
  if( get_option('mo_openid_vkontakte_share_enable') ) {
514
  $link = esc_url('http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
515
  ?>
516
- <a rel='nofollow' title="Vkontakte" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link"><i class=" <?php echo $selected_theme; ?> mofa mofa-vk" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
517
  <?php
518
  }
519
 
520
  if( get_option('mo_openid_tumblr_share_enable') ) {
521
  $link = esc_url('http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title);
522
  ?>
523
- <a rel='nofollow' title="Tumblr" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> mofa mofa-tumblr" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
524
  <?php
525
  }
526
 
527
  if( get_option('mo_openid_stumble_share_enable') ) {
528
  $link = esc_url('http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title);
529
  ?>
530
- <a rel='nofollow' title="StumbleUpon" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> mofa mofa-stumbleupon" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
531
  <?php
532
  }
533
 
534
  if( get_option('mo_openid_linkedin_share_enable') ) {
535
  $link = esc_url('https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt);
536
  ?>
537
- <a rel='nofollow' title="LinkedIn" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> mofa mofa-linkedin" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px !important;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
538
  <?php
539
  }
540
 
541
  if( get_option('mo_openid_reddit_share_enable') ) {
542
  $link = esc_url('http://www.reddit.com/submit?url='.$url.'&amp;title='.$title);
543
  ?>
544
- <a rel='nofollow' title="Reddit" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> mofa mofa-reddit" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
545
  <?php
546
  }
547
 
548
  if( get_option('mo_openid_pinterest_share_enable') ) {
549
  ?>
550
- <a rel='nofollow' title="Pinterest" href='javascript:pinIt();' class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> mofa mofa-pinterest" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-5; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
551
  <?php
552
  }
553
 
554
  if( get_option('mo_openid_pocket_share_enable') ) {
555
  $link = esc_url('https://getpocket.com/save?url='.$url.'&amp;title='.$title);
556
  ?>
557
- <a rel='nofollow' title="Pocket" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> mofa mofa-get-pocket" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
558
  <?php
559
  }
560
 
561
  if( get_option('mo_openid_digg_share_enable') ) {
562
  $link = esc_url('http://digg.com/submit?url='.$url.'&amp;title='.$title);
563
  ?>
564
- <a rel='nofollow' title="Digg" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> mofa mofa-digg" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
565
  <?php
566
  }
567
 
568
  if( get_option('mo_openid_mail_share_enable') ) {
569
  ?>
570
  <a rel='nofollow' title="Email this page" onclick="popupCenter('mailto:?subject=<?php echo $email_subject ?>&amp;body=<?php echo $email_body ?>',800,500);" class="mo-openid-share-link">
571
- <i class=" <?php echo $selected_theme; ?> mofa mofa-envelope" style=" padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
572
  <?php
573
  }
574
  if( get_option('mo_openid_print_share_enable') ) {
575
  ?>
576
  <a rel='nofollow' title="Print this page" onclick="javascript:window.print()" class="mo-openid-share-link">
577
- <i class=" <?php echo $selected_theme; ?> mofa mofa-print" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
578
  <?php
579
  }
580
  if( get_option('mo_openid_whatsapp_share_enable') && wp_is_mobile()) {
581
 
582
  ?>
583
  <a rel='nofollow'title="Whatsapp" href='whatsapp://send?text=<?php echo $url?>' class="mo-openid-share-link">
584
- <i class=" <?php echo $selected_theme; ?> mofa mofa-whatsapp" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
585
  <?php
586
  }
587
  else if( get_option('mo_openid_whatsapp_share_enable') ) {
588
 
589
  ?>
590
  <a rel='nofollow' title="Whatsapp" target ='_blank' href='https://web.whatsapp.com/send?text=<?php echo $url?>' class="mo-openid-share-link">
591
- <i class=" <?php echo $selected_theme; ?> mofa mofa-whatsapp" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
592
  <?php
593
  }
594
  }
68
  if( get_option('mo_openid_facebook_share_enable') ) {
69
  $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
70
  ?>
71
+ <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-facebook" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
72
  <?php
73
  }
74
 
75
  if( get_option('mo_openid_twitter_share_enable') ) {
76
  $link = esc_url(empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username);
77
  ?>
78
+ <a rel='nofollow' title="Twitter" onclick="popupCenter('<?php echo $link; ?>', 600, 300);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-twitter" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
79
  <?php
80
  }
81
 
82
  if( get_option('mo_openid_google_share_enable') ) {
83
  $link = esc_url('https://plus.google.com/share?url='.$url);
84
  ?>
85
+ <a rel='nofollow' title="Google" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-google-plus" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important;"></i></a>
86
  <?php
87
  }
88
 
89
  if( get_option('mo_openid_vkontakte_share_enable') ) {
90
  $link = esc_url('http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
91
  ?>
92
+ <a rel='nofollow' title="Vkontakte" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-vk" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
93
  <?php
94
  }
95
 
96
  if( get_option('mo_openid_tumblr_share_enable') ) {
97
  $link = esc_url('http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
98
  ?>
99
+ <a rel='nofollow' title="Tumblr" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-tumblr" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
100
  <?php
101
  }
102
 
103
  if( get_option('mo_openid_stumble_share_enable') ) {
104
  $link = esc_url('http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title);
105
  ?>
106
+ <a rel='nofollow' title="StumbleUpon" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-stumbleupon" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
107
  <?php
108
  }
109
 
110
  if( get_option('mo_openid_linkedin_share_enable') ) {
111
  $link = esc_url('https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt);
112
  ?>
113
+ <a rel='nofollow' title="LinkekIn" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-linkedin" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
114
  <?php
115
  }
116
 
117
  if( get_option('mo_openid_reddit_share_enable') ) {
118
  $link = esc_url('http://www.reddit.com/submit?url='.$url.'&amp;title='.$title);
119
  ?>
120
+ <a rel='nofollow' title="Reddit" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-reddit" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
121
  <?php
122
  }
123
 
124
  if( get_option('mo_openid_pinterest_share_enable') ) {
125
  ?>
126
+ <a rel='nofollow' title="Pinterest" href='javascript:pinIt();' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-pinterest" style="padding-top:3px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-10); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
127
  <?php
128
  }
129
 
130
  if( get_option('mo_openid_pocket_share_enable') ) {
131
  $link = esc_url('https://getpocket.com/save?url='.$url.'&amp;title='.$title);
132
  ?>
133
+ <a rel='nofollow' title="Pocket" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-get-pocket" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
134
  <?php
135
  }
136
 
137
  if( get_option('mo_openid_digg_share_enable') ) {
138
  $link = esc_url('http://digg.com/submit?url='.$url.'&amp;title='.$title);
139
  ?>
140
+ <a rel='nofollow' title="Digg" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-digg" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
141
  <?php
142
  }
143
 
144
  if( get_option('mo_openid_mail_share_enable') ) {
145
  ?>
146
  <a rel='nofollow' title="Email this page" onclick="popupCenter('mailto:?subject=<?php echo $email_subject ?>&amp;body=<?php echo $email_body ?>',800,500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
147
+ <i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-envelope" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
148
  <?php
149
  }
150
  if( get_option('mo_openid_print_share_enable') ) {
151
  ?>
152
  <a rel='nofollow' title="Print this page" onclick="javascript:window.print()"class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
153
+ <i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-print" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
154
  <?php
155
  }
156
  if( get_option('mo_openid_whatsapp_share_enable') && wp_is_mobile()) {
157
 
158
  ?>
159
  <a rel='nofollow' title="Whatsapp" href='whatsapp://send?text=<?php echo $url?>' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
160
+ <i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-whatsapp" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
161
  <?php
162
  }
163
  else if( get_option('mo_openid_whatsapp_share_enable') ) {
164
 
165
  ?>
166
  <a rel='nofollow' title="Whatsapp" target ='_blank' href='https://web.whatsapp.com/send?text=<?php echo $url?>' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
167
+ <i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-whatsapp" style="padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
168
  <?php
169
  }
170
  }
173
  if( get_option('mo_openid_facebook_share_enable') ) {
174
  $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
175
  ?>
176
+ <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-facebook" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
177
  <?php
178
  }
179
 
180
  if( get_option('mo_openid_twitter_share_enable') ) {
181
  $link = esc_url(empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username);
182
  ?>
183
+ <a rel='nofollow' title="Twitter" onclick="popupCenter('<?php echo $link; ?>', 600, 300);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-twitter" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
184
  <?php
185
  }
186
 
187
  if( get_option('mo_openid_google_share_enable') ) {
188
  $link = esc_url('https://plus.google.com/share?url='.$url);
189
  ?>
190
+ <a rel='nofollow' title="Google" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-google-plus" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
191
  <?php
192
  }
193
 
194
  if( get_option('mo_openid_vkontakte_share_enable') ) {
195
  $link = esc_url('http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
196
  ?>
197
+ <a rel='nofollow' title="Vkontakte" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-vk" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
198
  <?php
199
  }
200
 
201
  if( get_option('mo_openid_tumblr_share_enable') ) {
202
  $link = esc_url('http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title);
203
  ?>
204
+ <a rel='nofollow' title="Tumblr" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-tumblr" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
205
  <?php
206
  }
207
 
208
  if( get_option('mo_openid_stumble_share_enable') ) {
209
  $link = esc_url('http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title);
210
  ?>
211
+ <a rel='nofollow' title="StumbleUpon" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-stumbleupon" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
212
  <?php
213
  }
214
 
215
  if( get_option('mo_openid_linkedin_share_enable') ) {
216
  $link = esc_url('https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt);
217
  ?>
218
+ <a rel='nofollow' title="LinkedIn" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-linkedin" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
219
  <?php
220
  }
221
 
222
  if( get_option('mo_openid_reddit_share_enable') ) {
223
  $link = esc_url('http://www.reddit.com/submit?url='.$url.'&amp;title='.$title);
224
  ?>
225
+ <a rel='nofollow' title="Reddit" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-reddit" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
226
  <?php
227
  }
228
 
229
  if( get_option('mo_openid_pinterest_share_enable') ) {
230
  ?>
231
+ <a rel='nofollow' title="Pinterest" href='javascript:pinIt();' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-pinterest" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
232
  <?php
233
  }
234
 
235
  if( get_option('mo_openid_pocket_share_enable') ) {
236
  $link = esc_url('https://getpocket.com/save?url='.$url.'&amp;title='.$title);
237
  ?>
238
+ <a rel='nofollow' title="Pocket" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-get-pocket" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
239
  <?php
240
  }
241
 
242
  if( get_option('mo_openid_digg_share_enable') ) {
243
  $link = esc_url('http://digg.com/submit?url='.$url.'&amp;title='.$title);
244
  ?>
245
+ <a rel='nofollow' title="Digg" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons-6?>px !important"><i class=" <?php echo $selected_theme; ?> fa fa-digg" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
246
  <?php
247
  }
248
 
249
  if( get_option('mo_openid_mail_share_enable') ) {
250
  ?>
251
  <a rel='nofollow' title="Email this page" onclick="popupCenter('mailto:?subject=<?php echo $email_subject ?>&amp;body=<?php echo $email_body ?>',800,500);" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
252
+ <i class=" <?php echo $selected_theme; ?> fa fa-envelope" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
253
  <?php
254
  }
255
  if( get_option('mo_openid_print_share_enable') ) {
256
  ?>
257
  <a rel='nofollow' title="Print this page" onclick="javascript:window.print()" class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
258
+ <i class=" <?php echo $selected_theme; ?> fa fa-print" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
259
  <?php
260
  }
261
  if( get_option('mo_openid_whatsapp_share_enable')&& wp_is_mobile() ) {
262
 
263
  ?>
264
  <a rel='nofollow' title="Whatsapp" href='whatsapp://send?text=<?php echo $url?>' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
265
+ <i class=" <?php echo $selected_theme; ?> fa fa-whatsapp" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
266
  <?php
267
  }
268
  else if( get_option('mo_openid_whatsapp_share_enable') ) {
269
 
270
  ?>
271
  <a rel='nofollow' title="Whatsapp" target ='_blank' href='https://web.whatsapp.com/send?text=<?php echo $url?>' class="mo-openid-share-link" style="margin-left : <?php echo $spaceBetweenIcons?>px !important">
272
+ <i class=" <?php echo $selected_theme; ?> fa fa-whatsapp" style="padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-4; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
273
  <?php
274
  }
275
  }
389
  if( get_option('mo_openid_facebook_share_enable') ) {
390
  $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
391
  ?>
392
+ <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link" style="margin-bottom:<?php echo $space_icons?>px !important;"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-facebook" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
393
  <?php
394
  }
395
 
396
  if( get_option('mo_openid_twitter_share_enable') ) {
397
  $link = esc_url(empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username);
398
  ?>
399
+ <a rel='nofollow' title="Twitter" onclick="popupCenter('<?php echo $link; ?>', 600, 300);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-twitter" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
400
  <?php
401
  }
402
 
403
  if( get_option('mo_openid_google_share_enable') ) {
404
  $link = esc_url('https://plus.google.com/share?url='.$url);
405
  ?>
406
+ <a rel='nofollow' title="Google" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-bottom:<?php echo $space_icons?>px !important;"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-google-plus" style="margin-bottom:<?php echo $space_icons-4?>px!important; padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
407
  <?php
408
  }
409
 
410
  if( get_option('mo_openid_vkontakte_share_enable') ) {
411
  $link = esc_url('http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
412
  ?>
413
+ <a rel='nofollow' title="Vkontakte" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" style="margin-bottom:<?php echo $space_icons?>px !important;"><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-vk" style="margin-bottom:<?php echo $space_icons-4?>px!important; padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
414
  <?php
415
  }
416
 
417
  if( get_option('mo_openid_tumblr_share_enable') ) {
418
  $link = esc_url('http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title);
419
  ?>
420
+ <a rel='nofollow' title="Tumblr" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-tumblr" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
421
  <?php
422
  }
423
 
424
  if( get_option('mo_openid_stumble_share_enable') ) {
425
  $link = esc_url('http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title);
426
  ?>
427
+ <a rel='nofollow' title="StumbleUpon" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-stumbleupon" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
428
  <?php
429
  }
430
 
431
  if( get_option('mo_openid_linkedin_share_enable') ) {
432
  $link = esc_url('https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt);
433
  ?>
434
+ <a rel='nofollow' title="LinkedIn" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-linkedin" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
435
  <?php
436
  }
437
 
438
  if( get_option('mo_openid_reddit_share_enable') ) {
439
  $link = esc_url('http://www.reddit.com/submit?url='.$url.'&amp;title='.$title);
440
  ?>
441
+ <a rel='nofollow' title="Reddit" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-reddit" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
442
  <?php
443
  }
444
 
445
  if( get_option('mo_openid_pinterest_share_enable') ) {
446
  ?>
447
+ <a rel='nofollow' title="Pinterest" href='javascript:pinIt();' class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-pinterest" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:3px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-10); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
448
  <?php
449
  }
450
 
451
  if( get_option('mo_openid_pocket_share_enable') ) {
452
  $link = esc_url('https://getpocket.com/save?url='.$url.'&amp;title='.$title);
453
  ?>
454
+ <a rel='nofollow' title="Pocket" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-get-pocket" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
455
  <?php
456
  }
457
 
458
  if( get_option('mo_openid_digg_share_enable') ) {
459
  $link = esc_url('http://digg.com/submit?url='.$url.'&amp;title='.$title);
460
  ?>
461
+ <a rel='nofollow' title="Digg" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-digg" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
462
  <?php
463
  }
464
  if( get_option('mo_openid_mail_share_enable') ) {
465
  ?>
466
  <a rel='nofollow' title="Email this page" onclick="popupCenter('mailto:?subject=<?php echo $email_subject ?>&amp;body=<?php echo $email_body ?>',800,500);" class="mo-openid-share-link">
467
+ <i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-envelope" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
468
  <?php
469
  }
470
  if( get_option('mo_openid_print_share_enable') ) {
471
  ?>
472
  <a rel='nofollow' title="Print this page" onclick="javascript:window.print()"class="mo-openid-share-link">
473
+ <i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-print" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
474
  <?php
475
  }
476
  if( get_option('mo_openid_whatsapp_share_enable')&& wp_is_mobile() ) {
477
 
478
  ?>
479
  <a rel='nofollow' title="Whatsapp" href='whatsapp://send?text=<?php echo $url?>' class="mo-openid-share-link">
480
+ <i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-whatsapp" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
481
  <?php
482
  }
483
  else if( get_option('mo_openid_whatsapp_share_enable') ) {
484
 
485
  ?>
486
  <a rel='nofollow' title="Whatsapp" target ='_blank' href='https://web.whatsapp.com/send?text=<?php echo $url?>' class="mo-openid-share-link">
487
+ <i class="mo-custom-share-icon <?php echo $selected_theme; ?> fa fa-whatsapp" style="margin-bottom:<?php echo $space_icons-4?>px!important;padding-top:8px;text-align:center;color:#ffffff;font-size:<?php echo ($sharingSize-16); ?>px !important;background-color:#<?php echo $custom_color?>;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
488
  <?php
489
  }
490
  }
492
  if( get_option('mo_openid_facebook_share_enable') ) {
493
  $link = esc_url('https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse');
494
  ?>
495
+ <a rel='nofollow' title="Facebook" onclick="popupCenter('<?php echo $link; ?>', 800, 400);" class="mo-openid-share-link"><i class=" <?php echo $selected_theme; ?> fa fa-facebook" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top : 4px !important;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
496
  <?php
497
  }
498
 
499
  if( get_option('mo_openid_twitter_share_enable') ) {
500
  $link = esc_url(empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username);
501
  ?>
502
+ <a rel='nofollow' title="Twitter" onclick="popupCenter('<?php echo $link; ?>', 600, 300);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> fa fa-twitter" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
503
  <?php
504
  }
505
 
506
  if( get_option('mo_openid_google_share_enable') ) {
507
  $link = esc_url('https://plus.google.com/share?url='.$url);
508
  ?>
509
+ <a rel='nofollow' title="Google" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link"><i class=" <?php echo $selected_theme; ?> fa fa-google-plus" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
510
  <?php
511
  }
512
 
513
  if( get_option('mo_openid_vkontakte_share_enable') ) {
514
  $link = esc_url('http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt);
515
  ?>
516
+ <a rel='nofollow' title="Vkontakte" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link"><i class=" <?php echo $selected_theme; ?> fa fa-vk" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
517
  <?php
518
  }
519
 
520
  if( get_option('mo_openid_tumblr_share_enable') ) {
521
  $link = esc_url('http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title);
522
  ?>
523
+ <a rel='nofollow' title="Tumblr" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> fa fa-tumblr" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
524
  <?php
525
  }
526
 
527
  if( get_option('mo_openid_stumble_share_enable') ) {
528
  $link = esc_url('http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title);
529
  ?>
530
+ <a rel='nofollow' title="StumbleUpon" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> fa fa-stumbleupon" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
531
  <?php
532
  }
533
 
534
  if( get_option('mo_openid_linkedin_share_enable') ) {
535
  $link = esc_url('https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt);
536
  ?>
537
+ <a rel='nofollow' title="LinkedIn" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> fa fa-linkedin" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px !important;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
538
  <?php
539
  }
540
 
541
  if( get_option('mo_openid_reddit_share_enable') ) {
542
  $link = esc_url('http://www.reddit.com/submit?url='.$url.'&amp;title='.$title);
543
  ?>
544
+ <a rel='nofollow' title="Reddit" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> fa fa-reddit" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
545
  <?php
546
  }
547
 
548
  if( get_option('mo_openid_pinterest_share_enable') ) {
549
  ?>
550
+ <a rel='nofollow' title="Pinterest" href='javascript:pinIt();' class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> fa fa-pinterest" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize-5; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
551
  <?php
552
  }
553
 
554
  if( get_option('mo_openid_pocket_share_enable') ) {
555
  $link = esc_url('https://getpocket.com/save?url='.$url.'&amp;title='.$title);
556
  ?>
557
+ <a rel='nofollow' title="Pocket" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> fa fa-get-pocket" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
558
  <?php
559
  }
560
 
561
  if( get_option('mo_openid_digg_share_enable') ) {
562
  $link = esc_url('http://digg.com/submit?url='.$url.'&amp;title='.$title);
563
  ?>
564
+ <a rel='nofollow' title="Digg" onclick="popupCenter('<?php echo $link; ?>', 800, 500);" class="mo-openid-share-link" ><i class=" <?php echo $selected_theme; ?> fa fa-digg" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
565
  <?php
566
  }
567
 
568
  if( get_option('mo_openid_mail_share_enable') ) {
569
  ?>
570
  <a rel='nofollow' title="Email this page" onclick="popupCenter('mailto:?subject=<?php echo $email_subject ?>&amp;body=<?php echo $email_body ?>',800,500);" class="mo-openid-share-link">
571
+ <i class=" <?php echo $selected_theme; ?> fa fa-envelope" style=" padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
572
  <?php
573
  }
574
  if( get_option('mo_openid_print_share_enable') ) {
575
  ?>
576
  <a rel='nofollow' title="Print this page" onclick="javascript:window.print()" class="mo-openid-share-link">
577
+ <i class=" <?php echo $selected_theme; ?> fa fa-print" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
578
  <?php
579
  }
580
  if( get_option('mo_openid_whatsapp_share_enable') && wp_is_mobile()) {
581
 
582
  ?>
583
  <a rel='nofollow'title="Whatsapp" href='whatsapp://send?text=<?php echo $url?>' class="mo-openid-share-link">
584
+ <i class=" <?php echo $selected_theme; ?> fa fa-whatsapp" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
585
  <?php
586
  }
587
  else if( get_option('mo_openid_whatsapp_share_enable') ) {
588
 
589
  ?>
590
  <a rel='nofollow' title="Whatsapp" target ='_blank' href='https://web.whatsapp.com/send?text=<?php echo $url?>' class="mo-openid-share-link">
591
+ <i class=" <?php echo $selected_theme; ?> fa fa-whatsapp" style="margin-bottom:<?php echo $space_icons-4?>px !important;padding-top:4px;text-align:center;color:#<?php echo $fontColor ?> !important;font-size:<?php echo $sharingSize; ?>px !important;height:<?php echo $sharingSize; ?>px !important;width:<?php echo $sharingSize; ?>px !important"></i></a>
592
  <?php
593
  }
594
  }
class-mo-openid-sso-shortcode-buttons.php CHANGED
@@ -17,7 +17,8 @@ function count_convert($count)
17
  //shortcode for horizontal sharing
18
  function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
19
  wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
20
- wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false );
 
21
  wp_enqueue_style( 'mo_openid_admin_settings_style', plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__));
22
 
23
  $html = '';
@@ -88,21 +89,21 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
88
  }
89
  }
90
  $html .= "<li>";}
91
- $html.="<a rel='nofollow' title='Facebook' onclick='popupCenter(". '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-facebook' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts && get_option('mo_openid_Facebook_share_count_api')!=""){$html .= "<span style='margin-left : " . ($spaceBetweenIcons) . "px !important'>$count</span></li>";} else{$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
92
 
93
  }
94
 
95
  if( get_option('mo_openid_twitter_share_enable') ) {
96
 
97
  $link = empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username;
98
- if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Twitter' onclick='popupCenter(". '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-twitter' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
99
  }
100
 
101
  if( get_option('mo_openid_google_share_enable') ) {
102
  if ($sharing_counts){
103
  $html .= "<li>";}
104
  $link = 'https://plus.google.com/share?url='.$url;
105
- $html .= "<a rel='nofollow' title='Google' onclick='popupCenter(". '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-google-plus' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
106
  }
107
  if( get_option('mo_openid_vkontakte_share_enable') ) {
108
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
@@ -110,26 +111,26 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
110
 
111
  $html .= "<li>";
112
  }
113
- $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-vk' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
114
  }
115
  if( get_option('mo_openid_tumblr_share_enable') ) {
116
  $link = 'http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title;
117
 
118
- if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Tumblr' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-tumblr' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
119
  }
120
  if( get_option('mo_openid_stumble_share_enable') ) {
121
  $link = 'http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title;
122
  if ($sharing_counts){
123
  $html .= "<li>";
124
  }
125
- $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-stumbleupon' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
126
  }
127
  if( get_option('mo_openid_linkedin_share_enable') ) {
128
  $link = 'https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt;
129
  if ($sharing_counts){
130
  $html .= "<li>";
131
  }
132
- $html .= "<a rel='nofollow' title='LinkedIn' onclick='popupCenter(". '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-linkedin' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
133
  }
134
 
135
  if( get_option('mo_openid_reddit_share_enable') ) {
@@ -137,37 +138,37 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
137
  if ($sharing_counts){
138
  $html .= "<li>";
139
  }
140
- $html .= "<a rel='nofollow' title='Reddit' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-reddit' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
141
  }
142
 
143
  if( get_option('mo_openid_pinterest_share_enable') ) {
144
  if ($sharing_counts){
145
  $html .= "<li>";
146
  }
147
- $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-pinterest' style='padding-top:3px;text-align:center;color:#ffffff;font-size:" .($sharingSize-10). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
148
  }
149
 
150
  if( get_option('mo_openid_pocket_share_enable') ) {
151
  $link = 'https://getpocket.com/save?url='.$url.'&amp;title='.$title;
152
- if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Pocket' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-get-pocket' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
153
  }
154
  if( get_option('mo_openid_digg_share_enable') ) {
155
  $link = 'http://digg.com/submit?url='.$url.'&amp;title='.$title;
156
- if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-digg' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
157
  }
158
  if( get_option('mo_openid_mail_share_enable') ) {
159
- if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body. '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-envelope' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
160
  }
161
  if( get_option('mo_openid_print_share_enable') ) {
162
- if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Print this page' onclick='javascript:window.print();' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-print' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
163
  }
164
  if( get_option('mo_openid_whatsapp_share_enable') ) {
165
 
166
  if(!wp_is_mobile()){
167
- if ($sharing_counts){$html .= "<li>";} $html .= '<a rel="nofollow" title="Whatsapp" target ="_blank" href="https://web.whatsapp.com/send?text=' . $url .'" class="mo-openid-share-link" style="margin-left : '.($spaceBetweenIcons) . 'px !important;border-bottom:0px !important;"><i class="mo-custom-share-icon ' .$selected_theme. ' mofa mofa-whatsapp" style="padding-top:8px;text-align:center;color:#ffffff;font-size: '.($sharingSize-16). 'px !important;background-color:#' .$custom_color. ';height: '.$sharingSize. 'px !important;width:' .$sharingSize. 'px !important;"></i></a>'; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
168
  }
169
  else{
170
- if ($sharing_counts){$html .= "<li>";} $html .= '<a rel="nofollow" title="Whatsapp" href="whatsapp://send?text=' . $url .'" class="mo-openid-share-link" style="margin-left : '.($spaceBetweenIcons) . 'px !important;border-bottom:0px !important;"><i class="mo-custom-share-icon ' .$selected_theme. ' mofa mofa-whatsapp" style="padding-top:8px;text-align:center;color:#ffffff;font-size: '.($sharingSize-16). 'px !important;background-color:#' .$custom_color. ';height: '.$sharingSize. 'px !important;width:' .$sharingSize. 'px !important;"></i></a>'; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
171
 
172
  }
173
  }
@@ -196,70 +197,70 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
196
  }
197
  $html .= "<li style='line-height: 0.0px'>";
198
  }
199
- $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-facebook' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts && get_option('mo_openid_Facebook_share_count_api')!=""){$html .= "<span style='margin-left : " . ($spaceBetweenIcons) . "px !important'>$count</span></li>";} else{$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
200
  }
201
 
202
  if (get_option('mo_openid_twitter_share_enable')) {
203
  $link = empty($twitter_username) ? 'https://twitter.com/intent/tweet?text=' . $title . '&amp;url=' . $url : 'https://twitter.com/intent/tweet?text=' . $title . '&amp;url=' . $url . '&amp;via=' . $twitter_username;
204
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Twitter' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-twitter' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
205
  }
206
 
207
  if (get_option('mo_openid_google_share_enable')) {
208
 
209
  $link = 'https://plus.google.com/share?url=' . $url;
210
  if ($sharing_counts){
211
- $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Google' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class='mofa mofa-google-plus' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
212
  }
213
  if (get_option('mo_openid_vkontakte_share_enable')) {
214
  $link = 'http://vk.com/share.php?url=' . $url . '&amp;title=' . $title . '&amp;description=' . $excerpt;
215
  if ($sharing_counts){
216
 
217
- $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-vk' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
218
  }
219
  if (get_option('mo_openid_tumblr_share_enable')) {
220
  $link = 'http://www.tumblr.com/share/link?url=' . $url . '&amp;title=' . $title;
221
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Tumblr' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-tumblr' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
222
  }
223
  if (get_option('mo_openid_stumble_share_enable')) {
224
  $link = 'http://www.stumbleupon.com/submit?url=' . $url . '&amp;title=' . $title;
225
  if ($sharing_counts){
226
  $html .= "<li style='line-height: 0.0px'>";
227
  }
228
- $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-stumbleupon' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
229
  }
230
  if (get_option('mo_openid_linkedin_share_enable')) {
231
  $link = 'https://www.linkedin.com/shareArticle?mini=true&amp;title=' . $title . '&amp;url=' . $url . '&amp;summary=' . $excerpt;
232
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='LinkedIn' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-linkedin' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
233
  }
234
  if (get_option('mo_openid_reddit_share_enable')) {
235
  $link = 'http://www.reddit.com/submit?url=' . $url . '&amp;title=' . $title;
236
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Reddit' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-reddit' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
237
  }
238
  if (get_option('mo_openid_pinterest_share_enable')) {
239
  if ($sharing_counts){
240
 
241
- $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-pinterest' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
242
  }
243
 
244
  if (get_option('mo_openid_pocket_share_enable')) {
245
  $link = 'https://getpocket.com/save?url=' . $url . '&amp;title=' . $title;
246
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Pocket' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-get-pocket' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
247
  }
248
  if (get_option('mo_openid_digg_share_enable')) {
249
  $link = 'http://digg.com/submit?url=' . $url . '&amp;title=' . $title;
250
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " mofa mofa-digg' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
251
  }
252
  if (get_option('mo_openid_mail_share_enable')) {
253
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons) . "px !important'><i class=' " . $selected_theme . " mofa mofa-envelope' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
254
  }
255
  if (get_option('mo_openid_print_share_enable')) {
256
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Print this page' onclick='javascript:window.print();' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons) . "px !important'><i class=' " . $selected_theme . " mofa mofa-print' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
257
  }
258
  if (get_option('mo_openid_whatsapp_share_enable')) {
259
  if (wp_is_mobile()) {
260
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= '<a rel="nofollow" title="Whatsapp" href="whatsapp://send?text=' . $url . '" class="mo-openid-share-link" style="margin-left : ' . ($spaceBetweenIcons - 6) . 'px !important;border-bottom:0px !important;"><i class=" ' . $selected_theme . ' mofa mofa-whatsapp" style="padding-top:4px;text-align:center;color:' . $fontColor . ';font-size:' . $sharingSize . 'px !important;height:' . $sharingSize . 'px !important;width:' . $sharingSize . 'px !important;"></i></a>'; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
261
  } else {
262
- if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= '<a rel="nofollow" title="Whatsapp" target ="_blank" href="https://web.whatsapp.com/send?text=' . $url . '" class="mo-openid-share-link" style="margin-left : ' . ($spaceBetweenIcons - 6) . 'px !important;border-bottom:0px !important;"><i class=" ' . $selected_theme . ' mofa mofa-whatsapp" style="padding-top:4px;text-align:center;color:' . $fontColor . ';font-size:' . $sharingSize . 'px !important;height:' . $sharingSize . 'px !important;width:' . $sharingSize . 'px !important;"></i></a>'; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
263
  }
264
  }
265
  if ($sharing_counts) {
@@ -394,7 +395,8 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
394
 
395
  function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
396
  wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
397
- wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false );
 
398
  wp_enqueue_style( 'mo_openid_admin_settings_style', plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__));
399
 
400
  $html = '';
@@ -437,71 +439,71 @@ function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt =
437
 
438
  if( get_option('mo_openid_facebook_share_enable') ) {
439
  $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
440
- $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(" . '"' . $link . '"' .", 1000, 500);' class='mo-openid-share-link' style='margin-bottom : " .$spaceBetweenIcons . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-facebook' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
441
  }
442
 
443
  if( get_option('mo_openid_twitter_share_enable') ) {
444
  $link = empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username;
445
- $html .= "<a rel='nofollow' title='Twitter' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-twitter' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
446
 
447
  }
448
 
449
  if( get_option('mo_openid_google_share_enable') ) {
450
  $link = "https://plus.google.com/share?url=".$url;
451
- $html .= "<a rel='nofollow' title='Google' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-bottom : " .$spaceBetweenIcons . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-google-plus' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
452
 
453
  }
454
  if( get_option('mo_openid_vkontakte_share_enable') ) {
455
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
456
- $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-vk' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
457
  }
458
  if( get_option('mo_openid_tumblr_share_enable') ) {
459
  $link = 'http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title;
460
- $html .= "<a rel='nofollow' title='Tumblr' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-tumblr' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
461
  }
462
  if( get_option('mo_openid_stumble_share_enable') ) {
463
  $link = 'http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title;
464
- $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-stumbleupon' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
465
  }
466
  if( get_option('mo_openid_linkedin_share_enable') ) {
467
  $link = 'https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt;
468
 
469
 
470
- $html .= "<a rel='nofollow' title='LinkedIn' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-linkedin' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
471
 
472
  }
473
 
474
  if( get_option('mo_openid_reddit_share_enable') ) {
475
  $link = 'http://www.reddit.com/submit?url='.$url.'&amp;title='.$title;
476
- $html .= "<a rel='nofollow' title='Reddit' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-reddit' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
477
  }
478
 
479
  if( get_option('mo_openid_pinterest_share_enable') ) {
480
- $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-pinterest' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:3px;text-align:center;color:#ffffff;font-size:" .($sharingSize-10). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
481
 
482
  }
483
 
484
  if( get_option('mo_openid_pocket_share_enable') ) {
485
  $link = 'https://getpocket.com/save?url='.$url.'&amp;title='.$title;
486
- $html .= "<a rel='nofollow' title='Pocket' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-get-pocket' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
487
  }
488
 
489
  if( get_option('mo_openid_digg_share_enable') ) {
490
  $link = 'http://digg.com/submit?url='.$url.'&amp;title='.$title;
491
- $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-digg' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
492
  }
493
  if( get_option('mo_openid_mail_share_enable') ) {
494
- $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body. '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-envelope' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
495
  }
496
  if( get_option('mo_openid_print_share_enable') ) {
497
- $html .= "<a rel='nofollow' title='Print this page' onclick='javascript:window.print();' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-print' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
498
  }
499
  if( get_option('mo_openid_whatsapp_share_enable') ) {
500
  if(wp_is_mobile()){
501
- $html .= '<a rel="nofollow" title="Whatsapp" href="whatsapp://send?text=' . $url ."\" class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-whatsapp' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
502
  }
503
  else{
504
- $html .= '<a rel="nofollow" title="Whatsapp" target ="_blank" href="https://web.whatsapp.com/send?text=' . $url ."\" class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " mofa mofa-whatsapp' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
505
  }
506
  }
507
 
@@ -512,63 +514,63 @@ function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt =
512
 
513
  if( get_option('mo_openid_facebook_share_enable') ) {
514
  $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
515
- $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-facebook' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
516
  }
517
 
518
  if( get_option('mo_openid_twitter_share_enable') ) {
519
  $link = empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username;
520
- $html .= "<a rel='nofollow' title='Twitter' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-twitter' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
521
  }
522
 
523
  if( get_option('mo_openid_google_share_enable') ) {
524
 
525
  $link = 'https://plus.google.com/share?url='.$url;
526
- $html .= "<a rel='nofollow' title='Google' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link'><i class='mofa mofa-google-plus' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
527
  }
528
  if( get_option('mo_openid_vkontakte_share_enable') ) {
529
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
530
- $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-vk' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
531
  }
532
  if( get_option('mo_openid_tumblr_share_enable') ) {
533
  $link = 'http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title;
534
- $html .= "<a rel='nofollow' title='Tumblr' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-tumblr' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
535
  }
536
  if( get_option('mo_openid_stumble_share_enable') ) {
537
  $link = 'http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title;
538
- $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-stumbleupon' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
539
  }
540
  if( get_option('mo_openid_linkedin_share_enable') ) {
541
  $link = 'https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt;
542
- $html .= "<a rel='nofollow' title='LinkedIn' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-linkedin' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
543
  }
544
  if( get_option('mo_openid_reddit_share_enable') ) {
545
  $link = 'http://www.reddit.com/submit?url='.$url.'&amp;title='.$title;
546
- $html .= "<a rel='nofollow' title='Reddit' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-reddit' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
547
  }
548
  if( get_option('mo_openid_pinterest_share_enable') ) {
549
- $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' ><i class='mofa mofa-pinterest' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .($sharingSize-5). "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
550
  }
551
 
552
  if( get_option('mo_openid_pocket_share_enable') ) {
553
  $link = 'https://getpocket.com/save?url='.$url.'&amp;title='.$title;
554
- $html .= "<a rel='nofollow' title='Pocket' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-get-pocket' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
555
  }
556
  if( get_option('mo_openid_digg_share_enable') ) {
557
  $link = 'http://digg.com/submit?url='.$url.'&amp;title='.$title;
558
- $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-digg' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
559
  }
560
  if( get_option('mo_openid_mail_share_enable') ) {
561
- $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body. '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mofa mofa-envelope' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
562
  }
563
  if( get_option('mo_openid_print_share_enable') ) {
564
- $html .= "<a rel='nofollow' title='Print this page' onclick='javascript:window.print();' class='mo-openid-share-link' ><i class='mofa mofa-print' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
565
  }
566
  if( get_option('mo_openid_whatsapp_share_enable') ) {
567
  if(wp_is_mobile()){
568
- $html .= '<a rel="nofollow" title="Whatsapp" href="whatsapp://send?text=' . $url ."\" class='mo-openid-share-link' ><i class='mofa mofa-whatsapp' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
569
  }
570
  else{
571
- $html .= '<a rel="nofollow" title="Whatsapp" target ="_blank" href="https://web.whatsapp.com/send?text=' . $url ."\" class='mo-openid-share-link' ><i class='mofa mofa-whatsapp' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
572
  }
573
  }
574
 
17
  //shortcode for horizontal sharing
18
  function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
19
  wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
20
+ if( get_option('mo_openid_fonawesome_load') == 1)
21
+ wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false );
22
  wp_enqueue_style( 'mo_openid_admin_settings_style', plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__));
23
 
24
  $html = '';
89
  }
90
  }
91
  $html .= "<li>";}
92
+ $html.="<a rel='nofollow' title='Facebook' onclick='popupCenter(". '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-facebook' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts && get_option('mo_openid_Facebook_share_count_api')!=""){$html .= "<span style='margin-left : " . ($spaceBetweenIcons) . "px !important'>$count</span></li>";} else{$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
93
 
94
  }
95
 
96
  if( get_option('mo_openid_twitter_share_enable') ) {
97
 
98
  $link = empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username;
99
+ if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Twitter' onclick='popupCenter(". '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-twitter' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
100
  }
101
 
102
  if( get_option('mo_openid_google_share_enable') ) {
103
  if ($sharing_counts){
104
  $html .= "<li>";}
105
  $link = 'https://plus.google.com/share?url='.$url;
106
+ $html .= "<a rel='nofollow' title='Google' onclick='popupCenter(". '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-google-plus' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
107
  }
108
  if( get_option('mo_openid_vkontakte_share_enable') ) {
109
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
111
 
112
  $html .= "<li>";
113
  }
114
+ $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-vk' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
115
  }
116
  if( get_option('mo_openid_tumblr_share_enable') ) {
117
  $link = 'http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title;
118
 
119
+ if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Tumblr' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-tumblr' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
120
  }
121
  if( get_option('mo_openid_stumble_share_enable') ) {
122
  $link = 'http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title;
123
  if ($sharing_counts){
124
  $html .= "<li>";
125
  }
126
+ $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-stumbleupon' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
127
  }
128
  if( get_option('mo_openid_linkedin_share_enable') ) {
129
  $link = 'https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt;
130
  if ($sharing_counts){
131
  $html .= "<li>";
132
  }
133
+ $html .= "<a rel='nofollow' title='LinkedIn' onclick='popupCenter(". '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-linkedin' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
134
  }
135
 
136
  if( get_option('mo_openid_reddit_share_enable') ) {
138
  if ($sharing_counts){
139
  $html .= "<li>";
140
  }
141
+ $html .= "<a rel='nofollow' title='Reddit' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-reddit' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
142
  }
143
 
144
  if( get_option('mo_openid_pinterest_share_enable') ) {
145
  if ($sharing_counts){
146
  $html .= "<li>";
147
  }
148
+ $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-pinterest' style='padding-top:3px;text-align:center;color:#ffffff;font-size:" .($sharingSize-10). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
149
  }
150
 
151
  if( get_option('mo_openid_pocket_share_enable') ) {
152
  $link = 'https://getpocket.com/save?url='.$url.'&amp;title='.$title;
153
+ if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Pocket' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-get-pocket' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
154
  }
155
  if( get_option('mo_openid_digg_share_enable') ) {
156
  $link = 'http://digg.com/submit?url='.$url.'&amp;title='.$title;
157
+ if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-digg' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
158
  }
159
  if( get_option('mo_openid_mail_share_enable') ) {
160
+ if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body. '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-envelope' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
161
  }
162
  if( get_option('mo_openid_print_share_enable') ) {
163
+ if ($sharing_counts){$html .= "<li>";} $html .= "<a rel='nofollow' title='Print this page' onclick='javascript:window.print();' class='mo-openid-share-link' style='margin-left : " .($spaceBetweenIcons) . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-print' style='padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
164
  }
165
  if( get_option('mo_openid_whatsapp_share_enable') ) {
166
 
167
  if(!wp_is_mobile()){
168
+ if ($sharing_counts){$html .= "<li>";} $html .= '<a rel="nofollow" title="Whatsapp" target ="_blank" href="https://web.whatsapp.com/send?text=' . $url .'" class="mo-openid-share-link" style="margin-left : '.($spaceBetweenIcons) . 'px !important;border-bottom:0px !important;"><i class="mo-custom-share-icon ' .$selected_theme. ' fa fa-whatsapp" style="padding-top:8px;text-align:center;color:#ffffff;font-size: '.($sharingSize-16). 'px !important;background-color:#' .$custom_color. ';height: '.$sharingSize. 'px !important;width:' .$sharingSize. 'px !important;"></i></a>'; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
169
  }
170
  else{
171
+ if ($sharing_counts){$html .= "<li>";} $html .= '<a rel="nofollow" title="Whatsapp" href="whatsapp://send?text=' . $url .'" class="mo-openid-share-link" style="margin-left : '.($spaceBetweenIcons) . 'px !important;border-bottom:0px !important;"><i class="mo-custom-share-icon ' .$selected_theme. ' fa fa-whatsapp" style="padding-top:8px;text-align:center;color:#ffffff;font-size: '.($sharingSize-16). 'px !important;background-color:#' .$custom_color. ';height: '.$sharingSize. 'px !important;width:' .$sharingSize. 'px !important;"></i></a>'; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
172
 
173
  }
174
  }
197
  }
198
  $html .= "<li style='line-height: 0.0px'>";
199
  }
200
+ $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-facebook' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts && get_option('mo_openid_Facebook_share_count_api')!=""){$html .= "<span style='margin-left : " . ($spaceBetweenIcons) . "px !important'>$count</span></li>";} else{$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
201
  }
202
 
203
  if (get_option('mo_openid_twitter_share_enable')) {
204
  $link = empty($twitter_username) ? 'https://twitter.com/intent/tweet?text=' . $title . '&amp;url=' . $url : 'https://twitter.com/intent/tweet?text=' . $title . '&amp;url=' . $url . '&amp;via=' . $twitter_username;
205
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Twitter' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-twitter' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
206
  }
207
 
208
  if (get_option('mo_openid_google_share_enable')) {
209
 
210
  $link = 'https://plus.google.com/share?url=' . $url;
211
  if ($sharing_counts){
212
+ $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Google' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class='fa fa-google-plus' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
213
  }
214
  if (get_option('mo_openid_vkontakte_share_enable')) {
215
  $link = 'http://vk.com/share.php?url=' . $url . '&amp;title=' . $title . '&amp;description=' . $excerpt;
216
  if ($sharing_counts){
217
 
218
+ $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-vk' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
219
  }
220
  if (get_option('mo_openid_tumblr_share_enable')) {
221
  $link = 'http://www.tumblr.com/share/link?url=' . $url . '&amp;title=' . $title;
222
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Tumblr' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-tumblr' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
223
  }
224
  if (get_option('mo_openid_stumble_share_enable')) {
225
  $link = 'http://www.stumbleupon.com/submit?url=' . $url . '&amp;title=' . $title;
226
  if ($sharing_counts){
227
  $html .= "<li style='line-height: 0.0px'>";
228
  }
229
+ $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-stumbleupon' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
230
  }
231
  if (get_option('mo_openid_linkedin_share_enable')) {
232
  $link = 'https://www.linkedin.com/shareArticle?mini=true&amp;title=' . $title . '&amp;url=' . $url . '&amp;summary=' . $excerpt;
233
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='LinkedIn' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-linkedin' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
234
  }
235
  if (get_option('mo_openid_reddit_share_enable')) {
236
  $link = 'http://www.reddit.com/submit?url=' . $url . '&amp;title=' . $title;
237
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Reddit' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-reddit' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
238
  }
239
  if (get_option('mo_openid_pinterest_share_enable')) {
240
  if ($sharing_counts){
241
 
242
+ $html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-pinterest' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
243
  }
244
 
245
  if (get_option('mo_openid_pocket_share_enable')) {
246
  $link = 'https://getpocket.com/save?url=' . $url . '&amp;title=' . $title;
247
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Pocket' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-get-pocket' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
248
  }
249
  if (get_option('mo_openid_digg_share_enable')) {
250
  $link = 'http://digg.com/submit?url=' . $url . '&amp;title=' . $title;
251
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons - 6) . "px !important'><i class=' " . $selected_theme . " fa fa-digg' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
252
  }
253
  if (get_option('mo_openid_mail_share_enable')) {
254
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons) . "px !important'><i class=' " . $selected_theme . " fa fa-envelope' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
255
  }
256
  if (get_option('mo_openid_print_share_enable')) {
257
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= "<a rel='nofollow' title='Print this page' onclick='javascript:window.print();' class='mo-openid-share-link' style='margin-left : " . ($spaceBetweenIcons) . "px !important'><i class=' " . $selected_theme . " fa fa-print' style='padding-top:4px;text-align:center;color:" . $fontColor . ";font-size:" . $sharingSize . "px !important;height:" . $sharingSize . "px !important;width:" . $sharingSize . "px !important;'></i></a>"; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
258
  }
259
  if (get_option('mo_openid_whatsapp_share_enable')) {
260
  if (wp_is_mobile()) {
261
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= '<a rel="nofollow" title="Whatsapp" href="whatsapp://send?text=' . $url . '" class="mo-openid-share-link" style="margin-left : ' . ($spaceBetweenIcons - 6) . 'px !important;border-bottom:0px !important;"><i class=" ' . $selected_theme . ' fa fa-whatsapp" style="padding-top:4px;text-align:center;color:' . $fontColor . ';font-size:' . $sharingSize . 'px !important;height:' . $sharingSize . 'px !important;width:' . $sharingSize . 'px !important;"></i></a>'; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
262
  } else {
263
+ if ($sharing_counts){$html .= "<li style='line-height: 0.0px'>";} $html .= '<a rel="nofollow" title="Whatsapp" target ="_blank" href="https://web.whatsapp.com/send?text=' . $url . '" class="mo-openid-share-link" style="margin-left : ' . ($spaceBetweenIcons - 6) . 'px !important;border-bottom:0px !important;"><i class=" ' . $selected_theme . ' fa fa-whatsapp" style="padding-top:4px;text-align:center;color:' . $fontColor . ';font-size:' . $sharingSize . 'px !important;height:' . $sharingSize . 'px !important;width:' . $sharingSize . 'px !important;"></i></a>'; if($sharing_counts){$html .= "<span2 style='margin-left : " . ($spaceBetweenIcons) . "px !important'></span2></li>";};
264
  }
265
  }
266
  if ($sharing_counts) {
395
 
396
  function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
397
  wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
398
+ if( get_option('mo_openid_fonawesome_load') == 1)
399
+ wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false );
400
  wp_enqueue_style( 'mo_openid_admin_settings_style', plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__));
401
 
402
  $html = '';
439
 
440
  if( get_option('mo_openid_facebook_share_enable') ) {
441
  $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
442
+ $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(" . '"' . $link . '"' .", 1000, 500);' class='mo-openid-share-link' style='margin-bottom : " .$spaceBetweenIcons . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-facebook' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
443
  }
444
 
445
  if( get_option('mo_openid_twitter_share_enable') ) {
446
  $link = empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username;
447
+ $html .= "<a rel='nofollow' title='Twitter' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-twitter' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
448
 
449
  }
450
 
451
  if( get_option('mo_openid_google_share_enable') ) {
452
  $link = "https://plus.google.com/share?url=".$url;
453
+ $html .= "<a rel='nofollow' title='Google' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' style='margin-bottom : " .$spaceBetweenIcons . "px !important'><i class='mo-custom-share-icon " .$selected_theme. " fa fa-google-plus' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
454
 
455
  }
456
  if( get_option('mo_openid_vkontakte_share_enable') ) {
457
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
458
+ $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-vk' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
459
  }
460
  if( get_option('mo_openid_tumblr_share_enable') ) {
461
  $link = 'http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title;
462
+ $html .= "<a rel='nofollow' title='Tumblr' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-tumblr' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
463
  }
464
  if( get_option('mo_openid_stumble_share_enable') ) {
465
  $link = 'http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title;
466
+ $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-stumbleupon' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
467
  }
468
  if( get_option('mo_openid_linkedin_share_enable') ) {
469
  $link = 'https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt;
470
 
471
 
472
+ $html .= "<a rel='nofollow' title='LinkedIn' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-linkedin' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
473
 
474
  }
475
 
476
  if( get_option('mo_openid_reddit_share_enable') ) {
477
  $link = 'http://www.reddit.com/submit?url='.$url.'&amp;title='.$title;
478
+ $html .= "<a rel='nofollow' title='Reddit' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-reddit' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
479
  }
480
 
481
  if( get_option('mo_openid_pinterest_share_enable') ) {
482
+ $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-pinterest' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:3px;text-align:center;color:#ffffff;font-size:" .($sharingSize-10). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
483
 
484
  }
485
 
486
  if( get_option('mo_openid_pocket_share_enable') ) {
487
  $link = 'https://getpocket.com/save?url='.$url.'&amp;title='.$title;
488
+ $html .= "<a rel='nofollow' title='Pocket' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-get-pocket' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
489
  }
490
 
491
  if( get_option('mo_openid_digg_share_enable') ) {
492
  $link = 'http://digg.com/submit?url='.$url.'&amp;title='.$title;
493
+ $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-digg' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
494
  }
495
  if( get_option('mo_openid_mail_share_enable') ) {
496
+ $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body. '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-envelope' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
497
  }
498
  if( get_option('mo_openid_print_share_enable') ) {
499
+ $html .= "<a rel='nofollow' title='Print this page' onclick='javascript:window.print();' class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-print' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
500
  }
501
  if( get_option('mo_openid_whatsapp_share_enable') ) {
502
  if(wp_is_mobile()){
503
+ $html .= '<a rel="nofollow" title="Whatsapp" href="whatsapp://send?text=' . $url ."\" class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-whatsapp' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
504
  }
505
  else{
506
+ $html .= '<a rel="nofollow" title="Whatsapp" target ="_blank" href="https://web.whatsapp.com/send?text=' . $url ."\" class='mo-openid-share-link' ><i class='mo-custom-share-icon " .$selected_theme. " fa fa-whatsapp' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:8px;text-align:center;color:#ffffff;font-size:" .($sharingSize-16). "px !important;background-color:#" .$custom_color. ";height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
507
  }
508
  }
509
 
514
 
515
  if( get_option('mo_openid_facebook_share_enable') ) {
516
  $link = 'https://www.facebook.com/sharer/sharer.php?u='.$url.'&src=sdkpreparse';
517
+ $html .= "<a rel='nofollow' title='Facebook' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-facebook' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
518
  }
519
 
520
  if( get_option('mo_openid_twitter_share_enable') ) {
521
  $link = empty($twitter_username) ? 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url : 'https://twitter.com/intent/tweet?text='.$title.'&amp;url='.$url. '&amp;via='.$twitter_username;
522
+ $html .= "<a rel='nofollow' title='Twitter' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-twitter' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
523
  }
524
 
525
  if( get_option('mo_openid_google_share_enable') ) {
526
 
527
  $link = 'https://plus.google.com/share?url='.$url;
528
+ $html .= "<a rel='nofollow' title='Google' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link'><i class='fa fa-google-plus' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
529
  }
530
  if( get_option('mo_openid_vkontakte_share_enable') ) {
531
  $link = 'http://vk.com/share.php?url='.$url.'&amp;title='.$title.'&amp;description='.$excerpt;
532
+ $html .= "<a rel='nofollow' title='Vkontakte' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-vk' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
533
  }
534
  if( get_option('mo_openid_tumblr_share_enable') ) {
535
  $link = 'http://www.tumblr.com/share/link?url='.$url.'&amp;title='.$title;
536
+ $html .= "<a rel='nofollow' title='Tumblr' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-tumblr' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
537
  }
538
  if( get_option('mo_openid_stumble_share_enable') ) {
539
  $link = 'http://www.stumbleupon.com/submit?url='.$url.'&amp;title='.$title;
540
+ $html .= "<a rel='nofollow' title='StumbleUpon' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-stumbleupon' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
541
  }
542
  if( get_option('mo_openid_linkedin_share_enable') ) {
543
  $link = 'https://www.linkedin.com/shareArticle?mini=true&amp;title='.$title.'&amp;url='.$url.'&amp;summary='.$excerpt;
544
+ $html .= "<a rel='nofollow' title='LinkedIn' onclick='popupCenter(". '"' . $link . '"' .", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-linkedin' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
545
  }
546
  if( get_option('mo_openid_reddit_share_enable') ) {
547
  $link = 'http://www.reddit.com/submit?url='.$url.'&amp;title='.$title;
548
+ $html .= "<a rel='nofollow' title='Reddit' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-reddit' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
549
  }
550
  if( get_option('mo_openid_pinterest_share_enable') ) {
551
+ $html .= "<a rel='nofollow' title='Pinterest' href='javascript:pinIt();' class='mo-openid-share-link' ><i class='fa fa-pinterest' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .($sharingSize-5). "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
552
  }
553
 
554
  if( get_option('mo_openid_pocket_share_enable') ) {
555
  $link = 'https://getpocket.com/save?url='.$url.'&amp;title='.$title;
556
+ $html .= "<a rel='nofollow' title='Pocket' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-get-pocket' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
557
  }
558
  if( get_option('mo_openid_digg_share_enable') ) {
559
  $link = 'http://digg.com/submit?url='.$url.'&amp;title='.$title;
560
+ $html .= "<a rel='nofollow' title='Digg' onclick='popupCenter(" . '"' . $link . '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-digg' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
561
  }
562
  if( get_option('mo_openid_mail_share_enable') ) {
563
+ $html .= "<a rel='nofollow' title='Email this page' onclick='popupCenter(" . '"mailto:?subject= ' . $email_subject . '&amp;body=' . $email_body. '"' . ", 800, 500);' class='mo-openid-share-link' ><i class='fa fa-envelope' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
564
  }
565
  if( get_option('mo_openid_print_share_enable') ) {
566
+ $html .= "<a rel='nofollow' title='Print this page' onclick='javascript:window.print();' class='mo-openid-share-link' ><i class='fa fa-print' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
567
  }
568
  if( get_option('mo_openid_whatsapp_share_enable') ) {
569
  if(wp_is_mobile()){
570
+ $html .= '<a rel="nofollow" title="Whatsapp" href="whatsapp://send?text=' . $url ."\" class='mo-openid-share-link' ><i class='fa fa-whatsapp' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
571
  }
572
  else{
573
+ $html .= '<a rel="nofollow" title="Whatsapp" target ="_blank" href="https://web.whatsapp.com/send?text=' . $url ."\" class='mo-openid-share-link' ><i class='fa fa-whatsapp' style='margin-bottom : " . ($spaceBetweenIcons-4) . "px !important;padding-top:4px;text-align:center;color:" .$fontColor . ";font-size:" .$sharingSize. "px !important;height:" .$sharingSize. "px !important;width:" .$sharingSize. "px !important;'></i></a>";
574
  }
575
  }
576
 
includes/css/bootstrap-social.css CHANGED
@@ -7,111 +7,115 @@
7
  * https://github.com/lipis/bootstrap-social
8
  */
9
 
10
- .btn-social{position:relative;padding-left:44px !important;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:5px;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(22, 22, 22, 0.1);}
11
- .btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
12
- .btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
13
- .btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
14
- .btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
15
- .btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
16
- .btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
17
- .btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
18
- .btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
19
- .btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
20
- .btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
21
- .btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
22
- .btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#d87a68,#d87a68) !important;}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ce563f,#ce563f) !important;}
23
- .btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
24
- .btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#d87a68,#d87a68) !important;}
25
- .btn-adn .badge{color:#d87a68;background-color:#fff}
26
- .btn-bitbucket{color:#fff !important;background-color:#205081;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#205081,#205081) !important;}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#163758,#163758) !important;}
27
- .btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
28
- .btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#205081,#205081) !important;}
29
- .btn-bitbucket .badge{color:#205081;background-color:#fff}
30
- .btn-dropbox{color:#fff !important;background-color:#1087dd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1087dd,#1087dd) !important;;;}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#0d6aad,#0d6aad) !important;}
31
- .btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
32
- .btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1087dd,#1087dd) !important;}
33
- .btn-dropbox .badge{color:#1087dd;background-color:#fff}
34
- .btn-facebook{color:#fff !important;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}
35
- .btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
36
- .btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}
37
- .btn-facebook .badge{color:#4267B2;background-color:#fff}
38
- .btn-flickr{color:#fff !important;background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cc006a,#cc006a) !important;}
39
- .btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
40
- .btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}
41
- .btn-flickr .badge{color:#ff0084;background-color:#fff}
42
- .btn-foursquare{color:#fff !important;background-color:#f94877;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f94877,#f94877) !important;}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f71752,#f71752) !important;}
43
- .btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
44
- .btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f94877,#f94877) !important;}
45
- .btn-foursquare .badge{color:#f94877;background-color:#fff}
46
- .btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#444,#444) !important;}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2b2b2b,#2b2b2b) !important;}
47
- .btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
48
- .btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#444,#444) !important;}
49
- .btn-github .badge{color:#444;background-color:#fff}
50
- .btn-google{color:#fff !important;background-color:##fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,##fff,##fff) !important;}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#fff,#fff) !important;}
51
- .btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
52
- .btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:##fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,##fff,##fff) !important;}
53
- .btn-google .badge{color:##fff;background-color:#fff}
54
- .btn-instagram{color:#fff!important;background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#305777,#305777) !important;}
55
- .btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
56
- .btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}
57
- .btn-instagram .badge{color:#3f729b;background-color:#fff}
58
- .btn-linkedin{color:#fff !important;background-color:#007bb6;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#007bb6,#007bb6) !important;}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#005983,#005983) !important;}
59
- .btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
60
- .btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#007bb6,#007bb6) !important;}
61
- .btn-linkedin .badge{color:#007bb6;background-color:#fff}
62
- .btn-microsoft{color:#fff !important;background-color:#2672ec;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2672ec,#2672ec) !important;}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#125acd,#125acd) !important;}
63
- .btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
64
- .btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2672ec,#2672ec) !important;}
65
- .btn-microsoft .badge{color:#2672ec;background-color:#fff}
66
- .btn-openid{color:#fff !important;background-color:#f7931e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f7931e,#f7931e) !important;}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#da7908,#da7908) !important;}
67
- .btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
68
- .btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f7931e,#f7931e) !important;}
69
- .btn-openid .badge{color:#f7931e;background-color:#fff}
70
- .btn-pinterest{color:#fff !important;background-color:#cb2027;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cb2027,#cb2027) !important;}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#9f191f,#9f191f) !important;}
71
- .btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
72
- .btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cb2027,#cb2027) !important;}
73
- .btn-pinterest .badge{color:#cb2027;background-color:#fff}
74
- .btn-reddit{color:#000 !important;background-color:#CEE3F8;/*#eff7ff*/border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#CEE3F8,#CEE3F8) !important;}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#bcddff,#bcddff) !important;}
75
- .btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
76
- .btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#CEE3F8;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#CEE3F8,#CEE3F8) !important;}
77
- .btn-reddit .badge{color:#CEE3F8;background-color:#000}
78
- .btn-soundcloud{color:#fff !important;background-color:#f50;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f50,#f50) !important;}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#c40,#c40) !important;}
79
- .btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
80
- .btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f50,#f50) !important;}
81
- .btn-soundcloud .badge{color:#f50;background-color:#fff}
82
- .btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2c4762,#2c4762) !important;}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1c2d3f,#1c2d3f) !important;}
83
- .btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
84
- .btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2c4762,#2c4762) !important;}
85
- .btn-tumblr .badge{color:#2c4762;background-color:#fff}
86
- .btn-twitter{color:#fff !important;background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2795e9,#2795e9) !important;}
87
- .btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
88
- .btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}
89
- .btn-twitter .badge{color:#55acee;background-color:#fff}
90
- .btn-vimeo{color:#fff !important;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1295bf,#1295bf) !important;}
91
- .btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
92
- .btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}
93
- .btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
94
- .btn-kakao{color:#fff !important;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}.btn-kakao:hover,.btn-kakao:focus,.btn-kakao:active,.btn-kakao.active,.open>.dropdown-toggle.btn-kakao{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1295bf,#1295bf) !important;}
95
- .btn-kakao:active,.btn-kakao.active,.open>.dropdown-toggle.btn-kakao{background-image:none}
96
- .btn-kakao.disabled,.btn-kakao[disabled],fieldset[disabled] .btn-kakao,.btn-kakao.disabled:hover,.btn-kakao[disabled]:hover,fieldset[disabled] .btn-kakao:hover,.btn-kakao.disabled:focus,.btn-kakao[disabled]:focus,fieldset[disabled] .btn-kakao:focus,.btn-kakao.disabled:active,.btn-kakao[disabled]:active,fieldset[disabled] .btn-kakao:active,.btn-kakao.disabled.active,.btn-kakao[disabled].active,fieldset[disabled] .btn-kakao.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}
97
- .btn-kakao .badge{color:#1ab7ea;background-color:#fff}
98
- .btn-vk{color:#fff !important;background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#466482,#466482) !important;}
99
- .btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
100
- .btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}
101
- .btn-vk .badge{color:#587ea3;background-color:#fff}
102
- .btn-yahoo{color:#fff !important;background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#500a6f,#500a6f) !important;}
103
- .btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
104
- .btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}
105
- .btn-yahoo .badge{color:#720e9e;background-color:#fff}
106
- .btn-wordpress{color:#fff !important;background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}.btn-wordpress:hover,.btn-wordpress:focus,.btn-wordpress:active,.btn-wordpress.active,.open>.dropdown-toggle.btn-wordpress{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#466482,#466482) !important;}
107
- .btn-wordpress:active,.btn-wordpress.active,.open>.dropdown-toggle.btn-wordpress{background-image:none}
108
- .btn-wordpress.disabled,.btn-wordpress[disabled],fieldset[disabled] .btn-wordpress,.btn-wordpress.disabled:hover,.btn-wordpress[disabled]:hover,fieldset[disabled] .btn-wordpress:hover,.btn-wordpress.disabled:focus,.btn-wordpress[disabled]:focus,fieldset[disabled] .btn-wordpress:focus,.btn-wordpress.disabled:active,.btn-wordpress[disabled]:active,fieldset[disabled] .btn-wordpress:active,.btn-wordpress.disabled.active,.btn-wordpress[disabled].active,fieldset[disabled] .btn-wordpress.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}
109
- .btn-wordpress .badge{color:#587ea3;background-color:#fff}
110
- .btn-disqus{color:#fff !important;background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}.btn-disqus:hover,.btn-disqus:focus,.btn-disqus:active,.btn-disqus.active,.open>.dropdown-toggle.btn-disqus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2795e9,#2795e9) !important;}
111
- .btn-disqus:active,.btn-disqus.active,.open>.dropdown-toggle.btn-disqus{background-image:none}
112
- .btn-disqus.disabled,.btn-disqus[disabled],fieldset[disabled] .btn-disqus,.btn-disqus.disabled:hover,.btn-disqus[disabled]:hover,fieldset[disabled] .btn-disqus:hover,.btn-disqus.disabled:focus,.btn-disqus[disabled]:focus,fieldset[disabled] .btn-disqus:focus,.btn-disqus.disabled:active,.btn-disqus[disabled]:active,fieldset[disabled] .btn-disqus:active,.btn-disqus.disabled.active,.btn-disqus[disabled].active,fieldset[disabled] .btn-disqus.active{background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}
113
- .btn-disqus .badge{color:#55acee;background-color:#fff}
114
- .btn-twitch{color:#fff !important;background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}.btn-twitch:hover,.btn-twitch:focus,.btn-twitch:active,.btn-twitch.active,.open>.dropdown-toggle.btn-twitch{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#500a6f,#500a6f) !important;}
115
- .btn-twitch:active,.btn-twitch.active,.open>.dropdown-toggle.btn-twitch{background-image:none}
116
- .btn-twitch.disabled,.btn-twitch[disabled],fieldset[disabled] .btn-twitch,.btn-twitch.disabled:hover,.btn-twitch[disabled]:hover,fieldset[disabled] .btn-twitch:hover,.btn-twitch.disabled:focus,.btn-twitch[disabled]:focus,fieldset[disabled] .btn-twitch:focus,.btn-twitch.disabled:active,.btn-twitch[disabled]:active,fieldset[disabled] .btn-twitch:active,.btn-twitch.disabled.active,.btn-twitch[disabled].active,fieldset[disabled] .btn-twitch.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}
117
- .btn-twitch .badge{color:#720e9e;background-color:#fff}
 
 
 
 
7
  * https://github.com/lipis/bootstrap-social
8
  */
9
 
10
+ .mo_btn-social{position:relative;padding-left:44px !important;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mo_btn-social>:first-child{position:absolute;left:5px;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(22, 22, 22, 0.1);}
11
+ .mo_btn-social.mo_btn-lg{padding-left:61px}.mo_btn-social.mo_btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
12
+ .mo_btn-social.mo_btn-sm{padding-left:38px}.mo_btn-social.mo_btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
13
+ .mo_btn-social.mo_btn-xs{padding-left:30px}.mo_btn-social.mo_btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
14
+ .mo_btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.mo_btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
15
+ .mo_btn-social-icon.mo_btn-lg{padding-left:61px}.mo_btn-social-icon.mo_btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
16
+ .mo_btn-social-icon.mo_btn-sm{padding-left:38px}.mo_btn-social-icon.mo_btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
17
+ .mo_btn-social-icon.mo_btn-xs{padding-left:30px}.mo_btn-social-icon.mo_btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
18
+ .mo_btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
19
+ .mo_btn-social-icon.mo_btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
20
+ .mo_btn-social-icon.mo_btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
21
+ .mo_btn-social-icon.mo_btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
22
+ .mo_btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#d87a68,#d87a68) !important;}.mo_btn-adn:hover,.mo_btn-adn:focus,.mo_btn-adn:active,.mo_btn-adn.active,.open>.dropdown-toggle.mo_btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ce563f,#ce563f) !important;}
23
+ .mo_btn-adn:active,.mo_btn-adn.active,.open>.dropdown-toggle.mo_btn-adn{background-image:none}
24
+ .mo_btn-adn.disabled,.mo_btn-adn[disabled],fieldset[disabled] .mo_btn-adn,.mo_btn-adn.disabled:hover,.mo_btn-adn[disabled]:hover,fieldset[disabled] .mo_btn-adn:hover,.mo_btn-adn.disabled:focus,.mo_btn-adn[disabled]:focus,fieldset[disabled] .mo_btn-adn:focus,.mo_btn-adn.disabled:active,.mo_btn-adn[disabled]:active,fieldset[disabled] .mo_btn-adn:active,.mo_btn-adn.disabled.active,.mo_btn-adn[disabled].active,fieldset[disabled] .mo_btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#d87a68,#d87a68) !important;}
25
+ .mo_btn-adn .badge{color:#d87a68;background-color:#fff}
26
+ .mo_btn-bitbucket{color:#fff !important;background-color:#205081;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#205081,#205081) !important;}.mo_btn-bitbucket:hover,.mo_btn-bitbucket:focus,.mo_btn-bitbucket:active,.mo_btn-bitbucket.active,.open>.dropdown-toggle.mo_btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#163758,#163758) !important;}
27
+ .mo_btn-bitbucket:active,.mo_btn-bitbucket.active,.open>.dropdown-toggle.mo_btn-bitbucket{background-image:none}
28
+ .mo_btn-bitbucket.disabled,.mo_btn-bitbucket[disabled],fieldset[disabled] .mo_btn-bitbucket,.mo_btn-bitbucket.disabled:hover,.mo_btn-bitbucket[disabled]:hover,fieldset[disabled] .mo_btn-bitbucket:hover,.mo_btn-bitbucket.disabled:focus,.mo_btn-bitbucket[disabled]:focus,fieldset[disabled] .mo_btn-bitbucket:focus,.mo_btn-bitbucket.disabled:active,.mo_btn-bitbucket[disabled]:active,fieldset[disabled] .mo_btn-bitbucket:active,.mo_btn-bitbucket.disabled.active,.mo_btn-bitbucket[disabled].active,fieldset[disabled] .mo_btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#205081,#205081) !important;}
29
+ .mo_btn-bitbucket .badge{color:#205081;background-color:#fff}
30
+ .mo_btn-dropbox{color:#fff !important;background-color:#1087dd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1087dd,#1087dd) !important;;;}.mo_btn-dropbox:hover,.mo_btn-dropbox:focus,.mo_btn-dropbox:active,.mo_btn-dropbox.active,.open>.dropdown-toggle.mo_btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#0d6aad,#0d6aad) !important;}
31
+ .mo_btn-dropbox:active,.mo_btn-dropbox.active,.open>.dropdown-toggle.mo_btn-dropbox{background-image:none}
32
+ .mo_btn-dropbox.disabled,.mo_btn-dropbox[disabled],fieldset[disabled] .mo_btn-dropbox,.mo_btn-dropbox.disabled:hover,.mo_btn-dropbox[disabled]:hover,fieldset[disabled] .mo_btn-dropbox:hover,.mo_btn-dropbox.disabled:focus,.mo_btn-dropbox[disabled]:focus,fieldset[disabled] .mo_btn-dropbox:focus,.mo_btn-dropbox.disabled:active,.mo_btn-dropbox[disabled]:active,fieldset[disabled] .mo_btn-dropbox:active,.mo_btn-dropbox.disabled.active,.mo_btn-dropbox[disabled].active,fieldset[disabled] .mo_btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1087dd,#1087dd) !important;}
33
+ .mo_btn-dropbox .badge{color:#1087dd;background-color:#fff}
34
+ .mo_btn-facebook{color:#fff !important;background-color:#1877F2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1877F2,#1877F2) !important;}.mo_btn-facebook:hover,.mo_btn-facebook:focus,.mo_btn-facebook:active,.mo_btn-facebook.active,.open>.dropdown-toggle.mo_btn-facebook{color:#fff;background-color:#1877F2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1877F2,#1877F2) !important;}
35
+ .mo_btn-facebook:active,.mo_btn-facebook.active,.open>.dropdown-toggle.mo_btn-facebook{background-image:none}
36
+ .mo_btn-facebook.disabled,.mo_btn-facebook[disabled],fieldset[disabled] .mo_btn-facebook,.mo_btn-facebook.disabled:hover,.mo_btn-facebook[disabled]:hover,fieldset[disabled] .mo_btn-facebook:hover,.mo_btn-facebook.disabled:focus,.mo_btn-facebook[disabled]:focus,fieldset[disabled] .mo_btn-facebook:focus,.mo_btn-facebook.disabled:active,.mo_btn-facebook[disabled]:active,fieldset[disabled] .mo_btn-facebook:active,.mo_btn-facebook.disabled.active,.mo_btn-facebook[disabled].active,fieldset[disabled] .mo_btn-facebook.active{background-color:#1877F2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1877F2,#1877F2) !important;}
37
+ .mo_btn-facebook .badge{color:#1877F2;background-color:#fff}
38
+ .mo_btn-flickr{color:#fff !important;background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}.mo_btn-flickr:hover,.mo_btn-flickr:focus,.mo_btn-flickr:active,.mo_btn-flickr.active,.open>.dropdown-toggle.mo_btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cc006a,#cc006a) !important;}
39
+ .mo_btn-flickr:active,.mo_btn-flickr.active,.open>.dropdown-toggle.mo_btn-flickr{background-image:none}
40
+ .mo_btn-flickr.disabled,.mo_btn-flickr[disabled],fieldset[disabled] .mo_btn-flickr,.mo_btn-flickr.disabled:hover,.mo_btn-flickr[disabled]:hover,fieldset[disabled] .mo_btn-flickr:hover,.mo_btn-flickr.disabled:focus,.mo_btn-flickr[disabled]:focus,fieldset[disabled] .mo_btn-flickr:focus,.mo_btn-flickr.disabled:active,.mo_btn-flickr[disabled]:active,fieldset[disabled] .mo_btn-flickr:active,.mo_btn-flickr.disabled.active,.mo_btn-flickr[disabled].active,fieldset[disabled] .mo_btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}
41
+ .mo_btn-flickr .badge{color:#ff0084;background-color:#fff}
42
+ .mo_btn-foursquare{color:#fff !important;background-color:#f94877;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f94877,#f94877) !important;}.mo_btn-foursquare:hover,.mo_btn-foursquare:focus,.mo_btn-foursquare:active,.mo_btn-foursquare.active,.open>.dropdown-toggle.mo_btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f71752,#f71752) !important;}
43
+ .mo_btn-foursquare:active,.mo_btn-foursquare.active,.open>.dropdown-toggle.mo_btn-foursquare{background-image:none}
44
+ .mo_btn-foursquare.disabled,.mo_btn-foursquare[disabled],fieldset[disabled] .mo_btn-foursquare,.mo_btn-foursquare.disabled:hover,.mo_btn-foursquare[disabled]:hover,fieldset[disabled] .mo_btn-foursquare:hover,.mo_btn-foursquare.disabled:focus,.mo_btn-foursquare[disabled]:focus,fieldset[disabled] .mo_btn-foursquare:focus,.mo_btn-foursquare.disabled:active,.mo_btn-foursquare[disabled]:active,fieldset[disabled] .mo_btn-foursquare:active,.mo_btn-foursquare.disabled.active,.mo_btn-foursquare[disabled].active,fieldset[disabled] .mo_btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f94877,#f94877) !important;}
45
+ .mo_btn-foursquare .badge{color:#f94877;background-color:#fff}
46
+ .mo_btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#444,#444) !important;}.mo_btn-github:hover,.mo_btn-github:focus,.mo_btn-github:active,.mo_btn-github.active,.open>.dropdown-toggle.mo_btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2b2b2b,#2b2b2b) !important;}
47
+ .mo_btn-github:active,.mo_btn-github.active,.open>.dropdown-toggle.mo_btn-github{background-image:none}
48
+ .mo_btn-github.disabled,.mo_btn-github[disabled],fieldset[disabled] .mo_btn-github,.mo_btn-github.disabled:hover,.mo_btn-github[disabled]:hover,fieldset[disabled] .mo_btn-github:hover,.mo_btn-github.disabled:focus,.mo_btn-github[disabled]:focus,fieldset[disabled] .mo_btn-github:focus,.mo_btn-github.disabled:active,.mo_btn-github[disabled]:active,fieldset[disabled] .mo_btn-github:active,.mo_btn-github.disabled.active,.mo_btn-github[disabled].active,fieldset[disabled] .mo_btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#444,#444) !important;}
49
+ .mo_btn-github .badge{color:#444;background-color:#fff}
50
+ .mo_btn-google{color:#fff !important;background-color:#4285F4;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4285F4,#4285F4) !important;}.mo_btn-google:hover,.mo_btn-google:focus,.mo_btn-google:active,.mo_btn-google.active,.open>.dropdown-toggle.mo_btn-google{color:#fff;background-color:#fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#fff,#fff) !important;}
51
+ .mo_btn-google:active,.mo_btn-google.active,.open>.dropdown-toggle.mo_btn-google{background-image:none}
52
+ .mo_btn-google.disabled,.mo_btn-google[disabled],fieldset[disabled] .mo_btn-google,.mo_btn-google.disabled:hover,.mo_btn-google[disabled]:hover,fieldset[disabled] .mo_btn-google:hover,.mo_btn-google.disabled:focus,.mo_btn-google[disabled]:focus,fieldset[disabled] .mo_btn-google:focus,.mo_btn-google.disabled:active,.mo_btn-google[disabled]:active,fieldset[disabled] .mo_btn-google:active,.mo_btn-google.disabled.active,.mo_btn-google[disabled].active,fieldset[disabled] .mo_btn-google.active{background-color:#4285F4;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4285F4,#4285F4) !important;}
53
+ .mo_btn-google .badge{color:#4285F4;background-color:#fff}
54
+ .mo_btn-instagram{color:#fff!important;background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}.mo_btn-instagram:hover,.mo_btn-instagram:focus,.mo_btn-instagram:active,.mo_btn-instagram.active,.open>.dropdown-toggle.mo_btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#305777,#305777) !important;}
55
+ .mo_btn-instagram:active,.mo_btn-instagram.active,.open>.dropdown-toggle.mo_btn-instagram{background-image:none}
56
+ .mo_btn-instagram.disabled,.mo_btn-instagram[disabled],fieldset[disabled] .mo_btn-instagram,.mo_btn-instagram.disabled:hover,.mo_btn-instagram[disabled]:hover,fieldset[disabled] .mo_btn-instagram:hover,.mo_btn-instagram.disabled:focus,.mo_btn-instagram[disabled]:focus,fieldset[disabled] .mo_btn-instagram:focus,.mo_btn-instagram.disabled:active,.mo_btn-instagram[disabled]:active,fieldset[disabled] .mo_btn-instagram:active,.mo_btn-instagram.disabled.active,.mo_btn-instagram[disabled].active,fieldset[disabled] .mo_btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}
57
+ .mo_btn-instagram .badge{color:#3f729b;background-color:#fff}
58
+ .mo_btn-linkedin{color:#fff !important;background-color:#007bb6;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#007bb6,#007bb6) !important;}.mo_btn-linkedin:hover,.mo_btn-linkedin:focus,.mo_btn-linkedin:active,.mo_btn-linkedin.active,.open>.dropdown-toggle.mo_btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#005983,#005983) !important;}
59
+ .mo_btn-linkedin:active,.mo_btn-linkedin.active,.open>.dropdown-toggle.mo_btn-linkedin{background-image:none}
60
+ .mo_btn-linkedin.disabled,.mo_btn-linkedin[disabled],fieldset[disabled] .mo_btn-linkedin,.mo_btn-linkedin.disabled:hover,.mo_btn-linkedin[disabled]:hover,fieldset[disabled] .mo_btn-linkedin:hover,.mo_btn-linkedin.disabled:focus,.mo_btn-linkedin[disabled]:focus,fieldset[disabled] .mo_btn-linkedin:focus,.mo_btn-linkedin.disabled:active,.mo_btn-linkedin[disabled]:active,fieldset[disabled] .mo_btn-linkedin:active,.mo_btn-linkedin.disabled.active,.mo_btn-linkedin[disabled].active,fieldset[disabled] .mo_btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#007bb6,#007bb6) !important;}
61
+ .mo_btn-linkedin .badge{color:#007bb6;background-color:#fff}
62
+ .mo_btn-microsoft{color:#fff !important;background-color:#2672ec;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2672ec,#2672ec) !important;}.mo_btn-microsoft:hover,.mo_btn-microsoft:focus,.mo_btn-microsoft:active,.mo_btn-microsoft.active,.open>.dropdown-toggle.mo_btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#125acd,#125acd) !important;}
63
+ .mo_btn-microsoft:active,.mo_btn-microsoft.active,.open>.dropdown-toggle.mo_btn-microsoft{background-image:none}
64
+ .mo_btn-microsoft.disabled,.mo_btn-microsoft[disabled],fieldset[disabled] .mo_btn-microsoft,.mo_btn-microsoft.disabled:hover,.mo_btn-microsoft[disabled]:hover,fieldset[disabled] .mo_btn-microsoft:hover,.mo_btn-microsoft.disabled:focus,.mo_btn-microsoft[disabled]:focus,fieldset[disabled] .mo_btn-microsoft:focus,.mo_btn-microsoft.disabled:active,.mo_btn-microsoft[disabled]:active,fieldset[disabled] .mo_btn-microsoft:active,.mo_btn-microsoft.disabled.active,.mo_btn-microsoft[disabled].active,fieldset[disabled] .mo_btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2672ec,#2672ec) !important;}
65
+ .mo_btn-microsoft .badge{color:#2672ec;background-color:#fff}
66
+ .mo_btn-openid{color:#fff !important;background-color:#f7931e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f7931e,#f7931e) !important;}.mo_btn-openid:hover,.mo_btn-openid:focus,.mo_btn-openid:active,.mo_btn-openid.active,.open>.dropdown-toggle.mo_btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#da7908,#da7908) !important;}
67
+ .mo_btn-openid:active,.mo_btn-openid.active,.open>.dropdown-toggle.mo_btn-openid{background-image:none}
68
+ .mo_btn-openid.disabled,.mo_btn-openid[disabled],fieldset[disabled] .mo_btn-openid,.mo_btn-openid.disabled:hover,.mo_btn-openid[disabled]:hover,fieldset[disabled] .mo_btn-openid:hover,.mo_btn-openid.disabled:focus,.mo_btn-openid[disabled]:focus,fieldset[disabled] .mo_btn-openid:focus,.mo_btn-openid.disabled:active,.mo_btn-openid[disabled]:active,fieldset[disabled] .mo_btn-openid:active,.mo_btn-openid.disabled.active,.mo_btn-openid[disabled].active,fieldset[disabled] .mo_btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f7931e,#f7931e) !important;}
69
+ .mo_btn-openid .badge{color:#f7931e;background-color:#fff}
70
+ .mo_btn-pinterest{color:#fff !important;background-color:#cb2027;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cb2027,#cb2027) !important;}.mo_btn-pinterest:hover,.mo_btn-pinterest:focus,.mo_btn-pinterest:active,.mo_btn-pinterest.active,.open>.dropdown-toggle.mo_btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#9f191f,#9f191f) !important;}
71
+ .mo_btn-pinterest:active,.mo_btn-pinterest.active,.open>.dropdown-toggle.mo_btn-pinterest{background-image:none}
72
+ .mo_btn-pinterest.disabled,.mo_btn-pinterest[disabled],fieldset[disabled] .mo_btn-pinterest,.mo_btn-pinterest.disabled:hover,.mo_btn-pinterest[disabled]:hover,fieldset[disabled] .mo_btn-pinterest:hover,.mo_btn-pinterest.disabled:focus,.mo_btn-pinterest[disabled]:focus,fieldset[disabled] .mo_btn-pinterest:focus,.mo_btn-pinterest.disabled:active,.mo_btn-pinterest[disabled]:active,fieldset[disabled] .mo_btn-pinterest:active,.mo_btn-pinterest.disabled.active,.mo_btn-pinterest[disabled].active,fieldset[disabled] .mo_btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cb2027,#cb2027) !important;}
73
+ .mo_btn-pinterest .badge{color:#cb2027;background-color:#fff}
74
+ .mo_btn-reddit{color:#000 !important;background-color:#CEE3F8;/*#eff7ff*/border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#CEE3F8,#CEE3F8) !important;}.mo_btn-reddit:hover,.mo_btn-reddit:focus,.mo_btn-reddit:active,.mo_btn-reddit.active,.open>.dropdown-toggle.mo_btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#bcddff,#bcddff) !important;}
75
+ .mo_btn-reddit:active,.mo_btn-reddit.active,.open>.dropdown-toggle.mo_btn-reddit{background-image:none}
76
+ .mo_btn-reddit.disabled,.mo_btn-reddit[disabled],fieldset[disabled] .mo_btn-reddit,.mo_btn-reddit.disabled:hover,.mo_btn-reddit[disabled]:hover,fieldset[disabled] .mo_btn-reddit:hover,.mo_btn-reddit.disabled:focus,.mo_btn-reddit[disabled]:focus,fieldset[disabled] .mo_btn-reddit:focus,.mo_btn-reddit.disabled:active,.mo_btn-reddit[disabled]:active,fieldset[disabled] .mo_btn-reddit:active,.mo_btn-reddit.disabled.active,.mo_btn-reddit[disabled].active,fieldset[disabled] .mo_btn-reddit.active{background-color:#CEE3F8;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#CEE3F8,#CEE3F8) !important;}
77
+ .mo_btn-reddit .badge{color:#CEE3F8;background-color:#000}
78
+ .mo_btn-soundcloud{color:#fff !important;background-color:#f50;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f50,#f50) !important;}.mo_btn-soundcloud:hover,.mo_btn-soundcloud:focus,.mo_btn-soundcloud:active,.mo_btn-soundcloud.active,.open>.dropdown-toggle.mo_btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#c40,#c40) !important;}
79
+ .mo_btn-soundcloud:active,.mo_btn-soundcloud.active,.open>.dropdown-toggle.mo_btn-soundcloud{background-image:none}
80
+ .mo_btn-soundcloud.disabled,.mo_btn-soundcloud[disabled],fieldset[disabled] .mo_btn-soundcloud,.mo_btn-soundcloud.disabled:hover,.mo_btn-soundcloud[disabled]:hover,fieldset[disabled] .mo_btn-soundcloud:hover,.mo_btn-soundcloud.disabled:focus,.mo_btn-soundcloud[disabled]:focus,fieldset[disabled] .mo_btn-soundcloud:focus,.mo_btn-soundcloud.disabled:active,.mo_btn-soundcloud[disabled]:active,fieldset[disabled] .mo_btn-soundcloud:active,.mo_btn-soundcloud.disabled.active,.mo_btn-soundcloud[disabled].active,fieldset[disabled] .mo_btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f50,#f50) !important;}
81
+ .mo_btn-soundcloud .badge{color:#f50;background-color:#fff}
82
+ .mo_btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2c4762,#2c4762) !important;}.mo_btn-tumblr:hover,.mo_btn-tumblr:focus,.mo_btn-tumblr:active,.mo_btn-tumblr.active,.open>.dropdown-toggle.mo_btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1c2d3f,#1c2d3f) !important;}
83
+ .mo_btn-tumblr:active,.mo_btn-tumblr.active,.open>.dropdown-toggle.mo_btn-tumblr{background-image:none}
84
+ .mo_btn-tumblr.disabled,.mo_btn-tumblr[disabled],fieldset[disabled] .mo_btn-tumblr,.mo_btn-tumblr.disabled:hover,.mo_btn-tumblr[disabled]:hover,fieldset[disabled] .mo_btn-tumblr:hover,.mo_btn-tumblr.disabled:focus,.mo_btn-tumblr[disabled]:focus,fieldset[disabled] .mo_btn-tumblr:focus,.mo_btn-tumblr.disabled:active,.mo_btn-tumblr[disabled]:active,fieldset[disabled] .mo_btn-tumblr:active,.mo_btn-tumblr.disabled.active,.mo_btn-tumblr[disabled].active,fieldset[disabled] .mo_btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2c4762,#2c4762) !important;}
85
+ .mo_btn-tumblr .badge{color:#2c4762;background-color:#fff}
86
+ .mo_btn-twitter{color:#fff !important;background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}.mo_btn-twitter:hover,.mo_btn-twitter:focus,.mo_btn-twitter:active,.mo_btn-twitter.active,.open>.dropdown-toggle.mo_btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2795e9,#2795e9) !important;}
87
+ .mo_btn-twitter:active,.mo_btn-twitter.active,.open>.dropdown-toggle.mo_btn-twitter{background-image:none}
88
+ .mo_btn-twitter.disabled,.mo_btn-twitter[disabled],fieldset[disabled] .mo_btn-twitter,.mo_btn-twitter.disabled:hover,.mo_btn-twitter[disabled]:hover,fieldset[disabled] .mo_btn-twitter:hover,.mo_btn-twitter.disabled:focus,.mo_btn-twitter[disabled]:focus,fieldset[disabled] .mo_btn-twitter:focus,.mo_btn-twitter.disabled:active,.mo_btn-twitter[disabled]:active,fieldset[disabled] .mo_btn-twitter:active,.mo_btn-twitter.disabled.active,.mo_btn-twitter[disabled].active,fieldset[disabled] .mo_btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}
89
+ .mo_btn-twitter .badge{color:#55acee;background-color:#fff}
90
+ .mo_btn-vimeo{color:#fff !important;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}.mo_btn-vimeo:hover,.mo_btn-vimeo:focus,.mo_btn-vimeo:active,.mo_btn-vimeo.active,.open>.dropdown-toggle.mo_btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1295bf,#1295bf) !important;}
91
+ .mo_btn-vimeo:active,.mo_btn-vimeo.active,.open>.dropdown-toggle.mo_btn-vimeo{background-image:none}
92
+ .mo_btn-vimeo.disabled,.mo_btn-vimeo[disabled],fieldset[disabled] .mo_btn-vimeo,.mo_btn-vimeo.disabled:hover,.mo_btn-vimeo[disabled]:hover,fieldset[disabled] .mo_btn-vimeo:hover,.mo_btn-vimeo.disabled:focus,.mo_btn-vimeo[disabled]:focus,fieldset[disabled] .mo_btn-vimeo:focus,.mo_btn-vimeo.disabled:active,.mo_btn-vimeo[disabled]:active,fieldset[disabled] .mo_btn-vimeo:active,.mo_btn-vimeo.disabled.active,.mo_btn-vimeo[disabled].active,fieldset[disabled] .mo_btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}
93
+ .mo_btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
94
+ .mo_btn-kakao{color:#fff !important;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}.mo_btn-kakao:hover,.mo_btn-kakao:focus,.mo_btn-kakao:active,.mo_btn-kakao.active,.open>.dropdown-toggle.mo_btn-kakao{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1295bf,#1295bf) !important;}
95
+ .mo_btn-kakao:active,.mo_btn-kakao.active,.open>.dropdown-toggle.mo_btn-kakao{background-image:none}
96
+ .mo_btn-kakao.disabled,.mo_btn-kakao[disabled],fieldset[disabled] .mo_btn-kakao,.mo_btn-kakao.disabled:hover,.mo_btn-kakao[disabled]:hover,fieldset[disabled] .mo_btn-kakao:hover,.mo_btn-kakao.disabled:focus,.mo_btn-kakao[disabled]:focus,fieldset[disabled] .mo_btn-kakao:focus,.mo_btn-kakao.disabled:active,.mo_btn-kakao[disabled]:active,fieldset[disabled] .mo_btn-kakao:active,.mo_btn-kakao.disabled.active,.mo_btn-kakao[disabled].active,fieldset[disabled] .mo_btn-kakao.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}
97
+ .mo_btn-kakao .badge{color:#1ab7ea;background-color:#fff}
98
+ .mo_btn-vk{color:#fff !important;background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}.mo_btn-vk:hover,.mo_btn-vk:focus,.mo_btn-vk:active,.mo_btn-vk.active,.open>.dropdown-toggle.mo_btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#466482,#466482) !important;}
99
+ .mo_btn-vk:active,.mo_btn-vk.active,.open>.dropdown-toggle.mo_btn-vk{background-image:none}
100
+ .mo_btn-vk.disabled,.mo_btn-vk[disabled],fieldset[disabled] .mo_btn-vk,.mo_btn-vk.disabled:hover,.mo_btn-vk[disabled]:hover,fieldset[disabled] .mo_btn-vk:hover,.mo_btn-vk.disabled:focus,.mo_btn-vk[disabled]:focus,fieldset[disabled] .mo_btn-vk:focus,.mo_btn-vk.disabled:active,.mo_btn-vk[disabled]:active,fieldset[disabled] .mo_btn-vk:active,.mo_btn-vk.disabled.active,.mo_btn-vk[disabled].active,fieldset[disabled] .mo_btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}
101
+ .mo_btn-vk .badge{color:#587ea3;background-color:#fff}
102
+ .mo_btn-yahoo{color:#fff !important;background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}.mo_btn-yahoo:hover,.mo_btn-yahoo:focus,.mo_btn-yahoo:active,.mo_btn-yahoo.active,.open>.dropdown-toggle.mo_btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#500a6f,#500a6f) !important;}
103
+ .mo_btn-yahoo:active,.mo_btn-yahoo.active,.open>.dropdown-toggle.mo_btn-yahoo{background-image:none}
104
+ .mo_btn-yahoo.disabled,.mo_btn-yahoo[disabled],fieldset[disabled] .mo_btn-yahoo,.mo_btn-yahoo.disabled:hover,.mo_btn-yahoo[disabled]:hover,fieldset[disabled] .mo_btn-yahoo:hover,.mo_btn-yahoo.disabled:focus,.mo_btn-yahoo[disabled]:focus,fieldset[disabled] .mo_btn-yahoo:focus,.mo_btn-yahoo.disabled:active,.mo_btn-yahoo[disabled]:active,fieldset[disabled] .mo_btn-yahoo:active,.mo_btn-yahoo.disabled.active,.mo_btn-yahoo[disabled].active,fieldset[disabled] .mo_btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}
105
+ .mo_btn-yahoo .badge{color:#720e9e;background-color:#fff}
106
+ .mo_btn-wordpress{color:#fff !important;background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}.mo_btn-wordpress:hover,.mo_btn-wordpress:focus,.mo_btn-wordpress:active,.mo_btn-wordpress.active,.open>.dropdown-toggle.mo_btn-wordpress{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#466482,#466482) !important;}
107
+ .mo_btn-wordpress:active,.mo_btn-wordpress.active,.open>.dropdown-toggle.mo_btn-wordpress{background-image:none}
108
+ .mo_btn-wordpress.disabled,.mo_btn-wordpress[disabled],fieldset[disabled] .mo_btn-wordpress,.mo_btn-wordpress.disabled:hover,.mo_btn-wordpress[disabled]:hover,fieldset[disabled] .mo_btn-wordpress:hover,.mo_btn-wordpress.disabled:focus,.mo_btn-wordpress[disabled]:focus,fieldset[disabled] .mo_btn-wordpress:focus,.mo_btn-wordpress.disabled:active,.mo_btn-wordpress[disabled]:active,fieldset[disabled] .mo_btn-wordpress:active,.mo_btn-wordpress.disabled.active,.mo_btn-wordpress[disabled].active,fieldset[disabled] .mo_btn-wordpress.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}
109
+ .mo_btn-wordpress .badge{color:#587ea3;background-color:#fff}
110
+ .mo_btn-disqus{color:#fff !important;background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}.mo_btn-disqus:hover,.mo_btn-disqus:focus,.mo_btn-disqus:active,.mo_btn-disqus.active,.open>.dropdown-toggle.mo_btn-disqus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2795e9,#2795e9) !important;}
111
+ .mo_btn-disqus:active,.mo_btn-disqus.active,.open>.dropdown-toggle.mo_btn-disqus{background-image:none}
112
+ .mo_btn-disqus.disabled,.mo_btn-disqus[disabled],fieldset[disabled] .mo_btn-disqus,.mo_btn-disqus.disabled:hover,.mo_btn-disqus[disabled]:hover,fieldset[disabled] .mo_btn-disqus:hover,.mo_btn-disqus.disabled:focus,.mo_btn-disqus[disabled]:focus,fieldset[disabled] .mo_btn-disqus:focus,.mo_btn-disqus.disabled:active,.mo_btn-disqus[disabled]:active,fieldset[disabled] .mo_btn-disqus:active,.mo_btn-disqus.disabled.active,.mo_btn-disqus[disabled].active,fieldset[disabled] .mo_btn-disqus.active{background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}
113
+ .mo_btn-disqus .badge{color:#55acee;background-color:#fff}
114
+ .mo_btn-twitch{color:#fff !important;background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}.mo_btn-twitch:hover,.mo_btn-twitch:focus,.mo_btn-twitch:active,.mo_btn-twitch.active,.open>.dropdown-toggle.mo_btn-twitch{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#500a6f,#500a6f) !important;}
115
+ .mo_btn-twitch:active,.mo_btn-twitch.active,.open>.dropdown-toggle.mo_btn-twitch{background-image:none}
116
+ .mo_btn-twitch.disabled,.mo_btn-twitch[disabled],fieldset[disabled] .mo_btn-twitch,.mo_btn-twitch.disabled:hover,.mo_btn-twitch[disabled]:hover,fieldset[disabled] .mo_btn-twitch:hover,.mo_btn-twitch.disabled:focus,.mo_btn-twitch[disabled]:focus,fieldset[disabled] .mo_btn-twitch:focus,.mo_btn-twitch.disabled:active,.mo_btn-twitch[disabled]:active,fieldset[disabled] .mo_btn-twitch:active,.mo_btn-twitch.disabled.active,.mo_btn-twitch[disabled].active,fieldset[disabled] .mo_btn-twitch.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}
117
+ .mo_btn-twitch .badge{color:#720e9e;background-color:#fff}
118
+ .mo_btn-dropbox{color:#fff !important;background-color:#0D2481;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#0D2481,#0D2481) !important;}.mo_btn-dropbox:hover,.mo_btn-dropbox:focus,.mo_btn-dropbox:active,.mo_btn-dropbox.active,.open>.dropdown-toggle.mo_btn-dropbox{color:#fff;background-color:#0a1a5c;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#0a1a5c,#0a1a5c) !important;}
119
+ .mo_btn-dropbox:active,.mo_btn-dropbox.active,.open>.dropdown-toggle.mo_btn-dropbox{background-image:none}
120
+ .mo_btn-dropbox.disabled,.mo_btn-dropbox[disabled],fieldset[disabled] .mo_btn-dropbox,.mo_btn-dropbox.disabled:hover,.mo_btn-dropbox[disabled]:hover,fieldset[disabled] .mo_btn-dropbox:hover,.mo_btn-dropbox.disabled:focus,.mo_btn-dropbox[disabled]:focus,fieldset[disabled] .mo_btn-dropbox:focus,.mo_btn-dropbox.disabled:active,.mo_btn-dropbox[disabled]:active,fieldset[disabled] .mo_btn-dropbox:active,.mo_btn-dropbox.disabled.active,.mo_btn-dropbox[disabled].active,fieldset[disabled] .mo_btn-dropbox.active{background-color:#0D2481;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#0D2481,#0D2481) !important;}
121
+ .mo_btn-dropbox .badge{color:#0D2481;background-color:#fff}
includes/css/bootstrap.min-preview.css CHANGED
@@ -1,16 +1,16 @@
1
 
2
- .btn-block {
3
  display: block;
4
  width: 90%;
5
  }
6
 
7
- .btn-block-inline {
8
  display: inline-block;
9
  width: 90%;
10
  margin-left: 10px;
11
  }
12
 
13
- .btn {
14
  display: inline-block;
15
  /*padding: 6px 12px;*/
16
  margin-bottom: 0;
@@ -34,26 +34,26 @@
34
  }
35
 
36
 
37
- .btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus
38
  {
39
  outline: thin dotted;
40
  outline: 5px auto -webkit-focus-ring-color;
41
  outline-offset: -2px
42
  }
43
 
44
- .btn:hover,.btn:focus,.btn.focus {
45
 
46
  text-decoration: none
47
  }
48
 
49
- .btn:active,.btn.active {
50
  background-image: none;
51
  outline: 0;
52
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
53
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
54
  }
55
 
56
- .btn.disabled,.btn[disabled],fieldset[disabled] .btn {
57
  pointer-events: none;
58
  cursor: not-allowed;
59
  filter: alpha(opacity = 65);
@@ -62,355 +62,355 @@
62
  opacity: .65
63
  }
64
 
65
- .btn-default {
66
  color: #333;
67
  background-color: #fff;
68
  border-color: #ccc
69
  }
70
 
71
- .btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
72
  {
73
  color: #333;
74
  background-color: #e6e6e6;
75
  border-color: #adadad
76
  }
77
 
78
- .btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
79
  {
80
  background-image: none
81
  }
82
 
83
- .btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active
84
  {
85
  background-color: #fff;
86
  border-color: #ccc
87
  }
88
 
89
- .btn-default .badge {
90
  color: #fff;
91
  background-color: #333
92
  }
93
 
94
- .btn-primary {
95
  color: #fff;
96
  background-color: #337ab7;
97
  border-color: #2e6da4
98
  }
99
 
100
- .btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
101
  {
102
  color: #fff;
103
  background-color: #286090;
104
  border-color: #204d74
105
  }
106
 
107
- .btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
108
  {
109
  background-image: none
110
  }
111
 
112
- .btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
113
  {
114
  background-color: #337ab7;
115
  border-color: #2e6da4
116
  }
117
 
118
- .btn-primary .badge {
119
  color: #337ab7;
120
  background-color: #fff
121
  }
122
 
123
- .btn-success {
124
  color: #fff;
125
  background-color: #5cb85c;
126
  border-color: #4cae4c
127
  }
128
 
129
- .btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success
130
  {
131
  color: #fff;
132
  background-color: #449d44;
133
  border-color: #398439
134
  }
135
 
136
- .btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success
137
  {
138
  background-image: none
139
  }
140
 
141
- .btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active
142
  {
143
  background-color: #5cb85c;
144
  border-color: #4cae4c
145
  }
146
 
147
- .btn-success .badge {
148
  color: #5cb85c;
149
  background-color: #fff
150
  }
151
 
152
- .btn-info {
153
  color: #fff;
154
  background-color: #5bc0de;
155
  border-color: #46b8da
156
  }
157
 
158
- .btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info
159
  {
160
  color: #fff;
161
  background-color: #31b0d5;
162
  border-color: #269abc
163
  }
164
 
165
- .btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
166
  background-image: none
167
  }
168
 
169
- .btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active
170
  {
171
  background-color: #5bc0de;
172
  border-color: #46b8da
173
  }
174
 
175
- .btn-info .badge {
176
  color: #5bc0de;
177
  background-color: #fff
178
  }
179
 
180
- .btn-warning {
181
  color: #fff;
182
  background-color: #f0ad4e;
183
  border-color: #eea236
184
  }
185
 
186
- .btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning
187
  {
188
  color: #fff;
189
  background-color: #ec971f;
190
  border-color: #d58512
191
  }
192
 
193
- .btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning
194
  {
195
  background-image: none
196
  }
197
 
198
- .btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active
199
  {
200
  background-color: #f0ad4e;
201
  border-color: #eea236
202
  }
203
 
204
- .btn-warning .badge {
205
  color: #f0ad4e;
206
  background-color: #fff
207
  }
208
 
209
- .btn-danger {
210
  color: #fff;
211
  background-color: #d9534f;
212
  border-color: #d43f3a
213
  }
214
 
215
- .btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger
216
  {
217
  color: #fff;
218
  background-color: #c9302c;
219
  border-color: #ac2925
220
  }
221
 
222
- .btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger
223
  {
224
  background-image: none
225
  }
226
 
227
- .btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active
228
  {
229
  background-color: #d9534f;
230
  border-color: #d43f3a
231
  }
232
 
233
- .btn-danger .badge {
234
  color: #d9534f;
235
  background-color: #fff
236
  }
237
 
238
- .btn-link {
239
  font-weight: 400;
240
  color: #337ab7;
241
  border-radius: 0
242
  }
243
 
244
- .btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link
245
  {
246
  background-color: transparent;
247
  -webkit-box-shadow: none;
248
  box-shadow: none
249
  }
250
 
251
- .btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
252
  border-color: transparent
253
  }
254
 
255
- .btn-link:hover,.btn-link:focus {
256
  color: #23527c;
257
  text-decoration: underline;
258
  background-color: transparent
259
  }
260
 
261
- .btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus
262
  {
263
  color: #777;
264
  text-decoration: none
265
  }
266
 
267
- .btn-lg,.btn-group-lg>.btn {
268
  padding: 10px 16px;
269
  font-size: 18px;
270
  line-height: 1.33;
271
  border-radius: 6px
272
  }
273
 
274
- .btn-sm,.btn-group-sm>.btn {
275
  padding: 5px 10px;
276
  font-size: 12px;
277
  line-height: 1.5;
278
  border-radius: 3px
279
  }
280
 
281
- .btn-xs,.btn-group-xs>.btn {
282
  padding: 1px 5px;
283
  font-size: 12px;
284
  line-height: 1.5;
285
  border-radius: 3px
286
  }
287
 
288
- .btn-block {
289
  display: block;
290
  width: 100%
291
  }
292
 
293
- .btn-block+.btn-block {
294
  margin-top: 5px
295
  }
296
 
297
- input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block
298
  {
299
  width: 100%
300
  }
301
 
302
 
303
 
304
- .btn-group,.btn-group-vertical {
305
  position: relative;
306
  display: inline-block;
307
  vertical-align: middle
308
  }
309
 
310
- .btn-group>.btn,.btn-group-vertical>.btn {
311
  position: relative;
312
  float: left
313
  }
314
 
315
- .btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active
316
  {
317
  z-index: 2
318
  }
319
 
320
- .btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group
321
  {
322
  margin-left: -1px
323
  }
324
 
325
- .btn-toolbar {
326
  margin-left: -5px
327
  }
328
 
329
- .btn-toolbar .btn-group,.btn-toolbar .input-group {
330
  float: left
331
  }
332
 
333
- .btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
334
  margin-left: 5px
335
  }
336
 
337
- .btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
338
  ){
339
  border-radius: 0
340
  }
341
 
342
- .btn-group>.btn:first-child {
343
  margin-left: 0
344
  }
345
 
346
- .btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
347
  border-top-right-radius: 0;
348
  border-bottom-right-radius: 0
349
  }
350
 
351
- .btn-group>.btn:last-child:not (:first-child ),.btn-group>.dropdown-toggle:not
352
  (:first-child ){
353
  border-top-left-radius: 0;
354
  border-bottom-left-radius: 0
355
  }
356
 
357
- .btn-group>.btn-group {
358
  float: left
359
  }
360
 
361
- .btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
362
  border-radius: 0
363
  }
364
 
365
- .btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle
366
  {
367
  border-top-right-radius: 0;
368
  border-bottom-right-radius: 0
369
  }
370
 
371
- .btn-group>.btn-group:last-child>.btn:first-child {
372
  border-top-left-radius: 0;
373
  border-bottom-left-radius: 0
374
  }
375
 
376
- .btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
377
  outline: 0
378
  }
379
 
380
- .btn-group>.btn+.dropdown-toggle {
381
  padding-right: 8px;
382
  padding-left: 8px
383
  }
384
 
385
- .btn-group>.btn-lg+.dropdown-toggle {
386
  padding-right: 12px;
387
  padding-left: 12px
388
  }
389
 
390
- .btn-group.open .dropdown-toggle {
391
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
392
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
393
  }
394
 
395
- .btn-group.open .dropdown-toggle.btn-link {
396
  -webkit-box-shadow: none;
397
  box-shadow: none
398
  }
399
 
400
- .btn .caret {
401
  margin-left: 0
402
  }
403
 
404
- .btn-lg .caret {
405
  border-width: 5px 5px 0;
406
  border-bottom-width: 0
407
  }
408
 
409
- .dropup .btn-lg .caret {
410
  border-width: 0 5px 5px
411
  }
412
 
413
- .btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn
414
  {
415
  display: block;
416
  float: none;
@@ -418,44 +418,44 @@ input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-
418
  max-width: 100%
419
  }
420
 
421
- .btn-group-vertical>.btn-group>.btn {
422
  float: none
423
  }
424
 
425
- .btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group
426
  {
427
  margin-top: -1px;
428
  margin-left: 0
429
  }
430
 
431
- .btn-group-vertical>.btn:not (:first-child ):not (:last-child ){
432
  border-radius: 0
433
  }
434
 
435
- .btn-group-vertical>.btn:first-child:not (:last-child ){
436
  border-top-right-radius: 4px;
437
  border-bottom-right-radius: 0;
438
  border-bottom-left-radius: 0
439
  }
440
 
441
- .btn-group-vertical>.btn:last-child:not (:first-child ){
442
  border-top-left-radius: 0;
443
  border-top-right-radius: 0;
444
  border-bottom-left-radius: 4px
445
  }
446
 
447
- .btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
448
  {
449
  border-radius: 0
450
  }
451
 
452
- .btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not
453
  (:last-child )>.dropdown-toggle {
454
  border-bottom-right-radius: 0;
455
  border-bottom-left-radius: 0
456
  }
457
 
458
- .btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
459
  {
460
  border-top-left-radius: 0;
461
  border-top-right-radius: 0
1
 
2
+ .mo_btn-block {
3
  display: block;
4
  width: 90%;
5
  }
6
 
7
+ .mo_btn-block-inline {
8
  display: inline-block;
9
  width: 90%;
10
  margin-left: 10px;
11
  }
12
 
13
+ .mo_btn {
14
  display: inline-block;
15
  /*padding: 6px 12px;*/
16
  margin-bottom: 0;
34
  }
35
 
36
 
37
+ .mo_btn:focus,.mo_btn:active:focus,.mo_btn.active:focus,.mo_btn.focus,.mo_btn:active.focus,.mo_btn.active.focus
38
  {
39
  outline: thin dotted;
40
  outline: 5px auto -webkit-focus-ring-color;
41
  outline-offset: -2px
42
  }
43
 
44
+ .mo_btn:hover,.mo_btn:focus,.mo_btn.focus {
45
 
46
  text-decoration: none
47
  }
48
 
49
+ .mo_btn:active,.mo_btn.active {
50
  background-image: none;
51
  outline: 0;
52
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
53
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
54
  }
55
 
56
+ .mo_btn.disabled,.mo_btn[disabled],fieldset[disabled] .mo_btn {
57
  pointer-events: none;
58
  cursor: not-allowed;
59
  filter: alpha(opacity = 65);
62
  opacity: .65
63
  }
64
 
65
+ .mo_btn-default {
66
  color: #333;
67
  background-color: #fff;
68
  border-color: #ccc
69
  }
70
 
71
+ .mo_btn-default:hover,.mo_btn-default:focus,.mo_btn-default.focus,.mo_btn-default:active,.mo_btn-default.active,.open>.dropdown-toggle.mo_btn-default
72
  {
73
  color: #333;
74
  background-color: #e6e6e6;
75
  border-color: #adadad
76
  }
77
 
78
+ .mo_btn-default:active,.mo_btn-default.active,.open>.dropdown-toggle.mo_btn-default
79
  {
80
  background-image: none
81
  }
82
 
83
+ .mo_btn-default.disabled,.mo_btn-default[disabled],fieldset[disabled] .mo_btn-default,.mo_btn-default.disabled:hover,.mo_btn-default[disabled]:hover,fieldset[disabled] .mo_btn-default:hover,.mo_btn-default.disabled:focus,.mo_btn-default[disabled]:focus,fieldset[disabled] .mo_btn-default:focus,.mo_btn-default.disabled.focus,.mo_btn-default[disabled].focus,fieldset[disabled] .mo_btn-default.focus,.mo_btn-default.disabled:active,.mo_btn-default[disabled]:active,fieldset[disabled] .mo_btn-default:active,.mo_btn-default.disabled.active,.mo_btn-default[disabled].active,fieldset[disabled] .mo_btn-default.active
84
  {
85
  background-color: #fff;
86
  border-color: #ccc
87
  }
88
 
89
+ .mo_btn-default .badge {
90
  color: #fff;
91
  background-color: #333
92
  }
93
 
94
+ .mo_btn-primary {
95
  color: #fff;
96
  background-color: #337ab7;
97
  border-color: #2e6da4
98
  }
99
 
100
+ .mo_btn-primary:hover,.mo_btn-primary:focus,.mo_btn-primary.focus,.mo_btn-primary:active,.mo_btn-primary.active,.open>.dropdown-toggle.mo_btn-primary
101
  {
102
  color: #fff;
103
  background-color: #286090;
104
  border-color: #204d74
105
  }
106
 
107
+ .mo_btn-primary:active,.mo_btn-primary.active,.open>.dropdown-toggle.mo_btn-primary
108
  {
109
  background-image: none
110
  }
111
 
112
+ .mo_btn-primary.disabled,.mo_btn-primary[disabled],fieldset[disabled] .mo_btn-primary,.mo_btn-primary.disabled:hover,.mo_btn-primary[disabled]:hover,fieldset[disabled] .mo_btn-primary:hover,.mo_btn-primary.disabled:focus,.mo_btn-primary[disabled]:focus,fieldset[disabled] .mo_btn-primary:focus,.mo_btn-primary.disabled.focus,.mo_btn-primary[disabled].focus,fieldset[disabled] .mo_btn-primary.focus,.mo_btn-primary.disabled:active,.mo_btn-primary[disabled]:active,fieldset[disabled] .mo_btn-primary:active,.mo_btn-primary.disabled.active,.mo_btn-primary[disabled].active,fieldset[disabled] .mo_btn-primary.active
113
  {
114
  background-color: #337ab7;
115
  border-color: #2e6da4
116
  }
117
 
118
+ .mo_btn-primary .badge {
119
  color: #337ab7;
120
  background-color: #fff
121
  }
122
 
123
+ .mo_btn-success {
124
  color: #fff;
125
  background-color: #5cb85c;
126
  border-color: #4cae4c
127
  }
128
 
129
+ .mo_btn-success:hover,.mo_btn-success:focus,.mo_btn-success.focus,.mo_btn-success:active,.mo_btn-success.active,.open>.dropdown-toggle.mo_btn-success
130
  {
131
  color: #fff;
132
  background-color: #449d44;
133
  border-color: #398439
134
  }
135
 
136
+ .mo_btn-success:active,.mo_btn-success.active,.open>.dropdown-toggle.mo_btn-success
137
  {
138
  background-image: none
139
  }
140
 
141
+ .mo_btn-success.disabled,.mo_btn-success[disabled],fieldset[disabled] .mo_btn-success,.mo_btn-success.disabled:hover,.mo_btn-success[disabled]:hover,fieldset[disabled] .mo_btn-success:hover,.mo_btn-success.disabled:focus,.mo_btn-success[disabled]:focus,fieldset[disabled] .mo_btn-success:focus,.mo_btn-success.disabled.focus,.mo_btn-success[disabled].focus,fieldset[disabled] .mo_btn-success.focus,.mo_btn-success.disabled:active,.mo_btn-success[disabled]:active,fieldset[disabled] .mo_btn-success:active,.mo_btn-success.disabled.active,.mo_btn-success[disabled].active,fieldset[disabled] .mo_btn-success.active
142
  {
143
  background-color: #5cb85c;
144
  border-color: #4cae4c
145
  }
146
 
147
+ .mo_btn-success .badge {
148
  color: #5cb85c;
149
  background-color: #fff
150
  }
151
 
152
+ .mo_btn-info {
153
  color: #fff;
154
  background-color: #5bc0de;
155
  border-color: #46b8da
156
  }
157
 
158
+ .mo_btn-info:hover,.mo_btn-info:focus,.mo_btn-info.focus,.mo_btn-info:active,.mo_btn-info.active,.open>.dropdown-toggle.mo_btn-info
159
  {
160
  color: #fff;
161
  background-color: #31b0d5;
162
  border-color: #269abc
163
  }
164
 
165
+ .mo_btn-info:active,.mo_btn-info.active,.open>.dropdown-toggle.mo_btn-info {
166
  background-image: none
167
  }
168
 
169
+ .mo_btn-info.disabled,.mo_btn-info[disabled],fieldset[disabled] .mo_btn-info,.mo_btn-info.disabled:hover,.mo_btn-info[disabled]:hover,fieldset[disabled] .mo_btn-info:hover,.mo_btn-info.disabled:focus,.mo_btn-info[disabled]:focus,fieldset[disabled] .mo_btn-info:focus,.mo_btn-info.disabled.focus,.mo_btn-info[disabled].focus,fieldset[disabled] .mo_btn-info.focus,.mo_btn-info.disabled:active,.mo_btn-info[disabled]:active,fieldset[disabled] .mo_btn-info:active,.mo_btn-info.disabled.active,.mo_btn-info[disabled].active,fieldset[disabled] .mo_btn-info.active
170
  {
171
  background-color: #5bc0de;
172
  border-color: #46b8da
173
  }
174
 
175
+ .mo_btn-info .badge {
176
  color: #5bc0de;
177
  background-color: #fff
178
  }
179
 
180
+ .mo_btn-warning {
181
  color: #fff;
182
  background-color: #f0ad4e;
183
  border-color: #eea236
184
  }
185
 
186
+ .mo_btn-warning:hover,.mo_btn-warning:focus,.mo_btn-warning.focus,.mo_btn-warning:active,.mo_btn-warning.active,.open>.dropdown-toggle.mo_btn-warning
187
  {
188
  color: #fff;
189
  background-color: #ec971f;
190
  border-color: #d58512
191
  }
192
 
193
+ .mo_btn-warning:active,.mo_btn-warning.active,.open>.dropdown-toggle.mo_btn-warning
194
  {
195
  background-image: none
196
  }
197
 
198
+ .mo_btn-warning.disabled,.mo_btn-warning[disabled],fieldset[disabled] .mo_btn-warning,.mo_btn-warning.disabled:hover,.mo_btn-warning[disabled]:hover,fieldset[disabled] .mo_btn-warning:hover,.mo_btn-warning.disabled:focus,.mo_btn-warning[disabled]:focus,fieldset[disabled] .mo_btn-warning:focus,.mo_btn-warning.disabled.focus,.mo_btn-warning[disabled].focus,fieldset[disabled] .mo_btn-warning.focus,.mo_btn-warning.disabled:active,.mo_btn-warning[disabled]:active,fieldset[disabled] .mo_btn-warning:active,.mo_btn-warning.disabled.active,.mo_btn-warning[disabled].active,fieldset[disabled] .mo_btn-warning.active
199
  {
200
  background-color: #f0ad4e;
201
  border-color: #eea236
202
  }
203
 
204
+ .mo_btn-warning .badge {
205
  color: #f0ad4e;
206
  background-color: #fff
207
  }
208
 
209
+ .mo_btn-danger {
210
  color: #fff;
211
  background-color: #d9534f;
212
  border-color: #d43f3a
213
  }
214
 
215
+ .mo_btn-danger:hover,.mo_btn-danger:focus,.mo_btn-danger.focus,.mo_btn-danger:active,.mo_btn-danger.active,.open>.dropdown-toggle.mo_btn-danger
216
  {
217
  color: #fff;
218
  background-color: #c9302c;
219
  border-color: #ac2925
220
  }
221
 
222
+ .mo_btn-danger:active,.mo_btn-danger.active,.open>.dropdown-toggle.mo_btn-danger
223
  {
224
  background-image: none
225
  }
226
 
227
+ .mo_btn-danger.disabled,.mo_btn-danger[disabled],fieldset[disabled] .mo_btn-danger,.mo_btn-danger.disabled:hover,.mo_btn-danger[disabled]:hover,fieldset[disabled] .mo_btn-danger:hover,.mo_btn-danger.disabled:focus,.mo_btn-danger[disabled]:focus,fieldset[disabled] .mo_btn-danger:focus,.mo_btn-danger.disabled.focus,.mo_btn-danger[disabled].focus,fieldset[disabled] .mo_btn-danger.focus,.mo_btn-danger.disabled:active,.mo_btn-danger[disabled]:active,fieldset[disabled] .mo_btn-danger:active,.mo_btn-danger.disabled.active,.mo_btn-danger[disabled].active,fieldset[disabled] .mo_btn-danger.active
228
  {
229
  background-color: #d9534f;
230
  border-color: #d43f3a
231
  }
232
 
233
+ .mo_btn-danger .badge {
234
  color: #d9534f;
235
  background-color: #fff
236
  }
237
 
238
+ .mo_btn-link {
239
  font-weight: 400;
240
  color: #337ab7;
241
  border-radius: 0
242
  }
243
 
244
+ .mo_btn-link,.mo_btn-link:active,.mo_btn-link.active,.mo_btn-link[disabled],fieldset[disabled] .mo_btn-link
245
  {
246
  background-color: transparent;
247
  -webkit-box-shadow: none;
248
  box-shadow: none
249
  }
250
 
251
+ .mo_btn-link,.mo_btn-link:hover,.mo_btn-link:focus,.mo_btn-link:active {
252
  border-color: transparent
253
  }
254
 
255
+ .mo_btn-link:hover,.mo_btn-link:focus {
256
  color: #23527c;
257
  text-decoration: underline;
258
  background-color: transparent
259
  }
260
 
261
+ .mo_btn-link[disabled]:hover,fieldset[disabled] .mo_btn-link:hover,.mo_btn-link[disabled]:focus,fieldset[disabled] .mo_btn-link:focus
262
  {
263
  color: #777;
264
  text-decoration: none
265
  }
266
 
267
+ .mo_btn-lg,.mo_btn-group-lg>.mo_btn {
268
  padding: 10px 16px;
269
  font-size: 18px;
270
  line-height: 1.33;
271
  border-radius: 6px
272
  }
273
 
274
+ .mo_btn-sm,.mo_btn-group-sm>.mo_btn {
275
  padding: 5px 10px;
276
  font-size: 12px;
277
  line-height: 1.5;
278
  border-radius: 3px
279
  }
280
 
281
+ .mo_btn-xs,.mo_btn-group-xs>.mo_btn {
282
  padding: 1px 5px;
283
  font-size: 12px;
284
  line-height: 1.5;
285
  border-radius: 3px
286
  }
287
 
288
+ .mo_btn-block {
289
  display: block;
290
  width: 100%
291
  }
292
 
293
+ .mo_btn-block+.mo_btn-block {
294
  margin-top: 5px
295
  }
296
 
297
+ input[type=submit].mo_btn-block,input[type=reset].mo_btn-block,input[type=button].mo_btn-block
298
  {
299
  width: 100%
300
  }
301
 
302
 
303
 
304
+ .mo_btn-group,.mo_btn-group-vertical {
305
  position: relative;
306
  display: inline-block;
307
  vertical-align: middle
308
  }
309
 
310
+ .mo_btn-group>.mo_btn,.mo_btn-group-vertical>.mo_btn {
311
  position: relative;
312
  float: left
313
  }
314
 
315
+ .mo_btn-group>.mo_btn:hover,.mo_btn-group-vertical>.mo_btn:hover,.mo_btn-group>.mo_btn:focus,.mo_btn-group-vertical>.mo_btn:focus,.mo_btn-group>.mo_btn:active,.mo_btn-group-vertical>.mo_btn:active,.mo_btn-group>.mo_btn.active,.mo_btn-group-vertical>.mo_btn.active
316
  {
317
  z-index: 2
318
  }
319
 
320
+ .mo_btn-group .mo_btn+.mo_btn,.mo_btn-group .mo_btn+.mo_btn-group,.mo_btn-group .mo_btn-group+.mo_btn,.mo_btn-group .mo_btn-group+.mo_btn-group
321
  {
322
  margin-left: -1px
323
  }
324
 
325
+ .mo_btn-toolbar {
326
  margin-left: -5px
327
  }
328
 
329
+ .mo_btn-toolbar .mo_btn-group,.mo_btn-toolbar .input-group {
330
  float: left
331
  }
332
 
333
+ .mo_btn-toolbar>.mo_btn,.mo_btn-toolbar>.mo_btn-group,.mo_btn-toolbar>.input-group {
334
  margin-left: 5px
335
  }
336
 
337
+ .mo_btn-group>.mo_btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
338
  ){
339
  border-radius: 0
340
  }
341
 
342
+ .mo_btn-group>.mo_btn:first-child {
343
  margin-left: 0
344
  }
345
 
346
+ .mo_btn-group>.mo_btn:first-child:not (:last-child ):not (.dropdown-toggle ){
347
  border-top-right-radius: 0;
348
  border-bottom-right-radius: 0
349
  }
350
 
351
+ .mo_btn-group>.mo_btn:last-child:not (:first-child ),.mo_btn-group>.dropdown-toggle:not
352
  (:first-child ){
353
  border-top-left-radius: 0;
354
  border-bottom-left-radius: 0
355
  }
356
 
357
+ .mo_btn-group>.mo_btn-group {
358
  float: left
359
  }
360
 
361
+ .mo_btn-group>.mo_btn-group:not (:first-child ):not (:last-child )>.mo_btn {
362
  border-radius: 0
363
  }
364
 
365
+ .mo_btn-group>.mo_btn-group:first-child>.mo_btn:last-child,.mo_btn-group>.mo_btn-group:first-child>.dropdown-toggle
366
  {
367
  border-top-right-radius: 0;
368
  border-bottom-right-radius: 0
369
  }
370
 
371
+ .mo_btn-group>.mo_btn-group:last-child>.mo_btn:first-child {
372
  border-top-left-radius: 0;
373
  border-bottom-left-radius: 0
374
  }
375
 
376
+ .mo_btn-group .dropdown-toggle:active,.mo_btn-group.open .dropdown-toggle {
377
  outline: 0
378
  }
379
 
380
+ .mo_btn-group>.mo_btn+.dropdown-toggle {
381
  padding-right: 8px;
382
  padding-left: 8px
383
  }
384
 
385
+ .mo_btn-group>.mo_btn-lg+.dropdown-toggle {
386
  padding-right: 12px;
387
  padding-left: 12px
388
  }
389
 
390
+ .mo_btn-group.open .dropdown-toggle {
391
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
392
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
393
  }
394
 
395
+ .mo_btn-group.open .dropdown-toggle.mo_btn-link {
396
  -webkit-box-shadow: none;
397
  box-shadow: none
398
  }
399
 
400
+ .mo_btn .caret {
401
  margin-left: 0
402
  }
403
 
404
+ .mo_btn-lg .caret {
405
  border-width: 5px 5px 0;
406
  border-bottom-width: 0
407
  }
408
 
409
+ .dropup .mo_btn-lg .caret {
410
  border-width: 0 5px 5px
411
  }
412
 
413
+ .mo_btn-group-vertical>.mo_btn,.mo_btn-group-vertical>.mo_btn-group,.mo_btn-group-vertical>.mo_btn-group>.mo_btn
414
  {
415
  display: block;
416
  float: none;
418
  max-width: 100%
419
  }
420
 
421
+ .mo_btn-group-vertical>.mo_btn-group>.mo_btn {
422
  float: none
423
  }
424
 
425
+ .mo_btn-group-vertical>.mo_btn+.mo_btn,.mo_btn-group-vertical>.mo_btn+.mo_btn-group,.mo_btn-group-vertical>.mo_btn-group+.mo_btn,.mo_btn-group-vertical>.mo_btn-group+.mo_btn-group
426
  {
427
  margin-top: -1px;
428
  margin-left: 0
429
  }
430
 
431
+ .mo_btn-group-vertical>.mo_btn:not (:first-child ):not (:last-child ){
432
  border-radius: 0
433
  }
434
 
435
+ .mo_btn-group-vertical>.mo_btn:first-child:not (:last-child ){
436
  border-top-right-radius: 4px;
437
  border-bottom-right-radius: 0;
438
  border-bottom-left-radius: 0
439
  }
440
 
441
+ .mo_btn-group-vertical>.mo_btn:last-child:not (:first-child ){
442
  border-top-left-radius: 0;
443
  border-top-right-radius: 0;
444
  border-bottom-left-radius: 4px
445
  }
446
 
447
+ .mo_btn-group-vertical>.mo_btn-group:not (:first-child ):not (:last-child )>.mo_btn
448
  {
449
  border-radius: 0
450
  }
451
 
452
+ .mo_btn-group-vertical>.mo_btn-group:first-child:not (:last-child )>.mo_btn:last-child,.mo_btn-group-vertical>.mo_btn-group:first-child:not
453
  (:last-child )>.dropdown-toggle {
454
  border-bottom-right-radius: 0;
455
  border-bottom-left-radius: 0
456
  }
457
 
458
+ .mo_btn-group-vertical>.mo_btn-group:last-child:not (:first-child )>.mo_btn:first-child
459
  {
460
  border-top-left-radius: 0;
461
  border-top-right-radius: 0
includes/css/mo-font-awesome.min.css CHANGED
@@ -1,4 +1,4 @@
1
  /*!
2
  * Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.2');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.mofa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mofa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.mofa-2x{font-size:2em}.mofa-3x{font-size:3em}.mofa-4x{font-size:4em}.mofa-5x{font-size:5em}.mofa-fw{width:1.28571429em;text-align:center}.mofa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.mofa-ul>li{position:relative}.mofa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.mofa-li.mofa-lg{left:-1.85714286em}.mofa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.mofa-pull-left{float:left}.mofa-pull-right{float:right}.mofa.mofa-pull-left{margin-right:.3em}.mofa.mofa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.mofa.pull-left{margin-right:.3em}.mofa.pull-right{margin-left:.3em}.mofa-spin{-webkit-animation:mofa-spin 2s infinite linear;animation:mofa-spin 2s infinite linear}.mofa-pulse{-webkit-animation:mofa-spin 1s infinite steps(8);animation:mofa-spin 1s infinite steps(8)}@-webkit-keyframes mofa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mofa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.mofa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mofa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mofa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mofa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.mofa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .mofa-rotate-90,:root .mofa-rotate-180,:root .mofa-rotate-270,:root .mofa-flip-horizontal,:root .mofa-flip-vertical{filter:none}.mofa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.mofa-stack-1x,.mofa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.mofa-stack-1x{line-height:inherit}.mofa-stack-2x{font-size:2em}.mofa-inverse{color:#fff}.mofa-glass:before{content:"\f000"}.mofa-music:before{content:"\f001"}.mofa-search:before{content:"\f002"}.mofa-envelope-o:before{content:"\f003"}.mofa-heart:before{content:"\f004"}.mofa-star:before{content:"\f005"}.mofa-star-o:before{content:"\f006"}.mofa-user:before{content:"\f007"}.mofa-film:before{content:"\f008"}.mofa-th-large:before{content:"\f009"}.mofa-th:before{content:"\f00a"}.mofa-th-list:before{content:"\f00b"}.mofa-check:before{content:"\f00c"}.mofa-remove:before,.mofa-close:before,.mofa-times:before{content:"\f00d"}.mofa-search-plus:before{content:"\f00e"}.mofa-search-minus:before{content:"\f010"}.mofa-power-off:before{content:"\f011"}.mofa-signal:before{content:"\f012"}.mofa-gear:before,.mofa-cog:before{content:"\f013"}.mofa-trash-o:before{content:"\f014"}.mofa-home:before{content:"\f015"}.mofa-file-o:before{content:"\f016"}.mofa-clock-o:before{content:"\f017"}.mofa-road:before{content:"\f018"}.mofa-download:before{content:"\f019"}.mofa-arrow-circle-o-down:before{content:"\f01a"}.mofa-arrow-circle-o-up:before{content:"\f01b"}.mofa-inbox:before{content:"\f01c"}.mofa-play-circle-o:before{content:"\f01d"}.mofa-rotate-right:before,.mofa-repeat:before{content:"\f01e"}.mofa-refresh:before{content:"\f021"}.mofa-list-alt:before{content:"\f022"}.mofa-lock:before{content:"\f023"}.mofa-flag:before{content:"\f024"}.mofa-headphones:before{content:"\f025"}.mofa-volume-off:before{content:"\f026"}.mofa-volume-down:before{content:"\f027"}.mofa-volume-up:before{content:"\f028"}.mofa-qrcode:before{content:"\f029"}.mofa-barcode:before{content:"\f02a"}.mofa-tag:before{content:"\f02b"}.mofa-tags:before{content:"\f02c"}.mofa-book:before{content:"\f02d"}.mofa-bookmark:before{content:"\f02e"}.mofa-print:before{content:"\f02f"}.mofa-camera:before{content:"\f030"}.mofa-font:before{content:"\f031"}.mofa-bold:before{content:"\f032"}.mofa-italic:before{content:"\f033"}.mofa-text-height:before{content:"\f034"}.mofa-text-width:before{content:"\f035"}.mofa-align-left:before{content:"\f036"}.mofa-align-center:before{content:"\f037"}.mofa-align-right:before{content:"\f038"}.mofa-align-justify:before{content:"\f039"}.mofa-list:before{content:"\f03a"}.mofa-dedent:before,.mofa-outdent:before{content:"\f03b"}.mofa-indent:before{content:"\f03c"}.mofa-video-camera:before{content:"\f03d"}.mofa-photo:before,.mofa-image:before,.mofa-picture-o:before{content:"\f03e"}.mofa-pencil:before{content:"\f040"}.mofa-map-marker:before{content:"\f041"}.mofa-adjust:before{content:"\f042"}.mofa-tint:before{content:"\f043"}.mofa-edit:before,.mofa-pencil-square-o:before{content:"\f044"}.mofa-share-square-o:before{content:"\f045"}.mofa-check-square-o:before{content:"\f046"}.mofa-arrows:before{content:"\f047"}.mofa-step-backward:before{content:"\f048"}.mofa-fast-backward:before{content:"\f049"}.mofa-backward:before{content:"\f04a"}.mofa-play:before{content:"\f04b"}.mofa-pause:before{content:"\f04c"}.mofa-stop:before{content:"\f04d"}.mofa-forward:before{content:"\f04e"}.mofa-fast-forward:before{content:"\f050"}.mofa-step-forward:before{content:"\f051"}.mofa-eject:before{content:"\f052"}.mofa-chevron-left:before{content:"\f053"}.mofa-chevron-right:before{content:"\f054"}.mofa-plus-circle:before{content:"\f055"}.mofa-minus-circle:before{content:"\f056"}.mofa-times-circle:before{content:"\f057"}.mofa-check-circle:before{content:"\f058"}.mofa-question-circle:before{content:"\f059"}.mofa-info-circle:before{content:"\f05a"}.mofa-crosshairs:before{content:"\f05b"}.mofa-times-circle-o:before{content:"\f05c"}.mofa-check-circle-o:before{content:"\f05d"}.mofa-ban:before{content:"\f05e"}.mofa-arrow-left:before{content:"\f060"}.mofa-arrow-right:before{content:"\f061"}.mofa-arrow-up:before{content:"\f062"}.mofa-arrow-down:before{content:"\f063"}.mofa-mail-forward:before,.mofa-share:before{content:"\f064"}.mofa-expand:before{content:"\f065"}.mofa-compress:before{content:"\f066"}.mofa-plus:before{content:"\f067"}.mofa-minus:before{content:"\f068"}.mofa-asterisk:before{content:"\f069"}.mofa-exclamation-circle:before{content:"\f06a"}.mofa-gift:before{content:"\f06b"}.mofa-leaf:before{content:"\f06c"}.mofa-fire:before{content:"\f06d"}.mofa-eye:before{content:"\f06e"}.mofa-eye-slash:before{content:"\f070"}.mofa-warning:before,.mofa-exclamation-triangle:before{content:"\f071"}.mofa-plane:before{content:"\f072"}.mofa-calendar:before{content:"\f073"}.mofa-random:before{content:"\f074"}.mofa-comment:before{content:"\f075"}.mofa-magnet:before{content:"\f076"}.mofa-chevron-up:before{content:"\f077"}.mofa-chevron-down:before{content:"\f078"}.mofa-retweet:before{content:"\f079"}.mofa-shopping-cart:before{content:"\f07a"}.mofa-folder:before{content:"\f07b"}.mofa-folder-open:before{content:"\f07c"}.mofa-arrows-v:before{content:"\f07d"}.mofa-arrows-h:before{content:"\f07e"}.mofa-bar-chart-o:before,.mofa-bar-chart:before{content:"\f080"}.mofa-twitter-square:before{content:"\f081"}.mofa-facebook-square:before{content:"\f082"}.mofa-camera-retro:before{content:"\f083"}.mofa-key:before{content:"\f084"}.mofa-gears:before,.mofa-cogs:before{content:"\f085"}.mofa-comments:before{content:"\f086"}.mofa-thumbs-o-up:before{content:"\f087"}.mofa-thumbs-o-down:before{content:"\f088"}.mofa-star-half:before{content:"\f089"}.mofa-heart-o:before{content:"\f08a"}.mofa-sign-out:before{content:"\f08b"}.mofa-linkedin-square:before{content:"\f08c"}.mofa-thumb-tack:before{content:"\f08d"}.mofa-external-link:before{content:"\f08e"}.mofa-sign-in:before{content:"\f090"}.mofa-trophy:before{content:"\f091"}.mofa-github-square:before{content:"\f092"}.mofa-upload:before{content:"\f093"}.mofa-lemon-o:before{content:"\f094"}.mofa-phone:before{content:"\f095"}.mofa-square-o:before{content:"\f096"}.mofa-bookmark-o:before{content:"\f097"}.mofa-phone-square:before{content:"\f098"}.mofa-twitter:before{content:"\f099"}.mofa-facebook-f:before,.mofa-facebook:before{content:"\f09a"}.mofa-github:before{content:"\f09b"}.mofa-unlock:before{content:"\f09c"}.mofa-credit-card:before{content:"\f09d"}.mofa-feed:before,.mofa-rss:before{content:"\f09e"}.mofa-hdd-o:before{content:"\f0a0"}.mofa-bullhorn:before{content:"\f0a1"}.mofa-bell:before{content:"\f0f3"}.mofa-certificate:before{content:"\f0a3"}.mofa-hand-o-right:before{content:"\f0a4"}.mofa-hand-o-left:before{content:"\f0a5"}.mofa-hand-o-up:before{content:"\f0a6"}.mofa-hand-o-down:before{content:"\f0a7"}.mofa-arrow-circle-left:before{content:"\f0a8"}.mofa-arrow-circle-right:before{content:"\f0a9"}.mofa-arrow-circle-up:before{content:"\f0aa"}.mofa-arrow-circle-down:before{content:"\f0ab"}.mofa-globe:before{content:"\f0ac"}.mofa-wrench:before{content:"\f0ad"}.mofa-tasks:before{content:"\f0ae"}.mofa-filter:before{content:"\f0b0"}.mofa-briefcase:before{content:"\f0b1"}.mofa-arrows-alt:before{content:"\f0b2"}.mofa-group:before,.mofa-users:before{content:"\f0c0"}.mofa-chain:before,.mofa-link:before{content:"\f0c1"}.mofa-cloud:before{content:"\f0c2"}.mofa-flask:before{content:"\f0c3"}.mofa-cut:before,.mofa-scissors:before{content:"\f0c4"}.mofa-copy:before,.mofa-files-o:before{content:"\f0c5"}.mofa-paperclip:before{content:"\f0c6"}.mofa-save:before,.mofa-floppy-o:before{content:"\f0c7"}.mofa-square:before{content:"\f0c8"}.mofa-navicon:before,.mofa-reorder:before,.mofa-bars:before{content:"\f0c9"}.mofa-list-ul:before{content:"\f0ca"}.mofa-list-ol:before{content:"\f0cb"}.mofa-strikethrough:before{content:"\f0cc"}.mofa-underline:before{content:"\f0cd"}.mofa-table:before{content:"\f0ce"}.mofa-magic:before{content:"\f0d0"}.mofa-truck:before{content:"\f0d1"}.mofa-pinterest:before{content:"\f0d2"}.mofa-pinterest-square:before{content:"\f0d3"}.mofa-google-plus-square:before{content:"\f0d4"}.mofa-google-plus:before{content:"\f0d5"}.mofa-money:before{content:"\f0d6"}.mofa-caret-down:before{content:"\f0d7"}.mofa-caret-up:before{content:"\f0d8"}.mofa-caret-left:before{content:"\f0d9"}.mofa-caret-right:before{content:"\f0da"}.mofa-columns:before{content:"\f0db"}.mofa-unsorted:before,.mofa-sort:before{content:"\f0dc"}.mofa-sort-down:before,.mofa-sort-desc:before{content:"\f0dd"}.mofa-sort-up:before,.mofa-sort-asc:before{content:"\f0de"}.mofa-envelope:before{content:"\f0e0"}.mofa-linkedin:before{content:"\f0e1"}.mofa-rotate-left:before,.mofa-undo:before{content:"\f0e2"}.mofa-legal:before,.mofa-gavel:before{content:"\f0e3"}.mofa-dashboard:before,.mofa-tachometer:before{content:"\f0e4"}.mofa-comment-o:before{content:"\f0e5"}.mofa-comments-o:before{content:"\f0e6"}.mofa-flash:before,.mofa-bolt:before{content:"\f0e7"}.mofa-sitemap:before{content:"\f0e8"}.mofa-umbrella:before{content:"\f0e9"}.mofa-paste:before,.mofa-clipboard:before{content:"\f0ea"}.mofa-lightbulb-o:before{content:"\f0eb"}.mofa-exchange:before{content:"\f0ec"}.mofa-cloud-download:before{content:"\f0ed"}.mofa-cloud-upload:before{content:"\f0ee"}.mofa-user-md:before{content:"\f0f0"}.mofa-stethoscope:before{content:"\f0f1"}.mofa-suitcase:before{content:"\f0f2"}.mofa-bell-o:before{content:"\f0a2"}.mofa-coffee:before{content:"\f0f4"}.mofa-cutlery:before{content:"\f0f5"}.mofa-file-text-o:before{content:"\f0f6"}.mofa-building-o:before{content:"\f0f7"}.mofa-hospital-o:before{content:"\f0f8"}.mofa-ambulance:before{content:"\f0f9"}.mofa-medkit:before{content:"\f0fa"}.mofa-fighter-jet:before{content:"\f0fb"}.mofa-beer:before{content:"\f0fc"}.mofa-h-square:before{content:"\f0fd"}.mofa-plus-square:before{content:"\f0fe"}.mofa-angle-double-left:before{content:"\f100"}.mofa-angle-double-right:before{content:"\f101"}.mofa-angle-double-up:before{content:"\f102"}.mofa-angle-double-down:before{content:"\f103"}.mofa-angle-left:before{content:"\f104"}.mofa-angle-right:before{content:"\f105"}.mofa-angle-up:before{content:"\f106"}.mofa-angle-down:before{content:"\f107"}.mofa-desktop:before{content:"\f108"}.mofa-laptop:before{content:"\f109"}.mofa-tablet:before{content:"\f10a"}.mofa-mobile-phone:before,.mofa-mobile:before{content:"\f10b"}.mofa-circle-o:before{content:"\f10c"}.mofa-quote-left:before{content:"\f10d"}.mofa-quote-right:before{content:"\f10e"}.mofa-spinner:before{content:"\f110"}.mofa-circle:before{content:"\f111"}.mofa-mail-reply:before,.mofa-reply:before{content:"\f112"}.mofa-github-alt:before{content:"\f113"}.mofa-folder-o:before{content:"\f114"}.mofa-folder-open-o:before{content:"\f115"}.mofa-smile-o:before{content:"\f118"}.mofa-frown-o:before{content:"\f119"}.mofa-meh-o:before{content:"\f11a"}.mofa-gamepad:before{content:"\f11b"}.mofa-keyboard-o:before{content:"\f11c"}.mofa-flag-o:before{content:"\f11d"}.mofa-flag-checkered:before{content:"\f11e"}.mofa-terminal:before{content:"\f120"}.mofa-code:before{content:"\f121"}.mofa-mail-reply-all:before,.mofa-reply-all:before{content:"\f122"}.mofa-star-half-empty:before,.mofa-star-half-full:before,.mofa-star-half-o:before{content:"\f123"}.mofa-location-arrow:before{content:"\f124"}.mofa-crop:before{content:"\f125"}.mofa-code-fork:before{content:"\f126"}.mofa-unlink:before,.mofa-chain-broken:before{content:"\f127"}.mofa-question:before{content:"\f128"}.mofa-info:before{content:"\f129"}.mofa-exclamation:before{content:"\f12a"}.mofa-superscript:before{content:"\f12b"}.mofa-subscript:before{content:"\f12c"}.mofa-eraser:before{content:"\f12d"}.mofa-puzzle-piece:before{content:"\f12e"}.mofa-microphone:before{content:"\f130"}.mofa-microphone-slash:before{content:"\f131"}.mofa-shield:before{content:"\f132"}.mofa-calendar-o:before{content:"\f133"}.mofa-fire-extinguisher:before{content:"\f134"}.mofa-rocket:before{content:"\f135"}.mofa-maxcdn:before{content:"\f136"}.mofa-chevron-circle-left:before{content:"\f137"}.mofa-chevron-circle-right:before{content:"\f138"}.mofa-chevron-circle-up:before{content:"\f139"}.mofa-chevron-circle-down:before{content:"\f13a"}.mofa-html5:before{content:"\f13b"}.mofa-css3:before{content:"\f13c"}.mofa-anchor:before{content:"\f13d"}.mofa-unlock-alt:before{content:"\f13e"}.mofa-bullseye:before{content:"\f140"}.mofa-ellipsis-h:before{content:"\f141"}.mofa-ellipsis-v:before{content:"\f142"}.mofa-rss-square:before{content:"\f143"}.mofa-play-circle:before{content:"\f144"}.mofa-ticket:before{content:"\f145"}.mofa-minus-square:before{content:"\f146"}.mofa-minus-square-o:before{content:"\f147"}.mofa-level-up:before{content:"\f148"}.mofa-level-down:before{content:"\f149"}.mofa-check-square:before{content:"\f14a"}.mofa-pencil-square:before{content:"\f14b"}.mofa-external-link-square:before{content:"\f14c"}.mofa-share-square:before{content:"\f14d"}.mofa-compass:before{content:"\f14e"}.mofa-toggle-down:before,.mofa-caret-square-o-down:before{content:"\f150"}.mofa-toggle-up:before,.mofa-caret-square-o-up:before{content:"\f151"}.mofa-toggle-right:before,.mofa-caret-square-o-right:before{content:"\f152"}.mofa-euro:before,.mofa-eur:before{content:"\f153"}.mofa-gbp:before{content:"\f154"}.mofa-dollar:before,.mofa-usd:before{content:"\f155"}.mofa-rupee:before,.mofa-inr:before{content:"\f156"}.mofa-cny:before,.mofa-rmb:before,.mofa-yen:before,.mofa-jpy:before{content:"\f157"}.mofa-ruble:before,.mofa-rouble:before,.mofa-rub:before{content:"\f158"}.mofa-won:before,.mofa-krw:before{content:"\f159"}.mofa-bitcoin:before,.mofa-btc:before{content:"\f15a"}.mofa-file:before{content:"\f15b"}.mofa-file-text:before{content:"\f15c"}.mofa-sort-alpha-asc:before{content:"\f15d"}.mofa-sort-alpha-desc:before{content:"\f15e"}.mofa-sort-amount-asc:before{content:"\f160"}.mofa-sort-amount-desc:before{content:"\f161"}.mofa-sort-numeric-asc:before{content:"\f162"}.mofa-sort-numeric-desc:before{content:"\f163"}.mofa-thumbs-up:before{content:"\f164"}.mofa-thumbs-down:before{content:"\f165"}.mofa-youtube-square:before{content:"\f166"}.mofa-youtube:before{content:"\f167"}.mofa-xing:before{content:"\f168"}.mofa-xing-square:before{content:"\f169"}.mofa-youtube-play:before{content:"\f16a"}.mofa-dropbox:before{content:"\f16b"}.mofa-stack-overflow:before{content:"\f16c"}.mofa-instagram:before{content:"\f16d"}.mofa-flickr:before{content:"\f16e"}.mofa-adn:before{content:"\f170"}.mofa-bitbucket:before{content:"\f171"}.mofa-bitbucket-square:before{content:"\f172"}.mofa-tumblr:before{content:"\f173"}.mofa-tumblr-square:before{content:"\f174"}.mofa-long-arrow-down:before{content:"\f175"}.mofa-long-arrow-up:before{content:"\f176"}.mofa-long-arrow-left:before{content:"\f177"}.mofa-long-arrow-right:before{content:"\f178"}.mofa-apple:before{content:"\f179"}.mofa-windows:before{content:"\f17a"}.mofa-android:before{content:"\f17b"}.mofa-linux:before{content:"\f17c"}.mofa-dribbble:before{content:"\f17d"}.mofa-skype:before{content:"\f17e"}.mofa-foursquare:before{content:"\f180"}.mofa-trello:before{content:"\f181"}.mofa-female:before{content:"\f182"}.mofa-male:before{content:"\f183"}.mofa-gittip:before,.mofa-gratipay:before{content:"\f184"}.mofa-sun-o:before{content:"\f185"}.mofa-moon-o:before{content:"\f186"}.mofa-archive:before{content:"\f187"}.mofa-bug:before{content:"\f188"}.mofa-vk:before{content:"\f189"}.mofa-weibo:before{content:"\f18a"}.mofa-renren:before{content:"\f18b"}.mofa-pagelines:before{content:"\f18c"}.mofa-stack-exchange:before{content:"\f18d"}.mofa-arrow-circle-o-right:before{content:"\f18e"}.mofa-arrow-circle-o-left:before{content:"\f190"}.mofa-toggle-left:before,.mofa-caret-square-o-left:before{content:"\f191"}.mofa-dot-circle-o:before{content:"\f192"}.mofa-wheelchair:before{content:"\f193"}.mofa-vimeo-square:before{content:"\f194"}.mofa-turkish-lira:before,.mofa-try:before{content:"\f195"}.mofa-plus-square-o:before{content:"\f196"}.mofa-space-shuttle:before{content:"\f197"}.mofa-slack:before{content:"\f198"}.mofa-envelope-square:before{content:"\f199"}.mofa-wordpress:before{content:"\f19a"}.mofa-openid:before{content:"\f19b"}.mofa-institution:before,.mofa-bank:before,.mofa-university:before{content:"\f19c"}.mofa-mortar-board:before,.mofa-graduation-cap:before{content:"\f19d"}.mofa-yahoo:before{content:"\f19e"}.mofa-google:before{content:"\f1a0"}.mofa-reddit:before{content:"\f1a1"}.mofa-reddit-square:before{content:"\f1a2"}.mofa-stumbleupon-circle:before{content:"\f1a3"}.mofa-stumbleupon:before{content:"\f1a4"}.mofa-delicious:before{content:"\f1a5"}.mofa-digg:before{content:"\f1a6"}.mofa-pied-piper-pp:before{content:"\f1a7"}.mofa-pied-piper-alt:before{content:"\f1a8"}.mofa-drupal:before{content:"\f1a9"}.mofa-joomla:before{content:"\f1aa"}.mofa-language:before{content:"\f1ab"}.mofa-fax:before{content:"\f1ac"}.mofa-building:before{content:"\f1ad"}.mofa-child:before{content:"\f1ae"}.mofa-paw:before{content:"\f1b0"}.mofa-spoon:before{content:"\f1b1"}.mofa-cube:before{content:"\f1b2"}.mofa-cubes:before{content:"\f1b3"}.mofa-behance:before{content:"\f1b4"}.mofa-behance-square:before{content:"\f1b5"}.mofa-steam:before{content:"\f1b6"}.mofa-steam-square:before{content:"\f1b7"}.mofa-recycle:before{content:"\f1b8"}.mofa-automobile:before,.mofa-car:before{content:"\f1b9"}.mofa-cab:before,.mofa-taxi:before{content:"\f1ba"}.mofa-tree:before{content:"\f1bb"}.mofa-spotify:before{content:"\f1bc"}.mofa-deviantart:before{content:"\f1bd"}.mofa-soundcloud:before{content:"\f1be"}.mofa-database:before{content:"\f1c0"}.mofa-file-pdf-o:before{content:"\f1c1"}.mofa-file-word-o:before{content:"\f1c2"}.mofa-file-excel-o:before{content:"\f1c3"}.mofa-file-powerpoint-o:before{content:"\f1c4"}.mofa-file-photo-o:before,.mofa-file-picture-o:before,.mofa-file-image-o:before{content:"\f1c5"}.mofa-file-zip-o:before,.mofa-file-archive-o:before{content:"\f1c6"}.mofa-file-sound-o:before,.mofa-file-audio-o:before{content:"\f1c7"}.mofa-file-movie-o:before,.mofa-file-video-o:before{content:"\f1c8"}.mofa-file-code-o:before{content:"\f1c9"}.mofa-vine:before{content:"\f1ca"}.mofa-codepen:before{content:"\f1cb"}.mofa-jsfiddle:before{content:"\f1cc"}.mofa-life-bouy:before,.mofa-life-buoy:before,.mofa-life-saver:before,.mofa-support:before,.mofa-life-ring:before{content:"\f1cd"}.mofa-circle-o-notch:before{content:"\f1ce"}.mofa-ra:before,.mofa-resistance:before,.mofa-rebel:before{content:"\f1d0"}.mofa-ge:before,.mofa-empire:before{content:"\f1d1"}.mofa-git-square:before{content:"\f1d2"}.mofa-git:before{content:"\f1d3"}.mofa-y-combinator-square:before,.mofa-yc-square:before,.mofa-hacker-news:before{content:"\f1d4"}.mofa-tencent-weibo:before{content:"\f1d5"}.mofa-qq:before{content:"\f1d6"}.mofa-wechat:before,.mofa-weixin:before{content:"\f1d7"}.mofa-send:before,.mofa-paper-plane:before{content:"\f1d8"}.mofa-send-o:before,.mofa-paper-plane-o:before{content:"\f1d9"}.mofa-history:before{content:"\f1da"}.mofa-circle-thin:before{content:"\f1db"}.mofa-header:before{content:"\f1dc"}.mofa-paragraph:before{content:"\f1dd"}.mofa-sliders:before{content:"\f1de"}.mofa-share-alt:before{content:"\f1e0"}.mofa-share-alt-square:before{content:"\f1e1"}.mofa-bomb:before{content:"\f1e2"}.mofa-soccer-ball-o:before,.mofa-futbol-o:before{content:"\f1e3"}.mofa-tty:before{content:"\f1e4"}.mofa-binoculars:before{content:"\f1e5"}.mofa-plug:before{content:"\f1e6"}.mofa-slideshare:before{content:"\f1e7"}.mofa-twitch:before{content:"\f1e8"}.mofa-yelp:before{content:"\f1e9"}.mofa-newspaper-o:before{content:"\f1ea"}.mofa-wifi:before{content:"\f1eb"}.mofa-calculator:before{content:"\f1ec"}.mofa-paypal:before{content:"\f1ed"}.mofa-google-wallet:before{content:"\f1ee"}.mofa-cc-visa:before{content:"\f1f0"}.mofa-cc-mastercard:before{content:"\f1f1"}.mofa-cc-discover:before{content:"\f1f2"}.mofa-cc-amex:before{content:"\f1f3"}.mofa-cc-paypal:before{content:"\f1f4"}.mofa-cc-stripe:before{content:"\f1f5"}.mofa-bell-slash:before{content:"\f1f6"}.mofa-bell-slash-o:before{content:"\f1f7"}.mofa-trash:before{content:"\f1f8"}.mofa-copyright:before{content:"\f1f9"}.mofa-at:before{content:"\f1fa"}.mofa-eyedropper:before{content:"\f1fb"}.mofa-paint-brush:before{content:"\f1fc"}.mofa-birthday-cake:before{content:"\f1fd"}.mofa-area-chart:before{content:"\f1fe"}.mofa-pie-chart:before{content:"\f200"}.mofa-line-chart:before{content:"\f201"}.mofa-lastfm:before{content:"\f202"}.mofa-lastfm-square:before{content:"\f203"}.mofa-toggle-off:before{content:"\f204"}.mofa-toggle-on:before{content:"\f205"}.mofa-bicycle:before{content:"\f206"}.mofa-bus:before{content:"\f207"}.mofa-ioxhost:before{content:"\f208"}.mofa-angellist:before{content:"\f209"}.mofa-cc:before{content:"\f20a"}.mofa-shekel:before,.mofa-sheqel:before,.mofa-ils:before{content:"\f20b"}.mofa-meanpath:before{content:"\f20c"}.mofa-buysellads:before{content:"\f20d"}.mofa-connectdevelop:before{content:"\f20e"}.mofa-dashcube:before{content:"\f210"}.mofa-forumbee:before{content:"\f211"}.mofa-leanpub:before{content:"\f212"}.mofa-sellsy:before{content:"\f213"}.mofa-shirtsinbulk:before{content:"\f214"}.mofa-simplybuilt:before{content:"\f215"}.mofa-skyatlas:before{content:"\f216"}.mofa-cart-plus:before{content:"\f217"}.mofa-cart-arrow-down:before{content:"\f218"}.mofa-diamond:before{content:"\f219"}.mofa-ship:before{content:"\f21a"}.mofa-user-secret:before{content:"\f21b"}.mofa-motorcycle:before{content:"\f21c"}.mofa-street-view:before{content:"\f21d"}.mofa-heartbeat:before{content:"\f21e"}.mofa-venus:before{content:"\f221"}.mofa-mars:before{content:"\f222"}.mofa-mercury:before{content:"\f223"}.mofa-intersex:before,.mofa-transgender:before{content:"\f224"}.mofa-transgender-alt:before{content:"\f225"}.mofa-venus-double:before{content:"\f226"}.mofa-mars-double:before{content:"\f227"}.mofa-venus-mars:before{content:"\f228"}.mofa-mars-stroke:before{content:"\f229"}.mofa-mars-stroke-v:before{content:"\f22a"}.mofa-mars-stroke-h:before{content:"\f22b"}.mofa-neuter:before{content:"\f22c"}.mofa-genderless:before{content:"\f22d"}.mofa-facebook-official:before{content:"\f230"}.mofa-pinterest-p:before{content:"\f231"}.mofa-whatsapp:before{content:"\f232"}.mofa-server:before{content:"\f233"}.mofa-user-plus:before{content:"\f234"}.mofa-user-times:before{content:"\f235"}.mofa-hotel:before,.mofa-bed:before{content:"\f236"}.mofa-viacoin:before{content:"\f237"}.mofa-train:before{content:"\f238"}.mofa-subway:before{content:"\f239"}.mofa-medium:before{content:"\f23a"}.mofa-yc:before,.mofa-y-combinator:before{content:"\f23b"}.mofa-optin-monster:before{content:"\f23c"}.mofa-opencart:before{content:"\f23d"}.mofa-expeditedssl:before{content:"\f23e"}.mofa-battery-4:before,.mofa-battery-full:before{content:"\f240"}.mofa-battery-3:before,.mofa-battery-three-quarters:before{content:"\f241"}.mofa-battery-2:before,.mofa-battery-half:before{content:"\f242"}.mofa-battery-1:before,.mofa-battery-quarter:before{content:"\f243"}.mofa-battery-0:before,.mofa-battery-empty:before{content:"\f244"}.mofa-mouse-pointer:before{content:"\f245"}.mofa-i-cursor:before{content:"\f246"}.mofa-object-group:before{content:"\f247"}.mofa-object-ungroup:before{content:"\f248"}.mofa-sticky-note:before{content:"\f249"}.mofa-sticky-note-o:before{content:"\f24a"}.mofa-cc-jcb:before{content:"\f24b"}.mofa-cc-diners-club:before{content:"\f24c"}.mofa-clone:before{content:"\f24d"}.mofa-balance-scale:before{content:"\f24e"}.mofa-hourglass-o:before{content:"\f250"}.mofa-hourglass-1:before,.mofa-hourglass-start:before{content:"\f251"}.mofa-hourglass-2:before,.mofa-hourglass-half:before{content:"\f252"}.mofa-hourglass-3:before,.mofa-hourglass-end:before{content:"\f253"}.mofa-hourglass:before{content:"\f254"}.mofa-hand-grab-o:before,.mofa-hand-rock-o:before{content:"\f255"}.mofa-hand-stop-o:before,.mofa-hand-paper-o:before{content:"\f256"}.mofa-hand-scissors-o:before{content:"\f257"}.mofa-hand-lizard-o:before{content:"\f258"}.mofa-hand-spock-o:before{content:"\f259"}.mofa-hand-pointer-o:before{content:"\f25a"}.mofa-hand-peace-o:before{content:"\f25b"}.mofa-trademark:before{content:"\f25c"}.mofa-registered:before{content:"\f25d"}.mofa-creative-commons:before{content:"\f25e"}.mofa-gg:before{content:"\f260"}.mofa-gg-circle:before{content:"\f261"}.mofa-tripadvisor:before{content:"\f262"}.mofa-odnoklassniki:before{content:"\f263"}.mofa-odnoklassniki-square:before{content:"\f264"}.mofa-get-pocket:before{content:"\f265"}.mofa-wikipedia-w:before{content:"\f266"}.mofa-safari:before{content:"\f267"}.mofa-chrome:before{content:"\f268"}.mofa-firefox:before{content:"\f269"}.mofa-opera:before{content:"\f26a"}.mofa-internet-explorer:before{content:"\f26b"}.mofa-tv:before,.mofa-television:before{content:"\f26c"}.mofa-contao:before{content:"\f26d"}.mofa-500px:before{content:"\f26e"}.mofa-amazon:before{content:"\f270"}.mofa-calendar-plus-o:before{content:"\f271"}.mofa-calendar-minus-o:before{content:"\f272"}.mofa-calendar-times-o:before{content:"\f273"}.mofa-calendar-check-o:before{content:"\f274"}.mofa-industry:before{content:"\f275"}.mofa-map-pin:before{content:"\f276"}.mofa-map-signs:before{content:"\f277"}.mofa-map-o:before{content:"\f278"}.mofa-map:before{content:"\f279"}.mofa-commenting:before{content:"\f27a"}.mofa-commenting-o:before{content:"\f27b"}.mofa-houzz:before{content:"\f27c"}.mofa-vimeo:before{content:"\f27d"}.mofa-black-tie:before{content:"\f27e"}.mofa-fonticons:before{content:"\f280"}.mofa-reddit-alien:before{content:"\f281"}.mofa-edge:before{content:"\f282"}.mofa-credit-card-alt:before{content:"\f283"}.mofa-codiepie:before{content:"\f284"}.mofa-modx:before{content:"\f285"}.mofa-fort-awesome:before{content:"\f286"}.mofa-usb:before{content:"\f287"}.mofa-product-hunt:before{content:"\f288"}.mofa-mixcloud:before{content:"\f289"}.mofa-scribd:before{content:"\f28a"}.mofa-pause-circle:before{content:"\f28b"}.mofa-pause-circle-o:before{content:"\f28c"}.mofa-stop-circle:before{content:"\f28d"}.mofa-stop-circle-o:before{content:"\f28e"}.mofa-shopping-bag:before{content:"\f290"}.mofa-shopping-basket:before{content:"\f291"}.mofa-hashtag:before{content:"\f292"}.mofa-bluetooth:before{content:"\f293"}.mofa-bluetooth-b:before{content:"\f294"}.mofa-percent:before{content:"\f295"}.mofa-gitlab:before{content:"\f296"}.mofa-wpbeginner:before{content:"\f297"}.mofa-wpforms:before{content:"\f298"}.mofa-envira:before{content:"\f299"}.mofa-universal-access:before{content:"\f29a"}.mofa-wheelchair-alt:before{content:"\f29b"}.mofa-question-circle-o:before{content:"\f29c"}.mofa-blind:before{content:"\f29d"}.mofa-audio-description:before{content:"\f29e"}.mofa-volume-control-phone:before{content:"\f2a0"}.mofa-braille:before{content:"\f2a1"}.mofa-assistive-listening-systems:before{content:"\f2a2"}.mofa-asl-interpreting:before,.mofa-american-sign-language-interpreting:before{content:"\f2a3"}.mofa-deafness:before,.mofa-hard-of-hearing:before,.mofa-deaf:before{content:"\f2a4"}.mofa-glide:before{content:"\f2a5"}.mofa-glide-g:before{content:"\f2a6"}.mofa-signing:before,.mofa-sign-language:before{content:"\f2a7"}.mofa-low-vision:before{content:"\f2a8"}.mofa-viadeo:before{content:"\f2a9"}.mofa-viadeo-square:before{content:"\f2aa"}.mofa-snapchat:before{content:"\f2ab"}.mofa-snapchat-ghost:before{content:"\f2ac"}.mofa-snapchat-square:before{content:"\f2ad"}.mofa-pied-piper:before{content:"\f2ae"}.mofa-first-order:before{content:"\f2b0"}.mofa-yoast:before{content:"\f2b1"}.mofa-themeisle:before{content:"\f2b2"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
1
  /*!
2
  * Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.2');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
includes/css/mo_openid_bootstrap-tour-standalone.css CHANGED
@@ -19,7 +19,7 @@
19
  * ========================================================================
20
  */
21
 
22
- .mo_openid_tour_btn {
23
  display: inline-block;
24
  font-weight: normal;
25
  text-align: center;
@@ -32,45 +32,45 @@
32
  line-height: 1.25;
33
  border-radius: 0.25rem;
34
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
35
- .mo_openid_tour_btn:focus, .mo_openid_tour_btn:hover {
36
  text-decoration: none; }
37
- .mo_openid_tour_btn:focus, .mo_openid_tour_btn.focus {
38
  outline: 0;
39
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
40
- .mo_openid_tour_btn.disabled, .mo_openid_tour_btn:disabled {
41
  opacity: .65; }
42
- .mo_openid_tour_btn:active, .mo_openid_tour_btn.active {
43
  background-image: none; }
44
 
45
- a.mo_openid_tour_btn.disabled,
46
- fieldset[disabled] a.mo_openid_tour_btn {
47
  pointer-events: none; }
48
 
49
- .mo_openid_tour_btn-primary {
50
  color: #fff;
51
  background-color: #007bff;
52
  border-color: #007bff; }
53
- .mo_openid_tour_btn-primary:hover {
54
  color: #fff;
55
  background-color: #0069d9;
56
  border-color: #0062cc; }
57
- .mo_openid_tour_btn-primary:focus, .mo_openid_tour_btn-primary.focus {
58
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
59
- .mo_openid_tour_btn-primary.disabled, .mo_openid_tour_btn-primary:disabled {
60
  background-color: #007bff;
61
  border-color: #007bff; }
62
- .mo_openid_tour_btn-primary:active, .mo_openid_tour_btn-primary.active,
63
- .show > .mo_openid_tour_btn-primary.dropdown-toggle {
64
  background-color: #0069d9;
65
  background-image: none;
66
  border-color: #0062cc; }
67
 
68
- .mo_openid_tour_btn-secondary {
69
  color: #fff;
70
  background-color: #007902;
71
  border-color: #868e96;
72
  }
73
- .mo_openid_tour_btn_end-secondary {
74
  background: #00A0D2;
75
  border-color: #0073AA;
76
  box-shadow: 0 1px 0 rgba(120, 200, 230, .5) inset, 0 1px 0 rgba(0, 0, 0, .15);
@@ -86,7 +86,7 @@ fieldset[disabled] a.mo_openid_tour_btn {
86
  padding: 0 12px;
87
  font-size: 13px
88
  }
89
- .mo_openid_tour_btn_next-success {
90
  background: #00A0D2;
91
  background-color:#5cb85c;border-color:#4cae4c;
92
  box-shadow: 0 1px 0 rgba(120, 200, 230, .5) inset, 0 1px 0 rgba(0, 0, 0, .15);
@@ -102,338 +102,338 @@ fieldset[disabled] a.mo_openid_tour_btn {
102
  padding: 0 12px;
103
  font-size: 13px;
104
  }
105
- .mo_openid_tour_btn-secondary:hover {
106
  color: #fff;
107
  background-color: #727b84;
108
  border-color: #6c757d; }
109
 
110
- .mo_openid_tour_btn-secondary:focus, .mo_openid_tour_btn-secondary.focus {
111
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
112
- .mo_openid_tour_btn-secondary.disabled, .mo_openid_tour_btn-secondary:disabled {
113
  background-color: #868e96;
114
  border-color: #868e96; }
115
- .mo_openid_tour_btn-secondary:active, .mo_openid_tour_btn-secondary.active,
116
- .show > .mo_openid_tour_btn-secondary.dropdown-toggle {
117
  background-color: #727b84;
118
  background-image: none;
119
  border-color: #6c757d; }
120
 
121
- .mo_openid_tour_btn-success {
122
  color: #fff;
123
  background-color: #28a745;
124
  border-color: #28a745; }
125
- .mo_openid_tour_btn-success:hover {
126
  color: #fff;
127
  background-color: #218838;
128
  border-color: #1e7e34; }
129
- .mo_openid_tour_btn-success:focus, .mo_openid_tour_btn-success.focus {
130
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
131
- .mo_openid_tour_btn-success.disabled, .mo_openid_tour_btn-success:disabled {
132
  background-color: #28a745;
133
  border-color: #28a745; }
134
- .mo_openid_tour_btn-success:active, .mo_openid_tour_btn-success.active,
135
- .show > .mo_openid_tour_btn-success.dropdown-toggle {
136
  background-color: #218838;
137
  background-image: none;
138
  border-color: #1e7e34; }
139
 
140
- .mo_openid_tour_btn-info {
141
  color: #fff;
142
  background-color: #17a2b8;
143
  border-color: #17a2b8; }
144
- .mo_openid_tour_btn-info:hover {
145
  color: #fff;
146
  background-color: #138496;
147
  border-color: #117a8b; }
148
- .mo_openid_tour_btn-info:focus, .mo_openid_tour_btn-info.focus {
149
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
150
- .mo_openid_tour_btn-info.disabled, .mo_openid_tour_btn-info:disabled {
151
  background-color: #17a2b8;
152
  border-color: #17a2b8; }
153
- .mo_openid_tour_btn-info:active, .mo_openid_tour_btn-info.active,
154
- .show > .mo_openid_tour_btn-info.dropdown-toggle {
155
  background-color: #138496;
156
  background-image: none;
157
  border-color: #117a8b; }
158
 
159
- .mo_openid_tour_btn-warning {
160
  color: #111;
161
  background-color: #ffc107;
162
  border-color: #ffc107; }
163
- .mo_openid_tour_btn-warning:hover {
164
  color: #111;
165
  background-color: #e0a800;
166
  border-color: #d39e00; }
167
- .mo_openid_tour_btn-warning:focus, .mo_openid_tour_btn-warning.focus {
168
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
169
- .mo_openid_tour_btn-warning.disabled, .mo_openid_tour_btn-warning:disabled {
170
  background-color: #ffc107;
171
  border-color: #ffc107; }
172
- .mo_openid_tour_btn-warning:active, .mo_openid_tour_btn-warning.active,
173
- .show > .mo_openid_tour_btn-warning.dropdown-toggle {
174
  background-color: #e0a800;
175
  background-image: none;
176
  border-color: #d39e00; }
177
 
178
- .mo_openid_tour_btn-danger {
179
  color: #fff;
180
  background-color: #dc3545;
181
  border-color: #dc3545; }
182
- .mo_openid_tour_btn-danger:hover {
183
  color: #fff;
184
  background-color: #c82333;
185
  border-color: #bd2130; }
186
- .mo_openid_tour_btn-danger:focus, .mo_openid_tour_btn-danger.focus {
187
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
188
- .mo_openid_tour_btn-danger.disabled, .mo_openid_tour_btn-danger:disabled {
189
  background-color: #dc3545;
190
  border-color: #dc3545; }
191
- .mo_openid_tour_btn-danger:active, .mo_openid_tour_btn-danger.active,
192
- .show > .mo_openid_tour_btn-danger.dropdown-toggle {
193
  background-color: #c82333;
194
  background-image: none;
195
  border-color: #bd2130; }
196
 
197
- .mo_openid_tour_btn-light {
198
  color: #111;
199
  background-color: #f8f9fa;
200
  border-color: #f8f9fa; }
201
- .mo_openid_tour_btn-light:hover {
202
  color: #111;
203
  background-color: #e2e6ea;
204
  border-color: #dae0e5; }
205
- .mo_openid_tour_btn-light:focus, .mo_openid_tour_btn-light.focus {
206
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
207
- .mo_openid_tour_btn-light.disabled, .mo_openid_tour_btn-light:disabled {
208
  background-color: #f8f9fa;
209
  border-color: #f8f9fa; }
210
- .mo_openid_tour_btn-light:active, .mo_openid_tour_btn-light.active,
211
- .show > .mo_openid_tour_btn-light.dropdown-toggle {
212
  background-color: #e2e6ea;
213
  background-image: none;
214
  border-color: #dae0e5; }
215
 
216
- .mo_openid_tour_btn-dark {
217
  color: #fff;
218
  background-color: #343a40;
219
  border-color: #343a40; }
220
- .mo_openid_tour_btn-dark:hover {
221
  color: #fff;
222
  background-color: #23272b;
223
  border-color: #1d2124; }
224
- .mo_openid_tour_btn-dark:focus, .mo_openid_tour_btn-dark.focus {
225
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
226
- .mo_openid_tour_btn-dark.disabled, .mo_openid_tour_btn-dark:disabled {
227
  background-color: #343a40;
228
  border-color: #343a40; }
229
- .mo_openid_tour_btn-dark:active, .mo_openid_tour_btn-dark.active,
230
- .show > .mo_openid_tour_btn-dark.dropdown-toggle {
231
  background-color: #23272b;
232
  background-image: none;
233
  border-color: #1d2124; }
234
 
235
- .mo_openid_tour_btn-outline-primary {
236
  color: #007bff;
237
  background-color: transparent;
238
  background-image: none;
239
  border-color: #007bff; }
240
- .mo_openid_tour_btn-outline-primary:hover {
241
  color: #fff;
242
  background-color: #007bff;
243
  border-color: #007bff; }
244
- .mo_openid_tour_btn-outline-primary:focus, .mo_openid_tour_btn-outline-primary.focus {
245
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
246
- .mo_openid_tour_btn-outline-primary.disabled, .mo_openid_tour_btn-outline-primary:disabled {
247
  color: #007bff;
248
  background-color: transparent; }
249
- .mo_openid_tour_btn-outline-primary:active, .mo_openid_tour_btn-outline-primary.active,
250
- .show > .mo_openid_tour_btn-outline-primary.dropdown-toggle {
251
  color: #fff;
252
  background-color: #007bff;
253
  border-color: #007bff; }
254
 
255
- .mo_openid_tour_btn-outline-secondary {
256
  color: #868e96;
257
  background-color: transparent;
258
  background-image: none;
259
  border-color: #868e96; }
260
- .mo_openid_tour_btn-outline-secondary:hover {
261
  color: #fff;
262
  background-color: #868e96;
263
  border-color: #868e96; }
264
- .mo_openid_tour_btn-outline-secondary:focus, .mo_openid_tour_btn-outline-secondary.focus {
265
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
266
- .mo_openid_tour_btn-outline-secondary.disabled, .mo_openid_tour_btn-outline-secondary:disabled {
267
  color: #868e96;
268
  background-color: transparent; }
269
- .mo_openid_tour_btn-outline-secondary:active, .mo_openid_tour_btn-outline-secondary.active,
270
- .show > .mo_openid_tour_btn-outline-secondary.dropdown-toggle {
271
  color: #fff;
272
  background-color: #868e96;
273
  border-color: #868e96; }
274
 
275
- .mo_openid_tour_btn-outline-success {
276
  color: #28a745;
277
  background-color: transparent;
278
  background-image: none;
279
  border-color: #28a745; }
280
- .mo_openid_tour_btn-outline-success:hover {
281
  color: #fff;
282
  background-color: #28a745;
283
  border-color: #28a745; }
284
- .mo_openid_tour_btn-outline-success:focus, .mo_openid_tour_btn-outline-success.focus {
285
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
286
- .mo_openid_tour_btn-outline-success.disabled, .mo_openid_tour_btn-outline-success:disabled {
287
  color: #28a745;
288
  background-color: transparent; }
289
- .mo_openid_tour_btn-outline-success:active, .mo_openid_tour_btn-outline-success.active,
290
- .show > .mo_openid_tour_btn-outline-success.dropdown-toggle {
291
  color: #fff;
292
  background-color: #28a745;
293
  border-color: #28a745; }
294
 
295
- .mo_openid_tour_btn-outline-info {
296
  color: #17a2b8;
297
  background-color: transparent;
298
  background-image: none;
299
  border-color: #17a2b8; }
300
- .mo_openid_tour_btn-outline-info:hover {
301
  color: #fff;
302
  background-color: #17a2b8;
303
  border-color: #17a2b8; }
304
- .mo_openid_tour_btn-outline-info:focus, .mo_openid_tour_btn-outline-info.focus {
305
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
306
- .mo_openid_tour_btn-outline-info.disabled, .mo_openid_tour_btn-outline-info:disabled {
307
  color: #17a2b8;
308
  background-color: transparent; }
309
- .mo_openid_tour_btn-outline-info:active, .mo_openid_tour_btn-outline-info.active,
310
- .show > .mo_openid_tour_btn-outline-info.dropdown-toggle {
311
  color: #fff;
312
  background-color: #17a2b8;
313
  border-color: #17a2b8; }
314
 
315
- .mo_openid_tour_btn-outline-warning {
316
  color: #ffc107;
317
  background-color: transparent;
318
  background-image: none;
319
  border-color: #ffc107; }
320
- .mo_openid_tour_btn-outline-warning:hover {
321
  color: #fff;
322
  background-color: #ffc107;
323
  border-color: #ffc107; }
324
- .mo_openid_tour_btn-outline-warning:focus, .mo_openid_tour_btn-outline-warning.focus {
325
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
326
- .mo_openid_tour_btn-outline-warning.disabled, .mo_openid_tour_btn-outline-warning:disabled {
327
  color: #ffc107;
328
  background-color: transparent; }
329
- .mo_openid_tour_btn-outline-warning:active, .mo_openid_tour_btn-outline-warning.active,
330
- .show > .mo_openid_tour_btn-outline-warning.dropdown-toggle {
331
  color: #fff;
332
  background-color: #ffc107;
333
  border-color: #ffc107; }
334
 
335
- .mo_openid_tour_btn-outline-danger {
336
  color: #dc3545;
337
  background-color: transparent;
338
  background-image: none;
339
  border-color: #dc3545; }
340
- .mo_openid_tour_btn-outline-danger:hover {
341
  color: #fff;
342
  background-color: #dc3545;
343
  border-color: #dc3545; }
344
- .mo_openid_tour_btn-outline-danger:focus, .mo_openid_tour_btn-outline-danger.focus {
345
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
346
- .mo_openid_tour_btn-outline-danger.disabled, .mo_openid_tour_btn-outline-danger:disabled {
347
  color: #dc3545;
348
  background-color: transparent; }
349
- .mo_openid_tour_btn-outline-danger:active, .mo_openid_tour_btn-outline-danger.active,
350
- .show > .mo_openid_tour_btn-outline-danger.dropdown-toggle {
351
  color: #fff;
352
  background-color: #dc3545;
353
  border-color: #dc3545; }
354
 
355
- .mo_openid_tour_btn-outline-light {
356
  color: #f8f9fa;
357
  background-color: transparent;
358
  background-image: none;
359
  border-color: #f8f9fa; }
360
- .mo_openid_tour_btn-outline-light:hover {
361
  color: #fff;
362
  background-color: #f8f9fa;
363
  border-color: #f8f9fa; }
364
- .mo_openid_tour_btn-outline-light:focus, .mo_openid_tour_btn-outline-light.focus {
365
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
366
- .mo_openid_tour_btn-outline-light.disabled, .mo_openid_tour_btn-outline-light:disabled {
367
  color: #f8f9fa;
368
  background-color: transparent; }
369
- .mo_openid_tour_btn-outline-light:active, .mo_openid_tour_btn-outline-light.active,
370
- .show > .mo_openid_tour_btn-outline-light.dropdown-toggle {
371
  color: #fff;
372
  background-color: #f8f9fa;
373
  border-color: #f8f9fa; }
374
 
375
- .mo_openid_tour_btn-outline-dark {
376
  color: #343a40;
377
  background-color: transparent;
378
  background-image: none;
379
  border-color: #343a40; }
380
- .mo_openid_tour_btn-outline-dark:hover {
381
  color: #fff;
382
  background-color: #343a40;
383
  border-color: #343a40; }
384
- .mo_openid_tour_btn-outline-dark:focus, .mo_openid_tour_btn-outline-dark.focus {
385
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
386
- .mo_openid_tour_btn-outline-dark.disabled, .mo_openid_tour_btn-outline-dark:disabled {
387
  color: #343a40;
388
  background-color: transparent; }
389
- .mo_openid_tour_btn-outline-dark:active, .mo_openid_tour_btn-outline-dark.active,
390
- .show > .mo_openid_tour_btn-outline-dark.dropdown-toggle {
391
  color: #fff;
392
  background-color: #343a40;
393
  border-color: #343a40; }
394
 
395
- .mo_openid_tour_btn-link {
396
  font-weight: normal;
397
  color: #007bff;
398
  border-radius: 0; }
399
- .mo_openid_tour_btn-link, .mo_openid_tour_btn-link:active, .mo_openid_tour_btn-link.active, .mo_openid_tour_btn-link:disabled {
400
  background-color: transparent; }
401
- .mo_openid_tour_btn-link, .mo_openid_tour_btn-link:focus, .mo_openid_tour_btn-link:active {
402
  border-color: transparent;
403
  box-shadow: none; }
404
- .mo_openid_tour_btn-link:hover {
405
  border-color: transparent; }
406
- .mo_openid_tour_btn-link:focus, .mo_openid_tour_btn-link:hover {
407
  color: #0056b3;
408
  text-decoration: underline;
409
  background-color: transparent; }
410
- .mo_openid_tour_btn-link:disabled {
411
  color: #868e96; }
412
- .mo_openid_tour_btn-link:disabled:focus, .mo_openid_tour_btn-link:disabled:hover {
413
  text-decoration: none; }
414
 
415
- .mo_openid_tour_btn-lg, .mo_openid_tour_btn-group-lg > .mo_openid_tour_btn {
416
  padding: 0.5rem 1rem;
417
  font-size: 1.25rem;
418
  line-height: 1.5;
419
  border-radius: 0.3rem; }
420
 
421
- .mo_openid_tour_btn-sm, .mo_openid_tour_btn-group-sm > .mo_openid_tour_btn {
422
  padding: 0.25rem 0.5rem;
423
  font-size: 1rem;
424
  line-height: 1.5;
425
  border-radius: 0.2rem; }
426
 
427
- .mo_openid_tour_btn-block {
428
  display: block;
429
  width: 100%; }
430
 
431
- .mo_openid_tour_btn-block + .mo_openid_tour_btn-block {
432
  margin-top: 0.5rem; }
433
 
434
- input[type="submit"].mo_openid_tour_btn-block,
435
- input[type="reset"].mo_openid_tour_btn-block,
436
- input[type="button"].mo_openid_tour_btn-block {
437
  width: 100%; }
438
 
439
  .fade {
@@ -459,126 +459,126 @@ tbody.mo_openid_collapse.show {
459
  overflow: hidden;
460
  transition: height 0.35s ease; }
461
 
462
- .mo_openid_tour_btn-group,
463
- .mo_openid_tour_btn-group-vertical {
464
  position: relative;
465
  display: inline-flex;
466
  vertical-align: middle; }
467
- .mo_openid_tour_btn-group > .mo_openid_tour_btn,
468
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn {
469
  position: relative;
470
  flex: 0 1 auto;
471
  margin-bottom: 0; }
472
- .mo_openid_tour_btn-group > .mo_openid_tour_btn:hover,
473
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:hover {
474
  z-index: 2; }
475
- .mo_openid_tour_btn-group > .mo_openid_tour_btn:focus, .mo_openid_tour_btn-group > .mo_openid_tour_btn:active, .mo_openid_tour_btn-group > .mo_openid_tour_btn.active,
476
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:focus,
477
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:active,
478
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn.active {
479
  z-index: 2; }
480
- .mo_openid_tour_btn-group .mo_openid_tour_btn + .mo_openid_tour_btn,
481
- .mo_openid_tour_btn-group .mo_openid_tour_btn + .mo_openid_tour_btn-group,
482
- .mo_openid_tour_btn-group .mo_openid_tour_btn-group + .mo_openid_tour_btn,
483
- .mo_openid_tour_btn-group .mo_openid_tour_btn-group + .mo_openid_tour_btn-group,
484
- .mo_openid_tour_btn-group-vertical .mo_openid_tour_btn + .mo_openid_tour_btn,
485
- .mo_openid_tour_btn-group-vertical .mo_openid_tour_btn + .mo_openid_tour_btn-group,
486
- .mo_openid_tour_btn-group-vertical .mo_openid_tour_btn-group + .mo_openid_tour_btn,
487
- .mo_openid_tour_btn-group-vertical .mo_openid_tour_btn-group + .mo_openid_tour_btn-group {
488
  margin-left: -1px; }
489
 
490
- .mo_openid_tour_btn-toolbar {
491
  display: flex;
492
  flex-wrap: wrap;
493
  justify-content: flex-start; }
494
- .mo_openid_tour_btn-toolbar .input-group {
495
  width: auto; }
496
 
497
- .mo_openid_tour_btn-group > .mo_openid_tour_btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
498
  border-radius: 0; }
499
 
500
- .mo_openid_tour_btn-group > .mo_openid_tour_btn:first-child {
501
  margin-left: 0; }
502
- .mo_openid_tour_btn-group > .mo_openid_tour_btn:first-child:not(:last-child):not(.dropdown-toggle) {
503
  border-top-right-radius: 0;
504
  border-bottom-right-radius: 0; }
505
 
506
- .mo_openid_tour_btn-group > .mo_openid_tour_btn:last-child:not(:first-child),
507
- .mo_openid_tour_btn-group > .dropdown-toggle:not(:first-child) {
508
  border-top-left-radius: 0;
509
  border-bottom-left-radius: 0; }
510
 
511
- .mo_openid_tour_btn-group > .mo_openid_tour_btn-group {
512
  float: left; }
513
 
514
- .mo_openid_tour_btn-group > .mo_openid_tour_btn-group:not(:first-child):not(:last-child) > .mo_openid_tour_btn {
515
  border-radius: 0; }
516
 
517
- .mo_openid_tour_btn-group > .mo_openid_tour_btn-group:first-child:not(:last-child) > .mo_openid_tour_btn:last-child,
518
- .mo_openid_tour_btn-group > .mo_openid_tour_btn-group:first-child:not(:last-child) > .dropdown-toggle {
519
  border-top-right-radius: 0;
520
  border-bottom-right-radius: 0; }
521
 
522
- .mo_openid_tour_btn-group > .mo_openid_tour_btn-group:last-child:not(:first-child) > .mo_openid_tour_btn:first-child {
523
  border-top-left-radius: 0;
524
  border-bottom-left-radius: 0; }
525
 
526
- .mo_openid_tour_btn + .dropdown-toggle-split {
527
  padding-right: 0.5625rem;
528
  padding-left: 0.5625rem; }
529
- .mo_openid_tour_btn + .dropdown-toggle-split::after {
530
  margin-left: 0; }
531
 
532
- .mo_openid_tour_btn-sm + .dropdown-toggle-split, .mo_openid_tour_btn-group-sm > .mo_openid_tour_btn + .dropdown-toggle-split {
533
  padding-right: 0.375rem;
534
  padding-left: 0.375rem; }
535
 
536
- .mo_openid_tour_btn-lg + .dropdown-toggle-split, .mo_openid_tour_btn-group-lg > .mo_openid_tour_btn + .dropdown-toggle-split {
537
  padding-right: 0.75rem;
538
  padding-left: 0.75rem; }
539
 
540
- .mo_openid_tour_btn-group-vertical {
541
  display: inline-flex;
542
  flex-direction: column;
543
  align-items: flex-start;
544
  justify-content: center; }
545
- .mo_openid_tour_btn-group-vertical .mo_openid_tour_btn,
546
- .mo_openid_tour_btn-group-vertical .mo_openid_tour_btn-group {
547
  width: 100%; }
548
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn + .mo_openid_tour_btn,
549
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn + .mo_openid_tour_btn-group,
550
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group + .mo_openid_tour_btn,
551
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group + .mo_openid_tour_btn-group {
552
  margin-top: -1px;
553
  margin-left: 0; }
554
 
555
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:not(:first-child):not(:last-child) {
556
  border-radius: 0; }
557
 
558
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:first-child:not(:last-child) {
559
  border-bottom-right-radius: 0;
560
  border-bottom-left-radius: 0; }
561
 
562
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:last-child:not(:first-child) {
563
  border-top-left-radius: 0;
564
  border-top-right-radius: 0; }
565
 
566
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group:not(:first-child):not(:last-child) > .mo_openid_tour_btn {
567
  border-radius: 0; }
568
 
569
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group:first-child:not(:last-child) > .mo_openid_tour_btn:last-child,
570
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group:first-child:not(:last-child) > .dropdown-toggle {
571
  border-bottom-right-radius: 0;
572
  border-bottom-left-radius: 0; }
573
 
574
- .mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group:last-child:not(:first-child) > .mo_openid_tour_btn:first-child {
575
  border-top-left-radius: 0;
576
  border-top-right-radius: 0; }
577
 
578
- [data-toggle="buttons"] > .mo_openid_tour_btn input[type="radio"],
579
- [data-toggle="buttons"] > .mo_openid_tour_btn input[type="checkbox"],
580
- [data-toggle="buttons"] > .mo_openid_tour_btn-group > .mo_openid_tour_btn input[type="radio"],
581
- [data-toggle="buttons"] > .mo_openid_tour_btn-group > .btn input[type="checkbox"] {
582
  position: absolute;
583
  clip: rect(0, 0, 0, 0);
584
  pointer-events: none; }
19
  * ========================================================================
20
  */
21
 
22
+ .mo_openid_tour_mo_btn {
23
  display: inline-block;
24
  font-weight: normal;
25
  text-align: center;
32
  line-height: 1.25;
33
  border-radius: 0.25rem;
34
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
35
+ .mo_openid_tour_mo_btn:focus, .mo_openid_tour_mo_btn:hover {
36
  text-decoration: none; }
37
+ .mo_openid_tour_mo_btn:focus, .mo_openid_tour_mo_btn.focus {
38
  outline: 0;
39
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
40
+ .mo_openid_tour_mo_btn.disabled, .mo_openid_tour_mo_btn:disabled {
41
  opacity: .65; }
42
+ .mo_openid_tour_mo_btn:active, .mo_openid_tour_mo_btn.active {
43
  background-image: none; }
44
 
45
+ a.mo_openid_tour_mo_btn.disabled,
46
+ fieldset[disabled] a.mo_openid_tour_mo_btn {
47
  pointer-events: none; }
48
 
49
+ .mo_openid_tour_mo_btn-primary {
50
  color: #fff;
51
  background-color: #007bff;
52
  border-color: #007bff; }
53
+ .mo_openid_tour_mo_btn-primary:hover {
54
  color: #fff;
55
  background-color: #0069d9;
56
  border-color: #0062cc; }
57
+ .mo_openid_tour_mo_btn-primary:focus, .mo_openid_tour_mo_btn-primary.focus {
58
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
59
+ .mo_openid_tour_mo_btn-primary.disabled, .mo_openid_tour_mo_btn-primary:disabled {
60
  background-color: #007bff;
61
  border-color: #007bff; }
62
+ .mo_openid_tour_mo_btn-primary:active, .mo_openid_tour_mo_btn-primary.active,
63
+ .show > .mo_openid_tour_mo_btn-primary.dropdown-toggle {
64
  background-color: #0069d9;
65
  background-image: none;
66
  border-color: #0062cc; }
67
 
68
+ .mo_openid_tour_mo_btn-secondary {
69
  color: #fff;
70
  background-color: #007902;
71
  border-color: #868e96;
72
  }
73
+ .mo_openid_tour_mo_btn_end-secondary {
74
  background: #00A0D2;
75
  border-color: #0073AA;
76
  box-shadow: 0 1px 0 rgba(120, 200, 230, .5) inset, 0 1px 0 rgba(0, 0, 0, .15);
86
  padding: 0 12px;
87
  font-size: 13px
88
  }
89
+ .mo_openid_tour_mo_btn_next-success {
90
  background: #00A0D2;
91
  background-color:#5cb85c;border-color:#4cae4c;
92
  box-shadow: 0 1px 0 rgba(120, 200, 230, .5) inset, 0 1px 0 rgba(0, 0, 0, .15);
102
  padding: 0 12px;
103
  font-size: 13px;
104
  }
105
+ .mo_openid_tour_mo_btn-secondary:hover {
106
  color: #fff;
107
  background-color: #727b84;
108
  border-color: #6c757d; }
109
 
110
+ .mo_openid_tour_mo_btn-secondary:focus, .mo_openid_tour_mo_btn-secondary.focus {
111
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
112
+ .mo_openid_tour_mo_btn-secondary.disabled, .mo_openid_tour_mo_btn-secondary:disabled {
113
  background-color: #868e96;
114
  border-color: #868e96; }
115
+ .mo_openid_tour_mo_btn-secondary:active, .mo_openid_tour_mo_btn-secondary.active,
116
+ .show > .mo_openid_tour_mo_btn-secondary.dropdown-toggle {
117
  background-color: #727b84;
118
  background-image: none;
119
  border-color: #6c757d; }
120
 
121
+ .mo_openid_tour_mo_btn-success {
122
  color: #fff;
123
  background-color: #28a745;
124
  border-color: #28a745; }
125
+ .mo_openid_tour_mo_btn-success:hover {
126
  color: #fff;
127
  background-color: #218838;
128
  border-color: #1e7e34; }
129
+ .mo_openid_tour_mo_btn-success:focus, .mo_openid_tour_mo_btn-success.focus {
130
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
131
+ .mo_openid_tour_mo_btn-success.disabled, .mo_openid_tour_mo_btn-success:disabled {
132
  background-color: #28a745;
133
  border-color: #28a745; }
134
+ .mo_openid_tour_mo_btn-success:active, .mo_openid_tour_mo_btn-success.active,
135
+ .show > .mo_openid_tour_mo_btn-success.dropdown-toggle {
136
  background-color: #218838;
137
  background-image: none;
138
  border-color: #1e7e34; }
139
 
140
+ .mo_openid_tour_mo_btn-info {
141
  color: #fff;
142
  background-color: #17a2b8;
143
  border-color: #17a2b8; }
144
+ .mo_openid_tour_mo_btn-info:hover {
145
  color: #fff;
146
  background-color: #138496;
147
  border-color: #117a8b; }
148
+ .mo_openid_tour_mo_btn-info:focus, .mo_openid_tour_mo_btn-info.focus {
149
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
150
+ .mo_openid_tour_mo_btn-info.disabled, .mo_openid_tour_mo_btn-info:disabled {
151
  background-color: #17a2b8;
152
  border-color: #17a2b8; }
153
+ .mo_openid_tour_mo_btn-info:active, .mo_openid_tour_mo_btn-info.active,
154
+ .show > .mo_openid_tour_mo_btn-info.dropdown-toggle {
155
  background-color: #138496;
156
  background-image: none;
157
  border-color: #117a8b; }
158
 
159
+ .mo_openid_tour_mo_btn-warning {
160
  color: #111;
161
  background-color: #ffc107;
162
  border-color: #ffc107; }
163
+ .mo_openid_tour_mo_btn-warning:hover {
164
  color: #111;
165
  background-color: #e0a800;
166
  border-color: #d39e00; }
167
+ .mo_openid_tour_mo_btn-warning:focus, .mo_openid_tour_mo_btn-warning.focus {
168
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
169
+ .mo_openid_tour_mo_btn-warning.disabled, .mo_openid_tour_mo_btn-warning:disabled {
170
  background-color: #ffc107;
171
  border-color: #ffc107; }
172
+ .mo_openid_tour_mo_btn-warning:active, .mo_openid_tour_mo_btn-warning.active,
173
+ .show > .mo_openid_tour_mo_btn-warning.dropdown-toggle {
174
  background-color: #e0a800;
175
  background-image: none;
176
  border-color: #d39e00; }
177
 
178
+ .mo_openid_tour_mo_btn-danger {
179
  color: #fff;
180
  background-color: #dc3545;
181
  border-color: #dc3545; }
182
+ .mo_openid_tour_mo_btn-danger:hover {
183
  color: #fff;
184
  background-color: #c82333;
185
  border-color: #bd2130; }
186
+ .mo_openid_tour_mo_btn-danger:focus, .mo_openid_tour_mo_btn-danger.focus {
187
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
188
+ .mo_openid_tour_mo_btn-danger.disabled, .mo_openid_tour_mo_btn-danger:disabled {
189
  background-color: #dc3545;
190
  border-color: #dc3545; }
191
+ .mo_openid_tour_mo_btn-danger:active, .mo_openid_tour_mo_btn-danger.active,
192
+ .show > .mo_openid_tour_mo_btn-danger.dropdown-toggle {
193
  background-color: #c82333;
194
  background-image: none;
195
  border-color: #bd2130; }
196
 
197
+ .mo_openid_tour_mo_btn-light {
198
  color: #111;
199
  background-color: #f8f9fa;
200
  border-color: #f8f9fa; }
201
+ .mo_openid_tour_mo_btn-light:hover {
202
  color: #111;
203
  background-color: #e2e6ea;
204
  border-color: #dae0e5; }
205
+ .mo_openid_tour_mo_btn-light:focus, .mo_openid_tour_mo_btn-light.focus {
206
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
207
+ .mo_openid_tour_mo_btn-light.disabled, .mo_openid_tour_mo_btn-light:disabled {
208
  background-color: #f8f9fa;
209
  border-color: #f8f9fa; }
210
+ .mo_openid_tour_mo_btn-light:active, .mo_openid_tour_mo_btn-light.active,
211
+ .show > .mo_openid_tour_mo_btn-light.dropdown-toggle {
212
  background-color: #e2e6ea;
213
  background-image: none;
214
  border-color: #dae0e5; }
215
 
216
+ .mo_openid_tour_mo_btn-dark {
217
  color: #fff;
218
  background-color: #343a40;
219
  border-color: #343a40; }
220
+ .mo_openid_tour_mo_btn-dark:hover {
221
  color: #fff;
222
  background-color: #23272b;
223
  border-color: #1d2124; }
224
+ .mo_openid_tour_mo_btn-dark:focus, .mo_openid_tour_mo_btn-dark.focus {
225
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
226
+ .mo_openid_tour_mo_btn-dark.disabled, .mo_openid_tour_mo_btn-dark:disabled {
227
  background-color: #343a40;
228
  border-color: #343a40; }
229
+ .mo_openid_tour_mo_btn-dark:active, .mo_openid_tour_mo_btn-dark.active,
230
+ .show > .mo_openid_tour_mo_btn-dark.dropdown-toggle {
231
  background-color: #23272b;
232
  background-image: none;
233
  border-color: #1d2124; }
234
 
235
+ .mo_openid_tour_mo_btn-outline-primary {
236
  color: #007bff;
237
  background-color: transparent;
238
  background-image: none;
239
  border-color: #007bff; }
240
+ .mo_openid_tour_mo_btn-outline-primary:hover {
241
  color: #fff;
242
  background-color: #007bff;
243
  border-color: #007bff; }
244
+ .mo_openid_tour_mo_btn-outline-primary:focus, .mo_openid_tour_mo_btn-outline-primary.focus {
245
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
246
+ .mo_openid_tour_mo_btn-outline-primary.disabled, .mo_openid_tour_mo_btn-outline-primary:disabled {
247
  color: #007bff;
248
  background-color: transparent; }
249
+ .mo_openid_tour_mo_btn-outline-primary:active, .mo_openid_tour_mo_btn-outline-primary.active,
250
+ .show > .mo_openid_tour_mo_btn-outline-primary.dropdown-toggle {
251
  color: #fff;
252
  background-color: #007bff;
253
  border-color: #007bff; }
254
 
255
+ .mo_openid_tour_mo_btn-outline-secondary {
256
  color: #868e96;
257
  background-color: transparent;
258
  background-image: none;
259
  border-color: #868e96; }
260
+ .mo_openid_tour_mo_btn-outline-secondary:hover {
261
  color: #fff;
262
  background-color: #868e96;
263
  border-color: #868e96; }
264
+ .mo_openid_tour_mo_btn-outline-secondary:focus, .mo_openid_tour_mo_btn-outline-secondary.focus {
265
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
266
+ .mo_openid_tour_mo_btn-outline-secondary.disabled, .mo_openid_tour_mo_btn-outline-secondary:disabled {
267
  color: #868e96;
268
  background-color: transparent; }
269
+ .mo_openid_tour_mo_btn-outline-secondary:active, .mo_openid_tour_mo_btn-outline-secondary.active,
270
+ .show > .mo_openid_tour_mo_btn-outline-secondary.dropdown-toggle {
271
  color: #fff;
272
  background-color: #868e96;
273
  border-color: #868e96; }
274
 
275
+ .mo_openid_tour_mo_btn-outline-success {
276
  color: #28a745;
277
  background-color: transparent;
278
  background-image: none;
279
  border-color: #28a745; }
280
+ .mo_openid_tour_mo_btn-outline-success:hover {
281
  color: #fff;
282
  background-color: #28a745;
283
  border-color: #28a745; }
284
+ .mo_openid_tour_mo_btn-outline-success:focus, .mo_openid_tour_mo_btn-outline-success.focus {
285
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
286
+ .mo_openid_tour_mo_btn-outline-success.disabled, .mo_openid_tour_mo_btn-outline-success:disabled {
287
  color: #28a745;
288
  background-color: transparent; }
289
+ .mo_openid_tour_mo_btn-outline-success:active, .mo_openid_tour_mo_btn-outline-success.active,
290
+ .show > .mo_openid_tour_mo_btn-outline-success.dropdown-toggle {
291
  color: #fff;
292
  background-color: #28a745;
293
  border-color: #28a745; }
294
 
295
+ .mo_openid_tour_mo_btn-outline-info {
296
  color: #17a2b8;
297
  background-color: transparent;
298
  background-image: none;
299
  border-color: #17a2b8; }
300
+ .mo_openid_tour_mo_btn-outline-info:hover {
301
  color: #fff;
302
  background-color: #17a2b8;
303
  border-color: #17a2b8; }
304
+ .mo_openid_tour_mo_btn-outline-info:focus, .mo_openid_tour_mo_btn-outline-info.focus {
305
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
306
+ .mo_openid_tour_mo_btn-outline-info.disabled, .mo_openid_tour_mo_btn-outline-info:disabled {
307
  color: #17a2b8;
308
  background-color: transparent; }
309
+ .mo_openid_tour_mo_btn-outline-info:active, .mo_openid_tour_mo_btn-outline-info.active,
310
+ .show > .mo_openid_tour_mo_btn-outline-info.dropdown-toggle {
311
  color: #fff;
312
  background-color: #17a2b8;
313
  border-color: #17a2b8; }
314
 
315
+ .mo_openid_tour_mo_btn-outline-warning {
316
  color: #ffc107;
317
  background-color: transparent;
318
  background-image: none;
319
  border-color: #ffc107; }
320
+ .mo_openid_tour_mo_btn-outline-warning:hover {
321
  color: #fff;
322
  background-color: #ffc107;
323
  border-color: #ffc107; }
324
+ .mo_openid_tour_mo_btn-outline-warning:focus, .mo_openid_tour_mo_btn-outline-warning.focus {
325
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
326
+ .mo_openid_tour_mo_btn-outline-warning.disabled, .mo_openid_tour_mo_btn-outline-warning:disabled {
327
  color: #ffc107;
328
  background-color: transparent; }
329
+ .mo_openid_tour_mo_btn-outline-warning:active, .mo_openid_tour_mo_btn-outline-warning.active,
330
+ .show > .mo_openid_tour_mo_btn-outline-warning.dropdown-toggle {
331
  color: #fff;
332
  background-color: #ffc107;
333
  border-color: #ffc107; }
334
 
335
+ .mo_openid_tour_mo_btn-outline-danger {
336
  color: #dc3545;
337
  background-color: transparent;
338
  background-image: none;
339
  border-color: #dc3545; }
340
+ .mo_openid_tour_mo_btn-outline-danger:hover {
341
  color: #fff;
342
  background-color: #dc3545;
343
  border-color: #dc3545; }
344
+ .mo_openid_tour_mo_btn-outline-danger:focus, .mo_openid_tour_mo_btn-outline-danger.focus {
345
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
346
+ .mo_openid_tour_mo_btn-outline-danger.disabled, .mo_openid_tour_mo_btn-outline-danger:disabled {
347
  color: #dc3545;
348
  background-color: transparent; }
349
+ .mo_openid_tour_mo_btn-outline-danger:active, .mo_openid_tour_mo_btn-outline-danger.active,
350
+ .show > .mo_openid_tour_mo_btn-outline-danger.dropdown-toggle {
351
  color: #fff;
352
  background-color: #dc3545;
353
  border-color: #dc3545; }
354
 
355
+ .mo_openid_tour_mo_btn-outline-light {
356
  color: #f8f9fa;
357
  background-color: transparent;
358
  background-image: none;
359
  border-color: #f8f9fa; }
360
+ .mo_openid_tour_mo_btn-outline-light:hover {
361
  color: #fff;
362
  background-color: #f8f9fa;
363
  border-color: #f8f9fa; }
364
+ .mo_openid_tour_mo_btn-outline-light:focus, .mo_openid_tour_mo_btn-outline-light.focus {
365
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
366
+ .mo_openid_tour_mo_btn-outline-light.disabled, .mo_openid_tour_mo_btn-outline-light:disabled {
367
  color: #f8f9fa;
368
  background-color: transparent; }
369
+ .mo_openid_tour_mo_btn-outline-light:active, .mo_openid_tour_mo_btn-outline-light.active,
370
+ .show > .mo_openid_tour_mo_btn-outline-light.dropdown-toggle {
371
  color: #fff;
372
  background-color: #f8f9fa;
373
  border-color: #f8f9fa; }
374
 
375
+ .mo_openid_tour_mo_btn-outline-dark {
376
  color: #343a40;
377
  background-color: transparent;
378
  background-image: none;
379
  border-color: #343a40; }
380
+ .mo_openid_tour_mo_btn-outline-dark:hover {
381
  color: #fff;
382
  background-color: #343a40;
383
  border-color: #343a40; }
384
+ .mo_openid_tour_mo_btn-outline-dark:focus, .mo_openid_tour_mo_btn-outline-dark.focus {
385
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
386
+ .mo_openid_tour_mo_btn-outline-dark.disabled, .mo_openid_tour_mo_btn-outline-dark:disabled {
387
  color: #343a40;
388
  background-color: transparent; }
389
+ .mo_openid_tour_mo_btn-outline-dark:active, .mo_openid_tour_mo_btn-outline-dark.active,
390
+ .show > .mo_openid_tour_mo_btn-outline-dark.dropdown-toggle {
391
  color: #fff;
392
  background-color: #343a40;
393
  border-color: #343a40; }
394
 
395
+ .mo_openid_tour_mo_btn-link {
396
  font-weight: normal;
397
  color: #007bff;
398
  border-radius: 0; }
399
+ .mo_openid_tour_mo_btn-link, .mo_openid_tour_mo_btn-link:active, .mo_openid_tour_mo_btn-link.active, .mo_openid_tour_mo_btn-link:disabled {
400
  background-color: transparent; }
401
+ .mo_openid_tour_mo_btn-link, .mo_openid_tour_mo_btn-link:focus, .mo_openid_tour_mo_btn-link:active {
402
  border-color: transparent;
403
  box-shadow: none; }
404
+ .mo_openid_tour_mo_btn-link:hover {
405
  border-color: transparent; }
406
+ .mo_openid_tour_mo_btn-link:focus, .mo_openid_tour_mo_btn-link:hover {
407
  color: #0056b3;
408
  text-decoration: underline;
409
  background-color: transparent; }
410
+ .mo_openid_tour_mo_btn-link:disabled {
411
  color: #868e96; }
412
+ .mo_openid_tour_mo_btn-link:disabled:focus, .mo_openid_tour_mo_btn-link:disabled:hover {
413
  text-decoration: none; }
414
 
415
+ .mo_openid_tour_mo_btn-lg, .mo_openid_tour_mo_btn-group-lg > .mo_openid_tour_mo_btn {
416
  padding: 0.5rem 1rem;
417
  font-size: 1.25rem;
418
  line-height: 1.5;
419
  border-radius: 0.3rem; }
420
 
421
+ .mo_openid_tour_mo_btn-sm, .mo_openid_tour_mo_btn-group-sm > .mo_openid_tour_mo_btn {
422
  padding: 0.25rem 0.5rem;
423
  font-size: 1rem;
424
  line-height: 1.5;
425
  border-radius: 0.2rem; }
426
 
427
+ .mo_openid_tour_mo_btn-block {
428
  display: block;
429
  width: 100%; }
430
 
431
+ .mo_openid_tour_mo_btn-block + .mo_openid_tour_mo_btn-block {
432
  margin-top: 0.5rem; }
433
 
434
+ input[type="submit"].mo_openid_tour_mo_btn-block,
435
+ input[type="reset"].mo_openid_tour_mo_btn-block,
436
+ input[type="button"].mo_openid_tour_mo_btn-block {
437
  width: 100%; }
438
 
439
  .fade {
459
  overflow: hidden;
460
  transition: height 0.35s ease; }
461
 
462
+ .mo_openid_tour_mo_btn-group,
463
+ .mo_openid_tour_mo_btn-group-vertical {
464
  position: relative;
465
  display: inline-flex;
466
  vertical-align: middle; }
467
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn,
468
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn {
469
  position: relative;
470
  flex: 0 1 auto;
471
  margin-bottom: 0; }
472
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn:hover,
473
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn:hover {
474
  z-index: 2; }
475
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn:focus, .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn:active, .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn.active,
476
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn:focus,
477
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn:active,
478
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn.active {
479
  z-index: 2; }
480
+ .mo_openid_tour_mo_btn-group .mo_openid_tour_mo_btn + .mo_openid_tour_mo_btn,
481
+ .mo_openid_tour_mo_btn-group .mo_openid_tour_mo_btn + .mo_openid_tour_mo_btn-group,
482
+ .mo_openid_tour_mo_btn-group .mo_openid_tour_mo_btn-group + .mo_openid_tour_mo_btn,
483
+ .mo_openid_tour_mo_btn-group .mo_openid_tour_mo_btn-group + .mo_openid_tour_mo_btn-group,
484
+ .mo_openid_tour_mo_btn-group-vertical .mo_openid_tour_mo_btn + .mo_openid_tour_mo_btn,
485
+ .mo_openid_tour_mo_btn-group-vertical .mo_openid_tour_mo_btn + .mo_openid_tour_mo_btn-group,
486
+ .mo_openid_tour_mo_btn-group-vertical .mo_openid_tour_mo_btn-group + .mo_openid_tour_mo_btn,
487
+ .mo_openid_tour_mo_btn-group-vertical .mo_openid_tour_mo_btn-group + .mo_openid_tour_mo_btn-group {
488
  margin-left: -1px; }
489
 
490
+ .mo_openid_tour_mo_btn-toolbar {
491
  display: flex;
492
  flex-wrap: wrap;
493
  justify-content: flex-start; }
494
+ .mo_openid_tour_mo_btn-toolbar .input-group {
495
  width: auto; }
496
 
497
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
498
  border-radius: 0; }
499
 
500
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn:first-child {
501
  margin-left: 0; }
502
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn:first-child:not(:last-child):not(.dropdown-toggle) {
503
  border-top-right-radius: 0;
504
  border-bottom-right-radius: 0; }
505
 
506
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn:last-child:not(:first-child),
507
+ .mo_openid_tour_mo_btn-group > .dropdown-toggle:not(:first-child) {
508
  border-top-left-radius: 0;
509
  border-bottom-left-radius: 0; }
510
 
511
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn-group {
512
  float: left; }
513
 
514
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn-group:not(:first-child):not(:last-child) > .mo_openid_tour_mo_btn {
515
  border-radius: 0; }
516
 
517
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn-group:first-child:not(:last-child) > .mo_openid_tour_mo_btn:last-child,
518
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn-group:first-child:not(:last-child) > .dropdown-toggle {
519
  border-top-right-radius: 0;
520
  border-bottom-right-radius: 0; }
521
 
522
+ .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn-group:last-child:not(:first-child) > .mo_openid_tour_mo_btn:first-child {
523
  border-top-left-radius: 0;
524
  border-bottom-left-radius: 0; }
525
 
526
+ .mo_openid_tour_mo_btn + .dropdown-toggle-split {
527
  padding-right: 0.5625rem;
528
  padding-left: 0.5625rem; }
529
+ .mo_openid_tour_mo_btn + .dropdown-toggle-split::after {
530
  margin-left: 0; }
531
 
532
+ .mo_openid_tour_mo_btn-sm + .dropdown-toggle-split, .mo_openid_tour_mo_btn-group-sm > .mo_openid_tour_mo_btn + .dropdown-toggle-split {
533
  padding-right: 0.375rem;
534
  padding-left: 0.375rem; }
535
 
536
+ .mo_openid_tour_mo_btn-lg + .dropdown-toggle-split, .mo_openid_tour_mo_btn-group-lg > .mo_openid_tour_mo_btn + .dropdown-toggle-split {
537
  padding-right: 0.75rem;
538
  padding-left: 0.75rem; }
539
 
540
+ .mo_openid_tour_mo_btn-group-vertical {
541
  display: inline-flex;
542
  flex-direction: column;
543
  align-items: flex-start;
544
  justify-content: center; }
545
+ .mo_openid_tour_mo_btn-group-vertical .mo_openid_tour_mo_btn,
546
+ .mo_openid_tour_mo_btn-group-vertical .mo_openid_tour_mo_btn-group {
547
  width: 100%; }
548
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn + .mo_openid_tour_mo_btn,
549
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn + .mo_openid_tour_mo_btn-group,
550
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn-group + .mo_openid_tour_mo_btn,
551
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn-group + .mo_openid_tour_mo_btn-group {
552
  margin-top: -1px;
553
  margin-left: 0; }
554
 
555
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn:not(:first-child):not(:last-child) {
556
  border-radius: 0; }
557
 
558
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn:first-child:not(:last-child) {
559
  border-bottom-right-radius: 0;
560
  border-bottom-left-radius: 0; }
561
 
562
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn:last-child:not(:first-child) {
563
  border-top-left-radius: 0;
564
  border-top-right-radius: 0; }
565
 
566
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn-group:not(:first-child):not(:last-child) > .mo_openid_tour_mo_btn {
567
  border-radius: 0; }
568
 
569
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn-group:first-child:not(:last-child) > .mo_openid_tour_mo_btn:last-child,
570
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn-group:first-child:not(:last-child) > .dropdown-toggle {
571
  border-bottom-right-radius: 0;
572
  border-bottom-left-radius: 0; }
573
 
574
+ .mo_openid_tour_mo_btn-group-vertical > .mo_openid_tour_mo_btn-group:last-child:not(:first-child) > .mo_openid_tour_mo_btn:first-child {
575
  border-top-left-radius: 0;
576
  border-top-right-radius: 0; }
577
 
578
+ [data-toggle="buttons"] > .mo_openid_tour_mo_btn input[type="radio"],
579
+ [data-toggle="buttons"] > .mo_openid_tour_mo_btn input[type="checkbox"],
580
+ [data-toggle="buttons"] > .mo_openid_tour_mo_btn-group > .mo_openid_tour_mo_btn input[type="radio"],
581
+ [data-toggle="buttons"] > .mo_openid_tour_mo_btn-group > .mo_btn input[type="checkbox"] {
582
  position: absolute;
583
  clip: rect(0, 0, 0, 0);
584
  pointer-events: none; }
includes/css/mo_openid_licensing_plan.css ADDED
@@ -0,0 +1,583 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Newly Added for Licensing Plan*/
2
+
3
+ .mo_openid-check-tooltip {
4
+ position: relative;
5
+ display: inline-block;
6
+ padding: 0px 8px 5px 8px;
7
+ margin: -10px 0;
8
+ cursor: pointer;
9
+ }
10
+ .mo_openid-quote .mo_openid-check-tooltip:hover .mo_openid-info, .mo_openid-quote .mo_openid-check-tooltip:focus .mo_openid-info {
11
+ visibility: visible;
12
+ opacity: 1;
13
+ -webkit-transform: translate3d(0, 0, 0);
14
+ transform: translate3d(0, 0, 0);
15
+ }
16
+ .mo_openid-quote .mo_openid-check-tooltip .mo_openid-info {
17
+ box-sizing: border-box;
18
+ position: absolute;
19
+ top: -15px;
20
+ left: 105%;
21
+ display: block;
22
+ background: #ffffff;
23
+ width: 300px;
24
+ font-size: 16px;
25
+ line-height: 24px;
26
+ cursor: text;
27
+ visibility: hidden;
28
+ opacity: 0;
29
+ transition: all .5s ease-out;
30
+ }
31
+
32
+ .mo_openid-quote .mo_openid-check-tooltip .mo_openid-info .mo_openid-pronounce {
33
+ display: block;
34
+ background: #e97d68;
35
+ color: #ffffff;
36
+ padding: 8px 17px 10px 17px;
37
+ line-height: 16px;
38
+ border-radius: 8px 8px 0px 0px;
39
+ }
40
+
41
+ .mo_openid-quote .mo_openid-check-tooltip .mo_openid-info .mo_openid-text {
42
+ display: block;
43
+ padding: 13px 17px;
44
+ }
45
+
46
+ .mo-openid-tab-content {
47
+ margin-left: 0%!important;
48
+ margin-top: 0%!important;
49
+
50
+ }
51
+ .mo-openid-tab-content>.active {
52
+ width: 100% !important;
53
+ }
54
+
55
+ .mo-openid-cd-pricing-container {
56
+ width: 100%;
57
+ max-width: 1460px;
58
+ margin: 4em auto;
59
+ }
60
+ @media only screen and (min-width: 768px) {
61
+ .mo-openid-cd-pricing-container {
62
+ margin: auto;
63
+ }
64
+ .mo-openid-cd-pricing-container.cd-full-width {
65
+ width: 100%;
66
+ max-width: none;
67
+ }
68
+ }
69
+
70
+ .mo-open-id-cd-pricing-switcher {
71
+ text-align: center;
72
+ }
73
+ .mo-open-id-cd-pricing-switcher .mo-open-id-fieldset {
74
+ display: inline-block;
75
+ position: relative;
76
+ border-radius: 50em;
77
+ border: 1px solid #e97d68;
78
+ }
79
+ .mo-open-id-cd-pricing-switcher input[type="radio"] {
80
+ position: absolute;
81
+ opacity: 0;
82
+ }
83
+ .mo-open-id-cd-pricing-switcher label {
84
+ position: relative;
85
+ z-index: 1;
86
+ display: inline-block;
87
+ float: left;
88
+ width: 160px;
89
+ height: 40px;
90
+ line-height: 40px;
91
+ cursor: pointer;
92
+ font-size: 1.4rem;
93
+ color: #FFFFFF;
94
+ font-size:18px;
95
+ }
96
+
97
+ .mo-open-id-cd-pricing-switcher .mo-open-id-cd-switch {
98
+ /* floating background */
99
+ position: absolute;
100
+ top: 2px;
101
+ left: 2px;
102
+ height: 36px;
103
+ width: 162px;
104
+ background-color: black;
105
+ border-radius: 50em;
106
+ -webkit-transition: -webkit-transform 0.5s;
107
+ -moz-transition: -moz-transform 0.5s;
108
+ transition: transform 0.5s;
109
+ }
110
+
111
+ .mo-open-id-cd-pricing-switcher .mo-open-id-cd-switch-2 {
112
+ /* floating background */
113
+ position: absolute;
114
+ top: 2px;
115
+ left: 2px;
116
+ height: 36px;
117
+ width: 162px;
118
+ background-color: black;
119
+ border-radius: 50em;
120
+ -webkit-transition: -webkit-transform 0.5s;
121
+ -moz-transition: -moz-transform 0.5s;
122
+ transition: transform 0.5s;
123
+ }
124
+
125
+ html {
126
+ font-size: 62.5%;
127
+ }
128
+
129
+ html * {
130
+ -webkit-font-smoothing: antialiased;
131
+ -moz-osx-font-smoothing: grayscale;
132
+ }
133
+
134
+ .mo-open-id-cd-pricing-switcher input[type="radio"]:checked + label + .mo-open-id-cd-switch,
135
+ .mo-open-id-cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .mo-open-id-cd-switch {
136
+ /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
137
+ -webkit-transform: translateX(155px);
138
+ -moz-transform: translateX(155px);
139
+ -ms-transform: translateX(155px);
140
+ -o-transform: translateX(155px);
141
+ transform: translateX(155px);
142
+ }
143
+
144
+ .mo-open-id-cd-pricing-switcher input[type="radio"]:checked + label + .mo-open-id-cd-switch-2 {
145
+ /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
146
+ -webkit-transform: translateX(310px);
147
+ -moz-transform: translateX(310px);
148
+ -ms-transform: translateX(310px);
149
+ -o-transform: translateX(310px);
150
+ transform: translateX(310px);
151
+ }
152
+
153
+ .mo-openid-cd-pricing-list {
154
+ margin: 2em 0 0;
155
+ /*transform-style: preserve-3d;*/
156
+ transition: transform 1s;
157
+ }
158
+ .mo-openid-cd-pricing-list > li {
159
+ position: relative;
160
+ margin-bottom: 1em;
161
+ }
162
+ @media only screen and (min-width: 768px) {
163
+ .mo-openid-cd-pricing-list {
164
+ margin: 3em 0 0;
165
+ }
166
+ .mo-openid-cd-pricing-list:after {
167
+ content: "";
168
+ display: table;
169
+ clear: both;
170
+ }
171
+ .mo-openid-cd-pricing-list > li {
172
+ width: 35.3333333333%;
173
+ float: left;
174
+ }
175
+ .mo-openid-cd-has-margins .mo-openid-cd-pricing-list > li {
176
+ width:23.6%;
177
+ float: left;
178
+ margin-right: 1.5%;
179
+ }
180
+ .mo-openid-cd-has-margins .mo-openid-cd-pricing-list > li:last-of-type {
181
+ margin-right: 0;
182
+ }
183
+ }
184
+
185
+ .mo-openid-cd-pricing-wrapper {
186
+ /* this is the item that rotates */
187
+ overflow: show;
188
+ position: relative;
189
+ transform-style: preserve-3d;
190
+ transition: transform 1s;
191
+ }
192
+
193
+ .mo-openid-cd-pricing-wrapper > li {
194
+ background-color: #FFFFFF;
195
+ -webkit-backface-visibility: hidden;
196
+ backface-visibility: hidden;
197
+ /* Firefox bug - 3D CSS transform, jagged edges */
198
+ outline: 1px solid transparent;
199
+ }
200
+ .mo-openid-cd-pricing-wrapper > li::after {
201
+ /* subtle gradient layer on the right - to indicate it's possible to scroll */
202
+ content: '';
203
+ position: absolute;
204
+ top: 0;
205
+ right: 0;
206
+ height: 100%;
207
+ width: 50px;
208
+ pointer-events: none;
209
+ background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
210
+ background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
211
+ }
212
+ .mo-openid-cd-pricing-wrapper > li.is-ended::after {
213
+ /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
214
+ display: none;
215
+ }
216
+ .mo-openid-cd-pricing-wrapper .is-visible {
217
+ /* the front item, visible by default */
218
+ position: relative;
219
+ background-color: #f2f5f8;
220
+ }
221
+ .mo-openid-cd-pricing-wrapper .is-hidden {
222
+ /* the hidden items, right behind the front one */
223
+ position: absolute;
224
+ top: 0;
225
+ left: 0;
226
+ height: 100%;
227
+ width: 100%;
228
+ z-index: 1;
229
+ -webkit-transform: rotateY(180deg);
230
+ -moz-transform: rotateY(180deg);
231
+ -ms-transform: rotateY(180deg);
232
+ -o-transform: rotateY(180deg);
233
+ transform: rotateY(180deg);
234
+ }
235
+ .mo-openid-cd-pricing-wrapper .is-selected {
236
+ /* the next item that will be visible */
237
+ z-index: 3 !important;
238
+ }
239
+ @media only screen and (min-width: 768px) {
240
+ .mo-openid-cd-pricing-wrapper > li::before {
241
+ /* separator between pricing tables - visible when number of tables > 3 */
242
+ content: '';
243
+ position: absolute;
244
+ z-index: 6;
245
+ left: -1px;
246
+ top: 50%;
247
+ bottom: auto;
248
+ -webkit-transform: translateY(-50%);
249
+ -moz-transform: translateY(-50%);
250
+ -ms-transform: translateY(-50%);
251
+ -o-transform: translateY(-50%);
252
+ transform: translateY(-50%);
253
+ height: 50%;
254
+ width: 1px;
255
+ background-color: #b1d6e8;
256
+ }
257
+ .mo-openid-cd-pricing-wrapper > li::after {
258
+ /* hide gradient layer */
259
+ display: none;
260
+ }
261
+ .mo-openid-cd-popular .mo-openid-cd-pricing-wrapper > li {
262
+ box-shadow: inset 0 0 0 3px #e97d68;
263
+ }
264
+ .mo-openid-cd-has-margins .mo-openid-cd-pricing-wrapper > li, .mo-openid-cd-has-margins .mo-openid-cd-popular .mo-openid-cd-pricing-wrapper > li {
265
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
266
+ }
267
+ .cd-secondary-theme .mo-openid-cd-pricing-wrapper > li {
268
+ background: #3aa0d1;
269
+ background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
270
+ background: linear-gradient(to top, #3aa0d1, #3ad2d1);
271
+ }
272
+ .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-pricing-wrapper > li {
273
+ background: #e97d68;
274
+ background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
275
+ background: linear-gradient(to top, #e97d68, #e99b68);
276
+ box-shadow: none;
277
+ }
278
+ :nth-of-type(1) > .mo-openid-cd-pricing-wrapper > li::before {
279
+ /* hide table separator for the first table */
280
+ display: none;
281
+ }
282
+ .mo-openid-cd-has-margins .mo-openid-cd-pricing-wrapper > li {
283
+ border-radius: 4px 4px 6px 6px;
284
+ }
285
+ .mo-openid-cd-has-margins .mo-openid-cd-pricing-wrapper > li::before {
286
+ display: none;
287
+ }
288
+ }
289
+ @media only screen and (min-width: 1500px) {
290
+ .cd-full-width .mo-openid-cd-pricing-wrapper > li {
291
+ padding: 2.5em 0;
292
+ }
293
+ }
294
+
295
+ @media only screen and (min-width: 768px) {
296
+ .mo-openid-cd-popular .mo-openid-cd-pricing-wrapper > li::before {
297
+ /* hide table separator for .mo-openid-cd-popular table */
298
+ display: none;
299
+ }
300
+
301
+ .mo-openid-cd-popular + li .mo-openid-cd-pricing-wrapper > li::before {
302
+ /* hide table separator for tables following .mo-openid-cd-popular table */
303
+ display: none;
304
+ }
305
+ }
306
+
307
+ .mo-openid-cd-pricing-header {
308
+ position: relative;
309
+
310
+ height: 80px;
311
+ padding: 1em;
312
+ pointer-events: none;
313
+ background-color: #3aa0d1;
314
+ color: #FFFFFF;
315
+ }
316
+ .mo-openid-cd-pricing-header h2 {
317
+ margin-bottom: 3px;
318
+ font-weight: 700;
319
+ text-transform: uppercase;
320
+ }
321
+ .mo-openid-cd-popular .mo-openid-cd-pricing-header {
322
+ background-color: #e97d68;
323
+ }
324
+ @media only screen and (min-width: 768px) {
325
+ .mo-openid-cd-pricing-header {
326
+ height: 200px;
327
+ padding: 1.9em 0.9em 1.6em;
328
+ pointer-events: auto;
329
+ text-align: center;
330
+ color: #2f6062;
331
+ background-color: transparent;
332
+ }
333
+ .mo-openid-cd-popular .mo-openid-cd-pricing-header {
334
+ color: #e97d68;
335
+ background-color: transparent;
336
+ }
337
+ .cd-secondary-theme .mo-openid-cd-pricing-header {
338
+ color: #FFFFFF;
339
+ }
340
+ .mo-openid-cd-pricing-header h2 {
341
+ font-size: 1.8rem;
342
+ letter-spacing: 2px;
343
+ }
344
+ }
345
+
346
+ .mo-openid-cd-currency, .mo-openid-cd-value {
347
+ font-size: 4rem;
348
+ font-weight: 300;
349
+ }
350
+
351
+ .mo-openid-cd-duration {
352
+ font-weight: 800;
353
+ font-size: 1.3rem;
354
+ color: #8dc8e4;
355
+ text-transform: uppercase;
356
+ }
357
+ .mo-openid-cd-popular .mo-openid-cd-duration {
358
+ color: #f3b6ab;
359
+ }
360
+ .mo-openid-cd-duration::before {
361
+ content: '/';
362
+ margin-right: 2px;
363
+ }
364
+
365
+ @media only screen and (min-width: 768px) {
366
+ .mo-openid-cd-value {
367
+ font-size: 4rem;
368
+ font-weight: 300;
369
+ }
370
+
371
+ .mo-openid-cd-currency, .mo-openid-cd-duration {
372
+ color: rgba(23, 61, 80, 0.4);
373
+ }
374
+ .mo-openid-cd-popular .mo-openid-cd-currency, .mo-openid-cd-popular .mo-openid-cd-duration {
375
+ color: #e97d68;
376
+ }
377
+ .cd-secondary-theme .mo-openid-cd-currency, .cd-secondary-theme .mo-openid-cd-duration {
378
+ color: #2e80a7;
379
+ }
380
+ .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-currency, .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-duration {
381
+ color: #ba6453;
382
+ }
383
+
384
+ .mo-openid-cd-currency {
385
+ display: inline-block;
386
+ margin-top: 10px;
387
+ vertical-align: top;
388
+ font-size: 2rem;
389
+ font-weight: 700;
390
+ }
391
+
392
+ .mo-openid-cd-duration {
393
+ font-size: 1.4rem;
394
+ }
395
+ }
396
+ .mo-openid-cd-pricing-body {
397
+ overflow-x: auto;
398
+ -webkit-overflow-scrolling: touch;
399
+ }
400
+ .is-switched .mo-openid-cd-pricing-body {
401
+ /* fix a bug on Chrome Android */
402
+ overflow: hidden;
403
+ }
404
+ @media only screen and (min-width: 768px) {
405
+ .mo-openid-cd-pricing-body {
406
+ overflow-x: visible;
407
+ }
408
+ }
409
+
410
+ .mo-openid-cd-pricing-features {
411
+ width: 600px;
412
+ }
413
+ .mo-openid-cd-pricing-features:after {
414
+ content: "";
415
+ display: table;
416
+ clear: both;
417
+ }
418
+ .mo-openid-cd-pricing-features li {
419
+ width: 100px;
420
+ float: left;
421
+ padding: 1.6em 1em;
422
+ font-size: 1.4rem;
423
+ text-align: center;
424
+ white-space: initial;
425
+
426
+ line-height:1.4em;
427
+
428
+ text-overflow: ellipsis;
429
+ color: black;
430
+ overflow-wrap: break-word;
431
+ margin: 0 !important;
432
+
433
+ }
434
+ .mo-openid-cd-pricing-features em {
435
+ display: block;
436
+ margin-bottom: 5px;
437
+ font-weight: 600;
438
+ color: black;
439
+ }
440
+ @media only screen and (min-width: 768px) {
441
+ .mo-openid-cd-pricing-features {
442
+ width: auto;
443
+ word-wrap: break-word;
444
+ }
445
+ .mo-openid-cd-pricing-features li {
446
+ float: none;
447
+ width: auto;
448
+ padding: 0.7em;
449
+ word-wrap: break-word;
450
+ font-size:1.3em;
451
+ }
452
+ .mo-openid-cd-popular .mo-openid-cd-pricing-features li {
453
+ margin: 0 3px;
454
+ }
455
+ .mo-openid-cd-pricing-features li:nth-of-type(2n+1) {
456
+ background-color: rgba(23, 61, 80, 0.06);
457
+ }
458
+ .mo-openid-cd-pricing-features em {
459
+ display: inline-block;
460
+ margin-bottom: 0;
461
+ word-wrap: break-word;
462
+ }
463
+ .mo-openid-cd-has-margins .mo-openid-cd-popular .mo-openid-cd-pricing-features li, .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-pricing-features li {
464
+ margin: 0;
465
+ }
466
+ .cd-secondary-theme .mo-openid-cd-pricing-features li {
467
+ color: #FFFFFF;
468
+ }
469
+ .cd-secondary-theme .mo-openid-cd-pricing-features li:nth-of-type(2n+1) {
470
+ background-color: transparent;
471
+ }
472
+ }
473
+
474
+ .mo-openid-cd-pricing-footer {
475
+ position: absolute;
476
+ z-index: 1;
477
+ top: 0;
478
+ left: 0;
479
+ /* on mobile it covers the .cd-pricing-header */
480
+ height: 80px;
481
+ width: 100%;
482
+ }
483
+ .mo-openid-cd-pricing-footer::after {
484
+ /* right arrow visible on mobile */
485
+ content: '';
486
+ position: absolute;
487
+ right: 1em;
488
+ top: 50%;
489
+ bottom: auto;
490
+ -webkit-transform: translateY(-50%);
491
+ -moz-transform: translateY(-50%);
492
+ -ms-transform: translateY(-50%);
493
+ -o-transform: translateY(-50%);
494
+ transform: translateY(-50%);
495
+ height: 20px;
496
+ width: 20px;
497
+ background: url(../img/cd-icon-small-arrow.svg);
498
+ }
499
+ @media only screen and (min-width: 768px) {
500
+ .mo-openid-cd-pricing-footer {
501
+ position: relative;
502
+ height: auto;
503
+ padding: 1.8em 0;
504
+ text-align: center;
505
+ }
506
+ .mo-openid-cd-pricing-footer::after {
507
+ /* hide arrow */
508
+ display: none;
509
+ }
510
+ .mo-openid-cd-has-margins .mo-openid-cd-pricing-footer {
511
+ padding-bottom: 0;
512
+ }
513
+ }
514
+
515
+ .mo-openid-cd-select {
516
+ position: relative;
517
+ z-index: 1;
518
+ display: block;
519
+ height: 100%;
520
+ /* hide button text on mobile */
521
+ overflow: hidden;
522
+ text-indent: 100%;
523
+ white-space: nowrap;
524
+ color: transparent;
525
+ }
526
+ @media only screen and (min-width: 768px) {
527
+ .mo-openid-cd-select {
528
+ position: static;
529
+ display: inline-block;
530
+ height: auto;
531
+ padding: 1.3em 3em;
532
+ color: #FFFFFF;
533
+ border-radius: 2px;
534
+ background-color: #0c1f28;
535
+ font-size: 1.4rem;
536
+ text-indent: 0;
537
+ text-transform: uppercase;
538
+ letter-spacing: 2px;
539
+ text-decoration: none;
540
+ }
541
+
542
+ .mo-openid-cd-popular .mo-openid-cd-select {
543
+ background-color: #e97d68;
544
+ }
545
+
546
+ .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-select {
547
+ background-color: #0c1f28;
548
+ }
549
+
550
+ .mo-openid-cd-has-margins .mo-openid-cd-select {
551
+ display: block;
552
+ padding: 1.7em 0;
553
+ border-radius: 0 0 4px 4px;
554
+ }
555
+ }
556
+
557
+
558
+ #col1.flipped {
559
+ transform: rotateY( 360deg);
560
+ }
561
+ #col2.flipped {
562
+ transform: rotateY( 360deg);
563
+ }
564
+ #col3.flipped {
565
+ transform: rotateY( 360deg);
566
+ }
567
+ #col4.flipped {
568
+ transform: rotateY( 360deg);
569
+ }
570
+ #allfeature:hover{
571
+ color: #0d6aad;
572
+ cursor: pointer ;
573
+ }
574
+
575
+ .mo-openid-cd-pricing-wrapper {
576
+ /* this is the item that rotates */
577
+ overflow: show;
578
+ position: relative;
579
+ transform-style: preserve-3d;
580
+ transition: transform 1s;
581
+ }
582
+
583
+ /*Newly Edited for Lic Plans*/
includes/css/mo_openid_login_icons.css CHANGED
@@ -43,10 +43,10 @@ aside.widget-area>section.widget_mo_openid_sharing_hor_wid>div.mo-openid-app-ico
43
  margin:8px 0px;
44
  display: inline !important;
45
  }
46
- .btn-customtheme{
47
  color:#ffffff !important;
48
  }
49
- .btn-custom-dec{
50
  text-decoration:none !important;
51
  }
52
  .custom-login-button{
43
  margin:8px 0px;
44
  display: inline !important;
45
  }
46
+ .mo_btn-customtheme{
47
  color:#ffffff !important;
48
  }
49
+ .mo_btn-custom-dec{
50
  text-decoration:none !important;
51
  }
52
  .custom-login-button{
includes/css/mo_openid_style.css CHANGED
@@ -1,53 +1,3 @@
1
- /*licensing page css start*/
2
-
3
- .mo_lic_include{
4
- font-size:30px;
5
- }
6
-
7
- .mo_lic_exclude{
8
- font-size:20px;
9
- }
10
-
11
- .mo_lic_common{
12
- display: block;
13
- margin-left: auto;
14
- margin-right: auto;
15
- width: 20px;
16
- }
17
-
18
- .mo_lic_color{
19
- color: #E97D68;
20
- }
21
-
22
- .mo_lic_color_bk{
23
- color: #4F5458;
24
- }
25
-
26
- .mo_table-bordered-license, .mo_table-bordered-license > tbody > tr {
27
- border: 1px solid #ddd;
28
- height: 40px;
29
- box-shadow: 0px 1px #ddd;
30
- /*margin-left:25%; */
31
- }
32
-
33
- .mo_table-bordered-license > thead > tr > th {
34
- vertical-align: top !important;
35
- }
36
-
37
- .mo-button-plan {
38
- background-color: #E97D68;
39
- border: none;
40
- color: white;
41
- padding: 15px 32px;
42
- text-align: center;
43
- text-decoration: none;
44
- display: inline-block;
45
- font-size: 15px;
46
- cursor: pointer;
47
- width: 100%;
48
- }
49
- /*licensing page css end*/
50
-
51
  #mo_shortcode_table {
52
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
53
  border-collapse: collapse;
@@ -205,20 +155,6 @@
205
  }
206
 
207
 
208
- .mo-openid-rating {
209
- unicode-bidi: bidi-override;
210
- direction: rtl;
211
- }
212
- .mo-openid-rating > span {
213
- display: inline-block;
214
- position: relative;
215
- width: 1.1em;
216
- }
217
- .mo-openid-rating > span:hover:before,
218
- .mo-openid-rating > span:hover ~ span:before {
219
- content: "\2605";
220
- position: absolute;
221
- }
222
  legend {
223
  font-size: 1.4em;
224
  margin-bottom: 10px;
@@ -244,8 +180,6 @@ legend {
244
  margin-bottom: 30px;
245
  }
246
 
247
-
248
-
249
  select {
250
  -webkit-appearance: menulist-button;
251
  height: 35px;
@@ -341,8 +275,6 @@ input[type="button"]:hover {
341
  text-shadow: 0 0 1px #333;
342
  }
343
 
344
-
345
-
346
  .mo-openid-star-back-rateus {
347
  border: 8px solid;
348
  border-color: #0867b2;
@@ -357,7 +289,6 @@ input[type="button"]:hover {
357
  position: unset;
358
  }
359
  .mo_support-help-button{
360
-
361
  padding: 4px 8px;
362
  float: right;
363
  background-color: #0867b2;
@@ -376,8 +307,8 @@ input[type="button"]:hover {
376
  z-index: 9999;
377
  transform: rotateZ(89deg);
378
  letter-spacing: 2px;
379
-
380
  }
 
381
  .mo-openid-premium{
382
  font-size: 10px;
383
  background: #FFA335;
@@ -493,7 +424,6 @@ input[type="button"]:hover {
493
  .mo_openid_tooltip {
494
  position: relative;
495
  /*opacity: 2%;*/
496
-
497
  }
498
 
499
  .mo_openid_tooltip .mo_openid_tooltiptext {
@@ -523,7 +453,6 @@ input[type="button"]:hover {
523
  visibility: visible;
524
  }
525
 
526
-
527
  .mo_openid_tab {
528
  float: left;
529
  background-color: #32373C;
@@ -636,7 +565,6 @@ input:checked + .mo-openid-slider-app .off
636
  width: 9%;
637
  height: 17%;
638
  cursor: move;
639
-
640
  }
641
 
642
  .mo-openid-hover-div-sett:hover .mo-openid-sort-apps-move{
@@ -809,42 +737,6 @@ a.mo-pugin-add-comp-link-sl {
809
  visibility: visible;
810
  }
811
 
812
- .mo_openid_help_desc {
813
- font-size:13px;
814
- border-left:solid 2px rgba(128, 128, 128, 0.65);
815
- margin-top:10px;
816
- padding-left:10px;
817
- }
818
-
819
- .mo_table-bordered, .mo_table-bordered>tbody>tr>td{
820
- border: 1px solid #ddd;
821
- }
822
-
823
- .mo_table-bordered>thead>tr>th{
824
- vertical-align:top !important;
825
- }
826
-
827
- .mo-fa-icon>tr>td>i.fa{
828
- color:#5b8a0f;
829
-
830
- }
831
-
832
- .mo_table-striped>tbody>tr:nth-of-type(odd) {
833
- background-color: #f9f9f9;
834
- }
835
-
836
- .mo_align-center>tr>td{
837
- text-align:center !important;
838
- }
839
-
840
- .mo_openid_support_layout{
841
- width: 93%;
842
- background-color:#FFFFFF;
843
- border:1px solid #CCCCCC;
844
- padding-left:20px;
845
- height:409px;
846
-
847
- }
848
  .mo_openid_table_layout {
849
  background-color:#FFFFFF;
850
  padding:0px 10px 10px 10px;
@@ -883,8 +775,6 @@ a.mo-pugin-add-comp-link-sl {
883
  list-style-type:none;
884
  }
885
 
886
-
887
-
888
  .mo-openid-app-share-icons{
889
  width:35px !important;
890
  height:35px !important;
@@ -906,15 +796,10 @@ div.mo_image_id>a>img.mo_openid_image {
906
  backface-visibility: hidden;
907
  }
908
 
909
-
910
  .mo_image_id:hover .mo_openid_image {
911
  opacity: 1;
912
  }
913
 
914
- .theme-checkbox{
915
- vertical-align :super !important;
916
- }
917
-
918
  .mo_openid_vertical{
919
  display:inline-block !important;
920
  overflow: visible;
@@ -933,19 +818,6 @@ div.mo_image_id>a>img.mo_openid_image {
933
  box-sizing:border-box !important;
934
  }
935
 
936
- .mo_openid_help_desc {
937
- font-size:13px;
938
- border-left:solid 2px rgba(128, 128, 128, 0.65);
939
- margin-top:10px;
940
- padding-left:10px;
941
- }
942
- .mo_openid_title_panel{
943
- width: 100%;
944
- color: #1B79AE;
945
- cursor: pointer;
946
- font-weight: bold;
947
- }
948
-
949
  .mo_openid_msgs{
950
  font-size: 14px !important;
951
  }
@@ -1078,8 +950,6 @@ p>a.mo-openid-share-link
1078
  width: 16px;
1079
  background-color: #e5e7eb;
1080
  border-radius: 50%;
1081
-
1082
-
1083
  }
1084
 
1085
  /* On mouse-over, add a grey background color */
@@ -1128,9 +998,6 @@ p>a.mo-openid-share-link
1128
  background-color: #FFFFFF;
1129
 
1130
  }
1131
- /*.mo_openid_textfield_css:hover{*/
1132
- /* box-shadow: 3px 5px 3px rgba(0,0,0,0.16), 0 6px 9px rgba(0,0,0,0.23);*/
1133
- /*}*/
1134
 
1135
  .mo_openid_fix_fontsize{
1136
  font-family: Arial;
@@ -1266,8 +1133,6 @@ p>a.mo-openid-share-link
1266
  border-radius: 50%;
1267
  }
1268
 
1269
-
1270
-
1271
  /* Advertisement Baner */
1272
  .mo_openid_notice {
1273
  background: #fff;
@@ -1307,628 +1172,294 @@ p>a.mo-openid-share-link
1307
  /*background-color: #4CAF50;*/
1308
  color: white;
1309
  }
1310
- .mo-center {
1311
- display: block;
1312
- margin-left: auto;
1313
- margin-right: auto;
1314
- width: 20%;
1315
- }
1316
- .mo-plan {
1317
- background-color: #E97D68;
1318
- border: none;
1319
- color: white;
1320
- padding: 15px 32px;
1321
- text-align: center;
1322
- text-decoration: none;
1323
- display: inline-block;
1324
- font-size: 15px;
1325
- cursor: pointer;
1326
- width: 100%;
1327
- }
1328
- .mo-plan:hover {
1329
- box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
1330
- }
1331
  .mo_openid_notice-warning {
1332
  border-left-color: #069c51
1333
  }
1334
 
1335
- /* Newly Added for Licensing Plan*/
1336
-
1337
 
1338
- .mo_openid-check-tooltip {
1339
- position: relative;
1340
- display: inline-block;
1341
- padding: 0px 8px 5px 8px;
1342
- margin: -10px 0;
1343
- cursor: pointer;
1344
- }
1345
- .mo_openid-quote .mo_openid-check-tooltip:hover .mo_openid-info, .mo_openid-quote .mo_openid-check-tooltip:focus .mo_openid-info {
1346
- visibility: visible;
1347
- opacity: 1;
1348
- -webkit-transform: translate3d(0, 0, 0);
1349
- transform: translate3d(0, 0, 0);
1350
  }
1351
- .mo_openid-quote .mo_openid-check-tooltip .mo_openid-info {
1352
- box-sizing: border-box;
1353
- position: absolute;
1354
- top: -15px;
1355
- left: 105%;
1356
- display: block;
1357
- background: #ffffff;
1358
- width: 300px;
1359
  font-size: 16px;
1360
- line-height: 24px;
1361
- cursor: text;
1362
- visibility: hidden;
1363
- opacity: 0;
1364
- transition: all .5s ease-out;
1365
  }
1366
 
1367
- .mo_openid-quote .mo_openid-check-tooltip .mo_openid-info .mo_openid-pronounce {
1368
- display: block;
1369
- background: #e97d68;
1370
- color: #ffffff;
1371
- padding: 8px 17px 10px 17px;
1372
- line-height: 16px;
1373
- border-radius: 8px 8px 0px 0px;
1374
  }
 
1375
 
1376
 
1377
- .mo_openid-quote .mo_openid-check-tooltip .mo_openid-info .mo_openid-text {
1378
- display: block;
1379
- padding: 13px 17px;
1380
- }
1381
 
1382
- .mo-openid-tab-content {
1383
- margin-left: 0%!important;
1384
- margin-top: 0%!important;
 
 
 
 
 
1385
 
1386
  }
1387
- .mo-openid-tab-content>.active {
1388
- width: 100% !important;
1389
- }
1390
 
1391
- .mo-openid-cd-pricing-container {
1392
- width: 100%;
1393
- max-width: 1460px;
1394
- margin: 4em auto;
1395
- }
1396
- @media only screen and (min-width: 768px) {
1397
- .mo-openid-cd-pricing-container {
1398
- margin: auto;
1399
- }
1400
- .mo-openid-cd-pricing-container.cd-full-width {
1401
- width: 100%;
1402
- max-width: none;
1403
- }
1404
- }
1405
 
 
1406
 
1407
- .mo-open-id-cd-pricing-switcher {
1408
- text-align: center;
1409
- }
1410
- .mo-open-id-cd-pricing-switcher .mo-open-id-fieldset {
1411
- display: inline-block;
1412
- position: relative;
1413
- border-radius: 50em;
1414
- border: 1px solid #e97d68;
1415
  }
1416
- .mo-open-id-cd-pricing-switcher input[type="radio"] {
1417
- position: absolute;
1418
- opacity: 0;
1419
- }
1420
- .mo-open-id-cd-pricing-switcher label {
1421
- position: relative;
1422
- z-index: 1;
1423
- display: inline-block;
1424
- float: left;
1425
- width: 160px;
1426
- height: 40px;
1427
- line-height: 40px;
1428
- cursor: pointer;
1429
- font-size: 1.4rem;
1430
- color: #FFFFFF;
1431
- font-size:18px;
1432
  }
1433
 
1434
- .no-js .mo-open-id-cd-pricing-switcher {
1435
- display: none;
1436
- }
1437
 
1438
- .mo-open-id-cd-pricing-switcher .mo-open-id-cd-switch {
1439
- /* floating background */
1440
- position: absolute;
1441
- top: 2px;
1442
- left: 2px;
1443
- height: 36px;
1444
- width: 162px;
1445
- background-color: black;
1446
- border-radius: 50em;
1447
- -webkit-transition: -webkit-transform 0.5s;
1448
- -moz-transition: -moz-transform 0.5s;
1449
- transition: transform 0.5s;
1450
  }
1451
- /**, *::after, *::before {*/
1452
- /* -webkit-box-sizing: border-box;*/
1453
- /* -moz-box-sizing: border-box;*/
1454
- /* box-sizing: border-box;*/
1455
- /*}*/
1456
 
1457
- html {
1458
- font-size: 62.5%;
1459
- }
1460
 
1461
- html * {
1462
- -webkit-font-smoothing: antialiased;
1463
- -moz-osx-font-smoothing: grayscale;
 
 
 
1464
  }
1465
 
1466
- .mo-open-id-pricing-container {
1467
- font-size: 1.6rem;
1468
- font-family: "Open Sans", sans-serif;
1469
- color: #fff;
 
1470
  }
1471
 
1472
-
1473
- .mo-open-id-cd-pricing-switcher input[type="radio"]:checked + label + .mo-open-id-cd-switch,
1474
- .mo-open-id-cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .mo-open-id-cd-switch {
1475
- /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
1476
- -webkit-transform: translateX(155px);
1477
- -moz-transform: translateX(155px);
1478
- -ms-transform: translateX(155px);
1479
- -o-transform: translateX(155px);
1480
- transform: translateX(155px);
1481
  }
 
1482
 
 
1483
 
1484
- .mo-openid-cd-pricing-list {
1485
- margin: 2em 0 0;
1486
- /*transform-style: preserve-3d;*/
1487
- transition: transform 1s;
1488
- }
1489
- .mo-openid-cd-pricing-list > li {
1490
- position: relative;
1491
- margin-bottom: 1em;
1492
- }
1493
- @media only screen and (min-width: 768px) {
1494
- .mo-openid-cd-pricing-list {
1495
- margin: 3em 0 0;
1496
- }
1497
- .mo-openid-cd-pricing-list:after {
1498
- content: "";
1499
- display: table;
1500
- clear: both;
1501
- }
1502
- .mo-openid-cd-pricing-list > li {
1503
- width: 35.3333333333%;
1504
- float: left;
1505
- }
1506
- .mo-openid-cd-has-margins .mo-openid-cd-pricing-list > li {
1507
- width:23.6%;
1508
- float: left;
1509
- margin-right: 1.5%;
1510
- }
1511
- .mo-openid-cd-has-margins .mo-openid-cd-pricing-list > li:last-of-type {
1512
- margin-right: 0;
1513
- }
1514
  }
1515
 
1516
- .mo-openid-mo-openid-cd-pricing-wrapper {
1517
- /* this is the item that rotates */
1518
- overflow: show;
1519
- position: relative;
1520
- transform-style: preserve-3d;
1521
- transition: transform 1s;
1522
  }
1523
 
1524
- .mo-openid-cd-pricing-wrapper > li {
1525
- background-color: #FFFFFF;
1526
- -webkit-backface-visibility: hidden;
1527
- backface-visibility: hidden;
1528
- /* Firefox bug - 3D CSS transform, jagged edges */
1529
- outline: 1px solid transparent;
1530
- }
1531
- .mo-openid-cd-pricing-wrapper > li::after {
1532
- /* subtle gradient layer on the right - to indicate it's possible to scroll */
1533
- content: '';
1534
- position: absolute;
1535
- top: 0;
1536
- right: 0;
1537
- height: 100%;
1538
- width: 50px;
1539
- pointer-events: none;
1540
- background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
1541
- background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
1542
- }
1543
- .mo-openid-cd-pricing-wrapper > li.is-ended::after {
1544
- /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
1545
- display: none;
1546
- }
1547
- .mo-openid-cd-pricing-wrapper .is-visible {
1548
- /* the front item, visible by default */
1549
- position: relative;
1550
- background-color: #f2f5f8;
1551
  }
1552
- .mo-openid-cd-pricing-wrapper .is-hidden {
1553
- /* the hidden items, right behind the front one */
1554
- position: absolute;
1555
- top: 0;
1556
- left: 0;
1557
- height: 100%;
1558
- width: 100%;
1559
- z-index: 1;
1560
- -webkit-transform: rotateY(180deg);
1561
- -moz-transform: rotateY(180deg);
1562
- -ms-transform: rotateY(180deg);
1563
- -o-transform: rotateY(180deg);
1564
- transform: rotateY(180deg);
1565
- }
1566
- .mo-openid-cd-pricing-wrapper .is-selected {
1567
- /* the next item that will be visible */
1568
- z-index: 3 !important;
1569
- }
1570
- @media only screen and (min-width: 768px) {
1571
- .mo-openid-cd-pricing-wrapper > li::before {
1572
- /* separator between pricing tables - visible when number of tables > 3 */
1573
- content: '';
1574
- position: absolute;
1575
- z-index: 6;
1576
- left: -1px;
1577
- top: 50%;
1578
- bottom: auto;
1579
- -webkit-transform: translateY(-50%);
1580
- -moz-transform: translateY(-50%);
1581
- -ms-transform: translateY(-50%);
1582
- -o-transform: translateY(-50%);
1583
- transform: translateY(-50%);
1584
- height: 50%;
1585
- width: 1px;
1586
- background-color: #b1d6e8;
1587
- }
1588
- .mo-openid-cd-pricing-wrapper > li::after {
1589
- /* hide gradient layer */
1590
- display: none;
1591
- }
1592
- .mo-openid-cd-popular .mo-openid-cd-pricing-wrapper > li {
1593
- box-shadow: inset 0 0 0 3px #e97d68;
1594
- }
1595
- .mo-openid-cd-has-margins .mo-openid-cd-pricing-wrapper > li, .mo-openid-cd-has-margins .mo-openid-cd-popular .mo-openid-cd-pricing-wrapper > li {
1596
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
1597
- }
1598
- .cd-secondary-theme .mo-openid-cd-pricing-wrapper > li {
1599
- background: #3aa0d1;
1600
- background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
1601
- background: linear-gradient(to top, #3aa0d1, #3ad2d1);
1602
- }
1603
- .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-pricing-wrapper > li {
1604
- background: #e97d68;
1605
- background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
1606
- background: linear-gradient(to top, #e97d68, #e99b68);
1607
- box-shadow: none;
1608
- }
1609
- :nth-of-type(1) > .mo-openid-cd-pricing-wrapper > li::before {
1610
- /* hide table separator for the first table */
1611
- display: none;
1612
- }
1613
- .mo-openid-cd-has-margins .mo-openid-cd-pricing-wrapper > li {
1614
- border-radius: 4px 4px 6px 6px;
1615
- }
1616
- .mo-openid-cd-has-margins .mo-openid-cd-pricing-wrapper > li::before {
1617
- display: none;
1618
- }
1619
  }
1620
- @media only screen and (min-width: 1500px) {
1621
- .cd-full-width .mo-openid-cd-pricing-wrapper > li {
1622
- padding: 2.5em 0;
1623
- }
1624
  }
1625
 
1626
- .no-js .mo-openid-cd-pricing-wrapper .is-hidden {
1627
- position: relative;
1628
- -webkit-transform: rotateY(0);
1629
- -moz-transform: rotateY(0);
1630
- -ms-transform: rotateY(0);
1631
- -o-transform: rotateY(0);
1632
- transform: rotateY(0);
1633
- margin-top: 1em;
1634
  }
1635
 
1636
- @media only screen and (min-width: 768px) {
1637
- .mo-openid-cd-popular .mo-openid-cd-pricing-wrapper > li::before {
1638
- /* hide table separator for .mo-openid-cd-popular table */
1639
- display: none;
1640
- }
1641
 
1642
- .mo-openid-cd-popular + li .mo-openid-cd-pricing-wrapper > li::before {
1643
- /* hide table separator for tables following .mo-openid-cd-popular table */
1644
- display: none;
1645
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1646
  }
1647
 
1648
- .mo-openid-cd-pricing-header {
1649
- position: relative;
 
1650
 
1651
- height: 80px;
1652
- padding: 1em;
1653
- pointer-events: none;
1654
- background-color: #3aa0d1;
1655
- color: #FFFFFF;
1656
- }
1657
- .mo-openid-cd-pricing-header h2 {
1658
- margin-bottom: 3px;
1659
- font-weight: 700;
1660
- text-transform: uppercase;
1661
  }
1662
- .mo-openid-cd-popular .mo-openid-cd-pricing-header {
1663
- background-color: #e97d68;
1664
- }
1665
- @media only screen and (min-width: 768px) {
1666
- .mo-openid-cd-pricing-header {
1667
- height: 200px;
1668
- padding: 1.9em 0.9em 1.6em;
1669
- pointer-events: auto;
1670
- text-align: center;
1671
- color: #2f6062;
1672
- background-color: transparent;
1673
- }
1674
- .mo-openid-cd-popular .mo-openid-cd-pricing-header {
1675
- color: #e97d68;
1676
- background-color: transparent;
1677
- }
1678
- .cd-secondary-theme .mo-openid-cd-pricing-header {
1679
- color: #FFFFFF;
1680
- }
1681
- .mo-openid-cd-pricing-header h2 {
1682
- font-size: 1.8rem;
1683
- letter-spacing: 2px;
1684
- }
1685
- }
1686
- h3.mo-openid-subheading_plans {
1687
- font-size: 16px;
1688
  }
1689
 
1690
-
1691
-
1692
- .mo-openid-cd-currency, .mo-openid-cd-value {
1693
- font-size: 4rem;
1694
- font-weight: 300;
 
1695
  }
1696
 
1697
- .mo-openid-cd-duration {
1698
- font-weight: 800;
1699
- font-size: 1.3rem;
1700
- color: #8dc8e4;
1701
- text-transform: uppercase;
1702
- }
1703
- .mo-openid-cd-popular .mo-openid-cd-duration {
1704
- color: #f3b6ab;
1705
- }
1706
- .mo-openid-cd-duration::before {
1707
- content: '/';
1708
- margin-right: 2px;
1709
  }
1710
 
1711
- @media only screen and (min-width: 768px) {
1712
- .mo-openid-cd-value {
1713
- font-size: 4rem;
1714
- font-weight: 300;
1715
- }
1716
-
1717
- .mo-openid-cd-currency, .mo-openid-cd-duration {
1718
- color: rgba(23, 61, 80, 0.4);
1719
- }
1720
- .mo-openid-cd-popular .mo-openid-cd-currency, .mo-openid-cd-popular .mo-openid-cd-duration {
1721
- color: #e97d68;
1722
- }
1723
- .cd-secondary-theme .mo-openid-cd-currency, .cd-secondary-theme .mo-openid-cd-duration {
1724
- color: #2e80a7;
1725
- }
1726
- .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-currency, .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-duration {
1727
- color: #ba6453;
1728
- }
1729
-
1730
- .mo-openid-cd-currency {
1731
- display: inline-block;
1732
- margin-top: 10px;
1733
- vertical-align: top;
1734
- font-size: 2rem;
1735
- font-weight: 700;
1736
- }
1737
-
1738
- .mo-openid-cd-duration {
1739
- font-size: 1.4rem;
1740
- }
1741
- }
1742
- .mo-openid-cd-pricing-body {
1743
- overflow-x: auto;
1744
- -webkit-overflow-scrolling: touch;
1745
  }
1746
- .is-switched .mo-openid-cd-pricing-body {
1747
- /* fix a bug on Chrome Android */
1748
- overflow: hidden;
 
 
 
1749
  }
1750
- @media only screen and (min-width: 768px) {
1751
- .mo-openid-cd-pricing-body {
1752
- overflow-x: visible;
1753
- }
1754
  }
1755
-
1756
- .mo-openid-cd-pricing-features {
1757
- width: 600px;
1758
  }
1759
- .mo-openid-cd-pricing-features:after {
1760
- content: "";
1761
- display: table;
1762
- clear: both;
1763
  }
1764
- .mo-openid-cd-pricing-features li {
1765
- width: 100px;
1766
- float: left;
1767
- padding: 1.6em 1em;
1768
- font-size: 1.4rem;
1769
- text-align: center;
1770
- white-space: initial;
1771
-
1772
- line-height:1.4em;
1773
 
1774
- text-overflow: ellipsis;
1775
- color: black;
1776
- overflow-wrap: break-word;
1777
- margin: 0 !important;
1778
 
 
 
 
1779
  }
1780
- .mo-openid-cd-pricing-features em {
1781
- display: block;
1782
- margin-bottom: 5px;
1783
- font-weight: 600;
1784
- color: black;
1785
- }
1786
- @media only screen and (min-width: 768px) {
1787
- .mo-openid-cd-pricing-features {
1788
- width: auto;
1789
- word-wrap: break-word;
1790
- }
1791
- .mo-openid-cd-pricing-features li {
1792
- float: none;
1793
- width: auto;
1794
- padding: 1em;
1795
- word-wrap: break-word;
1796
- font-size:1.3em;
1797
- }
1798
- .mo-openid-cd-popular .mo-openid-cd-pricing-features li {
1799
- margin: 0 3px;
1800
- }
1801
- .mo-openid-cd-pricing-features li:nth-of-type(2n+1) {
1802
- background-color: rgba(23, 61, 80, 0.06);
1803
- }
1804
- .mo-openid-cd-pricing-features em {
1805
- display: inline-block;
1806
- margin-bottom: 0;
1807
- word-wrap: break-word;
1808
- }
1809
- .mo-openid-cd-has-margins .mo-openid-cd-popular .mo-openid-cd-pricing-features li, .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-pricing-features li {
1810
- margin: 0;
1811
- }
1812
- .cd-secondary-theme .mo-openid-cd-pricing-features li {
1813
- color: #FFFFFF;
1814
- }
1815
- .cd-secondary-theme .mo-openid-cd-pricing-features li:nth-of-type(2n+1) {
1816
- background-color: transparent;
1817
- }
1818
  }
1819
 
1820
- .mo-openid-cd-pricing-footer {
1821
- position: absolute;
1822
- z-index: 1;
1823
- top: 0;
1824
- left: 0;
1825
- /* on mobile it covers the .cd-pricing-header */
1826
- height: 80px;
1827
- width: 100%;
1828
  }
1829
- .mo-openid-cd-pricing-footer::after {
1830
- /* right arrow visible on mobile */
1831
- content: '';
1832
- position: absolute;
1833
- right: 1em;
1834
- top: 50%;
1835
- bottom: auto;
1836
- -webkit-transform: translateY(-50%);
1837
- -moz-transform: translateY(-50%);
1838
- -ms-transform: translateY(-50%);
1839
- -o-transform: translateY(-50%);
1840
- transform: translateY(-50%);
1841
- height: 20px;
1842
- width: 20px;
1843
- background: url(../img/cd-icon-small-arrow.svg);
1844
- }
1845
- @media only screen and (min-width: 768px) {
1846
- .mo-openid-cd-pricing-footer {
1847
- position: relative;
1848
- height: auto;
1849
- padding: 1.8em 0;
1850
- text-align: center;
1851
- }
1852
- .mo-openid-cd-pricing-footer::after {
1853
- /* hide arrow */
1854
  display: none;
1855
  }
1856
- .mo-openid-cd-has-margins .mo-openid-cd-pricing-footer {
1857
- padding-bottom: 0;
1858
- }
1859
- }
1860
 
1861
- .mo-openid-cd-select {
1862
- position: relative;
1863
- z-index: 1;
1864
- display: block;
1865
- height: 100%;
1866
- /* hide button text on mobile */
1867
- overflow: hidden;
1868
- text-indent: 100%;
1869
- white-space: nowrap;
1870
- color: transparent;
1871
- }
1872
- @media only screen and (min-width: 768px) {
1873
- .mo-openid-cd-select {
1874
- position: static;
1875
- display: inline-block;
1876
- height: auto;
1877
- padding: 1.3em 3em;
1878
- color: #FFFFFF;
1879
- border-radius: 2px;
1880
- background-color: #0c1f28;
1881
- font-size: 1.4rem;
1882
- text-indent: 0;
1883
- text-transform: uppercase;
1884
- letter-spacing: 2px;
1885
- text-decoration: none;
1886
- }
1887
- .no-touch .mo-openid-cd-select:hover {
1888
- background-color: #112e3c;
1889
- }
1890
- .mo-openid-cd-popular .mo-openid-cd-select {
1891
- background-color: #e97d68;
1892
- }
1893
- .no-touch .mo-openid-cd-popular .mo-openid-cd-select:hover {
1894
- background-color: #ec907e;
1895
  }
1896
- .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-select {
1897
- background-color: #0c1f28;
1898
- }
1899
- .no-touch .cd-secondary-theme .mo-openid-cd-popular .mo-openid-cd-select:hover {
1900
- background-color: #112e3c;
1901
- }
1902
- .mo-openid-cd-has-margins .mo-openid-cd-select {
1903
  display: block;
1904
- padding: 1.7em 0;
1905
- border-radius: 0 0 4px 4px;
1906
  }
1907
- }
1908
 
 
1909
 
1910
- #col1.flipped {
1911
- transform: rotateY( 360deg);
1912
- }
1913
- #col2.flipped {
1914
- transform: rotateY( 360deg);
1915
- }
1916
- #col3.flipped {
1917
- transform: rotateY( 360deg);
1918
- }
1919
- #col4.flipped {
1920
- transform: rotateY( 360deg);
1921
- }
1922
- #allfeature:hover{
1923
- color: #0d6aad;
1924
- cursor: pointer ;
1925
  }
1926
 
1927
- .mo-openid-cd-pricing-wrapper {
1928
- /* this is the item that rotates */
1929
- overflow: show;
1930
- position: relative;
1931
- transform-style: preserve-3d;
1932
- transition: transform 1s;
 
 
 
 
1933
  }
1934
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  #mo_shortcode_table {
2
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
3
  border-collapse: collapse;
155
  }
156
 
157
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  legend {
159
  font-size: 1.4em;
160
  margin-bottom: 10px;
180
  margin-bottom: 30px;
181
  }
182
 
 
 
183
  select {
184
  -webkit-appearance: menulist-button;
185
  height: 35px;
275
  text-shadow: 0 0 1px #333;
276
  }
277
 
 
 
278
  .mo-openid-star-back-rateus {
279
  border: 8px solid;
280
  border-color: #0867b2;
289
  position: unset;
290
  }
291
  .mo_support-help-button{
 
292
  padding: 4px 8px;
293
  float: right;
294
  background-color: #0867b2;
307
  z-index: 9999;
308
  transform: rotateZ(89deg);
309
  letter-spacing: 2px;
 
310
  }
311
+
312
  .mo-openid-premium{
313
  font-size: 10px;
314
  background: #FFA335;
424
  .mo_openid_tooltip {
425
  position: relative;
426
  /*opacity: 2%;*/
 
427
  }
428
 
429
  .mo_openid_tooltip .mo_openid_tooltiptext {
453
  visibility: visible;
454
  }
455
 
 
456
  .mo_openid_tab {
457
  float: left;
458
  background-color: #32373C;
565
  width: 9%;
566
  height: 17%;
567
  cursor: move;
 
568
  }
569
 
570
  .mo-openid-hover-div-sett:hover .mo-openid-sort-apps-move{
737
  visibility: visible;
738
  }
739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
740
  .mo_openid_table_layout {
741
  background-color:#FFFFFF;
742
  padding:0px 10px 10px 10px;
775
  list-style-type:none;
776
  }
777
 
 
 
778
  .mo-openid-app-share-icons{
779
  width:35px !important;
780
  height:35px !important;
796
  backface-visibility: hidden;
797
  }
798
 
 
799
  .mo_image_id:hover .mo_openid_image {
800
  opacity: 1;
801
  }
802
 
 
 
 
 
803
  .mo_openid_vertical{
804
  display:inline-block !important;
805
  overflow: visible;
818
  box-sizing:border-box !important;
819
  }
820
 
 
 
 
 
 
 
 
 
 
 
 
 
 
821
  .mo_openid_msgs{
822
  font-size: 14px !important;
823
  }
950
  width: 16px;
951
  background-color: #e5e7eb;
952
  border-radius: 50%;
 
 
953
  }
954
 
955
  /* On mouse-over, add a grey background color */
998
  background-color: #FFFFFF;
999
 
1000
  }
 
 
 
1001
 
1002
  .mo_openid_fix_fontsize{
1003
  font-family: Arial;
1133
  border-radius: 50%;
1134
  }
1135
 
 
 
1136
  /* Advertisement Baner */
1137
  .mo_openid_notice {
1138
  background: #fff;
1172
  /*background-color: #4CAF50;*/
1173
  color: white;
1174
  }
1175
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1176
  .mo_openid_notice-warning {
1177
  border-left-color: #069c51
1178
  }
1179
 
1180
+ /* Reports Table CSS Start */
 
1181
 
1182
+ .mo_openid_reports_tables table {
1183
+ font-family: Arial, Helvetica, sans-serif;
1184
+ border-collapse: collapse;
1185
+ width: 98%;
1186
+ margin-right: 5%;
 
 
 
 
 
 
 
1187
  }
1188
+
1189
+ .mo_openid_reports_tables th {
1190
+ border: thin solid #ddd;
1191
+ padding: 8px;
1192
+ font-weight: bold;
1193
+ text-align: left;
 
 
1194
  font-size: 16px;
 
 
 
 
 
1195
  }
1196
 
1197
+ .mo_openid_reports_tables td {
1198
+ border: thin solid #ddd;
1199
+ padding: 8px;
1200
+ text-align: left;
1201
+ font-size: 14px;
1202
+
 
1203
  }
1204
+ .mo_openid_reports_tables tr:nth-child(even){background-color: #f2f2f2;}
1205
 
1206
 
 
 
 
 
1207
 
1208
+ .mo_openid_reports_tables th {
1209
+ padding-top: 12px;
1210
+ padding-bottom: 12px;
1211
+ background-color: #1c1c1c;
1212
+ color: white;
1213
+ text-align: left;
1214
+ font-weight: bold;
1215
+ font-size: 16px;
1216
 
1217
  }
 
 
 
1218
 
1219
+ /* Reports Table CSS End */
 
 
 
 
 
 
 
 
 
 
 
 
 
1220
 
1221
+ /* license toggle CSS */
1222
 
1223
+ .mo-openid-lic-bold-cl{
1224
+ font-weight: 900;
 
 
 
 
 
 
1225
  }
1226
+ .mo_openid_popup-modal {
1227
+ display: none; /* Hidden by default */
1228
+ position: fixed; /* Stay in place */
1229
+ z-index: 1; /* Sit on top */
1230
+ padding-top: 100px; /* Location of the box */
1231
+ left: 0;
1232
+ top: 0;
1233
+ margin-left: 6%;
1234
+ width: 100%; /* Full width */
1235
+ height: 100%; /* Full height */
1236
+ overflow: auto; /* Enable scroll if needed */
1237
+ background-color: rgb(0,0,0); /* Fallback color */
1238
+ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 
 
 
1239
  }
1240
 
 
 
 
1241
 
1242
+ /* Modal Content */
1243
+ .mo_openid_modal-content {
1244
+ background-color: #fefefe;
1245
+ margin: auto;
1246
+ padding: 20px;
1247
+ border: 1px solid #888;
1248
+ width: 65%;
 
 
 
 
 
1249
  }
 
 
 
 
 
1250
 
 
 
 
1251
 
1252
+ /* The Close Button */
1253
+ .mo_openid-popup-modal-close {
1254
+ color: #aaaaaa;
1255
+ float: right;
1256
+ font-size: 28px;
1257
+ font-weight: bold;
1258
  }
1259
 
1260
+ .mo_openid-popup-modal-close:hover,
1261
+ .mo_openid-popup-modal-close:focus {
1262
+ color: #000;
1263
+ text-decoration: none;
1264
+ cursor: pointer;
1265
  }
1266
 
1267
+ .mo_openid-on-hover-free-fetr:hover,
1268
+ .mo_openid-on-hover-free-fetr:focus{
1269
+ color: #1B79AE;
 
 
 
 
 
 
1270
  }
1271
+ /* license toggle end */
1272
 
1273
+ /* Doc Tab CSS Start */
1274
 
1275
+ .modt-container {
1276
+ width: 94%;
1277
+ margin: 3% 3% 0% 3% ;
1278
+ text-align:center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1279
  }
1280
 
1281
+ .modt-main-panel {
1282
+ /*background: rgba(0, 0, 0, 0.270);*/
1283
+ border-radius: 0.1em;
1284
+ padding: 0.1em;
 
 
1285
  }
1286
 
1287
+ .modt-panel {
1288
+ /*background: rgba(0, 0, 0, 0.135);*/
1289
+ border-radius: 0.1em;
1290
+ padding: 0.1em;
1291
+ width: 30%;
1292
+ margin-right: 0px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1293
  }
1294
+
1295
+ .modt-panel-header,
1296
+ .modt-panel-content {
1297
+ padding: 0.75em;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1298
  }
1299
+
1300
+ .modt-panel-title {
1301
+ line-height: 1;
 
1302
  }
1303
 
1304
+ .modt-panel-content {
1305
+ background: #fff;
1306
+ height: 600px;
 
 
 
 
 
1307
  }
1308
 
1309
+ .modt-panel-content footer{
1310
+ height: 40px;
1311
+ }
 
 
1312
 
1313
+ .modt-leftbox {
1314
+ float:left;
1315
+ /*background: rgba(0, 0, 0, 0.270);*/
1316
+ width:30%;
1317
+ height:300px;
1318
+ margin-left: 2%;
1319
+ margin-right: 1%;
1320
+ /*border-radius: 0.1em;*/
1321
+ /*padding: 0.1em;*/
1322
+ }
1323
+ .modt-middlebox{
1324
+ float:left;
1325
+ /*background: rgba(0, 0, 0, 0.270);*/
1326
+ width:30%;
1327
+ height:300px;
1328
+ margin-left: 1%;
1329
+ margin-right: 1%;
1330
+ /*border-radius: 0.1em;*/
1331
+ /*padding: 0.1em;*/
1332
+ }
1333
+ .modt-rightbox{
1334
+ float:right;
1335
+ /*background: rgba(0, 0, 0, 0.270);*/
1336
+ width:30%;
1337
+ height:300px;
1338
+ margin-left: 1%;
1339
+ margin-right: 2%;
1340
+ /*border-radius: 0.1em;*/
1341
+ /*padding: 0.1em;*/
1342
+ }
1343
+
1344
+ .modt-box-content{
1345
+ background-color: #FFFFFF;
1346
+ padding: 0.75em;
1347
  }
1348
 
1349
+ .modt-imagedropshadow img{
1350
+ padding: 5px;
1351
+ border: solid 1px #EFEFEF;
1352
 
 
 
 
 
 
 
 
 
 
 
1353
  }
1354
+ .modt-imagedropshadow img:hover{
1355
+ border: solid 1px #CCC;
1356
+ -moz-box-shadow: 1px 1px 5px #999;
1357
+ -webkit-box-shadow: 1px 1px 5px #999;
1358
+ box-shadow: 1px 1px 5px #999;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1359
  }
1360
 
1361
+ .modt-table-container {
1362
+ max-width: 1000px;
1363
+ margin-left: auto;
1364
+ margin-right: auto;
1365
+ padding-left: 10px;
1366
+ padding-right: 10px;
1367
  }
1368
 
1369
+ .modt-table-h2 {
1370
+ font-size: 26px;
1371
+ margin: 20px 0;
1372
+ text-align: center;
 
 
 
 
 
 
 
 
1373
  }
1374
 
1375
+ /*.modt-table-responsive-table {*/
1376
+ .modt-table li {
1377
+ border-radius: 3px;
1378
+ padding: 25px 30px;
1379
+ display: flex;
1380
+ justify-content: space-between;
1381
+ margin-bottom: 25px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1382
  }
1383
+ .modt-table-header {
1384
+ background-color: #c2d6d6;
1385
+ font-size: 14px;
1386
+ text-transform: uppercase;
1387
+ letter-spacing: 0.03em;
1388
+ text-align: center;
1389
  }
1390
+ .modt-table-row {
1391
+ background-color: #ffffff;
1392
+ box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
1393
+ text-align: center;
1394
  }
1395
+ .modt-table-col-1 {
1396
+ margin-top: 27px;
1397
+ flex-basis: 10%;
1398
  }
1399
+ .modt-table-col-2 {
1400
+ margin-top: 5px;
1401
+ flex-basis: 25%;
 
1402
  }
 
 
 
 
 
 
 
 
 
1403
 
1404
+ .modt-table-col-2 img {
1405
+ height: 40px;
1406
+ width: 40px;
1407
+ }
1408
 
1409
+ .modt-table-col-3 {
1410
+ margin-top: 27px;
1411
+ flex-basis: 40%;
1412
  }
1413
+ .modt-table-col-4 {
1414
+ flex-basis: 30%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1415
  }
1416
 
1417
+ .modt-table-col-4 p {
1418
+ margin-top: 27px;
1419
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
1420
+ font-size: 14px;
1421
+ line-height: 1.428571429;
 
 
 
1422
  }
1423
+
1424
+ @media all and (max-width: 767px) {
1425
+ .modt-table-header {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1426
  display: none;
1427
  }
1428
+ .modt-table-row{
 
 
 
1429
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1430
  }
1431
+ .modt-table-li {
 
 
 
 
 
 
1432
  display: block;
 
 
1433
  }
1434
+ .modt-table-col {
1435
 
1436
+ flex-basis: 100%;
1437
 
1438
+ }
1439
+ .modt-table-col {
1440
+ display: flex;
1441
+ padding: 10px 0;
1442
+ }
1443
+ .modt-table-col before
1444
+ {
1445
+ color: #6C7A89;
1446
+ padding-right: 10px;
1447
+ content: attr(data-label);
1448
+ flex-basis: 50%;
1449
+ text-align: right;
1450
+ }
 
 
1451
  }
1452
 
1453
+ .modt-footer{
1454
+ color: #111;
1455
+ text-transform: uppercase;
1456
+ margin-top: 15px;
1457
+ font-family: 'Enriqueta', arial, serif;
1458
+ font-size: 15px;
1459
+ font-weight: bold;
1460
+ letter-spacing: 2.5px;
1461
+ line-height: 1;
1462
+ text-align: center;
1463
  }
1464
 
1465
+ /* Doc Tab CSS End */
includes/images/icons/dropbox.png ADDED
Binary file
includes/images/icons/facebook.png CHANGED
Binary file
includes/images/icons/fb.png ADDED
Binary file
includes/images/icons/g.png ADDED
Binary file
includes/images/icons/google.png CHANGED
Binary file
includes/images/modt_apps.png ADDED
Binary file
includes/images/modt_bp.png ADDED
Binary file
includes/images/modt_mc.png ADDED
Binary file
includes/images/modt_pmpro.png ADDED
Binary file
includes/images/modt_sc.png ADDED
Binary file
includes/images/modt_wc_new.png ADDED
Binary file
includes/images/most_visited_reports.png ADDED
Binary file
includes/images/usage_share_reports.png ADDED
Binary file
includes/images/white_theme_ad.png ADDED
Binary file
includes/js/mo-openid-config-jquery-ui.js CHANGED
@@ -6564,7 +6564,7 @@
6564
 
6565
  // We read the type here, because it makes more sense to throw a element type error first,
6566
  // rather then the error for lack of a label. Often if its the wrong type, it
6567
- // won't have a label (e.g. calling on a div, btn, etc)
6568
  this._readType();
6569
 
6570
  labels = this.element.labels();
@@ -9343,13 +9343,13 @@
9343
  this._mouseDownEvent = event;
9344
 
9345
  var that = this,
9346
- btnIsLeft = ( event.which === 1 ),
9347
 
9348
  // event.target.nodeName works around a bug in IE 8 with
9349
  // disabled inputs (#7620)
9350
  elIsCancel = ( typeof this.options.cancel === "string" && event.target.nodeName ?
9351
  $( event.target ).closest( this.options.cancel ).length : false );
9352
- if ( !btnIsLeft || elIsCancel || !this._mouseCapture( event ) ) {
9353
  return true;
9354
  }
9355
 
6564
 
6565
  // We read the type here, because it makes more sense to throw a element type error first,
6566
  // rather then the error for lack of a label. Often if its the wrong type, it
6567
+ // won't have a label (e.g. calling on a div, mo_btn, etc)
6568
  this._readType();
6569
 
6570
  labels = this.element.labels();
9343
  this._mouseDownEvent = event;
9344
 
9345
  var that = this,
9346
+ mo_btnIsLeft = ( event.which === 1 ),
9347
 
9348
  // event.target.nodeName works around a bug in IE 8 with
9349
  // disabled inputs (#7620)
9350
  elIsCancel = ( typeof this.options.cancel === "string" && event.target.nodeName ?
9351
  $( event.target ).closest( this.options.cancel ).length : false );
9352
+ if ( !mo_btnIsLeft || elIsCancel || !this._mouseCapture( event ) ) {
9353
  return true;
9354
  }
9355
 
includes/js/mo_openid_jquery.min.js CHANGED
@@ -1,5 +1,5 @@
1
  /*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */
2
- !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function mofa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=mofa.support={},f=mofa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=mofa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},mofa.matches=function(a,b){return mofa(a,null,null,b)},mofa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return mofa(b,n,null,[a]).length>0},mofa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},mofa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},mofa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},mofa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=mofa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=mofa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||mofa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&mofa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=mofa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||mofa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return mofa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||mofa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=la(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=ma(b);function pa(){}pa.prototype=d.filters=d.pseudos,d.setFilters=new pa,g=mofa.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=R.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(Q," ")}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?mofa.error(a):z(a,i).slice(0)};function qa(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)mofa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&mofa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=mofa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=mofa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),mofa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))>-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0;
3
- }return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=n._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}}),function(){var a;l.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,e;return c=d.getElementsByTagName("body")[0],c&&c.style?(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(d.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(e),a):void 0}}();var T=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,U=new RegExp("^(?:([+-])=|)("+T+")([a-z%]*)$","i"),V=["Top","Right","Bottom","Left"],W=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)};function X(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,"")},i=h(),j=c&&c[3]||(n.cssNumber[b]?"":"px"),k=(n.cssNumber[b]||"px"!==j&&+i)&&U.exec(n.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,n.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var Y=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)Y(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav></:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:l.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function mofa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|&#?\w+;/,ha=/<tbody/i;function ia(a){Z.test(a.type)&&(a.defaultChecked=a.checked)}function ja(a,b,c,d,e){for(var f,g,h,i,j,k,m,o=a.length,p=ca(b),q=[],r=0;o>r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?"<table>"!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&mofa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=ma.test(f)?this.mouseHooks:la.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=g.srcElement||d),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,h.filter?h.filter(a,g):a},props:"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,e,f,g=b.button,h=b.fromElement;return null==a.pageX&&null!=b.clientX&&(e=a.target.ownerDocument||d,f=e.documentElement,c=e.body,a.pageX=b.clientX+(f&&f.scrollLeft||c&&c.scrollLeft||0)-(f&&f.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(f&&f.scrollTop||c&&c.scrollTop||0)-(f&&f.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&h&&(a.relatedTarget=h===a.target?b.toElement:h),a.which||void 0===g||(a.which=1&g?1:2&g?3:4&g?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ra()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===ra()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return n.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b),d.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=d.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)}:function(a,b,c){var d="on"+b;a.detachEvent&&("undefined"==typeof a[d]&&(a[d]=null),a.detachEvent(d,c))},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?pa:qa):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={constructor:n.Event,isDefaultPrevented:qa,isPropagationStopped:qa,isImmediatePropagationStopped:qa,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=pa,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=pa,a&&!this.isSimulated&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=pa,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),l.submit||(n.event.special.submit={setup:function(){return n.nodeName(this,"form")?!1:void n.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=n.nodeName(b,"input")||n.nodeName(b,"button")?n.prop(b,"form"):void 0;c&&!n._data(c,"submit")&&(n.event.add(c,"submit._submit",function(a){a._submitBubble=!0}),n._data(c,"submit",!0))})},postDispatch:function(a){a._submitBubble&&(delete a._submitBubble,this.parentNode&&!a.isTrigger&&n.event.simulate("submit",this.parentNode,a))},teardown:function(){return n.nodeName(this,"form")?!1:void n.event.remove(this,"._submit")}}),l.change||(n.event.special.change={setup:function(){return ka.test(this.nodeName)?("checkbox"!==this.type&&"radio"!==this.type||(n.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._justChanged=!0)}),n.event.add(this,"click._change",function(a){this._justChanged&&!a.isTrigger&&(this._justChanged=!1),n.event.simulate("change",this,a)})),!1):void n.event.add(this,"beforeactivate._change",function(a){var b=a.target;ka.test(b.nodeName)&&!n._data(b,"change")&&(n.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||n.event.simulate("change",this.parentNode,a)}),n._data(b,"change",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return n.event.remove(this,"._change"),!ka.test(this.nodeName)}}),l.focusin||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=n._data(d,b);e||d.addEventListener(a,c,!0),n._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=n._data(d,b)-1;e?n._data(d,b,e):(d.removeEventListener(a,c,!0),n._removeData(d,b))}}}),n.fn.extend({on:function(a,b,c,d){return sa(this,a,b,c,d)},one:function(a,b,c,d){return sa(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=qa),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ta=/ jQuery\d+="(?:null|\d+)"/g,ua=new RegExp("<(?:"+ba+")[\\s/>]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/<script|<style|<link/i,xa=/checked\s*(?:[^=]|=\s*.checked.)/i,ya=/^true\/(.*)/,za=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,Aa=ca(d),Ba=Aa.appendChild(d.createElement("div"));function Ca(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Da(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function Ea(a){var b=ya.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Fa(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Ga(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(Da(b).text=a.text,Ea(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Z.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}}function Ha(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&xa.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),Ha(f,b,c,d)});if(o&&(k=ja(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&&(k=e),e||d)){for(i=n.map(ea(k,"script"),Da),h=i.length;o>m;m++)g=k,m!==p&&(g=n.clone(g,!0,!0),h&&n.merge(i,ea(g,"script"))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Ea),m=0;h>m;m++)g=i[m],_.test(g.type||"")&&!n._data(g,"globalEval")&&n.contains(j,g)&&(g.src?n._evalUrl&&n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||"").replace(za,"")));k=e=null}return a}function Ia(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(ea(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&mofa(ea(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(va,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Ba.innerHTML=a.outerHTML,Ba.removeChild(f=Ba.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=ea(f),h=ea(a),g=0;null!=(e=h[g]);++g)d[g]&&Ga(e,d[g]);if(b)if(c)for(h=h||ea(a),d=d||ea(f),g=0;null!=(e=h[g]);g++)Fa(e,d[g]);else Fa(a,f);return d=ea(f,"script"),d.length>0&&mofa(d,!i&&ea(a,"script")),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||M(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k||"undefined"==typeof d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ha,detach:function(a){return Ia(this,a,!0)},remove:function(a){return Ia(this,a)},text:function(a){return Y(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.appendChild(a)}})},prepend:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(ea(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return Y(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(ta,""):void 0;if("string"==typeof a&&!wa.test(a)&&(l.htmlSerialize||!ua.test(a))&&(l.leadingWhitespace||!aa.test(a))&&!da[($.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ea(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ha(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(ea(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ja,Ka={HTML:"block",BODY:"block"};function La(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function Ma(a){var b=d,c=Ka[a];return c||(c=La(a,b),"none"!==c&&c||(Ja=(Ja||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Ja[0].contentWindow||Ja[0].contentDocument).document,b.write(),b.close(),c=La(a,b),Ja.detach()),Ka[a]=c),c}var Na=/^margin/,Oa=new RegExp("^("+T+")(?!px)[a-z%]+$","i"),Pa=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Qa=d.documentElement;!function(){var b,c,e,f,g,h,i=d.createElement("div"),j=d.createElement("div");if(j.style){j.style.cssText="float:left;opacity:.5",l.opacity="0.5"===j.style.opacity,l.cssFloat=!!j.style.cssFloat,j.style.backgroundClip="content-box",j.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===j.style.backgroundClip,i=d.createElement("div"),i.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",j.innerHTML="",i.appendChild(j),l.boxSizing=""===j.style.boxSizing||""===j.style.MozBoxSizing||""===j.style.WebkitBoxSizing,n.extend(l,{reliableHiddenOffsets:function(){return null==b&&k(),f},boxSizingReliable:function(){return null==b&&k(),e},pixelMarginRight:function(){return null==b&&k(),c},pixelPosition:function(){return null==b&&k(),b},reliableMarginRight:function(){return null==b&&k(),g},reliableMarginLeft:function(){return null==b&&k(),h}});function k(){var k,l,m=d.documentElement;m.appendChild(i),j.style.cssText="-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",b=e=h=!1,c=g=!0,a.getComputedStyle&&(l=a.getComputedStyle(j),b="1%"!==(l||{}).top,h="2px"===(l||{}).marginLeft,e="4px"===(l||{width:"4px"}).width,j.style.marginRight="50%",c="4px"===(l||{marginRight:"4px"}).marginRight,k=j.appendChild(d.createElement("div")),k.style.cssText=j.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",k.style.marginRight=k.style.width="0",j.style.width="1px",g=!parseFloat((a.getComputedStyle(k)||{}).marginRight),j.removeChild(k)),j.style.display="none",f=0===j.getClientRects().length,f&&(j.style.display="",j.innerHTML="<table><tr><td></td><td>t</td></tr></table>",j.childNodes[0].style.borderCollapse="separate",k=j.getElementsByTagName("td"),k[0].style.cssText="margin:0;border:0;padding:0;display:none",f=0===k[0].offsetHeight,f&&(k[0].style.display="",k[1].style.display="none",f=0===k[0].offsetHeight)),m.removeChild(i)}}}();var Ra,Sa,Ta=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ra=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c.getPropertyValue(b)||c[b]:void 0,""!==g&&void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&&!l.pixelMarginRight()&&Oa.test(g)&&Na.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0===g?g:g+""}):Qa.currentStyle&&(Ra=function(a){return a.currentStyle},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Oa.test(g)&&!Ta.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Ua(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Va=/alpha\([^)]*\)/i,Wa=/opacity\s*=\s*([^)]*)/i,Xa=/^(none|table(?!-c[ea]).+)/,Ya=new RegExp("^("+T+")(.*)$","i"),Za={position:"absolute",visibility:"hidden",display:"block"},$a={letterSpacing:"0",fontWeight:"400"},_a=["Webkit","O","Moz","ms"],ab=d.createElement("div").style;function bb(a){if(a in ab)return a;var b=a.charAt(0).toUpperCase()+a.slice(1),c=_a.length;while(c--)if(a=_a[c]+b,a in ab)return a}function cb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=n._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&W(d)&&(f[g]=n._data(d,"olddisplay",Ma(d.nodeName)))):(e=W(d),(c&&"none"!==c||!e)&&n._data(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function db(a,b,c){var d=Ya.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function eb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+V[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+V[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+V[f]+"Width",!0,e))):(g+=n.css(a,"padding"+V[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+V[f]+"Width",!0,e)));return g}function fb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ra(a),g=l.boxSizing&&"border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Sa(a,b,f),(0>e||null==e)&&(e=a.style[b]),Oa.test(e))return e;d=g&&(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+eb(a,b,c||(g?"border":"content"),d,f)+"px"}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Sa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":l.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;if(b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=U.exec(c))&&e[1]&&(c=X(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(n.cssNumber[h]?"":"px")),l.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Sa(a,b,d)),"normal"===f&&b in $a&&(f=$a[b]),""===c||c?(e=parseFloat(f),c===!0||isFinite(e)?e||0:f):f}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?Xa.test(n.css(a,"display"))&&0===a.offsetWidth?Pa(a,Za,function(){return fb(a,b,d)}):fb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ra(a);return db(a,c,d?eb(a,b,d,l.boxSizing&&"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),l.opacity||(n.cssHooks.opacity={get:function(a,b){return Wa.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=n.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===n.trim(f.replace(Va,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Va.test(f)?f.replace(Va,e):f+" "+e)}}),n.cssHooks.marginRight=Ua(l.reliableMarginRight,function(a,b){return b?Pa(a,{display:"inline-block"},Sa,[a,"marginRight"]):void 0}),n.cssHooks.marginLeft=Ua(l.reliableMarginLeft,function(a,b){return b?(parseFloat(Sa(a,"marginLeft"))||(n.contains(a.ownerDocument,a)?a.getBoundingClientRect().left-Pa(a,{
4
  marginLeft:0},function(){return a.getBoundingClientRect().left}):0))+"px":void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+V[d]+b]=f[d]||f[d-2]||f[0];return e}},Na.test(a)||(n.cssHooks[a+b].set=db)}),n.fn.extend({css:function(a,b){return Y(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Ra(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return cb(this,!0)},hide:function(){return cb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){W(this)?n(this).show():n(this).hide()})}});function gb(a,b,c,d,e){return new gb.prototype.init(a,b,c,d,e)}n.Tween=gb,gb.prototype={constructor:gb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=gb.propHooks[this.prop];return a&&a.get?a.get(this):gb.propHooks._default.get(this)},run:function(a){var b,c=gb.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):gb.propHooks._default.set(this),this}},gb.prototype.init.prototype=gb.prototype,gb.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&&!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},gb.propHooks.scrollTop=gb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},n.fx=gb.prototype.init,n.fx.step={};var hb,ib,jb=/^(?:toggle|show|hide)$/,kb=/queueHooks$/;function lb(){return a.setTimeout(function(){hb=void 0}),hb=n.now()}function mb(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=V[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function nb(a,b,c){for(var d,e=(qb.tweeners[b]||[]).concat(qb.tweeners["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ob(a,b,c){var d,e,f,g,h,i,j,k,m=this,o={},p=a.style,q=a.nodeType&&W(a),r=n._data(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,m.always(function(){m.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=n.css(a,"display"),k="none"===j?n._data(a,"olddisplay")||Ma(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(l.inlineBlockNeedsLayout&&"inline"!==Ma(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",l.shrinkWrapBlocks()||m.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],jb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(o))"inline"===("none"===j?Ma(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=n._data(a,"fxshow",{}),f&&(r.hidden=!q),q?n(a).show():m.done(function(){n(a).hide()}),m.done(function(){var b;n._removeData(a,"fxshow");for(b in o)n.style(a,b,o[b])});for(d in o)g=nb(q?r[d]:0,d,m),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function pb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function qb(a,b,c){var d,e,f=0,g=qb.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=hb||lb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:hb||lb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(pb(k,j.opts.specialEasing);g>f;f++)if(d=qb.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&&(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,nb,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(qb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return X(c.elem,a,U.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.match(G);for(var c,d=0,e=a.length;e>d;d++)c=a[d],qb.tweeners[c]=qb.tweeners[c]||[],qb.tweeners[c].unshift(b)},prefilters:[ob],prefilter:function(a,b){b?qb.prefilters.unshift(a):qb.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(W).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=qb(this,n.extend({},a),f);(e||n._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=n._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&kb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=n._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(mb(b,!0),a,d,e)}}),n.each({slideDown:mb("show"),slideUp:mb("hide"),slideToggle:mb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=n.timers,c=0;for(hb=n.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||n.fx.stop(),hb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){ib||(ib=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(ib),ib=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a,b=d.createElement("input"),c=d.createElement("div"),e=d.createElement("select"),f=e.appendChild(d.createElement("option"));c=d.createElement("div"),c.setAttribute("className","t"),c.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",a=c.getElementsByTagName("a")[0],b.setAttribute("type","checkbox"),c.appendChild(b),a=c.getElementsByTagName("a")[0],a.style.cssText="top:1px",l.getSetAttribute="t"!==c.className,l.style=/top/.test(a.getAttribute("style")),l.hrefNormalized="/a"===a.getAttribute("href"),l.checkOn=!!b.value,l.optSelected=f.selected,l.enctype=!!d.createElement("form").enctype,e.disabled=!0,l.optDisabled=!f.disabled,b=d.createElement("input"),b.setAttribute("value",""),l.input=""===b.getAttribute("value"),b.value="t",b.setAttribute("type","radio"),l.radioValue="t"===b.value}();var rb=/\r/g,sb=/[\x20\t\r\n\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a)).replace(sb," ")}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],(c.selected||i===e)&&(l.optDisabled?!c.disabled:null===c.getAttribute("disabled"))&&(!c.parentNode.disabled||!n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)if(d=e[g],n.inArray(n.valHooks.option.get(d),f)>-1)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>-1:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var tb,ub,vb=n.expr.attrHandle,wb=/^(?:checked|selected)$/i,xb=l.getSetAttribute,yb=l.input;n.fn.extend({attr:function(a,b){return Y(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?ub:tb)),void 0!==c?null===c?void n.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(G);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)?yb&&xb||!wb.test(c)?a[d]=!1:a[n.camelCase("default-"+c)]=a[d]=!1:n.attr(a,c,""),a.removeAttribute(xb?c:d)}}),ub={set:function(a,b,c){return b===!1?n.removeAttr(a,c):yb&&xb||!wb.test(c)?a.setAttribute(!xb&&n.propFix[c]||c,c):a[n.camelCase("default-"+c)]=a[c]=!0,c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=vb[b]||n.find.attr;yb&&xb||!wb.test(b)?vb[b]=function(a,b,d){var e,f;return d||(f=vb[b],vb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,vb[b]=f),e}:vb[b]=function(a,b,c){return c?void 0:a[n.camelCase("default-"+b)]?b.toLowerCase():null}}),yb&&xb||(n.attrHooks.value={set:function(a,b,c){return n.nodeName(a,"input")?void(a.defaultValue=b):tb&&tb.set(a,b,c)}}),xb||(tb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},vb.id=vb.name=vb.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},n.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:tb.set},n.attrHooks.contenteditable={set:function(a,b,c){tb.set(a,""===b?!1:b,c)}},n.each(["width","height"],function(a,b){n.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),l.style||(n.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var zb=/^(?:input|select|textarea|button|object)$/i,Ab=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return Y(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return a=n.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&n.isXMLDoc(a)||(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseInt(b,10):zb.test(a.nodeName)||Ab.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),l.hrefNormalized||n.each(["href","src"],function(a,b){n.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this}),l.enctype||(n.propFix.enctype="encoding");var Bb=/[\t\r\n\f]/g;function Cb(a){return n.attr(a,"class")||""}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,Cb(this)))});if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&&(" "+e+" ").replace(Bb," ")){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=n.trim(d),e!==h&&n.attr(c,"class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,Cb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&&(" "+e+" ").replace(Bb," ")){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=n.trim(d),e!==h&&n.attr(c,"class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,Cb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=n(this),f=a.match(G)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=Cb(this),b&&n._data(this,"__className__",b),n.attr(this,"class",b||a===!1?"":n._data(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+Cb(c)+" ").replace(Bb," ").indexOf(b)>-1)return!0;return!1}}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Db=a.location,Eb=n.now(),Fb=/\?/,Gb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;n.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=n.trim(b+"");return e&&!n.trim(e.replace(Gb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():n.error("Invalid JSON: "+b)},n.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new a.DOMParser,c=d.parseFromString(b,"text/xml")):(c=new a.ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||n.error("Invalid XML: "+b),c};var Hb=/#.*$/,Ib=/([?&])_=[^&]*/,Jb=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Kb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Lb=/^(?:GET|HEAD)$/,Mb=/^\/\//,Nb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Ob={},Pb={},Qb="*/".concat("*"),Rb=Db.href,Sb=Nb.exec(Rb.toLowerCase())||[];function Tb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(G)||[];if(n.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Ub(a,b,c,d){var e={},f=a===Pb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Vb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&n.extend(!0,a,c),a}function Wb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Xb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Rb,type:"GET",isLocal:Kb.test(Sb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Qb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Vb(Vb(a,n.ajaxSettings),b):Vb(n.ajaxSettings,a)},ajaxPrefilter:Tb(Ob),ajaxTransport:Tb(Pb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var d,e,f,g,h,i,j,k,l=n.ajaxSetup({},c),m=l.context||l,o=l.context&&(m.nodeType||m.jquery)?n(m):n.event,p=n.Deferred(),q=n.Callbacks("once memory"),r=l.statusCode||{},s={},t={},u=0,v="canceled",w={readyState:0,getResponseHeader:function(a){var b;if(2===u){if(!k){k={};while(b=Jb.exec(g))k[b[1].toLowerCase()]=b[2]}b=k[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===u?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return u||(a=t[c]=t[c]||a,s[a]=b),this},overrideMimeType:function(a){return u||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>u)for(b in a)r[b]=[r[b],a[b]];else w.always(a[w.status]);return this},abort:function(a){var b=a||v;return j&&j.abort(b),y(0,b),this}};if(p.promise(w).complete=q.add,w.success=w.done,w.error=w.fail,l.url=((b||l.url||Rb)+"").replace(Hb,"").replace(Mb,Sb[1]+"//"),l.type=c.method||c.type||l.method||l.type,l.dataTypes=n.trim(l.dataType||"*").toLowerCase().match(G)||[""],null==l.crossDomain&&(d=Nb.exec(l.url.toLowerCase()),l.crossDomain=!(!d||d[1]===Sb[1]&&d[2]===Sb[2]&&(d[3]||("http:"===d[1]?"80":"443"))===(Sb[3]||("http:"===Sb[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=n.param(l.data,l.traditional)),Ub(Ob,l,c,w),2===u)return w;i=n.event&&l.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!Lb.test(l.type),f=l.url,l.hasContent||(l.data&&(f=l.url+=(Fb.test(f)?"&":"?")+l.data,delete l.data),l.cache===!1&&(l.url=Ib.test(f)?f.replace(Ib,"$1_="+Eb++):f+(Fb.test(f)?"&":"?")+"_="+Eb++)),l.ifModified&&(n.lastModified[f]&&w.setRequestHeader("If-Modified-Since",n.lastModified[f]),n.etag[f]&&w.setRequestHeader("If-None-Match",n.etag[f])),(l.data&&l.hasContent&&l.contentType!==!1||c.contentType)&&w.setRequestHeader("Content-Type",l.contentType),w.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+Qb+"; q=0.01":""):l.accepts["*"]);for(e in l.headers)w.setRequestHeader(e,l.headers[e]);if(l.beforeSend&&(l.beforeSend.call(m,w,l)===!1||2===u))return w.abort();v="abort";for(e in{success:1,error:1,complete:1})w[e](l[e]);if(j=Ub(Pb,l,c,w)){if(w.readyState=1,i&&o.trigger("ajaxSend",[w,l]),2===u)return w;l.async&&l.timeout>0&&(h=a.setTimeout(function(){w.abort("timeout")},l.timeout));try{u=1,j.send(s,y)}catch(x){if(!(2>u))throw x;y(-1,x)}}else y(-1,"No Transport");function y(b,c,d,e){var k,s,t,v,x,y=c;2!==u&&(u=2,h&&a.clearTimeout(h),j=void 0,g=e||"",w.readyState=b>0?4:0,k=b>=200&&300>b||304===b,d&&(v=Wb(l,w,d)),v=Xb(l,v,w,k),k?(l.ifModified&&(x=w.getResponseHeader("Last-Modified"),x&&(n.lastModified[f]=x),x=w.getResponseHeader("etag"),x&&(n.etag[f]=x)),204===b||"HEAD"===l.type?y="nocontent":304===b?y="notmodified":(y=v.state,s=v.data,t=v.error,k=!t)):(t=y,!b&&y||(y="error",0>b&&(b=0))),w.status=b,w.statusText=(c||y)+"",k?p.resolveWith(m,[s,y,w]):p.rejectWith(m,[w,y,t]),w.statusCode(r),r=void 0,i&&o.trigger(k?"ajaxSuccess":"ajaxError",[w,l,k?s:t]),q.fireWith(m,[w,y]),i&&(o.trigger("ajaxComplete",[w,l]),--n.active||n.event.trigger("ajaxStop")))}return w},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&&a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){if(n.isFunction(a))return this.each(function(b){n(this).wrapAll(a.call(this,b))});if(this[0]){var b=n(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}});function Yb(a){return a.style&&a.style.display||n.css(a,"display")}function Zb(a){if(!n.contains(a.ownerDocument||d,a))return!0;while(a&&1===a.nodeType){if("none"===Yb(a)||"hidden"===a.type)return!0;a=a.parentNode}return!1}n.expr.filters.hidden=function(a){return l.reliableHiddenOffsets()?a.offsetWidth<=0&&a.offsetHeight<=0&&!a.getClientRects().length:Zb(a)},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var $b=/%20/g,_b=/\[\]$/,ac=/\r?\n/g,bc=/^(?:submit|button|image|reset|file)$/i,cc=/^(?:input|select|textarea|keygen)/i;function dc(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||_b.test(a)?d(a,e):dc(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)dc(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)dc(c,a[c],b,e);return d.join("&").replace($b,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&cc.test(this.nodeName)&&!bc.test(a)&&(this.checked||!Z.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(ac,"\r\n")}}):{name:b.name,value:c.replace(ac,"\r\n")}}).get()}}),n.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return this.isLocal?ic():d.documentMode>8?hc():/^(get|post|head|put|delete|options)$/i.test(this.type)&&hc()||ic()}:hc;var ec=0,fc={},gc=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in fc)fc[a](void 0,!0)}),l.cors=!!gc&&"withCredentials"in gc,gc=l.ajax=!!gc,gc&&n.ajaxTransport(function(b){if(!b.crossDomain||l.cors){var c;return{send:function(d,e){var f,g=b.xhr(),h=++ec;if(g.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(f in b.xhrFields)g[f]=b.xhrFields[f];b.mimeType&&g.overrideMimeType&&g.overrideMimeType(b.mimeType),b.crossDomain||d["X-Requested-With"]||(d["X-Requested-With"]="XMLHttpRequest");for(f in d)void 0!==d[f]&&g.setRequestHeader(f,d[f]+"");g.send(b.hasContent&&b.data||null),c=function(a,d){var f,i,j;if(c&&(d||4===g.readyState))if(delete fc[h],c=void 0,g.onreadystatechange=n.noop,d)4!==g.readyState&&g.abort();else{j={},f=g.status,"string"==typeof g.responseText&&(j.text=g.responseText);try{i=g.statusText}catch(k){i=""}f||!b.isLocal||b.crossDomain?1223===f&&(f=204):f=j.text?200:404}j&&e(f,i,j,g.getAllResponseHeaders())},b.async?4===g.readyState?a.setTimeout(c):g.onreadystatechange=fc[h]=c:c()},abort:function(){c&&c(void 0,!0)}}}});function hc(){try{return new a.XMLHttpRequest}catch(b){}}function ic(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=d.head||n("head")[0]||d.documentElement;return{send:function(e,f){b=d.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||f(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var jc=[],kc=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=jc.pop()||n.expando+"_"+Eb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(kc.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&kc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(kc,"$1"+e):b.jsonp!==!1&&(b.url+=(Fb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,jc.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&&[];return e?[b.createElement(e[1])]:(e=ja([a],b,f),f&&f.length&&n(f).remove(),n.merge([],e.childNodes))};var lc=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&lc)return lc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=n.trim(a.slice(h,a.length)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function mc(a){return n.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&n.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,n.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,n.contains(b,e)?("undefined"!=typeof e.getBoundingClientRect&&(d=e.getBoundingClientRect()),c=mc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===n.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(c=a.offset()),c.top+=n.css(a[0],"borderTopWidth",!0),c.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-n.css(d,"marginTop",!0),left:b.left-c.left-n.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Qa})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);n.fn[a]=function(d){return Y(this,function(a,d,e){var f=mc(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?n(f).scrollLeft():e,c?e:n(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Ua(l.pixelPosition,function(a,c){return c?(c=Sa(a,b),Oa.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({
5
  padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return Y(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var nc=a.jQuery,oc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=oc),b&&a.jQuery===n&&(a.jQuery=nc),n},b||(a.jQuery=a.$=n),n});
1
  /*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */
2
+ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=la(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=ma(b);function pa(){}pa.prototype=d.filters=d.pseudos,d.setFilters=new pa,g=fa.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=R.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(Q," ")}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fa.error(a):z(a,i).slice(0)};function qa(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))>-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0;
3
+ }return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=n._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}}),function(){var a;l.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,e;return c=d.getElementsByTagName("body")[0],c&&c.style?(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(d.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(e),a):void 0}}();var T=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,U=new RegExp("^(?:([+-])=|)("+T+")([a-z%]*)$","i"),V=["Top","Right","Bottom","Left"],W=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)};function X(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,"")},i=h(),j=c&&c[3]||(n.cssNumber[b]?"":"px"),k=(n.cssNumber[b]||"px"!==j&&+i)&&U.exec(n.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,n.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var Y=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)Y(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav></:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:l.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|&#?\w+;/,ha=/<tbody/i;function ia(a){Z.test(a.type)&&(a.defaultChecked=a.checked)}function ja(a,b,c,d,e){for(var f,g,h,i,j,k,m,o=a.length,p=ca(b),q=[],r=0;o>r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?"<table>"!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&fa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=ma.test(f)?this.mouseHooks:la.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=g.srcElement||d),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,h.filter?h.filter(a,g):a},props:"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,e,f,g=b.button,h=b.fromElement;return null==a.pageX&&null!=b.clientX&&(e=a.target.ownerDocument||d,f=e.documentElement,c=e.body,a.pageX=b.clientX+(f&&f.scrollLeft||c&&c.scrollLeft||0)-(f&&f.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(f&&f.scrollTop||c&&c.scrollTop||0)-(f&&f.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&h&&(a.relatedTarget=h===a.target?b.toElement:h),a.which||void 0===g||(a.which=1&g?1:2&g?3:4&g?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ra()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===ra()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return n.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b),d.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=d.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)}:function(a,b,c){var d="on"+b;a.detachEvent&&("undefined"==typeof a[d]&&(a[d]=null),a.detachEvent(d,c))},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?pa:qa):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={constructor:n.Event,isDefaultPrevented:qa,isPropagationStopped:qa,isImmediatePropagationStopped:qa,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=pa,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=pa,a&&!this.isSimulated&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=pa,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),l.submit||(n.event.special.submit={setup:function(){return n.nodeName(this,"form")?!1:void n.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=n.nodeName(b,"input")||n.nodeName(b,"button")?n.prop(b,"form"):void 0;c&&!n._data(c,"submit")&&(n.event.add(c,"submit._submit",function(a){a._submitBubble=!0}),n._data(c,"submit",!0))})},postDispatch:function(a){a._submitBubble&&(delete a._submitBubble,this.parentNode&&!a.isTrigger&&n.event.simulate("submit",this.parentNode,a))},teardown:function(){return n.nodeName(this,"form")?!1:void n.event.remove(this,"._submit")}}),l.change||(n.event.special.change={setup:function(){return ka.test(this.nodeName)?("checkbox"!==this.type&&"radio"!==this.type||(n.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._justChanged=!0)}),n.event.add(this,"click._change",function(a){this._justChanged&&!a.isTrigger&&(this._justChanged=!1),n.event.simulate("change",this,a)})),!1):void n.event.add(this,"beforeactivate._change",function(a){var b=a.target;ka.test(b.nodeName)&&!n._data(b,"change")&&(n.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||n.event.simulate("change",this.parentNode,a)}),n._data(b,"change",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return n.event.remove(this,"._change"),!ka.test(this.nodeName)}}),l.focusin||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=n._data(d,b);e||d.addEventListener(a,c,!0),n._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=n._data(d,b)-1;e?n._data(d,b,e):(d.removeEventListener(a,c,!0),n._removeData(d,b))}}}),n.fn.extend({on:function(a,b,c,d){return sa(this,a,b,c,d)},one:function(a,b,c,d){return sa(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=qa),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ta=/ jQuery\d+="(?:null|\d+)"/g,ua=new RegExp("<(?:"+ba+")[\\s/>]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/<script|<style|<link/i,xa=/checked\s*(?:[^=]|=\s*.checked.)/i,ya=/^true\/(.*)/,za=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,Aa=ca(d),Ba=Aa.appendChild(d.createElement("div"));function Ca(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Da(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function Ea(a){var b=ya.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Fa(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Ga(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(Da(b).text=a.text,Ea(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Z.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}}function Ha(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&xa.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),Ha(f,b,c,d)});if(o&&(k=ja(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&&(k=e),e||d)){for(i=n.map(ea(k,"script"),Da),h=i.length;o>m;m++)g=k,m!==p&&(g=n.clone(g,!0,!0),h&&n.merge(i,ea(g,"script"))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Ea),m=0;h>m;m++)g=i[m],_.test(g.type||"")&&!n._data(g,"globalEval")&&n.contains(j,g)&&(g.src?n._evalUrl&&n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||"").replace(za,"")));k=e=null}return a}function Ia(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(ea(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&fa(ea(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(va,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Ba.innerHTML=a.outerHTML,Ba.removeChild(f=Ba.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=ea(f),h=ea(a),g=0;null!=(e=h[g]);++g)d[g]&&Ga(e,d[g]);if(b)if(c)for(h=h||ea(a),d=d||ea(f),g=0;null!=(e=h[g]);g++)Fa(e,d[g]);else Fa(a,f);return d=ea(f,"script"),d.length>0&&fa(d,!i&&ea(a,"script")),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||M(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k||"undefined"==typeof d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ha,detach:function(a){return Ia(this,a,!0)},remove:function(a){return Ia(this,a)},text:function(a){return Y(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.appendChild(a)}})},prepend:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(ea(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return Y(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(ta,""):void 0;if("string"==typeof a&&!wa.test(a)&&(l.htmlSerialize||!ua.test(a))&&(l.leadingWhitespace||!aa.test(a))&&!da[($.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ea(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ha(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(ea(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ja,Ka={HTML:"block",BODY:"block"};function La(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function Ma(a){var b=d,c=Ka[a];return c||(c=La(a,b),"none"!==c&&c||(Ja=(Ja||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Ja[0].contentWindow||Ja[0].contentDocument).document,b.write(),b.close(),c=La(a,b),Ja.detach()),Ka[a]=c),c}var Na=/^margin/,Oa=new RegExp("^("+T+")(?!px)[a-z%]+$","i"),Pa=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Qa=d.documentElement;!function(){var b,c,e,f,g,h,i=d.createElement("div"),j=d.createElement("div");if(j.style){j.style.cssText="float:left;opacity:.5",l.opacity="0.5"===j.style.opacity,l.cssFloat=!!j.style.cssFloat,j.style.backgroundClip="content-box",j.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===j.style.backgroundClip,i=d.createElement("div"),i.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",j.innerHTML="",i.appendChild(j),l.boxSizing=""===j.style.boxSizing||""===j.style.MozBoxSizing||""===j.style.WebkitBoxSizing,n.extend(l,{reliableHiddenOffsets:function(){return null==b&&k(),f},boxSizingReliable:function(){return null==b&&k(),e},pixelMarginRight:function(){return null==b&&k(),c},pixelPosition:function(){return null==b&&k(),b},reliableMarginRight:function(){return null==b&&k(),g},reliableMarginLeft:function(){return null==b&&k(),h}});function k(){var k,l,m=d.documentElement;m.appendChild(i),j.style.cssText="-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",b=e=h=!1,c=g=!0,a.getComputedStyle&&(l=a.getComputedStyle(j),b="1%"!==(l||{}).top,h="2px"===(l||{}).marginLeft,e="4px"===(l||{width:"4px"}).width,j.style.marginRight="50%",c="4px"===(l||{marginRight:"4px"}).marginRight,k=j.appendChild(d.createElement("div")),k.style.cssText=j.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",k.style.marginRight=k.style.width="0",j.style.width="1px",g=!parseFloat((a.getComputedStyle(k)||{}).marginRight),j.removeChild(k)),j.style.display="none",f=0===j.getClientRects().length,f&&(j.style.display="",j.innerHTML="<table><tr><td></td><td>t</td></tr></table>",j.childNodes[0].style.borderCollapse="separate",k=j.getElementsByTagName("td"),k[0].style.cssText="margin:0;border:0;padding:0;display:none",f=0===k[0].offsetHeight,f&&(k[0].style.display="",k[1].style.display="none",f=0===k[0].offsetHeight)),m.removeChild(i)}}}();var Ra,Sa,Ta=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ra=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c.getPropertyValue(b)||c[b]:void 0,""!==g&&void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&&!l.pixelMarginRight()&&Oa.test(g)&&Na.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0===g?g:g+""}):Qa.currentStyle&&(Ra=function(a){return a.currentStyle},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Oa.test(g)&&!Ta.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Ua(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Va=/alpha\([^)]*\)/i,Wa=/opacity\s*=\s*([^)]*)/i,Xa=/^(none|table(?!-c[ea]).+)/,Ya=new RegExp("^("+T+")(.*)$","i"),Za={position:"absolute",visibility:"hidden",display:"block"},$a={letterSpacing:"0",fontWeight:"400"},_a=["Webkit","O","Moz","ms"],ab=d.createElement("div").style;function bb(a){if(a in ab)return a;var b=a.charAt(0).toUpperCase()+a.slice(1),c=_a.length;while(c--)if(a=_a[c]+b,a in ab)return a}function cb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=n._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&W(d)&&(f[g]=n._data(d,"olddisplay",Ma(d.nodeName)))):(e=W(d),(c&&"none"!==c||!e)&&n._data(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function db(a,b,c){var d=Ya.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function eb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+V[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+V[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+V[f]+"Width",!0,e))):(g+=n.css(a,"padding"+V[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+V[f]+"Width",!0,e)));return g}function fb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ra(a),g=l.boxSizing&&"border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Sa(a,b,f),(0>e||null==e)&&(e=a.style[b]),Oa.test(e))return e;d=g&&(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+eb(a,b,c||(g?"border":"content"),d,f)+"px"}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Sa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":l.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;if(b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=U.exec(c))&&e[1]&&(c=X(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(n.cssNumber[h]?"":"px")),l.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Sa(a,b,d)),"normal"===f&&b in $a&&(f=$a[b]),""===c||c?(e=parseFloat(f),c===!0||isFinite(e)?e||0:f):f}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?Xa.test(n.css(a,"display"))&&0===a.offsetWidth?Pa(a,Za,function(){return fb(a,b,d)}):fb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ra(a);return db(a,c,d?eb(a,b,d,l.boxSizing&&"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),l.opacity||(n.cssHooks.opacity={get:function(a,b){return Wa.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=n.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===n.trim(f.replace(Va,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Va.test(f)?f.replace(Va,e):f+" "+e)}}),n.cssHooks.marginRight=Ua(l.reliableMarginRight,function(a,b){return b?Pa(a,{display:"inline-block"},Sa,[a,"marginRight"]):void 0}),n.cssHooks.marginLeft=Ua(l.reliableMarginLeft,function(a,b){return b?(parseFloat(Sa(a,"marginLeft"))||(n.contains(a.ownerDocument,a)?a.getBoundingClientRect().left-Pa(a,{
4
  marginLeft:0},function(){return a.getBoundingClientRect().left}):0))+"px":void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+V[d]+b]=f[d]||f[d-2]||f[0];return e}},Na.test(a)||(n.cssHooks[a+b].set=db)}),n.fn.extend({css:function(a,b){return Y(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Ra(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return cb(this,!0)},hide:function(){return cb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){W(this)?n(this).show():n(this).hide()})}});function gb(a,b,c,d,e){return new gb.prototype.init(a,b,c,d,e)}n.Tween=gb,gb.prototype={constructor:gb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=gb.propHooks[this.prop];return a&&a.get?a.get(this):gb.propHooks._default.get(this)},run:function(a){var b,c=gb.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):gb.propHooks._default.set(this),this}},gb.prototype.init.prototype=gb.prototype,gb.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&&!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},gb.propHooks.scrollTop=gb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},n.fx=gb.prototype.init,n.fx.step={};var hb,ib,jb=/^(?:toggle|show|hide)$/,kb=/queueHooks$/;function lb(){return a.setTimeout(function(){hb=void 0}),hb=n.now()}function mb(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=V[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function nb(a,b,c){for(var d,e=(qb.tweeners[b]||[]).concat(qb.tweeners["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ob(a,b,c){var d,e,f,g,h,i,j,k,m=this,o={},p=a.style,q=a.nodeType&&W(a),r=n._data(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,m.always(function(){m.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=n.css(a,"display"),k="none"===j?n._data(a,"olddisplay")||Ma(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(l.inlineBlockNeedsLayout&&"inline"!==Ma(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",l.shrinkWrapBlocks()||m.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],jb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(o))"inline"===("none"===j?Ma(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=n._data(a,"fxshow",{}),f&&(r.hidden=!q),q?n(a).show():m.done(function(){n(a).hide()}),m.done(function(){var b;n._removeData(a,"fxshow");for(b in o)n.style(a,b,o[b])});for(d in o)g=nb(q?r[d]:0,d,m),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function pb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function qb(a,b,c){var d,e,f=0,g=qb.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=hb||lb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:hb||lb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(pb(k,j.opts.specialEasing);g>f;f++)if(d=qb.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&&(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,nb,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(qb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return X(c.elem,a,U.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.match(G);for(var c,d=0,e=a.length;e>d;d++)c=a[d],qb.tweeners[c]=qb.tweeners[c]||[],qb.tweeners[c].unshift(b)},prefilters:[ob],prefilter:function(a,b){b?qb.prefilters.unshift(a):qb.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(W).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=qb(this,n.extend({},a),f);(e||n._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=n._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&kb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=n._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(mb(b,!0),a,d,e)}}),n.each({slideDown:mb("show"),slideUp:mb("hide"),slideToggle:mb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=n.timers,c=0;for(hb=n.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||n.fx.stop(),hb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){ib||(ib=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(ib),ib=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a,b=d.createElement("input"),c=d.createElement("div"),e=d.createElement("select"),f=e.appendChild(d.createElement("option"));c=d.createElement("div"),c.setAttribute("className","t"),c.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",a=c.getElementsByTagName("a")[0],b.setAttribute("type","checkbox"),c.appendChild(b),a=c.getElementsByTagName("a")[0],a.style.cssText="top:1px",l.getSetAttribute="t"!==c.className,l.style=/top/.test(a.getAttribute("style")),l.hrefNormalized="/a"===a.getAttribute("href"),l.checkOn=!!b.value,l.optSelected=f.selected,l.enctype=!!d.createElement("form").enctype,e.disabled=!0,l.optDisabled=!f.disabled,b=d.createElement("input"),b.setAttribute("value",""),l.input=""===b.getAttribute("value"),b.value="t",b.setAttribute("type","radio"),l.radioValue="t"===b.value}();var rb=/\r/g,sb=/[\x20\t\r\n\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a)).replace(sb," ")}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],(c.selected||i===e)&&(l.optDisabled?!c.disabled:null===c.getAttribute("disabled"))&&(!c.parentNode.disabled||!n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)if(d=e[g],n.inArray(n.valHooks.option.get(d),f)>-1)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>-1:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var tb,ub,vb=n.expr.attrHandle,wb=/^(?:checked|selected)$/i,xb=l.getSetAttribute,yb=l.input;n.fn.extend({attr:function(a,b){return Y(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?ub:tb)),void 0!==c?null===c?void n.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(G);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)?yb&&xb||!wb.test(c)?a[d]=!1:a[n.camelCase("default-"+c)]=a[d]=!1:n.attr(a,c,""),a.removeAttribute(xb?c:d)}}),ub={set:function(a,b,c){return b===!1?n.removeAttr(a,c):yb&&xb||!wb.test(c)?a.setAttribute(!xb&&n.propFix[c]||c,c):a[n.camelCase("default-"+c)]=a[c]=!0,c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=vb[b]||n.find.attr;yb&&xb||!wb.test(b)?vb[b]=function(a,b,d){var e,f;return d||(f=vb[b],vb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,vb[b]=f),e}:vb[b]=function(a,b,c){return c?void 0:a[n.camelCase("default-"+b)]?b.toLowerCase():null}}),yb&&xb||(n.attrHooks.value={set:function(a,b,c){return n.nodeName(a,"input")?void(a.defaultValue=b):tb&&tb.set(a,b,c)}}),xb||(tb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},vb.id=vb.name=vb.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},n.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:tb.set},n.attrHooks.contenteditable={set:function(a,b,c){tb.set(a,""===b?!1:b,c)}},n.each(["width","height"],function(a,b){n.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),l.style||(n.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var zb=/^(?:input|select|textarea|button|object)$/i,Ab=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return Y(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return a=n.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&n.isXMLDoc(a)||(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseInt(b,10):zb.test(a.nodeName)||Ab.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),l.hrefNormalized||n.each(["href","src"],function(a,b){n.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this}),l.enctype||(n.propFix.enctype="encoding");var Bb=/[\t\r\n\f]/g;function Cb(a){return n.attr(a,"class")||""}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,Cb(this)))});if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&&(" "+e+" ").replace(Bb," ")){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=n.trim(d),e!==h&&n.attr(c,"class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,Cb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&&(" "+e+" ").replace(Bb," ")){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=n.trim(d),e!==h&&n.attr(c,"class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,Cb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=n(this),f=a.match(G)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=Cb(this),b&&n._data(this,"__className__",b),n.attr(this,"class",b||a===!1?"":n._data(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+Cb(c)+" ").replace(Bb," ").indexOf(b)>-1)return!0;return!1}}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Db=a.location,Eb=n.now(),Fb=/\?/,Gb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;n.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=n.trim(b+"");return e&&!n.trim(e.replace(Gb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():n.error("Invalid JSON: "+b)},n.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new a.DOMParser,c=d.parseFromString(b,"text/xml")):(c=new a.ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||n.error("Invalid XML: "+b),c};var Hb=/#.*$/,Ib=/([?&])_=[^&]*/,Jb=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Kb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Lb=/^(?:GET|HEAD)$/,Mb=/^\/\//,Nb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Ob={},Pb={},Qb="*/".concat("*"),Rb=Db.href,Sb=Nb.exec(Rb.toLowerCase())||[];function Tb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(G)||[];if(n.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Ub(a,b,c,d){var e={},f=a===Pb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Vb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&n.extend(!0,a,c),a}function Wb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Xb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Rb,type:"GET",isLocal:Kb.test(Sb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Qb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Vb(Vb(a,n.ajaxSettings),b):Vb(n.ajaxSettings,a)},ajaxPrefilter:Tb(Ob),ajaxTransport:Tb(Pb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var d,e,f,g,h,i,j,k,l=n.ajaxSetup({},c),m=l.context||l,o=l.context&&(m.nodeType||m.jquery)?n(m):n.event,p=n.Deferred(),q=n.Callbacks("once memory"),r=l.statusCode||{},s={},t={},u=0,v="canceled",w={readyState:0,getResponseHeader:function(a){var b;if(2===u){if(!k){k={};while(b=Jb.exec(g))k[b[1].toLowerCase()]=b[2]}b=k[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===u?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return u||(a=t[c]=t[c]||a,s[a]=b),this},overrideMimeType:function(a){return u||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>u)for(b in a)r[b]=[r[b],a[b]];else w.always(a[w.status]);return this},abort:function(a){var b=a||v;return j&&j.abort(b),y(0,b),this}};if(p.promise(w).complete=q.add,w.success=w.done,w.error=w.fail,l.url=((b||l.url||Rb)+"").replace(Hb,"").replace(Mb,Sb[1]+"//"),l.type=c.method||c.type||l.method||l.type,l.dataTypes=n.trim(l.dataType||"*").toLowerCase().match(G)||[""],null==l.crossDomain&&(d=Nb.exec(l.url.toLowerCase()),l.crossDomain=!(!d||d[1]===Sb[1]&&d[2]===Sb[2]&&(d[3]||("http:"===d[1]?"80":"443"))===(Sb[3]||("http:"===Sb[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=n.param(l.data,l.traditional)),Ub(Ob,l,c,w),2===u)return w;i=n.event&&l.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!Lb.test(l.type),f=l.url,l.hasContent||(l.data&&(f=l.url+=(Fb.test(f)?"&":"?")+l.data,delete l.data),l.cache===!1&&(l.url=Ib.test(f)?f.replace(Ib,"$1_="+Eb++):f+(Fb.test(f)?"&":"?")+"_="+Eb++)),l.ifModified&&(n.lastModified[f]&&w.setRequestHeader("If-Modified-Since",n.lastModified[f]),n.etag[f]&&w.setRequestHeader("If-None-Match",n.etag[f])),(l.data&&l.hasContent&&l.contentType!==!1||c.contentType)&&w.setRequestHeader("Content-Type",l.contentType),w.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+Qb+"; q=0.01":""):l.accepts["*"]);for(e in l.headers)w.setRequestHeader(e,l.headers[e]);if(l.beforeSend&&(l.beforeSend.call(m,w,l)===!1||2===u))return w.abort();v="abort";for(e in{success:1,error:1,complete:1})w[e](l[e]);if(j=Ub(Pb,l,c,w)){if(w.readyState=1,i&&o.trigger("ajaxSend",[w,l]),2===u)return w;l.async&&l.timeout>0&&(h=a.setTimeout(function(){w.abort("timeout")},l.timeout));try{u=1,j.send(s,y)}catch(x){if(!(2>u))throw x;y(-1,x)}}else y(-1,"No Transport");function y(b,c,d,e){var k,s,t,v,x,y=c;2!==u&&(u=2,h&&a.clearTimeout(h),j=void 0,g=e||"",w.readyState=b>0?4:0,k=b>=200&&300>b||304===b,d&&(v=Wb(l,w,d)),v=Xb(l,v,w,k),k?(l.ifModified&&(x=w.getResponseHeader("Last-Modified"),x&&(n.lastModified[f]=x),x=w.getResponseHeader("etag"),x&&(n.etag[f]=x)),204===b||"HEAD"===l.type?y="nocontent":304===b?y="notmodified":(y=v.state,s=v.data,t=v.error,k=!t)):(t=y,!b&&y||(y="error",0>b&&(b=0))),w.status=b,w.statusText=(c||y)+"",k?p.resolveWith(m,[s,y,w]):p.rejectWith(m,[w,y,t]),w.statusCode(r),r=void 0,i&&o.trigger(k?"ajaxSuccess":"ajaxError",[w,l,k?s:t]),q.fireWith(m,[w,y]),i&&(o.trigger("ajaxComplete",[w,l]),--n.active||n.event.trigger("ajaxStop")))}return w},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&&a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){if(n.isFunction(a))return this.each(function(b){n(this).wrapAll(a.call(this,b))});if(this[0]){var b=n(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}});function Yb(a){return a.style&&a.style.display||n.css(a,"display")}function Zb(a){if(!n.contains(a.ownerDocument||d,a))return!0;while(a&&1===a.nodeType){if("none"===Yb(a)||"hidden"===a.type)return!0;a=a.parentNode}return!1}n.expr.filters.hidden=function(a){return l.reliableHiddenOffsets()?a.offsetWidth<=0&&a.offsetHeight<=0&&!a.getClientRects().length:Zb(a)},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var $b=/%20/g,_b=/\[\]$/,ac=/\r?\n/g,bc=/^(?:submit|button|image|reset|file)$/i,cc=/^(?:input|select|textarea|keygen)/i;function dc(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||_b.test(a)?d(a,e):dc(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)dc(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)dc(c,a[c],b,e);return d.join("&").replace($b,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&cc.test(this.nodeName)&&!bc.test(a)&&(this.checked||!Z.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(ac,"\r\n")}}):{name:b.name,value:c.replace(ac,"\r\n")}}).get()}}),n.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return this.isLocal?ic():d.documentMode>8?hc():/^(get|post|head|put|delete|options)$/i.test(this.type)&&hc()||ic()}:hc;var ec=0,fc={},gc=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in fc)fc[a](void 0,!0)}),l.cors=!!gc&&"withCredentials"in gc,gc=l.ajax=!!gc,gc&&n.ajaxTransport(function(b){if(!b.crossDomain||l.cors){var c;return{send:function(d,e){var f,g=b.xhr(),h=++ec;if(g.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(f in b.xhrFields)g[f]=b.xhrFields[f];b.mimeType&&g.overrideMimeType&&g.overrideMimeType(b.mimeType),b.crossDomain||d["X-Requested-With"]||(d["X-Requested-With"]="XMLHttpRequest");for(f in d)void 0!==d[f]&&g.setRequestHeader(f,d[f]+"");g.send(b.hasContent&&b.data||null),c=function(a,d){var f,i,j;if(c&&(d||4===g.readyState))if(delete fc[h],c=void 0,g.onreadystatechange=n.noop,d)4!==g.readyState&&g.abort();else{j={},f=g.status,"string"==typeof g.responseText&&(j.text=g.responseText);try{i=g.statusText}catch(k){i=""}f||!b.isLocal||b.crossDomain?1223===f&&(f=204):f=j.text?200:404}j&&e(f,i,j,g.getAllResponseHeaders())},b.async?4===g.readyState?a.setTimeout(c):g.onreadystatechange=fc[h]=c:c()},abort:function(){c&&c(void 0,!0)}}}});function hc(){try{return new a.XMLHttpRequest}catch(b){}}function ic(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=d.head||n("head")[0]||d.documentElement;return{send:function(e,f){b=d.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||f(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var jc=[],kc=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=jc.pop()||n.expando+"_"+Eb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(kc.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&kc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(kc,"$1"+e):b.jsonp!==!1&&(b.url+=(Fb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,jc.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&&[];return e?[b.createElement(e[1])]:(e=ja([a],b,f),f&&f.length&&n(f).remove(),n.merge([],e.childNodes))};var lc=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&lc)return lc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=n.trim(a.slice(h,a.length)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function mc(a){return n.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&n.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,n.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,n.contains(b,e)?("undefined"!=typeof e.getBoundingClientRect&&(d=e.getBoundingClientRect()),c=mc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===n.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(c=a.offset()),c.top+=n.css(a[0],"borderTopWidth",!0),c.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-n.css(d,"marginTop",!0),left:b.left-c.left-n.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Qa})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);n.fn[a]=function(d){return Y(this,function(a,d,e){var f=mc(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?n(f).scrollLeft():e,c?e:n(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Ua(l.pixelPosition,function(a,c){return c?(c=Sa(a,b),Oa.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({
5
  padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return Y(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var nc=a.jQuery,oc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=oc),b&&a.jQuery===n&&(a.jQuery=nc),n},b||(a.jQuery=a.$=n),n});
includes/jscolor/jscolor.js CHANGED
@@ -590,9 +590,9 @@ var jscolor = {
590
  sld : document.createElement('div'),
591
  sldB : document.createElement('div'),
592
  sldM : document.createElement('div'),
593
- btn : document.createElement('div'),
594
- btnS : document.createElement('span'),
595
- btnT : document.createTextNode(THIS.pickerCloseText)
596
  };
597
  for(var i=0,segSize=4; i<jscolor.images.sld[1]; i+=segSize) {
598
  var seg = document.createElement('div');
@@ -607,9 +607,9 @@ var jscolor = {
607
  jscolor.picker.padB.appendChild(jscolor.picker.pad);
608
  jscolor.picker.box.appendChild(jscolor.picker.padB);
609
  jscolor.picker.box.appendChild(jscolor.picker.padM);
610
- jscolor.picker.btnS.appendChild(jscolor.picker.btnT);
611
- jscolor.picker.btn.appendChild(jscolor.picker.btnS);
612
- jscolor.picker.box.appendChild(jscolor.picker.btn);
613
  jscolor.picker.boxB.appendChild(jscolor.picker.box);
614
  }
615
 
@@ -755,31 +755,31 @@ var jscolor = {
755
  }
756
 
757
  // "close" button
758
- function setBtnBorder() {
759
  var insetColors = THIS.pickerInsetColor.split(/\s+/);
760
  var pickerOutsetColor = insetColors.length < 2 ? insetColors[0] : insetColors[1] + ' ' + insetColors[0] + ' ' + insetColors[0] + ' ' + insetColors[1];
761
- p.btn.style.borderColor = pickerOutsetColor;
762
- }
763
- p.btn.style.display = THIS.pickerClosable ? 'block' : 'none';
764
- p.btn.style.position = 'absolute';
765
- p.btn.style.left = THIS.pickerFace + 'px';
766
- p.btn.style.bottom = THIS.pickerFace + 'px';
767
- p.btn.style.padding = '0 15px';
768
- p.btn.style.height = '18px';
769
- p.btn.style.border = THIS.pickerInset + 'px solid';
770
- setBtnBorder();
771
- p.btn.style.color = THIS.pickerButtonColor;
772
- p.btn.style.font = '12px sans-serif';
773
- p.btn.style.textAlign = 'center';
774
  try {
775
- p.btn.style.cursor = 'pointer';
776
  } catch(eOldIE) {
777
- p.btn.style.cursor = 'hand';
778
  }
779
- p.btn.onmousedown = function () {
780
  THIS.hidePicker();
781
  };
782
- p.btnS.style.lineHeight = p.btn.style.height;
783
 
784
  // load images in optimal order
785
  switch(modeID) {
590
  sld : document.createElement('div'),
591
  sldB : document.createElement('div'),
592
  sldM : document.createElement('div'),
593
+ mo_btn : document.createElement('div'),
594
+ mo_btnS : document.createElement('span'),
595
+ mo_btnT : document.createTextNode(THIS.pickerCloseText)
596
  };
597
  for(var i=0,segSize=4; i<jscolor.images.sld[1]; i+=segSize) {
598
  var seg = document.createElement('div');
607
  jscolor.picker.padB.appendChild(jscolor.picker.pad);
608
  jscolor.picker.box.appendChild(jscolor.picker.padB);
609
  jscolor.picker.box.appendChild(jscolor.picker.padM);
610
+ jscolor.picker.mo_btnS.appendChild(jscolor.picker.mo_btnT);
611
+ jscolor.picker.mo_btn.appendChild(jscolor.picker.mo_btnS);
612
+ jscolor.picker.box.appendChild(jscolor.picker.mo_btn);
613
  jscolor.picker.boxB.appendChild(jscolor.picker.box);
614
  }
615
 
755
  }
756
 
757
  // "close" button
758
+ function setmo_btnBorder() {
759
  var insetColors = THIS.pickerInsetColor.split(/\s+/);
760
  var pickerOutsetColor = insetColors.length < 2 ? insetColors[0] : insetColors[1] + ' ' + insetColors[0] + ' ' + insetColors[0] + ' ' + insetColors[1];
761
+ p.mo_btn.style.borderColor = pickerOutsetColor;
762
+ }
763
+ p.mo_btn.style.display = THIS.pickerClosable ? 'block' : 'none';
764
+ p.mo_btn.style.position = 'absolute';
765
+ p.mo_btn.style.left = THIS.pickerFace + 'px';
766
+ p.mo_btn.style.bottom = THIS.pickerFace + 'px';
767
+ p.mo_btn.style.padding = '0 15px';
768
+ p.mo_btn.style.height = '18px';
769
+ p.mo_btn.style.border = THIS.pickerInset + 'px solid';
770
+ setmo_btnBorder();
771
+ p.mo_btn.style.color = THIS.pickerButtonColor;
772
+ p.mo_btn.style.font = '12px sans-serif';
773
+ p.mo_btn.style.textAlign = 'center';
774
  try {
775
+ p.mo_btn.style.cursor = 'pointer';
776
  } catch(eOldIE) {
777
+ p.mo_btn.style.cursor = 'hand';
778
  }
779
+ p.mo_btn.onmousedown = function () {
780
  THIS.hidePicker();
781
  };
782
+ p.mo_btnS.style.lineHeight = p.mo_btn.style.height;
783
 
784
  // load images in optimal order
785
  switch(modeID) {
lang/miniorange-login-openid-hi_IN.po CHANGED
@@ -250,7 +250,7 @@ msgstr "डिफ़ॉल्ट सामाजिक लॉगिन शोर
250
  msgid "Social Icons Customization"
251
  msgstr "अनुकूलन "
252
 
253
- #: miniorange_openid_sso_settings_page.php:546 view/soc_sha/twitter_btn/mo_twitter_btn.php:105
254
  msgid "Twitter Follow Button"
255
  msgstr ""
256
 
@@ -525,7 +525,7 @@ msgstr "अंतिम पर क्लिक करें"
525
  #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:208
526
  #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:73
527
  #: view/soc_sha/soc_med_ser/mo_openid_social_media_services.php:32
528
- #: view/soc_sha/twitter_btn/mo_twitter_btn.php:100
529
  msgid "Save"
530
  msgstr " सहेजें "
531
 
@@ -839,20 +839,20 @@ msgstr "उपयोग शॉर्टकोड"
839
  #, fuzzy
840
  #| msgid ""
841
  #| "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i style= \"width: 11px;"
842
- #| "height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy "
843
  #| "mo_copytooltip\" onclick=\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
844
  #| "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i> to display "
845
  #| "social icons on any login page, post, mo_openid_popup and php pages."
846
  msgid ""
847
  "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i style= \"width: 11px;"
848
- "height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy "
849
  "mo_copytooltip\" onclick=\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
850
  "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i> to display social "
851
  "icons on any login page, post, popup and PHP pages."
852
  msgstr ""
853
  "आप किसी भी <code id='2'>[miniorange_social_login]</code> लॉगिन पेज, पोस्ट, mo_openid_popup और पीएचपी "
854
  "पेज पर सोशल आइकन प्रदर्शित करने के <i style=\"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" "
855
- "class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, "
856
  "'#2', '#shortcode_url2_copy')\"><span id=\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">लिए "
857
  "क्लिपबोर्ड</span></i> पर इस शॉर्टकोड कॉपी का उपयोग कर सकते हैं।"
858
 
@@ -3256,7 +3256,7 @@ msgstr ""
3256
  msgid "Enable this feature to to give user an option to E-amil subcribe on your website."
3257
  msgstr ""
3258
 
3259
- #: view/soc_sha/twitter_btn/mo_twitter_btn.php:14
3260
  msgid "Enable Twitter Follow Button"
3261
  msgstr ""
3262
 
250
  msgid "Social Icons Customization"
251
  msgstr "अनुकूलन "
252
 
253
+ #: miniorange_openid_sso_settings_page.php:546 view/soc_sha/twitter_mo_btn/mo_twitter_mo_btn.php:105
254
  msgid "Twitter Follow Button"
255
  msgstr ""
256
 
525
  #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:208
526
  #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:73
527
  #: view/soc_sha/soc_med_ser/mo_openid_social_media_services.php:32
528
+ #: view/soc_sha/twitter_mo_btn/mo_twitter_mo_btn.php:100
529
  msgid "Save"
530
  msgstr " सहेजें "
531
 
839
  #, fuzzy
840
  #| msgid ""
841
  #| "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i style= \"width: 11px;"
842
+ #| "height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy "
843
  #| "mo_copytooltip\" onclick=\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
844
  #| "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i> to display "
845
  #| "social icons on any login page, post, mo_openid_popup and php pages."
846
  msgid ""
847
  "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i style= \"width: 11px;"
848
+ "height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy "
849
  "mo_copytooltip\" onclick=\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
850
  "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i> to display social "
851
  "icons on any login page, post, popup and PHP pages."
852
  msgstr ""
853
  "आप किसी भी <code id='2'>[miniorange_social_login]</code> लॉगिन पेज, पोस्ट, mo_openid_popup और पीएचपी "
854
  "पेज पर सोशल आइकन प्रदर्शित करने के <i style=\"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" "
855
+ "class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, "
856
  "'#2', '#shortcode_url2_copy')\"><span id=\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">लिए "
857
  "क्लिपबोर्ड</span></i> पर इस शॉर्टकोड कॉपी का उपयोग कर सकते हैं।"
858
 
3256
  msgid "Enable this feature to to give user an option to E-amil subcribe on your website."
3257
  msgstr ""
3258
 
3259
+ #: view/soc_sha/twitter_mo_btn/mo_twitter_mo_btn.php:14
3260
  msgid "Enable Twitter Follow Button"
3261
  msgstr ""
3262
 
lang/miniorange-login-openid-ja.po CHANGED
@@ -857,7 +857,7 @@ msgstr "ショートコードを使用する"
857
  msgid ""
858
  "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i "
859
  "style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class="
860
- "\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick="
861
  "\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
862
  "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</"
863
  "span></i> to display social icons on any login page, post, popup and PHP "
@@ -865,7 +865,7 @@ msgid ""
865
  msgstr ""
866
  "このショートコード<code id = '2'> [miniorange_social_login] </ code> <i "
867
  "style = \"width:11px; height:9px; padding-left:2px; padding-top:3px\" "
868
- "class = \"mofa mofa\"を使用できます-fw mofa-lg mofa-copy mo_copy "
869
  "mo_copytooltip \"onclick =\" copyToClipboard(this、 '#2'、 '#"
870
  "shortcode_url2_copy') \"> <span id =\" shortcode_url2_copy \"class =\" "
871
  "mo_copytooltiptext \">クリップボードにコピー</ span> </ i>を使用して、ログイ"
857
  msgid ""
858
  "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i "
859
  "style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class="
860
+ "\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick="
861
  "\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
862
  "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</"
863
  "span></i> to display social icons on any login page, post, popup and PHP "
865
  msgstr ""
866
  "このショートコード<code id = '2'> [miniorange_social_login] </ code> <i "
867
  "style = \"width:11px; height:9px; padding-left:2px; padding-top:3px\" "
868
+ "class = \"fa fa\"を使用できます-fw fa-lg fa-copy mo_copy "
869
  "mo_copytooltip \"onclick =\" copyToClipboard(this、 '#2'、 '#"
870
  "shortcode_url2_copy') \"> <span id =\" shortcode_url2_copy \"class =\" "
871
  "mo_copytooltiptext \">クリップボードにコピー</ span> </ i>を使用して、ログイ"
lang/miniorange-login-openid-zh_CN.po CHANGED
@@ -830,15 +830,15 @@ msgstr "使用简码"
830
  msgid ""
831
  "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i "
832
  "style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class="
833
- "\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick="
834
  "\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
835
  "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</"
836
  "span></i> to display social icons on any login page, post, popup and PHP "
837
  "pages."
838
  msgstr ""
839
  "您可以使用此简码<code id ='2'> [miniorange_social_login] </ code> <i style "
840
- "=“”宽度:11px;高度:9px;左上角:2px;左上角:3px“ class =” mofa mofa -fw "
841
- "mofa-lg mofa-copy mo_copy mo_copytooltip“ onclick =” "
842
  "copyToClipboard(this,'#2','#shortcode_url2_copy')“> <span id =” "
843
  "shortcode_url2_copy“ class =” mo_copytooltiptext“>复制到剪贴板</ span> </ i>"
844
  "可以在任何登录页面,帖子,弹出窗口和PHP页面上显示社交图标。"
830
  msgid ""
831
  "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i "
832
  "style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class="
833
+ "\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick="
834
  "\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
835
  "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</"
836
  "span></i> to display social icons on any login page, post, popup and PHP "
837
  "pages."
838
  msgstr ""
839
  "您可以使用此简码<code id ='2'> [miniorange_social_login] </ code> <i style "
840
+ "=“”宽度:11px;高度:9px;左上角:2px;左上角:3px“ class =” fa fa -fw "
841
+ "fa-lg fa-copy mo_copy mo_copytooltip“ onclick =” "
842
  "copyToClipboard(this,'#2','#shortcode_url2_copy')“> <span id =” "
843
  "shortcode_url2_copy“ class =” mo_copytooltiptext“>复制到剪贴板</ span> </ i>"
844
  "可以在任何登录页面,帖子,弹出窗口和PHP页面上显示社交图标。"
miniorange_openid_sso_settings.php CHANGED
@@ -4,12 +4,12 @@
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Apple, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 7.4.6
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.4.6');
13
  define('plugin_url', plugin_dir_url(__FILE__) . "includes/images/icons/");
14
  define('MOSL_PLUGIN_DIR',str_replace('/','\\',plugin_dir_path(__FILE__)));
15
  require('miniorange_openid_sso_settings_page.php');
@@ -82,7 +82,7 @@ class miniorange_openid_sso_settings
82
  add_option('mo_openid_admin_api_key','BjIZyuSDTE90MVWp4pRLr3dzrFs8h74T');
83
  add_option('mo_openid_customer_token','6osoapPWEgGlBRgT');
84
  add_option('app_pos','facebook#google#vkontakte#twitter#instagram#linkedin#amazon#salesforce#windowslive#yahoo');
85
- update_option('app_pos_premium','apple#paypal#wordpress#github#hubspot#mailru#disqus#pinterest#yandex#spotify#reddit#tumblr#twitch#vimeo#kakao#discord#dribbble#flickr#line#meetup#stackexchange#livejournal#snapchat#foursquare#teamsnap#naver#odnoklassniki#wiebo#wechat#baidu#renren#qq');
86
  add_option('mo_openid_default_login_enable',1);
87
  add_option( 'mo_openid_login_theme', 'longbutton' );
88
  add_option( 'mo_openid_register_email_message', 'Hello,<br><br>##User Name## has registered to your site successfully.<br><br>Thanks,<br>miniOrange' );
@@ -146,6 +146,8 @@ class miniorange_openid_sso_settings
146
  add_option('mo_sharing_icon_custom_size','35');
147
  add_option('mo_openid_share_email_body','Check out this site ##url##');
148
  add_option('mo_openid_apps_list','0');
 
 
149
  add_option( 'mo_share_options_enable_post_position', 'before');
150
  add_option( 'mo_share_options_home_page_position', 'before');
151
  add_option( 'mo_share_options_static_pages_position', 'before');
@@ -181,9 +183,6 @@ class miniorange_openid_sso_settings
181
  // add social login icons to default login form
182
  if(get_option('mo_openid_default_login_enable') == 1) {
183
  add_action('login_form', array($this, 'mo_openid_add_social_login'));
184
- if (strpos($_SERVER["REQUEST_URI"], "mo_openid_general_settings") > 0) {
185
- add_action('login_enqueue_scripts', array($this, 'mo_custom_login_stylesheet'));
186
- }
187
  }
188
 
189
  // add social login icons to default registration form
@@ -262,10 +261,13 @@ Thank you.';
262
  function mo_openid_plugin_settings_admin_style(){
263
  if(strpos(get_current_screen()->id, 'miniorange-social-login-sharing_page') === false) return;
264
  wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
265
- wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min-preview.css', __FILE__), false );
 
266
  wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
267
- wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false );
268
- wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.css', __FILE__), false );
 
 
269
  wp_enqueue_style( 'mo_openid_admin_settings_style', plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__));
270
  wp_enqueue_style( 'bootstrap_style_ass', plugins_url( 'includes/css/mo_openid_bootstrap-tour-standalone.css?version=5.1.4', __FILE__ ) );
271
  wp_enqueue_style( 'mo_openid_admin_settings_phone_style', plugins_url('includes/css/phone.css', __FILE__));
@@ -292,20 +294,10 @@ Thank you.';
292
  $page = add_submenu_page( 'mo_openid_settings', 'MiniOrange-WooCommerce_Add_On','WooCommerce Add-On', 'administrator','mo_openid_woocommerce_add_on','mo_openid_addon_desc_page');
293
  $page = add_submenu_page( 'mo_openid_settings', 'MiniOrange-BuddyPress_Add_On','BuddyPress Add-On', 'administrator','mo_openid_buddypress_add_on','mo_openid_addon_desc_page');
294
  $page = add_submenu_page( 'mo_openid_settings', 'MiniOrange-MailChimp_Add_On','MailChimp Add-On', 'administrator','mo_openid_mailchimp_add_on','mo_openid_addon_desc_page');
 
295
  remove_submenu_page('mo_openid_settings','mo_openid_settings');
296
  }
297
 
298
- function mo_custom_login_stylesheet()
299
- {
300
- wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
301
- wp_enqueue_style( 'mo-wp-style',plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__), false );
302
- wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
303
- wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min.css', __FILE__), false );
304
- wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false );
305
- wp_enqueue_style( 'mo-openid-sl-wp-font-awesome',plugins_url('includes/css/mo-font-awesome.css', __FILE__), false );
306
-
307
- }
308
-
309
  function mo_openid_add_social_login(){
310
 
311
  add_action( 'wp_enqueue_scripts', array( $this, 'mo_openid_plugin_script' ) ,5);
@@ -354,6 +346,8 @@ Thank you.';
354
  wp_die('<strong>ERROR</strong>: Please Go back and Refresh the page and try again!<br/>If you still face the same issue please contact your Administrator.');
355
  }
356
  else{
 
 
357
  update_option('mo_openid_login_theme',isset($_POST['mo_openid_login_theme'])? sanitize_text_field($_POST['mo_openid_login_theme']):"");
358
  update_option('mo_openid_login_custom_theme',isset($_POST['mo_openid_login_custom_theme'])? sanitize_text_field($_POST['mo_openid_login_custom_theme']):"");
359
  update_option('mo_login_icon_custom_color',isset($_POST['mo_login_icon_custom_color'])? sanitize_text_field($_POST['mo_login_icon_custom_color']):"");
@@ -552,6 +546,10 @@ Thank you.';
552
  update_option('mo_openid_opn_lk_mailc_addon', MOAESEncryption::encrypt_data($code, $key));
553
  update_option('mo_openid_message', 'Your MailChimp addon license is verified. You can now setup the addon plugin.');
554
  }
 
 
 
 
555
  $key = get_option('mo_openid_customer_token');
556
  update_option('mo_openid_site_ck_l', MOAESEncryption::encrypt_data("true", $key));
557
  update_option('mo_openid_t_site_status', MOAESEncryption::encrypt_data("false", $key));
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Apple, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 7.4.7
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.4.7');
13
  define('plugin_url', plugin_dir_url(__FILE__) . "includes/images/icons/");
14
  define('MOSL_PLUGIN_DIR',str_replace('/','\\',plugin_dir_path(__FILE__)));
15
  require('miniorange_openid_sso_settings_page.php');
82
  add_option('mo_openid_admin_api_key','BjIZyuSDTE90MVWp4pRLr3dzrFs8h74T');
83
  add_option('mo_openid_customer_token','6osoapPWEgGlBRgT');
84
  add_option('app_pos','facebook#google#vkontakte#twitter#instagram#linkedin#amazon#salesforce#windowslive#yahoo');
85
+ update_option('app_pos_premium','apple#paypal#wordpress#github#hubspot#mailru#disqus#pinterest#yandex#spotify#reddit#tumblr#twitch#vimeo#kakao#discord#dribbble#flickr#line#meetup#dropbox#stackexchange#livejournal#snapchat#foursquare#teamsnap#naver#odnoklassniki#wiebo#wechat#baidu#renren#qq');
86
  add_option('mo_openid_default_login_enable',1);
87
  add_option( 'mo_openid_login_theme', 'longbutton' );
88
  add_option( 'mo_openid_register_email_message', 'Hello,<br><br>##User Name## has registered to your site successfully.<br><br>Thanks,<br>miniOrange' );
146
  add_option('mo_sharing_icon_custom_size','35');
147
  add_option('mo_openid_share_email_body','Check out this site ##url##');
148
  add_option('mo_openid_apps_list','0');
149
+ add_option('mo_openid_fonawesome_load','1');
150
+ add_option('mo_openid_bootstrap_load','1');
151
  add_option( 'mo_share_options_enable_post_position', 'before');
152
  add_option( 'mo_share_options_home_page_position', 'before');
153
  add_option( 'mo_share_options_static_pages_position', 'before');
183
  // add social login icons to default login form
184
  if(get_option('mo_openid_default_login_enable') == 1) {
185
  add_action('login_form', array($this, 'mo_openid_add_social_login'));
 
 
 
186
  }
187
 
188
  // add social login icons to default registration form
261
  function mo_openid_plugin_settings_admin_style(){
262
  if(strpos(get_current_screen()->id, 'miniorange-social-login-sharing_page') === false) return;
263
  wp_enqueue_style( 'mo-wp-bootstrap-social',plugins_url('includes/css/bootstrap-social.css', __FILE__), false );
264
+ if( get_option('mo_openid_bootstrap_load') == 1)
265
+ wp_enqueue_style( 'mo-wp-bootstrap-main',plugins_url('includes/css/bootstrap.min-preview.css', __FILE__), false );
266
  wp_enqueue_style( 'mo-wp-style-icon',plugins_url('includes/css/mo_openid_login_icons.css?version=7.3.0', __FILE__), false );
267
+ if( get_option('mo_openid_fonawesome_load') == 1) {
268
+ wp_enqueue_style('mo-openid-sl-wp-font-awesome', plugins_url('includes/css/mo-font-awesome.min.css', __FILE__), false);
269
+ wp_enqueue_style('mo-openid-sl-wp-font-awesome', plugins_url('includes/css/mo-font-awesome.css', __FILE__), false);
270
+ }
271
  wp_enqueue_style( 'mo_openid_admin_settings_style', plugins_url('includes/css/mo_openid_style.css?version=7.3.0', __FILE__));
272
  wp_enqueue_style( 'bootstrap_style_ass', plugins_url( 'includes/css/mo_openid_bootstrap-tour-standalone.css?version=5.1.4', __FILE__ ) );
273
  wp_enqueue_style( 'mo_openid_admin_settings_phone_style', plugins_url('includes/css/phone.css', __FILE__));
294
  $page = add_submenu_page( 'mo_openid_settings', 'MiniOrange-WooCommerce_Add_On','WooCommerce Add-On', 'administrator','mo_openid_woocommerce_add_on','mo_openid_addon_desc_page');
295
  $page = add_submenu_page( 'mo_openid_settings', 'MiniOrange-BuddyPress_Add_On','BuddyPress Add-On', 'administrator','mo_openid_buddypress_add_on','mo_openid_addon_desc_page');
296
  $page = add_submenu_page( 'mo_openid_settings', 'MiniOrange-MailChimp_Add_On','MailChimp Add-On', 'administrator','mo_openid_mailchimp_add_on','mo_openid_addon_desc_page');
297
+ $page = add_submenu_page( 'mo_openid_settings', 'MiniOrange-HubSpot_Add_On','HubSpot Add-On', 'administrator','mo_openid_hubspot_add_on','mo_openid_addon_desc_page');
298
  remove_submenu_page('mo_openid_settings','mo_openid_settings');
299
  }
300
 
 
 
 
 
 
 
 
 
 
 
 
301
  function mo_openid_add_social_login(){
302
 
303
  add_action( 'wp_enqueue_scripts', array( $this, 'mo_openid_plugin_script' ) ,5);
346
  wp_die('<strong>ERROR</strong>: Please Go back and Refresh the page and try again!<br/>If you still face the same issue please contact your Administrator.');
347
  }
348
  else{
349
+ update_option('mo_openid_fonawesome_load', isset($_POST['mo_openid_fonawesome_load']) ? sanitize_text_field($_POST['mo_openid_fonawesome_load']) : 0);
350
+ update_option('mo_openid_bootstrap_load', isset($_POST['mo_openid_bootstrap_load']) ? sanitize_text_field($_POST['mo_openid_bootstrap_load']) : 0);
351
  update_option('mo_openid_login_theme',isset($_POST['mo_openid_login_theme'])? sanitize_text_field($_POST['mo_openid_login_theme']):"");
352
  update_option('mo_openid_login_custom_theme',isset($_POST['mo_openid_login_custom_theme'])? sanitize_text_field($_POST['mo_openid_login_custom_theme']):"");
353
  update_option('mo_login_icon_custom_color',isset($_POST['mo_login_icon_custom_color'])? sanitize_text_field($_POST['mo_login_icon_custom_color']):"");
546
  update_option('mo_openid_opn_lk_mailc_addon', MOAESEncryption::encrypt_data($code, $key));
547
  update_option('mo_openid_message', 'Your MailChimp addon license is verified. You can now setup the addon plugin.');
548
  }
549
+ else if($_POST['licience_type']=="WP_SOCIAL_LOGIN_HUBSPOT_ADDON") {
550
+ update_option('mo_openid_opn_lk_hub_addon', MOAESEncryption::encrypt_data($code, $key));
551
+ update_option('mo_openid_message', 'Your HubSpot addon license is verified. You can now setup the addon plugin.');
552
+ }
553
  $key = get_option('mo_openid_customer_token');
554
  update_option('mo_openid_site_ck_l', MOAESEncryption::encrypt_data("true", $key));
555
  update_option('mo_openid_t_site_status', MOAESEncryption::encrypt_data("false", $key));
miniorange_openid_sso_settings_page.php CHANGED
@@ -7,6 +7,7 @@ ob_start();
7
  require('view/config_apps/mo_openid_config_apps.php');
8
  require('view/customise_social_icons/mo_openid_cust_icons.php');
9
  require('view/disp_options/mo_openid_dispopt.php');
 
10
  require('view/email_settings/mo_openid_set_email.php');
11
  require('view/gdpr/mo_openid_gdpr.php');
12
  require('view/integration/mo_openid_integrate.php');
@@ -18,6 +19,7 @@ require('view/recaptcha/mo_openid_recap.php');
18
  require('view/redirect_options/mo_openid_redirect_op.php');
19
  require('view/registration/mo_openid_registration.php');
20
  require('view/restrict_domain/mo_openid_restrict_dom.php');
 
21
  require('view/shrtco/mo_openid_shrtco.php');
22
  require('CustomerOpenID.php');
23
  require('view/soc_sha/soc_apps/mo_openid_sharing.php');
@@ -34,6 +36,7 @@ include('view/add_on/custom_registration_form.php');
34
  require('view/add_on/mo_woocommerce_add_on.php');
35
  require('view/add_on/mo_mailchimp_add_on.php');
36
  require('view/add_on/mo_buddypress_add_on.php');
 
37
  require('view/soc_sha/soc_med_cust/mo_openid_social_media_cust.php');
38
  require ('view/soc_sha/twitter_btn/mo_twitter_btn.php');
39
  require('view/soc_sha/soc_med_ser/mo_openid_social_media_services.php');
@@ -46,7 +49,7 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
46
  <a href="https://plugins.miniorange.com/data-use-checkup-process-in-facebook-app-wordpress-social-login" target="_blank">here</a>.
47
  </p>
48
  <p><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
49
- <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
50
  </p>
51
  </div>
52
  <?php
@@ -60,16 +63,51 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
60
  $disable="disabled";
61
  else
62
  $disable="";
63
- if($active_tab == 'licensing_plans') {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ?>
65
  <div style="text-align:center;"><h1>Social Login Plugin</h1></div>
66
- <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" href= <?php echo (isset($_COOKIE['extension_current_url']) ? $_COOKIE['extension_current_url']:site_url());?> ><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  <?php
68
- mo_openid_licensing_plans();
69
  }
70
  else
71
  {
72
- ?>
73
  <div>
74
  <table>
75
  <tr>
@@ -78,6 +116,8 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
78
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
79
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
80
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()"><?php echo mo_sl('Licensing Plan');?></a></td>
 
 
81
  <td>
82
  <a id="mo_openid_rateus_modal" onclick="asdf(this)" style="margin-top: 23px" class="button" ><?php echo mo_sl('Rate us');?></a>
83
  </td>
@@ -183,6 +223,15 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
183
  case 'profile':
184
  mo_openid_profile();
185
  break;
 
 
 
 
 
 
 
 
 
186
  }
187
  ?>
188
  </td>
@@ -192,7 +241,7 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
192
  </div>
193
  </div>
194
  <script type="text/javascript" src= "<?php echo plugins_url('/includes/js/mo_openid_phone.js',__FILE__); ?>"></script>
195
- <input type="button" id="myBtn" class="mo_support-help-button" data-show="false" onclick="mo_openid_support_form('')" value="<?php echo mo_sl('NEED HELP'); ?>">
196
  </div>
197
  <?php include('view/support_form/miniorange_openid_support_form.php');?>
198
  <script>
@@ -206,20 +255,20 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
206
  jQuery("#contact_us_phone").intlTelInput();
207
  var modal = document.getElementById("myModal");
208
  modal.style.display = "block";
209
- var btn = document.getElementById("myBtn");
210
- btn.style.display = "none";
211
  var span = document.getElementsByClassName("mo_support_close")[0];
212
 
213
  document.getElementById('mo_openid_support_msg').placeholder = def;
214
  document.getElementById("feature_plan").value= abc;
215
  span.onclick = function () {
216
  modal.style.display = "none";
217
- btn.style.display = "block";
218
  }
219
  window.onclick = function (event) {
220
  if (event.target == modal) {
221
  modal.style.display = "none";
222
- btn.style.display = "block";
223
  }
224
  }
225
  }
@@ -267,7 +316,7 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
267
  var modal = document.getElementById("mo_openid_rateus_myModal");
268
 
269
  // Get the button that opens the modal
270
- var btn = document.getElementById("mo_openid_rateus_modal");
271
 
272
  // Get the <span> element that closes the modal
273
  var mo_openid_span = document.getElementsByClassName("mo_openid_rateus_close")[0];
@@ -276,7 +325,7 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
276
 
277
  // When the user clicks the button, open the modal
278
 
279
- btn.onclick = function() {
280
  jQuery("#mo_openid_support_form_feedback").hide();
281
  jQuery("#mo_openid_rating-4").prop('checked',false);
282
  jQuery("#mo_openid_rating-3").prop('checked',false);
@@ -362,14 +411,12 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
362
  },
363
  {
364
  element: "#mo_openid_disp_opt_tour",
365
- // element: ".mo_openid_table_layout",
366
  title: "Display options.",
367
  content: "Select options where you want to display social login icons.",
368
  backdrop:'body',
369
  delay: 300,
370
  backdropPadding:'6',
371
  onNext: function() {
372
- // e.preventDefault();
373
  window.location = base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=licensing_plans'
374
  }
375
  },{
@@ -384,7 +431,7 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
384
  template: function () {
385
  var return_value;
386
  if(new_tour1.getCurrentStep()===7)
387
- return_value="<div style='margin-top:2%;font-size: unset !important' class=\"mo_openid_popover\" role=\"tooltip\"> <div class=\"mo_openid_arrow\" ></div> <h3 class=\"mo_openid_popover-header\" style='margin-top: 0px'></h3> <div class=\"mo_openid_popover-body\"></div> <div class=\"mo_openid_popover-navigation\"> <div class=\"mo_openid_tour_btn-group\"><div style=\"width:47%;margin-top: -7%;\"><h4 style=\"float:left;margin-top:30%;margin-left:30%;\">"+ (new_tour1.getCurrentStep()+1)+"/8</h4></div></div>&nbsp;&nbsp; <button class=\"button button-primary button-large\" data-role=\"end\" onclick=\"end_new_tour1();\">Done</button> </div> </div>";
388
  else {
389
  if(new_tour1.getCurrentStep()===6){
390
  return_value = "" +
@@ -393,9 +440,9 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
393
  "<h3 class=\"mo_openid_popover-header\" style=\"font-size: 1rem;\"></h3> " +
394
  "<div class=\"mo_openid_popover-body\"></div> " +
395
  "<div class=\"mo_openid_popover-navigation\"> " +
396
- "<div class=\"mo_openid_tour_btn-group\" style=\"width: 100%;\"> " +
397
- "<button class=\"mo_openid_tour_btn mo_openid_tour_btn-sm mo_openid_tour_btn-secondary mo_openid_tour_btn_next-success\" style=\"width: 54%;height: 0%;font-size: 1.5rem;\" data-role=\"next\">Next &raquo;</button>&nbsp;&nbsp;" +
398
- "<button class=\"mo_openid_tour_btn mo_openid_tour_btn-sm mo_openid_tour_btn-secondary mo_openid_tour_btn_next-success\" style=\"width: 54%;height: 0%;font-size: 1.5rem;\" data-role=\"end\" onclick=\"end_new_tour1();\">Skip</button>" +
399
  "<div style=\"width:47%;margin-top: -7%;\">" +
400
  "<h4 style=\"float:right;margin-left: 53%;\">" + (new_tour1.getCurrentStep() + 1) + "/8</h4>" +
401
  "</div>" +
@@ -410,9 +457,9 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
410
  "<h3 class=\"mo_openid_popover-header\" style=\"margin-top:0px;\"></h3> " +
411
  "<div class=\"mo_openid_popover-body\"></div> " +
412
  "<div class=\"mo_openid_popover-navigation\"> " +
413
- "<div class=\"mo_openid_tour_btn-group\" style=\"width: 100%;\"> " +
414
- "<button class=\"mo_openid_tour_btn mo_openid_tour_btn-sm mo_openid_tour_btn-secondary mo_openid_tour_btn_next-success\" style=\"width: 54%;height: 0%;font-size: 1.5rem;\" data-role=\"next\">Next &raquo;</button>&nbsp;&nbsp;" +
415
- "<button class=\"mo_openid_tour_btn mo_openid_tour_btn-sm mo_openid_tour_btn-secondary mo_openid_tour_btn_next-success\" style=\"width: 54%;height: 0%;font-size: 1.5rem;\" data-role=\"end\" onclick=\"end_new_tour1();\">Skip</button>" +
416
  "<div style=\"width:47%;margin-top: -7%;\">" +
417
  "<h4 style=\"float:right;margin-left: 53%;\">" + (new_tour1.getCurrentStep() + 1) + "/8</h4>" +
418
  "</div>" +
@@ -472,7 +519,7 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
472
  },
473
  ],
474
  template: function () {
475
- return ("<div class=\"mo_openid_popover\" role=\"tooltip\"> <div class=\"mo_openid_arrow\" ></div> <h3 class=\"mo_openid_popover-header\" style=\"margin-top:0px;\"></h3> <div class=\"mo_openid_popover-body\"></div> <div class=\"mo_openid_popover-navigation\"> <div class=\"mo_openid_tour_btn-group\" style=\"width: 100%;\"><button class=\"button button-primary button-large\" data-role=\"end\"onclick='end_new_tour2();'>OK Got It</button></div></div></div>");
476
  }
477
  });
478
  var temp = "<?php echo get_option('mo_openid_tour_new'); ?>";
@@ -492,29 +539,56 @@ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_pl
492
 
493
  function mo_register_sharing_openid()
494
  {
495
- if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_social_sharing_settings&tab=licensing_plans")) {
496
- ?>
497
- <div id="upgrade_notice" class="mo_openid_notice mo_openid_notice-warning" >
498
- <p style="font-size: larger"><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
499
- <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
500
- </p>
501
- </div>
502
- <?php
503
- }
504
  if (isset($_GET['tab']) && $_GET['tab'] !== 'register') {
505
  $active_tab = $_GET['tab'];
506
  } else {
507
  $active_tab = 'soc_apps';
508
  }
509
 
510
- if($active_tab == 'licensing_plans'){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  ?>
512
  <div style="text-align:center;"><h1>Social Login Plugin</h1></div>
513
- <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" href= <?php echo (isset($_COOKIE['extension_current_url']) ? $_COOKIE['extension_current_url']:site_url());?> ><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
514
  <?php
515
  }
516
  else
517
  {
 
518
  ?>
519
 
520
  <div>
@@ -526,6 +600,8 @@ function mo_register_sharing_openid()
526
  target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?></h1></a></td>
527
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
528
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
 
 
529
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()"><?php echo mo_sl('Upgrade Now');?></a></td>
530
  <td>
531
  </tr>
@@ -565,8 +641,8 @@ function mo_register_sharing_openid()
565
  <a id="social_icons_customization" class="tablinks<?php if ($active_tab == "social_icons_customization") echo '_active'; ?>"
566
  href="<?php echo add_query_arg(array('tab' => 'social_icons_customization'), $_SERVER['REQUEST_URI']); ?>"><?php echo mo_sl('Social Icons Customization');?><span style="margin-left: 2%" class="mo-openid-premium"><?php echo mo_sl('PRO');?></span></a>
567
 
568
- <a id="mo_twitter_btn" class="tablinks<?php if ($active_tab == "mo_twitter_btn") echo '_active'; ?>"
569
- href="<?php echo add_query_arg(array('tab' => 'mo_twitter_btn'), $_SERVER['REQUEST_URI']); ?>"><?php echo mo_sl('Twitter Follow Button');?><span style="margin-left: 1%" class="mo-openid-premium"><?php echo mo_sl('PRO');?></span></a>
570
 
571
 
572
  </div>
@@ -601,7 +677,7 @@ function mo_register_sharing_openid()
601
  mo_openid_short_code();
602
  break;
603
  case 'licensing_plans':
604
- mo_openid_licensing_plan_sharing();
605
  break;
606
  case 'add_on':
607
  header('Location: '.site_url().'/wp-admin/admin.php?page=mo_openid_settings_addOn');
@@ -612,8 +688,14 @@ function mo_register_sharing_openid()
612
  case 'social_icons_customization':
613
  mo_openid_social_icons_customization();
614
  break;
615
- case 'mo_twitter_btn':
616
- mo_twitter_btn();
 
 
 
 
 
 
617
  break;
618
  }
619
  ?>
@@ -625,7 +707,7 @@ function mo_register_sharing_openid()
625
  </div>
626
  <script type="text/javascript" src="<?php echo plugins_url('/includes/js/mo_openid_phone.js', __FILE__); ?>"></script>
627
 
628
- <input type="button" id="myBtn" class="mo_support-help-button" data-show="false" onclick="mo_openid_support_form('')" value="<?php echo mo_sl('NEED HELP');?>">
629
 
630
  </div>
631
  <?php include('view/support_form/miniorange_openid_support_form.php');?>
@@ -644,17 +726,17 @@ function mo_register_sharing_openid()
644
  jQuery("#contact_us_phone").intlTelInput();
645
  var modal = document.getElementById("myModal");
646
  modal.style.display = "block";
647
- var btn=document.getElementById("myBtn");
648
- btn.style.display="none";
649
  var span = document.getElementsByClassName("mo_support_close")[0];
650
  span.onclick = function () {
651
  modal.style.display = "none";
652
- btn.style.display="block";
653
  }
654
  window.onclick = function (event) {
655
  if (event.target == modal) {
656
  modal.style.display = "none";
657
- btn.style.display="block";
658
  }
659
  }
660
  }
@@ -678,10 +760,46 @@ function mo_comment_openid() {
678
  } else {
679
  $active_tab = 'select_applications';
680
  }
681
- if($active_tab == 'licensing_plans') {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  ?>
683
  <div style="text-align:center;"><h1>Social Login Plugin</h1></div>
684
- <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" href= <?php echo (isset($_COOKIE['extension_current_url']) ? $_COOKIE['extension_current_url']:site_url());?> ><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  <?php
686
  }
687
  else
@@ -697,6 +815,8 @@ function mo_comment_openid() {
697
  target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?></h1></a></td>
698
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
699
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
 
 
700
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()"><?php echo mo_sl('Upgrade Now');?></a></td>
701
  <td>
702
  </tr>
@@ -754,9 +874,15 @@ function mo_comment_openid() {
754
  case 'licensing_plans':
755
  mo_openid_licensing_plans();
756
  break;
 
 
 
757
  case 'add_on':
758
  header('Location: '.site_url().'/wp-admin/admin.php?page=mo_openid_settings_addOn');
759
  break;
 
 
 
760
  }
761
  ?>
762
  </td>
@@ -769,7 +895,7 @@ function mo_comment_openid() {
769
  </div></div>
770
  <script type="text/javascript" src= "<?php echo plugins_url('/includes/js/mo_openid_phone.js',__FILE__); ?>"></script>
771
 
772
- <input type="button" id="myBtn" class="mo_support-help-button" data-show="false" onclick="mo_openid_support_form('')" value="<?php echo mo_sl('NEED HELP');?>">
773
 
774
  <?php include('view/support_form/miniorange_openid_support_form.php');?>
775
  <script>
@@ -819,7 +945,7 @@ function mo_comment_openid() {
819
  jQuery("#bkgOverlay").delay(4800).fadeIn(400);
820
  jQuery("#mo_openid_rateus_myModal").delay(5000).fadeIn(400);
821
 
822
- jQuery("#btnClose").click(function (e)
823
  {
824
  HideDialog();
825
  e.preventDefault();
@@ -839,17 +965,17 @@ function mo_comment_openid() {
839
  jQuery("#contact_us_phone").intlTelInput();
840
  var modal = document.getElementById("myModal");
841
  modal.style.display = "block";
842
- var btn=document.getElementById("myBtn");
843
- btn.style.display="none";
844
  var span = document.getElementsByClassName("mo_support_close")[0];
845
  span.onclick = function () {
846
  modal.style.display = "none";
847
- btn.style.display="block";
848
  }
849
  window.onclick = function (event) {
850
  if (event.target == modal) {
851
  modal.style.display = "none";
852
- btn.style.display="block";
853
  }
854
  }
855
  }
@@ -881,17 +1007,53 @@ function mo_openid_addon_desc_page() {
881
  $active_tab = 'mo_mailchimp_add_on';
882
  elseif (isset($_REQUEST) && $_REQUEST['page'] == 'mo_openid_buddypress_add_on')
883
  $active_tab = 'mo_buddypress_add_on';
 
 
884
  else {
885
  $active_tab = 'custom_registration_form';
886
  }
887
 
888
- if($active_tab =='licensing_plans') {
889
- ?>
890
- <div style="text-align:center;"><h1>Social Login Plugin</h1></div>
891
- <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" href= <?php echo (isset($_COOKIE['extension_current_url']) ? $_COOKIE['extension_current_url']:site_url());?> ><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
892
  <?php
893
  mo_openid_licensing_plans();
894
- }
895
  else
896
  {
897
 
@@ -901,9 +1063,9 @@ else
901
  <tr>
902
  <td><img id="logo" style="margin-top: 25px" src="<?php echo plugin_dir_url(__FILE__);?>includes/images/logo.png"></td>
903
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/" target="_blank"><h1 style="color: #c9302c">miniOrange Social Login &nbsp;</h1></a></td>
904
- <td> <a id="privacy" style="margin-top: 23px" class="button" <?php echo $active_tab == 'privacy_policy' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'privacy_policy'), $_SERVER['REQUEST_URI'] ); ?>">Privacy Policy</a></td>
905
- <td> <a id="faq" style="margin-top: 23px" class="button" <?php echo $active_tab == 'faq' ? 'nav-tab-active' : ''; ?> href="<?php echo add_query_arg( array('tab' => 'faq'), $_SERVER['REQUEST_URI'] ); ?>">FAQs</a></td>
906
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank">Forum</a></td>
 
 
907
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()">Licensing Plans</a></td>
908
  <td> <a id="mo_openid_go_back" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'mo_openid_go_back' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'mo_openid_go_back'), $_SERVER['REQUEST_URI'] ); ?>">Social Login</a></td>
909
  </tr>
@@ -922,6 +1084,7 @@ else
922
  <a id="mo_woocommerce_add_on" class="tablinks<?php if($active_tab=="mo_woocommerce_add_on") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_woocommerce_add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('WooCommerce Add on');?></a>
923
  <a id="mo_buddypress_add_on" class="tablinks<?php if($active_tab=="mo_buddypress_add_on") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_buddypress_add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('BuddyPress Add on');?></a>
924
  <a id="mo_mailchimp_add_on" class="tablinks<?php if($active_tab=="mo_mailchimp_add_on") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_mailchimp_add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('MailChimp Add on');?></a>
 
925
  <a id="mo_openid_go_back" class="tablinks<?php if($active_tab=="mo_openid_go_back") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_openid_go_back'), $_SERVER['REQUEST_URI'] ); ?>">Go to Social Login</a>
926
  <a id="mo_openid_licensing" class="tablinks<?php if($active_tab=="mo_openid_licensing_plans") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()">Licensing Plans</a>
927
  <a id="profile_com" style="display: none;"> class="tablinks<?php if($active_tab=="profile_com") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'profile_com'), $_SERVER['REQUEST_URI'] ); ?>">Profile</a>
@@ -943,14 +1106,14 @@ else
943
  <td style="vertical-align:top;">
944
  <?php
945
  switch ($active_tab){
946
- case 'profile_com':
947
- mo_openid_profile();
948
  break;
949
- case 'privacy_policy':
950
- mo_openid_privacy_policy();
951
  break;
952
- case 'faq':
953
- mo_openid_faq();
954
  break;
955
  case 'custom_registration_form':
956
  if(mo_openid_is_customer_addon_license_key_verified()) {
@@ -1003,6 +1166,19 @@ else
1003
  else
1004
  mo_openid_buddypress_addon_display();
1005
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
1006
  case 'setup_video':
1007
  break;
1008
  case 'mo_openid_go_back':
@@ -1018,7 +1194,7 @@ else
1018
  </div>
1019
  </div>
1020
  <script type="text/javascript" src= "<?php echo plugins_url('/includes/js/mo_openid_phone.js',__FILE__); ?>"></script>
1021
- <input type="button" id="myBtn" class="mo_support-help-button" data-show="false" onclick="mo_openid_support_form('')" value="<?php echo mo_sl('NEED HELP');?>">
1022
  </div>
1023
  <?php include('view/support_form/miniorange_openid_support_form.php');?>
1024
  <script>
@@ -1027,17 +1203,17 @@ else
1027
  jQuery("#contact_us_phone").intlTelInput();
1028
  var modal = document.getElementById("myModal");
1029
  modal.style.display = "block";
1030
- var btn=document.getElementById("myBtn");
1031
- btn.style.display="none";
1032
  var span = document.getElementsByClassName("mo_support_close")[0];
1033
  span.onclick = function () {
1034
  modal.style.display = "none";
1035
- btn.style.display="block";
1036
  }
1037
  window.onclick = function (event) {
1038
  if (event.target == modal) {
1039
  modal.style.display = "none";
1040
- btn.style.display="block";
1041
  }
1042
  }
1043
  }
7
  require('view/config_apps/mo_openid_config_apps.php');
8
  require('view/customise_social_icons/mo_openid_cust_icons.php');
9
  require('view/disp_options/mo_openid_dispopt.php');
10
+ require('view/doc_tab/mo_openid_doc_tab.php');
11
  require('view/email_settings/mo_openid_set_email.php');
12
  require('view/gdpr/mo_openid_gdpr.php');
13
  require('view/integration/mo_openid_integrate.php');
19
  require('view/redirect_options/mo_openid_redirect_op.php');
20
  require('view/registration/mo_openid_registration.php');
21
  require('view/restrict_domain/mo_openid_restrict_dom.php');
22
+ require('view/reports/mo_openid_reports.php');
23
  require('view/shrtco/mo_openid_shrtco.php');
24
  require('CustomerOpenID.php');
25
  require('view/soc_sha/soc_apps/mo_openid_sharing.php');
36
  require('view/add_on/mo_woocommerce_add_on.php');
37
  require('view/add_on/mo_mailchimp_add_on.php');
38
  require('view/add_on/mo_buddypress_add_on.php');
39
+ require('view/add_on/mo_hubspot_add_on.php');
40
  require('view/soc_sha/soc_med_cust/mo_openid_social_media_cust.php');
41
  require ('view/soc_sha/twitter_btn/mo_twitter_btn.php');
42
  require('view/soc_sha/soc_med_ser/mo_openid_social_media_services.php');
49
  <a href="https://plugins.miniorange.com/data-use-checkup-process-in-facebook-app-wordpress-social-login" target="_blank">here</a>.
50
  </p>
51
  <p><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
52
+ <a style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
53
  </p>
54
  </div>
55
  <?php
63
  $disable="disabled";
64
  else
65
  $disable="";
66
+
67
+
68
+ if($active_tab == 'reports' )
69
+ {
70
+ ?>
71
+ <br>
72
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
73
+ <br>
74
+ <div style="text-align:center; margin-top: 3%;"><h1>Login Reports</h1><h4>This feature is only available in the All-Inclusive Plan</h4></div>
75
+
76
+ <?php
77
+ }
78
+ else if($active_tab == 'doc_tab'){
79
+ ?>
80
+ <br>
81
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left;margin-left: 40px;" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
82
+ <br>
83
+ <?php
84
+ }
85
+ else if($active_tab == 'licensing_plans')
86
+ {
87
  ?>
88
  <div style="text-align:center;"><h1>Social Login Plugin</h1></div>
89
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
90
+ <div style="text-align:center; color: rgb(233, 125, 104); margin-top: 55px; font-size: 23px"> You are currently on the Free version of the plugin <br> <br><span style="font-size: 20px; ">
91
+ <li style="color: dimgray; margin-top: 0px;list-style-type: none;">
92
+ <div class="mo_openid-quote">
93
+ <p>
94
+ <span onclick="void(0);" class="mo_openid-check-tooltip" style="font-size: 15px">Why should I upgrade?
95
+ <span class="mo_openid-info">
96
+ <span class="mo_openid-pronounce">Why should I upgrade to premium plugin?</span>
97
+ <span class="mo_openid-text">Upgrading lets you access all of our features such as Integration, User account moderation etc.</span>
98
+ </span>
99
+ </span>
100
+ </p>
101
+ </div>
102
+ <br><br>
103
+ </li>
104
+ </div>
105
+
106
  <?php
 
107
  }
108
  else
109
  {
110
+ ?>
111
  <div>
112
  <table>
113
  <tr>
116
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
117
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
118
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()"><?php echo mo_sl('Licensing Plan');?></a></td>
119
+ <td> <a id="doc_tab" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'doc_tab' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'doc_tab'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Documentation");?></a></td>
120
+ <td> <a id="reports" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'reports' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'reports'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Reports");?></a></td>
121
  <td>
122
  <a id="mo_openid_rateus_modal" onclick="asdf(this)" style="margin-top: 23px" class="button" ><?php echo mo_sl('Rate us');?></a>
123
  </td>
223
  case 'profile':
224
  mo_openid_profile();
225
  break;
226
+ case 'reports':
227
+ mo_openid_reports();
228
+ break;
229
+ case 'doc_tab':
230
+ mo_openid_doc_tab();
231
+ break;
232
+ case 'licensing_plans':
233
+ mo_openid_licensing_plans();
234
+ break;
235
  }
236
  ?>
237
  </td>
241
  </div>
242
  </div>
243
  <script type="text/javascript" src= "<?php echo plugins_url('/includes/js/mo_openid_phone.js',__FILE__); ?>"></script>
244
+ <input type="button" id="mymo_btn" class="mo_support-help-button" data-show="false" onclick="mo_openid_support_form('')" value="<?php echo mo_sl('NEED HELP'); ?>">
245
  </div>
246
  <?php include('view/support_form/miniorange_openid_support_form.php');?>
247
  <script>
255
  jQuery("#contact_us_phone").intlTelInput();
256
  var modal = document.getElementById("myModal");
257
  modal.style.display = "block";
258
+ var mo_btn = document.getElementById("mymo_btn");
259
+ mo_btn.style.display = "none";
260
  var span = document.getElementsByClassName("mo_support_close")[0];
261
 
262
  document.getElementById('mo_openid_support_msg').placeholder = def;
263
  document.getElementById("feature_plan").value= abc;
264
  span.onclick = function () {
265
  modal.style.display = "none";
266
+ mo_btn.style.display = "block";
267
  }
268
  window.onclick = function (event) {
269
  if (event.target == modal) {
270
  modal.style.display = "none";
271
+ mo_btn.style.display = "block";
272
  }
273
  }
274
  }
316
  var modal = document.getElementById("mo_openid_rateus_myModal");
317
 
318
  // Get the button that opens the modal
319
+ var mo_btn = document.getElementById("mo_openid_rateus_modal");
320
 
321
  // Get the <span> element that closes the modal
322
  var mo_openid_span = document.getElementsByClassName("mo_openid_rateus_close")[0];
325
 
326
  // When the user clicks the button, open the modal
327
 
328
+ mo_btn.onclick = function() {
329
  jQuery("#mo_openid_support_form_feedback").hide();
330
  jQuery("#mo_openid_rating-4").prop('checked',false);
331
  jQuery("#mo_openid_rating-3").prop('checked',false);
411
  },
412
  {
413
  element: "#mo_openid_disp_opt_tour",
 
414
  title: "Display options.",
415
  content: "Select options where you want to display social login icons.",
416
  backdrop:'body',
417
  delay: 300,
418
  backdropPadding:'6',
419
  onNext: function() {
 
420
  window.location = base_url+'/wp-admin/admin.php?page=mo_openid_general_settings&tab=licensing_plans'
421
  }
422
  },{
431
  template: function () {
432
  var return_value;
433
  if(new_tour1.getCurrentStep()===7)
434
+ return_value="<div style='margin-top:2%;font-size: unset !important' class=\"mo_openid_popover\" role=\"tooltip\"> <div class=\"mo_openid_arrow\" ></div> <h3 class=\"mo_openid_popover-header\" style='margin-top: 0px'></h3> <div class=\"mo_openid_popover-body\"></div> <div class=\"mo_openid_popover-navigation\"> <div class=\"mo_openid_tour_mo_btn-group\"><div style=\"width:47%;margin-top: -7%;\"><h4 style=\"float:left;margin-top:30%;margin-left:30%;\">"+ (new_tour1.getCurrentStep()+1)+"/8</h4></div></div>&nbsp;&nbsp; <button class=\"button button-primary button-large\" data-role=\"end\" onclick=\"end_new_tour1();\">Done</button> </div> </div>";
435
  else {
436
  if(new_tour1.getCurrentStep()===6){
437
  return_value = "" +
440
  "<h3 class=\"mo_openid_popover-header\" style=\"font-size: 1rem;\"></h3> " +
441
  "<div class=\"mo_openid_popover-body\"></div> " +
442
  "<div class=\"mo_openid_popover-navigation\"> " +
443
+ "<div class=\"mo_openid_tour_mo_btn-group\" style=\"width: 100%;\"> " +
444
+ "<button class=\"mo_openid_tour_mo_btn mo_openid_tour_mo_btn-sm mo_openid_tour_mo_btn-secondary mo_openid_tour_mo_btn_next-success\" style=\"width: 54%;height: 0%;font-size: 1.5rem;\" data-role=\"next\">Next &raquo;</button>&nbsp;&nbsp;" +
445
+ "<button class=\"mo_openid_tour_mo_btn mo_openid_tour_mo_btn-sm mo_openid_tour_mo_btn-secondary mo_openid_tour_mo_btn_next-success\" style=\"width: 54%;height: 0%;font-size: 1.5rem;\" data-role=\"end\" onclick=\"end_new_tour1();\">Skip</button>" +
446
  "<div style=\"width:47%;margin-top: -7%;\">" +
447
  "<h4 style=\"float:right;margin-left: 53%;\">" + (new_tour1.getCurrentStep() + 1) + "/8</h4>" +
448
  "</div>" +
457
  "<h3 class=\"mo_openid_popover-header\" style=\"margin-top:0px;\"></h3> " +
458
  "<div class=\"mo_openid_popover-body\"></div> " +
459
  "<div class=\"mo_openid_popover-navigation\"> " +
460
+ "<div class=\"mo_openid_tour_mo_btn-group\" style=\"width: 100%;\"> " +
461
+ "<button class=\"mo_openid_tour_mo_btn mo_openid_tour_mo_btn-sm mo_openid_tour_mo_btn-secondary mo_openid_tour_mo_btn_next-success\" style=\"width: 54%;height: 0%;font-size: 1.5rem;\" data-role=\"next\">Next &raquo;</button>&nbsp;&nbsp;" +
462
+ "<button class=\"mo_openid_tour_mo_btn mo_openid_tour_mo_btn-sm mo_openid_tour_mo_btn-secondary mo_openid_tour_mo_btn_next-success\" style=\"width: 54%;height: 0%;font-size: 1.5rem;\" data-role=\"end\" onclick=\"end_new_tour1();\">Skip</button>" +
463
  "<div style=\"width:47%;margin-top: -7%;\">" +
464
  "<h4 style=\"float:right;margin-left: 53%;\">" + (new_tour1.getCurrentStep() + 1) + "/8</h4>" +
465
  "</div>" +
519
  },
520
  ],
521
  template: function () {
522
+ return ("<div class=\"mo_openid_popover\" role=\"tooltip\"> <div class=\"mo_openid_arrow\" ></div> <h3 class=\"mo_openid_popover-header\" style=\"margin-top:0px;\"></h3> <div class=\"mo_openid_popover-body\"></div> <div class=\"mo_openid_popover-navigation\"> <div class=\"mo_openid_tour_mo_btn-group\" style=\"width: 100%;\"><button class=\"button button-primary button-large\" data-role=\"end\"onclick='end_new_tour2();'>OK Got It</button></div></div></div>");
523
  }
524
  });
525
  var temp = "<?php echo get_option('mo_openid_tour_new'); ?>";
539
 
540
  function mo_register_sharing_openid()
541
  {
542
+
 
 
 
 
 
 
 
 
543
  if (isset($_GET['tab']) && $_GET['tab'] !== 'register') {
544
  $active_tab = $_GET['tab'];
545
  } else {
546
  $active_tab = 'soc_apps';
547
  }
548
 
549
+ if($active_tab == 'reports' )
550
+ {
551
+ ?>
552
+ <br>
553
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
554
+ <br>
555
+ <div style="text-align:center; margin-top: 3%;"><h1>Login Reports</h1><h4>This feature is only available in the All-Inclusive Plan</h4></div>
556
+
557
+ <?php
558
+ }
559
+ else if($active_tab == 'doc_tab'){
560
+ ?>
561
+ <br>
562
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left;margin-left: 40px;" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
563
+ <br>
564
+ <?php
565
+ }
566
+ else if($active_tab == 'licensing_plans')
567
+ {
568
  ?>
569
  <div style="text-align:center;"><h1>Social Login Plugin</h1></div>
570
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
571
+ <div style="text-align:center; color: rgb(233, 125, 104); margin-top: 55px; font-size: 23px"> You are currently on the Free version of the plugin <br> <br><span style="font-size: 20px; ">
572
+ <li style="color: dimgray; margin-top: 0px;list-style-type: none;">
573
+ <div class="mo_openid-quote">
574
+ <p>
575
+ <span onclick="void(0);" class="mo_openid-check-tooltip" style="font-size: 15px">Why should I upgrade?
576
+ <span class="mo_openid-info">
577
+ <span class="mo_openid-pronounce">Why should I upgrade to premium plugin?</span>
578
+ <span class="mo_openid-text">Upgrading lets you access all of our features such as Integration, User account moderation etc.</span>
579
+ </span>
580
+ </span>
581
+ </p>
582
+ </div>
583
+ <br><br>
584
+ </li>
585
+ </div>
586
+
587
  <?php
588
  }
589
  else
590
  {
591
+
592
  ?>
593
 
594
  <div>
600
  target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?></h1></a></td>
601
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
602
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
603
+ <td> <a id="doc_tab" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'doc_tab' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'doc_tab'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Documentation");?></a></td>
604
+ <td> <a id="reports" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'reports' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'reports'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Reports");?></a></td>
605
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()"><?php echo mo_sl('Upgrade Now');?></a></td>
606
  <td>
607
  </tr>
641
  <a id="social_icons_customization" class="tablinks<?php if ($active_tab == "social_icons_customization") echo '_active'; ?>"
642
  href="<?php echo add_query_arg(array('tab' => 'social_icons_customization'), $_SERVER['REQUEST_URI']); ?>"><?php echo mo_sl('Social Icons Customization');?><span style="margin-left: 2%" class="mo-openid-premium"><?php echo mo_sl('PRO');?></span></a>
643
 
644
+ <a id="mo_twitter_mo_btn" class="tablinks<?php if ($active_tab == "mo_twitter_mo_btn") echo '_active'; ?>"
645
+ href="<?php echo add_query_arg(array('tab' => 'mo_twitter_mo_btn'), $_SERVER['REQUEST_URI']); ?>"><?php echo mo_sl('Twitter Follow Button');?><span style="margin-left: 1%" class="mo-openid-premium"><?php echo mo_sl('PRO');?></span></a>
646
 
647
 
648
  </div>
677
  mo_openid_short_code();
678
  break;
679
  case 'licensing_plans':
680
+ mo_openid_licensing_plans();
681
  break;
682
  case 'add_on':
683
  header('Location: '.site_url().'/wp-admin/admin.php?page=mo_openid_settings_addOn');
688
  case 'social_icons_customization':
689
  mo_openid_social_icons_customization();
690
  break;
691
+ case 'mo_twitter_mo_btn':
692
+ mo_twitter_mo_btn();
693
+ break;
694
+ case 'reports':
695
+ mo_openid_reports();
696
+ break;
697
+ case 'doc_tab':
698
+ mo_openid_doc_tab();
699
  break;
700
  }
701
  ?>
707
  </div>
708
  <script type="text/javascript" src="<?php echo plugins_url('/includes/js/mo_openid_phone.js', __FILE__); ?>"></script>
709
 
710
+ <input type="button" id="mymo_btn" class="mo_support-help-button" data-show="false" onclick="mo_openid_support_form('')" value="<?php echo mo_sl('NEED HELP');?>">
711
 
712
  </div>
713
  <?php include('view/support_form/miniorange_openid_support_form.php');?>
726
  jQuery("#contact_us_phone").intlTelInput();
727
  var modal = document.getElementById("myModal");
728
  modal.style.display = "block";
729
+ var mo_btn=document.getElementById("mymo_btn");
730
+ mo_btn.style.display="none";
731
  var span = document.getElementsByClassName("mo_support_close")[0];
732
  span.onclick = function () {
733
  modal.style.display = "none";
734
+ mo_btn.style.display="block";
735
  }
736
  window.onclick = function (event) {
737
  if (event.target == modal) {
738
  modal.style.display = "none";
739
+ mo_btn.style.display="block";
740
  }
741
  }
742
  }
760
  } else {
761
  $active_tab = 'select_applications';
762
  }
763
+
764
+
765
+ if($active_tab == 'reports' )
766
+ {
767
+ ?>
768
+ <br>
769
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
770
+ <br>
771
+ <div style="text-align:center; margin-top: 3%;"><h1>Login Reports</h1><h4>This feature is only available in the All-Inclusive Plan</h4></div>
772
+
773
+ <?php
774
+ }
775
+ else if($active_tab == 'doc_tab'){
776
+ ?>
777
+ <br>
778
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left;margin-left: 40px;" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
779
+ <br>
780
+ <?php
781
+ }
782
+ else if($active_tab == 'licensing_plans')
783
+ {
784
  ?>
785
  <div style="text-align:center;"><h1>Social Login Plugin</h1></div>
786
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
787
+ <div style="text-align:center; color: rgb(233, 125, 104); margin-top: 55px; font-size: 23px"> You are currently on the Free version of the plugin <br> <br><span style="font-size: 20px; ">
788
+ <li style="color: dimgray; margin-top: 0px;list-style-type: none;">
789
+ <div class="mo_openid-quote">
790
+ <p>
791
+ <span onclick="void(0);" class="mo_openid-check-tooltip" style="font-size: 15px">Why should I upgrade?
792
+ <span class="mo_openid-info">
793
+ <span class="mo_openid-pronounce">Why should I upgrade to premium plugin?</span>
794
+ <span class="mo_openid-text">Upgrading lets you access all of our features such as Integration, User account moderation etc.</span>
795
+ </span>
796
+ </span>
797
+ </p>
798
+ </div>
799
+ <br><br>
800
+ </li>
801
+ </div>
802
+
803
  <?php
804
  }
805
  else
815
  target="_blank"><h1 style="color: #c9302c"><?php echo mo_sl('miniOrange Social Login');?></h1></a></td>
816
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
817
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
818
+ <td> <a id="doc_tab" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'doc_tab' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'doc_tab'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Documentation");?></a></td>
819
+ <td> <a id="reports" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'reports' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'reports'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Reports");?></a></td>
820
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()"><?php echo mo_sl('Upgrade Now');?></a></td>
821
  <td>
822
  </tr>
874
  case 'licensing_plans':
875
  mo_openid_licensing_plans();
876
  break;
877
+ case 'reports':
878
+ mo_openid_reports();
879
+ break;
880
  case 'add_on':
881
  header('Location: '.site_url().'/wp-admin/admin.php?page=mo_openid_settings_addOn');
882
  break;
883
+ case 'doc_tab':
884
+ mo_openid_doc_tab();
885
+ break;
886
  }
887
  ?>
888
  </td>
895
  </div></div>
896
  <script type="text/javascript" src= "<?php echo plugins_url('/includes/js/mo_openid_phone.js',__FILE__); ?>"></script>
897
 
898
+ <input type="button" id="mymo_btn" class="mo_support-help-button" data-show="false" onclick="mo_openid_support_form('')" value="<?php echo mo_sl('NEED HELP');?>">
899
 
900
  <?php include('view/support_form/miniorange_openid_support_form.php');?>
901
  <script>
945
  jQuery("#bkgOverlay").delay(4800).fadeIn(400);
946
  jQuery("#mo_openid_rateus_myModal").delay(5000).fadeIn(400);
947
 
948
+ jQuery("#mo_btnClose").click(function (e)
949
  {
950
  HideDialog();
951
  e.preventDefault();
965
  jQuery("#contact_us_phone").intlTelInput();
966
  var modal = document.getElementById("myModal");
967
  modal.style.display = "block";
968
+ var mo_btn=document.getElementById("mymo_btn");
969
+ mo_btn.style.display="none";
970
  var span = document.getElementsByClassName("mo_support_close")[0];
971
  span.onclick = function () {
972
  modal.style.display = "none";
973
+ mo_btn.style.display="block";
974
  }
975
  window.onclick = function (event) {
976
  if (event.target == modal) {
977
  modal.style.display = "none";
978
+ mo_btn.style.display="block";
979
  }
980
  }
981
  }
1007
  $active_tab = 'mo_mailchimp_add_on';
1008
  elseif (isset($_REQUEST) && $_REQUEST['page'] == 'mo_openid_buddypress_add_on')
1009
  $active_tab = 'mo_buddypress_add_on';
1010
+ elseif (isset($_REQUEST) && $_REQUEST['page'] == 'mo_openid_hubspot_add_on')
1011
+ $active_tab = 'mo_hubspot_add_on';
1012
  else {
1013
  $active_tab = 'custom_registration_form';
1014
  }
1015
 
1016
+ if($active_tab == 'reports' )
1017
+ {
1018
+ ?>
1019
+ <br>
1020
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
1021
+ <br>
1022
+ <div style="text-align:center; margin-top: 3%;"><h1>Login Reports</h1><h4>This feature is only available in the All-Inclusive Plan</h4></div>
1023
+
1024
+ <?php
1025
+ }
1026
+ else if($active_tab == 'doc_tab'){
1027
+ ?>
1028
+ <br>
1029
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left;margin-left: 40px;" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
1030
+ <br>
1031
+ <?php
1032
+ }
1033
+ else if($active_tab == 'licensing_plans')
1034
+ {
1035
+ ?>
1036
+ <div style="text-align:center;"><h1>Social Login Plugin</h1></div>
1037
+ <div><a style="margin-top: 0px;background: #d0d0d0;border-color: #1162b5;color: #151515; float: left" class="button" onclick="window.location='<?php echo site_url();?>'+'/wp-admin/admin.php?page=mo_openid_general_settings'"><span class="dashicons dashicons-arrow-left-alt" style="vertical-align: middle;"></span><b style="font-size: 15px;"> &nbsp;&nbsp;Back To Plugin Configuration</b></a></div>
1038
+ <div style="text-align:center; color: rgb(233, 125, 104); margin-top: 55px; font-size: 23px"> You are currently on the Free version of the plugin <br> <br><span style="font-size: 20px; ">
1039
+ <li style="color: dimgray; margin-top: 0px;list-style-type: none;">
1040
+ <div class="mo_openid-quote">
1041
+ <p>
1042
+ <span onclick="void(0);" class="mo_openid-check-tooltip" style="font-size: 15px">Why should I upgrade?
1043
+ <span class="mo_openid-info">
1044
+ <span class="mo_openid-pronounce">Why should I upgrade to premium plugin?</span>
1045
+ <span class="mo_openid-text">Upgrading lets you access all of our features such as Integration, User account moderation etc.</span>
1046
+ </span>
1047
+ </span>
1048
+ </p>
1049
+ </div>
1050
+ <br><br>
1051
+ </li>
1052
+ </div>
1053
+
1054
  <?php
1055
  mo_openid_licensing_plans();
1056
+ }
1057
  else
1058
  {
1059
 
1063
  <tr>
1064
  <td><img id="logo" style="margin-top: 25px" src="<?php echo plugin_dir_url(__FILE__);?>includes/images/logo.png"></td>
1065
  <td>&nbsp;<a style="text-decoration:none" href="https://plugins.miniorange.com/" target="_blank"><h1 style="color: #c9302c">miniOrange Social Login &nbsp;</h1></a></td>
 
 
1066
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank">Forum</a></td>
1067
+ <td> <a id="doc_tab" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'doc_tab' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'doc_tab'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Documentation");?></a></td>
1068
+ <td> <a id="reports" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'reports' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'reports'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Reports");?></a></td>
1069
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()">Licensing Plans</a></td>
1070
  <td> <a id="mo_openid_go_back" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'mo_openid_go_back' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'mo_openid_go_back'), $_SERVER['REQUEST_URI'] ); ?>">Social Login</a></td>
1071
  </tr>
1084
  <a id="mo_woocommerce_add_on" class="tablinks<?php if($active_tab=="mo_woocommerce_add_on") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_woocommerce_add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('WooCommerce Add on');?></a>
1085
  <a id="mo_buddypress_add_on" class="tablinks<?php if($active_tab=="mo_buddypress_add_on") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_buddypress_add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('BuddyPress Add on');?></a>
1086
  <a id="mo_mailchimp_add_on" class="tablinks<?php if($active_tab=="mo_mailchimp_add_on") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_mailchimp_add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('MailChimp Add on');?></a>
1087
+ <a id="mo_hubspot_add_on" class="tablinks<?php if($active_tab=="mo_hubspot_add_on") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_hubspot_add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('HubSpot Add on');?></a>
1088
  <a id="mo_openid_go_back" class="tablinks<?php if($active_tab=="mo_openid_go_back") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'mo_openid_go_back'), $_SERVER['REQUEST_URI'] ); ?>">Go to Social Login</a>
1089
  <a id="mo_openid_licensing" class="tablinks<?php if($active_tab=="mo_openid_licensing_plans") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>" onclick="mo_openid_extension_switch()">Licensing Plans</a>
1090
  <a id="profile_com" style="display: none;"> class="tablinks<?php if($active_tab=="profile_com") echo '_active';?>" href="<?php echo add_query_arg( array('tab' => 'profile_com'), $_SERVER['REQUEST_URI'] ); ?>">Profile</a>
1106
  <td style="vertical-align:top;">
1107
  <?php
1108
  switch ($active_tab){
1109
+ case 'reports':
1110
+ mo_openid_reports();
1111
  break;
1112
+ case 'doc_tab':
1113
+ mo_openid_doc_tab();
1114
  break;
1115
+ case 'profile_com':
1116
+ mo_openid_profile();
1117
  break;
1118
  case 'custom_registration_form':
1119
  if(mo_openid_is_customer_addon_license_key_verified()) {
1166
  else
1167
  mo_openid_buddypress_addon_display();
1168
  break;
1169
+ case 'mo_hubspot_add_on':
1170
+ if(mo_openid_is_hub_license_key_verified()) {
1171
+ if (is_plugin_active('miniorange-login-openid-hubspot-addon/mo_openid_hubspot_integration.php')) {
1172
+ do_action('hubspot_integration_addon');
1173
+ }
1174
+ else {
1175
+ $addon_message_type = 'HubSpot Addon';
1176
+ mo_openid_show_addon_message_page($addon_message_type);
1177
+ }
1178
+ }
1179
+ else
1180
+ mo_openid_hubspot_add_on_display();
1181
+ break;
1182
  case 'setup_video':
1183
  break;
1184
  case 'mo_openid_go_back':
1194
  </div>
1195
  </div>
1196
  <script type="text/javascript" src= "<?php echo plugins_url('/includes/js/mo_openid_phone.js',__FILE__); ?>"></script>
1197
+ <input type="button" id="mymo_btn" class="mo_support-help-button" data-show="false" onclick="mo_openid_support_form('')" value="<?php echo mo_sl('NEED HELP');?>">
1198
  </div>
1199
  <?php include('view/support_form/miniorange_openid_support_form.php');?>
1200
  <script>
1203
  jQuery("#contact_us_phone").intlTelInput();
1204
  var modal = document.getElementById("myModal");
1205
  modal.style.display = "block";
1206
+ var mo_btn=document.getElementById("mymo_btn");
1207
+ mo_btn.style.display="none";
1208
  var span = document.getElementsByClassName("mo_support_close")[0];
1209
  span.onclick = function () {
1210
  modal.style.display = "none";
1211
+ mo_btn.style.display="block";
1212
  }
1213
  window.onclick = function (event) {
1214
  if (event.target == modal) {
1215
  modal.style.display = "none";
1216
+ mo_btn.style.display="block";
1217
  }
1218
  }
1219
  }
mo-openid-social-login-functions.php CHANGED
@@ -572,8 +572,9 @@ function checkTransactionId($customerKey,$otpToken,$transactionId,$pass){
572
  return true;
573
  }
574
 
575
- function mo_openid_is_customer_license_key_verified() {
576
- $licenseKey = get_option('mo_openid_opn_lk');
 
577
  $email = get_option('mo_openid_admin_email');
578
  $customerKey = get_option('mo_openid_admin_customer_key');
579
  if( !$licenseKey || ! $email || ! $customerKey || ! is_numeric( trim( $customerKey ) ) ){
@@ -583,9 +584,9 @@ function mo_openid_is_customer_license_key_verified() {
583
  }
584
  }
585
 
586
- function mo_openid_is_customer_addon_license_key_verified() {
587
- $licenseKey = get_option('mo_openid_opn_lk_extra_attr_addon');
588
- $email = get_option('mo_openid_admin_email');
589
  $customerKey = get_option('mo_openid_admin_customer_key');
590
  if( !$licenseKey || ! $email || ! $customerKey || ! is_numeric( trim( $customerKey ) ) ){
591
  return 0;
@@ -594,8 +595,8 @@ function mo_openid_is_customer_addon_license_key_verified() {
594
  }
595
  }
596
 
597
- function mo_openid_is_wca_license_key_verified() {
598
- $licenseKey = get_option('mo_openid_opn_lk_wca_addon');
599
  $email = get_option('mo_openid_admin_email');
600
  $customerKey = get_option('mo_openid_admin_customer_key');
601
  if( !$licenseKey || ! $email || ! $customerKey || ! is_numeric( trim( $customerKey ) ) ){
@@ -605,8 +606,8 @@ function mo_openid_is_wca_license_key_verified() {
605
  }
606
  }
607
 
608
- function mo_openid_is_bpp_license_key_verified() {
609
- $licenseKey = get_option('mo_openid_opn_lk_bpp_addon');
610
  $email = get_option('mo_openid_admin_email');
611
  $customerKey = get_option('mo_openid_admin_customer_key');
612
  if( !$licenseKey || ! $email || ! $customerKey || ! is_numeric( trim( $customerKey ) ) ){
@@ -667,6 +668,9 @@ function mo_openid_show_verify_addon_license_page(){
667
  wp_send_json(["html"=> mo_openid_show_verify_license_page('WP_SOCIAL_LOGIN_MAILCHIMP_ADDON')]);
668
  else if(sanitize_text_field($_POST['plan_name'])=='WP_SOCIAL_LOGIN_BUDDYPRESS_ADDON')
669
  wp_send_json(["html"=> mo_openid_show_verify_license_page('WP_SOCIAL_LOGIN_BUDDYPRESS_ADDON')]);
 
 
 
670
  }
671
 
672
  function mo_openid_show_verify_license_page($licience_type){
572
  return true;
573
  }
574
 
575
+
576
+ function mo_openid_is_customer_addon_license_key_verified() {
577
+ $licenseKey = get_option('mo_openid_opn_lk_extra_attr_addon');
578
  $email = get_option('mo_openid_admin_email');
579
  $customerKey = get_option('mo_openid_admin_customer_key');
580
  if( !$licenseKey || ! $email || ! $customerKey || ! is_numeric( trim( $customerKey ) ) ){
584
  }
585
  }
586
 
587
+ function mo_openid_is_wca_license_key_verified() {
588
+ $licenseKey = get_option('mo_openid_opn_lk_wca_addon');
589
+ $email = get_option('mo_openid_admin_email');
590
  $customerKey = get_option('mo_openid_admin_customer_key');
591
  if( !$licenseKey || ! $email || ! $customerKey || ! is_numeric( trim( $customerKey ) ) ){
592
  return 0;
595
  }
596
  }
597
 
598
+ function mo_openid_is_bpp_license_key_verified() {
599
+ $licenseKey = get_option('mo_openid_opn_lk_bpp_addon');
600
  $email = get_option('mo_openid_admin_email');
601
  $customerKey = get_option('mo_openid_admin_customer_key');
602
  if( !$licenseKey || ! $email || ! $customerKey || ! is_numeric( trim( $customerKey ) ) ){
606
  }
607
  }
608
 
609
+ function mo_openid_is_hub_license_key_verified() {
610
+ $licenseKey = get_option('mo_openid_opn_lk_hub_addon');
611
  $email = get_option('mo_openid_admin_email');
612
  $customerKey = get_option('mo_openid_admin_customer_key');
613
  if( !$licenseKey || ! $email || ! $customerKey || ! is_numeric( trim( $customerKey ) ) ){
668
  wp_send_json(["html"=> mo_openid_show_verify_license_page('WP_SOCIAL_LOGIN_MAILCHIMP_ADDON')]);
669
  else if(sanitize_text_field($_POST['plan_name'])=='WP_SOCIAL_LOGIN_BUDDYPRESS_ADDON')
670
  wp_send_json(["html"=> mo_openid_show_verify_license_page('WP_SOCIAL_LOGIN_BUDDYPRESS_ADDON')]);
671
+ else if(sanitize_text_field($_POST['plan_name'])=='WP_SOCIAL_LOGIN_HUBSPOT_ADDON')
672
+ wp_send_json(["html"=> mo_openid_show_verify_license_page('WP_SOCIAL_LOGIN_HUBSPOT_ADDON')]);
673
+
674
  }
675
 
676
  function mo_openid_show_verify_license_page($licience_type){
mo_openid_feedback_form.php CHANGED
@@ -87,7 +87,7 @@ function mo_openid_display_feedback_form(){
87
  var mo_openid_modal = document.getElementById('mo_openid_myModal');
88
 
89
  // Get the button that opens the mo_openid_modal
90
- var btn = document.getElementById("myBtn");
91
 
92
  // Get the <span> element that closes the mo_openid_modal
93
  var span = document.getElementsByClassName("mo_openid_close")[0];
87
  var mo_openid_modal = document.getElementById('mo_openid_myModal');
88
 
89
  // Get the button that opens the mo_openid_modal
90
+ var mo_btn = document.getElementById("mymo_btn");
91
 
92
  // Get the <span> element that closes the mo_openid_modal
93
  var span = document.getElementsByClassName("mo_openid_close")[0];
readme.txt CHANGED
@@ -1,156 +1,176 @@
1
- === WordPress Social Login (Google, Twitter, LinkedIn) ===
2
- Contributors: vkontakte, sociallogin, cyberlord92
3
  Donate link: https://www.miniorange.com
4
- Tags: Social login, facebook login, google login, twitter login, Vkontakte login, WooCommerce ,user login ,social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.7
7
- Stable tag: 7.4.6
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
11
- WordPress Social Login with Google, Facebook, Apple, Twitter, LinkedIn & 40+ apps. Social Sharing. WooCommerce social login & integration. 24x7 Support.
12
 
13
  == Description ==
14
 
15
- WordPress Social Login Plugin enables login, social sharing and social commenting using social media apps like Facebook, Google, Apple, Twitter, LinkedIn and many other social media applications. One-click user login & registration without the hassle of usernames and passwords. Social login using applications like Vkontakte, WindowsLive, Line, WeChat, Weibo, Amazon, Salesforce, Yahoo, WordPress, Paypal, disqus, pinterest, spotify, reddit, tumblr, twitch, vimeo, kakao, discord, dribbble, flickr, meetup, stackexchange, livejournal, snapchat, foursquare, teamsnap, naver, odnoklassniki,Dropbox, Instagram.
16
 
 
 
 
 
17
 
18
  [youtube https://youtu.be/-qHgNcHxwsE]
19
 
20
  = Free Social Login Features =
21
 
22
- * Social Login with <a href="https://plugins.miniorange.com/configure-facebook-social-login-in-wordpress" target="_blank">Facebook</a>, <a href="https://plugins.miniorange.com/login-with-google-using-wordpress-social-login" target="_blank">Google</a>, <a href="https://plugins.miniorange.com/configure-twitter-with-social-login-in-wordpress" target="_blank">Twitter</a>, <a href="http://plugins.miniorange.com/configure-vkontakte-with-social-login-in-wordpress" target="_blank">Vkontakte</a>, <a href="https://plugins.miniorange.com/configure-linkedin-with-social-login-in-wordpress" target="_blank">LinkedIn</a>, <a href="http://plugins.miniorange.com/configure-amazon-with-social-login-in-wordpress" target="_blank">Amazon</a>, <a href="https://plugins.miniorange.com/configure-windowslive-with-social-login-in-wordpress" target="_blank">Windows Live</a>, Salesforce & <a href="https://plugins.miniorange.com/guide-to-configure-yahoo-social-login-in-wordpress" target="_blank">Yahoo</a>
23
- * **NO SETUP required for popular social login apps.**
24
- * **24/7 Support**
25
- * Setup your own social login application with APP ID and APP Secret for Facebook login, Google login, Twitter login, Vkontakte login, LinkedIn login, Instagram login, Amazon login, Windows Live login & Yahoo login.
26
- * **Single sing-on using various authorization and authentication protocols such as OAuth1.0, OAuth2.0 and OpenID. **
27
- * **Icon Customizations** - customize shape for social login icons, themes for social login icons, space for social login icons & size of social login icons.
28
- * **Preview is available for Social Login icons**
29
- * **Profile Completion** (username, email) - Prompt user for email & username if social login app doesn't return it. User Email is verified with verification code.
30
- * **Assign roles to your users** - Assign WordPress roles to users logging in with social login application.
31
- * Add the Social Login Icons on: login page, registration page, comment form or anywhere on your website using our Social Login Widgets and Shortcodes.
32
- * Sync Social Profile Picture with WordPress.
33
- * Enable Email Notification to admin when user registers with social login application.
34
- * Enable/disable user registration through social login.
35
- * Customize Login Redirect URL after the Login/Registration.
36
- * Customize Logout Redirect URL after logout.
37
- * Completely Customizable Social Login Icons - customize text, color, shape, size and theme.
38
- * SHORTCODE available for social login.
39
- * **24/7 Support** using email and in-plugin support form.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  = <a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce Social Login Features</a> <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
42
- * **WooCommerce Integration** Auto-fill first name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.
43
- * Woocommerce Display Options
44
- * Before/After WooCommerce Login form
45
- * Before/After WooCommerce Registration form
46
- * Before/After WooCommerce Checkout form
47
 
48
 
49
  = <a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress Social Login Features</a> <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
50
- * **BuddyPress Integration** Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
51
- * BuddyPress Display Options
52
- * Before BuddyPress Registration Form
53
- * Before BuddyPress Account Details
54
- * After BuddyPress Registration Form Login form
55
 
56
  = <a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Memberships Pro <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
57
- * **Paid Memberships Pro** Assigned Selected Paid membership level at the time of registration .
58
- * Paid Memberships Pro Display Options
59
- * Paid Memberships Pro Checkout Page Before Submit button
60
- * Paid Memberships Pro Checkout Page After Level Cost
61
- * Paid Memberships Pro Checkout Page After Username
62
-
63
-
64
- = BuddyBoss Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
65
- * **BuddyBoss Integration** Sync profile picture from social application to BuddyBoss avatar. Sync user social profile to BuddyBoss custom fields.
66
- * BuddyBoss Display Options
67
- * Before BuddyBoss Registration Form
68
- * After BuddyBoss Registration Form Login form
69
 
70
  = Ultimate Member - Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
71
- * Ultimate Member Display Options
72
- * Before Ultimate Member Login Form Fields
73
- * After Ultimate Member Login Form Fields
74
- * Before Ultimate Member Registration Form Fields
75
- * After Ultimate Member Registration Form Fields
76
- * After Ultimate Member Register button
77
 
78
  = MemberPress - Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
79
- * MemberPress Display Options
80
- * After MemberPress Login Form
81
- * After MemberPress Account Form
82
- * After MemberPress Checkout Form
83
 
84
- = Free Social Sharing & Social Comments Features =
85
- * Share with social applications - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Email, Print, Whatsapp
86
- * **Icon Customizations** - customize shape, theme, space & size of social sharing icons.
87
- * **Preview is available for Social Sharing icons**
88
- * Add Social Comments using Facebook.
89
- * Add Social Comments using Disqus.
90
- * Add social sharing icons on homepage, posts, feeds, content pages, WooCommerce product page etc.
91
- * Add a horizontal social sharing widget.
92
- * Add a floating vertical social sharing widget.
93
- * **Support** using email and in-plugin support form.
94
-
95
- = Premium Social Login Features =
96
-
97
- * Social Login with Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo, WordPress, apple, Paypal, disqus, pinterest, spotify, reddit, tumblr, twitch, vimeo, kakao, discord, dribbble, flickr, line, meetup, stackexchange, livejournal, snapchat, foursquare, teamsnap, naver, odnoklassniki.
98
- * GDPR compliant Social Login.
99
- * **Woocommerce display options** - Enable social login icons on the Woocommerce Checkout, Woocommerce Login, Woocommerce Registration pages.
100
- * **BuddyPress display options** - Enable Social login icons on BuddyPress Registration & BuddyPress Account pages.
101
- * All social login free version features
102
- * **Enable your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live, WordPress, Yahoo, Disqus & Salesforce **[Premium]**
103
- * **Woocommerce Integration <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Auto-fill first name, last name and email in billing details of a user logging in with social login application.
104
- * **BuddyPress Integration <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
105
- * **Test Configuration <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Test configuration of your social login app in admin panel before making your app live.
106
- * **Social Login Opens in a New Window <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Social Login opens in a new window instead of the same window.
107
- * **Domain restriction <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Option to restrict social login for users with a domain specified in the admin dashboard.
108
- * **<a href="https://plugins.miniorange.com/guide-to-configure-mailchimp-integration-with-wordpress-social-login" target="_blank">MailChimp Integration</a> [Premium]** - A social login user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.
109
- * **Email Notification to multiple admins <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Option to send email notification to multiple admins when user registers.
110
- * **Welcome email to end users <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Option to send email notification to user when he registers using social login application.
111
- * **Customizable Email Notification template <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - customize content of email sent to admin when user registers using social login.
112
- * **Customizable welcome email template <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - customize content of welcome email sent to registering users.
113
- * **Extended Profile Data <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.
114
- * **Social Analytics Dashboard Access [Premium]**
115
- * Customizable Logout Text
116
- * **Custom Integration <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>** - If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Social Login Plugin for you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.
117
-
118
- = How is this plugin better than other plugins available =
119
- * **Support for 10 apps in free plan** - Social Login with Facebook, Google, Twitter, LinkedIn, Instagram, Vkontakte, Windows Live, Amazon, Salesforce, Yahoo all available in the free plan.
120
- * **No need to set up custom app just register with us and use our pre-configured application.
121
- * **Setup in seconds** - miniOrange Social Login removes the hassle of creating your own application in all the social media. In any other social login plugin, if you are providing login with a social login application, google for example, you will need an App ID for which you will need to create an entire application in google. So if you want to provide login with 10 different social applications then you need to go and create 10 applications in those social platforms. Using our plugin, Social Login, Social Sharing by miniOrange, you do not need to do that. Just by creating one registration with us, you get Social login plus other features.
122
- * **Icon Customizations** - Beautiful icon customisations for Social Login and Social Sharing are available in our free plan where you can use a range of UI options like shape, size and theme. You get to choose from the following shapes - square, circle, rounded and long. You get to choose from the following themes - default, filled background, without background. Additionally you can customize the curve of the long buttons.
123
- * **Free Support** - Social Login, Social Sharing plugin has in-plugin support available. Sending us a query is just a button-click away.
124
-
125
- Social Login allows your visitors to comment, share, login and register with many Social Media applications.
126
- Social Login provides different display options with beautiful login button customizations which other plugins do not provide(CSS knowledge is also not needed!).
127
-
128
- = Social Login =
129
- Social Login includes Facebook, Twitter, Google, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live, Yahoo & Salesforce. Social Login allows your visitors to choose from their favourite social login apps to login, comment, share and optionally auto-register with your website or blog.
130
-
131
- One-click social login to your WordPress site using social login applications like Google, Twitter, Facebook. This means, if your user is logged in to Google, user can comment on any blog or site by simply clicking the `google icon` - no username or password is explicitly required! Simply enable Social Login, **no setup of social media application** is required and you are done.
132
-
133
- = Social Sharing =
134
- Allow anyone to easily share your website content using their favorite social sharing applications. Social Sharing applications include Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Email, Print, Whatsapp and more. Customize your social sharing buttons to suit to your website's theme. Social sharing on homepage includes sharing with content or excerpt.
135
-
136
- See the <a href="https://wordpress.org/plugins/miniorange-login-openid/screenshots/">Screenshots</a> section for visuals on social sharing.
137
-
138
- = Social Comments =
139
- Allow users to social comment on your website using supported social media commenting apps such as Facebook and Google. Social Comments does not require the users to be registered or logged in on your site for adding comments.
140
-
141
- = Easy Integration =
142
- Social Login is the easiest to configure and conveniently allows you to setup and start using the plugin in seconds. Easy integration with your website with options to add Social login on login page, registration page and comments section. Add `miniOrange - Social Login` widget to add social login in widget area. Add shortcode <a href="https://plugins.miniorange.com/guide-to-display-social-login-icons-using-shortcode-in-wordpress" target="_blank">[miniorange_social_login] </a>to add social login in other places. Add social sharing applications to home page, posts, content pages, WooCommerce product page, bbPress forums, bbPress topics, bbPress replies and anywhere on your site using widgets. For Social Sharing, use `miniOrange Sharing - Vertical` for floating vertical widget and `miniOrange Sharing - Horizontal` for horizontal widget to add social sharing in widget area. Add shortcode [miniorange_social_sharing] for horizontal sharing icons and [miniorange_social_sharing_vertical] for vertical sharing icons.
143
 
144
  = Single sign-on =
145
  Single Sign-On using Social Login creates a single authentication system for multiple web properties allowing users to navigate websites with a single account.
146
 
147
- All other Social Login and Social Sharing applications are supported through a simple email to info@miniorange.com.
 
148
 
149
- = Website - =
150
- These additional features are available upon request. Send an email to info@miniorange.com if you need any of these features.
151
-
152
- User Profile Data, integration with external software like salesforce, box, office 365 etc, and Social Analytics.
153
- This can also captures users’ profile data, with their permission, and automatically creates a profile in miniOrange database and you can download it using a CSV file or a PDF file.
154
 
155
  Check out our website for other plugins <a href="https://www.miniorange.com/plugins" >https://www.miniorange.com/plugins</a> or <a href="https://wordpress.org/plugins/search.php?q=miniorange" >click here</a> to see all our listed WordPress plugins.
156
  For more support or info email us at info@miniorange.com or <a href="https://www.miniorange.com/contact" >Contact us</a>. You can also submit your query from the plugin's configuration page.
@@ -171,7 +191,7 @@ For more support or info email us at info@miniorange.com or <a href="https://www
171
  1. Go to `Social Login, Social Sharing by miniOrange` from side menu and select your Social Login and Social Sharing apps.
172
  2. Customize Social login and Social sharing buttons/icons.
173
  3. Add miniOrange Social Login and Social plugin through Display Options.
174
- 4. For adding widgets, go to `Appearance->Widgets`. From available widgets you will find `miniOrange - Social Login`, `miniOrange Sharing - Horizontal` and `miniOrange Sharing - Vertical` widgets. Drag it to chosen widget area where you want it to appear.
175
  5. For adding icons to page, use Shortcodes [miniorange_social_login], [miniorange_social_sharing], [miniorange_social_sharing_vertical]. Further go to Shortcode tab to customize them.
176
  6. Now visit your site and you will see login and sharing icons.
177
 
@@ -181,34 +201,34 @@ For more support or info email us at info@miniorange.com or <a href="https://www
181
  = What are the steps to download and activate the social login premium plugin? =
182
  Please follow the steps given below to download and activate the social login premium plugin:
183
  1. Login to miniOrange dashboard <a href="https://login.xecurify.com/moas/login" >here</a>.
184
- 2. Click on License option on the left-hand menu.
185
  3. You will see the download the social login premium plugin link Click on Download Plugin and extract the zip.
186
  4. Do not delete the older files just replace the old plugin files with the new plugin.
187
- 5. To activate the newly installed plugin you need a license key. Click on View License Key button in the License option on the left-hand menu of the miniOrange dashboard.
188
  6. Copy the Licence key.
189
- 7. Go to miniOrange Social Login Plugin on the WordPress dashboard and after login in the plugin, it will ask for the license key paste the license key which you copied from the miniOrange dashboard.
190
 
191
- = I need login with other Social Login apps like Pinterest, Yahoo, Paypal etc. ? =
192
- Please email us at info@miniorange.com. You can also submit your app request from plugin's configuration page.
193
 
194
  = I can't see any Social Login to enable. I only see Register with miniOrange? =
195
  Our very simple and easy registration lets you register with Social Login, Social Sharing by miniOrange works if you are connected to miniOrange.
196
- Once you have registered with a valid email-address, you will be able to enable Social Login, Social Sharing by miniOrange.
197
 
198
  = Some of the social sharing apps are not working. Why is that? =
199
  This issue arises if your website is not publicly hosted. Facebook for example looks for the URL to generate the webpage's preview for sharing.
200
 
201
  = I want to add Social Login/ Social Sharing to a custom location in my page. How can I achieve that? =
202
- To add Social Login or Social Sharing icons to a custom location, use a Shortcode. For further details refer to Shortcode tab in the plugin.
203
 
204
- = I have added miniOrange social Sharing - Vertical widget to my page. How can I change its position in the page? =
205
- The vertical sharing widget for Social Sharing gives a couple of options to change its position in the page and also the space between icons. You can align the social sharing widget on the left or right side of the page. You can view these options from Appearance->Widgets or editing the widget options in Customizer.
206
 
207
  = I want to upgrade to the social login standard/premium plan. How can I upgrade? =
208
  Please contact us through the support form for the social login standard and premium plugin.
209
 
210
- =I want user to select their role on registration=
211
- This feature is available in Custom registration add-on which allows the users to select their role during Registration and based on that the user will be given the privileges inside.
212
 
213
  = For any other query/problem/request =
214
  Please email us at info@miniorange.com. You can also submit your query from the Social plugin's configuration page.
@@ -229,51 +249,67 @@ Please email us at info@miniorange.com. You can also submit your query from the
229
  12. Social Sharing icons without background.
230
 
231
  ==Changelog==
 
 
 
 
 
 
 
 
 
 
 
 
232
  = 7.4.6 =
233
- * Updated Instructions for Facebook, Google, Twitter and LinkedIn
234
- * Updated Licensing Plan page
235
- * Introduced All inclusive Plan
 
236
  * Added bulk instances for Social Login plans.
237
  * Minor UI Changes.
238
 
 
239
  = 7.4.5 =
240
- * Updated Google SVG and resolved conflicts.
241
- * Added notice for Facebook Data Check.
242
- * Added Paid Membership Pro display options in premium plugins.
243
- * Minor UI Changes.
244
 
245
  = 7.4.4 =
246
  * Removed banner.
 
247
  * Minor UI Changes.
248
 
249
  = 7.4.3 =
250
- * Compatible with WordPress version 5.5
251
- * New Christmas offer released.
252
  * Minor UI changes.
253
 
254
  = 7.4.2 =
255
- * Resolved JS and CSS issue with BuddyBoss and LearnPress plugins.
256
- * Resolved plugin load time issue.
257
- * Resolved Facebook redirection issue.
258
- * Resolved Sharing vertical/horizontal view.
259
  * Minor UI changes.
260
 
261
  = 7.4.1 =
262
- * Updated jQuery deprecated function.
263
- * Minor UI changes.
264
  * Added MemberPress display options in premium version.
265
  * Added Social Login Applications like GitHub, HubSpot, mail.ru in premium version.
266
 
267
  = 7.4.0 =
268
  * Added Documentation and videos for WooCommerce, BuddyPress, MailChimp and Paid membership Pro integrations.
269
  * Resolved CSS conflicts with other themes.
270
- * Image optimization for all application images.
271
  * Minor UI changes.
272
  * Compatible with LMS Tutor, Flatsome and BuddyBoss themes.
273
- * Introduces new plan for Apple, Discord and Twitch Application.
 
274
 
275
  = 7.3.12 =
276
- * Compatible with WordPress version 5.5
277
  * Compatible with BuddyBoss Platform.
278
  * Added Meetup attributes in premium plugin.
279
  * Added BuddyBoss display options.
@@ -284,13 +320,14 @@ Please email us at info@miniorange.com. You can also submit your query from the
284
  * Instructions updated for Facebook, Google, Linkedin, Twitter, Windows Live.
285
  * Conflict with Woocommerce quick edit resolved.
286
  * Minor UI Changes.
 
287
 
288
  = 7.3.10 =
289
  * Facebook API updated.
290
  * Minor UI Changes.
291
 
292
  = 7.3.9 =
293
- * Added the two display options for WooCommerce.
294
  * Added bulk instances for Social Login plans.
295
  * Added 25+ sharing applications in social sharing paid plan.
296
  * Added Buffer for share counts social sharing paid plan.
@@ -301,6 +338,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
301
 
302
  = 7.3.8 =
303
  * Updated Odnoklassniki custom app fix in premium versions.
 
304
  * Updated BuddyPress mapping bug fix in premium version.
305
  * Updated deprecated array and string fix.
306
  * Added Yandex app in premium applications.
@@ -345,10 +383,12 @@ Please email us at info@miniorange.com. You can also submit your query from the
345
  * On load class creation issue resolved.
346
  * Facebook share API update
347
  * Major UI changes.
 
348
  * Added translation.
349
  * Added setup plugin video button
350
  * Added Social login applications like Wechat, Baidu, Renren & QQ app in premium section.
351
- * Added top-up plans
 
352
 
353
  = 7.2.7 =
354
  * Major UI changes.
@@ -389,6 +429,7 @@ Please email us at info@miniorange.com. You can also submit your query from the
389
  * Fixed Logout text issue.
390
  * Fixed OTP email template issue.
391
 
 
392
  = 7.2.1 =
393
  SECURITY FIXES
394
  * Fixed sanitization issues
@@ -404,6 +445,7 @@ SECURITY FIXES
404
  * Fixed Non-English Character issue in the username.
405
  * Fixed the role mapping error message while login.
406
  * Fixed Whatsapp Sharing image issue.
 
407
 
408
  = 7.1.5 =
409
  * Fixed issue of getting '#_=_' string appended to URL after login with Facebook.
@@ -449,6 +491,7 @@ SECURITY FIXES
449
  * Slider Issue fixed.
450
  * CSS Issue Fixed (Social login plugin)
451
  * Minor bug fixes.
 
452
 
453
  = 7.0.1 =
454
  * Fixed GDPR related bug in Social login plugin.
@@ -499,6 +542,7 @@ SECURITY FIXES
499
  * Added option to disable particular Social login custom app
500
  * Added include_email parameter in for twitter custom app
501
  * Added prompt to ask user for confirmation on custom app deletion
 
502
  * Code cleanup
503
 
504
  = 6.5.0 =
@@ -509,7 +553,7 @@ SECURITY FIXES
509
  * Code cleanup
510
 
511
  = 6.4.1 =
512
- * Fix for issue in sending OTP during registration
513
 
514
  = 6.4.0 =
515
  * Fix for Facebook registration issue
@@ -535,6 +579,7 @@ SECURITY FIXES
535
  = 6.2.5 =
536
  * Fix in flow of Registration in plugin (OTP not validated)
537
  * Fix in sending email to admin
 
538
 
539
  = 6.2.4 =
540
  * Fix in flow of Registration in plugin (OTP not received)
@@ -839,11 +884,22 @@ SECURITY FIXES
839
  * First version of Social Login, Social Sharing plugin.
840
 
841
  == Upgrade Notice ==
 
 
 
 
 
 
 
 
 
 
842
  = 7.4.6 =
843
  * Updated Instructions for Facebook, Google, Twitter and LinkedIn
844
  * Updated Licensing Plan page
845
  * Introduced All inclusive Plan
846
  * Added bulk instances for Social Login plans.
 
847
  * Minor UI Changes.
848
 
849
  = 7.4.5 =
@@ -854,10 +910,11 @@ SECURITY FIXES
854
 
855
  = 7.4.4 =
856
  * Removed banner.
 
857
  * Minor UI Changes.
858
 
859
  = 7.4.3 =
860
- * Compatible with WordPress version 5.5
861
  * New Christmas offer released.
862
  * Minor UI changes.
863
 
@@ -866,6 +923,7 @@ SECURITY FIXES
866
  * Resolved plugin load time issue.
867
  * Resolved Facebook redirection issue.
868
  * Resolved Sharing vertical/horizontal view.
 
869
  * Minor UI changes.
870
 
871
  = 7.4.1 =
@@ -873,6 +931,7 @@ SECURITY FIXES
873
  * Minor UI changes.
874
  * Added MemberPress display options in premium version.
875
  * Added Social Login Applications like GitHub, HubSpot, mail.ru in premium version.
 
876
 
877
  = 7.4.0 =
878
  * Added Documentation and videos for WooCommerce, BuddyPress, MailChimp and Paid membership Pro integrations.
@@ -883,7 +942,7 @@ SECURITY FIXES
883
  * Introduces new plan for Apple, Discord and Twitch Application.
884
 
885
  = 7.3.12 =
886
- * Compatible with WordPress version 5.5
887
  * Compatible with BuddyBoss Platform.
888
  * Added Meetup attributes in premium plugin.
889
  * Added BuddyBoss display options.
@@ -1072,6 +1131,7 @@ SECURITY FIXES
1072
  * Update guide for facebook custom app.
1073
  * Fixed facebook related issue.
1074
  * Fixed some warnings.
 
1075
 
1076
  = 6.6.8 =
1077
  * Fix for issue during update profile.
@@ -1306,6 +1366,7 @@ SECURITY FIXES
1306
 
1307
  = 4.9.1 =
1308
  * Fix in setting role for new user registration
 
1309
 
1310
  = 4.9 =
1311
  * Added option to set universal role for users registering through Social Login
@@ -1345,6 +1406,7 @@ SECURITY FIXES
1345
  * Fix - Improved validation for Social Login
1346
  * Fix - Social Sharing Vertical widget sharing URL
1347
  * Added Troubleshooting questions
 
1348
 
1349
  = 4.7.2 =
1350
  * Added extra options for licensing
@@ -1374,6 +1436,7 @@ SECURITY FIXES
1374
  * Added support for adding Social Share icons on WooCommerce Product Page
1375
  * Fix - logout redirect in Current Page option
1376
  * Fix - Sharing URL in horizontal Social Sharing widget
 
1377
 
1378
  = 4.3 =
1379
  * Added Social media applications - Vkontakte, Tumblr, StumbleUpon, Pocket, Digg, Delicious, Odnoklassniki for Social sharing
@@ -1386,6 +1449,7 @@ SECURITY FIXES
1386
 
1387
  = 4.2.1 =
1388
  * Minor bug fix
 
1389
 
1390
  = 4.2 =
1391
  * Added feature of disabling User Auto registration in Social Login
@@ -1416,17 +1480,21 @@ SECURITY FIXES
1416
  * Vertical floating sharing widget and horizontal sharing widget for Social Sharing
1417
  * Preview & Customize buttons and icons - new themes and option to change size for Social Login and Social Sharing
1418
  * Twitter username for Social Sharing
 
1419
 
1420
  = 3.0.5 =
1421
  * Bug fix for Social Login for older php versions.
1422
 
1423
  = 3.0.4 =
1424
  * Bug fix for Social login and Social Sharing.
 
1425
 
1426
  = 3.0.3 =
1427
  * Added social media applications Instagram, Windows Live, Amazon to social login widgets
1428
  * Added social media applications like Twitter, Pinterest and Reddit on social sharing.
1429
  * Added more theme options to select Social Login and Social Sharing icons.
 
 
1430
 
1431
  = 3.0.2 =
1432
  * Added Social login for social media applications Facebook, Linkedin.
@@ -1441,6 +1509,7 @@ SECURITY FIXES
1441
 
1442
  = 2.0 =
1443
  * bug fixes and changes for Social Login in user email verification.
 
1444
 
1445
  = 1.0.1 =
1446
  * Social login with social media application Google OpenID Connect added to the plugin.
1
+ === Social Login (Google, Twitter, LinkedIn) - WordPress ===
2
+ Contributors: sociallogin, vkontakte, cyberlord92
3
  Donate link: https://www.miniorange.com
4
+ Tags: social login, facebook login, google login, social sharing, twitter login, user login, vkontakte login, linkedIn, social comments, social commenting, woocommerce login, facebook, twitter, google, social connect, social network login, social plugin, windows, microsoft,
5
  Requires at least: 2.0.2
6
  Tested up to: 5.7
7
+ Stable tag: 7.4.7
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
11
+ Social Login with Facebook, Google, Twitter and 40+ apps. Social login with social sharing and commenting. Free, fast & easy! WooCommerce Integration.
12
 
13
  == Description ==
14
 
15
+ WordPress Social Login Plugin allows social login, social sharing & commenting using widely used apps like Facebook, Google, Twitter, Apple, Discord, Twitch, Line. 40 other apps available. Immediate user login & registration to your website. No need to remember usernames & passwords.
16
 
17
+ Integrations with popular plugins like WooCommerce, BuddyPress, MailChimp, Paid Memberships Pro, Ultimate Member, and applications like Discord & Hubspot.
18
+
19
+ Social Login allows your visitors to login, register, share, and comment with many Social Media applications.
20
+ We provide different display options with beautiful login button customizations for free! No CSS knowledge needed!
21
 
22
  [youtube https://youtu.be/-qHgNcHxwsE]
23
 
24
  = Free Social Login Features =
25
 
26
+ * Social Login with <a href="https://plugins.miniorange.com/configure-facebook-social-login-in-wordpress" target="_blank">Facebook</a>, <a href="https://plugins.miniorange.com/login-with-google-using-wordpress-social-login" target="_blank">Google</a>, <a href="https://plugins.miniorange.com/configure-twitter-with-social-login-in-wordpress" target="_blank">Twitter</a>, <a href="http://plugins.miniorange.com/configure-vkontakte-with-social-login-in-wordpress" target="_blank">Vkontakte</a>, <a href="https://plugins.miniorange.com/configure-linkedin-with-social-login-in-wordpress" target="_blank">LinkedIn</a>, <a href="http://plugins.miniorange.com/configure-amazon-with-social-login-in-wordpress" target="_blank">Amazon</a>, <a href="https://plugins.miniorange.com/configure-windowslive-with-social-login-in-wordpress" target="_blank">Windows Live</a>, Salesforce & <a href="https://plugins.miniorange.com/guide-to-configure-yahoo-social-login-in-wordpress" target="_blank">Yahoo</a>.
27
+ * **One-click** activation for Login with Google, Amazon, Vkontakte, LinkedIn, Windows Live (Microsoft login), Yahoo, and Salesforce.
28
+ * **Flexible display** - Display Social login icons anywhere on your website.
29
+ * **Sync user data** - Sync user data from multiple social network providers like Facebook, Google, Microsoft into one social login account.
30
+ * **Secure Login** - Login with safe and secure authorization and authentication protocols like OAuth and OpenID.
31
+ * **Customizable social login icons** - Choose from multiple themes and shapes. Pick any size and color!
32
+ * **User Redirection** - Redirect users to pages you desire after any user logs in or logs out. Custom login redirect URL and custom logout redirect URL.
33
+ * **Assign user roles** - Assign WordPress roles to users on registration through social login.
34
+ * **Shortcodes** - Use Shortcode anywhere on your website to display social login icons.
35
+ * **Take full control** - Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo.
36
+ * **Preview** - Preview custom social login icons before you publish them on your website.
37
+ * **Profile completion** (username, email) - Prompt users for email-id & username if social login app doesn't return it. Verify Emails using verification code.
38
+ * **Email Notifications** - Emails are sent to admin when a user registers with any social login application.
39
+ * **Enable/disable user registration** - Allow or restrict user registration using social login.
40
+ * Customizable Text For Social Login Icons.
41
+ * Display Social login icons on **WooCommerce Login Page**.
42
+ * **24 / Support** - Using email and in-plugin support form.
43
+
44
+ = Social Login Providers =
45
+
46
+ * <a href="https://plugins.miniorange.com/configure-facebook-social-login-in-wordpress" target="_blank">Facebook login</a>
47
+ * <a href="https://plugins.miniorange.com/login-with-google-using-wordpress-social-login" target="_blank">Google login</a>
48
+ * <a href="https://plugins.miniorange.com/configure-twitter-with-social-login-in-wordpress" target="_blank">Twitter login</a>
49
+ * <a href="http://plugins.miniorange.com/configure-linkedin-with-social-login-in-wordpress" target="_blank">LinkedIn login</a>
50
+ * <a href="http://plugins.miniorange.com/configure-amazon-with-social-login-in-wordpress" target="_blank">Amazon login</a>
51
+ * <a href="http://plugins.miniorange.com/configure-vkontakte-with-social-login-in-wordpress" target="_blank">Vkontakte login (вконтакте логин)</a>
52
+ * <a href="https://plugins.miniorange.com/configure-apple-with-social-login-in-wordpress" target="_blank">Apple login</a>
53
+ * <a href="https://plugins.miniorange.com/configure-discord-with-social-login-in-wordpress" target="_blank">Discord login</a>
54
+ * <a href="https://plugins.miniorange.com/configure-windowslive-with-social-login-in-wordpress" target="_blank">Windows Live login (Microsoft Login)</a>
55
+ * HubSpot login
56
+ * <a href="https://plugins.miniorange.com/guide-to-configure-yahoo-social-login-in-wordpress" target="_blank">Yahoo login</a>
57
+ * <a href="https://plugins.miniorange.com/configure-wordpress-with-social-login-wordpress" target="_blank">WordPress login</a>
58
+ * <a href="https://plugins.miniorange.com/configure-dribbble-with-social-login-in-wordpress" target="_blank">Dribbble login</a>
59
+ * <a href="http://plugins.miniorange.com/configure-disqus-with-social-login-in-wordpress" target="_blank">Disqus login</a>
60
+ * <a href="https://plugins.miniorange.com/configure-flickr-with-social-login-in-wordpress" target="_blank">Flickr login</a>
61
+ * <a href="https://plugins.miniorange.com/configure-to-foursquare-with-social-login-in-wordpress" target="_blank">Foursquare login</a>
62
+ * Github login
63
+ * Instagram login
64
+ * <a href="https://plugins.miniorange.com/login-with-kakao-using-wordpress-social-login" target="_blank">Kakao login (카카오 로그인)</a>
65
+ * <a href="https://plugins.miniorange.com/configure-line-with-social-login-in-wordpress" target="_blank">Line login (ラインログイン)(線路登錄)(线路登录)(เข้าสู่ระบบไลน์)</a>
66
+ * Livejournal login
67
+ * Mail.ru login (mailru логин)
68
+ * <a href="http://plugins.miniorange.com/configure-meetup-with-social-login-in-wordpress" target="_blank">Meetup login</a>
69
+ * <a href="https://plugins.miniorange.com/configure-naver-with-social-login-in-wordpress" target="_blank">Naver login (네이버 로그인)</a>
70
+ * <a href="https://plugins.miniorange.com/configure-odnoklassniki-with-social-login-in-wordpress" target="_blank">Odnoklassniki login</a>
71
+ * <a href="http://plugins.miniorange.com/login-with-paypal-using-wordpress-social-login" target="_blank">Paypal login</a>
72
+ * <a href="https://plugins.miniorange.com/configure-pinterest-with-social-login-in-wordpress" target="_blank">Pinterest login</a>
73
+ * <a href="https://plugins.miniorange.com/configure-reddit-with-social-login-in-wordpress" target="_blank">Reddit login</a>
74
+ * Salesforce login
75
+ * <a href="https://plugins.miniorange.com/configure-snapchat-with-social-login-in-wordpress" target="_blank">Snapchat login</a>
76
+ * <a href="http://plugins.miniorange.com/configure-spotify-with-social-login-in-wordpress" target="_blank">Spotify login</a>
77
+ * <a href="https://plugins.miniorange.com/configure-stackexchange-with-social-login-in-wordpress" target="_blank">Stackexchange login</a>
78
+ * Steam login
79
+ * <a href="https://plugins.miniorange.com/configure-teamsnap-with-social-login-in-wordpress" target="_blank">Teamsnap login</a>
80
+ * <a href="https://plugins.miniorange.com/configure-tumblr-with-social-login-in-wordpress" target="_blank">Tumblr login</a>
81
+ * <a href="http://plugins.miniorange.com/configure-twitch-with-social-login-in-wordpress" target="_blank">Twitch login</a>
82
+ * <a href="https://plugins.miniorange.com/configure-vimeo-with-social-login-in-wordpress" target="_blank">Vimeo login</a>
83
+ * <a href="https://plugins.miniorange.com/setup-wechat-social-login-to-your-wordpress-website" target="_blank">Wechat login (微信登錄)(微信登录)</a>
84
+ * Weibo login (微博登錄)(微博登录)
85
+ * <a href="https://plugins.miniorange.com/login-with-yandex-using-wordpress-social-login" target="_blank">Yandex login (яндекс логин)</a>
86
+
87
+ = Free Social Sharing & Social Comments Features =
88
+ * **Share with social applications** - Facebook, Twitter, Google+, Pinterest, Reddit, Vkontakte, Tumblr, StumbleUpon, LinkedIn, Pocket, Digg, Email, Print, and Whatsapp
89
+ * **Facebook Comments** - Allow social login users to comment using Facebook.
90
+ * **Disqus Comments** - Allow social login users to comment using Disqus.
91
+ * **Shortcodes** - Add social sharing icons on the homepage, posts, feeds, content pages, WooCommerce product pages, etc., or anywhere else on your site.
92
+ * **Customize icons** - Customize shape, theme, space & size of the social sharing icons.
93
+ * **Preview** - Preview the Social Sharing icons before publishing them to the website.
94
+ * **Horizontal social sharing widget.**
95
+ * **Floating vertical social sharing widget.**
96
+ * **24 / 7 Support** - Using email and in-plugin support form.
97
+
98
+ = Why miniOrange Social Login =
99
+ * **10 Free Social Login apps** - Login with popular social network providers namely Facebook, Google, Twitter, LinkedIn, Instagram, Vkontakte, Windows Live, Amazon, Salesforce, Yahoo all available in the free plan.
100
+ * **No Setup required** - Simply register with us and use our pre-configured application. We will handle everything for you.
101
+ * **24 / 7 Support** - If you face any issues or if you simply require assistance with the Social Login plugin then please contact us. Whatever it may be we will solve the issue for you and get everything working as soon as possible.
102
+ * **Tons of Free Features** - We have a huge roster of free features. With other plugins, you will have to pay for these features.
103
+ * **Icon Customizations** - Flexible icon customizations for Social Login and Social Sharing icons. No CSS knowledge needed! Choose from different themes, shapes, and sizes. Pick absolutely any color you want to display the social icons.
104
+ * **Easy Integration** - Social Login is the easiest to configure and conveniently allows you to set up and start using the plugin in seconds. Easy integration with your website with options to add Social login on the login page, registration page, and comments section.
105
+
106
+ = Popular Social Login Integrations =
107
+
108
+ * **With Popular Plugins** -
109
+ * <a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce social login integration</a>
110
+ * <a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress social login integration</a>
111
+ * <a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Memberships Pro social login integration</a>
112
+ * <a href="https://plugins.miniorange.com/guide-to-configure-mailchimp-integration-with-wordpress-social-login" target="_blank">MailChimp social login integration</a>
113
+ * MemberPress display options
114
+ * Ultimate Member display options
115
+ * **With Applications** -
116
+ * Discord social login integration
117
+ * Hubspot social login integration
118
+
119
+ = Paid Social Login Features =
120
+
121
+ * **40+ Social Login Providers** - Choose from 40+ applications for social login and user registration. Many social network providers added continuously.
122
+ * **One-click activation** - For Login with Facebook, Google, Amazon, Vkontakte, LinkedIn, Windows Live (Microsoft login), WordPress, Yahoo and Salesforce.
123
+ * **Social login Integrations** - Social integrations with popular WordPress plugins like <a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce</a>, <a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Memberships Pro</a>, <a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress</a>, <a href="https://plugins.miniorange.com/guide-to-configure-mailchimp-integration-with-wordpress-social-login" target="_blank">MailChimp</a> and HubSpot.
124
+ * **Social Login Integrations** - Social login icons on WooCommerce pages, BuddyPress pages, Paid Memberships Pro pages, MemberPress pages, Ultimate Member pages.
125
+ * **GDPR Compliance.**
126
+ * **Domain Restriction** - Authorize select users by allowing or restricting users signing in or registering from specific domains e.g. 'facebook.com' or 'gmail.com'.
127
+ * **Email Notifications** - Email sent to user/multiple admins when a user registers with any social login application.
128
+ * **Recaptcha** - Enable Recaptcha and ensure the safety of your website.
129
+ * **User Moderation** - Approve users registering through social login.
130
+ * **Sync user data** - Sync user data from multiple social network providers like Facebook, Google, Microsoft into one social login account.
131
+ * **User Redirection** - Redirect users on registration, login, and logout to pages you desire. Custom registration redirect URL, Custom login redirect URL, and custom logout redirect URL.
132
+ * **Assign user roles** - Assign WordPress roles to users on registration through social login.
133
+ * Use Shortcode anywhere on your website to display social login icons.
134
+ * Take full control - Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo.
135
+ * Preview custom social login icons.
136
+ * Profile completion (username, email) - Prompt users for email-id & username if social login app doesn't return it. Verify Emails using verification code.
137
+ * **User Control** - Enable/disable user registration through social login.
138
+ * Customizable Text For Social Login Icons.
139
+ * Display Social login icons on WooCommerce Login Page.
140
+ * **24 / Support** using email and in-plugin support form.
141
+
142
 
143
  = <a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce Social Login Features</a> <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
144
+ * **WooCommerce Integration** - Auto-fill first name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page.
145
+ * Woocommerce Display Options - Display social login icons on WooCommerce login, Woocommerce registration, and Woocommerce checkout pages.
 
 
 
146
 
147
 
148
  = <a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress Social Login Features</a> <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
149
+ * **BuddyPress Integration** - Sync profile picture from social application to BuddyPress avatar. Sync user social profile to BuddyPress custom fields.
150
+ * BuddyPress Display Options - Display social login icons on the BuddyPress registration form and BuddyPress account details pages.
 
 
 
151
 
152
  = <a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Memberships Pro <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
153
+ * **Paid Memberships Pro** - Assign Selected Paid membership level at the time of registration using social.
154
+ * Paid Memberships Pro Display Options - Display social login icons on Paid Memberships Pro checkout pages.
 
 
 
 
 
 
 
 
 
 
155
 
156
  = Ultimate Member - Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
157
+ * Ultimate Member Display Options - Display social login icons on Ultimate Member login and Ultimate Member registration pages.
 
 
 
 
 
158
 
159
  = MemberPress - Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
160
+ * MemberPress Display Options - Display social login icons on MemberPress login, MemberPress account, and MemberPress checkout pages.
 
 
 
161
 
162
+ = BuddyBoss Social Login Features <a href="https://plugins.miniorange.com/social-login-social-sharing" target="_blank">[Premium]</a>=
163
+ * **BuddyBoss Integration** - Sync profile picture from social application to BuddyBoss avatar. Sync user social profile to BuddyBoss custom fields.
164
+ * BuddyBoss Display Options - Display social login icons on BuddyBoss registration form and BuddyBoss account details pages.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
 
166
  = Single sign-on =
167
  Single Sign-On using Social Login creates a single authentication system for multiple web properties allowing users to navigate websites with a single account.
168
 
169
+ = Contact Us =
170
+ Don't hesitate to reach out to us. Send an email to info@miniorange.com if you need absolutely anything.
171
 
172
+ = Website =
173
+ To know more about Social Login you can visit our website at <a href="https://plugins.miniorange.com/social-login-social-sharing" >https://plugins.miniorange.com/social-login-social-sharing</a>.
 
 
 
174
 
175
  Check out our website for other plugins <a href="https://www.miniorange.com/plugins" >https://www.miniorange.com/plugins</a> or <a href="https://wordpress.org/plugins/search.php?q=miniorange" >click here</a> to see all our listed WordPress plugins.
176
  For more support or info email us at info@miniorange.com or <a href="https://www.miniorange.com/contact" >Contact us</a>. You can also submit your query from the plugin's configuration page.
191
  1. Go to `Social Login, Social Sharing by miniOrange` from side menu and select your Social Login and Social Sharing apps.
192
  2. Customize Social login and Social sharing buttons/icons.
193
  3. Add miniOrange Social Login and Social plugin through Display Options.
194
+ 4. For adding widgets, go to `Appearance -> Widgets`. From available widgets, you will find `miniOrange - Social Login`, `miniOrange Sharing - Horizontal`, and `miniOrange Sharing - Vertical` widgets. Drag it to the chosen widget area where you want it to appear.
195
  5. For adding icons to page, use Shortcodes [miniorange_social_login], [miniorange_social_sharing], [miniorange_social_sharing_vertical]. Further go to Shortcode tab to customize them.
196
  6. Now visit your site and you will see login and sharing icons.
197
 
201
  = What are the steps to download and activate the social login premium plugin? =
202
  Please follow the steps given below to download and activate the social login premium plugin:
203
  1. Login to miniOrange dashboard <a href="https://login.xecurify.com/moas/login" >here</a>.
204
+ 2. Click on the License option on the left-hand menu.
205
  3. You will see the download the social login premium plugin link Click on Download Plugin and extract the zip.
206
  4. Do not delete the older files just replace the old plugin files with the new plugin.
207
+ 5. To activate the newly installed plugin you need a license key. Click on the View License Key button in the License option on the left-hand menu of the miniOrange dashboard.
208
  6. Copy the Licence key.
209
+ 7. Go to miniOrange Social Login Plugin on the WordPress dashboard and after login in to the plugin, it will ask for the license key paste the license key which you copied from the miniOrange dashboard.
210
 
211
+ = I need login with other Social Login apps like Pinterest, Yahoo, Paypal, etc. ? =
212
+ Please email us at info@miniorange.com. You can also submit your app request from the plugin's configuration page.
213
 
214
  = I can't see any Social Login to enable. I only see Register with miniOrange? =
215
  Our very simple and easy registration lets you register with Social Login, Social Sharing by miniOrange works if you are connected to miniOrange.
216
+ Once you have registered with a valid email address, you will be able to enable Social Login, Social Sharing by miniOrange.
217
 
218
  = Some of the social sharing apps are not working. Why is that? =
219
  This issue arises if your website is not publicly hosted. Facebook for example looks for the URL to generate the webpage's preview for sharing.
220
 
221
  = I want to add Social Login/ Social Sharing to a custom location in my page. How can I achieve that? =
222
+ To add Social Login or Social Sharing icons to a custom location, use a Shortcode. For further details refer to the Shortcode tab in the plugin.
223
 
224
+ = I have added miniOrange social Sharing - Vertical widget to my page. How can I change its position on the page? =
225
+ The vertical sharing widget for Social Sharing gives a couple of options to change its position on the page and also the space between icons. You can align the social sharing widget on the left or right side of the page. You can view these options from Appearance->Widgets or editing the widget options in Customizer.
226
 
227
  = I want to upgrade to the social login standard/premium plan. How can I upgrade? =
228
  Please contact us through the support form for the social login standard and premium plugin.
229
 
230
+ =I want the user to select their role on registration=
231
+ This feature is available in the Custom registration add-on which allows the users to select their role during Registration and based on that the user will be given the privileges inside.
232
 
233
  = For any other query/problem/request =
234
  Please email us at info@miniorange.com. You can also submit your query from the Social plugin's configuration page.
249
  12. Social Sharing icons without background.
250
 
251
  ==Changelog==
252
+ = 7.4.7 =
253
+ * Compatable with WordPress 5.7
254
+ * Added PNG image for Facebook and Google login and sharing icons.
255
+ * Removed unwanted JS files.
256
+ * Resolve conflict with Eduma Theme.
257
+ * Added options to load Font Awesome and Bootstrap files for various social icons.
258
+ * Added Document section for all the Social Applications and Social Integrations.
259
+ * Added DropBox app for login using social.
260
+ * Basic analysis Report in All Inclusive plan.
261
+ * Added white background social login icons option in Premium Plugin.
262
+ * Resolved UI issues for Github, Apple, Amazon, Dsiqus, and Yandex social network providers
263
+
264
  = 7.4.6 =
265
+ * Updated Instructions for Facebook login, Google login, Twitter login and LinkedIn login
266
+ * Updated Facebook login button and Google login button for login using social.
267
+ * Updated Licensing Plan page for various social login plans.
268
+ * Introduced All inclusive Plan - includes all the social login, social sharing and social commenting features we provide.
269
  * Added bulk instances for Social Login plans.
270
  * Minor UI Changes.
271
 
272
+
273
  = 7.4.5 =
274
+ * Updated Google SVG and resolved conflicts on the login with Google button.
275
+ * Added notice for Facebook Data Check-up for Social login. If data use checkup is not completed Facebook Social Login App will stop working.
276
+ * Added Paid Membership Pro social login display options in premium social plugin plan.
277
+ * Minor UI Changes to login icons.
278
 
279
  = 7.4.4 =
280
  * Removed banner.
281
+ * New Licensing plan page for social sharing.
282
  * Minor UI Changes.
283
 
284
  = 7.4.3 =
285
+ * Tested all features of Social login, sharing and commenting with latest WordPress version. Compatible with WordPress version 5.5
286
+ * New Christmas offer released. All social support plans 50% off. Discounts on various social plans.
287
  * Minor UI changes.
288
 
289
  = 7.4.2 =
290
+ * Resolved JS and CSS issue of social login icons with BuddyBoss and LearnPress plugins.
291
+ * Resolved social plugin load time issue.
292
+ * Resolved Facebook login redirection issue.
293
+ * Resolved Social Sharing vertical/horizontal view.
294
  * Minor UI changes.
295
 
296
  = 7.4.1 =
297
+ * Updated jQuery deprecated functions in base code of social login.
298
+ * Minor UI changes to various social login icon elements.
299
  * Added MemberPress display options in premium version.
300
  * Added Social Login Applications like GitHub, HubSpot, mail.ru in premium version.
301
 
302
  = 7.4.0 =
303
  * Added Documentation and videos for WooCommerce, BuddyPress, MailChimp and Paid membership Pro integrations.
304
  * Resolved CSS conflicts with other themes.
305
+ * Image optimization for all social application images.
306
  * Minor UI changes.
307
  * Compatible with LMS Tutor, Flatsome and BuddyBoss themes.
308
+ * Introduces new plan for Apple, Discord and Twitch Application. These social login applications are only available in Apple Plan and Premium plan.
309
+ * Added Social login icon display options for MemberPress pages.
310
 
311
  = 7.3.12 =
312
+ * Tested all features of Social login, sharing and commenting with latest WordPress version. Compatible with WordPress version 5.5
313
  * Compatible with BuddyBoss Platform.
314
  * Added Meetup attributes in premium plugin.
315
  * Added BuddyBoss display options.
320
  * Instructions updated for Facebook, Google, Linkedin, Twitter, Windows Live.
321
  * Conflict with Woocommerce quick edit resolved.
322
  * Minor UI Changes.
323
+ * Added Social login icon display options for Paid Memberships Pro
324
 
325
  = 7.3.10 =
326
  * Facebook API updated.
327
  * Minor UI Changes.
328
 
329
  = 7.3.9 =
330
+ * Added the two display options for social login icons on WooCommerce pages.
331
  * Added bulk instances for Social Login plans.
332
  * Added 25+ sharing applications in social sharing paid plan.
333
  * Added Buffer for share counts social sharing paid plan.
338
 
339
  = 7.3.8 =
340
  * Updated Odnoklassniki custom app fix in premium versions.
341
+ * Made minute changes to social comments UI.
342
  * Updated BuddyPress mapping bug fix in premium version.
343
  * Updated deprecated array and string fix.
344
  * Added Yandex app in premium applications.
383
  * On load class creation issue resolved.
384
  * Facebook share API update
385
  * Major UI changes.
386
+ * Updated UI for apple login.
387
  * Added translation.
388
  * Added setup plugin video button
389
  * Added Social login applications like Wechat, Baidu, Renren & QQ app in premium section.
390
+ * Added top-up plans and updated existing plans like and WooCommerce plan.
391
+
392
 
393
  = 7.2.7 =
394
  * Major UI changes.
429
  * Fixed Logout text issue.
430
  * Fixed OTP email template issue.
431
 
432
+
433
  = 7.2.1 =
434
  SECURITY FIXES
435
  * Fixed sanitization issues
445
  * Fixed Non-English Character issue in the username.
446
  * Fixed the role mapping error message while login.
447
  * Fixed Whatsapp Sharing image issue.
448
+ * Fixed some UI issues in Social login dsiplay options.
449
 
450
  = 7.1.5 =
451
  * Fixed issue of getting '#_=_' string appended to URL after login with Facebook.
491
  * Slider Issue fixed.
492
  * CSS Issue Fixed (Social login plugin)
493
  * Minor bug fixes.
494
+ * Added Line login (ラインログイン)(線路登錄)(线路登录)(เข้าสู่ระบบไลน์)
495
 
496
  = 7.0.1 =
497
  * Fixed GDPR related bug in Social login plugin.
542
  * Added option to disable particular Social login custom app
543
  * Added include_email parameter in for twitter custom app
544
  * Added prompt to ask user for confirmation on custom app deletion
545
+ * Updated UI for social login icons
546
  * Code cleanup
547
 
548
  = 6.5.0 =
553
  * Code cleanup
554
 
555
  = 6.4.1 =
556
+ * Fix for issue in sending OTP during registration using social login
557
 
558
  = 6.4.0 =
559
  * Fix for Facebook registration issue
579
  = 6.2.5 =
580
  * Fix in flow of Registration in plugin (OTP not validated)
581
  * Fix in sending email to admin
582
+ * Added Kakao login (카카오 로그인)
583
 
584
  = 6.2.4 =
585
  * Fix in flow of Registration in plugin (OTP not received)
884
  * First version of Social Login, Social Sharing plugin.
885
 
886
  == Upgrade Notice ==
887
+ = 7.4.7 =
888
+ * Compatable with WordPress 5.7
889
+ * Added PNG image for Facebook and Google.
890
+ * Removed unwanted JS files.
891
+ * Resolve conflict with Eduma Theme.
892
+ * Added options to load Font Awesome and Bootstrap files.
893
+ * Added Document section for Applications and Integrations.
894
+ * Added DropBox app and Basic analysis Report in All Inclusive plan.
895
+ * Added white background option in Premium Plugin.
896
+
897
  = 7.4.6 =
898
  * Updated Instructions for Facebook, Google, Twitter and LinkedIn
899
  * Updated Licensing Plan page
900
  * Introduced All inclusive Plan
901
  * Added bulk instances for Social Login plans.
902
+ * Instruction changes for Apple login
903
  * Minor UI Changes.
904
 
905
  = 7.4.5 =
910
 
911
  = 7.4.4 =
912
  * Removed banner.
913
+ * Instruction changes for Apple login
914
  * Minor UI Changes.
915
 
916
  = 7.4.3 =
917
+ * Tested all features of Social login, sharing and commenting with latest WordPress version. Compatible with WordPress version 5.5
918
  * New Christmas offer released.
919
  * Minor UI changes.
920
 
923
  * Resolved plugin load time issue.
924
  * Resolved Facebook redirection issue.
925
  * Resolved Sharing vertical/horizontal view.
926
+ * Updated UI for Apple plan purchase page.
927
  * Minor UI changes.
928
 
929
  = 7.4.1 =
931
  * Minor UI changes.
932
  * Added MemberPress display options in premium version.
933
  * Added Social Login Applications like GitHub, HubSpot, mail.ru in premium version.
934
+ * Licensing plan changes for mini plans like Apple plan, WooCommerce plan etc.
935
 
936
  = 7.4.0 =
937
  * Added Documentation and videos for WooCommerce, BuddyPress, MailChimp and Paid membership Pro integrations.
942
  * Introduces new plan for Apple, Discord and Twitch Application.
943
 
944
  = 7.3.12 =
945
+ * Tested all features of Social login, sharing and commenting with latest WordPress version. Compatible with WordPress version 5.5
946
  * Compatible with BuddyBoss Platform.
947
  * Added Meetup attributes in premium plugin.
948
  * Added BuddyBoss display options.
1131
  * Update guide for facebook custom app.
1132
  * Fixed facebook related issue.
1133
  * Fixed some warnings.
1134
+ * Updated UI for social login icons
1135
 
1136
  = 6.6.8 =
1137
  * Fix for issue during update profile.
1366
 
1367
  = 4.9.1 =
1368
  * Fix in setting role for new user registration
1369
+ * Updated social login, social sharing and social comment app icons
1370
 
1371
  = 4.9 =
1372
  * Added option to set universal role for users registering through Social Login
1406
  * Fix - Improved validation for Social Login
1407
  * Fix - Social Sharing Vertical widget sharing URL
1408
  * Added Troubleshooting questions
1409
+ * Updated social login icons
1410
 
1411
  = 4.7.2 =
1412
  * Added extra options for licensing
1436
  * Added support for adding Social Share icons on WooCommerce Product Page
1437
  * Fix - logout redirect in Current Page option
1438
  * Fix - Sharing URL in horizontal Social Sharing widget
1439
+ * Fix - image for social login icons
1440
 
1441
  = 4.3 =
1442
  * Added Social media applications - Vkontakte, Tumblr, StumbleUpon, Pocket, Digg, Delicious, Odnoklassniki for Social sharing
1449
 
1450
  = 4.2.1 =
1451
  * Minor bug fix
1452
+ * Minor UI changes for social login icons
1453
 
1454
  = 4.2 =
1455
  * Added feature of disabling User Auto registration in Social Login
1480
  * Vertical floating sharing widget and horizontal sharing widget for Social Sharing
1481
  * Preview & Customize buttons and icons - new themes and option to change size for Social Login and Social Sharing
1482
  * Twitter username for Social Sharing
1483
+ * Minor UI changes for social login icons
1484
 
1485
  = 3.0.5 =
1486
  * Bug fix for Social Login for older php versions.
1487
 
1488
  = 3.0.4 =
1489
  * Bug fix for Social login and Social Sharing.
1490
+ * Minor UI changes for social login icons
1491
 
1492
  = 3.0.3 =
1493
  * Added social media applications Instagram, Windows Live, Amazon to social login widgets
1494
  * Added social media applications like Twitter, Pinterest and Reddit on social sharing.
1495
  * Added more theme options to select Social Login and Social Sharing icons.
1496
+ * Minor UI changes for social login icons
1497
+
1498
 
1499
  = 3.0.2 =
1500
  * Added Social login for social media applications Facebook, Linkedin.
1509
 
1510
  = 2.0 =
1511
  * bug fixes and changes for Social Login in user email verification.
1512
+ * Minor UI changes for social login icons
1513
 
1514
  = 1.0.1 =
1515
  * Social login with social media application Google OpenID Connect added to the plugin.
social_apps/amazon.php CHANGED
@@ -9,7 +9,7 @@ class mo_amazon
9
  public $instructions;
10
  public function __construct() {
11
  $this->site_url = get_option( 'siteurl' );
12
- $this->instructions="Go to <a href=\"http://login.amazon.com\" target=\"_blank\">http://login.amazon.com</a> and sign in with your amazon developer account and select App Console.##On the page, Click on the <strong>Create a New Security Profile</strong> button and enter a <strong>Name, Description, and Privacy Notice URL</strong> for your app. Click on Save.##Expand the <strong>Web Settings</strong> section.##Enter <b><code id='12'>".mo_get_permalink('amazon')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#12', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> in the <strong>Allowed Return URLs</strong>## Copy the Client Id and Client Secret from the Web Settings and Paste them into the fields above. ##Click on the Save settings button.##Go to Social Login tab to configure the display as well as other login settings";
13
  }
14
 
15
 
9
  public $instructions;
10
  public function __construct() {
11
  $this->site_url = get_option( 'siteurl' );
12
+ $this->instructions="Go to <a href=\"http://login.amazon.com\" target=\"_blank\">http://login.amazon.com</a> and sign in with your amazon developer account and select App Console.##On the page, Click on the <strong>Create a New Security Profile</strong> button and enter a <strong>Name, Description, and Privacy Notice URL</strong> for your app. Click on Save.##Expand the <strong>Web Settings</strong> section.##Enter <b><code id='12'>".mo_get_permalink('amazon')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#12', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> in the <strong>Allowed Return URLs</strong>## Copy the Client Id and Client Secret from the Web Settings and Paste them into the fields above. ##Click on the Save settings button.##Go to Social Login tab to configure the display as well as other login settings";
13
  }
14
 
15
 
social_apps/dropbox.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ class mo_dropbox
5
+ {
6
+ public $color="#0D2481";
7
+ }
social_apps/facebook.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  class mo_facebook
4
  {
5
- public $color="#3A5897";
6
  public $scope="email, public_profile";
7
  public $video_url="https://www.youtube.com/embed/1hsLaT54XYM";
8
  public $instructions;
@@ -13,13 +13,13 @@ class mo_facebook
13
  ##Enter <b>App Display Name</b>, <b>App Contact Email</b>.
14
  ##Click on <b>Create App</b> button and complete the Security Check.
15
  ##Under <b>Facebook Login</b> click on <b>Set Up</b> button on Add products to Your app page.
16
- ##Click on <b>Web</b>. Enter <b><code id='0'>".get_option("siteurl")."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#0', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> into <b>Site URL</b> than click on <b>Save</b>.
17
  ##Click on <b>Settings</b> on left side menu and select <b>Basics</b> option.
18
- ##Enter <b><code id='100'>".$_SERVER['HTTP_HOST']."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#100', '#shortcode_url3_copy')\"><span id=\"shortcode_url3_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> in <b>App Domain</b>. Enter your <b>Privacy Policy URL</b>
19
  ##Under <b>User Data Deletion</b> click on the drop down, Select <b>Data Deletion Instruction URl</b> (Enter the URL of your page with the instructions on how users can delete their accounts on your site).
20
  ##Select <b>Category</b> of your website. Then click on <b>Save Changes</b>.
21
  ##On the Left side panel, Click on <b>Facebook Login</b> and select <b>Settings</b> option.
22
- ##Scroll down and add the following URL to the <b>Valid OAuth redirect URIs</b> field <b><code id='2'>".mo_get_permalink('facebook')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id=\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> and click on <b>Save Changes</b> button.
23
  ##In the toolbar Change your app status from <b>In Development</b> to <b>Live</b> by clicking on the toggle button and further Click on <b>Switch Mode</b>.
24
  ##Go to <b>Settings > Basic</b>. Copy your <b>App ID</b> and <b>App Secret</b> provided by Facebook and paste them into the fields above.
25
  ##Input <b> email, public_profile </b>as scope.
2
 
3
  class mo_facebook
4
  {
5
+ public $color="#1877F2";
6
  public $scope="email, public_profile";
7
  public $video_url="https://www.youtube.com/embed/1hsLaT54XYM";
8
  public $instructions;
13
  ##Enter <b>App Display Name</b>, <b>App Contact Email</b>.
14
  ##Click on <b>Create App</b> button and complete the Security Check.
15
  ##Under <b>Facebook Login</b> click on <b>Set Up</b> button on Add products to Your app page.
16
+ ##Click on <b>Web</b>. Enter <b><code id='0'>".get_option("siteurl")."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#0', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> into <b>Site URL</b> than click on <b>Save</b>.
17
  ##Click on <b>Settings</b> on left side menu and select <b>Basics</b> option.
18
+ ##Enter <b><code id='100'>".$_SERVER['HTTP_HOST']."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#100', '#shortcode_url3_copy')\"><span id=\"shortcode_url3_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> in <b>App Domain</b>. Enter your <b>Privacy Policy URL</b>
19
  ##Under <b>User Data Deletion</b> click on the drop down, Select <b>Data Deletion Instruction URl</b> (Enter the URL of your page with the instructions on how users can delete their accounts on your site).
20
  ##Select <b>Category</b> of your website. Then click on <b>Save Changes</b>.
21
  ##On the Left side panel, Click on <b>Facebook Login</b> and select <b>Settings</b> option.
22
+ ##Scroll down and add the following URL to the <b>Valid OAuth redirect URIs</b> field <b><code id='2'>".mo_get_permalink('facebook')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id=\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> and click on <b>Save Changes</b> button.
23
  ##In the toolbar Change your app status from <b>In Development</b> to <b>Live</b> by clicking on the toggle button and further Click on <b>Switch Mode</b>.
24
  ##Go to <b>Settings > Basic</b>. Copy your <b>App ID</b> and <b>App Secret</b> provided by Facebook and paste them into the fields above.
25
  ##Input <b> email, public_profile </b>as scope.
social_apps/google.php CHANGED
@@ -3,7 +3,7 @@
3
 
4
  class mo_google
5
  {
6
- public $color="#DD4B39";
7
  public $scope="email+profile";
8
  public $video_url="https://www.youtube.com/embed/q7nK1lp7yqc";
9
  public $instructions;
@@ -14,13 +14,13 @@ class mo_google
14
  ##Click on Left side Menu and go to <b>APIs & Services</b> -> <b>OAuth consent screen</b>.
15
  ##Click on <b>Select a Project</b> and select the newly created Project by clicking on the project name that you entered in the previous step.
16
  ##Select <b>External</b> as user type and click on <b>Create</b>.
17
- ##You are prompted to Edit App Registration, Enter all the Required details (AppName & User support Email) Add Authorized domain as <b><code id='100'>".$_SERVER['HTTP_HOST']."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#100', '#shortcode_url3_copy')\"><span id=\"shortcode_url3_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b>.
18
  ##At the bottom of the screen enter your email as the Developer contact information. Click on <b>Save and Continue</b> and <b>Back To Dashboard</b> from summary.
19
  ##On the Scopes screen click on <b>Add or Remove Scopes</b>. Check and <b>.../auth/userinfo.email</b> and <b>.../auth/userinfo.profile</b>. Click on <b>Update</b>. Scroll down, Click on <b>Save and Continue</b>.
20
  ##On the Test users screen click on <b>Add Users</b>. Add a few trusted users to test your app. Mind well, these users cannot be removed. Scroll down, Click on <b>Save and Continue</b>. Scroll down, Click on <b>Back to Dashboard</b>.
21
  ##From the Left side Menu, Click on <b>Credentials</b> then click on <b>Create Credential</b> from dropdown select <b>Oauth client ID</b>.
22
  ##From <b>Application Type</b> drop down, Select <b>Web Application</b>.
23
- ##Enter <b>client name</b> and Add <b><code id='3'>".mo_get_permalink('google')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#3', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> in <b>Authorized Redirect URL<b/>, Click on <b>Create</b>.
24
  ##Copy <b>Client ID and Client Secret</b> and paste it on the above field <b>App ID and App Secret</b>, Click on <b>Save & Test Configuration</b>.
25
  ##Click on Left side Menu and go to <b>APIs & Services</b> -> <b>OAuth consent screen</b>. Under Publishing Status Click on <b>Publish App</b> and <b>Confirm</b>.
26
  ##Go to Customise Social Login Icons tab and configure the icons.";
3
 
4
  class mo_google
5
  {
6
+ public $color="#db4437";
7
  public $scope="email+profile";
8
  public $video_url="https://www.youtube.com/embed/q7nK1lp7yqc";
9
  public $instructions;
14
  ##Click on Left side Menu and go to <b>APIs & Services</b> -> <b>OAuth consent screen</b>.
15
  ##Click on <b>Select a Project</b> and select the newly created Project by clicking on the project name that you entered in the previous step.
16
  ##Select <b>External</b> as user type and click on <b>Create</b>.
17
+ ##You are prompted to Edit App Registration, Enter all the Required details (AppName & User support Email) Add Authorized domain as <b><code id='100'>".$_SERVER['HTTP_HOST']."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#100', '#shortcode_url3_copy')\"><span id=\"shortcode_url3_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b>.
18
  ##At the bottom of the screen enter your email as the Developer contact information. Click on <b>Save and Continue</b> and <b>Back To Dashboard</b> from summary.
19
  ##On the Scopes screen click on <b>Add or Remove Scopes</b>. Check and <b>.../auth/userinfo.email</b> and <b>.../auth/userinfo.profile</b>. Click on <b>Update</b>. Scroll down, Click on <b>Save and Continue</b>.
20
  ##On the Test users screen click on <b>Add Users</b>. Add a few trusted users to test your app. Mind well, these users cannot be removed. Scroll down, Click on <b>Save and Continue</b>. Scroll down, Click on <b>Back to Dashboard</b>.
21
  ##From the Left side Menu, Click on <b>Credentials</b> then click on <b>Create Credential</b> from dropdown select <b>Oauth client ID</b>.
22
  ##From <b>Application Type</b> drop down, Select <b>Web Application</b>.
23
+ ##Enter <b>client name</b> and Add <b><code id='3'>".mo_get_permalink('google')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#3', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> in <b>Authorized Redirect URL<b/>, Click on <b>Create</b>.
24
  ##Copy <b>Client ID and Client Secret</b> and paste it on the above field <b>App ID and App Secret</b>, Click on <b>Save & Test Configuration</b>.
25
  ##Click on Left side Menu and go to <b>APIs & Services</b> -> <b>OAuth consent screen</b>. Under Publishing Status Click on <b>Publish App</b> and <b>Confirm</b>.
26
  ##Go to Customise Social Login Icons tab and configure the icons.";
social_apps/instagram.php CHANGED
@@ -12,11 +12,11 @@ class mo_instagram
12
  $this->site_url = get_option('siteurl');
13
  $this->instructions = "Go to developers.facebook.com, click <b>My Apps</b>, and create a new app. Select <b>Build Connected Experiences</b> or <b>Something Else/For Everything Else</b>.
14
  ##Once you have created the app and are in the App Dashboard, navigate to <b>Settings > Basic</b>, scroll to the bottom of page, and click <b>Add Platform</b>.
15
- ##Choose <b>Website</b>, add your website’s URL as <b><code id='9'>" . get_option('siteurl') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#9', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong>website URL and save your changes.</strong>
16
  ##Click on <b>Products</b>, locate the <b>Instagram product</b>, and click <b>Set Up</b> to add it to your app.
17
  ##Scroll to the bottom of the page and click <b>Create New App</b>.
18
- ##Enter the App Display Name. Enter the redirect URL <b><code id='10'>" . mo_get_permalink('instagram') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#10', '#shortcode_url1_copy')\"><span id=\"shortcode_url1_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong>valid redirect URI.</strong>.
19
- ##Enter <b><code id='9'>" . get_option('siteurl') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#9', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong> you <b>Deauthorize Callback URL</b> and <b>Data Deletion Request URL</b>.
20
  ##Navigate to <b>Roles</b> > Roles and scroll down to the <b>Instagram Testers</b> section. Click <b>Add Instagram Testers</b> and enter your Instagram account’s username and send the invitation.
21
  ##Change your app status from In Development to Live by clicking on OFF (sliding button) beside Status option of the top right corner.
22
  ##Open a new web browser and go to www.instagram.com and sign into your Instagram account that you just invited. Navigate to <b>(Profile Icon) > Edit Profile > Apps and Websites > Tester Invites </b>and accept the invitation.
12
  $this->site_url = get_option('siteurl');
13
  $this->instructions = "Go to developers.facebook.com, click <b>My Apps</b>, and create a new app. Select <b>Build Connected Experiences</b> or <b>Something Else/For Everything Else</b>.
14
  ##Once you have created the app and are in the App Dashboard, navigate to <b>Settings > Basic</b>, scroll to the bottom of page, and click <b>Add Platform</b>.
15
+ ##Choose <b>Website</b>, add your website’s URL as <b><code id='9'>" . get_option('siteurl') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#9', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong>website URL and save your changes.</strong>
16
  ##Click on <b>Products</b>, locate the <b>Instagram product</b>, and click <b>Set Up</b> to add it to your app.
17
  ##Scroll to the bottom of the page and click <b>Create New App</b>.
18
+ ##Enter the App Display Name. Enter the redirect URL <b><code id='10'>" . mo_get_permalink('instagram') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#10', '#shortcode_url1_copy')\"><span id=\"shortcode_url1_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong>valid redirect URI.</strong>.
19
+ ##Enter <b><code id='9'>" . get_option('siteurl') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#9', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong> you <b>Deauthorize Callback URL</b> and <b>Data Deletion Request URL</b>.
20
  ##Navigate to <b>Roles</b> > Roles and scroll down to the <b>Instagram Testers</b> section. Click <b>Add Instagram Testers</b> and enter your Instagram account’s username and send the invitation.
21
  ##Change your app status from In Development to Live by clicking on OFF (sliding button) beside Status option of the top right corner.
22
  ##Open a new web browser and go to www.instagram.com and sign into your Instagram account that you just invited. Navigate to <b>(Profile Icon) > Edit Profile > Apps and Websites > Tester Invites </b>and accept the invitation.
social_apps/linkedin.php CHANGED
@@ -9,7 +9,7 @@ class mo_linkedin
9
  public $instructions;
10
  public function __construct() {
11
  $this->site_url = get_option( 'siteurl' );
12
- $this->instructions="Go to <a href=\"http://developer.linkedin.com/\" target=\"_blank\">http://developer.linkedin.com/</a> and click on <strong>Create Apps</strong> and sign in with your linkedin account.##Enter the Application Name, Linkedin page URl or name, Privacy Policy URL, And upload app logo.##If you don't have a linked in page click on <a href=\"https://www.linkedin.com/company/setup/new/\" target=\"_blank\">https://www.linkedin.com/company/setup/new/</a> to create a new page.##Check the <b>API Terms of Use</b> and click on create app.##Click on <b>Auth</b> tab and enter <b><code id='11'>".mo_get_permalink('linkedin')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#11', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong>Redirect URLs </strong>and click on <strong>Update</strong>##On the same page you will be able to see your <strong>Client ID</strong> and <strong>Client Secret</strong> under the <strong>Application credentials</strong> section. Copy these and Paste them into the fields above. ##Go to the <b>Product tab</b>.##For <b>r_liteprofile</b> and <b>r_emailaddress</b> scope permission, Find <b>Sign In with LinkedIn</b> and click on <b>Select</b>. Check the legal agreement check box and Click on <b>Add Product</b>.## For <b>w_member_social </b> scope permission Find <b>Share on LinkedIn</b> and click on <b>Select</b>.Check the legal agreement check box and Click on <b>Add Product</b>, This permission required for social sharing.##Wait till Linkedin approves your permission. ##Click on the Save settings button.##Go to Social Login tab to configure the display as well as other login settings";
13
  }
14
 
15
  function mo_openid_get_app_code()
9
  public $instructions;
10
  public function __construct() {
11
  $this->site_url = get_option( 'siteurl' );
12
+ $this->instructions="Go to <a href=\"http://developer.linkedin.com/\" target=\"_blank\">http://developer.linkedin.com/</a> and click on <strong>Create Apps</strong> and sign in with your linkedin account.##Enter the Application Name, Linkedin page URl or name, Privacy Policy URL, And upload app logo.##If you don't have a linked in page click on <a href=\"https://www.linkedin.com/company/setup/new/\" target=\"_blank\">https://www.linkedin.com/company/setup/new/</a> to create a new page.##Check the <b>API Terms of Use</b> and click on create app.##Click on <b>Auth</b> tab and enter <b><code id='11'>".mo_get_permalink('linkedin')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#11', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong>Redirect URLs </strong>and click on <strong>Update</strong>##On the same page you will be able to see your <strong>Client ID</strong> and <strong>Client Secret</strong> under the <strong>Application credentials</strong> section. Copy these and Paste them into the fields above. ##Go to the <b>Product tab</b>.##For <b>r_liteprofile</b> and <b>r_emailaddress</b> scope permission, Find <b>Sign In with LinkedIn</b> and click on <b>Select</b>. Check the legal agreement check box and Click on <b>Add Product</b>.## For <b>w_member_social </b> scope permission Find <b>Share on LinkedIn</b> and click on <b>Select</b>.Check the legal agreement check box and Click on <b>Add Product</b>, This permission required for social sharing.##Wait till Linkedin approves your permission. ##Click on the Save settings button.##Go to Social Login tab to configure the display as well as other login settings";
13
  }
14
 
15
  function mo_openid_get_app_code()
social_apps/twitter.php CHANGED
@@ -14,7 +14,7 @@ class mo_twitter
14
  ##Enter App Name and click on <b> Complete </b>.
15
  ## Scroll down on keys and token page and click on <b>App Settings</b>.
16
  ##Click on <b>Edit</b> Authentication setting.
17
- ##Enable 3-legged OAuth then add callback URLs as <b><code id='7'>".get_option("siteurl")."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#7', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> and Website URL as <b><code id='7'>".get_option("siteurl")."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#7', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> and Save it.<br><u><b>Note:</b></u><br> <b>Twitter may not accept Website URL as local IP.</b>.
18
  ##Now click on <b>Keys and tokens</b> tab and click on <b>View Keys</b>.
19
  ##Copy <b>API key</b> and <b>API key secret</b> and paste it on App ID and App Secret respectively, Click on <b>Save & Test Configuration</b>.
20
  ##Go to Social Login tab to configure the display as well as other login settings.
14
  ##Enter App Name and click on <b> Complete </b>.
15
  ## Scroll down on keys and token page and click on <b>App Settings</b>.
16
  ##Click on <b>Edit</b> Authentication setting.
17
+ ##Enable 3-legged OAuth then add callback URLs as <b><code id='7'>".get_option("siteurl")."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#7', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> and Website URL as <b><code id='7'>".get_option("siteurl")."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#7', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> and Save it.<br><u><b>Note:</b></u><br> <b>Twitter may not accept Website URL as local IP.</b>.
18
  ##Now click on <b>Keys and tokens</b> tab and click on <b>View Keys</b>.
19
  ##Copy <b>API key</b> and <b>API key secret</b> and paste it on App ID and App Secret respectively, Click on <b>Save & Test Configuration</b>.
20
  ##Go to Social Login tab to configure the display as well as other login settings.
social_apps/vkontakte.php CHANGED
@@ -13,7 +13,7 @@ class mo_vkontakte
13
  {
14
  if (get_option('permalink_structure') !== "") {
15
  $this->site_url = get_option('siteurl');
16
- $this->instructions = "Go to <a href=\"https://new.vk.com/dev\" target=\"_blank\">https://new.vk.com/dev</a> and sign in with your vkontakte account.##Go to <strong>My Apps</strong> and click on <strong>Create an Application</strong>.##Provide a name for your app in Title field..##Select <strong>Website</strong> as the <strong>Category</strong>. Select <b><code id='4'>" . get_option('siteurl') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#4', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong>Webite address</strong>##Enter the <b><code id='5'>" . str_replace('https://', '', get_option("siteurl")) . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#5', '#shortcode_url1_copy')\"><span id=\"shortcode_url1_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as Base domain.##Click on <strong>Connect Webite</strong> to create the app.##You will be required to confirm your request with a code received via Call or SMS.##Once the application is created, select <strong>Settings</strong> in the left nav.##Enter the <b><code id='6'>" . get_social_app_redirect_uri('vkontakte') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#6', '#shortcode_url2_copy')\"><span id=\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <b>Authorized redirect URI.</b>##Click on Save.##From the top of the same page, copy the <b>Application ID</b> (This is your <b>Client ID </b>) and <b>Secure Key</b> (This is your <b>Client Secret</b>). Paste them into the fields above.##Click on the Save and Test Configuration button.##Go to Social Login tab to configure the display as well as other login settings.";
17
  }
18
  else{
19
  $this->instructions= "<strong style='color: red;font-weight: bold'><br>You have selected plain permalink and vkontakte does not support it.</strong><br><br> Please change the permalink to continue further.Follow the steps given below:<br>1. Go to settings from the left panel and select the permalinks option.<br>2. Plain permalink is selected ,so please select any other permalink and click on save button.<br> <strong class='mo_openid_note_style' style='color: red;font-weight: bold'> When you will change the permalink ,then you have to re-configure all the custom apps because that will change the redirect URL.</strong>";
13
  {
14
  if (get_option('permalink_structure') !== "") {
15
  $this->site_url = get_option('siteurl');
16
+ $this->instructions = "Go to <a href=\"https://new.vk.com/dev\" target=\"_blank\">https://new.vk.com/dev</a> and sign in with your vkontakte account.##Go to <strong>My Apps</strong> and click on <strong>Create an Application</strong>.##Provide a name for your app in Title field..##Select <strong>Website</strong> as the <strong>Category</strong>. Select <b><code id='4'>" . get_option('siteurl') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#4', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <strong>Webite address</strong>##Enter the <b><code id='5'>" . str_replace('https://', '', get_option("siteurl")) . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#5', '#shortcode_url1_copy')\"><span id=\"shortcode_url1_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as Base domain.##Click on <strong>Connect Webite</strong> to create the app.##You will be required to confirm your request with a code received via Call or SMS.##Once the application is created, select <strong>Settings</strong> in the left nav.##Enter the <b><code id='6'>" . get_social_app_redirect_uri('vkontakte') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#6', '#shortcode_url2_copy')\"><span id=\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as <b>Authorized redirect URI.</b>##Click on Save.##From the top of the same page, copy the <b>Application ID</b> (This is your <b>Client ID </b>) and <b>Secure Key</b> (This is your <b>Client Secret</b>). Paste them into the fields above.##Click on the Save and Test Configuration button.##Go to Social Login tab to configure the display as well as other login settings.";
17
  }
18
  else{
19
  $this->instructions= "<strong style='color: red;font-weight: bold'><br>You have selected plain permalink and vkontakte does not support it.</strong><br><br> Please change the permalink to continue further.Follow the steps given below:<br>1. Go to settings from the left panel and select the permalinks option.<br>2. Plain permalink is selected ,so please select any other permalink and click on save button.<br> <strong class='mo_openid_note_style' style='color: red;font-weight: bold'> When you will change the permalink ,then you have to re-configure all the custom apps because that will change the redirect URL.</strong>";
social_apps/windowslive.php CHANGED
@@ -12,7 +12,7 @@ class mo_windowslive
12
  {
13
  if (get_option('permalink_structure') !== "") {
14
  $this->site_url = get_option('siteurl');
15
- $this->instructions = "Go to <a href=\"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/\" target=\"_blank\">https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade</a> and sign in with your Microsoft azure account.##Click on <b>New Registration tab</b>.##Name your new app and select Accounts in any organizational directory as supported accounts types . click on <b>Register</b>.##Click on <strong>Authentication</strong> from left side menu. ##Enter <b><code id='12'>" . mo_get_permalink('windowslive') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#12', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as Redirect URL.<strong>Copy the Client ID from the Overview tab.</strong>. This is your <b>Client ID </b>.##Go to Certificates and Security tab.##Click on <b>New Client Sceret</b>. Copy your password. This is your <b>Client Secret</b>.##Scroll down to <strong>Advanced Options</strong> and make sure <strong>Live SDK support</strong> is checked.##Click on the Save button.##Copy the client ID and client secret to your clipboard, as you will need them to configure above. ##Click on the Save settings button.##Go to Social Login tab to configure the display as well as other login settings.";
16
  }else{
17
  $this->instructions= "<strong style='color: red;font-weight: bold'><br>You have selected plain permalink and Windows Live doesnot support it.</strong><br><br> Please change the permalink to continue further.Follow the steps given below:<br>1. Go to settings from the left panel and select the permalinks option.<br>2. Plain permalink is selected ,so please select any other permalink and click on save button.<br> <strong class='mo_openid_note_style' style='color: red;font-weight: bold'> When you will change the permalink ,then you have to re-configure the already set up custom apps because that will change the redirect URL.</strong>";
18
  }
12
  {
13
  if (get_option('permalink_structure') !== "") {
14
  $this->site_url = get_option('siteurl');
15
+ $this->instructions = "Go to <a href=\"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/\" target=\"_blank\">https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade</a> and sign in with your Microsoft azure account.##Click on <b>New Registration tab</b>.##Name your new app and select Accounts in any organizational directory as supported accounts types . click on <b>Register</b>.##Click on <strong>Authentication</strong> from left side menu. ##Enter <b><code id='12'>" . mo_get_permalink('windowslive') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#12', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> as Redirect URL.<strong>Copy the Client ID from the Overview tab.</strong>. This is your <b>Client ID </b>.##Go to Certificates and Security tab.##Click on <b>New Client Sceret</b>. Copy your password. This is your <b>Client Secret</b>.##Scroll down to <strong>Advanced Options</strong> and make sure <strong>Live SDK support</strong> is checked.##Click on the Save button.##Copy the client ID and client secret to your clipboard, as you will need them to configure above. ##Click on the Save settings button.##Go to Social Login tab to configure the display as well as other login settings.";
16
  }else{
17
  $this->instructions= "<strong style='color: red;font-weight: bold'><br>You have selected plain permalink and Windows Live doesnot support it.</strong><br><br> Please change the permalink to continue further.Follow the steps given below:<br>1. Go to settings from the left panel and select the permalinks option.<br>2. Plain permalink is selected ,so please select any other permalink and click on save button.<br> <strong class='mo_openid_note_style' style='color: red;font-weight: bold'> When you will change the permalink ,then you have to re-configure the already set up custom apps because that will change the redirect URL.</strong>";
18
  }
social_apps/yahoo.php CHANGED
@@ -11,7 +11,7 @@ class mo_yahoo
11
  {
12
  if (get_option('permalink_structure') !== "") {
13
  $this->site_url = get_option('siteurl');
14
- $this->instructions = "Go to <a href=\"https://developer.yahoo.com\" target=\"_blank\">https://developer.yahoo.com</a> Sign in with your yahoo account and select Apps from the menubar.##On the page, Click on the <strong>Create an App</strong> button.##Enter <strong>Application Name</strong> and select <strong>Application Type</strong> as <strong>Web Application</strong>.##Enter <b><code id='13'>" . get_option('siteurl') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#13', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> in the <strong>Home Page URL</strong>.##Enter <b><code id='14'>" . mo_get_permalink('yahoo') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#14', '#shortcode_url1_copy')\"><span id=\"shortcode_url1_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b></b> in <b>Callback Domain</b>##Select all <b>API Permissions</b>.##Click on <strong>Create App</strong>.##Copy the <b>Client ID</b> and <b>Client Secret</b> from this page and Paste them into the fields above.##Keep <b>Scope</b> blank. ##Click on the <b>Save settings</b> button.</li><li>Go to Social Login tab to configure the display as well as other login settings";
15
  }
16
  else
17
  $this->instructions= "<strong style='color: red;font-weight: bold'><br>You have selected plain permalink and Yahoo does not support it.</strong><br><br> Please change the permalink to continue further.Follow the steps given below:<br>1. Go to settings from the left panel and select the permalinks option.<br>2. Plain permalink is selected ,so please select any other permalink and click on save button.<br> <strong class='mo_openid_note_style' style='color: red;font-weight: bold'> When you will change the permalink ,then you have to re-configure all the custom apps because that will change the redirect URL.</strong>";
11
  {
12
  if (get_option('permalink_structure') !== "") {
13
  $this->site_url = get_option('siteurl');
14
+ $this->instructions = "Go to <a href=\"https://developer.yahoo.com\" target=\"_blank\">https://developer.yahoo.com</a> Sign in with your yahoo account and select Apps from the menubar.##On the page, Click on the <strong>Create an App</strong> button.##Enter <strong>Application Name</strong> and select <strong>Application Type</strong> as <strong>Web Application</strong>.##Enter <b><code id='13'>" . get_option('siteurl') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#13', '#shortcode_url_copy')\"><span id=\"shortcode_url_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b> in the <strong>Home Page URL</strong>.##Enter <b><code id='14'>" . mo_get_permalink('yahoo') . "</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#14', '#shortcode_url1_copy')\"><span id=\"shortcode_url1_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i></b></b> in <b>Callback Domain</b>##Select all <b>API Permissions</b>.##Click on <strong>Create App</strong>.##Copy the <b>Client ID</b> and <b>Client Secret</b> from this page and Paste them into the fields above.##Keep <b>Scope</b> blank. ##Click on the <b>Save settings</b> button.</li><li>Go to Social Login tab to configure the display as well as other login settings";
15
  }
16
  else
17
  $this->instructions= "<strong style='color: red;font-weight: bold'><br>You have selected plain permalink and Yahoo does not support it.</strong><br><br> Please change the permalink to continue further.Follow the steps given below:<br>1. Go to settings from the left panel and select the permalinks option.<br>2. Plain permalink is selected ,so please select any other permalink and click on save button.<br> <strong class='mo_openid_note_style' style='color: red;font-weight: bold'> When you will change the permalink ,then you have to re-configure all the custom apps because that will change the redirect URL.</strong>";
social_apps/yandex.php CHANGED
@@ -9,7 +9,7 @@ class mo_yandex
9
  public $instructions;
10
  public function __construct() {
11
  $this->site_url = get_option( 'siteurl' );
12
- $this->instructions="Go to Facebook developers console <a href=\"https://developers.facebook.com/apps/\" target=\"_blank\">https://developers.facebook.com/apps/</a>. Login with your facebook developer account.##Click on Create a New App/Add new App button.##Enter <b>Display Name</b> and click on Create App ID.##Click on <b>Products</b> from left pane of the page and select <b>Facebook Login</b> and click on <b>Set Up</b> button.##Click on <b>Web</b>. Enter <b><code id='9'>".get_option("siteurl")."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_openid_copytooltip\" onclick=\"copyToClipboard(this, '#9', '#shortcode_url9_copy')\"><span id=\"shortcode_url9_copy\" class=\"mo_openid_copytooltiptext\">Copy to Clipboard</span></i></b> into <b>Site URL</b> than click on <b> Save</b>.##Goto <b>Settings -> Basic</b> from left pane of the page, Enter <b><code id='10'>".$_SERVER['HTTP_HOST']."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_openid_copytooltip\" onclick=\"copyToClipboard(this, '#10', '#shortcode_url10_copy')\"><span id=\"shortcode_url10_copy\" class=\"mo_openid_copytooltiptext\">Copy to Clipboard</span></i></b> in <b>App Domain</b>, your privacy policy URL in <b>Privacy Policy URL</b> and select <b>Category</b> of your website. Then click on <b>Save Changes</b>.##From the left pane, select <b>Facebook Login -> Settings</b>.##Under Client OAuth Settings section, Enter <b><code id='11'>".mo_get_permalink('facebook')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_openid_copytooltip\" onclick=\"copyToClipboard(this, '#11', '#shortcode_url11_copy')\"><span id=\"shortcode_url11_copy\" class=\"mo_openid_copytooltiptext\">Copy to Clipboard</span></i></b> in <b>Valid OAuth Redirect URIs</b> and click on <b>Save Changes</b> button.##Change your app status from In Development to Live by clicking on OFF (sliding button) beside Status option of the top right corner. Then, click on Confirm button.##Go to Settings > Basic. Paste your <b>App ID</b> and <b>App Secret</b> provided by Facebook into the fields above.##Input <b> email, public_profile </b>as scope.##If you want to access the <b>user_birthday, user_hometown, user_location</b> of a Facebook user, you need to send your app for review to Facebook. For submitting an app for review, click <a target=\"_blank\" href=\"https://developers.facebook.com/docs/facebook-login/review/how-to-submit \">here</a>. After your app is reviewed, you can add the scopes you have sent for review in the scope above. If your app is not approved or is in the process of getting approved, let the scope be <b>email, public_profile</b>##Click on the <b>Save settings</b> button.##Go to Social Login tab to configure the display as well as other login settings.";
13
  }
14
 
15
  function mo_openid_get_app_code()
9
  public $instructions;
10
  public function __construct() {
11
  $this->site_url = get_option( 'siteurl' );
12
+ $this->instructions="Go to Facebook developers console <a href=\"https://developers.facebook.com/apps/\" target=\"_blank\">https://developers.facebook.com/apps/</a>. Login with your facebook developer account.##Click on Create a New App/Add new App button.##Enter <b>Display Name</b> and click on Create App ID.##Click on <b>Products</b> from left pane of the page and select <b>Facebook Login</b> and click on <b>Set Up</b> button.##Click on <b>Web</b>. Enter <b><code id='9'>".get_option("siteurl")."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_openid_copytooltip\" onclick=\"copyToClipboard(this, '#9', '#shortcode_url9_copy')\"><span id=\"shortcode_url9_copy\" class=\"mo_openid_copytooltiptext\">Copy to Clipboard</span></i></b> into <b>Site URL</b> than click on <b> Save</b>.##Goto <b>Settings -> Basic</b> from left pane of the page, Enter <b><code id='10'>".$_SERVER['HTTP_HOST']."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_openid_copytooltip\" onclick=\"copyToClipboard(this, '#10', '#shortcode_url10_copy')\"><span id=\"shortcode_url10_copy\" class=\"mo_openid_copytooltiptext\">Copy to Clipboard</span></i></b> in <b>App Domain</b>, your privacy policy URL in <b>Privacy Policy URL</b> and select <b>Category</b> of your website. Then click on <b>Save Changes</b>.##From the left pane, select <b>Facebook Login -> Settings</b>.##Under Client OAuth Settings section, Enter <b><code id='11'>".mo_get_permalink('facebook')."</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_openid_copytooltip\" onclick=\"copyToClipboard(this, '#11', '#shortcode_url11_copy')\"><span id=\"shortcode_url11_copy\" class=\"mo_openid_copytooltiptext\">Copy to Clipboard</span></i></b> in <b>Valid OAuth Redirect URIs</b> and click on <b>Save Changes</b> button.##Change your app status from In Development to Live by clicking on OFF (sliding button) beside Status option of the top right corner. Then, click on Confirm button.##Go to Settings > Basic. Paste your <b>App ID</b> and <b>App Secret</b> provided by Facebook into the fields above.##Input <b> email, public_profile </b>as scope.##If you want to access the <b>user_birthday, user_hometown, user_location</b> of a Facebook user, you need to send your app for review to Facebook. For submitting an app for review, click <a target=\"_blank\" href=\"https://developers.facebook.com/docs/facebook-login/review/how-to-submit \">here</a>. After your app is reviewed, you can add the scopes you have sent for review in the scope above. If your app is not approved or is in the process of getting approved, let the scope be <b>email, public_profile</b>##Click on the <b>Save settings</b> button.##Go to Social Login tab to configure the display as well as other login settings.";
13
  }
14
 
15
  function mo_openid_get_app_code()
uninstall.php CHANGED
@@ -195,4 +195,7 @@ delete_option('mo_openid_registration_email_content');
195
  delete_option('mo_openid_tour_new');
196
  delete_option('mo_openid_register_email_message');
197
 
 
 
 
198
  ?>
195
  delete_option('mo_openid_tour_new');
196
  delete_option('mo_openid_register_email_message');
197
 
198
+
199
+ delete_option('mo_openid_bootstrap_load');
200
+ delete_option('mo_openid_fonawesome_load');
201
  ?>
view/add_on/mo_buddypress_add_on.php CHANGED
@@ -8,7 +8,7 @@ function mo_openid_buddypress_addon_display()
8
  <td >
9
  <h3><?php echo mo_sl('Buddypress Add-on');?>
10
  <input type="button" value="<?php echo mo_sl('Purchase');?>"
11
- onclick="mosocial_addonform('WP_SOCIAL_LOGIN_BUDDYPRESS_ADDON')"
12
  id="mosocial_purchase_buddy_addon"
13
  class="button button-primary button-large"
14
  style="float: right; margin-left: 10px;">
@@ -189,7 +189,6 @@ function mo_openid_buddypress_addon_display()
189
  </script>
190
  </td>
191
  <td>
192
-
193
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
194
  <script type="text/javascript">
195
  //to set heading name
8
  <td >
9
  <h3><?php echo mo_sl('Buddypress Add-on');?>
10
  <input type="button" value="<?php echo mo_sl('Purchase');?>"
11
+ onclick="mosocial_addonform('wp_social_login_buddypress_addon')"
12
  id="mosocial_purchase_buddy_addon"
13
  class="button button-primary button-large"
14
  style="float: right; margin-left: 10px;">
189
  </script>
190
  </td>
191
  <td>
 
192
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
193
  <script type="text/javascript">
194
  //to set heading name
view/add_on/mo_hubspot_add_on.php ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function mo_openid_hubspot_add_on_display()
4
+ {?>
5
+ <div id="hub_adv_disp" style="display: block">
6
+ <table>
7
+ <tr>
8
+ <td >
9
+ <h3><?php echo mo_sl('Hubspot Add On');?>
10
+ <input type="button" value="<?php echo mo_sl('Purchase');?>"
11
+ onclick="mosocial_addonform('wp_social_login_hubspot_addon')"
12
+ id="mosocial_purchase_hub"
13
+ class="button button-primary button-large"
14
+ style="float: right; margin-left: 10px;">
15
+ <input type="button" value="<?php echo mo_sl('Verify Key');?>"
16
+ id="mosocial_purchase_hub_verify"
17
+ class="button button-primary button-large"
18
+ style="float: right;">
19
+ </h3>
20
+ <br>
21
+ <b><?php echo mo_sl('Hubspot Addon provide hubspot integration where user contact will be automatically added to hubspot contact list on successful registration via social login applications.');?>.</b>
22
+ </td>
23
+ </tr>
24
+ </table>
25
+ <table class="mo_openid_display_table table" id="mo_openid_hub_video"></table>
26
+
27
+ </div>
28
+ <br>
29
+ <div class="mo_openid_highlight">
30
+ <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('Hubspot Integration');?></h3>
31
+ </div>
32
+ <p style="font-weight: bold; font-size: 17px; display: inline-block; margin-left: 1.5%">Please enter the Key</p>
33
+ <input class="mo_openid_table_textbox" required type="text" style="margin-left:40px;width:300px;"
34
+ name="mo_openid_hubs_int_key" placeholder="Enter your App key" disabled />
35
+ <hr>
36
+ <div class="mo_openid_table_layout">
37
+ <table style="width: 100%;">
38
+ <tr id="sel_apps">
39
+ <td><h3 ><?php echo mo_sl('Select Social Apps');?> </h3>
40
+ <table style="width: 100%">
41
+ <p style="font-size: 17px;"><?php echo mo_sl('Select Social Login Application for Hubspot Integration');?></p>
42
+
43
+ <tr>
44
+ <td style="width:25%">
45
+ <label class="mo_openid_checkbox_container"><b><?php echo mo_sl('Click Here To Enable All Apps');?></b>
46
+ <input type="checkbox" class="app_enable" disabled/>
47
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
48
+ </label>
49
+ </td>
50
+ </tr>
51
+ <?php
52
+ function check_enable_apps($app_name)
53
+ {
54
+ $all_apps_check = get_option('mo_hubspot_apps');
55
+ $all_apps_check = explode('#', $all_apps_check);
56
+ foreach ($all_apps_check as $apps_enable) {
57
+ if($app_name==$apps_enable)
58
+ return true;
59
+ }
60
+ return false;
61
+ }
62
+ $all_apps='facebook#google#vkontakte#twitter#linkedin#instagram#amazon#paypal#salesforce#windowslive#yahoo#apple#hubspot#wordpress#disqus#pinterest#yandex#spotify#twitch#vimeo#kakao#discord#dribbble#flickr#line#meetup#stackexchange#snapchat#reddit#odnoklassniki#foursquare#naver#teamsnap#livejournal#github#tumblr#wiebo#wechat#renren#baidu#mailru#qq';
63
+ $all_apps=explode('#',$all_apps);
64
+ $count=0;
65
+ foreach ($all_apps as $apps)
66
+ {
67
+ if($count==0)
68
+ {
69
+ ?>
70
+ <tr>
71
+ <?php
72
+ }
73
+ $count++;
74
+ ?>
75
+ <td style="width:20%">
76
+ <label class="mo_openid_checkbox_container"><?php echo mo_sl($apps);?>
77
+ <input type="checkbox" disabled id="mo_openid_hubs_<?php echo $apps;?>_enable" class="app_enable"/>
78
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
79
+ </label>
80
+ </td>
81
+ <?php
82
+ if($count==5){
83
+ $count=0;
84
+ ?>
85
+ </tr>
86
+ <?php
87
+ }
88
+ }
89
+ ?>
90
+ </table>
91
+ </td>
92
+ </tr>
93
+ </table>
94
+ <center>
95
+ <input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;background-color:#0867b2;color:white;box-shadow:none;text-shadow: none;" class="button button-primary button-large" disabled />
96
+ </center>
97
+ </div>
98
+ <td>
99
+ <form style="display:none;" id="mosocial_loginform" action="<?php echo get_option( 'mo_openid_host_name' ) . '/moas/login'; ?>"
100
+ target="_blank" method="post" >
101
+ <input type="email" name="username" value="<?php echo esc_attr(get_option('mo_openid_admin_email')); ?>" />
102
+ <input type="text" name="redirectUrl" value="<?php echo esc_attr(get_option( 'mo_openid_host_name')).'/moas/initializepayment'; ?>" />
103
+ <input type="text" name="requestOrigin" id="requestOrigin"/>
104
+ </form>
105
+ <script>
106
+ function mosocial_addonform(planType) {
107
+ jQuery('#requestOrigin').val(planType);
108
+ jQuery('#mosocial_loginform').submit();
109
+ }
110
+ </script>
111
+ </td>
112
+ <td>
113
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
114
+ <script type="text/javascript">
115
+ //to set heading name
116
+ jQuery('#mo_openid_page_heading').text('<?php echo mo_sl('HubSpot Add On'); ?>');
117
+ jQuery(document).ready(function($){
118
+ jQuery("#mosocial_purchase_hub_verify").on("click",function(){
119
+ mo_verify_add_on_license_key();
120
+ });
121
+ });
122
+
123
+ function mo_verify_add_on_license_key() {
124
+ jQuery.ajax({
125
+ type: 'POST',
126
+ url: '<?php echo admin_url("admin-ajax.php"); ?>',
127
+ data: {
128
+ action:'verify_addon_licience',
129
+ plan_name: 'WP_SOCIAL_LOGIN_HUBSPOT_ADDON',
130
+ },
131
+ crossDomain :!0, dataType:"html",
132
+ success: function(data) {
133
+ var flag=0;
134
+ jQuery("input").each(function(){
135
+ if(jQuery(this).val()=="mo_openid_verify_license") flag=1;
136
+ });
137
+ if(!flag) {
138
+ jQuery(data).insertBefore("#mo_openid_hub_video");
139
+ jQuery("#hub_adv_disp").find(jQuery("#cust_supp")).css("display", "none");
140
+ }
141
+ },
142
+ error: function (data){}
143
+ });
144
+ }
145
+ </script>
146
+ </td>
147
+ <?php
148
+ }
view/add_on/mo_mailchimp_add_on.php CHANGED
@@ -11,7 +11,7 @@ function mo_openid_mailchimp_add_on()
11
  <td>
12
  <h3><?php echo mo_sl('MailChimp Add On');?>
13
  <input type="button" value="<?php echo mo_sl('Purchase');?>"
14
- onclick="mosocial_addonform('WP_SOCIAL_LOGIN_MAILCHIMP_ADDON')"
15
  id="mosocial_purchase_mail_addon"
16
  class="button button-primary button-large"
17
  style="float: right; margin-left: 10px;">
11
  <td>
12
  <h3><?php echo mo_sl('MailChimp Add On');?>
13
  <input type="button" value="<?php echo mo_sl('Purchase');?>"
14
+ onclick="mosocial_addonform('wp_social_login_mailchimp_addon')"
15
  id="mosocial_purchase_mail_addon"
16
  class="button button-primary button-large"
17
  style="float: right; margin-left: 10px;">
view/add_on/mo_woocommerce_add_on.php CHANGED
@@ -8,7 +8,7 @@ function mo_openid_woocommerce_add_on()
8
  <td >
9
  <h3><?php echo mo_sl('Woocommerce Add On');?>
10
  <input type="button" value="<?php echo mo_sl('Purchase');?>"
11
- onclick="mosocial_addonform('WP_SOCIAL_LOGIN_WOOCOMMERCE_ADDON')"
12
  id="mosocial_purchase_wca"
13
  class="button button-primary button-large"
14
  style="float: right; margin-left: 10px;">
8
  <td >
9
  <h3><?php echo mo_sl('Woocommerce Add On');?>
10
  <input type="button" value="<?php echo mo_sl('Purchase');?>"
11
+ onclick="mosocial_addonform('wp_social_login_woocommerce_addon')"
12
  id="mosocial_purchase_wca"
13
  class="button button-primary button-large"
14
  style="float: right; margin-left: 10px;">
view/config_apps/mo_openid_config_apps.php CHANGED
@@ -322,7 +322,7 @@ function mo_openid_show_apps()
322
  '<div style="margin-bottom: 2px"><center><img style="margin-left:40%; border-radius:4px; display: inline; height:25px; width:28px" id="custom_app_name_image">&nbsp;<h1 style="display: inline" id="custom_app_name"></h1></center></div>'+
323
  '<div style="width: 40%; float: left; display: inline">' +
324
  '<div id="mo_set_pre_config_app" style="overflow: auto; margin-left:20%; padding-top:2%">' +
325
- '<div style="width: 65%; float: left; display: inline"><i class="mofa mofa-info-circle mo_copytooltip" title="miniOrange take care of creating applications for you so that you don’t have to worry about creating applications in each social network."></i><label style="display: contents;"><b> Pre configured miniOrange App</b></label></div>' +
326
  '<div style="width: 35%; float: right; display: inline">' +
327
  '<label class="mo-openid-switch-app">' +
328
  '<input type="checkbox" id="mo_openid_enable_custom_app" value="1"/>' +
@@ -890,7 +890,7 @@ function mo_openid_show_apps()
890
  jQuery("#custom_app_perma_inst").hide();
891
  for (i = 7; i < ins.length; i++)
892
  jQuery("#custom_app_inst_steps").append('<li>' + ins[i] + '</li>');
893
- jQuery("#custom_app_inst_steps").append('<label class="mo_openid_note_style" style="cursor: auto">If you want to display Social Login icons on your login panel then use <code id=\'1\'>[miniorange_social_login]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, \'#1\', \'#shortcode_url_copy\')"><span id="shortcode_url_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i> to display social icons or <a style="cursor: pointer" onclick="mo_openid_support_form(\'\')">Contact Us</a></label>');
894
  }
895
  document.getElementById('mo_openid_ajax_wait_img').style.display = 'none';
896
  document.getElementById('mo_openid_ajax_wait_fade').style.display = 'none';
@@ -1099,7 +1099,7 @@ function mo_openid_show_apps()
1099
  var modal = document.getElementById("mo_openid_rateus_myModal");
1100
 
1101
  // Get the button that opens the modal
1102
- var btn = document.getElementById("mo_openid_rateus_modal");
1103
 
1104
  // Get the <span> element that closes the modal
1105
  var span = document.getElementsByClassName("close")[0];
@@ -1107,7 +1107,7 @@ function mo_openid_show_apps()
1107
  // When the user clicks the button, open the modal
1108
 
1109
 
1110
- btn.onclick = function() {
1111
  jQuery("#cronmo_openid_support_form").hide();
1112
  jQuery("#cronrating-4").prop('checked',false);
1113
  jQuery("#cronrating-3").prop('checked',false);
322
  '<div style="margin-bottom: 2px"><center><img style="margin-left:40%; border-radius:4px; display: inline; height:25px; width:28px" id="custom_app_name_image">&nbsp;<h1 style="display: inline" id="custom_app_name"></h1></center></div>'+
323
  '<div style="width: 40%; float: left; display: inline">' +
324
  '<div id="mo_set_pre_config_app" style="overflow: auto; margin-left:20%; padding-top:2%">' +
325
+ '<div style="width: 65%; float: left; display: inline"><i class="fa fa-info-circle mo_copytooltip" title="miniOrange take care of creating applications for you so that you don’t have to worry about creating applications in each social network."></i><label style="display: contents;"><b> Pre configured miniOrange App</b></label></div>' +
326
  '<div style="width: 35%; float: right; display: inline">' +
327
  '<label class="mo-openid-switch-app">' +
328
  '<input type="checkbox" id="mo_openid_enable_custom_app" value="1"/>' +
890
  jQuery("#custom_app_perma_inst").hide();
891
  for (i = 7; i < ins.length; i++)
892
  jQuery("#custom_app_inst_steps").append('<li>' + ins[i] + '</li>');
893
+ jQuery("#custom_app_inst_steps").append('<label class="mo_openid_note_style" style="cursor: auto">If you want to display Social Login icons on your login panel then use <code id=\'1\'>[miniorange_social_login]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, \'#1\', \'#shortcode_url_copy\')"><span id="shortcode_url_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i> to display social icons or <a style="cursor: pointer" onclick="mo_openid_support_form(\'\')">Contact Us</a></label>');
894
  }
895
  document.getElementById('mo_openid_ajax_wait_img').style.display = 'none';
896
  document.getElementById('mo_openid_ajax_wait_fade').style.display = 'none';
1099
  var modal = document.getElementById("mo_openid_rateus_myModal");
1100
 
1101
  // Get the button that opens the modal
1102
+ var mo_btn = document.getElementById("mo_openid_rateus_modal");
1103
 
1104
  // Get the <span> element that closes the modal
1105
  var span = document.getElementsByClassName("close")[0];
1107
  // When the user clicks the button, open the modal
1108
 
1109
 
1110
+ mo_btn.onclick = function() {
1111
  jQuery("#cronmo_openid_support_form").hide();
1112
  jQuery("#cronrating-4").prop('checked',false);
1113
  jQuery("#cronrating-3").prop('checked',false);
view/customise_social_icons/mo_openid_cust_icons.php CHANGED
@@ -29,20 +29,33 @@ function mo_openid_customise_social_icons(){
29
  <label style="font-size: 1.2em;"><b><?php echo mo_sl('Theme');?></b><br></label>
30
  <label class="mo-openid-radio-container"><?php echo mo_sl('Default');?>
31
  <input type="radio" id="mo_openid_default_background_radio" name="mo_openid_login_custom_theme"
32
- value="default" onclick="checkLoginButton();moLoginPreview(setSizeOfIcons(), setLoginTheme(),'default',document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_height').value,document.getElementById('mo_login_icon_custom_boundary').value)"
33
  <?php checked( get_option('mo_openid_login_custom_theme') == 'default' );?> /><br>
34
  <span class="mo-openid-radio-checkmark"></span></label>
35
 
36
  <label class="mo-openid-radio-container"><?php echo mo_sl('Custom background*');?>
37
- <input type="radio" id="mo_openid_custom_background_radio" name="mo_openid_login_custom_theme" value="custom" onclick="checkLoginButton();moLoginPreview(setSizeOfIcons(), setLoginTheme(),'custom',document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_height').value,document.getElementById('mo_login_icon_custom_boundary').value)"
38
  <?php checked( get_option('mo_openid_login_custom_theme') == 'custom' );?> /><br>
39
  <span class="mo-openid-radio-checkmark"></span></label>
40
 
41
- <input id="mo_login_icon_custom_color" style="width:135px;" name="mo_login_icon_custom_color" class="color" value="<?php echo esc_attr(get_option('mo_login_icon_custom_color'))?>" onchange="moLoginPreview(setSizeOfIcons(), setLoginTheme(),'custom',document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_custom_boundary').value)" >
 
 
 
 
 
 
 
42
  </div>
 
43
 
 
 
 
 
44
  </div>
45
  <div style="width: 85%; float: left" class="mo_openid_note_style"><strong><?php echo mo_sl('*Custom background:');?></strong> <?php echo mo_sl('This will change the background color of login icons');?>.</div>
 
46
  <div style="width: 100%; float: left">
47
  <div style="float:left;width:50%; margin-top: 5%">
48
  <label style="font-size: 1.2em;"><b><?php echo mo_sl('Size of Icons');?></b></label>
@@ -69,11 +82,24 @@ function mo_openid_customise_social_icons(){
69
  <input id="mo_login_space_plus" type="button" value="+" onmouseup="moLoginPreview(setSizeOfIcons() ,setLoginTheme(),setLoginCustomTheme(),document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_custom_boundary').value)" />
70
  <input id="mo_login_space_minus" type="button" value="-" onmouseup="moLoginPreview(setSizeOfIcons() ,setLoginTheme(),setLoginCustomTheme(),document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_custom_boundary').value)" />
71
  </div>
 
 
72
  </div>
 
73
  <div style="width: 100%; float: left">
74
  <br><hr>
75
- <h4 style="font-size: 1.2em"><?php echo mo_sl('Customize Text For Social Login Buttons / Icons');?></h4>
76
  <div style="width: 100%">
 
 
 
 
 
 
 
 
 
 
 
77
  <div style="width: 40%; float: left">
78
  <label class="mo_openid_fix_fontsize"><?php echo mo_sl('Select color for customize text:');?></label>
79
  </div>
@@ -154,10 +180,10 @@ function mo_openid_customise_social_icons(){
154
  $count_app++;
155
  ?>
156
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_facebook" src="<?php echo plugin_url.'/facebook.png'?>" />
157
- <a id="mo_login_button_preview_facebook" class="btn btn-block btn-defaulttheme btn-social btn-facebook btn-custom-size"> <i class="mofa" style="border-right:none;"><svg xmlns="http://www.w3.org/2000/svg" style="margin-top:12%;margin-left: 2%;" ><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"/></svg></i><?php
158
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Facebook</a>
159
- <i class="mo_custom_login_icon_preview mofa mofa-facebook" id="mo_custom_login_icon_preview_facebook" style="color:#ffffff;text-align:center;margin-top:5px;"></i>
160
- <a id="mo_custom_login_button_preview_facebook" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="mofa mofa-facebook"></i><?php
161
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Facebook</a>
162
  <?php
163
  }
@@ -165,10 +191,10 @@ function mo_openid_customise_social_icons(){
165
  $count_app++;
166
  ?>
167
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_google" src="<?php echo plugin_url.'/google.png'?>" />
168
- <a style="background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" id="mo_login_button_preview_google" class="btn btn-block btn-defaulttheme btn-social btn-google btn-custom-size"> <i class="mofa" style="border-right:none;padding-top:3% !important"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><?php
169
  ?> <span style="color:#ffffff;"><?php echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Google</span></a>
170
- <i class="mo_custom_login_icon_preview mofa mofa-google" id="mo_custom_login_icon_preview_google" style="color:#ffffff;text-align:center;margin-top:5px;"></i>
171
- <a id="mo_custom_login_button_preview_google" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="mofa mofa-google"></i><?php
172
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Google</a>
173
  <?php
174
  }
@@ -176,10 +202,10 @@ function mo_openid_customise_social_icons(){
176
  $count_app++;
177
  ?>
178
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_<?php echo $active_app ?>" src="<?php echo plugin_url.'/'.$active_app.'.png'?>" />
179
- <a id="mo_login_button_preview_<?php echo $active_app ?>" class="btn btn-block btn-defaulttheme btn-social btn-<?php echo $active_app ?> btn-custom-size"> <img class="mofa" src="<?php echo plugin_url.'/'.$app_img.'.png'?>"><?php
180
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> <?php echo $active_app ?></a>
181
- <i class="mo_custom_login_icon_preview mofa" id="mo_custom_login_icon_preview_<?php echo $active_app ?>" style="color:#ffffff;text-align:center;" ><img id="<?php echo $app_img ?>" src="<?php echo plugin_url.'/'.$app_img.'.png'?>"></i>
182
- <a id="mo_custom_login_button_preview_<?php echo $active_app ?>" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <img class="mofa" src="<?php echo plugin_url.'/'.$app_img.'.png'?>"><?php
183
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> <?php echo $active_app ?></a>
184
  <?php
185
  }
@@ -187,10 +213,10 @@ function mo_openid_customise_social_icons(){
187
  $count_app++;
188
  ?>
189
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_<?php echo $active_app ?>" src="<?php echo plugin_url.'/'.$active_app.'.png'?>" />
190
- <a id="mo_login_button_preview_<?php echo $active_app ?>" class="btn btn-block btn-defaulttheme btn-social btn-<?php echo $class_app ?> btn-custom-size"> <i class="mofa mofa-<?php echo $icon ?>"></i><?php
191
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> <?php echo $active_app?></a>
192
- <i class="mo_custom_login_icon_preview mofa mofa-<?php echo $icon ?>" id="mo_custom_login_icon_preview_<?php echo $active_app ?>" style="color:#ffffff;text-align:center;margin-top:5px;"></i>
193
- <a id="mo_custom_login_button_preview_<?php echo $active_app ?>" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="mofa mofa-<?php echo $icon ?>"></i><?php
194
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> <?php echo $active_app ?></a>
195
  <?php
196
  }
@@ -227,6 +253,24 @@ function mo_openid_customise_social_icons(){
227
  </div>
228
  </form>
229
  <script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  //to set heading name
231
  jQuery('#mo_openid_page_heading').text('<?php echo mo_sl("Customize Login Icons"); ?>');
232
  window.onload=shape_change();
@@ -314,7 +358,7 @@ function mo_openid_customise_social_icons(){
314
  function moLoginPreview(t,r,l,p,n,h,k){
315
  if(l == 'default'){
316
  if(r == 'longbutton'){
317
- var a = "btn-defaulttheme";
318
  jQuery("."+a).css("width",t+"px");
319
  jQuery("."+a).each(function () {
320
  jQuery(this).css("margin-top", "5px");
@@ -323,7 +367,7 @@ function mo_openid_customise_social_icons(){
323
  jQuery(this).css("margin-bottom",(n-5)+"px");
324
  jQuery(this).css("border-radius",k+"px");
325
  });
326
- jQuery(".mofa").css("padding-top",(h-35)+"px");
327
 
328
  }else{
329
  var a="mo_login_icon_preview";
@@ -342,12 +386,12 @@ function mo_openid_customise_social_icons(){
342
  }
343
  else if(l == 'custom'){
344
  if(r == 'longbutton'){
345
- var a = "btn-customtheme";
346
  jQuery("."+a).css("margin-top", "5px");
347
  jQuery("."+a).css("width",(t)+"px");
348
  jQuery("."+a).css("padding-top",(h-29)+"px");
349
  jQuery("."+a).css("padding-bottom",(h-29)+"px");
350
- jQuery(".mofa").css("padding-top",(h-35)+"px");
351
  jQuery("."+a).css("margin-bottom",(n-5)+"px");
352
  jQuery("."+a).css("background","#"+p);
353
  jQuery("."+a).css("border-radius",k+"px");
@@ -378,26 +422,26 @@ function mo_openid_customise_social_icons(){
378
  if(setLoginCustomTheme() == 'default'){
379
  jQuery(".mo_login_icon_preview").hide();
380
  jQuery(".mo_custom_login_icon_preview").hide();
381
- jQuery(".btn-customtheme").hide();
382
- jQuery(".btn-defaulttheme").show();
383
  }else if(setLoginCustomTheme() == 'custom'){
384
  jQuery(".mo_login_icon_preview").hide();
385
  jQuery(".mo_custom_login_icon_preview").hide();
386
- jQuery(".btn-defaulttheme").hide();
387
- jQuery(".btn-customtheme").show();
388
  }
389
  }
390
  else {
391
  if(setLoginCustomTheme() == 'default'){
392
  jQuery(".mo_login_icon_preview").show();
393
- jQuery(".btn-defaulttheme").hide();
394
- jQuery(".btn-customtheme").hide();
395
  jQuery(".mo_custom_login_icon_preview").hide();
396
  }else if(setLoginCustomTheme() == 'custom'){
397
  jQuery(".mo_login_icon_preview").hide();
398
  jQuery(".mo_custom_login_icon_preview").show();
399
- jQuery(".btn-defaulttheme").hide();
400
- jQuery(".btn-customtheme").hide();
401
  }
402
  }
403
  previewLoginIcons();
29
  <label style="font-size: 1.2em;"><b><?php echo mo_sl('Theme');?></b><br></label>
30
  <label class="mo-openid-radio-container"><?php echo mo_sl('Default');?>
31
  <input type="radio" id="mo_openid_default_background_radio" name="mo_openid_login_custom_theme"
32
+ value="default" onclick="whiteThemeAd();checkLoginButton();moLoginPreview(setSizeOfIcons(), setLoginTheme(),'default',document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_height').value,document.getElementById('mo_login_icon_custom_boundary').value)"
33
  <?php checked( get_option('mo_openid_login_custom_theme') == 'default' );?> /><br>
34
  <span class="mo-openid-radio-checkmark"></span></label>
35
 
36
  <label class="mo-openid-radio-container"><?php echo mo_sl('Custom background*');?>
37
+ <input type="radio" id="mo_openid_custom_background_radio" name="mo_openid_login_custom_theme" value="custom" onclick="whiteThemeAd();checkLoginButton();moLoginPreview(setSizeOfIcons(), setLoginTheme(),'custom',document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_height').value,document.getElementById('mo_login_icon_custom_boundary').value)"
38
  <?php checked( get_option('mo_openid_login_custom_theme') == 'custom' );?> /><br>
39
  <span class="mo-openid-radio-checkmark"></span></label>
40
 
41
+ <input id="mo_login_icon_custom_color" style="width:135px; margin-bottom: 3px" name="mo_login_icon_custom_color" class="color" value="<?php echo esc_attr(get_option('mo_login_icon_custom_color'))?>" onchange="moLoginPreview(setSizeOfIcons(), setLoginTheme(),'custom',document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_custom_boundary').value)" >
42
+
43
+ <label style="cursor: context-menu" class="mo-openid-radio-container"><?php echo mo_sl('White Background*');?> <a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a>
44
+ <input type="radio" value="default" id="mo_openid_white_background_radio" name="mo_openid_login_custom_theme" style="padding-top:1%;" onclick="whiteThemeAd()">
45
+ <span class="mo-openid-radio-checkmark"></span></label>
46
+
47
+
48
+
49
  </div>
50
+ <div id="white_theme_ad">
51
 
52
+ <h3>Example : </h3>
53
+ <img style="display: block; margin-left: auto; margin-right: auto; height:360px; width=:360px;" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/white_theme_ad.png" alt="white theme ad"/>
54
+
55
+ </div>
56
  </div>
57
  <div style="width: 85%; float: left" class="mo_openid_note_style"><strong><?php echo mo_sl('*Custom background:');?></strong> <?php echo mo_sl('This will change the background color of login icons');?>.</div>
58
+
59
  <div style="width: 100%; float: left">
60
  <div style="float:left;width:50%; margin-top: 5%">
61
  <label style="font-size: 1.2em;"><b><?php echo mo_sl('Size of Icons');?></b></label>
82
  <input id="mo_login_space_plus" type="button" value="+" onmouseup="moLoginPreview(setSizeOfIcons() ,setLoginTheme(),setLoginCustomTheme(),document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_custom_boundary').value)" />
83
  <input id="mo_login_space_minus" type="button" value="-" onmouseup="moLoginPreview(setSizeOfIcons() ,setLoginTheme(),setLoginCustomTheme(),document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_custom_boundary').value)" />
84
  </div>
85
+
86
+
87
  </div>
88
+
89
  <div style="width: 100%; float: left">
90
  <br><hr>
 
91
  <div style="width: 100%">
92
+ <label class="mo_openid_checkbox_container"><?php echo mo_sl('Load Fontawesome files');?>
93
+ <input type="checkbox" id="mo_fonawesome_load" name="mo_openid_fonawesome_load" value="1" <?php checked( get_option('mo_openid_fonawesome_load') == 1 );?> /><br>
94
+ <span class="mo_openid_checkbox_checkmark"></span>
95
+ </label>
96
+
97
+ <label class="mo_openid_checkbox_container"><?php echo mo_sl('Load bootstrap files');?>
98
+ <input type="checkbox" id="mo_bootstrap_load" name="mo_openid_bootstrap_load" value="1" <?php checked( get_option('mo_openid_bootstrap_load') == 1 );?> /><br>
99
+ <span class="mo_openid_checkbox_checkmark"></span>
100
+ </label>
101
+ <h4 style="font-size: 1.2em"><?php echo mo_sl('Customize Text For Social Login Buttons / Icons');?></h4>
102
+
103
  <div style="width: 40%; float: left">
104
  <label class="mo_openid_fix_fontsize"><?php echo mo_sl('Select color for customize text:');?></label>
105
  </div>
180
  $count_app++;
181
  ?>
182
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_facebook" src="<?php echo plugin_url.'/facebook.png'?>" />
183
+ <a id="mo_login_button_preview_facebook" class="mo_btn mo_btn-block mo_btn-defaulttheme mo_btn-social mo_btn-facebook mo_btn-custom-size"> <img class="fa" src="<?php echo plugin_url.'/fb.png'?>"><?php
184
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Facebook</a>
185
+ <i class="mo_custom_login_icon_preview fa fa-facebook" id="mo_custom_login_icon_preview_facebook" style="color:#ffffff;text-align:center;margin-top:5px;"></i>
186
+ <a id="mo_custom_login_button_preview_facebook" class="mo_btn mo_btn-block mo_btn-customtheme mo_btn-social mo_btn-custom-size"> <i class="fa fa-facebook"></i><?php
187
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Facebook</a>
188
  <?php
189
  }
191
  $count_app++;
192
  ?>
193
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_google" src="<?php echo plugin_url.'/google.png'?>" />
194
+ <a style="background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" id="mo_login_button_preview_google" class="mo_btn mo_btn-block mo_btn-defaulttheme mo_btn-social mo_btn-google mo_btn-custom-size"> <img class="fa" src="<?php echo plugin_url.'/g.png'?>"><?php
195
  ?> <span style="color:#ffffff;"><?php echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Google</span></a>
196
+ <i class="mo_custom_login_icon_preview fa fa-google" id="mo_custom_login_icon_preview_google" style="color:#ffffff;text-align:center;margin-top:5px;"></i>
197
+ <a id="mo_custom_login_button_preview_google" class="mo_btn mo_btn-block mo_btn-customtheme mo_btn-social mo_btn-custom-size"> <i class="fa fa-google"></i><?php
198
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Google</a>
199
  <?php
200
  }
202
  $count_app++;
203
  ?>
204
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_<?php echo $active_app ?>" src="<?php echo plugin_url.'/'.$active_app.'.png'?>" />
205
+ <a id="mo_login_button_preview_<?php echo $active_app ?>" class="mo_btn mo_btn-block mo_btn-defaulttheme mo_btn-social mo_btn-<?php echo $active_app ?> mo_btn-custom-size"> <img class="fa" src="<?php echo plugin_url.'/'.$app_img.'.png'?>"><?php
206
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> <?php echo $active_app ?></a>
207
+ <i class="mo_custom_login_icon_preview fa" id="mo_custom_login_icon_preview_<?php echo $active_app ?>" style="color:#ffffff;text-align:center;" ><img id="<?php echo $app_img ?>" src="<?php echo plugin_url.'/'.$app_img.'.png'?>"></i>
208
+ <a id="mo_custom_login_button_preview_<?php echo $active_app ?>" class="mo_btn mo_btn-block mo_btn-customtheme mo_btn-social mo_btn-custom-size"> <img class="fa" src="<?php echo plugin_url.'/'.$app_img.'.png'?>"><?php
209
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> <?php echo $active_app ?></a>
210
  <?php
211
  }
213
  $count_app++;
214
  ?>
215
  <img class="mo_login_icon_preview" id="mo_login_icon_preview_<?php echo $active_app ?>" src="<?php echo plugin_url.'/'.$active_app.'.png'?>" />
216
+ <a id="mo_login_button_preview_<?php echo $active_app ?>" class="mo_btn mo_btn-block mo_btn-defaulttheme mo_btn-social mo_btn-<?php echo $class_app ?> mo_btn-custom-size"> <i class="fa fa-<?php echo $icon ?>"></i><?php
217
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> <?php echo $active_app?></a>
218
+ <i class="mo_custom_login_icon_preview fa fa-<?php echo $icon ?>" id="mo_custom_login_icon_preview_<?php echo $active_app ?>" style="color:#ffffff;text-align:center;margin-top:5px;"></i>
219
+ <a id="mo_custom_login_button_preview_<?php echo $active_app ?>" class="mo_btn mo_btn-block mo_btn-customtheme mo_btn-social mo_btn-custom-size"> <i class="fa fa-<?php echo $icon ?>"></i><?php
220
  echo esc_html(get_option('mo_openid_login_button_customize_text'));?> <?php echo $active_app ?></a>
221
  <?php
222
  }
253
  </div>
254
  </form>
255
  <script>
256
+
257
+ jQuery("#white_theme_ad").hide();
258
+ function whiteThemeAd(){
259
+ if(jQuery('#mo_openid_white_background_radio').is(':checked')) {
260
+ jQuery("#white_theme_ad").show();
261
+ }
262
+ else if (jQuery('#mo_openid_custom_background_radio').is(':checked'))
263
+ {
264
+ jQuery("#white_theme_ad").hide();
265
+ }
266
+ else if (jQuery('#mo_openid_default_background_radio').is(':checked'))
267
+ {
268
+ jQuery("#white_theme_ad").hide();
269
+ }
270
+ }
271
+
272
+ jQuery("#form-apps input[id=mo_openid_white_background_radio]:radio").removeClass("mo-openid-radio-checkmark");
273
+
274
  //to set heading name
275
  jQuery('#mo_openid_page_heading').text('<?php echo mo_sl("Customize Login Icons"); ?>');
276
  window.onload=shape_change();
358
  function moLoginPreview(t,r,l,p,n,h,k){
359
  if(l == 'default'){
360
  if(r == 'longbutton'){
361
+ var a = "mo_btn-defaulttheme";
362
  jQuery("."+a).css("width",t+"px");
363
  jQuery("."+a).each(function () {
364
  jQuery(this).css("margin-top", "5px");
367
  jQuery(this).css("margin-bottom",(n-5)+"px");
368
  jQuery(this).css("border-radius",k+"px");
369
  });
370
+ jQuery(".fa").css("padding-top",(h-35)+"px");
371
 
372
  }else{
373
  var a="mo_login_icon_preview";
386
  }
387
  else if(l == 'custom'){
388
  if(r == 'longbutton'){
389
+ var a = "mo_btn-customtheme";
390
  jQuery("."+a).css("margin-top", "5px");
391
  jQuery("."+a).css("width",(t)+"px");
392
  jQuery("."+a).css("padding-top",(h-29)+"px");
393
  jQuery("."+a).css("padding-bottom",(h-29)+"px");
394
+ jQuery(".fa").css("padding-top",(h-35)+"px");
395
  jQuery("."+a).css("margin-bottom",(n-5)+"px");
396
  jQuery("."+a).css("background","#"+p);
397
  jQuery("."+a).css("border-radius",k+"px");
422
  if(setLoginCustomTheme() == 'default'){
423
  jQuery(".mo_login_icon_preview").hide();
424
  jQuery(".mo_custom_login_icon_preview").hide();
425
+ jQuery(".mo_btn-customtheme").hide();
426
+ jQuery(".mo_btn-defaulttheme").show();
427
  }else if(setLoginCustomTheme() == 'custom'){
428
  jQuery(".mo_login_icon_preview").hide();
429
  jQuery(".mo_custom_login_icon_preview").hide();
430
+ jQuery(".mo_btn-defaulttheme").hide();
431
+ jQuery(".mo_btn-customtheme").show();
432
  }
433
  }
434
  else {
435
  if(setLoginCustomTheme() == 'default'){
436
  jQuery(".mo_login_icon_preview").show();
437
+ jQuery(".mo_btn-defaulttheme").hide();
438
+ jQuery(".mo_btn-customtheme").hide();
439
  jQuery(".mo_custom_login_icon_preview").hide();
440
  }else if(setLoginCustomTheme() == 'custom'){
441
  jQuery(".mo_login_icon_preview").hide();
442
  jQuery(".mo_custom_login_icon_preview").show();
443
+ jQuery(".mo_btn-defaulttheme").hide();
444
+ jQuery(".mo_btn-customtheme").hide();
445
  }
446
  }
447
  previewLoginIcons();
view/disp_options/mo_openid_dispopt.php CHANGED
@@ -23,7 +23,7 @@ function mo_openid_disp_opt()
23
  <input type="checkbox" id="default_comment_enable" name="mo_openid_default_comment_enable" value="1" <?php checked( get_option('mo_openid_default_comment_enable') == 1 );?> /><br>
24
  <span class="mo_openid_checkbox_checkmark"></span>
25
  </label>
26
- <label class="mo_openid_note_style" style="cursor: auto"><?php echo mo_sl("Don't find your login page in above options use");?> <code id='1'>[miniorange_social_login]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#1', '#shortcode_url_copy')"><span id="shortcode_url_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><?php echo mo_sl( 'to display social icons or');?> <a style="cursor: pointer" onclick="mo_openid_support_form('')"><?php echo mo_sl('Contact Us');?></a></label>
27
  <br/><br/>
28
  <b style="font-size:17px;"><?php echo mo_sl("Ultimate Member display options");?> </b><a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a><br><br>
29
 
@@ -174,7 +174,7 @@ function mo_openid_disp_opt()
174
  <h3 id="mo_openid_show_add_login_icons2" onclick="show_add_login_icons2(this.id)"><a id="openid_comments_shortcode_title" ><span class="dashicons dashicons-arrow-down" ></span><?php echo mo_sl('Using Shortcode');?></a></h3>
175
  <div id="openid_comments_shortcode" style="font-size:13px !important">
176
  <ol>
177
- <p><?php echo mo_sl("You can use this shortcode <code id='2'>[miniorange_social_login]</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id=\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i> to display social icons on any login page, post, popup and PHP pages.");?></p>
178
  <p><?php echo mo_sl("* Detailed information about how to use shortcode is given in <a href=" . site_url() ."/wp-admin/admin.php?page=mo_openid_general_settings&tab=shortcodes>Shortcode</a> tab");?></p>
179
  </ol>
180
  </div>
23
  <input type="checkbox" id="default_comment_enable" name="mo_openid_default_comment_enable" value="1" <?php checked( get_option('mo_openid_default_comment_enable') == 1 );?> /><br>
24
  <span class="mo_openid_checkbox_checkmark"></span>
25
  </label>
26
+ <label class="mo_openid_note_style" style="cursor: auto"><?php echo mo_sl("Don't find your login page in above options use");?> <code id='1'>[miniorange_social_login]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#1', '#shortcode_url_copy')"><span id="shortcode_url_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><?php echo mo_sl( 'to display social icons or');?> <a style="cursor: pointer" onclick="mo_openid_support_form('')"><?php echo mo_sl('Contact Us');?></a></label>
27
  <br/><br/>
28
  <b style="font-size:17px;"><?php echo mo_sl("Ultimate Member display options");?> </b><a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a><br><br>
29
 
174
  <h3 id="mo_openid_show_add_login_icons2" onclick="show_add_login_icons2(this.id)"><a id="openid_comments_shortcode_title" ><span class="dashicons dashicons-arrow-down" ></span><?php echo mo_sl('Using Shortcode');?></a></h3>
175
  <div id="openid_comments_shortcode" style="font-size:13px !important">
176
  <ol>
177
+ <p><?php echo mo_sl("You can use this shortcode <code id='2'>[miniorange_social_login]</code><i style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class=\"fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip\" onclick=\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id=\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</span></i> to display social icons on any login page, post, popup and PHP pages.");?></p>
178
  <p><?php echo mo_sl("* Detailed information about how to use shortcode is given in <a href=" . site_url() ."/wp-admin/admin.php?page=mo_openid_general_settings&tab=shortcodes>Shortcode</a> tab");?></p>
179
  </ol>
180
  </div>
view/doc_tab/mo_openid_doc_tab.php ADDED
@@ -0,0 +1,672 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function mo_openid_doc_tab()
4
+ {
5
+
6
+ ?>
7
+
8
+ <head>
9
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
10
+ <!-- Bootstrap -->
11
+ <!-- Latest compiled and minified CSS -->
12
+ <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
13
+ <!-- Optional theme -->
14
+ <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
15
+ <!-- Latest compiled and minified JavaScript -->
16
+ <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
17
+ <script type="text/javascript" src="http://www.youtube.com/player_api"></script>
18
+ </head>
19
+ <style>
20
+
21
+ #app_modal_dialogue {
22
+ position: fixed;
23
+ width: 900px;
24
+ top: 40px;
25
+ left: calc(50% - 450px);
26
+ bottom: 40px;
27
+ z-index: 100;
28
+ }
29
+
30
+ #app_modal_body {
31
+ height: 306px;
32
+ overflow-y: auto;
33
+ }
34
+
35
+ @media (min-height: 500px) {
36
+ #app_modal_body { height: 400px; }
37
+ }
38
+
39
+ @media (min-height: 800px) {
40
+ #app_modal_body { height: 600px; }
41
+ }
42
+
43
+ .modal-dialog{
44
+ position: fixed;
45
+ width: 700px;
46
+ top: 40px;
47
+ left: calc(50% - 350px);
48
+ bottom: 40px;
49
+ z-index: 100;
50
+ }
51
+
52
+ .modal-body {
53
+ height: 306px;
54
+ overflow-y: auto;
55
+ }
56
+
57
+ @media (min-height: 500px) {
58
+ .modal-body { height: 400px; }
59
+ }
60
+
61
+ @media (min-height: 800px) {
62
+ .modal-body { height: 600px; }
63
+ }
64
+
65
+ h5 {
66
+ display: flex;
67
+ flex-direction: row;
68
+ letter-spacing: 2.5px;
69
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
70
+ padding: 3px;
71
+ }
72
+
73
+ h5:before,
74
+ h5:after {
75
+ content: "";
76
+ flex: 1 1;
77
+ border-bottom: 2px solid #000;
78
+ margin: auto;
79
+
80
+ }
81
+ </style>
82
+
83
+ <div class="modt-container">
84
+ <section class="modt-main-panel">
85
+ <header class="modt-panel-header">
86
+ <h1 class="modt-panel-title">
87
+ Social Login Documentation
88
+ <hr style="border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);">
89
+ </h1>
90
+ </header>
91
+ <div class="modt-panel-content">
92
+ <div class="modt-leftbox">
93
+ <div class="modt-imagedropshadow">
94
+ <img data-toggle="modal" data-target="#modt_app_modal" width="350px" height="220px" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/modt_apps.png" alt="doc tab wc"/>
95
+ </div>
96
+ <footer class="modt-footer">
97
+ Applications
98
+ </footer>
99
+ </div>
100
+
101
+ <div class="modt-middlebox">
102
+ <div class="modt-imagedropshadow">
103
+ <img data-toggle="modal" data-target="#modt_wc_modal" width="350px" height="220px" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/modt_wc_new.png" alt="doc tab wc"/>
104
+ </div>
105
+ <footer class="modt-footer">
106
+ WooCommerce
107
+ </footer>
108
+ </div>
109
+ <div class="modt-rightbox">
110
+ <div class="modt-imagedropshadow">
111
+ <img data-toggle="modal" data-target="#modt_bp_modal" width="350px" height="220px" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/modt_bp.png" alt="doc tab wc"/>
112
+ </div>
113
+ <footer class="modt-footer">
114
+ BuddyPress
115
+ </footer>
116
+ </div>
117
+ <div class="modt-leftbox">
118
+ <div class="modt-imagedropshadow">
119
+ <img data-toggle="modal" data-target="#modt_pmpro_modal" width="350px" height="220px" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/modt_pmpro.png" alt="doc tab wc"/>
120
+ </div>
121
+ <footer class="modt-footer">
122
+ Paid Memberships Pro
123
+ </footer>
124
+ </div>
125
+
126
+ <div class="modt-middlebox">
127
+ <div class="modt-imagedropshadow">
128
+ <img data-toggle="modal" data-target="#modt_mc_modal" width="350px" height="220px" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/modt_mc.png" alt="doc tab wc"/>
129
+ </div>
130
+ <footer class="modt-footer">
131
+ MailChimp
132
+ </footer>
133
+ </div>
134
+ <div class="modt-rightbox">
135
+ <div class="modt-imagedropshadow">
136
+ <img data-toggle="modal" data-target="#modt_sc_modal" width="350px" height="220px" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/modt_sc.png" alt="doc tab wc"/>
137
+ </div>
138
+ <footer class="modt-footer">
139
+ Set up Social Login
140
+ </footer>
141
+ </div>
142
+ </div>
143
+
144
+
145
+
146
+ </section>
147
+ </div>
148
+
149
+ <!-- Div for Modal -->
150
+ <div class="modal fade" id="modt_app_modal" tabindex="-1" role="dialog" aria-labelledby="modt_app_modal" aria-hidden="true">
151
+ <div id="app_modal_dialogue" class="modal-dialog modal-dialog-scrollable">
152
+ <div class="modal-content" style="width: 900px;">
153
+ <div class="modal-header">
154
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
155
+ <h4 class="modal-title">Applications</h4>
156
+ </div>
157
+ <div id="app_modal_body" class="modal-body">
158
+ <div class="modt-table-container">
159
+ <ul class="modt-table">
160
+ <li class="modt-table-header">
161
+ <div class="modt-table-col modt-table-col-1" style="margin-top: 0px">Sr. No.</div>
162
+ <div class="modt-table-col modt-table-col-2" style="margin-top: 0px">App Name</div>
163
+ <div class="modt-table-col modt-table-col-3" style="margin-top: 0px">Guide</div>
164
+ <div class="modt-table-col modt-table-col-4" style="margin-top: 0px">Video</div>
165
+ </li>
166
+
167
+ <li class="modt-table-row">
168
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">1</div>
169
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
170
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/amazon.png" alt="amazon" style="margin-bottom: 5px"/>
171
+ <br>Amazon
172
+ </div>
173
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="http://plugins.miniorange.com/configure-amazon-with-social-login-in-wordpress" target="_blank">Amazon Login Setup Guide</a></div>
174
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-am" width="150" height="75" src="https://www.youtube.com/embed/yMjufls41dg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe>
175
+ </div>
176
+ </li>
177
+
178
+ <li class="modt-table-row">
179
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">2</div>
180
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
181
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/facebook.png" alt="facebook" style="margin-bottom: 5px"/>
182
+ <br>Facebook
183
+ </div>
184
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-facebook-social-login-in-wordpress" target="_blank">Facebook Login Setup Guide</a></div>
185
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-fb" width="150" height="75" src="https://www.youtube.com/embed/1uZFF_YdOdU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
186
+ </li>
187
+
188
+ <li class="modt-table-row">
189
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">3</div>
190
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
191
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/g.png" alt="google" style="margin-bottom: 5px"/>
192
+ <br>Google
193
+ </div>
194
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/login-with-google-using-wordpress-social-login" target="_blank">Google Login Setup Guide</a></div>
195
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-go" width="150" height="75" src="https://www.youtube.com/embed/oYFz5P25org" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
196
+ </li>
197
+
198
+ <li class="modt-table-row">
199
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">4</div>
200
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
201
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/linkedin.png" alt="linkedin" style="margin-bottom: 5px"/>
202
+ <br>LinkedIn</div>
203
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="http://plugins.miniorange.com/configure-linkedin-with-social-login-in-wordpress" target="_blank">LinkedIn Login Setup Guide</a></div>
204
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
205
+ </li>
206
+
207
+ <li class="modt-table-row">
208
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">5</div>
209
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
210
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/twitter.png" alt="twitter" style="margin-bottom: 5px"/>
211
+ <br>Twitter
212
+ </div>
213
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-twitter-with-social-login-in-wordpress" target="_blank">Twitter Login Setup Guide</a></div>
214
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-tw" width="150" height="75" src="https://www.youtube.com/embed/qJmjBQyUBKU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
215
+ </li>
216
+
217
+ <li class="modt-table-row">
218
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">6</div>
219
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
220
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/windowslive.png" alt="windows" style="margin-bottom: 5px"/>
221
+ <br>Windows
222
+ </div>
223
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-windowslive-with-social-login-in-wordpress" target="_blank">Windows Login Setup Guide</a></div>
224
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-wl" width="150" height="75" src="https://www.youtube.com/embed/LqYZIKKEVxY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
225
+ </li>
226
+
227
+ <li class="modt-table-row">
228
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">7</div>
229
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
230
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/yahoo.png" alt="yahoo" style="margin-bottom: 5px"/>
231
+ <br>Yahoo</div>
232
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/guide-to-configure-yahoo-social-login-in-wordpress" target="_blank">Yahoo Login Setup Guide</a></div>
233
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
234
+ </li>
235
+
236
+ <br><h5>PREMIUM APPLICATIONS</h5><br>
237
+
238
+ <li class="modt-table-row">
239
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">8</div>
240
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
241
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/apple.png" alt="apple" style="margin-bottom: 5px"/>
242
+ <br>Apple
243
+ </div>
244
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-apple-with-social-login-in-wordpress" target="_blank">Apple Login Setup Guide</a></div>
245
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-ap" width="150" height="75" src="https://www.youtube.com/embed/-8FGxHGQV2Y" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
246
+ </li>
247
+
248
+ <li class="modt-table-row">
249
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">9</div>
250
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
251
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/discord.png" alt="discord" style="margin-bottom: 5px"/>
252
+ <br>Discord
253
+ </div>
254
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-discord-with-social-login-in-wordpress" target="_blank">Discord Login Setup Guide</a></div>
255
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-dc" width="150" height="75" src="https://www.youtube.com/embed/zryQ0xE5sKA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
256
+ </li>
257
+
258
+ <li class="modt-table-row">
259
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">10</div>
260
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
261
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/disqus.png" alt="disqus" style="margin-bottom: 5px"/>
262
+ <br>Disqus
263
+ </div>
264
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="http://plugins.miniorange.com/configure-disqus-with-social-login-in-wordpress" target="_blank">Disqus Login Setup Guide</a></div>
265
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-dq" width="150" height="75" src="https://www.youtube.com/embed/fusUWinPYXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
266
+ </li>
267
+
268
+ <li class="modt-table-row">
269
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">11</div>
270
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
271
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/dribbble.png" alt="disqus" style="margin-bottom: 5px"/>
272
+ <br>Dribble
273
+ </div>
274
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-dribbble-with-social-login-in-wordpress" target="_blank">Dribble Login Setup Guide</a></div>
275
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-dr" width="150" height="75" src="https://www.youtube.com/embed/9M95pxJ8Emo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
276
+ </li>
277
+
278
+ <li class="modt-table-row">
279
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">12</div>
280
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
281
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/flickr.png" alt="flickr" style="margin-bottom: 5px"/>
282
+ <br>Flickr
283
+ </div>
284
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-flickr-with-social-login-in-wordpress" target="_blank">Flickr Login Setup Guide</a></div>
285
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-fr" width="150" height="75" src="https://www.youtube.com/embed/in6qZxepwow" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
286
+ </li>
287
+
288
+ <li class="modt-table-row">
289
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">13</div>
290
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
291
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/foursquare.png" alt="foursquare" style="margin-bottom: 5px"/>
292
+ <br>Foursquare
293
+ </div>
294
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-to-foursquare-with-social-login-in-wordpress" target="_blank">Foursquare Login Setup Guide</a></div>
295
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
296
+ </li>
297
+
298
+ <li class="modt-table-row">
299
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">14</div>
300
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
301
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/kakao.png" alt="kakao" style="margin-bottom: 5px"/>
302
+ <br>Kakao
303
+ </div>
304
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/login-with-kakao-using-wordpress-social-login" target="_blank">Kakao Login Setup Guide</a></div>
305
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
306
+ </li>
307
+
308
+ <li class="modt-table-row">
309
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">15</div>
310
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
311
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/line.png" alt="line" style="margin-bottom: 5px"/>
312
+ <br>Line
313
+ </div>
314
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-line-with-social-login-in-wordpress" target="_blank">Line Login Setup Guide</a></div>
315
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-ln" width="150" height="75" src="https://www.youtube.com/embed/9uVn-y-ov7o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
316
+ </li>
317
+
318
+ <li class="modt-table-row">
319
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">16</div>
320
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
321
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/meetup.png" alt="meetup" style="margin-bottom: 5px"/>
322
+ <br>Meetup
323
+ </div>
324
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="http://plugins.miniorange.com/configure-meetup-with-social-login-in-wordpress" target="_blank">Meetup Login Setup Guide</a></div>
325
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-mu" width="150" height="75" src="https://www.youtube.com/embed/RSx5zvgj56U" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
326
+ </li>
327
+
328
+ <li class="modt-table-row">
329
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">17</div>
330
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
331
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/naver.png" alt="naver" style="margin-bottom: 5px"/>
332
+ <br>Naver
333
+ </div>
334
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-naver-with-social-login-in-wordpress" target="_blank">Naver Login Setup Guide</a></div>
335
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
336
+ </li>
337
+
338
+ <li class="modt-table-row">
339
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">18</div>
340
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
341
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/odnoklassniki.png" alt="odnoklassniki" style="margin-bottom: 5px"/>
342
+ <br>Odnoklassniki
343
+ </div>
344
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-odnoklassniki-with-social-login-in-wordpress" target="_blank">Odnoklassniki Login Setup Guide</a></div>
345
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
346
+ </li>
347
+
348
+ <li class="modt-table-row">
349
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">19</div>
350
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
351
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/paypal.png" alt="paypal" style="margin-bottom: 5px"/>
352
+ <br>Paypal
353
+ </div>
354
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="http://plugins.miniorange.com/login-with-paypal-using-wordpress-social-login" target="_blank">Paypal Login Setup Guide</a></div>
355
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
356
+ </li>
357
+
358
+ <li class="modt-table-row">
359
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">20</div>
360
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
361
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/pinterest.png" alt="pinterest" style="margin-bottom: 5px"/>
362
+ <br>Pinterest
363
+ </div>
364
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-pinterest-with-social-login-in-wordpress" target="_blank">Pinterest Login Setup Guide</a></div>
365
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-pi" width="150" height="75" src="https://www.youtube.com/embed/jVrYbMJvlaY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
366
+ </li>
367
+
368
+ <li class="modt-table-row">
369
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">21</div>
370
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
371
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/reddit.png" alt="reddit" style="margin-bottom: 5px"/>
372
+ <br>Reddit
373
+ </div>
374
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-reddit-with-social-login-in-wordpress" target="_blank">Reddit Login Setup Guide</a></div>
375
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
376
+ </li>
377
+
378
+ <li class="modt-table-row">
379
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">22</div>
380
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
381
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/snapchat.png" alt="snapchat" style="margin-bottom: 5px"/>
382
+ <br>Snapchat
383
+ </div>
384
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-snapchat-with-social-login-in-wordpress" target="_blank">Snapchat Login Setup Guide</a></div>
385
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
386
+ </li>
387
+
388
+ <li class="modt-table-row">
389
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">23</div>
390
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
391
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/spotify.png" alt="spotify" style="margin-bottom: 5px"/>
392
+ <br>Spotify
393
+ </div>
394
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="http://plugins.miniorange.com/configure-spotify-with-social-login-in-wordpress" target="_blank">Spotify Login Setup Guide</a></div>
395
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-st" width="150" height="75" src="https://www.youtube.com/embed/hhkcENzW3B4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
396
+ </li>
397
+
398
+ <li class="modt-table-row">
399
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">24</div>
400
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
401
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/stackexchange.png" alt="stackexchange" style="margin-bottom: 5px"/>
402
+ <br>Stackexchange
403
+ </div>
404
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-stackexchange-with-social-login-in-wordpress" target="_blank">Stackexchange Login Setup Guide</a></div>
405
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-se" width="150" height="75" src="https://www.youtube.com/embed/hhkcENzW3B4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
406
+ </li>
407
+
408
+ <li class="modt-table-row">
409
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">25</div>
410
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
411
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/teamsnap.png" alt="teamsnap" style="margin-bottom: 5px"/>
412
+ <br>Teamsnap
413
+ </div>
414
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-teamsnap-with-social-login-in-wordpress" target="_blank">Teamsnap Login Setup Guide</a></div>
415
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
416
+ </li>
417
+
418
+ <li class="modt-table-row">
419
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">26</div>
420
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
421
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/tumblr.png" alt="tumblr" style="margin-bottom: 5px"/>
422
+ <br>Tumblr
423
+ </div>
424
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-tumblr-with-social-login-in-wordpress" target="_blank">Tumblr Login Setup Guide</a></div>
425
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-tl" width="150" height="75" src="https://www.youtube.com/embed/43-dk46bPkw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
426
+ </li>
427
+
428
+ <li class="modt-table-row">
429
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">27</div>
430
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
431
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/twitch.png" alt="twitch" style="margin-bottom: 5px"/>
432
+ <br>Twitch
433
+ </div>
434
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="http://plugins.miniorange.com/configure-twitch-with-social-login-in-wordpress" target="_blank">Twitch Login Setup Guide</a></div>
435
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-th" width="150" height="75" src="https://www.youtube.com/embed/dS77fqT5IpM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
436
+ </li>
437
+
438
+
439
+
440
+ <li class="modt-table-row">
441
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">28</div>
442
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
443
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/vimeo.png" alt="vimeo" style="margin-bottom: 5px"/>
444
+ <br>Vimeo
445
+ </div>
446
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-vimeo-with-social-login-in-wordpress" target="_blank">Vimeo Login Setup Guide</a></div>
447
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-vi" width="150" height="75" src="https://www.youtube.com/embed/v-dEQno1Z98" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
448
+ </li>
449
+
450
+ <li class="modt-table-row">
451
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">29</div>
452
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
453
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/vkontakte.png" alt="vkontakte" style="margin-bottom: 5px"/>
454
+ <br>Vkontakte
455
+ </div>
456
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="http://plugins.miniorange.com/configure-vkontakte-with-social-login-in-wordpress" target="_blank">Vkontakte Login Setup Guide</a></div>
457
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><iframe id="modt-vid-vk" width="150" height="75" src="https://www.youtube.com/embed/DmF-jflxQ9o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe></div>
458
+ </li>
459
+
460
+ <li class="modt-table-row">
461
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">30</div>
462
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
463
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/wechat.png" alt="Wechat" style="margin-bottom: 5px"/>
464
+ <br>Wechat
465
+ </div>
466
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/setup-wechat-social-login-to-your-wordpress-website" target="_blank">Wechat Login Setup Guide</a></div>
467
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
468
+ </li>
469
+
470
+ <li class="modt-table-row">
471
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">31</div>
472
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
473
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/wordpress.png" alt="WordPress" style="margin-bottom: 5px"/>
474
+ <br>WordPress
475
+ </div>
476
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/configure-wordpress-with-social-login-wordpress" target="_blank">WordPress Login Setup Guide</a></div>
477
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
478
+ </li>
479
+
480
+ <li class="modt-table-row">
481
+ <div class="modt-table-col modt-table-col-1" data-label="Sr. No.">32</div>
482
+ <div class="modt-table-col modt-table-col-2" data-label="App Name">
483
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/yandex.png" alt="Yandex" style="margin-bottom: 5px"/>
484
+ <br>Yandex
485
+ </div>
486
+ <div class="modt-table-col modt-table-col-3" data-label="Guide"><a href="https://plugins.miniorange.com/login-with-yandex-using-wordpress-social-login" target="_blank">Yandex Login Setup Guide</a></div>
487
+ <div class="modt-table-col modt-table-col-4" data-label="Video"><p>Coming soon!</p></div>
488
+ </li>
489
+
490
+ </ul>
491
+ </div>
492
+ </div>
493
+ <div class="modal-footer">
494
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
495
+ </div>
496
+ </div>
497
+ </div>
498
+ </div>
499
+
500
+ <div class="modal fade" id="modt_wc_modal" tabindex="-1" role="dialog" aria-labelledby="modt_wc_modal" aria-hidden="true">
501
+ <div class="modal-dialog modal-dialog-scrollable" style="padding-top: 70px; height: 600px;">
502
+ <div class="modal-content">
503
+ <div class="modal-header">
504
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
505
+ <h4 class="modal-title">WooCommerce Integration</h4>
506
+ </div>
507
+ <div class="modal-body" style="margin-left: 8%;">
508
+ Make buying from your store easier with the help of Social Login.
509
+ Allow users to login to your Website using popular social applications such as Facebook, Google, Twitter and many more!
510
+ <br><br><strong>Features : </strong>
511
+ Social Login icons on WooCommerce Login, Registration and Checkout pages. WooCommerce Integration - user details are pre-filled on Checkout.
512
+ <br><br>
513
+ <strong>Guide : </strong><a href="https://plugins.miniorange.com/guide-to-configure-woocommerce-with-wordpress-social-login" target="_blank">WooCommerce Social Login Options and Integration</a>
514
+ <br><br>WooCommerce Integration Step by Step Video Guide:
515
+ <br><br><iframe id="modt-vid-wc" width="550" height="306" src="https://www.youtube.com/embed/M20AR-wbKNI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe>
516
+ </div>
517
+ <div class="modal-footer">
518
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
519
+ </div>
520
+ </div>
521
+ </div>
522
+ </div>
523
+
524
+ <div class="modal fade" id="modt_bp_modal" tabindex="-1" role="dialog" aria-labelledby="modt_bp_modal" aria-hidden="true">
525
+ <div class="modal-dialog modal-dialog-scrollable" style="padding-top: 70px;">
526
+ <div class="modal-content">
527
+ <div class="modal-header">
528
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
529
+ <h4 class="modal-title">BuddyPress Integration</h4>
530
+ </div>
531
+ <div class="modal-body" style="margin-left: 8%;">
532
+ With BuddyPress your users can enjoy the benefits of social networking on your website.
533
+ Inspire comradery on your website by enabling social login with Facebook, Google and many more apps.
534
+ <br><br><strong>Features : </strong>
535
+ Social Login icons on BuddyPress Registration and User Account Details pages. WooCommerce Integration - user details are pre-filled on Checkout.
536
+ <br><br>
537
+ <strong>Guide : </strong><a href="https://plugins.miniorange.com/guide-to-configure-buddypress-with-wordpress-social-login" target="_blank">BuddyPress Social Login Options and Integration</a>
538
+ <br><br>BuddyPress Integration Step by Step Video Guide:
539
+ <br><br><iframe id="modt-vid-bp" width="550" height="306" src="https://www.youtube.com/embed/Iia1skKRYBU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe>
540
+ </div>
541
+ <div class="modal-footer">
542
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
543
+ </div>
544
+ </div>
545
+ </div>
546
+ </div>
547
+
548
+ <div class="modal fade" id="modt_pmpro_modal" tabindex="-1" role="dialog" aria-labelledby="modt_pmpro_modal" aria-hidden="true">
549
+ <div class="modal-dialog modal-dialog-scrollable" style="padding-top: 70px;">
550
+ <div class="modal-content">
551
+ <div class="modal-header">
552
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
553
+ <h4 class="modal-title">Paid Memberships Pro Integration</h4>
554
+ </div>
555
+ <div class="modal-body" style="margin-left: 8%;">
556
+ Enable memberships on your website using the widely popular Paid Memberships Pro plugin.
557
+ Users can immediately become the members of your site and select the level of membership they want.
558
+ Make this process even simpler using Social Login.
559
+ Assign default membership levels or let users select a level when they register with the PMPro Integration.
560
+ <br><br><strong>Features : </strong>
561
+ Social Login icons on Paid Memberships Pro Checkout page. Paid Memberships Pro Integration.
562
+ <br><br>
563
+ <strong>Guide : </strong><a href="https://plugins.miniorange.com/guide-to-configure-paid-membership-pro-with-wordpress-social-login" target="_blank">Paid Memberships Pro Social Login Options and Integration</a>
564
+ <br><br>Paid Memberships Pro Integration Step by Step Video Guide:
565
+ <br><br><iframe id="modt-vid-pm" width="550" height="306" src="https://www.youtube.com/embed/DHgIR6kyX3A" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe>
566
+ </div>
567
+ <div class="modal-footer">
568
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
569
+ </div>
570
+ </div>
571
+ </div>
572
+ </div>
573
+
574
+ <div class="modal fade" id="modt_mc_modal" tabindex="-1" role="dialog" aria-labelledby="modt_mc_modal" aria-hidden="true">
575
+ <div class="modal-dialog modal-dialog-scrollable" style="padding-top: 70px;">
576
+ <div class="modal-content">
577
+ <div class="modal-header">
578
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
579
+ <h4 class="modal-title">Mailchimp Integration</h4>
580
+ </div>
581
+ <div class="modal-body" style="margin-left: 8%;">
582
+
583
+ Automate marketing and enable email marketing services with mailchimp.
584
+ With MailChimp integration a user is added as a subscriber to a mailing list in MailChimp when that user registers using social login. First name, last name and email are also captured for that user in the Mailing List.
585
+ <br><br><strong>MailChimp Integration : </strong>
586
+ Email-Ids of Users logging in through Social Login icons will be saved in MailChimp Contact List.
587
+ <br><br>
588
+ <strong>Guide : </strong><a href="https://plugins.miniorange.com/guide-to-configure-mailchimp-integration-with-wordpress-social-login" target="_blank">MailChimp Integration</a>
589
+ <br><br>MailChimp Integration Step by Step Video Guide:
590
+ <br><br><iframe id="modt-vid-mc" width="550" height="306" src="https://www.youtube.com/embed/3Zh5gUX0O_A" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe>
591
+
592
+ </div>
593
+ <div class="modal-footer">
594
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
595
+ </div>
596
+ </div>
597
+ </div>
598
+ </div>
599
+
600
+ <div class="modal fade" id="modt_sc_modal" tabindex="-1" role="dialog" aria-labelledby="modt_sc_modal" aria-hidden="true">
601
+ <div class="modal-dialog modal-dialog-scrollable" style="padding-top: 70px;">
602
+ <div class="modal-content">
603
+ <div class="modal-header">
604
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
605
+ <h4 class="modal-title">Set up Social Login</h4>
606
+ </div>
607
+ <div class="modal-body" style="margin-left: 8%;">
608
+ Confused? Need help in setting up the Social Login plugin?
609
+ Please refer to the linked guide and video below.
610
+ <br>If you still have issues then contact us using the 'Need Help' button on the right side of your screen.
611
+ We offer 24/7 support and we are always here to help out with anything you need.
612
+ <br><br>
613
+ <strong>Guide : </strong><a href="https://plugins.miniorange.com/configure-miniorange-social-login-plugin-setup-in-wordpress" target="_blank">Social Login Set Up Guide</a>
614
+ <br><br>Social Login Step by Step Video Guide:
615
+ <br><br><iframe id="modt-vid-sc" width="550" height="306" src="https://www.youtube.com/embed/ln17jan6t1Y" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></iframe>
616
+
617
+ </div>
618
+ <div class="modal-footer">
619
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
620
+ </div>
621
+ </div>
622
+ </div>
623
+ </div>
624
+
625
+ <script>
626
+
627
+ jQuery('#modt_app_modal').on('hidden.bs.modal', function () {
628
+ var videoURL = jQuery('#modt-vid-am,#modt-vid-fb,#modt-vid-go,#modt-vid-tw,#modt-vid-vk,#modt-vid-wl,#modt-vid-ap,#modt-vid-dc,#modt-vid-dq,#modt-vid-dr,#modt-vid-fr,#modt-vid-ln,#modt-vid-mu,#modt-vid-pi,#modt-vid-st,#modt-vid-sc,#modt-vid-se,#modt-vid-tl,#modt-vid-th').prop('src');
629
+ videoURL = videoURL.replace("&autoplay=1", "");
630
+ jQuery('#modt-vid-am,#modt-vid-fb,#modt-vid-go,#modt-vid-tw,#modt-vid-vk,#modt-vid-wl,#modt-vid-ap,#modt-vid-dc,#modt-vid-dq,#modt-vid-dr,#modt-vid-fr,#modt-vid-ln,#modt-vid-mu,#modt-vid-pi,#modt-vid-st,#modt-vid-sc,#modt-vid-se,#modt-vid-tl,#modt-vid-th').prop('src','');
631
+ jQuery('#modt-vid-am,#modt-vid-fb,#modt-vid-go,#modt-vid-tw,#modt-vid-vk,#modt-vid-wl,#modt-vid-ap,#modt-vid-dc,#modt-vid-dq,#modt-vid-dr,#modt-vid-fr,#modt-vid-ln,#modt-vid-mu,#modt-vid-pi,#modt-vid-st,#modt-vid-sc,#modt-vid-se,#modt-vid-tl,#modt-vid-th').prop('src',videoURL);
632
+ })
633
+
634
+ jQuery('#modt_wc_modal').on('hidden.bs.modal', function () {
635
+ var videoURL = jQuery('#modt-vid-wc').prop('src');
636
+ videoURL = videoURL.replace("&autoplay=1", "");
637
+ jQuery('#modt-vid-wc').prop('src','');
638
+ jQuery('#modt-vid-wc').prop('src',videoURL);
639
+ })
640
+
641
+ jQuery('#modt_bp_modal').on('hidden.bs.modal', function () {
642
+ var videoURL = jQuery('#modt-vid-bp').prop('src');
643
+ videoURL = videoURL.replace("&autoplay=1", "");
644
+ jQuery('#modt-vid-bp').prop('src','');
645
+ jQuery('#modt-vid-bp').prop('src',videoURL);
646
+ })
647
+
648
+ jQuery('#modt_pmpro_modal').on('hidden.bs.modal', function () {
649
+ var videoURL = jQuery('#modt-vid-pm').prop('src');
650
+ videoURL = videoURL.replace("&autoplay=1", "");
651
+ jQuery('#modt-vid-pm').prop('src','');
652
+ jQuery('#modt-vid-pm').prop('src',videoURL);
653
+ })
654
+
655
+ jQuery('#modt_mc_modal').on('hidden.bs.modal', function () {
656
+ var videoURL = jQuery('#modt-vid-mc').prop('src');
657
+ videoURL = videoURL.replace("&autoplay=1", "");
658
+ jQuery('#modt-vid-mc').prop('src','');
659
+ jQuery('#modt-vid-mc').prop('src',videoURL);
660
+ })
661
+
662
+ jQuery('#modt_sc_modal').on('hidden.bs.modal', function () {
663
+ var videoURL = jQuery('#modt-vid-sc').prop('src');
664
+ videoURL = videoURL.replace("&autoplay=1", "");
665
+ jQuery('#modt-vid-sc').prop('src','');
666
+ jQuery('#modt-vid-sc').prop('src',videoURL);
667
+ })
668
+
669
+ </script>
670
+
671
+ <?php
672
+ }
view/integration/mo_openid_integrate.php CHANGED
@@ -115,6 +115,73 @@ function mo_openid_integrations(){
115
  </tr>
116
  </table>
117
  </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
 
119
  <script>
120
  //to set heading name
115
  </tr>
116
  </table>
117
  </form>
118
+ <!-- Memberpress Integration-->
119
+ <div>
120
+ <div id="mem_press">
121
+ <div class="mo_openid_highlight">
122
+ <style>
123
+ .mo_openid_highlight{
124
+ background-color:#0867b2;
125
+ padding: 0.002%;
126
+ }
127
+ </style>
128
+ <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl("Memberpress integration");?></h3>
129
+ </div><br>
130
+ <form method="post" id="memberpress_int">
131
+ <input type="hidden" name="option" value="mo_openid_member_press"/>
132
+ <table style="align-content: center; width: 100%">
133
+ <tr>
134
+ <td>
135
+ <label class="mo_openid_checkbox_container"><strong><?php echo mo_sl("Use Default Level");?></strong>
136
+ <input type="checkbox" value="1" name="mo_openid_mem_press_default" disabled <?php checked( get_option('mo_openid_mem_press_default') == 1 );?> />
137
+ <span class="mo_openid_checkbox_checkmark"></span>
138
+ </label>
139
+ &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
140
+ <select name="mo_openid_mem_press_default_opt" disabled>
141
+
142
+
143
+ <option value="Default"</option>
144
+
145
+ </select>
146
+ <br>
147
+ <label><?php echo mo_sl("By selecting default level the user will be assigned with a level selected in above dropdown");?>.</label><br><br>
148
+ </td>
149
+ </tr>
150
+
151
+ <tr>
152
+ <td>
153
+
154
+ <label class="mo_openid_checkbox_container"><strong><?php echo mo_sl("User's Choice");?></strong>
155
+ <input type="checkbox" value="1" id="mo_openid_mem_press_choose" name="mo_openid_mem_press_choose" disabled <?php checked( get_option('mo_openid_mem_press_choose') == 1 );?> />
156
+ <span class="mo_openid_checkbox_checkmark"></span>
157
+ </label>
158
+ &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<label><strong><?php echo mo_sl("Level's Page Link");?></strong></label>
159
+ &nbsp&nbsp<input type="text" style="width: 40%;" name="mo_openid_mem_level_link" placeholder="Please enter the redirect URL after login." disabled value="<?php echo get_option('mo_openid_mem_level_link') ?>"/>
160
+ <br>
161
+
162
+ <label><?php echo mo_sl("By selecting this option every user can select their own level which will be assigned to them");?>.</label>
163
+ <h4><?php echo mo_sl("Instructions to setup Memberpress User's Choice option");?>:</h4>
164
+ <p>
165
+ <ol>
166
+ <li> <?php echo mo_sl("Create a page and use shortcode");?> <b>[miniorange_mp_level]</b> <?php echo mo_sl("where you want your <b>Membership Levels Page");?></b> to be displayed.
167
+ </li>
168
+ <li> <?php echo mo_sl("Click on <b>Save</b> button");?>.</li>
169
+ </ol>
170
+ </p>
171
+ </td>
172
+ </tr>
173
+ <tr>
174
+ <td align="center"><br>
175
+ <input name="mo_openid_save_config_element" type="submit" disabled value="<?php echo mo_sl("Save");?>" class="button button-primary button-large"/>
176
+ &nbsp &nbsp <a href="" disabled class="button button-primary button-large"><?php echo mo_sl("Cancel");?></a>
177
+ </td>
178
+ </tr>
179
+ </table>
180
+ <input type="hidden" name="mo_openid_mem_press_nonce" value="<?php echo wp_create_nonce( 'mo-openid-mem-press-nonce' ); ?>"/>
181
+
182
+ </form>
183
+
184
+ </div>
185
 
186
  <script>
187
  //to set heading name
view/licensing_plans/mo_openid_lic_plans.php CHANGED
@@ -2,24 +2,9 @@
2
 
3
  function mo_openid_licensing_plans()
4
  {
 
5
  ?>
6
 
7
- <div style="text-align:center; color: rgb(233, 125, 104); margin-top: 55px; font-size: 23px"> You are currently on the Free version of the plugin <br> <br><span style="font-size: 20px; ">
8
- <li style="color: dimgray; list-style-type: none;">
9
- <div class="mo_openid-quote">
10
- <p>
11
- <span onclick="void(0);" class="mo_openid-check-tooltip" style="font-size: 15px">Why should I upgrade?
12
- <span class="mo_openid-info">
13
- <span class="mo_openid-pronounce">Why should I upgrade to premium plugin?</span>
14
- <span class="mo_openid-text">Upgrading lets you access all of our features such as Integration, User account moderation etc.</span>
15
- </span>
16
- </span>
17
- </p>
18
- </div>
19
- <br><br>
20
- </li>
21
- </div>
22
-
23
  <div style="text-align: center; font-size: 14px; background: forestgreen; color: white; padding-top: 4px; padding-bottom: 4px; border-radius: 16px;"></div>
24
 
25
  <input type="hidden" id="mo_license_plan_selected" value="" />
@@ -28,12 +13,15 @@ function mo_openid_licensing_plans()
28
  <br>
29
  <div class="mo-openid-cd-pricing-container mo-openid-cd-has-margins"><br>
30
  <div class="mo-open-id-cd-pricing-switcher">
31
- <p class="mo-open-id-fieldset" style="background-color: #e97d68;">
32
  <input type="radio" name="sitetype" value="singlesite" id="singlesite" checked>
33
  <label for="singlesite">Plugins</label>
34
  <input type="radio" name="sitetype" value="multisite" id="multisite">
35
- <label for="multisite">Add-ons</label>
36
- <span class="mo-open-id-cd-switch"></span>
 
 
 
37
  </p>
38
  </div>
39
  <div style="line-height: initial; background: #F2F5FB;border-radius:5px;font-size: large;margin-top:10px;padding:10px;border-style: solid;border-color: #2f6062">
@@ -41,15 +29,20 @@ function mo_openid_licensing_plans()
41
  Upgrading to any plan is a <b style="color: black">One-Time Payment</b> which includes 1 year of updates. You can continue using all the available features in that plan for lifetime. Contact us at <a style="color:blue
42
  " href="mailto:socialloginsupport@xecurify.com">socialloginsupport@xecurify.com</a> for bulk discounts.
43
  </div>
 
 
 
 
 
44
  <ul id="list-type" class="mo-openid-cd-pricing-list cd-bounce-invert" >
 
45
  <li>
46
  <ul class="mo-openid-cd-pricing-wrapper" id="col1">
47
  <li data-type="singlesite" class="mosslp is-visible" style="">
48
  <header class="mo-openid-cd-pricing-header">
49
- <h2 style="margin-bottom: 10%;">Login with Apple Plan</h2>
50
- <!-- <h3 class="mo-openid-subheading_plans" style="color:black;"><span> &nbsp;</span><br><br> <span>&#36;159 - 10 Instance </span><br /><br /></h3>-->
51
- <label for="mo_openid_ap">Select No. of Instances : </label>
52
- <select name="mo_openid_ap" id="mo_openid_ap">
53
  <option value="1">1</option>
54
  <option value="5">5</option>
55
  <option value="10">10</option>
@@ -57,69 +50,198 @@ function mo_openid_licensing_plans()
57
 
58
  <div class="cd-price" style="margin-top: 9%;">
59
  <span class="mo-openid-cd-currency">$</span>
60
- <span id="mo_openid_ap1" class="mo-openid-cd-value">25</span> &nbsp;&nbsp;
61
  <span class="mo-openid-cd-currency">$</span>
62
- <span id="mo_openid_ap2" class="mo-openid-cd-value"><s>29</s></span>
63
  </div>
64
  </header> <!-- .mo-openid-cd-pricing-header -->
65
  <footer class="mo-openid-cd-pricing-footer">
66
- <a href="#" class="mo-openid-cd-select" onclick="mosocial_addonform('wp_social_login_apple_plan')" >Upgrade Now</a>
67
  </footer>
 
68
  <div class="mo-openid-cd-pricing-body">
69
- <ul class="mo-openid-cd-pricing-features">
70
- <li><b>All Free features +</b></li>
71
- <li>Apple Login</li>
72
- <li>Twitch Login</li>
73
- <li>Discord Login</li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
 
75
  </ul>
76
  </div> <!-- .mo-openid-cd-pricing-body -->
77
  </li>
78
- <li data-type="singlesite" class="mosslp is-visible" style="">
79
  <header class="mo-openid-cd-pricing-header">
80
  <h2 style="margin-bottom: 10%;">Social Sharing</h2>
81
- <label for="mo_openid_ss">Select No. of Instances : </label>
82
- <select name="mo_openid_ss" id="mo_openid_ss">
83
  <option value="1">1</option>
 
 
 
 
 
 
 
 
84
  <option value="5">5</option>
85
  <option value="10">10</option>
 
 
 
 
 
 
 
 
 
 
86
  </select>
87
 
88
  <div class="cd-price" style="margin-top: 9%;">
89
  <span class="mo-openid-cd-currency">$</span>
90
- <span id="mo_openid_ss1" class="mo-openid-cd-value">15</span> &nbsp;&nbsp;
91
  <span class="mo-openid-cd-currency">$</span>
92
- <span id="mo_openid_ss2" class="mo-openid-cd-value"><s>19</s></span>
93
  </div>
94
  </header> <!-- .mo-openid-cd-pricing-header -->
95
  <footer class="mo-openid-cd-pricing-footer">
96
- <a href="#" class="mo-openid-cd-select" onclick="mosocial_addonform('wp_social_login_share_plan')" >Upgrade Now</a>
 
97
  </footer>
98
 
99
  <div class="mo-openid-cd-pricing-body">
100
  <ul class="mo-openid-cd-pricing-features ">
101
- <li><b>All Free features +</b></li>
102
- <li>45 Social Sharing Apps</li>
103
- <li>Social Share Count</li>
104
- <li>WooCommerce Social</li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  <li>Facebook Like & Recommended</li>
106
  <li>Pinterest Pin it Button</li>
107
  <li>Twitter Follow Button</li>
108
- <li>Hover Icons & Floating Icons</li>
109
  <li>Vertical Icons & Horizontal Icons</li>
110
- <!-- <li>Display Options</li>-->
111
- <!-- <li>E-mail subscriber</li>-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
 
113
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
 
114
  </ul>
115
  </div> <!-- .mo-openid-cd-pricing-body -->
116
  </li>
117
-
118
- <li data-type="multisite" class="momslp is-hidden" style="">
119
  <header class="mo-openid-cd-pricing-header">
120
 
121
  <h2 style="margin-bottom: 10%;" >Custom Registration Form Add-On </h2>
122
- <!-- <h3 class="mo-openid-subheading_plans" style="color:black;"><span> &nbsp;</span><br> <span>&#36;109 - 10 Instance </span><br><br /><br /></h3>-->
123
 
124
  <label for="mo_openid_cra">Select No. of Instances : </label>
125
  <select name="mo_openid_cra" id="mo_openid_cra">
@@ -148,8 +270,8 @@ function mo_openid_licensing_plans()
148
  <li>All WordPress Themes Supported</li>
149
  <li>Map Users Data returned from all Social Apps</li>
150
  <li>Add Custom Fields in the Registration form</li>
151
- <!-- <li>Edit Profile option using shortcode</li>-->
152
- <!-- <li>Support input field types: text, date, checkbox or dropdown</li>-->
153
  <li>Advanced Form Control</li>
154
  <li>Sync existing meta field</li>
155
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
@@ -164,7 +286,6 @@ function mo_openid_licensing_plans()
164
  <li data-type="singlesite" class="mosslp is-visible" style="">
165
  <header class="mo-openid-cd-pricing-header">
166
  <h2 style="margin-bottom: 10%;" >Standard<span style="font-size:0.5em"></span></h2>
167
- <!-- <h3 class="mo-openid-subheading_plans" style="color:black;"><span> &nbsp;</span><br> <span>&#36;169 - 10 Instance </span><br><br /><br /></h3>-->
168
 
169
  <label for="mo_openid_std">Select No. of Instances : </label>
170
  <select name="mo_openid_std" id="mo_openid_std">
@@ -185,21 +306,47 @@ function mo_openid_licensing_plans()
185
  </footer>
186
  <div class="mo-openid-cd-pricing-body">
187
  <ul class="mo-openid-cd-pricing-features">
188
- <li><b>All Free features +</b></li>
189
- <li>7 Pre-configured Social Login Apps</li>
 
 
190
  <li>
191
- <div class="mo_openid_tooltip" style="padding-left: 40px;">30 Custom Login Apps <i class="mofa mofa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>30 custom apps are <span id="mo_openid_dots2">...</span><span id="mo_openid_more2" style="display:none" ><br>Facebook,Google,Yandex,Paypal,<br>vkontakte,Reddit,twitter,linkedin,<br>amazon,windowslive,yahoo,disqus<br>,instagram,wordpress,pinterest,<br>
192
- spotify,tumblr,vimeo,kakao<br>,discord,dribble,flickr,line,<br>meetup,naver,snapchat,foursquare,<br>teamsnap,stackexchange,livejournal & odnoklassniki.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots2','mo_openid_more2','mo_openid_myBtn2')" id="mo_openid_myBtn2">Read more</button>
193
  </div>
194
  </li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  <li>General Data Protection Regulation (GDPR)</li>
196
  <li>Google recaptcha</li>
197
- <li>Woocommerce Social Login</li>
198
- <li>BuddyPress Social Login</li>
199
- <li>Advance Account Linking</li>
200
- <li>Various Email notification options to users & multiple admins</li>
201
  <li>Woocommerce Display Options</li>
 
 
 
 
 
 
 
 
 
 
202
  <li>Account Linking & Unlinking for Users</li>
 
203
  <li>Welcome Email to end users</li>
204
  <li>Customizable Email Notification template</li>
205
  <li>Customizable welcome Email template</li>
@@ -208,14 +355,126 @@ function mo_openid_licensing_plans()
208
  <li>Domain restriction</li>
209
  <li>Force Admin To Login Using Password</li>
210
  <li>Send Username and Password Reset link</li>
 
211
  <li>Disable Admin Bar</li>
 
 
 
 
 
 
 
 
 
 
212
 
213
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
214
  </ul>
215
  </div> <!-- .mo-openid-cd-pricing-body -->
216
  </li>
217
-
218
  <li data-type="multisite" class="momslp is-hidden" style="">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  <header class="mo-openid-cd-pricing-header">
220
  <h2 style="margin-bottom: 10%;">WooCommerce Integration Add-On</h2>
221
  <label for="mo_openid_wca_in">Select No. of Instances : </label>
@@ -237,9 +496,8 @@ function mo_openid_licensing_plans()
237
  </footer>
238
  <div class="mo-openid-cd-pricing-body">
239
  <ul class="mo-openid-cd-pricing-features">
240
- <li><b>All Free features +</b></li>
241
  <li>WooCommerce Display Options</li>
242
- <li><div class="mo_openid_tooltip" >WooCommerce Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
243
  <li>Social Login on WooCommerce Login Page</li>
244
  <li>Social Login on WooCommerce Registration Page</li>
245
  <li>Social Login on WooCommerce Checkout Page</li>
@@ -281,60 +539,175 @@ function mo_openid_licensing_plans()
281
  </footer>
282
  <div class="mo-openid-cd-pricing-body">
283
  <ul class="mo-openid-cd-pricing-features">
284
- <li><b>All Free features +</b></li>
285
- <li><b>All Standard features +</b></li>
286
- <li>8 Pre-configured Social Login Apps</li>
 
287
  <li>
288
- <div class="mo_openid_tooltip" style="padding-left: 40px;">37 Custom Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>37 custom apps are <span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Facebook,Google,Yandex,Paypal,<br>vkontakte,Reddit,twitter,linkedin,<br>amazon,windowslive,yahoo,apple,<br>disqus,instagram,wordpress,pinterest<br>
289
- spotify,tumblr,twitch,vimeo,<br>kakao,discord,dribble,flickr,<br>line,meetup,naver,snapchat,<br>foursquare,teamsnap,stackexchange,<br> Github,Mailru,Hubspot,livejournal & odnoklassniki.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
290
  </div>
291
  </li>
292
- <li>Apple, Twitch & Discord Social Login</li>
293
- <!-- <li><span class="mo_openid_tooltip">Custom attribute mapping <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></li>-->
294
- <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/woocommerce.png" alt="wc" style="width:35px;height:20px;"> Woocommerce Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
295
- <li><span class="mo_openid_tooltip"><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/paidmember.png" alt="pmpro" style="width:35px;height:20px;"> Paid Membership pro Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></li>
296
- <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/buddypress.png" alt="bp" style="width:35px;height:20px;"> BuddyPress Integration<i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
297
- <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" alt="mc" style="width:35px;height:20px;"> MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
298
- <li><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></li>
299
- <!-- <li><div class="mo_openid_tooltip" >Extended Profile Data <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.</span></li>-->
300
- <!-- <li><div class="mo_openid_tooltip" >Custom Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></li>-->
301
- <li>Social Login for WooCommerce, BuddyPress, PMPro, MemberPress & Ultimate Member</li>
302
- <li>Send Account Activation Link to the Users</li>
 
 
 
 
303
  <li>General Data Protection Regulation (GDPR)</li>
304
  <li>Google recaptcha</li>
 
 
 
 
305
  <li>Advance Account Linking</li>
306
- <li>Various Email notification options to users & multiple admins</li>
 
 
 
 
 
 
307
  <li>Account Linking & Unlinking for Users</li>
 
 
 
 
308
  <li>Custom CSS for Social Login buttons</li>
309
- <li>Domain Restriction</li>
 
310
  <li>Force Admin To Login Using Password</li>
311
- <li>Send username and password reset link</li>
312
- <li>Disable admin bar</li>
313
- <!-- <li>Restrict registration from specific pages</li>-->
314
- <!-- <li>User Moderation</li>-->
315
- <!-- <li>Advance Account Linking</li>-->
316
- <!-- <li>General Data Protection Regulation (GDPR)</li>-->
317
- <!-- <li>BuddyPress Display Options</li>-->
318
- <!-- <li>Woocommerce Display Options</li>-->
319
- <!-- <li>Account Linking & Unlinking for Users</li>-->
320
- <!-- <li>Various Email notification options to Users and Multiple admins</li>-->
321
- <!-- <li>Welcome Email to end users</li>-->
322
- <!-- <li>Customizable Email Notification template</li>-->
323
- <!-- <li>Customizable welcome Email template</li>-->
324
- <!-- <li>Custom CSS for Social Login buttons</li>-->
325
- <!-- <li>Social Login Opens in a New Window</li>-->
326
- <!-- <li>Domain restriction</li>-->
327
- <!-- <li>Force Admin To Login Using Password</li>-->
328
- <!-- <li>Send username and password reset link</li>-->
329
- <!-- <li>Disable admin bar</li>-->
330
- <!-- <li>Google recaptcha</li>-->
331
 
 
 
 
 
 
 
 
 
 
332
 
333
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
334
  </ul>
335
  </div> <!-- .mo-openid-cd-pricing-body -->
336
  </li>
337
  <li data-type="multisite" class="momslp is-hidden" style="">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
338
  <a id="popover5" data-toggle="popover">
339
  <header class="mo-openid-cd-pricing-header">
340
  <h2 style="margin-bottom: 10%;">BuddyPress Integration Add-On</h2>
@@ -358,9 +731,8 @@ function mo_openid_licensing_plans()
358
  </footer>
359
  <div class="mo-openid-cd-pricing-body">
360
  <ul class="mo-openid-cd-pricing-features">
361
- <li><b>All Free features +</b></li>
362
  <li>Social Login for BuddyPress</li>
363
- <li><div class="mo_openid_tooltip" >BuddyPress Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
364
  <li>Before BuddyPress Registration Form</li>
365
  <li>Before BuddyPress Account Details</li>
366
  <li>After BuddyPress Registration Form</li>
@@ -375,7 +747,7 @@ function mo_openid_licensing_plans()
375
  <ul class="mo-openid-cd-pricing-wrapper" id="col4">
376
  <li data-type="singlesite" class="mosslp is-visible" style="">
377
  <header class="mo-openid-cd-pricing-header">
378
- <h2 style="margin-bottom: 10%;">All-In-One</h2>
379
  <label for="mo_openid_ai">Select No. of Instances : </label>
380
  <select name="mo_openid_ai" id="mo_openid_ai">
381
  <option value="1">1</option>
@@ -395,63 +767,201 @@ function mo_openid_licensing_plans()
395
  </footer>
396
  <div class="mo-openid-cd-pricing-body">
397
  <ul class="mo-openid-cd-pricing-features ">
398
- <!--<li>
399
- <a id="openid_question_login" class="mo_openid_all_feature_panel" style="color: black;" onclick="show_faq_options4(this.id)"><b id="allfeature"><span class="dashicons dashicons-arrow-right"></span>All Free features + </b></a>
400
- <div class="mo_openid_help_desc" hidden="" id="openid_question_login_desc">
401
- <h3>All Standard Features +</h3>
402
- <h3>All Premium Features +</h3>
403
- <h3>All Sharing Features +</h3>
404
- <h3>All Popular Integrations</h3>
405
- <h3><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/woocommerce.png" alt="int" style="width:35px;height:20px;"> <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/buddypress.png" alt="int" style="width:35px;height:20px;"><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" alt="int" style="width:35px;height:20px;"><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/paidmember.png" style="width:35px;height:20px;"></h3>
406
  </div>
407
- </li>-->
408
- <li><b>All Free features +</b></li>
409
- <li><b>All Standard features +</b></li>
410
- <li><b>All Premium features +</b></li>
411
- <li><b>All Sharing features +</b></li>
412
- <li>Free Custom Registration Add-On</li>
413
- <li>8 Pre-configured Social Login Apps</li>
414
  <li>
415
- <div class="mo_openid_tooltip" style="padding-left: 40px;">37 Custom Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>33 custom apps are <span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Facebook,Google,Yandex,Paypal,vkontakte,<br/>Reddit,twitter,linkedin,amazon,windowslive,<br/>yahoo,apple,disqus,instagram,wordpress,pinterest,<br>
416
- spotify,tumblr,twitch,vimeo,kakao,discord,<br>dribble,flickr,line,meetup,naver,snapchat,foursquare,<br>teamsnap,stackexchange,livejournal & odnoklassniki.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
417
  </div>
418
  </li>
419
- <li>45 Social Sharing Apps</li>
420
- <li>Basic Data Analytics</li>
421
- <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/woocommerce.png" alt="wc" style="width:35px;height:20px;"> Woocommerce Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
422
- <li><span class="mo_openid_tooltip"><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/paidmember.png" alt="pmpro" style="width:35px;height:20px;"> Paid Membership pro Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></li>
423
- <li><div class="mo_openid_tooltip" > <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/buddypress.png" alt="bp" style="width:35px;height:20px;"> BuddyPress Integration<i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
424
- <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" alt="mc" style="width:35px;height:20px;"> MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
425
- <li>Social Login for WooCommerce, BuddyPress, PMPro, MemberPress & Ultimate Member</li>
 
 
 
 
 
 
 
 
426
  <li>General Data Protection Regulation (GDPR)</li>
427
  <li>Google recaptcha</li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
428
  <li>Facebook Like & Recommended</li>
 
429
  <li>Twitter Follow Button</li>
430
- <li>Various Icon Customizations</li>
431
- <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
432
- <li>Advance Account Activation & Account Linking</li>
433
- <li>Various Email notification options to users & multiple admins</li>
434
- <li>Custom CSS for Social Login buttons</li>
435
- <li>Domain Restriction</li>
436
- <li>Send Username and Password reset link</li>
437
- <li>Social Share Count</li>
438
- <li><span class="mo_openid_tooltip">Custom attribute mapping <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></li>
439
- <li><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></li>
440
- <li><div class="mo_openid_tooltip" >Extended Profile Data <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.</span></li>
441
- <li><div class="mo_openid_tooltip" >Custom Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></li>
442
- <li> Display Options</li>
443
- <li>Send account activation link to the user</li>
444
  <li>Restrict registration from specific pages</li>
 
445
  <li>User Moderation</li>
446
- <li>Advance Account Linking</li>
447
- <li>Woocommerce, BuddyPress & Ultimate Member Display Options</li>
448
- <li>Disable admin bar</li>
449
- <li>Pinterest Pin</li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
451
  </ul>
452
  </div> <!-- .mo-openid-cd-pricing-body -->
453
  </li>
454
- <li data-type="multisite" class="momslp is-hidden">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
455
  <header class="mo-openid-cd-pricing-header">
456
  <h2 style="margin-bottom: 10%;">MailChimp Integration Add-on</h2>
457
  <label for="mo_openid_mca">Select No. of Instances : </label>
@@ -473,8 +983,7 @@ function mo_openid_licensing_plans()
473
  </footer>
474
  <div class="mo-openid-cd-pricing-body">
475
  <ul class="mo-openid-cd-pricing-features">
476
- <li><b>All Free features +</b></li>
477
- <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" style="width:35px;height:20px;"> MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
478
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
479
  </ul>
480
  </div> <!-- .mo-openid-cd-pricing-body -->
@@ -486,7 +995,9 @@ function mo_openid_licensing_plans()
486
  </ul> <!-- .mo-openid-cd-pricing-list -->
487
  </div>
488
  </div>
 
489
  </div>
 
490
  <script>
491
 
492
  //apple plan
@@ -504,6 +1015,21 @@ function mo_openid_licensing_plans()
504
  }
505
  });
506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
507
  //custom registration add on
508
  jQuery('#mo_openid_cra').on('change', function () {
509
  if (this.value === "1") {
@@ -534,6 +1060,78 @@ function mo_openid_licensing_plans()
534
  }
535
  });
536
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
537
  //woocommerce addon/plan
538
  jQuery('#mo_openid_wca_in').on('change', function () {
539
  if (this.value === "1") {
@@ -564,6 +1162,42 @@ function mo_openid_licensing_plans()
564
  }
565
  });
566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
567
  //buddypress addon/plan
568
  jQuery('#mo_openid_bpa').on('change', function () {
569
  if (this.value === "1") {
@@ -594,6 +1228,42 @@ function mo_openid_licensing_plans()
594
  }
595
  });
596
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
597
  //mailchimp addon
598
  jQuery('#mo_openid_mca').on('change', function () {
599
  if (this.value === "1") {
@@ -612,24 +1282,39 @@ function mo_openid_licensing_plans()
612
  //social sharing plan
613
  jQuery('#mo_openid_ss').on('change', function () {
614
  if (this.value === "1") {
615
- jQuery('#mo_openid_ss1').html("15");
616
- jQuery('#mo_openid_ss2').html("<s>19</s>");
617
  } else if (this.value === "5") {
618
  jQuery('#mo_openid_ss1').html("45");
619
- jQuery('#mo_openid_ss2').html("<s>95</s>");
620
  }
621
  else if (this.value === "10") {
622
  jQuery('#mo_openid_ss1').html("99");
623
- jQuery('#mo_openid_ss2').html("<s>190</s>");
624
  }
625
  });
626
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
 
628
- var x="<?php echo get_option('mo_openid_extension_tab'); ?>";
629
- if(x==1){
630
- document.getElementById('multisite').checked= true;
631
- document.getElementById('singlesite').checked= false;
632
- }
 
633
  var card1 = document.getElementById('col1');
634
  var card2= document.getElementById('col2');
635
  var card3= document.getElementById('col3');
@@ -642,6 +1327,13 @@ function mo_openid_licensing_plans()
642
  card4.classList.toggle('flipped');
643
  }, false);
644
 
 
 
 
 
 
 
 
645
  document.getElementById('singlesite').addEventListener('click', function() {
646
  card1.classList.toggle('flipped');
647
  card2.classList.toggle('flipped');
@@ -651,28 +1343,46 @@ function mo_openid_licensing_plans()
651
  </script>
652
  <script>
653
  jQuery("input[name=sitetype]:radio").change(function() {
654
-
655
  if (this.value == 'multisite') {
 
656
  jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
 
657
  jQuery('.momslp').addClass('is-visible').removeClass('is-hidden is-selected');
658
- document.getElementById("list-type").style.width = "100%";
 
 
659
  }
660
- else{
661
  document.getElementById("list-type").style.width = "100%";
662
  jQuery('.mosslp').addClass('is-visible').removeClass('is-hidden');
663
  jQuery('.momslp').removeClass('is-visible').addClass('is-hidden is-selected');
 
 
 
 
 
 
 
 
 
 
 
664
  }
665
  });
666
 
667
  jQuery(document).ready(function($){
668
-
669
- //document.getElementById("multisite").checked = true;
670
- if(jQuery('#mo_license_plan_selected').val() == 'multisite'){
671
- document.getElementById("multisite").checked = true;
 
672
  }
673
- if(document.getElementById("multisite").checked == true){
674
  jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
675
- jQuery('.momslp').addClass('is-visible').removeClass('is-hidden is-selected');
 
 
 
676
  }
677
 
678
  //switch from monthly to annual pricing tables
@@ -734,13 +1444,6 @@ function mo_openid_licensing_plans()
734
  }
735
  });
736
  </script>
737
- <br/>&nbsp;<br/>
738
- <div style="font-size: 15px; padding: 1%">
739
- <hr><h3>Available Add on</h3>
740
- <a style="text-decoration: none" target="_blank" href="<?php echo get_site_url() . "/wp-admin/admin.php?page=mo_openid_settings_addOn";?>">Social Login Custom Registration Form Add on</a>
741
- <button style="margin-left: 2%; margin-top: -.5%" onclick="mosocial_addonform('wp_social_login_extra_attributes_addon')" id="mosocial_purchase_cust_addon" class="button button-primary button-large">Upgrade Now</button>
742
- <p style="font-size: 15px">Custom Registration Form Add-On helps you to integrate details of new as well as existing users. You can add as many fields as you want including the one which are returned by social sites at time of registration.</p>
743
- </div>
744
  <div class="clear">
745
  <hr>
746
  <h3>Refund Policy -</h3>
@@ -755,9 +1458,78 @@ function mo_openid_licensing_plans()
755
  <li>Returns beyond 10 days.</li>
756
  </ol>
757
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758
  <script>
759
  //to set heading name
760
  jQuery('#mo_openid_page_heading').text('<?php echo mo_sl('Licensing Plans');?>');
 
 
761
  function myFunction(dots_id,read_id,btn_id) {
762
 
763
  var dots = document.getElementById(dots_id);
@@ -810,351 +1582,3 @@ function mo_openid_licensing_plans()
810
  <?php
811
  }
812
 
813
- function mo_openid_licensing_plan_sharing()
814
- {
815
- ?>
816
- <td style="vertical-align:top;width:100%;">
817
-
818
- <div style="float: left">
819
- <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
820
- <div>
821
- <table style="width: 100%" class="mo_table-bordered-license">
822
- <thead>
823
- <tr style="background-color:#F5F5F5;">
824
- <th><br>
825
- <h2>Social Sharing Premium Applications<br/>&nbsp;</h2>
826
- <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">15</h1>
827
- </th>
828
- </tr>
829
- <tr>
830
- <th><button style="background-color: #0C1F28; width: 100%" onclick="mosocial_addonform('wp_social_custom_plan')"
831
- class="mo-button-plan mo_lic_color">Upgrade Now</button></th>
832
- </tr>
833
- </thead>
834
- <tbody class="mo_align-center mo-fa-icon">
835
- <tr>
836
- <td><b>All Free features +</b></td>
837
- </tr>
838
- <tr>
839
- <td>You will get any one application of your choice integrated with the plugin with $10 each.</td>
840
- </tr>
841
- <tr>
842
- <td></td>
843
- </tr>
844
- </tbody>
845
- </table>
846
- </div>
847
- </div>
848
- <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
849
- <div>
850
- <table style="width: 100%" class="mo_table-bordered-license">
851
- <thead>
852
- <tr style="background-color:#F5F5F5;">
853
- <th><br>
854
- <h2>Social Sharing Premium +<br/>Social Login Standard</h2>
855
- <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">49</h1>
856
- </th>
857
- </tr>
858
- <tr>
859
- <th><button style="width: 100%" onclick="mo_openid_support_form('Sharing Premium + Standard')"
860
- class="mo-button-plan">Contact us for custom plugin</button></th>
861
- </tr>
862
- </thead>
863
- <tbody class="mo_align-center mo-fa-icon">
864
- <tr>
865
- <td><b>All Free features +</b></td>
866
- </tr>
867
- <tr>
868
- <td>All Social Sharing Premium Features</td>
869
- </tr>
870
- <tr>
871
- <td>All Social Login Standard Features</td>
872
- </tr>
873
- </tbody>
874
- </table>
875
- </div>
876
- </div>
877
- <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
878
- <div>
879
- <table style="width: 100%" class="mo_table-bordered-license">
880
- <thead>
881
- <tr style="background-color:#F5F5F5;">
882
- <th><br>
883
- <h2>Social Sharing Premium +<br/>Social Login Premium</h2>
884
- <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" alt="int" style="width:20px;height:20px;">59</h1>
885
- </th>
886
- </tr>
887
- <tr>
888
- <th><button style="background-color: #0C1F28; width: 100%" onclick="mo_openid_support_form('Sharing Premium + Premium')"
889
- class="mo-button-plan">Contact us for custom plugin</button></th>
890
- </tr>
891
- </thead>
892
- <tbody class="mo_align-center mo-fa-icon">
893
- <tr>
894
- <td><b>All Free features +</b></td>
895
- </tr>
896
- <tr>
897
- <td>All Social Sharing Premium Features</td>
898
- </tr>
899
- <tr>
900
- <td>All Social Login Premium Features</td>
901
- </tr>
902
- </tbody>
903
- </table>
904
- </div>
905
- </div>
906
- <div class="mo_openid_table_layout" id="mo_openid_single" style="margin-left: 17%; margin-top: 1%;width: 31%; float: left; display: inline-block">
907
- <div>
908
- <table style="width: 100%" class="mo_table-bordered-license">
909
- <thead>
910
- <tr style="background-color:#F5F5F5;">
911
- <th><br>
912
- <h1>Free</h1>
913
- <h2>(YOU ARE ON THIS PLAN)</h2>
914
- <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" alt="int" style="width:20px;height:20px;">0</h1>
915
- <h3>(Features and plans)</h3>
916
- </th>
917
- </tr>
918
- <tr>
919
- <th><button style="background-color: #0C1F28; width: 100%" onclick="mo_openid_support_form('')"
920
- class="mo-button-plan">Contact us for more features</button></th>
921
- </tr>
922
- </thead>
923
- <tbody class="mo_align-center mo-fa-icon">
924
- <tr>
925
- <td>
926
- <div class="mo_openid_tooltip" style="padding-left: 25px;">9 Pre-configured Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Pre-configured apps are already configured by miniOrange. Login flow will go from plugin to miniOrange and then back to plugin. 9 pre-configured apps are<span id="mo_openid_dots">...</span><span id="mo_openid_more" style="display: none"><br> google,vkontakte,twitter,linkedin,<br>amazon,windowslive,salesforce,<br/>yahoo and instagram.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots','mo_openid_more','mo_openid_myBtn')" id="mo_openid_myBtn">Read more</button</div>
927
- </td>
928
- </tr>
929
- <tr>
930
- <td>
931
- <div class="mo_openid_tooltip" style="padding-left: 37px;">9 Custom Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>10 custom apps are <span id="mo_openid_dots1">...</span><span id="mo_openid_more1" style="display:none" ><br>Facebook,Google,vkontakte,<br/>twitter,linkedin,<br>amazon,windowslive,yahoo and instagram.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots1','mo_openid_more1','mo_openid_myBtn1')" id="mo_openid_myBtn1">Read more</button>
932
- </td>
933
- </tr>
934
- <tr>
935
- <td>Beautiful Icon Customisations</td>
936
- </tr>
937
- <tr>
938
- <td>16 Social Sharing Apps</td>
939
- </tr>
940
- <tr>
941
- <td>Facebook Social Comments</td>
942
- </tr>
943
- <tr>
944
- <td>Disqus Social Comments</td>
945
- </tr>
946
- <tr>
947
- <td>Login Redirect URL</td>
948
- </tr>
949
- <tr>
950
- <td>Logout Redirect URL</td>
951
- </tr>
952
- <tr>
953
- <td>Profile completion (username, email)</td>
954
- </tr>
955
- <tr>
956
- <td>Profile Picture</td>
957
- </tr>
958
- <tr>
959
- <td>Email notification to admin</td>
960
- </tr>
961
- <tr>
962
- <td>Customizable Text For Login Icons</td>
963
- </tr>
964
- <tr>
965
- <td>Option to enable/disable user registration</td>
966
- </tr>
967
- <tr>
968
- <td>Basic Email Support</td>
969
- </tr>
970
- <tr>
971
- <td>Role Mapping</td>
972
- </tr>
973
- <tr>
974
- <td>Shortcodes to display social icons on<br/>any login page, post, popup and php pages</td>
975
- </tr>
976
-
977
- <tr>
978
- <td><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></td>
979
- </tr>
980
- </tbody>
981
- </table>
982
- </div>
983
- </div>
984
- <div class="mo_openid_table_layout" id="mo_openid_single" style=" margin-top: 1%;width: 31%; float: left; display: inline-block">
985
- <div>
986
- <table style="width: 100%" class="mo_table-bordered-license">
987
- <thead>
988
- <tr style="background-color:#F5F5F5;">
989
- <th><br>
990
- <h1>Sharing Premium</h1>
991
- <h2>&nbsp;</h2>
992
- <h1>
993
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" alt="int" style="width:20px;height:20px;"><s>29</s>
994
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" alt="int" style="width:20px;height:20px;">19</h1>
995
- </h1>
996
- <h3>(Features and plans)</h3>
997
- </th>
998
- </tr>
999
- <tr>
1000
- <th><button style="width: 100%" onclick="mosocial_addonform('wp_social_login_share_plan')"
1001
- class="mo-button-plan mo_lic_color">Upgrade Now</button></th>
1002
- </tr>
1003
- </thead>
1004
- <tbody class="mo_align-center mo-fa-icon">
1005
- <tr>
1006
- <td><b>All Free features +</b></td>
1007
- </tr>
1008
- <tr>
1009
- <td>45 Social Sharing Apps</td>
1010
- </tr>
1011
- <tr>
1012
- <td>Social Share Count</td>
1013
- </tr>
1014
- <tr>
1015
- <td>Display Options</td>
1016
- </tr>
1017
- <tr>
1018
- <td>Hover Icons</td>
1019
- </tr>
1020
- <tr>
1021
- <td>Floating Icons</td>
1022
- </tr>
1023
- <tr>
1024
- <td>WooCommerce Display option</td>
1025
- </tr>
1026
- <tr>
1027
- <td>E-mail subcriber</td>
1028
- </tr>
1029
- <tr>
1030
- <td>Facebook Like</td>
1031
- </tr>
1032
- <tr>
1033
- <td>Facebook Recommended</td>
1034
- </tr>
1035
- <tr>
1036
- <td>Pinterest Pin</td>
1037
- </tr>
1038
- <tr>
1039
- <td>Twitter follow</td>
1040
- </tr>
1041
- <tr>
1042
- <td>Vertical Icons</td>
1043
- </tr>
1044
- <tr>
1045
- <td>Horizontal Icons</td>
1046
- </tr>
1047
- <tr>
1048
- <td>Shortcodes to display social icons on<br/>any hompage page, post, popup and php pages</td>
1049
- </tr>
1050
- <tr>
1051
- <td><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></td>
1052
- </tr>
1053
- <tr><td</td></tr>
1054
- </tbody>
1055
- </table>
1056
- </div>
1057
- </div>
1058
-
1059
- <div class="mo_openid_table_layout" id="mo_openid_single" style="margin-left:33%; min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
1060
- <div>
1061
- <table style="width: 100%" class="mo_table-bordered-license">
1062
- <thead>
1063
- <tr style="background-color:#F5F5F5;">
1064
- <th><br>
1065
- <h2>Custom feature / Integration</h2>
1066
- <h1>&nbsp;</h1>
1067
- </th>
1068
- </tr>
1069
- <tr>
1070
- <th><button style="width: 100%" onclick="mo_openid_support_form('Custom requirement for ')"
1071
- class="mo-button-plan">Contact us with requirements</button></th>
1072
- </tr>
1073
- </thead>
1074
- <tbody class="mo_align-center mo-fa-icon">
1075
- <tr>
1076
- <td><b>All Free features +</b></td>
1077
- </tr>
1078
- <tr>
1079
- <td>If you require any feature or integration of any plugin to be integrated with your Social Login plugin.</td>
1080
- </tr>
1081
- </tbody>
1082
- </table>
1083
- </div>
1084
- </div>
1085
- </div>
1086
- <br/>&nbsp;<br/>
1087
- <div style="font-size: 15px; padding: 1%">
1088
- <hr><h3>Available Add on</h3>
1089
- <a style="text-decoration: none" target="_blank" href="<?php echo get_site_url() . "/wp-admin/admin.php?page=mo_openid_settings_addOn";?>">Social Login Custom Registration Form Add on</a>
1090
- <button style="margin-left: 2%; margin-top: -.5%" onclick="mosocial_addonform('wp_social_login_extra_attributes_addon')" id="mosocial_purchase_cust_addon" class="button button-primary button-large">Upgrade Now</button>
1091
- <p style="font-size: 15px">Custom Registration Form Add-On helps you to integrate details of new as well as existing users. You can add as many fields as you want including the one which are returned by social sites at time of registration.</p>
1092
- </div>
1093
- <div class="clear">
1094
- <hr>
1095
- <h3>Refund Policy -</h3>
1096
- <p><b>At miniOrange, we want to ensure you are 100% happy with your purchase. If the premium plugin you
1097
- purchased is not working as advertised and you've attempted to resolve any issues with our support
1098
- team, which couldn't get resolved then we will refund the whole amount within 10 days of the
1099
- purchase. Please email us at <a href="mailto:info@xecurify.com"><i>info@xecurify.com</i></a> for any
1100
- queries regarding the return policy.</b></p>
1101
- <b>Not applicable for -</b>
1102
- <ol>
1103
- <li>Returns that are because of features that are not advertised.</li>
1104
- <li>Returns beyond 10 days.</li>
1105
- </ol>
1106
- </div>
1107
- <script>
1108
- //to set heading name
1109
- jQuery('#mo_openid_page_heading').text('<?php echo mo_sl('Licensing Plan For Social Sharing');?>');
1110
- function myFunction(dots_id,read_id,btn_id) {
1111
-
1112
- var dots = document.getElementById(dots_id);
1113
- var moreText = document.getElementById(read_id);
1114
- var btnText = document.getElementById(btn_id);
1115
-
1116
- if (dots.style.display === "none") {
1117
- dots.style.display = "inline";
1118
- btnText.innerHTML = "Read more";
1119
- moreText.style.display = "none";
1120
- } else {
1121
- dots.style.display = "none";
1122
- btnText.innerHTML = "Close";
1123
- moreText.style.display = "inline";
1124
- }
1125
- }
1126
- function mosocial_addonform(planType) {
1127
- jQuery.ajax({
1128
- url: "<?php echo admin_url("admin-ajax.php");?>", //the page containing php script
1129
- method: "POST", //request type,
1130
- dataType: 'json',
1131
- data: {
1132
- action: 'mo_register_customer_toggle_update',
1133
- },
1134
- success: function (result) {
1135
- if(result.status){
1136
- jQuery('#requestOrigin').val(planType);
1137
- jQuery('#mosocial_loginform').submit();
1138
- }
1139
- else
1140
- {
1141
- alert("It seems you are not registered with miniOrange. Please login or register with us to upgrade to premium plan.");
1142
- window.location.href="<?php echo site_url()?>".concat("/wp-admin/admin.php?page=mo_openid_general_settings&tab=profile");
1143
- }
1144
- }
1145
- });
1146
- }
1147
- </script>
1148
-
1149
- </td>
1150
-
1151
- <td>
1152
- <form style="display:none;" id="mosocial_loginform" action="<?php echo get_option( 'mo_openid_host_name' ) . '/moas/login'; ?>"
1153
- target="_blank" method="post" >
1154
- <input type="email" name="username" value="<?php echo esc_attr(get_option('mo_openid_admin_email')); ?>" />
1155
- <input type="text" name="redirectUrl" value="<?php echo esc_attr(get_option( 'mo_openid_host_name')).'/moas/initializepayment'; ?>" />
1156
- <input type="text" name="requestOrigin" id="requestOrigin"/>
1157
- </form>
1158
- </td>
1159
- <?php
1160
- }
2
 
3
  function mo_openid_licensing_plans()
4
  {
5
+ wp_enqueue_style( 'mo_openid_plugins_page_style', plugin_dir_url(dirname(dirname(__FILE__))).'includes/css/mo_openid_licensing_plan.css?version=7.4.7' );
6
  ?>
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <div style="text-align: center; font-size: 14px; background: forestgreen; color: white; padding-top: 4px; padding-bottom: 4px; border-radius: 16px;"></div>
9
 
10
  <input type="hidden" id="mo_license_plan_selected" value="" />
13
  <br>
14
  <div class="mo-openid-cd-pricing-container mo-openid-cd-has-margins"><br>
15
  <div class="mo-open-id-cd-pricing-switcher">
16
+ <p id="pricing" class="mo-open-id-fieldset" style="background-color: #e97d68;">
17
  <input type="radio" name="sitetype" value="singlesite" id="singlesite" checked>
18
  <label for="singlesite">Plugins</label>
19
  <input type="radio" name="sitetype" value="multisite" id="multisite">
20
+ <label for="multisite">Multisite</label>
21
+ <span id="mo_switcher_1" class="mo-open-id-cd-switch"></span>
22
+ <input type="radio" name="sitetype" value="mo_add-on" id="mo_add-on">
23
+ <label for="mo_add-on">Add-On</label>
24
+ <span id="mo_switcher_2" class="x"></span>
25
  </p>
26
  </div>
27
  <div style="line-height: initial; background: #F2F5FB;border-radius:5px;font-size: large;margin-top:10px;padding:10px;border-style: solid;border-color: #2f6062">
29
  Upgrading to any plan is a <b style="color: black">One-Time Payment</b> which includes 1 year of updates. You can continue using all the available features in that plan for lifetime. Contact us at <a style="color:blue
30
  " href="mailto:socialloginsupport@xecurify.com">socialloginsupport@xecurify.com</a> for bulk discounts.
31
  </div>
32
+
33
+ <div style="line-height: initial; background: #efafaf;border-radius:5px;font-size: large;margin-top:10px;padding:10px;border-style: solid;border-color: #2f6062"
34
+ data-type="singlesite" class="mosslp is-visible" id="mo_apple_plan">
35
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/icons/apple.png" alt="facebook" style="margin-top:-1%;margin-bottom:-1%;"/> New <b style="color: black">Apple</b> plan available for <b>$25</b> only, which includes <b>Apple Application</b> along with all the Free Features. <a href="#" onclick="mosocial_addonform('wp_social_login_apple_plan')" >Click here</a> to upgrade.
36
+ </div>
37
  <ul id="list-type" class="mo-openid-cd-pricing-list cd-bounce-invert" >
38
+
39
  <li>
40
  <ul class="mo-openid-cd-pricing-wrapper" id="col1">
41
  <li data-type="singlesite" class="mosslp is-visible" style="">
42
  <header class="mo-openid-cd-pricing-header">
43
+ <h2 style="margin-bottom: 10%;">Social Sharing</h2>
44
+ <label for="mo_openid_ss">Select No. of Instances : </label>
45
+ <select name="mo_openid_ss" id="mo_openid_ss">
 
46
  <option value="1">1</option>
47
  <option value="5">5</option>
48
  <option value="10">10</option>
50
 
51
  <div class="cd-price" style="margin-top: 9%;">
52
  <span class="mo-openid-cd-currency">$</span>
53
+ <span id="mo_openid_ss1" class="mo-openid-cd-value">19</span> &nbsp;&nbsp;
54
  <span class="mo-openid-cd-currency">$</span>
55
+ <span id="mo_openid_ss2" class="mo-openid-cd-value"><s>25</s></span>
56
  </div>
57
  </header> <!-- .mo-openid-cd-pricing-header -->
58
  <footer class="mo-openid-cd-pricing-footer">
59
+ <a href="#" class="mo-openid-cd-select" onclick="mosocial_addonform('wp_social_login_share_plan')" >Upgrade Now</a>
60
  </footer>
61
+
62
  <div class="mo-openid-cd-pricing-body">
63
+ <ul class="mo-openid-cd-pricing-features ">
64
+ <li onclick="mo_all_features_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
65
+ <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
66
+ <li>
67
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">45 Social Sharing Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots11">...</span><span id="mo_openid_more11" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots11','mo_openid_more11','mo_openid_myBtn11')" id="mo_openid_myBtn11">Read more</button>
68
+ </div>
69
+ </li>
70
+ <li>
71
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">10 Social Login Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo.</span></div></li>
72
+ <li>
73
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
74
+ <li>Sharing Display Option</li>
75
+ <li>Hover Icons & Floating Icons</li>
76
+ <li>Discord Auto Post</li>
77
+ <li>Sharing Icons for BBPress</li>
78
+ <li>WooCommerce Product Sharing</li>
79
+ <li>E-mail subscriber</li>
80
+ <li>Facebook Share Count</li>
81
+ <li>Facebook Like & Recommended</li>
82
+ <li>Pinterest Pin it Button</li>
83
+ <li>Twitter Follow Button</li>
84
+ <li>Vertical Icons & Horizontal Icons</li>
85
+ <li>Vkontakte, Stumble Upon, Buffer, Pinterest and Reddit Share Count</li>
86
+ <li style="padding:7.5%;" class="mo-openid-lic-bold-cl";>X</li>
87
+ <li class="mo-openid-lic-bold-cl" style="padding: 7%;">X</li>
88
+ <li class="mo-openid-lic-bold-cl";>X</li>
89
+ <li class="mo-openid-lic-bold-cl">X</li>
90
+ <li class="mo-openid-lic-bold-cl";>X</li>
91
+ <li class="mo-openid-lic-bold-cl";>X</li>
92
+ <li class="mo-openid-lic-bold-cl";>X</li>
93
+ <li class="mo-openid-lic-bold-cl";>X</li>
94
+ <li class="mo-openid-lic-bold-cl";>X</li>
95
+ <li class="mo-openid-lic-bold-cl";>X</li>
96
+ <li style="padding:7.5%;" class="mo-openid-lic-bold-cl">X</li>
97
+ <li class="mo-openid-lic-bold-cl";>X</li>
98
+
99
+ <li class="mo-openid-lic-bold-cl";>X</li>
100
+ <li class="mo-openid-lic-bold-cl";>X</li>
101
+ <li class="mo-openid-lic-bold-cl";>X</li>
102
+ <li class="mo-openid-lic-bold-cl";>X</li>
103
+ <li class="mo-openid-lic-bold-cl";>X</li>
104
+
105
+ <li style="padding:7.5%;" class="mo-openid-lic-bold-cl">X</li>
106
+ <li class="mo-openid-lic-bold-cl";>X</li>
107
+ <li class="mo-openid-lic-bold-cl">X</li>
108
+ <li class="mo-openid-lic-bold-cl";>X</li>
109
+ <li class="mo-openid-lic-bold-cl";>X</li>
110
+ <li class="mo-openid-lic-bold-cl";>X</li>
111
+ <li style="padding:7.51%;"class="mo-openid-lic-bold-cl">X</li>
112
+
113
+ <li class="mo-openid-lic-bold-cl";>X</li>
114
+ <li class="mo-openid-lic-bold-cl";>X</li>
115
+ <li class="mo-openid-lic-bold-cl";>X</li>
116
+ <li class="mo-openid-lic-bold-cl";>X</li>
117
+
118
+ <li style="padding:7.8%;" class="mo-openid-lic-bold-cl">X</li>
119
+ <li class="mo-openid-lic-bold-cl";>X</li>
120
+ <li class="mo-openid-lic-bold-cl";>X</li>
121
+ <li class="mo-openid-lic-bold-cl";>X</li>
122
+ <li class="mo-openid-lic-bold-cl";>X</li>
123
+ <li class="mo-openid-lic-bold-cl";>X</li>
124
+
125
+ <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
126
+
127
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
128
+
129
  </ul>
130
  </div> <!-- .mo-openid-cd-pricing-body -->
131
  </li>
132
+ <li data-type="multisite" class="momslp is-hidden" style="">
133
  <header class="mo-openid-cd-pricing-header">
134
  <h2 style="margin-bottom: 10%;">Social Sharing</h2>
135
+ <label for="mo_openid_m_share">Select No. of Instances : </label>
136
+ <select name="mo_openid_m_share" id="mo_openid_m_share" onchange="update_val_share('mo_openid_m_share','mo_openid_m_share_sub','mo_openid_m_share1','mo_openid_m_share2')">
137
  <option value="1">1</option>
138
+ <option value="2">2</option>
139
+ <option value="3">3</option>
140
+ <option value="4">4</option>
141
+ <option value="5">5</option>
142
+ </select><br/><br/>
143
+ <label for="mo_openid_m_std_share">Select No. of Sub-Site : </label>
144
+ <select name="mo_openid_m_share_sub" id="mo_openid_m_share_sub" onchange="update_val_share('mo_openid_m_share','mo_openid_m_share_sub','mo_openid_m_share1','mo_openid_m_share2')">
145
+ <option value="3">3</option>
146
  <option value="5">5</option>
147
  <option value="10">10</option>
148
+ <option value="15">15</option>
149
+ <option value="20">20</option>
150
+ <option value="30">30</option>
151
+ <option value="40">40</option>
152
+ <option value="50">50</option>
153
+ <option value="100">100</option>
154
+ <option value="200">200</option>
155
+ <option value="300">300</option>
156
+ <option value="400">400</option>
157
+ <option value="500">500</option>
158
  </select>
159
 
160
  <div class="cd-price" style="margin-top: 9%;">
161
  <span class="mo-openid-cd-currency">$</span>
162
+ <span id="mo_openid_m_share1" class="mo-openid-cd-value">47.5</span> &nbsp;&nbsp;
163
  <span class="mo-openid-cd-currency">$</span>
164
+ <span id="mo_openid_m_share2" class="mo-openid-cd-value"><s>116</s></span>
165
  </div>
166
  </header> <!-- .mo-openid-cd-pricing-header -->
167
  <footer class="mo-openid-cd-pricing-footer">
168
+ <!-- <a href="#" class="mo-openid-cd-select" onclick="mosocial_addonform('wp_social_login_share_plan')" >Upgrade Now</a>-->
169
+ <a href="#" class="mo-openid-cd-select" onclick="mo_openid_support_form('wp_social_login_share_plan-multisite : ')" >Contact us for more details</a>
170
  </footer>
171
 
172
  <div class="mo-openid-cd-pricing-body">
173
  <ul class="mo-openid-cd-pricing-features ">
174
+ <li onclick="mo_all_features_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
175
+ <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
176
+ <li>
177
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">45 Social Sharing Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots12">...</span><span id="mo_openid_more12" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots12','mo_openid_more12','mo_openid_myBtn12')" id="mo_openid_myBtn12">Read more</button>
178
+ </div>
179
+ </li>
180
+ <li>
181
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">10 Social Login Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo.</span></div></li>
182
+ <li>
183
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
184
+
185
+ <li>Sharing Display Option</li>
186
+ <li>Hover Icons & Floating Icons</li>
187
+ <li>Discord Auto Post</li>
188
+ <li>Sharing Icons for BBPress</li>
189
+ <li>WooCommerce Product Sharing</li>
190
+ <li>E-mail subscriber</li>
191
+ <li>Facebook Share Count</li>
192
  <li>Facebook Like & Recommended</li>
193
  <li>Pinterest Pin it Button</li>
194
  <li>Twitter Follow Button</li>
 
195
  <li>Vertical Icons & Horizontal Icons</li>
196
+ <li>Vkontakte, Stumble Upon, Buffer, Pinterest and Reddit Share Count</li>
197
+ <li class="mo-openid-lic-bold-cl" style="padding: 7%;">X</li>
198
+ <li class="mo-openid-lic-bold-cl";>X</li>
199
+ <li class="mo-openid-lic-bold-cl">X</li>
200
+ <li class="mo-openid-lic-bold-cl";>X</li>
201
+ <li class="mo-openid-lic-bold-cl";>X</li>
202
+ <li class="mo-openid-lic-bold-cl";>X</li>
203
+ <li class="mo-openid-lic-bold-cl";>X</li>
204
+ <li class="mo-openid-lic-bold-cl";>X</li>
205
+ <li class="mo-openid-lic-bold-cl";>X</li>
206
+ <li style="padding:7.5%;" class="mo-openid-lic-bold-cl">X</li>
207
+ <li class="mo-openid-lic-bold-cl";>X</li>
208
+
209
+ <li class="mo-openid-lic-bold-cl";>X</li>
210
+ <li class="mo-openid-lic-bold-cl";>X</li>
211
+ <li class="mo-openid-lic-bold-cl";>X</li>
212
+ <li class="mo-openid-lic-bold-cl";>X</li>
213
+ <li class="mo-openid-lic-bold-cl";>X</li>
214
+
215
+ <li style="padding:7.5%;" class="mo-openid-lic-bold-cl">X</li>
216
+ <li class="mo-openid-lic-bold-cl";>X</li>
217
+ <li class="mo-openid-lic-bold-cl">X</li>
218
+ <li class="mo-openid-lic-bold-cl";>X</li>
219
+ <li class="mo-openid-lic-bold-cl";>X</li>
220
+ <li class="mo-openid-lic-bold-cl";>X</li>
221
+ <li style="padding:7.51%;"class="mo-openid-lic-bold-cl">X</li>
222
+
223
+ <li class="mo-openid-lic-bold-cl";>X</li>
224
+ <li class="mo-openid-lic-bold-cl";>X</li>
225
+ <li class="mo-openid-lic-bold-cl";>X</li>
226
+ <li class="mo-openid-lic-bold-cl";>X</li>
227
+
228
+ <li style="padding:7.8%;" class="mo-openid-lic-bold-cl">X</li>
229
+ <li class="mo-openid-lic-bold-cl";>X</li>
230
+ <li class="mo-openid-lic-bold-cl";>X</li>
231
+ <li class="mo-openid-lic-bold-cl";>X</li>
232
+ <li class="mo-openid-lic-bold-cl";>X</li>
233
+ <li class="mo-openid-lic-bold-cl";>X</li>
234
  <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
235
+
236
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
237
+
238
  </ul>
239
  </div> <!-- .mo-openid-cd-pricing-body -->
240
  </li>
241
+ <li data-type="mo_add-on" class="moaslp is-hidden" style="">
 
242
  <header class="mo-openid-cd-pricing-header">
243
 
244
  <h2 style="margin-bottom: 10%;" >Custom Registration Form Add-On </h2>
 
245
 
246
  <label for="mo_openid_cra">Select No. of Instances : </label>
247
  <select name="mo_openid_cra" id="mo_openid_cra">
270
  <li>All WordPress Themes Supported</li>
271
  <li>Map Users Data returned from all Social Apps</li>
272
  <li>Add Custom Fields in the Registration form</li>
273
+ <li>Edit Profile option using shortcode</li>
274
+ <li>Support input field types: text, date, checkbox or dropdown</li>
275
  <li>Advanced Form Control</li>
276
  <li>Sync existing meta field</li>
277
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
286
  <li data-type="singlesite" class="mosslp is-visible" style="">
287
  <header class="mo-openid-cd-pricing-header">
288
  <h2 style="margin-bottom: 10%;" >Standard<span style="font-size:0.5em"></span></h2>
 
289
 
290
  <label for="mo_openid_std">Select No. of Instances : </label>
291
  <select name="mo_openid_std" id="mo_openid_std">
306
  </footer>
307
  <div class="mo-openid-cd-pricing-body">
308
  <ul class="mo-openid-cd-pricing-features">
309
+ <li onclick="mo_all_features_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
310
+ <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
311
+ <li>
312
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">13 Social Sharing Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
313
  <li>
314
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">35 Social Login Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo, <span id="mo_openid_dots4">...</span><span id="mo_openid_more4" style="display:none" >Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Line, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots4','mo_openid_more4','mo_openid_myBtn4')" id="mo_openid_myBtn4">Read more</button>
 
315
  </div>
316
  </li>
317
+ <li>
318
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
319
+ <li>Sharing Display Option</li>
320
+
321
+ <li class="mo-openid-lic-bold-cl";>X</li>
322
+ <li class="mo-openid-lic-bold-cl";>X</li>
323
+ <li class="mo-openid-lic-bold-cl";>X</li>
324
+ <li class="mo-openid-lic-bold-cl";>X</li>
325
+ <li class="mo-openid-lic-bold-cl";>X</li>
326
+
327
+ <li>Facebook Share Count</li>
328
+ <li class="mo-openid-lic-bold-cl";>X</li>
329
+ <li class="mo-openid-lic-bold-cl";>X</li>
330
+ <li class="mo-openid-lic-bold-cl";>X</li>
331
+ <li>Vertical Icons & Horizontal Icons</li>
332
+ <li style="padding: 7.2%;" class="mo-openid-lic-bold-cl">X</li>
333
+ <li style="padding: 7.5%;" class="mo-openid-lic-bold-cl">X</li>
334
  <li>General Data Protection Regulation (GDPR)</li>
335
  <li>Google recaptcha</li>
336
+ <li>BuddyPress Display Option</li>
 
 
 
337
  <li>Woocommerce Display Options</li>
338
+ <li class="mo-openid-lic-bold-cl";>X</li>
339
+ <li class="mo-openid-lic-bold-cl";>X</li>
340
+
341
+ <li>Advance Account Linking</li>
342
+ <li>Redirect After Login & Logout Option</li>
343
+ <li>Role Mapping</li>
344
+ <li style="padding: 7.5%;" class="mo-openid-lic-bold-cl">X</li>
345
+ <li class="mo-openid-lic-bold-cl";>X</li>
346
+ <li class="mo-openid-lic-bold-cl";>X</li>
347
+ <li class="mo-openid-lic-bold-cl";>X</li>
348
  <li>Account Linking & Unlinking for Users</li>
349
+ <li>Email notification to multiple admins</li>
350
  <li>Welcome Email to end users</li>
351
  <li>Customizable Email Notification template</li>
352
  <li>Customizable welcome Email template</li>
355
  <li>Domain restriction</li>
356
  <li>Force Admin To Login Using Password</li>
357
  <li>Send Username and Password Reset link</li>
358
+ <li>Redirect Login To a New Window</li>
359
  <li>Disable Admin Bar</li>
360
+ <li class="mo-openid-lic-bold-cl";>X</li>
361
+
362
+ <li class="mo-openid-lic-bold-cl";>X</li>
363
+ <li style="padding: 8%;" class="mo-openid-lic-bold-cl">X</li>
364
+ <li class="mo-openid-lic-bold-cl";>X</li>
365
+ <li class="mo-openid-lic-bold-cl";>X</li>
366
+ <li class="mo-openid-lic-bold-cl";>X</li>
367
+ <li class="mo-openid-lic-bold-cl";>X</li>
368
+ <li class="mo-openid-lic-bold-cl";>X</li>
369
+ <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
370
 
371
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
372
  </ul>
373
  </div> <!-- .mo-openid-cd-pricing-body -->
374
  </li>
 
375
  <li data-type="multisite" class="momslp is-hidden" style="">
376
+ <header class="mo-openid-cd-pricing-header">
377
+ <h2 style="margin-bottom: 10%;" >Standard<span style="font-size:0.5em"></span></h2>
378
+ <label for="mo_openid_m_std">Select No. of Instances : </label>
379
+ <select name="mo_openid_m_std" id="mo_openid_m_std" onchange="update_val_std('mo_openid_m_std','mo_openid_m_std_sub','mo_openid_m_std1','mo_openid_m_std2')">
380
+ <option value="1">1</option>
381
+ <option value="2">2</option>
382
+ <option value="3">3</option>
383
+ <option value="4">4</option>
384
+ <option value="5">5</option>
385
+ </select><br/><br/>
386
+ <label for="mo_openid_m_std_sub">Select No. of Sub-Site : </label>
387
+ <select name="mo_openid_m_std_sub" id="mo_openid_m_std_sub" onchange="update_val_std('mo_openid_m_std','mo_openid_m_std_sub','mo_openid_m_std1','mo_openid_m_std2')">
388
+ <option value="3">3</option>
389
+ <option value="5">5</option>
390
+ <option value="10">10</option>
391
+ <option value="15">15</option>
392
+ <option value="20">20</option>
393
+ <option value="30">30</option>
394
+ <option value="40">40</option>
395
+ <option value="50">50</option>
396
+ <option value="100">100</option>
397
+ <option value="200">200</option>
398
+ <option value="300">300</option>
399
+ <option value="400">400</option>
400
+ <option value="500">500</option>
401
+ </select>
402
+
403
+ <div class="cd-price" style="margin-top: 9%;">
404
+ <span class="mo-openid-cd-currency">$</span>
405
+ <span id="mo_openid_m_std1" class="mo-openid-cd-value">72.5</span> &nbsp;&nbsp;
406
+ <span class="mo-openid-cd-currency">$</span>
407
+ <span id="mo_openid_m_std2" class="mo-openid-cd-value"><s>156</s></span>
408
+ </div>
409
+ </header> <!-- .mo-openid-cd-pricing-header -->
410
+ <footer class="mo-openid-cd-pricing-footer">
411
+ <!-- <a href="#" class="mo-openid-cd-select" onclick="mosocial_addonform('wp_social_login_standard_plan')" >Upgrade Now</a>-->
412
+ <a href="#" class="mo-openid-cd-select" onclick="mo_openid_support_form('wp_social_login_standard_plan multisite : ')" >Contact us for more details</a>
413
+ </footer>
414
+ <div class="mo-openid-cd-pricing-body">
415
+ <ul class="mo-openid-cd-pricing-features">
416
+ <li onclick="mo_all_features_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
417
+ <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
418
+ <li>
419
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">13 Social Sharing Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
420
+ <li>
421
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">35 Social Login Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo, <span id="mo_openid_dots4">...</span><span id="mo_openid_more4" style="display:none" >Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Line, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots4','mo_openid_more4','mo_openid_myBtn4')" id="mo_openid_myBtn4">Read more</button>
422
+ </div>
423
+ </li>
424
+ <li>
425
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
426
+ <li>Sharing Display Option</li>
427
+ <li class="mo-openid-lic-bold-cl";>X</li>
428
+ <li class="mo-openid-lic-bold-cl";>X</li>
429
+ <li class="mo-openid-lic-bold-cl";>X</li>
430
+ <li class="mo-openid-lic-bold-cl";>X</li>
431
+ <li class="mo-openid-lic-bold-cl";>X</li>
432
+ <li>Facebook Share Count</li>
433
+ <li class="mo-openid-lic-bold-cl";>X</li>
434
+ <li class="mo-openid-lic-bold-cl";>X</li>
435
+ <li class="mo-openid-lic-bold-cl";>X</li>
436
+ <li>Vertical Icons & Horizontal Icons</li>
437
+ <li style="padding: 7.2%;" class="mo-openid-lic-bold-cl">X</li>
438
+ <li>General Data Protection Regulation (GDPR)</li>
439
+ <li>Google recaptcha</li>
440
+ <li>BuddyPress Display Option</li>
441
+ <li>Woocommerce Display Options</li>
442
+ <li class="mo-openid-lic-bold-cl";>X</li>
443
+ <li class="mo-openid-lic-bold-cl";>X</li>
444
+ <li>Advance Account Linking</li>
445
+ <li>Role Mapping</li>
446
+ <li style="padding: 7.5%;" class="mo-openid-lic-bold-cl">X</li>
447
+ <li class="mo-openid-lic-bold-cl";>X</li>
448
+ <li class="mo-openid-lic-bold-cl";>X</li>
449
+ <li class="mo-openid-lic-bold-cl";>X</li>
450
+ <li>Account Linking & Unlinking for Users</li>
451
+ <li>Email notification to multiple admins</li>
452
+ <li>Welcome Email to end users</li>
453
+ <li>Customizable Email Notification template</li>
454
+ <li>Customizable welcome Email template</li>
455
+ <li>Custom CSS for Social Login buttons</li>
456
+ <li>Social Login Opens in a New Window</li>
457
+ <li>Domain restriction</li>
458
+ <li>Force Admin To Login Using Password</li>
459
+ <li>Send Username and Password Reset link</li>
460
+ <li>Redirect Login To a New Window</li>
461
+ <li>Disable Admin Bar</li>
462
+ <li class="mo-openid-lic-bold-cl";>X</li>
463
+
464
+ <li class="mo-openid-lic-bold-cl";>X</li>
465
+ <li style="padding: 8%; font-weight:bold;">X</li>
466
+ <li class="mo-openid-lic-bold-cl";>X</li>
467
+ <li class="mo-openid-lic-bold-cl";>X</li>
468
+ <li class="mo-openid-lic-bold-cl";>X</li>
469
+ <li class="mo-openid-lic-bold-cl";>X</li>
470
+ <li class="mo-openid-lic-bold-cl";>X</li>
471
+ <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
472
+
473
+ <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
474
+ </ul>
475
+ </div> <!-- .mo-openid-cd-pricing-body -->
476
+ </li>
477
+ <li data-type="mo_add-on" class="moaslp is-hidden" style="">
478
  <header class="mo-openid-cd-pricing-header">
479
  <h2 style="margin-bottom: 10%;">WooCommerce Integration Add-On</h2>
480
  <label for="mo_openid_wca_in">Select No. of Instances : </label>
496
  </footer>
497
  <div class="mo-openid-cd-pricing-body">
498
  <ul class="mo-openid-cd-pricing-features">
 
499
  <li>WooCommerce Display Options</li>
500
+ <li><div class="mo_openid_tooltip" >WooCommerce Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
501
  <li>Social Login on WooCommerce Login Page</li>
502
  <li>Social Login on WooCommerce Registration Page</li>
503
  <li>Social Login on WooCommerce Checkout Page</li>
539
  </footer>
540
  <div class="mo-openid-cd-pricing-body">
541
  <ul class="mo-openid-cd-pricing-features">
542
+ <li onclick="mo_all_features_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
543
+ <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
544
+ <li>
545
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">13 Social Sharing Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
546
  <li>
547
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">42 Social Login Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Discord, Twitch, Line, Hubspot, Paypal, Github, Dropbox, Wechat, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo,<span id="mo_openid_dots6">...</span><span id="mo_openid_more6" style="display:none" > Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots6','mo_openid_more6','mo_openid_myBtn6')" id="mo_openid_myBtn6">Read more</button>
 
548
  </div>
549
  </li>
550
+ <li>
551
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li> <li>Sharing Display Option</li>
552
+ <li class="mo-openid-lic-bold-cl";>X</li>
553
+ <li class="mo-openid-lic-bold-cl";>X</li>
554
+ <li class="mo-openid-lic-bold-cl";>X</li>
555
+ <li class="mo-openid-lic-bold-cl";>X</li>
556
+ <li class="mo-openid-lic-bold-cl";>X</li>
557
+
558
+ <li>Facebook Share Count</li>
559
+ <li class="mo-openid-lic-bold-cl";>X</li>
560
+ <li class="mo-openid-lic-bold-cl";>X</li>
561
+ <li class="mo-openid-lic-bold-cl";>X</li>
562
+ <li>Vertical Icons & Horizontal Icons</li>
563
+ <li class="mo-openid-lic-bold-cl" style="padding: 7.2%;">X</li>
564
+ <li>White Backgound for Social Login Icons</li>
565
  <li>General Data Protection Regulation (GDPR)</li>
566
  <li>Google recaptcha</li>
567
+ <li>BuddyPress Display Option</li>
568
+ <li>Woocommerce Display Options</li>
569
+ <li>Ultimate Member Display Option</li>
570
+ <li>MemberPress Display Option</li>
571
  <li>Advance Account Linking</li>
572
+ <li>Redirect After Login & Logout Option</li>
573
+ <li>Role Mapping</li>
574
+ <li>Restrict registration from specific pages</li>
575
+ <li>Extended User Attribute</li>
576
+ <li>User Moderation</li>
577
+ <li class="mo-openid-lic-bold-cl";>X</li>
578
+
579
  <li>Account Linking & Unlinking for Users</li>
580
+ <li>Email notification to multiple admins</li>
581
+ <li>Welcome Email to end users</li>
582
+ <li>Customizable Email Notification template</li>
583
+ <li>Customizable welcome Email template</li>
584
  <li>Custom CSS for Social Login buttons</li>
585
+ <li>Social Login Opens in a New Window</li>
586
+ <li>Domain restriction</li>
587
  <li>Force Admin To Login Using Password</li>
588
+ <li>Send Username and Password Reset link</li>
589
+ <li>Redirect Login To a New Window</li>
590
+ <li>Disable Admin Bar</li>
591
+ <li><span class="mo_openid_tooltip">MemberPress Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by MemberPress to the users login using Social Login</span></li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
592
 
593
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/woocommerce.png" alt="wc" style="width:35px;height:20px;"> Woocommerce Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
594
+ <li><span class="mo_openid_tooltip"><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/paidmember.png" alt="pmpro" style="width:35px;height:20px;"> Paid Membership pro Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></li>
595
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/buddypress.png" alt="bp" style="width:35px;height:20px;"> BuddyPress Integration<i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
596
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" alt="mc" style="width:35px;height:20px;"> MailChimp Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
597
+ <li><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></li>
598
+ <li><span class="mo_openid_tooltip">Custom attribute mapping <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></li>
599
+ <li><div class="mo_openid_tooltip" >Custom Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></li>
600
+
601
+ <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
602
 
603
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
604
  </ul>
605
  </div> <!-- .mo-openid-cd-pricing-body -->
606
  </li>
607
  <li data-type="multisite" class="momslp is-hidden" style="">
608
+ <header class="mo-openid-cd-pricing-header">
609
+ <h2 style="margin-bottom: 10%;">Premium</h2>
610
+ <label for="mo_openid_m_prem">Select No. of Instances : </label>
611
+ <select name="mo_openid_m_prem" id="mo_openid_m_prem" onchange="update_val_prem('mo_openid_m_prem','mo_openid_m_prem_sub','mo_openid_m_pre1','mo_openid_m_pre2')">
612
+ <option value="1">1</option>
613
+ <option value="2">2</option>
614
+ <option value="3">3</option>
615
+ <option value="4">4</option>
616
+ <option value="5">5</option>
617
+ </select><br/><br/>
618
+ <label for="mo_openid_m_prem_sub">Select No. of Sub-Site : </label>
619
+ <select name="mo_openid_m_prem_sub" id="mo_openid_m_prem_sub" onchange="update_val_prem('mo_openid_m_prem','mo_openid_m_prem_sub','mo_openid_m_pre1','mo_openid_m_pre2')">
620
+ <option value="3">3</option>
621
+ <option value="5">5</option>
622
+ <option value="10">10</option>
623
+ <option value="15">15</option>
624
+ <option value="20">20</option>
625
+ <option value="30">30</option>
626
+ <option value="40">40</option>
627
+ <option value="50">50</option>
628
+ <option value="100">100</option>
629
+ <option value="200">200</option>
630
+ <option value="300">300</option>
631
+ <option value="400">400</option>
632
+ <option value="500">500</option>
633
+ </select>
634
+ <div class="cd-price" style="margin-top: 9%;">
635
+ <span class="mo-openid-cd-currency">$</span>
636
+ <span id="mo_openid_m_pre1" class="mo-openid-cd-value">122.5</span> &nbsp;&nbsp;
637
+ <span class="mo-openid-cd-currency">$</span>
638
+ <span id="mo_openid_m_pre2" class="mo-openid-cd-value"><s>236</s></span>
639
+ </div>
640
+ </header> <!-- .mo-openid-cd-pricing-header -->
641
+ <footer class="mo-openid-cd-pricing-footer">
642
+ <!-- <a href="#" class="mo-openid-cd-select" onclick="mosocial_addonform('wp_social_login_premium_plan')" >Upgrade Now</a>-->
643
+ <a href="#" class="mo-openid-cd-select" onclick="mo_openid_support_form('wp_social_login_premium_plan')" >Contact us for more details</a>
644
+ </footer>
645
+ <div class="mo-openid-cd-pricing-body">
646
+ <ul class="mo-openid-cd-pricing-features">
647
+ <li onclick="mo_all_features_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
648
+ <li class="mo-openid-lic-bold-cl" style="color: red">X</li>
649
+
650
+ <li>
651
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">13 Social Sharing Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<br></span></div></li>
652
+ <li>
653
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">42 Social Login Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Discord, Twitch, Line, Hubspot, Paypal, Github, Dropbox, Wechat, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo,<span id="mo_openid_dots6">...</span><span id="mo_openid_more6" style="display:none" > Wordpress, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots6','mo_openid_more6','mo_openid_myBtn6')" id="mo_openid_myBtn6">Read more</button>
654
+ </div>
655
+ </li>
656
+ <li>
657
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
658
+ <li>Sharing Display Option</li>
659
+ <li class="mo-openid-lic-bold-cl";>X</li>
660
+ <li class="mo-openid-lic-bold-cl";>X</li>
661
+ <li class="mo-openid-lic-bold-cl";>X</li>
662
+ <li class="mo-openid-lic-bold-cl";>X</li>
663
+ <li class="mo-openid-lic-bold-cl";>X</li>
664
+ <li>Facebook Share Count</li>
665
+ <li class="mo-openid-lic-bold-cl";>X</li>
666
+ <li class="mo-openid-lic-bold-cl";>X</li>
667
+ <li class="mo-openid-lic-bold-cl";>X</li>
668
+ <li>Vertical Icons & Horizontal Icons</li>
669
+ <li class="mo-openid-lic-bold-cl" style="padding: 7.2%; ">X</li>
670
+ <li>General Data Protection Regulation (GDPR)</li>
671
+ <li>Google recaptcha</li>
672
+ <li>BuddyPress Display Option</li>
673
+ <li>Woocommerce Display Options</li>
674
+ <li>Ultimate Member Display Option</li>
675
+ <li>MemberPress Display Options</li>
676
+ <li>Advance Account Linking</li>
677
+ <li>Role Mapping</li>
678
+ <li>Restrict registration from specific pages</li>
679
+ <li>Extended User Attribute</li>
680
+ <li>User Moderation</li>
681
+ <li class="mo-openid-lic-bold-cl">X</li>
682
+ <li>Account Linking & Unlinking for Users</li>
683
+ <li>Email notification to multiple admins</li>
684
+ <li>Welcome Email to end users</li>
685
+ <li>Customizable Email Notification template</li>
686
+ <li>Customizable welcome Email template</li>
687
+ <li>Custom CSS for Social Login buttons</li>
688
+ <li>Social Login Opens in a New Window</li>
689
+ <li>Domain restriction</li>
690
+ <li>Force Admin To Login Using Password</li>
691
+ <li>Send Username and Password Reset link</li>
692
+ <li>Redirect Login To a New Window</li>
693
+ <li>Disable Admin Bar</li>
694
+ <li><span class="mo_openid_tooltip">MemberPress Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by MemberPress to the users login using Social Login</span></li>
695
+
696
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/woocommerce.png" alt="wc" style="width:35px;height:20px;"> Woocommerce Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
697
+ <li><span class="mo_openid_tooltip"><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/paidmember.png" alt="pmpro" style="width:35px;height:20px;"> Paid Membership pro Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></li>
698
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/buddypress.png" alt="bp" style="width:35px;height:20px;"> BuddyPress Integration<i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
699
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" alt="mc" style="width:35px;height:20px;"> MailChimp Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
700
+ <li><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></li>
701
+ <li><span class="mo_openid_tooltip">Custom attribute mapping <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></li>
702
+ <li><div class="mo_openid_tooltip" >Custom Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></li>
703
+
704
+ <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
705
+
706
+ <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
707
+ </ul>
708
+ </div> <!-- .mo-openid-cd-pricing-body -->
709
+ </li>
710
+ <li data-type="mo_add-on" class="moaslp is-hidden" style="">
711
  <a id="popover5" data-toggle="popover">
712
  <header class="mo-openid-cd-pricing-header">
713
  <h2 style="margin-bottom: 10%;">BuddyPress Integration Add-On</h2>
731
  </footer>
732
  <div class="mo-openid-cd-pricing-body">
733
  <ul class="mo-openid-cd-pricing-features">
 
734
  <li>Social Login for BuddyPress</li>
735
+ <li><div class="mo_openid_tooltip" >BuddyPress Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
736
  <li>Before BuddyPress Registration Form</li>
737
  <li>Before BuddyPress Account Details</li>
738
  <li>After BuddyPress Registration Form</li>
747
  <ul class="mo-openid-cd-pricing-wrapper" id="col4">
748
  <li data-type="singlesite" class="mosslp is-visible" style="">
749
  <header class="mo-openid-cd-pricing-header">
750
+ <h2 style="margin-bottom: 10%;">All-Inclusive</h2>
751
  <label for="mo_openid_ai">Select No. of Instances : </label>
752
  <select name="mo_openid_ai" id="mo_openid_ai">
753
  <option value="1">1</option>
767
  </footer>
768
  <div class="mo-openid-cd-pricing-body">
769
  <ul class="mo-openid-cd-pricing-features ">
770
+ <li onclick="mo_all_features_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
771
+ <li onclick="mo_cus_feature_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
772
+ <li>
773
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">45 Social Sharing Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
 
 
 
 
774
  </div>
775
+ </li>
 
 
 
 
 
 
776
  <li>
777
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">43 Social Login Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots0">...</span><span id="mo_openid_more0" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots0','mo_openid_more0','mo_openid_myBtn0')" id="mo_openid_myBtn0">Read more</button>
 
778
  </div>
779
  </li>
780
+ <li>
781
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
782
+ <li>Sharing Display Option</li>
783
+ <li>Hover Icons & Floating Icons</li>
784
+ <li>Discord Auto Post</li>
785
+ <li>Sharing Icons for BBPress</li>
786
+ <li>WooCommerce Product Sharing</li>
787
+ <li>E-mail subscriber</li>
788
+ <li>Facebook Share Count</li>
789
+ <li>Facebook Like & Recommended</li>
790
+ <li>Pinterest Pin it Button</li>
791
+ <li>Twitter Follow Button</li>
792
+ <li>Vertical Icons & Horizontal Icons</li>
793
+ <li>Vkontakte, Stumble Upon, Buffer, Pinterest and Reddit Share Count</li>
794
+ <li>White Backgound for Social Login Icons</li>
795
  <li>General Data Protection Regulation (GDPR)</li>
796
  <li>Google recaptcha</li>
797
+ <li>BuddyPress Display Option</li>
798
+ <li>Woocommerce Display Options</li>
799
+ <li>Ultimate Member Display Option</li>
800
+ <li>MemberPress Display Options</li>
801
+ <li>Advance Account Linking</li>
802
+ <li>Redirect After Login & Logout Option</li>
803
+ <li>Role Mapping</li>
804
+ <li>Restrict registration from specific pages</li>
805
+ <li>Extended User Attribute</li>
806
+ <li>User Moderation</li>
807
+ <li>Report (Basic Data Analytics)</li>
808
+ <li>Account Linking & Unlinking for Users</li>
809
+ <li>Email notification to multiple admins</li>
810
+ <li>Welcome Email to end users</li>
811
+ <li>Customizable Email Notification template</li>
812
+ <li>Customizable welcome Email template</li>
813
+ <li>Custom CSS for Social Login buttons</li>
814
+ <li>Social Login Opens in a New Window</li>
815
+ <li>Domain restriction</li>
816
+ <li>Force Admin To Login Using Password</li>
817
+ <li>Send Username and Password Reset link</li>
818
+ <li>Redirect Login To a New Window</li>
819
+ <li>Disable Admin Bar</li>
820
+ <li><span class="mo_openid_tooltip">MemberPress Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by MemberPress to the users login using Social Login</span></li>
821
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/woocommerce.png" alt="wc" style="width:35px;height:20px;"> Woocommerce Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
822
+ <li><span class="mo_openid_tooltip"><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/paidmember.png" alt="pmpro" style="width:35px;height:20px;"> Paid Membership pro Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></li>
823
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/buddypress.png" alt="bp" style="width:35px;height:20px;"> BuddyPress Integration<i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
824
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" alt="mc" style="width:35px;height:20px;"> MailChimp Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
825
+ <li><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></li>
826
+ <li><span class="mo_openid_tooltip">Custom attribute mapping <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></li>
827
+ <li><div class="mo_openid_tooltip" >Custom Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></li>
828
+ <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
829
+
830
+ <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
831
+ </ul>
832
+ </div> <!-- .mo-openid-cd-pricing-body -->
833
+ </li>
834
+ <li data-type="multisite" class="momslp is-hidden style="">
835
+ <header class="mo-openid-cd-pricing-header">
836
+ <h2 style="margin-bottom: 10%;">All-Inclusive</h2>
837
+ <label for="mo_openid_m_ai">Select No. of Instances : </label>
838
+ <select name="mo_openid_m_ai" id="mo_openid_m_ai" onchange="update_val_allinc('mo_openid_m_ai','mo_openid_m_ai_prem_sub','mo_openid_m_ai1','mo_openid_m_ai2')">
839
+ <option value="1">1</option>
840
+ <option value="2">2</option>
841
+ <option value="3">3</option>
842
+ <option value="4">4</option>
843
+ <option value="5">5</option>
844
+ </select><br/><br/>
845
+ <label for="mo_openid_m_ai_sub">Select No. of Sub-Site : </label>
846
+ <select name="mo_openid_m_ai_sub" id="mo_openid_m_ai_prem_sub" onchange="update_val_allinc('mo_openid_m_ai','mo_openid_m_ai_prem_sub','mo_openid_m_ai1','mo_openid_m_ai2')">
847
+ <option value="3">3</option>
848
+ <option value="5">5</option>
849
+ <option value="10">10</option>
850
+ <option value="15">15</option>
851
+ <option value="20">20</option>
852
+ <option value="30">30</option>
853
+ <option value="40">40</option>
854
+ <option value="50">50</option>
855
+ <option value="100">100</option>
856
+ <option value="200">200</option>
857
+ <option value="300">300</option>
858
+ <option value="400">400</option>
859
+ <option value="500">500</option>
860
+ </select>
861
+
862
+ <div class="cd-price" style="margin-top: 9%;">
863
+ <span class="mo-openid-cd-currency">$</span>
864
+ <span id="mo_openid_m_ai1" class="mo-openid-cd-value">222.5</span> &nbsp;&nbsp;
865
+ <span class="mo-openid-cd-currency">$</span>
866
+ <span id="mo_openid_m_ai2" class="mo-openid-cd-value"><s>396</s></span>
867
+ </div>
868
+ </header> <!-- .mo-openid-cd-pricing-header -->
869
+ <footer class="mo-openid-cd-pricing-footer">
870
+ <!-- <a href="#" class="mo-openid-cd-select" onclick="mosocial_addonform('wp_social_login_all_inclusive')" >Upgrade Now</a>-->
871
+ <a href="#" class="mo-openid-cd-select" onclick="mo_openid_support_form('wp_social_login_all_inclusive')" >Contact us for more details</a>
872
+ </footer>
873
+ <div class="mo-openid-cd-pricing-body">
874
+ <ul class="mo-openid-cd-pricing-features ">
875
+ <li onclick="mo_all_features_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>All Free Features +</b></li>
876
+ <li onclick="mo_cus_feature_clk()" style="cursor:pointer;" title="Click here for Feature list" class="mo_openid-on-hover-free-fetr"><b>Custom Registration Form+</b></li>
877
+ <li>
878
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">45 Social Sharing Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Facebook, Twitter, Vkontakte, WhatsApp, Tunmblr, StumbleUpon, LinkedIn, Reddit, Pinterest, Pocket, Digg, Email, Print.<span id="mo_openid_dots2">...</span><span id="mo_openid_more2" style="display:none" ><br>Buffer, Amazon_wishlist, Telegram, Line, Yahoo, Instapaper, Mewe, Livejournal, Mix, AOI Mail, Qzone, Gmail, Typepad_post, Fark, Bookmark, Fintel, Mendeley, Slashdot, Wanelo, Classroom, Yummly, Hacker_news, Kakao, Plurk, Trello, wykop, Weibo, Renren, Xing, Wordpress, Front it, Skype, Kindle It, Bloggerpost, Mail.ru, Papaly, Blogmarks, Twiddla.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots2','mo_openid_more2','mo_openid_myBtn2')" id="mo_openid_myBtn2">Read more</button>
879
+ </div>
880
+ </li>
881
+ <li>
882
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">43 Social Login Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;">Apple, Dropbox, Discord, Twitch, Line, Hubspot, Google, Facebook, Twitter, Vkontakte, LinkedIn, Windows Live, Instagram, Amazon, Salesforce, Yahoo.<span id="mo_openid_dots8">...</span><span id="mo_openid_more8" style="display:none" >Paypal, Wordpress, Github, Mail.RU, Disqus, Pinterest, Yandex, Spotify, Reddit, Tumblr, Vimeo, Kakao, Dribbble, Flickr, MeetUp, Stackexchange, Livejournal, Snapchat, Foursquare, Teamsnap, Naver, Odnoklassniki, Wiebo, Wechat, Baidu, Renren, QQ.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots8','mo_openid_more8','mo_openid_myBtn8')" id="mo_openid_myBtn8">Read more</button>
883
+ </div>
884
+ </li>
885
+ <li>
886
+ <div class="mo_openid_tooltip" style="padding-left: 40px;">8 Pre-Configured Apps <i class="fa fa-commenting " style="font-size:18px; color:#85929E"></i><span class="mo_openid_tooltiptext" style="width:100%;"> Google, Vkontakte, LinkedIn, Windows Live, Amazon, Salesforce, Yahoo, Wordpress</span></div></li>
887
+ <li>Sharing Display Option</li>
888
+ <li>Hover Icons & Floating Icons</li>
889
+ <li>Discord Auto Post</li>
890
+ <li>Sharing Icons for BBPress</li>
891
+ <li>WooCommerce Product Sharing</li>
892
+ <li>E-mail subscriber</li>
893
+ <li>Facebook Share Count</li>
894
  <li>Facebook Like & Recommended</li>
895
+ <li>Pinterest Pin it Button</li>
896
  <li>Twitter Follow Button</li>
897
+ <li>Vertical Icons & Horizontal Icons</li>
898
+ <li>Vkontakte, Stumble Upon, Buffer, Pinterest and Reddit Share Count</li>
899
+ <li>General Data Protection Regulation (GDPR)</li>
900
+ <li>Google recaptcha</li>
901
+ <li>BuddyPress Display Option</li>
902
+ <li>Woocommerce Display Options</li>
903
+ <li>Ultimate Member Display Option</li>
904
+ <li>MemberPress Display Options</li>
905
+ <li>Advance Account Linking</li>
906
+ <li>Role Mapping</li>
 
 
 
 
907
  <li>Restrict registration from specific pages</li>
908
+ <li>Extended User Attribute</li>
909
  <li>User Moderation</li>
910
+ <li>Report (Basic Data Analytics)</li>
911
+ <li>Account Linking & Unlinking for Users</li>
912
+ <li>Email notification to multiple admins</li>
913
+ <li>Welcome Email to end users</li>
914
+ <li>Customizable Email Notification template</li>
915
+ <li>Customizable welcome Email template</li>
916
+ <li>Custom CSS for Social Login buttons</li>
917
+ <li>Social Login Opens in a New Window</li>
918
+ <li>Domain restriction</li>
919
+ <li>Force Admin To Login Using Password</li>
920
+ <li>Send Username and Password Reset link</li>
921
+ <li>Redirect Login To a New Window</li>
922
+ <li>Disable Admin Bar</li>
923
+ <li><span class="mo_openid_tooltip">MemberPress Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by MemberPress to the users login using Social Login</span></li>
924
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/woocommerce.png" alt="wc" style="width:35px;height:20px;"> Woocommerce Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
925
+ <li><span class="mo_openid_tooltip"><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/paidmember.png" alt="pmpro" style="width:35px;height:20px;"> Paid Membership pro Integration <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></li>
926
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/buddypress.png" alt="bp" style="width:35px;height:20px;"> BuddyPress Integration<i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
927
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" alt="mc" style="width:35px;height:20px;"> MailChimp Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
928
+ <li><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></li>
929
+ <li><span class="mo_openid_tooltip">Custom attribute mapping <i class="fa fa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext" style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></li>
930
+ <li><div class="mo_openid_tooltip" >Custom Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></li>
931
+ <li>Shortcodes to display social icons on<br/>any homepage page, post, popup and php pages.</li>
932
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
933
  </ul>
934
  </div> <!-- .mo-openid-cd-pricing-body -->
935
  </li>
936
+ <li data-type="mo_add-on" class="moaslp is-hidden" style="">
937
+ <header class="mo-openid-cd-pricing-header">
938
+ <h2 style="margin-bottom: 10%;">HubSpot Integration Add-on</h2>
939
+ <label for="mo_openid_hub">Select No. of Instances : </label>
940
+ <select name="mo_openid_hub" id="mo_openid_hub">
941
+ <option value="1">1</option>
942
+ <option value="5">5</option>
943
+ <option value="10">10</option>
944
+ </select>
945
+ <div class="cd-price" style="margin-top: 9%;">
946
+ <span class="mo-openid-cd-currency">$</span>
947
+ <span id="mo_openid_hub1" class="mo-openid-cd-value">45</span> &nbsp;&nbsp;
948
+ <span class="mo-openid-cd-currency">$</span>
949
+ <span id="mo_openid_hub2" class="mo-openid-cd-value"><s>59</s></span>
950
+ </div>
951
+ </header>
952
+ <footer class="mo-openid-cd-pricing-footer">
953
+ <a href="#" class="mo-openid-cd-select" onclick="mosocial_addonform('wp_social_login_hubspot_addon')" >Upgrade Now</a>
954
+ </footer>
955
+ <div class="mo-openid-cd-pricing-body">
956
+ <ul class="mo-openid-cd-pricing-features">
957
+ <li>Add a new contact list in Hubspot</li>
958
+ <li>Can be used with any Social Login Application</li>
959
+ <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
960
+ </ul>
961
+ </div>
962
+ </li>
963
+ <br><br>
964
+ <li data-type="mo_add-on" class="moaslp is-hidden">
965
  <header class="mo-openid-cd-pricing-header">
966
  <h2 style="margin-bottom: 10%;">MailChimp Integration Add-on</h2>
967
  <label for="mo_openid_mca">Select No. of Instances : </label>
983
  </footer>
984
  <div class="mo-openid-cd-pricing-body">
985
  <ul class="mo-openid-cd-pricing-features">
986
+ <li><div class="mo_openid_tooltip" ><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/mailchimp_logo.png" style="width:35px;height:20px;"> MailChimp Integration <i class="fa fa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
 
987
  <li><a style="cursor: pointer" onclick="mo_openid_support_form('')">Click here to Contact Us</a></li>
988
  </ul>
989
  </div> <!-- .mo-openid-cd-pricing-body -->
995
  </ul> <!-- .mo-openid-cd-pricing-list -->
996
  </div>
997
  </div>
998
+
999
  </div>
1000
+
1001
  <script>
1002
 
1003
  //apple plan
1015
  }
1016
  });
1017
 
1018
+ //hubspot addon
1019
+ jQuery('#mo_openid_hub').on('change', function () {
1020
+ if (this.value === "1") {
1021
+ jQuery('#mo_openid_hub1').html("45");
1022
+ jQuery('#mo_openid_hub2').html("<s>59</s>");
1023
+ } else if (this.value === "5") {
1024
+ jQuery('#mo_openid_hub1').html("149");
1025
+ jQuery('#mo_openid_hub2').html("<s>295</s>");
1026
+ }
1027
+ else if (this.value === "10") {
1028
+ jQuery('#mo_openid_hub1').html("249");
1029
+ jQuery('#mo_openid_hub2').html("<s>590</s>");
1030
+ }
1031
+ });
1032
+
1033
  //custom registration add on
1034
  jQuery('#mo_openid_cra').on('change', function () {
1035
  if (this.value === "1") {
1060
  }
1061
  });
1062
 
1063
+ //standard plan for multisite
1064
+ function update_val_std(no_of_ins, no_of_sub_sites, value, actual_value){
1065
+ no_of_sites=document.getElementById(no_of_ins).value;
1066
+ no_of_sub=document.getElementById(no_of_sub_sites).value;
1067
+ if(no_of_sites==1)
1068
+ {
1069
+ jQuery('#' + value).html(29+(29 * (no_of_sub / 2)));
1070
+ no_of_sub=parseInt(no_of_sub) +1;
1071
+ jQuery('#' + actual_value).html("<s>"+39 * no_of_sub +"</s>");
1072
+ }
1073
+ else if(no_of_sites==2)
1074
+ {
1075
+ jQuery('#' + value).html(55+(55 * (no_of_sub / 2)));
1076
+ no_of_sub=parseInt(no_of_sub) +1;
1077
+ jQuery('#' + actual_value).html("<s>"+78 * no_of_sub+"</s>");
1078
+ }
1079
+ else if(no_of_sites==3)
1080
+ {
1081
+ jQuery('#' + value).html(80+(80 * (no_of_sub / 2)));
1082
+ no_of_sub=parseInt(no_of_sub) +1;
1083
+ jQuery('#' + actual_value).html("<s>"+117 * no_of_sub+"</s>");
1084
+ }
1085
+ else if(no_of_sites==4)
1086
+ {
1087
+ jQuery('#' + value).html(90+(90 * (no_of_sub / 2)));
1088
+ no_of_sub=parseInt(no_of_sub) +1;
1089
+ jQuery('#' + actual_value).html("<s>"+156 * no_of_sub+"</s>");
1090
+ }
1091
+ else if(no_of_sites==5)
1092
+ {
1093
+ jQuery('#' + value).html(99+(99 * (no_of_sub / 2)));
1094
+ no_of_sub=parseInt(no_of_sub) +1;
1095
+ jQuery('#' + actual_value).html("<s>"+195 * no_of_sub+"</s>");
1096
+ }
1097
+ }
1098
+
1099
+ //sharing plan for multisite
1100
+ function update_val_share(no_of_ins, no_of_sub_sites, value, actual_value){
1101
+ no_of_sites=document.getElementById(no_of_ins).value;
1102
+ no_of_sub=document.getElementById(no_of_sub_sites).value;
1103
+ if(no_of_sites==1)
1104
+ {
1105
+ jQuery('#' + value).html(19+(19 * (no_of_sub / 2)));
1106
+ no_of_sub=parseInt(no_of_sub) +1;
1107
+ jQuery('#' + actual_value).html("<s>"+29 * no_of_sub +"</s>");
1108
+ }
1109
+ else if(no_of_sites==2)
1110
+ {
1111
+ jQuery('#' + value).html(35+(35 * (no_of_sub / 2)));
1112
+ no_of_sub=parseInt(no_of_sub) +1;
1113
+ jQuery('#' + actual_value).html("<s>"+58 * no_of_sub+"</s>");
1114
+ }
1115
+ else if(no_of_sites==3)
1116
+ {
1117
+ jQuery('#' + value).html(49+(49 * (no_of_sub / 2)));
1118
+ no_of_sub=parseInt(no_of_sub) +1;
1119
+ jQuery('#' + actual_value).html("<s>"+87 * no_of_sub+"</s>");
1120
+ }
1121
+ else if(no_of_sites==4)
1122
+ {
1123
+ jQuery('#' + value).html(55+(55 * (no_of_sub / 2)));
1124
+ no_of_sub=parseInt(no_of_sub) +1;
1125
+ jQuery('#' + actual_value).html("<s>"+116 * no_of_sub+"</s>");
1126
+ }
1127
+ else if(no_of_sites==5)
1128
+ {
1129
+ jQuery('#' + value).html(59+(59 * (no_of_sub / 2)));
1130
+ no_of_sub=parseInt(no_of_sub) +1;
1131
+ jQuery('#' + actual_value).html("<s>"+145 * no_of_sub+"</s>");
1132
+ }
1133
+ }
1134
+
1135
  //woocommerce addon/plan
1136
  jQuery('#mo_openid_wca_in').on('change', function () {
1137
  if (this.value === "1") {
1162
  }
1163
  });
1164
 
1165
+ //premium for multisite
1166
+ function update_val_prem(no_of_ins, no_of_sub_sites, value, actual_value){
1167
+ no_of_sites=document.getElementById(no_of_ins).value;
1168
+ no_of_sub=document.getElementById(no_of_sub_sites).value;
1169
+ if(no_of_sites==1)
1170
+ {
1171
+ jQuery('#' + value).html(49+(49 * (no_of_sub / 2)));
1172
+ no_of_sub=parseInt(no_of_sub) +1;
1173
+ jQuery('#' + actual_value).html("<s>"+59 * no_of_sub +"</s>");
1174
+ }
1175
+ else if(no_of_sites==2)
1176
+ {
1177
+ jQuery('#' + value).html(90+(90 * (no_of_sub / 2)));
1178
+ no_of_sub=parseInt(no_of_sub) +1;
1179
+ jQuery('#' + actual_value).html("<s>"+118 * no_of_sub+"</s>");
1180
+ }
1181
+ else if(no_of_sites==3)
1182
+ {
1183
+ jQuery('#' + value).html(125+(125 * (no_of_sub / 2)));
1184
+ no_of_sub=parseInt(no_of_sub) +1;
1185
+ jQuery('#' + actual_value).html("<s>"+177 * no_of_sub+"</s>");
1186
+ }
1187
+ else if(no_of_sites==4)
1188
+ {
1189
+ jQuery('#' + value).html(139+(139 * (no_of_sub / 2)));
1190
+ no_of_sub=parseInt(no_of_sub) +1;
1191
+ jQuery('#' + actual_value).html("<s>"+236 * no_of_sub+"</s>");
1192
+ }
1193
+ else if(no_of_sites==5)
1194
+ {
1195
+ jQuery('#' + value).html(149+(149 * (no_of_sub / 2)));
1196
+ no_of_sub=parseInt(no_of_sub) +1;
1197
+ jQuery('#' + actual_value).html("<s>"+295 * no_of_sub+"</s>");
1198
+ }
1199
+ }
1200
+
1201
  //buddypress addon/plan
1202
  jQuery('#mo_openid_bpa').on('change', function () {
1203
  if (this.value === "1") {
1228
  }
1229
  });
1230
 
1231
+ //all-inclusive plan for multisite
1232
+ function update_val_allinc(no_of_ins, no_of_sub_sites, value, actual_value){
1233
+ no_of_sites=document.getElementById(no_of_ins).value;
1234
+ no_of_sub=document.getElementById(no_of_sub_sites).value;
1235
+ if(no_of_sites==1)
1236
+ {
1237
+ jQuery('#' + value).html(89+(89 * (no_of_sub / 2)));
1238
+ no_of_sub=parseInt(no_of_sub) +1;
1239
+ jQuery('#' + actual_value).html("<s>"+99 * no_of_sub +"</s>");
1240
+ }
1241
+ else if(no_of_sites==2)
1242
+ {
1243
+ jQuery('#' + value).html(170+(170 * (no_of_sub / 2)));
1244
+ no_of_sub=parseInt(no_of_sub) +1;
1245
+ jQuery('#' + actual_value).html("<s>"+198 * no_of_sub+"</s>");
1246
+ }
1247
+ else if(no_of_sites==3)
1248
+ {
1249
+ jQuery('#' + value).html(240+(240 * (no_of_sub / 2)));
1250
+ no_of_sub=parseInt(no_of_sub) +1;
1251
+ jQuery('#' + actual_value).html("<s>"+297 * no_of_sub+"</s>");
1252
+ }
1253
+ else if(no_of_sites==4)
1254
+ {
1255
+ jQuery('#' + value).html(270+(270 * (no_of_sub / 2)));
1256
+ no_of_sub=parseInt(no_of_sub) +1;
1257
+ jQuery('#' + actual_value).html("<s>"+396 * no_of_sub+"</s>");
1258
+ }
1259
+ else if(no_of_sites==5)
1260
+ {
1261
+ jQuery('#' + value).html(299+(299 * (no_of_sub / 2)));
1262
+ no_of_sub=parseInt(no_of_sub) +1;
1263
+ jQuery('#' + actual_value).html("<s>"+495 * no_of_sub+"</s>");
1264
+ }
1265
+ }
1266
+
1267
  //mailchimp addon
1268
  jQuery('#mo_openid_mca').on('change', function () {
1269
  if (this.value === "1") {
1282
  //social sharing plan
1283
  jQuery('#mo_openid_ss').on('change', function () {
1284
  if (this.value === "1") {
1285
+ jQuery('#mo_openid_ss1').html("19");
1286
+ jQuery('#mo_openid_ss2').html("<s>25</s>");
1287
  } else if (this.value === "5") {
1288
  jQuery('#mo_openid_ss1').html("45");
1289
+ jQuery('#mo_openid_ss2').html("<s>125</s>");
1290
  }
1291
  else if (this.value === "10") {
1292
  jQuery('#mo_openid_ss1').html("99");
1293
+ jQuery('#mo_openid_ss2').html("<s>250</s>");
1294
  }
1295
  });
1296
 
1297
+ //social sharing for multisite
1298
+ jQuery('#mo_openid_ssm').on('change', function () {
1299
+ if (this.value === "1") {
1300
+ jQuery('#mo_openid_ssm1').html("19");
1301
+ jQuery('#mo_openid_ssm2').html("<s>25</s>");
1302
+ } else if (this.value === "5") {
1303
+ jQuery('#mo_openid_ssm1').html("45");
1304
+ jQuery('#mo_openid_ssm2').html("<s>125</s>");
1305
+ }
1306
+ else if (this.value === "10") {
1307
+ jQuery('#mo_openid_ssm1').html("99");
1308
+ jQuery('#mo_openid_ssm2').html("<s>250</s>");
1309
+ }
1310
+ });
1311
 
1312
+ //var x="<?php //echo get_option('mo_openid_extension_tab'); ?>//";
1313
+ //if(x==1){
1314
+ // document.getElementById('singlesite').checked= false;
1315
+ // //document.getElementById('multisite').checked= true;
1316
+ // document.getElementById('mo_add-on').checked= true;
1317
+ //}
1318
  var card1 = document.getElementById('col1');
1319
  var card2= document.getElementById('col2');
1320
  var card3= document.getElementById('col3');
1327
  card4.classList.toggle('flipped');
1328
  }, false);
1329
 
1330
+ document.getElementById('mo_add-on').addEventListener('click', function() {
1331
+ card1.classList.toggle('flipped');
1332
+ card2.classList.toggle('flipped');
1333
+ card3.classList.toggle('flipped');
1334
+ card4.classList.toggle('flipped');
1335
+ }, false);
1336
+
1337
  document.getElementById('singlesite').addEventListener('click', function() {
1338
  card1.classList.toggle('flipped');
1339
  card2.classList.toggle('flipped');
1343
  </script>
1344
  <script>
1345
  jQuery("input[name=sitetype]:radio").change(function() {
 
1346
  if (this.value == 'multisite') {
1347
+ document.getElementById("list-type").style.width = "100%";
1348
  jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
1349
+ jQuery('.moaslp').removeClass('is-visible').addClass('is-hidden');
1350
  jQuery('.momslp').addClass('is-visible').removeClass('is-hidden is-selected');
1351
+ jQuery('#mo_switcher_2').removeClass('mo-open-id-cd-switch-2');
1352
+ jQuery('#mo_switcher_1').addClass('mo-open-id-cd-switch');
1353
+ jQuery('#mo_apple_plan').hide();
1354
  }
1355
+ else if(this.value=='singlesite'){
1356
  document.getElementById("list-type").style.width = "100%";
1357
  jQuery('.mosslp').addClass('is-visible').removeClass('is-hidden');
1358
  jQuery('.momslp').removeClass('is-visible').addClass('is-hidden is-selected');
1359
+ jQuery('.moaslp').removeClass('is-visible').addClass('is-hidden is-selected');
1360
+ jQuery('#mo_apple_plan').show();
1361
+ }
1362
+ else if(this.value=='mo_add-on'){
1363
+ document.getElementById("list-type").style.width = "100%";
1364
+ jQuery('.moaslp').addClass('is-visible').removeClass('is-hidden');
1365
+ jQuery('.momslp').removeClass('is-visible').addClass('is-hidden is-selected');
1366
+ jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden is-selected');
1367
+ jQuery('#mo_switcher_1').removeClass('mo-open-id-cd-switch');
1368
+ jQuery('#mo_switcher_2').addClass('mo-open-id-cd-switch-2');
1369
+ jQuery('#mo_apple_plan').hide();
1370
  }
1371
  });
1372
 
1373
  jQuery(document).ready(function($){
1374
+ var x="<?php echo get_option('mo_openid_extension_tab'); ?>";
1375
+ if(x==1){
1376
+ document.getElementById('singlesite').checked= false;
1377
+ document.getElementById('mo_add-on').checked= true;
1378
+ jQuery('#mo_apple_plan').hide();
1379
  }
1380
+ if(document.getElementById("mo_add-on").checked == true){
1381
  jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
1382
+ jQuery('.momslp').removeClass('is-visible').addClass('is-hidden');
1383
+ jQuery('.moaslp').addClass('is-visible').removeClass('is-hidden is-selected');
1384
+ jQuery('#mo_switcher_1').removeClass('mo-open-id-cd-switch');
1385
+ jQuery('#mo_switcher_2').addClass('mo-open-id-cd-switch-2');
1386
  }
1387
 
1388
  //switch from monthly to annual pricing tables
1444
  }
1445
  });
1446
  </script>
 
 
 
 
 
 
 
1447
  <div class="clear">
1448
  <hr>
1449
  <h3>Refund Policy -</h3>
1458
  <li>Returns beyond 10 days.</li>
1459
  </ol>
1460
  </div>
1461
+ <div id="myModal_3" class="mo_openid_popup-modal">
1462
+
1463
+ <div class="mo_openid_modal-content">
1464
+ <span class="mo_openid-popup-modal-close">&times;</span>
1465
+ <h3>FREE SOCIAL LOGIN FEATURES</h3>
1466
+ <li>Social Login with Facebook, Google, Twitter, Vkontakte, LinkedIn, Amazon, Windows Live, Salesforce & Yahoo</li>
1467
+ <li>NO SETUP required for default social login apps.</li>
1468
+ <li>Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Yahoo</li>
1469
+ <li>Preview is available for Social Login icons</li>
1470
+ <li>Icon Customizations – customize shape, theme, space & size of social login icons.</li>
1471
+ <li>Profile completion (username, email) – Prompt user for email & username if social login app doesn’t return it. Email is verified with verification code.</li>
1472
+ <li>Assign Roles to users – Assign WordPress roles to users logging in with social login application.</li>
1473
+ <li>Add the Social Login Icons on: login page, registration page, comment form or anywhere on your site using our Social Login widget/ shortcode.</li>
1474
+ <li>Sync Social Profile Picture with WordPress.</li>
1475
+ <li>Enable Email Notification to admin when user registers with social login application.</li>
1476
+ <li>Enable/disable user registration.</li>
1477
+ <li>Customize Login/Logout Redirect URL.</li>
1478
+ <li>Customizable Text For Social Login Icons.</li>
1479
+ <li>SHORTCODE available for social login.</li>
1480
+ <li>Support using email and in-plugin support form.</li>
1481
+ </div>
1482
+ </div>
1483
+
1484
+ <div id="myModal_4" class="mo_openid_popup-modal" >
1485
+
1486
+ <div class="mo_openid_modal-content" style="margin-top: 8%">
1487
+ <span class="mo_openid-popup-modal-close">&times;</span>
1488
+ <h3>CUSTOM REGISTRATION FORM FEATURES</h3>
1489
+ <li>Create a pre-registration form</li>
1490
+ <li>Allow user to select Role while Registration</li>
1491
+ <li>All WordPress Themes Supported</li>
1492
+ <li>Map Users Data returned from all Social Apps</li>
1493
+ <li>Add Custom Fields in the Registration form</li>
1494
+ <li>Advanced Form Control</li>
1495
+ <li>Sync existing meta field</li>
1496
+ </div>
1497
+ </div>
1498
+
1499
+ <script> //var modal = ;
1500
+ function mo_all_features_clk(){
1501
+ document.getElementById('myModal_3').style.display="block";
1502
+
1503
+ }
1504
+ function mo_cus_feature_clk(){
1505
+ document.getElementById('myModal_4').style.display="block";
1506
+
1507
+ }
1508
+ var span = document.getElementsByClassName("mo_openid-popup-modal-close")[0];
1509
+ span.onclick = function() {
1510
+ document.getElementById('myModal_3').style.display = "none";
1511
+
1512
+ }
1513
+ var span2= document.getElementsByClassName("mo_openid-popup-modal-close")[1];
1514
+ span2.onclick = function() {
1515
+ document.getElementById('myModal_4').style.display = "none";
1516
+
1517
+ }
1518
+ window.onclick = function(event) {
1519
+ if (event.target == document.getElementById('myModal_3')) {
1520
+ document.getElementById('myModal_3').style.display = "none";
1521
+ }
1522
+ if (event.target == document.getElementById('myModal_4')) {
1523
+ document.getElementById('myModal_4').style.display = "none";
1524
+ }
1525
+
1526
+ }
1527
+ </script>
1528
  <script>
1529
  //to set heading name
1530
  jQuery('#mo_openid_page_heading').text('<?php echo mo_sl('Licensing Plans');?>');
1531
+
1532
+
1533
  function myFunction(dots_id,read_id,btn_id) {
1534
 
1535
  var dots = document.getElementById(dots_id);
1582
  <?php
1583
  }
1584
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
view/link_social_account/mo_openid_Acclink.php CHANGED
@@ -62,7 +62,7 @@ function mo_openid_linkSocialAcc(){
62
  <?php } ?>
63
  </label>
64
  <br/></td></tr>
65
- <tr id="save_btn"><td><br/><input <?php echo $disable?> type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;text-shadow: none;background-color:#0867b2;color:white;box-shadow:none;" class="button button-primary button-large" /></td></tr>
66
  <tr id="acc_link"><td> </td></tr>
67
  </table>
68
  </form>
62
  <?php } ?>
63
  </label>
64
  <br/></td></tr>
65
+ <tr id="save_mo_btn"><td><br/><input <?php echo $disable?> type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;text-shadow: none;background-color:#0867b2;color:white;box-shadow:none;" class="button button-primary button-large" /></td></tr>
66
  <tr id="acc_link"><td> </td></tr>
67
  </table>
68
  </form>
view/profile_completion/mo_openid_prof_comp.php CHANGED
@@ -54,7 +54,7 @@ function mo_openid_profile_completion(){
54
 
55
 
56
  </td></tr>
57
- <tr id="save_btn"><td colspan="2"><br/><input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;text-shadow: none;background-color:#0867b2;color:white;box-shadow:none;" class="button button-primary button-large" /></td></tr>
58
  <tr id="prof"><td> </td></tr>
59
  </table>
60
  </div>
54
 
55
 
56
  </td></tr>
57
+ <tr id="save_mo_btn"><td colspan="2"><br/><input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;text-shadow: none;background-color:#0867b2;color:white;box-shadow:none;" class="button button-primary button-large" /></td></tr>
58
  <tr id="prof"><td> </td></tr>
59
  </table>
60
  </div>
view/rate_us/rate_us.php CHANGED
@@ -79,8 +79,8 @@ echo' <div id="mo_openid_rateus_myModal" class="mo_openid_modal_rateus">
79
  }
80
  function asdf(asdf1) {
81
  var modal = document.getElementById("mo_openid_rateus_myModal");
82
- var btn = document.getElementById("mo_openid_rateus_modal");
83
- btn.onclick = function() {
84
  jQuery("#mo_openid_support_form_feedback").hide();
85
  jQuery("#mo_openid_rating-4").prop('checked',false);
86
  jQuery("#mo_openid_rating-3").prop('checked',false);
79
  }
80
  function asdf(asdf1) {
81
  var modal = document.getElementById("mo_openid_rateus_myModal");
82
+ var mo_btn = document.getElementById("mo_openid_rateus_modal");
83
+ mo_btn.onclick = function() {
84
  jQuery("#mo_openid_support_form_feedback").hide();
85
  jQuery("#mo_openid_rating-4").prop('checked',false);
86
  jQuery("#mo_openid_rating-3").prop('checked',false);
view/reports/mo_openid_reports.php ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function mo_openid_reports()
4
+ {
5
+ ?>
6
+ <div class = "mo_openid_mywatermark">
7
+ <label for="select_display" style="color: #1c1c1c; text-align: left; font-weight: bold;">SELECT USER TYPE: </label>
8
+ <select id="select_display" disabled>
9
+ <option value="all" selected>All Users</option>
10
+ <option value="social" >Social Login Users</option>
11
+ </select>
12
+
13
+ <style>
14
+ .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:context-menu;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
15
+
16
+ table {
17
+ font-family: Arial, Helvetica, sans-serif;
18
+ border-collapse: collapse;
19
+ width: 98%;
20
+ margin-right: 5%;
21
+ }
22
+
23
+ .pagination li:hover{
24
+ cursor: pointer;
25
+ }
26
+ </style>
27
+
28
+ <br><br>
29
+
30
+ <div class="container" style="margin-top: 1%;">
31
+ <div class="form-group">
32
+ <label for="maxRows" style="color: #1c1c1c; text-align: left; font-weight: bold;">Select Number Of Rows: </label>
33
+ <select class ="form-control" name="state" id="maxRows" disabled>
34
+ <option value="5">5</option>
35
+ <option value="10">10</option>
36
+ <option value="15">15</option>
37
+ <option value="20">20</option>
38
+ <option value="50">50</option>
39
+ <option value="100">100</option>
40
+ </select>
41
+ </div>
42
+
43
+ <table class="mo_openid_reports_tables" id="reports_table" style="background-color: #ddd;cursor: context-menu;">
44
+ <tr>
45
+ <th>Sr. No.</th>
46
+ <th>User ID</th>
47
+ <th>Username</th>
48
+ <th>Name</th>
49
+ <th>Email</th>
50
+ <th>Role</th>
51
+ <th>Linked Social Profile</th>
52
+ <th>Last Login</th>
53
+ </tr>
54
+ <tr>
55
+ <td>1</td>
56
+ <td>1</td>
57
+ <td>Admin</td>
58
+ <td>Admin</td>
59
+ <td>admin@example.com</td>
60
+ <td>administrator</td>
61
+ <td>facebook, google</td>
62
+ <td>01 Mar, 2021 17:53:25</td>
63
+ </tr>
64
+ <tr>
65
+ <td>2</td>
66
+ <td>2</td>
67
+ <td>johndoe</td>
68
+ <td>John Doe</td>
69
+ <td>johndoe@example.com</td>
70
+ <td>contributor</td>
71
+ <td>google, linkedin</td>
72
+ <td>02 Mar, 2021 13:31:13</td>
73
+ </tr>
74
+ <tr>
75
+ <td>3</td>
76
+ <td>3</td>
77
+ <td>Jane S</td>
78
+ <td>sjane</td>
79
+ <td>sjane@example.com</td>
80
+ <td>author</td>
81
+ <td>facebook, google, linkedin</td>
82
+ <td>01 Mar, 2021 17:21:50</td>
83
+ </tr>
84
+ <tr>
85
+ <td>4</td>
86
+ <td>4</td>
87
+ <td>Jack H</td>
88
+ <td>jackh</td>
89
+ <td>jackh@example.com</td>
90
+ <td>author</td>
91
+ <td>facebook, google, livejournal</td>
92
+ <td>02 Mar, 2021 15:33:45</td>
93
+ </tr>
94
+ <tr>
95
+ <td>5</td>
96
+ <td>5</td>
97
+ <td>janedoe</td>
98
+ <td>Jane Doe</td>
99
+ <td>jdoe@example.com</td>
100
+ <td>subscriber</td>
101
+ <td>facebook, google, twitter</td>
102
+ <td>03 Mar, 2021 12:33:15</td>
103
+ </tr>
104
+
105
+ </table>
106
+
107
+ <br><br>
108
+
109
+ <a href="#" id="xx" style="text-decoration:none;color:#000;background-color:#ddd;border:1px solid #ccc;padding:8px;cursor:context-menu;" disabled>Export this Table data into Excel</a>
110
+
111
+ <br><br>
112
+
113
+ <img style="display: block; margin-left: auto; margin-right: auto;" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/usage_share_reports.png" alt="usage share"/>
114
+ <br><br>
115
+
116
+ </div>
117
+
118
+ <br><br>
119
+
120
+ <div class="container">
121
+ <label for="select_user" style="color: #1c1c1c; text-align: left; font-weight: bold;">SELECT USER ID: </label>
122
+ <form action="" method="POST">
123
+ <select id="select_user" name="selecteduid" onchange="this.form.submit();">
124
+ <option>5</option>
125
+
126
+ </select>
127
+ <!-- <input type="submit" value="Submit" />-->
128
+ </form>
129
+ </div>
130
+
131
+ <table class="mo_openid_reports_tables" id="per_user" style="background-color: #ddd;cursor: context-menu;">
132
+ <tr>
133
+ <th>User ID</th>
134
+ <th>Email</th>
135
+ <th>Username</th>
136
+ <th>Pages Visited</th>
137
+ <th>No. of Times Visited</th>
138
+ </tr>
139
+
140
+ <tr>
141
+ <td>5</td>
142
+ <td>jdoe@example.com</td>
143
+ <td>janedoe</td>
144
+ <td>/homepage/</td>
145
+ <td>7</td>
146
+ </tr>
147
+
148
+ <tr>
149
+ <td>5</td>
150
+ <td>jdoe@example.com</td>
151
+ <td>janedoe</td>
152
+ <td>/sample-page/</td>
153
+ <td>10</td>
154
+ </tr>
155
+
156
+ <tr>
157
+ <td>5</td>
158
+ <td>jdoe@example.com</td>
159
+ <td>janedoe</td>
160
+ <td>/privacy-policy/</td>
161
+ <td>3</td>
162
+ </tr>
163
+
164
+ </table>
165
+
166
+ <br><br>
167
+
168
+ <img style="display: block; margin-left: auto; margin-right: auto;" src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/most_visited_reports.png" alt="usage share"/>
169
+
170
+ <br><br>
171
+
172
+ </div>
173
+
174
+
175
+ <!-- ================================================================================================================================================================================================= -->
176
+
177
+ <?php
178
+ }
view/shrtco/mo_openid_shrtco.php CHANGED
@@ -9,18 +9,18 @@ function mo_openid_login_shortcodes(){
9
  <h4><?php echo mo_sl("Use social login Shortcode in the content of required page/post where you want to display Social Login Icons.");?></h4>
10
  <h3><?php echo mo_sl("Default Social Login Shortcode");?></h3>
11
  <?php echo mo_sl("This will display Social Login Icons with same default settings");?><br/>
12
- <code id='1'>[miniorange_social_login]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#1', '#shortcode_url_copy')"><span id="shortcode_url_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><hr>
13
 
14
  <h3><?php echo mo_sl("For Icons");?></h3>
15
  <?php echo mo_sl("You can use different attribute to customize social login icons. All attributes are optional except view.");?><br/><br/>
16
- <b><?php echo mo_sl("Square Shape Example");?>:</b> <code id='2'>[miniorange_social_login shape="square" theme="default" space="4" size="35"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#2', '#shortcode_url1_copy')"><span id="shortcode_url1_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
17
  <a class=" login-button" rel="nofollow" title=" Login with Facebook"><img alt="Facebook" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/facebook.png'?>" class=" login-button square"></a>
18
  <a class=" login-button" rel="nofollow" title=" Login with Google"><img alt="Google" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/google.png'?>" class=" login-button square"></a>
19
  <a class=" login-button" rel="nofollow" title=" Login with Vkontakte"><img alt="Vkontakte" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/vk.png'?>" class=" login-button square"></a>
20
  <a class=" login-button" rel="nofollow" title=" Login with LinkedIn"><img alt="LinkedIn" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/linkedin.png'?>" class=" login-button square"></a>
21
  <a class=" login-button" rel="nofollow" title=" Login with instagram"><img alt="Instagram" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/instagram.png'?>" class=" login-button square"></a><br/><br/>
22
 
23
- <b><?php echo mo_sl("Round Shape Example");?>:</b> <code id='3'>[miniorange_social_login shape="round" theme="default" space="4" size="35"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#3', '#shortcode_url2_copy')"><span id="shortcode_url2_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
24
  <a class=" login-button" rel="nofollow" title=" Login with Facebook"><img alt="Facebook" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/facebook.png'?>" class=" login-button round"></a>
25
  <a class=" login-button" rel="nofollow" title=" Login with Google"><img alt="Google" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/google.png'?>" class=" login-button round"></a>
26
  <a class=" login-button" rel="nofollow" title=" Login with Vkontakte"><img alt="Vkontakte" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/vk.png'?>" class=" login-button round"></a>
@@ -29,23 +29,23 @@ function mo_openid_login_shortcodes(){
29
  <hr>
30
  <h3><?php echo mo_sl("For Long-Buttons");?></h3>
31
  <?php echo mo_sl("You can use different attribute to customize social login buttons. All attributes are optional");?>.<br/><br/>
32
- <b><?php echo mo_sl('Vertical View Example');?>:<br/></b><code id='4'>[miniorange_social_login shape="longbuttonwithtext" theme="default" space="8" width="180" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#4', '#shortcode_url3_copy')"><span id="shortcode_url3_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
33
- <a rel="nofollow" style="margin-left: 8px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;" class="btn btn-mo btn-block btn-social btn-facebook btn-custom-dec login-button"> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
34
- <a rel="nofollow" style="margin-left: 8px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
35
- <a rel="nofollow" style="margin-left: 8px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;" class="btn btn-mo btn-block btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a><br/>
36
-
37
- <b><?php echo mo_sl('Horizontal View Example');?>:</b><code id='5'>[miniorange_social_login shape="longbuttonwithtext" view="horizontal" appcnt="3" theme="default" space="35" width="180" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#5', '#shortcode_url4_copy')"><span id="shortcode_url4_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
38
- <a rel="nofollow" style="margin-left: 35px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-facebook btn-custom-dec login-button"> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
39
- <a rel="nofollow" style="margin-left: 35px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block-inline btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
40
- <a rel="nofollow" style="margin-left: 35px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a><br/>
41
  <b><?php echo mo_sl('Note:');?></b> <?php echo mo_sl('By default Long-Button view is');?> <b><?php echo mo_sl('Vertical');?></b><hr>
42
 
43
  <h3><?php echo mo_sl('For Selected Applications');?></h3>
44
  <?php echo mo_sl('If you want to show selected applications without setting up default settings then use this shortcode. You can use different attribute to customize social login buttons. All attributes are optional');?>.<br/><br/>
45
- <b><?php echo mo_sl('Example');?>:</b><code id='6'>[miniorange_social_login apps="vk,google,fb" shape="longbuttonwithtext" view="horizontal" theme="default" space="10" width="200" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#6', '#shortcode_url5_copy')"><span id="shortcode_url5_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
46
- <a rel="nofollow" style="margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-vk btn-custom-dec login-button"> <i style="padding-top:0px !important" class="mofa mofa-vk"></i>Login with Vkontakte</a>
47
- <a rel="nofollow" style="margin-left: 10px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="btn btn-mo btn-block-inline btn-social btn-google btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="mofa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
48
- <a rel="nofollow" style="margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;" class="btn btn-mo btn-block-inline btn-social btn-facebook btn-custom-dec login-button""> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
49
  <br/><br/>
50
  <table style="border-collapse: collapse;width:90%">
51
  <tr>
@@ -182,7 +182,7 @@ function mo_openid_login_shortcodes(){
182
  <?php echo mo_sl("You can use shortcode in PHP file as following: ");?>
183
  <code>&lt;&#63;php echo apply_shortcodes('SHORTCODE') /&#63;&gt;</code><br/><br/>
184
  <?php echo mo_sl('Replace SHORTCODE in above code with the required shortcode like <code>[miniorange_social_login theme="default"]</code>, so the final code looks like following :');?><br/><br/>
185
- <code id='7'>&lt;&#63;php echo apply_shortcodes('[miniorange_social_login theme="default"]') &#63;&gt;</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#7', '#shortcode_url33_copy')"><span id="shortcode_url33_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
186
  </td>
187
  </tr>
188
  </table>
9
  <h4><?php echo mo_sl("Use social login Shortcode in the content of required page/post where you want to display Social Login Icons.");?></h4>
10
  <h3><?php echo mo_sl("Default Social Login Shortcode");?></h3>
11
  <?php echo mo_sl("This will display Social Login Icons with same default settings");?><br/>
12
+ <code id='1'>[miniorange_social_login]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#1', '#shortcode_url_copy')"><span id="shortcode_url_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><hr>
13
 
14
  <h3><?php echo mo_sl("For Icons");?></h3>
15
  <?php echo mo_sl("You can use different attribute to customize social login icons. All attributes are optional except view.");?><br/><br/>
16
+ <b><?php echo mo_sl("Square Shape Example");?>:</b> <code id='2'>[miniorange_social_login shape="square" theme="default" space="4" size="35"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#2', '#shortcode_url1_copy')"><span id="shortcode_url1_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
17
  <a class=" login-button" rel="nofollow" title=" Login with Facebook"><img alt="Facebook" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/facebook.png'?>" class=" login-button square"></a>
18
  <a class=" login-button" rel="nofollow" title=" Login with Google"><img alt="Google" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/google.png'?>" class=" login-button square"></a>
19
  <a class=" login-button" rel="nofollow" title=" Login with Vkontakte"><img alt="Vkontakte" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/vk.png'?>" class=" login-button square"></a>
20
  <a class=" login-button" rel="nofollow" title=" Login with LinkedIn"><img alt="LinkedIn" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/linkedin.png'?>" class=" login-button square"></a>
21
  <a class=" login-button" rel="nofollow" title=" Login with instagram"><img alt="Instagram" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/instagram.png'?>" class=" login-button square"></a><br/><br/>
22
 
23
+ <b><?php echo mo_sl("Round Shape Example");?>:</b> <code id='3'>[miniorange_social_login shape="round" theme="default" space="4" size="35"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#3', '#shortcode_url2_copy')"><span id="shortcode_url2_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
24
  <a class=" login-button" rel="nofollow" title=" Login with Facebook"><img alt="Facebook" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/facebook.png'?>" class=" login-button round"></a>
25
  <a class=" login-button" rel="nofollow" title=" Login with Google"><img alt="Google" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/google.png'?>" class=" login-button round"></a>
26
  <a class=" login-button" rel="nofollow" title=" Login with Vkontakte"><img alt="Vkontakte" style="width:35px !important;height: 35px !important;margin-left: 4px !important" src="<?php echo plugin_url.'/vk.png'?>" class=" login-button round"></a>
29
  <hr>
30
  <h3><?php echo mo_sl("For Long-Buttons");?></h3>
31
  <?php echo mo_sl("You can use different attribute to customize social login buttons. All attributes are optional");?>.<br/><br/>
32
+ <b><?php echo mo_sl('Vertical View Example');?>:<br/></b><code id='4'>[miniorange_social_login shape="longbuttonwithtext" theme="default" space="8" width="180" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#4', '#shortcode_url3_copy')"><span id="shortcode_url3_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
33
+ <a rel="nofollow" style="margin-left: 8px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-facebook mo_btn-custom-dec login-button"> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
34
+ <a rel="nofollow" style="margin-left: 8px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-google mo_btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="fa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
35
+ <a rel="nofollow" style="margin-left: 8px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 3px !important;border-radius: 4px !important;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-vk mo_btn-custom-dec login-button"> <i style="padding-top:0px !important" class="fa fa-vk"></i>Login with Vkontakte</a><br/>
36
+
37
+ <b><?php echo mo_sl('Horizontal View Example');?>:</b><code id='5'>[miniorange_social_login shape="longbuttonwithtext" view="horizontal" appcnt="3" theme="default" space="35" width="180" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#5', '#shortcode_url4_copy')"><span id="shortcode_url4_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
38
+ <a rel="nofollow" style="margin-left: 35px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;" class="mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-facebook mo_btn-custom-dec login-button"> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
39
+ <a rel="nofollow" style="margin-left: 35px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-google mo_btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="fa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
40
+ <a rel="nofollow" style="margin-left: 35px !important;width: 180px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 30px !important;border-radius: 4px !important;" class="mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-vk mo_btn-custom-dec login-button"> <i style="padding-top:0px !important" class="fa fa-vk"></i>Login with Vkontakte</a><br/>
41
  <b><?php echo mo_sl('Note:');?></b> <?php echo mo_sl('By default Long-Button view is');?> <b><?php echo mo_sl('Vertical');?></b><hr>
42
 
43
  <h3><?php echo mo_sl('For Selected Applications');?></h3>
44
  <?php echo mo_sl('If you want to show selected applications without setting up default settings then use this shortcode. You can use different attribute to customize social login buttons. All attributes are optional');?>.<br/><br/>
45
+ <b><?php echo mo_sl('Example');?>:</b><code id='6'>[miniorange_social_login apps="vk,google,fb" shape="longbuttonwithtext" view="horizontal" theme="default" space="10" width="200" height="35" color="000000"]</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#6', '#shortcode_url5_copy')"><span id="shortcode_url5_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
46
+ <a rel="nofollow" style="margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;" class="mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-vk mo_btn-custom-dec login-button"> <i style="padding-top:0px !important" class="fa fa-vk"></i>Login with Vkontakte</a>
47
+ <a rel="nofollow" style="margin-left: 10px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;" class="mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-google mo_btn-custom-dec login-button"> <i style="padding-top:6px !important;border-right:none;" class="fa"><svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#4285F4" fill-rule="nonzero" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" fill-rule="nonzero" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" fill-rule="nonzero" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" fill-rule="nonzero" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path><path d="M3 3h18v18H3z"></path></g></svg></i><span style="color:#ffffff;">Login with Google</span></a>
48
+ <a rel="nofollow" style="margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;" class="mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-facebook mo_btn-custom-dec login-button""> <svg xmlns="http://www.w3.org/2000/svg" style="padding-top:5px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"></path></svg>Login with Facebook</a>
49
  <br/><br/>
50
  <table style="border-collapse: collapse;width:90%">
51
  <tr>
182
  <?php echo mo_sl("You can use shortcode in PHP file as following: ");?>
183
  <code>&lt;&#63;php echo apply_shortcodes('SHORTCODE') /&#63;&gt;</code><br/><br/>
184
  <?php echo mo_sl('Replace SHORTCODE in above code with the required shortcode like <code>[miniorange_social_login theme="default"]</code>, so the final code looks like following :');?><br/><br/>
185
+ <code id='7'>&lt;&#63;php echo apply_shortcodes('[miniorange_social_login theme="default"]') &#63;&gt;</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="fa fa-fw fa-lg fa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#7', '#shortcode_url33_copy')"><span id="shortcode_url33_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
186
  </td>
187
  </tr>
188
  </table>
view/soc_com/com_shrtco/comm_shrtco.php CHANGED
@@ -4,7 +4,7 @@ function select_comment_shortcode(){
4
  ?>
5
  <div
4
  ?>
5
  <div