diff --git a/CONTRIBUTED.md b/CONTRIBUTED.md
index c94beabc59..0da4acd2c7 100644
--- a/CONTRIBUTED.md
+++ b/CONTRIBUTED.md
@@ -54,8 +54,8 @@ luci-theme-Butterfly-dark source: [Leo-Jo-My/luci-theme-Butterfly-dark](https://
luci-theme-argon-mod source: [Leo-Jo-My/luci-theme-argon-mod](https://github.com/Leo-Jo-My/luci-theme-argon-mod).
node-request source: [jerrykuku/node-request](https://github.com/jerrykuku/node-request).
luci-app-jd-dailybonus source: [jerrykuku/luci-app-jd-dailybonus](https://github.com/jerrykuku/luci-app-jd-dailybonus).
-luci-theme-btmod source: [siropboy/luci-theme-btmod](https://github.com/siropboy/luci-theme-btmod).
-luci-app-oled source: [NateLol/luci-app-oled](https://github.com/NateLol/luci-app-oled).
+luci-app-oled source: [NateLol/luci-app-oled](https://github.com/NateLol/luci-app-oled).
+luci-theme-edge source: [garypang13/luci-theme-edge](https://github.com//garypang13/luci-theme-edge).
## License
### Depend on their own License.
diff --git a/package/ctcgfw/luci-theme-btmod/Makefile b/package/ctcgfw/luci-theme-btmod/Makefile
deleted file mode 100644
index a24c9ef0df..0000000000
--- a/package/ctcgfw/luci-theme-btmod/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Copyright (C) 2008-2014 The LuCI Team
-#
-# This is free software, licensed under the Apache License, Version 2.0 .
-#
-
-include $(TOPDIR)/rules.mk
-
-LUCI_TITLE:=btmod Theme
-LUCI_DEPENDS:=
-
-include $(TOPDIR)/feeds/luci/luci.mk
-
-# call BuildPackage - OpenWrt buildroot signature
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/mainmenu.css b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/mainmenu.css
deleted file mode 100644
index 056097099e..0000000000
--- a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/mainmenu.css
+++ /dev/null
@@ -1,177 +0,0 @@
-.main-nav {
- background: #3092c0;
-
- background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
- background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
- background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
- background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
- background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
-
- /*-webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- -ms-border-radius: 8px;
- -o-border-radius: 8px;
- border-radius: 8px;*/
- -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
-}
-
-.main-nav:after {
- clear: both;
- content: "\00a0";
- display: block;
- height: 0;
- font: 0px/0 serif;
- overflow: hidden;
-}
-
-.nav-brand {
- float: left;
- margin: 0;
-}
-
-.nav-brand a {
- display: block;
- padding: 10px 10px 10px 20px;
- color: #fff;
- font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
- font-size: 22px;
- font-weight: normal;
- line-height: 29px;
- text-decoration: none;
-}
-
-#main-menu {
- clear: both;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
-}
-
-@media (min-width: 768px) {
- #main-menu {
- float: right;
- clear: none;
- }
-}
-
-
-/* Mobile menu top separator */
-
-#main-menu:before {
- content: '';
- display: block;
- height: 1px;
- font: 1px/1px sans-serif;
- overflow: hidden;
- background: #2e8cb8;
-}
-
-@media (min-width: 768px) {
- #main-menu:before {
- display: none;
- }
-}
-
-
-/* Mobile menu toggle button */
-
-.main-menu-btn {
- float: right;
- margin: 10px;
- position: relative;
- display: inline-block;
- width: 29px;
- height: 29px;
- text-indent: 29px;
- white-space: nowrap;
- overflow: hidden;
- cursor: pointer;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-
-
-/* hamburger icon */
-
-.main-menu-btn-icon,
-.main-menu-btn-icon:before,
-.main-menu-btn-icon:after {
- position: absolute;
- top: 50%;
- left: 2px;
- height: 2px;
- width: 24px;
- background: #fff;
- -webkit-transition: all 0.25s;
- transition: all 0.25s;
-}
-
-.main-menu-btn-icon:before {
- content: '';
- top: -7px;
- left: 0;
-}
-
-.main-menu-btn-icon:after {
- content: '';
- top: 7px;
- left: 0;
-}
-
-
-/* x icon */
-
-#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
- height: 0;
- background: transparent;
-}
-
-#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
- top: 0;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
-}
-
-#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
- top: 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
-}
-
-
-/* hide menu state checkbox (keep it visible to screen readers) */
-
-#main-menu-state {
- position: absolute;
- width: 1px;
- height: 1px;
- margin: -1px;
- border: 0;
- padding: 0;
- overflow: hidden;
- clip: rect(1px, 1px, 1px, 1px);
-}
-
-
-/* hide the menu in mobile view */
-
-#main-menu-state:not(:checked) ~ #main-menu {
- display: none;
-}
-
-#main-menu-state:checked ~ #main-menu {
- display: block;
-}
-
-@media (min-width: 768px) {
- /* hide the button in desktop view */
- .main-menu-btn {
- position: absolute;
- top: -99999px;
- }
- /* always show the menu in desktop view */
- #main-menu-state:not(:checked) ~ #main-menu {
- display: block;
- }
-}
\ No newline at end of file
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/sm-blue/sm-blue.css b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/sm-blue/sm-blue.css
deleted file mode 100644
index 74bea74f0d..0000000000
--- a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/sm-blue/sm-blue.css
+++ /dev/null
@@ -1,333 +0,0 @@
-@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
-.sm-blue {
- background: transparent;
- border-radius: 8px;
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
-}
-.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
- padding: 10px 20px;
- /* make room for the toggle button (sub indicator) */
- padding-right: 58px;
- background: #5e72e4;
- background-image: linear-gradient(to bottom, #4059e4, #1d35bf);
- color: #fff;
- font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
- font-size: 18px;
- font-weight: bold;
- line-height: 23px;
- text-decoration: none;
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
-}
-.sm-blue a.current {
- background: #041b9e;
- background-image: linear-gradient(to bottom, #0d25ab, #7e91fe);
- color: #fff;
-}
-.sm-blue a.disabled {
- color: #6579e5;
-}
-.sm-blue a .sub-arrow {
- position: absolute;
- top: 50%;
- margin-top: -17px;
- left: auto;
- right: 4px;
- width: 34px;
- height: 34px;
- overflow: hidden;
- font: bold 16px/34px monospace !important;
- text-align: center;
- text-shadow: none;
- background: rgba(0, 0, 0, 0.1);
- border-radius: 4px;
-}
-.sm-blue a .sub-arrow::before {
- content: '+';
-}
-.sm-blue a.highlighted .sub-arrow::before {
- content: '-';
-}
-.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
- border-radius: 8px 8px 0 0;
-}
-.sm-blue > li:last-child > a, .sm-blue > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
- border-radius: 0 0 8px 8px;
-}
-.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
- border-radius: 0;
-}
-.sm-blue ul {
- background: #fff;
-}
-.sm-blue ul ul {
- background: rgba(102, 102, 102, 0.1);
-}
-.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
- background: transparent;
- color: #3149d0;
- font-size: 16px;
- text-shadow: none;
- border-left: 8px solid transparent;
-}
-.sm-blue ul a.current {
- background: #041b9e;
- background-image: linear-gradient(to bottom, #0d25ab, #7e91fe);
- color: #fff;
-}
-.sm-blue ul a.disabled {
- color: #b3b3b3;
-}
-.sm-blue ul ul a,
-.sm-blue ul ul a:hover,
-.sm-blue ul ul a:focus,
-.sm-blue ul ul a:active {
- border-left: 16px solid transparent;
-}
-.sm-blue ul ul ul a,
-.sm-blue ul ul ul a:hover,
-.sm-blue ul ul ul a:focus,
-.sm-blue ul ul ul a:active {
- border-left: 24px solid transparent;
-}
-.sm-blue ul ul ul ul a,
-.sm-blue ul ul ul ul a:hover,
-.sm-blue ul ul ul ul a:focus,
-.sm-blue ul ul ul ul a:active {
- border-left: 32px solid transparent;
-}
-.sm-blue ul ul ul ul ul a,
-.sm-blue ul ul ul ul ul a:hover,
-.sm-blue ul ul ul ul ul a:focus,
-.sm-blue ul ul ul ul ul a:active {
- border-left: 40px solid transparent;
-}
-.sm-blue ul li {
- border-top: 1px solid rgba(0, 0, 0, 0.05);
-}
-.sm-blue ul li:first-child {
- border-top: 0;
-}
-
-@media (min-width: 768px) {
- /* Switch to desktop layout
- -----------------------------------------------
- These transform the menu tree from
- collapsible to desktop (navbar + dropdowns)
- -----------------------------------------------*/
- /* start... (it's not recommended editing these rules) */
- .sm-blue ul {
- position: absolute;
- width: 12em;
- }
-
- .sm-blue li {
- float: left;
- }
-
- .sm-blue.sm-rtl li {
- float: right;
- }
-
- .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
- float: none;
- }
-
- .sm-blue a {
- white-space: nowrap;
- }
-
- .sm-blue ul a, .sm-blue.sm-vertical a {
- white-space: normal;
- }
-
- .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
- white-space: nowrap;
- }
-
- /* ...end */
- .sm-blue {
- background: #5e72e4;
- background-image: linear-gradient(to bottom, #4059e4, #1d35bf);
- border-radius: 8px;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
- }
- .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
- padding: 13px 24px;
- background: #5e72e4;
- background-image: linear-gradient(to bottom, #4059e4, #1d35bf);
- color: #fff;
- }
- .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
- background: #3149d0;
- background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
- }
- .sm-blue a.current {
- background: #041b9e;
- background-image: linear-gradient(to bottom, #0d25ab, #7e91fe);
- color: #fff;
- }
- .sm-blue a.disabled {
- background: #5e72e4;
- background-image: linear-gradient(to bottom, #4059e4, #1d35bf);
- color: #6579e5;
- }
- .sm-blue a .sub-arrow {
- top: auto;
- margin-top: 0;
- bottom: 2px;
- left: 50%;
- margin-left: -5px;
- right: auto;
- width: 0;
- height: 0;
- border-width: 5px;
- border-style: solid dashed dashed dashed;
- border-color: #6579e5 transparent transparent transparent;
- background: transparent;
- border-radius: 0;
- }
- .sm-blue a .sub-arrow::before {
- display: none;
- }
- .sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
- border-radius: 8px 0 0 8px;
- }
- .sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
- border-radius: 0 8px 8px 0 !important;
- }
- .sm-blue > li {
- border-left: 1px solid #3149d0;
- }
- .sm-blue > li:first-child {
- border-left: 0;
- }
- .sm-blue ul {
- border: 1px solid #a8a8a8;
- padding: 7px 0;
- background: #fff;
- border-radius: 0 0 4px 4px !important;
- box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
- }
- .sm-blue ul ul {
- border-radius: 4px !important;
- background: #fff;
- }
- .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
- border: 0 !important;
- padding: 9px 23px;
- background: transparent;
- color: #3149d0;
- border-radius: 0 !important;
- }
- .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
- background: #5e72e4;
- background-image: linear-gradient(to bottom, #4059e4, #1d35bf);
- color: #fff;
- }
- .sm-blue ul a.current {
- background: #041b9e;
- background-image: linear-gradient(to bottom, #0d25ab, #7e91fe);
- color: #fff;
- }
- .sm-blue ul a.disabled {
- background: #fff;
- color: #b3b3b3;
- }
- .sm-blue ul a .sub-arrow {
- top: 50%;
- margin-top: -5px;
- bottom: auto;
- left: auto;
- margin-left: 0;
- right: 10px;
- border-style: dashed dashed dashed solid;
- border-color: transparent transparent transparent #6579e5;
- }
- .sm-blue ul li {
- border: 0;
- }
- .sm-blue .scroll-up,
- .sm-blue .scroll-down {
- position: absolute;
- display: none;
- visibility: hidden;
- overflow: hidden;
- background: #fff;
- height: 20px;
- }
- .sm-blue .scroll-up-arrow,
- .sm-blue .scroll-down-arrow {
- position: absolute;
- top: -2px;
- left: 50%;
- margin-left: -8px;
- width: 0;
- height: 0;
- overflow: hidden;
- border-width: 8px;
- border-style: dashed dashed solid dashed;
- border-color: transparent transparent #3149d0 transparent;
- }
- .sm-blue .scroll-down-arrow {
- top: 6px;
- border-style: solid dashed dashed dashed;
- border-color: #3149d0 transparent transparent transparent;
- }
- .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
- right: auto;
- left: 10px;
- border-style: dashed solid dashed dashed;
- border-color: transparent #6579e5 transparent transparent;
- }
- .sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
- border-radius: 0 8px 8px 0;
- }
- .sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
- border-radius: 8px 0 0 8px !important;
- }
- .sm-blue.sm-rtl > li:first-child {
- border-left: 1px solid #3149d0;
- }
- .sm-blue.sm-rtl > li:last-child {
- border-left: 0;
- }
- .sm-blue.sm-rtl ul a .sub-arrow {
- right: auto;
- left: 10px;
- border-style: dashed solid dashed dashed;
- border-color: transparent #6579e5 transparent transparent;
- }
- .sm-blue.sm-vertical {
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
- }
- .sm-blue.sm-vertical a {
- padding: 9px 23px;
- }
- .sm-blue.sm-vertical a .sub-arrow {
- top: 50%;
- margin-top: -5px;
- bottom: auto;
- left: auto;
- margin-left: 0;
- right: 10px;
- border-style: dashed dashed dashed solid;
- border-color: transparent transparent transparent #6579e5;
- }
- .sm-blue.sm-vertical > li:first-child > a, .sm-blue.sm-vertical > li:first-child > :not(ul) a {
- border-radius: 8px 8px 0 0;
- }
- .sm-blue.sm-vertical > li:last-child > a, .sm-blue.sm-vertical > li:last-child > :not(ul) a {
- border-radius: 0 0 8px 8px !important;
- }
- .sm-blue.sm-vertical > li {
- border-left: 0 !important;
- }
- .sm-blue.sm-vertical ul {
- border-radius: 4px !important;
- }
- .sm-blue.sm-vertical ul a {
- padding: 9px 23px;
- }
-}
-
-/*# sourceMappingURL=sm-blue.css.map */
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/sm-core-css.css b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/sm-core-css.css
deleted file mode 100644
index 6130ae29f1..0000000000
--- a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/sm-core-css.css
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
- You need this once per page no matter how many menu trees or different themes you use.
--------------------------------------------------------------------------------------------*/
-
-.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
-.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
-.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
-.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
-.sm ul{display:none;}
-.sm li,.sm a{position:relative;}
-.sm a{display:block;}
-.sm a.disabled{cursor:default;}
-.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
-.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
\ No newline at end of file
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/style.css b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/style.css
deleted file mode 100644
index 69720830b9..0000000000
--- a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/css/style.css
+++ /dev/null
@@ -1,1584 +0,0 @@
-/**
- *
- * luci-theme-butongwifi
- * Copyright 2017 Tracemouse
- *
- * Licensed to the public under the Apache License 2.0
- */
-
-
-.cbi-button-up,
-.cbi-button-down,
-.cbi-value-helpicon,
-.showSide,
-.main > .loading > span {
- font-family: "Segoe UI","Lucida Grande","Helvetica Neue" !important;
- font-size:10px;
- speak: none;
- font-style: normal !important;
- font-weight: normal !important;
- font-variant: normal !important;
- text-transform: none !important;
- line-height: 1;
-
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-* {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
-}
-
-.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
- font-family: "Segoe UI","Lucida Grande","Helvetica Neue", 'Microsoft Yahei' !important;
- font-weight: 600;
- line-height: 1.1;
- color: inherit;
- clear:both;
-}
-
-
-html {
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-}
-
-html, body {
- margin: 0px;
- padding: 0px;
- height: 100%;
- font-family: "Segoe UI","Lucida Grande","Helvetica Neue", 'Microsoft Yahei' !important;
- font-size:14px;
- line-height: 150%;
- /*color:#76838f;*/
- color:rgb(132,119,116);
- /*min-width: 960px;*/
-}
-
-body div {
- line-height:150%;
-}
-
-
-
-a {
- color: rgb(22,117,161);
- text-decoration: none;
-}
-
-a:hover {
- color: rgb(210,54,0);
- text-decoration: underline;
-}
-
-.nav-brand > a:hover{
- color: #fff;
- text-decoration: none;
-}
-
-.header-logo{
- height:80px;
- background-color:rgb(254,251,245);
- padding:0px;
-}
-
-
-em {font-style:normal !important;}
-
-select {
- padding: 0.36rem 0.8rem;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
-}
-
-select,
-input {
- color: #76838f;
- padding: 6px 10px;
- margin: 0;
- height: 34px;
- line-height: normal;
- font-size: 10pt;
- font-family: ""Segoe UI","Lucida Grande","Helvetica Neue"", sans-serif, Helvetica, Arial, sans-serif;
- border: 1px solid #e4eaec;
- background-color: #fff;
- transition: color 150ms ease, border-color 150ms ease, opacity 150ms ease;
- -webkit-transition: color 150ms ease, border-color 150ms ease, opacity 150ms ease;
- outline-style: none;
- vertical-align: baseline;
- border-radius: 3px;
-}
-
-select:not([multiple="multiple"]):focus,
-input:focus {
- border-color: rgb(22,117,161);
- box-shadow:0 0 6px rgb(22,117,161);
- -webkit-box-shadow:0 0 6px rgb(22,117,161);
- -moz-box-shadow:0 0 6px rgb(22,117,161);
-}
-
-select[multiple="multiple"] {
- height: auto;
-}
-
-input[name="free"]{
- float:right;
- margin-bottom: 10px;
-}
-
-input[name="zero"]{
- margin-top: 10px;
-}
-
-input[name="restart"]{
- margin-top: 10px;
- margin-right: 15px;
-}
-
-code {
- color: #0099CC;
-}
-
-abbr {
- color: rgb(210,54,0);
- text-decoration: underline;
- cursor: help;
-}
-
-hr{
- margin: 1rem 0;
- border-color: #EEE;
- opacity: 0.1;
-}
-
-header, .main {
- width: 100%;
- position: absolute;
-}
-
-header {
- height: 60px;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
- transition: box-shadow .2s;
- float: left;
- position: fixed;
- z-index: 101;
-}
-
-footer {
- text-align: right;
- padding: 1rem;
- color: #aaa;
- font-size: 11px;
- /*text-shadow: 0px 0px 2px #BBB;*/
-}
-
-footer > a {
- color: rgb(22,117,161);
- text-decoration: none;
-}
-
-footer > a:hover {
- color: rgb(210,54,0);
- text-decoration: underline;
-}
-
-.main {
- /*top: 4rem;*/
- bottom: 0rem;
- position: relative;
- height: 100%;
- height: calc(100% - 4rem);
-}
-
-.main > .loading {
- position: fixed;
- width: 100%;
- height: 100%;
- z-index: 1000;
- display: block;
- background-color: rgb(254,251,245);
- top: 0;
-}
-
-.main > .loading > span {
- display: block;
- text-align: center;
- margin-top: 2rem;
- color: #888;
- font-size: 14px;
-}
-
-.main > .loading > span > .loading-img:before {
- content: "\e603";
-}
-
-.main > .loading > span > .loading-img {
- animation: anim-rotate 2s infinite linear;
- margin-right: 0.2rem;
- display: inline-block;
-}
-
-@keyframes anim-rotate {
- 0% {
- -webkit-transform: rotate(0);
- -ms-transform: rotate(0);
- transform: rotate(0);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg)
- }
-}
-
-
-.main-right {
- width: 100%;
- /*width: calc(100% - 17rem);*/
- float: right;
- height: 100%;
- background-color: rgb(254,251,245);
-}
-
-.main-right > #maincontent {
- background-color: rgb(254,251,245);
-}
-
-.pull-right {
- float: right;
- margin-top:10px;
- margin-right:10px;
-}
-
-.pull-right span {
- font-size:11px !important;
-}
-
-.pull-left {
- float: left;
-}
-
-header {
- background: #fff;
- color: white;
-}
-
-header > .container {
-margin:0;
-padding:0;
-}
-
-header > .container > .brand {
- font-size: 32px;
- /*font-weight:bold;*/
- line-height:60px;
- /*color: white;*/
- color:rgb(111,42,142);
- cursor: default;
- /*background: rgb(148,143,225);*/
- display:block;
- width:17rem;
- padding-right: 10px;
- height:60px;
- text-align:center;
- float:left;
- font-weight:900;
- letter-spacing:3px;
-}
-header > .container > a[class="brand"]:after {
- content:"®";
- font-size:14px;
- font-family:Tahoma;
- position: absolute;
- top:-10px;
- font-weight:normal !important;
-}
-
-header > .container > .brand-hostname {
- font-size: 14px;
- line-height:60px;
- color: #555555;
- cursor: default;
- display:block;
- width:17rem;
- padding-right: 10px;
- height:60px;
- text-align:left;
- float:left;
- margin-top: 7px;
- font-weight:300;
- margin-left: -15px;
-}
-
-.warning {
- background-color: #FF7D60 !important;
- color: #FFF;
-}
-
-.errorbox,
-.alert-message {
- margin: 5px 0 0 0;
- padding: 2rem;
- border: 0;
- font-weight: normal;
- font-style: normal;
- line-height: 1;
- font-family: inherit;
- min-width: inherit;
- overflow: auto;
- border-radius: 0;
- background-color: #FFF;
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
-}
-
-.errorbox {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #eea236;
-}
-
-.error {
- color: red;
-}
-
-#maincontent > .container > div:nth-child(1).alert-message.warning > a {
- font: inherit;
- overflow: visible;
- text-transform: none;
- display: inline-block;
- margin-bottom: 0;
- font-weight: 400;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- touch-action: manipulation;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-image: none;
- min-width: 6rem;
- padding: 0.5rem 1rem;
- font-size: 14px;
- line-height: 1.42857143;
- color: #fff;
- background-color: #5bc0de;
- border-color: #46b8da;
- margin-top: 2rem;
- text-decoration: inherit;
-}
-
-li {
- list-style-type: none;
-}
-
-#maincontent > .container {
- margin:40px 40px 40px 50px;
-}
-
-h1 {
- color:rgb(133,129,216);
- font-size: 20px;
- padding-bottom: 10px;
- border-bottom: 1px solid #eee;
-}
-
-h2 {
- color:rgb(210,54,0);
- margin: 15px 0 0 0;
- font-size: 24px;
- padding-bottom: 10px;
- padding-left: 5px;
-}
-
-h3 {
- color:rgb(22,117,161);
- margin: 5px 0 0 0;
- font-size: 16px;
- padding-bottom: 10px;
-}
-
-h4 {
-
-}
-
-label {
- display: inline-block;
- padding: 0px 10px;
- vertical-align: middle;
-}
-fieldset {
- margin: 10px 0 0 0;
- padding: 2rem;
- border: 1px;
- font-weight: normal;
- font-style: normal;
- line-height: 1;
- font-family: inherit;
-
- min-width: inherit;
- overflow-x: hidden;
- overflow-y: hidden;
-
- border-radius: 4px;
- background-color: #FFF;
- box-shadow: 3px 3px 3px rgba(0,0,0,.05);
- border-radius: 4px;
- -webkit-overflow-scrolling: touch;
-}
-
-fieldset > legend {
- display: none !important;
-}
-
-fieldset > fieldset {
- margin: 0;
- padding: 0;
- border: none;
- box-shadow: none;
-}
-
-.panel-title {
- width: 100%;
- display: block;
- line-height: 1;
- color: rgb(22,117,161);
- font-size: 18px;
- padding-bottom: 10px;
- font-weight:bold;
-}
-
-table {
- border-spacing: 0;
- border-collapse: collapse;
- width: 100%;
- border: 0px solid #eee;
-}
-
-table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
- padding: 12px;
- line-height: 1.6;
- border-top: 0px dashed #EEE;
-
- white-space: nowrap;
-}
-
-.cbi-section-table-cell {
- text-align: center;
-}
-
-.cbi-section-table-row {
- text-align: center;
-}
-
-.cbi-section-remove{
- margin-bottom: 10px;
-}
-
-fieldset > table > tbody > tr:nth-of-type(odd) {
- background-color: #f9f9f9;
-}
-
-/* fix progress bar */
-#swaptotal > div,
-#swapfree > div,
-#swapcache > div,
-#memfree > div,
-#membuff > div,
-#conns > div,
-#memcache > div,
-#memtotal > div {
- width: 100% !important;
- border-color:#ccc !important;
- height:20px !important;
- color:#76838f !important;
-}
-
-#swaptotal > div > div,
-#swapfree > div > div,
-#swapcache > div > div,
-#memfree > div > div,
-#membuff > div > div,
-#conns > div > div,
-#memcache > div > div,
-#memtotal > div > div {
- height: 1.4rem !important;
- background-color: #e4eaec !important;
-}
-
-/* fix multiple table */
-
-table table {
- border: none;
-}
-
-.cbi-value-field table {
- border: none;
-}
-
-td > table > tbody > tr > td {
- border: none;
-}
-
-.cbi-value-field > table > tbody > tr > td {
- border: none;
-}
-
-/* button style */
-
-.cbi-button {
- -webkit-appearance: none;
- text-transform: uppercase;
- color: #fff;
- background-color: #337ab7;
- transition: all 0.2s ease-in-out;
- display: inline-block;
- padding: 0.2rem 1rem;
- border: none;
- border-radius: 0.3rem;
- cursor: pointer;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- background-image: none;
- text-align: center;
- white-space: nowrap;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- font-size: 14px;
- width: auto !important;
- min-width: 80px;
-}
-
-.cbi-button:hover,
-.cbi-button:focus,
-.cbi-button:active {
- color: #fff;
- outline: 0;
- text-decoration: none;
- background-color: rgb(45,135,177);
-}
-
-.cbi-button:hover,
-.cbi-button:focus {
- box-shadow: 0 1px 1px rgba(0,0,0,.05);
-}
-
-.cbi-button:active {
- box-shadow: 0 1px 1px rgba(0,0,0,.05);
-}
-
-.cbi-button:disabled {
- cursor: not-allowed;
- pointer-events: none;
- opacity: 0.60;
- box-shadow: none;
-}
-
-form.inline + form.inline,
-.cbi-button + .cbi-button {
- margin-left: 0.6rem;
-}
-
-.cbi-button-reset,
-.cbi-input-remove {
- color: #fff !important;
- background-color: #617486 !important;
-}
-
-.cbi-button-reset:hover,
-.cbi-input-remove:hover,
-.cbi-button-remove:hover{
- color: #fff !important;
- background-color: rgb(83,100,115) !important;
-}
-
-.cbi-button-link,
-.cbi-input-find,
-.cbi-input-save,
-.cbi-button-add,
-.cbi-button-save,
-.cbi-button-find,
-.cbi-input-reload,
-.cbi-button-reload {
- color: #fff !important;
- background-color: rgb(210,54,0) !important;
- border-color: rgb(210,54,0) !important;
-}
-
-.cbi-button-link:hover,
-.cbi-input-find:hover,
-.cbi-input-save:hover,
-.cbi-button-add:hover,
-.cbi-button-save:hover,
-.cbi-button-find:hover,
-.cbi-input-reload:hover,
-.cbi-button-reload:hover{
- color: #fff !important;
- background-color: rgb(168,43,0) !important;
- border-color: rgb(168,43,0) !important;
-}
-
-.cbi-input-apply,
-.cbi-button-apply,
-.cbi-button-edit {
- color: #fff !important;
- background-color: rgb(22,117,161);
-}
-
-.cbi-input-reset,
-.cbi-button-remove {
- color: #fff !important;
- background: #617486;
-}
-
-.cbi-tab{
- font-weight:bold;
-}
-
-.a-to-btn {
- text-decoration: none;
-}
-
-/* table */
-
-.tabs {
- padding-left: 0.5rem;
- background-color: #FFFFFF;
-}
-
-.cbi-tabmenu > li,
-.tabs > li {
- display: inline-block;
- padding: 0.9rem 0rem;
-}
-
-.cbi-tabmenu > li > a,
-.tabs > li > a {
- text-decoration: none;
- color: #76838f;
- padding: 0.9rem 1.5rem;
-}
-
-.tabs > li[class~="active"],
-.tabs > li:hover{
- cursor: pointer;
- border-bottom: 2px solid rgb(22,117,161);
-
-}
-
-.tabs > li[class~="active"] > a {
- color:rgb(22,117,161) !important;
- font-weight:bold;
-}
-
-.tabs > li:hover {
- /*border-bottom: 0.18751rem solid rgb(133,129,216);*/
-}
-
-.cbi-tabmenu {
- border: 1px solid #e4eaec;
-
- //border-left: 1px solid #e4eaec;
- //border-right: 1px solid #e4eaec;
-
- background-color: #F7F7F7;
-}
-
-.cbi-tabmenu > li:hover {
- background-color: #F1F1F1;
-}
-
-.cbi-tabmenu > li[class~="cbi-tab"] {
- background-color: white;
-}
-
-.cbi-tabmenu > li[class~="cbi-tab"] > a {
- color:rgb(22,117,161) !important;
-}
-
-.cbi-section-node-tabbed {
- padding: 0;
- margin-top: 0;
- border-bottom: 1px solid #e4eaec;
- border-left: 1px solid #e4eaec;
- border-right: 1px solid #e4eaec;
-}
-
-.cbi-tabcontainer {
- clear:both;
-}
-.cbi-tabcontainer > .cbi-value:nth-of-type(2n) {
- background-color: #f9f9f9;
-}
-
-.cbi-value-field,
-.cbi-value-description {
- display: table-cell;
-}
-
-.cbi-value-helpicon > img {
- display: none;
-}
-
-.cbi-value-helpicon:before {
- content: "\f059";
-}
-
-.cbi-value-description {
- font-size: small;
- opacity: 0.5;
- padding: 0.5rem 0 0 0;
-}
-
-.cbi-value-title {
- word-wrap: break-word;
- line-height:150%;
- vertical-align: middle;
- /*padding:6px 10px;*/
- padding-top:6px;
- padding-bottom:6px;
- padding-left:0px;
- width: 23rem;
- float: left;
- text-align: left;
- display: table-cell;
-}
-
-.cbi-value {
- padding: 5px;
- vertical-align: middle;
- display: inline-block;
- width: 100%;
- border-top:0px dashed #e4eaec;
-}
-
-.cbi-section-table-descr > .cbi-section-table-cell,
-.cbi-section-table-titles > .cbi-section-table-cell {
- border: none;
-}
-
-.cbi-rowstyle-2 {
- background-color: #F9FBFB;
-}
-
-.cbi-rowstyle-2 .cbi-button-up,
-.cbi-rowstyle-2 .cbi-button-down{
- background-color: #009b4c !important;
-}
-
-.cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
- width: auto !important;
-}
-
-/* desc */
-.cbi-section-descr,
-.cbi-map-descr {
- margin-bottom:10px;
- padding-left:5px;
- font-size: small;
-}
-
-/* luci */
-
-.hidden {
- display: none
-}
-
-.left {
- text-align: left !important;
-}
-
-.right {
- text-align: right !important;
-}
-
-.inline {
- display: inline;
-}
-
-.cbi-page-actions {
- text-align: right;
-}
-
-/* input */
-.cbi-value input[type="password"],
-.cbi-value input[type="text"] {
- min-width: 15rem;
-}
-
-/* select */
-.cbi-value-field .cbi-input-select {
- min-width: 15rem;
-}
-
-.ifacebadge {
- display: inline-flex;
- padding: 0.5rem 1rem;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-}
-
-.ifacebadge > img {
- float: right;
- margin-left: 0.3rem;
-}
-
-/*textarea*/
-
-.cbi-input-textarea {
- color: #76838f;
- padding: 6px 10px;
- margin: 0;
- line-height: normal;
- font-size: 10pt;
- font-family: ""Segoe UI","Lucida Grande","Helvetica Neue"", sans-serif, Helvetica, Arial, sans-serif;
- border: 1px solid #e4eaec;
- background-color: #fff;
- transition: color 150ms ease, border-color 150ms ease, opacity 150ms ease;
- -webkit-transition: color 150ms ease, border-color 150ms ease, opacity 150ms ease;
- outline-style: none;
- vertical-align: baseline;
- border-radius: 3px;
-}
-
-#syslog {
- width: 100%;
- min-height: 15rem;
- padding: 1rem;
- font-size: small;
- color: #5F5F5F;
-
- margin-bottom: 20px;
- border-radius: 0;
- background-color: #FFF;
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
- border: none;
-}
-
-/* change */
-#wan4_i, #wan6_i {
-width:50px !important;
-}
-
-.uci-change-list {
- font-family: monospace;
-}
-
-.uci-change-list ins,
-.uci-change-legend-label ins {
- text-decoration: none;
- border: 1px solid #00FF00;
- background-color: #CCFFCC;
- display: block;
- padding: 2px;
-}
-
-.uci-change-list del,
-.uci-change-legend-label del {
- text-decoration: none;
- border: 1px solid #FF0000;
- background-color: #FFCCCC;
- display: block;
- font-style: normal;
- padding: 2px;
-}
-
-.uci-change-list var,
-.uci-change-legend-label var {
- text-decoration: none;
- border: 1px solid #CCCCCC;
- background-color: #EEEEEE;
- display: block;
- font-style: normal;
- padding: 2px;
-}
-
-.uci-change-list var ins,
-.uci-change-list var del {
- border: none;
- white-space: pre;
- font-style: normal;
- padding: 0px;
-}
-
-.uci-change-legend {
- padding: 5px;
-}
-
-.uci-change-legend-label {
- width: 150px;
- float: left;
-}
-
-.uci-change-legend-label > ins,
-.uci-change-legend-label > del,
-.uci-change-legend-label > var {
- float: left;
- margin-right: 4px;
- width: 10px;
- height: 10px;
- display: block;
-}
-
-.uci-change-legend-label var ins,
-.uci-change-legend-label var del {
- line-height: 6px;
- border: none;
-}
-
-.uci-change-list var,
-.uci-change-list del,
-.uci-change-list ins {
- padding: 0.5rem;
-}
-
-/* other fix */
-#iwsvg,
-#iwsvg2,
-#bwsvg {
- border: 1px solid #e4eaec !important;
- border-top: none !important;
-}
-
-.ifacebox {
- border: 0px solid #e4eaec;
- background-color: #fff;
- border-radius:2px;
-}
-
-.ifacebox strong {
- color:#f7f7f7;
-}
-
-.cbi-image-button {
- margin: 5px 10px;
-}
-
-.zonebadge {
- padding: 0.2rem 0.5rem;
- display: inline-block;
- cursor: pointer;
-}
-
-.zonebadge > .ifacebadge {
- padding: 0.2rem 1rem;
- margin: 0.3rem;
- border: 1px solid #6C6C6C;
-}
-
-.zonebadge > input[type="text"] {
- padding: 0.16rem 1rem;
- min-width: 10rem;
- margin-top: 0.3rem;
-}
-
-.cbi-value-field .cbi-input-checkbox,
-.cbi-value-field .cbi-input-radio {
- vertical-align: middle;
-}
-
-.cbi-section-table-row > .cbi-value-field .cbi-input-select {
- min-width: 7rem;
-}
-
-.cbi-section-create > .cbi-button-add {
- margin: 0.5rem;
-}
-
-div.cbi-value var, td.cbi-value-field var {
- font-style: italic;
- color: #0069D6;
-}
-
-small {
- font-size: small;
- white-space: normal;
-}
-
-.cbi-button-up,
-.cbi-button-down {
- display: inline-block;
- min-width: 0;
- padding: 0.2rem 0.3rem;
- font-size: 10pt;
-}
-
-.cbi-optionals {
- padding: 1rem 1rem 0 1rem;
- border-top: 1px solid #CCC;
-}
-
-#diag-rc-output > pre {
- background-color: #f5f5f5;
- display: block;
- padding: 8.5px;
- margin: 0 0 18px;
- line-height: 1.5rem;
- -moz-border-radius: 3px;
- white-space: pre-wrap;
- word-wrap: break-word;
- font-size: 10pt;
- color: #76838f;
-}
-
-input[name="ping"],
-input[name="traceroute"],
-input[name="nslookup"] {
- width: 80%;
-}
-
-header > .container > .pull-right > * {
- position: relative;
- top: 0.45rem;
- cursor: pointer;
-}
-
-#xhr_poll_status > .label.success {
- /*background-color: #14CE14;*/
- background-color: rgb(0,171,232);
-}
-
-.label {
- padding: 0.2rem 1rem;
- font-size: 10pt;
- font-weight: bold;
- color: #ffffff !important;
- text-transform: uppercase;
- white-space: nowrap;
- background-color: #bfbfbf;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- text-shadow: none;
- text-decoration: none;
- margin-right:20px;
-}
-
-.notice {
- background-color: #5BC0DE;
-}
-
-.showSide:before {
- display:none;
- color:#76838f;
- content: "\e029";
- font-family: "advancedtomato" !important;
- font-weight: normal !important;
- font-size:14px;
- top: 18px;
- left:10px;
- position: relative;
- vertical-align: middle;
-
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.darkMask {
- width: 100%;
- height: 100%;
- position: fixed;
- background-color: rgba(0, 0, 0, 0.56);
- content: "";
- z-index: 99;
- display: none;
-}
-
-/* fix Main Login*/
-.node-main-login > .main > .main-left {
- display: none;
-}
-
-.node-main-login > .main > .main-right {
- width: 100%;
-}
-
-.node-main-login > .main fieldset {
- padding: 5px;
- margin-bottom: 1rem;
- display: inline;
- background: none;
- border: none;
- box-shadow: none;
- overflow: hidden;
-}
-
-.node-main-login > .main .cbi-value-title {
- width: 100% !important;
-}
-
-.node-main-login > .main #maincontent {
-
- text-align: center;
-}
-
-.node-main-login > .main .container {
- display: inline-block;
- padding: 2rem 4rem;
- margin-top: 2rem !important;
- background-color: #FFF;
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
- text-align: left;
-}
-
-.node-main-login > .main form > div:nth-last-child(1) {
- float: left;
-}
-
-.node-main-login > .main .cbi-value {
- display: block;
-}
-
-.node-main-login > .main .cbi-value > * {
- display: inline-block !important;
-}
-
-.node-main-login > .main .cbi-input-user,
-.node-main-login > .main .cbi-input-password {
- min-width: 15rem;
-}
-
-.node-main-login footer {
- bottom: 0;
- position: absolute;
- width: 100%;
-}
-
-/* fix status overview */
-
-.node-status-overview > .main fieldset:nth-child(4) td:nth-child(2) {
- white-space: normal;
-}
-
-/* fix status processes */
-
-.node-status-processes > .main table tr td:nth-child(3) {
- white-space: normal;
-}
-
-.node-status-iptables > .main div > .cbi-map > form {
- margin: 2rem 2rem 0 0;
-}
-
-.cbi-map fieldset h3 {
- padding:10px 0;
- }
-
-.cbi-map fieldset ul li {
- background:#f7f7f7;
- margin-right:0 !important;
-}
-/* fix system reboot */
-
-.node-system-reboot > .main > .main-right p,
-.node-system-reboot > .main > .main-right h3 {
-}
-
-/* fix Services Network Shares*/
-.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-title {
- margin-bottom: 1rem;
-}
-
-.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-field {
- display: list-item;
-}
-
-.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-description {
- padding-top: 1rem;
- line-height:150%;
-}
-
-/* fix System Software*/
-.node-system-packages > .main table tr td:nth-child(1) {
- width: auto !important;
-}
-
-.node-system-packages > .main table tr td:nth-last-child(1) {
- white-space: normal;
- font-size: small;
- color: #76838f;
-}
-
-.node-system-packages > .main .cbi-tabmenu > li > a, .tabs > li > a {
- padding: 0.5rem 1rem;
-}
-
-.node-system-packages > .main .cbi-value > pre {
- background-color: #eee;
- padding: 0.5rem;
- overflow: auto;
-}
-
-.cbi-tabmenu + .cbi-section {
- margin-top: 0;
-}
-
-/* fix network firewall*/
-.node-network-firewall > .main .cbi-section-table-row > .cbi-value-field .cbi-input-select {
- min-width: 4rem;
-}
-
-.node-status-iptables fieldset,
-.node-system-packages fieldset,
-.node-system-flashops fieldset {
- margin-top: 0;
-}
-
-.node-status-iptables .cbi-tabmenu,
-.node-system-packages .cbi-tabmenu,
-.node-system-flashops .cbi-tabmenu {
- border: none;
-}
-
-#cbi-firewall-redirect table *,
-#cbi-network-switch_vlan table *,
-#cbi-firewall-zone table *{
- font-size: small;
-}
-
-#cbi-firewall-redirect table input[type="text"],
-#cbi-network-switch_vlan table input[type="text"],
-#cbi-firewall-zone table input[type="text"]{
- width: 5rem;
-}
-
-#cbi-firewall-redirect table select,
-#cbi-network-switch_vlan table select,
-#cbi-firewall-zone table select{
- min-width: 3.5rem;
-}
-
-
-/* language fix */
-body.lang_pl.node-main-login .cbi-value-title {
- width: 12rem;
-}
-
-
-@media screen and (max-width: 1600px) {
-
-
- .main-right {
- /*width: calc(100% - 15rem);*/
- }
-
- .cbi-button {
- padding: 0.3rem 0.6rem;
- font-size: 1rem;
- line-height: 1.5;
- }
-
- header > .container > .pull-right > * {
- top: 0.35rem;
- }
-
- .label {
- padding: 0.2rem 0.6rem;
- }
-
- .cbi-value-title {
- width: 15rem;
- padding-right: 0.6rem;
- }
-
- fieldset {
- padding: 1rem;
- }
-
- .cbi-input-textarea {
- font-size: 14px;
- }
-
- .node-status-iptables > .main fieldset li > a {
- padding: 0.3rem 0.6rem;
- }
-}
-
-@media screen and (max-width: 1280px) {
- fieldset {
- overflow-x: auto;
- }
-
- div[id^=cbi-table-] {
- max-width:100px;
- word-break: break-all; word-wrap:break-word;
- }
-
- header {
- /*height: 3.5rem;*/
- }
-
- header > .container {
- /*margin-top: 0.25rem;*/
- }
-
- .main {
- /*top: 3.5rem;*/
- height: calc(100% - 3.5rem);
- }
-
-
- .main-right {
- /*width: calc(100% - 17rem);*/
- }
-
- .cbi-tabmenu > li > a, .tabs > li > a {
- padding: 0.2rem 0.5rem;
- }
-
- .panel-title {
- font-size: 16px;
- padding-bottom: 1rem;
- }
-
- table {
- font-size: 14px !important;
- width: 100% !important;
- }
-
-
-}
-
-@media screen and (max-width: 992px) {
-
- header {
- height: 3.5rem;
- }
-
- header > .container > .brand {
- font-size: 18px;
- height: 3.5rem;
- line-height: 3.5rem;
- width: calc(0% + 15rem);
- /*width: initial;*/
- padding-left: 5px;
- padding-right: 20px;
- }
-
- .main-right {
- width: 100%;
- }
-
- .showSide {
- margin: 0;
- padding: 0;
- display: inline-block;
- position: absolute;
- width: 100%;
- height: 100%;
- }
-
- .showSide:before {
- content: "\e20e";
- font-size: 1.7rem;
- }
-
- .node-main-login .showSide {
- display: none !important;
- }
-
- .cbi-value-title {
- width: 9rem;
- padding-right: 1rem;
- }
-
- .node-network-diagnostics > .main .cbi-map fieldset > div * {
- width: 100% !important;
- }
-
- .node-network-diagnostics > .main .cbi-map fieldset > div input[type="text"] {
- margin: 3rem 0 0 0 !important;
- }
-
- .node-network-diagnostics > .main .cbi-map fieldset > div:nth-child(4) input[type="text"] {
- margin: 0 !important;
- }
-
- .node-network-diagnostics > .main .cbi-map fieldset > div select,
- .node-network-diagnostics > .main .cbi-map fieldset > div input[type="button"] {
- margin: 1rem 0 0 0;
- }
-
- .node-network-diagnostics > .main .cbi-map fieldset > div {
- width: 100% !important;
- }
-
- #diag-rc-output > pre {
- font-size: 1.2rem;
- }
-
- .node-main-login > .main .cbi-value-title {
- text-align: left;
- }
-}
-
-@media screen and (max-width: 480px) {
- .cbi-input-textarea {
- font-size: 12px;
- }
-
- fieldset {
- padding: 1rem;
- margin: 1rem 0 0 0;
- overflow-x: auto;
- }
-
- .tabs {
- margin: 0 -1rem;
- }
-
- #maincontent > .container {
- margin: 0 1rem 1.5rem 1rem;
- }
-
- .cbi-value-title {
- width: 100%;
- min-width: 0rem !important;
- display: block;
- margin-top: 1rem;
- margin-bottom: 0.5rem;
- text-align: left;
- }
-
- .cbi-value-field, .cbi-value-description {
- width: 100%;
- }
-
- .cbi-value > .cbi-value-field {
- display: inline-block;
- }
-
- .cbi-tabmenu > li, .tabs > li {
- padding: 0.6rem 0rem;
- }
-
- .cbi-tabmenu > li > a, .tabs > li > a {
- padding: 0.2rem 0.3rem;
- font-size: 0.9rem;
- }
-
- .cbi-page-actions > div > input {
- display: none;
- }
-
- .node-main-login > .main .container {
- padding: 0.5rem 1rem 2rem 1rem;
- }
-
- .node-main-login > .main .cbi-value {
- padding: 0;
- }
-
- .node-main-login > .main form > div:nth-last-child(1) {
- margin-top: 2rem;
- }
-
- .node-main-login > .main .cbi-value-title {
- width: 100% !important;
- font-size: 1.2rem;
- }
-
- .node-main-login > .main fieldset {
- margin: 0;
- padding: 0.5rem;
- }
-
- h2 {
- /*font-size: 2rem;*/
- }
-
- .tabs > li > a {
- font-size: 0.9rem;
- }
-
- select,
- input {
- font-size: 0.9rem;
- }
-
- .mobile-hide {
- display: none;
- }
-
- .panel-title {
- font-size: 16px;
- padding-bottom: 1rem;
- }
-
- .node-system-packages > .main .cbi-value.cbi-value-last > div {
- width: 100% !important;
- }
-
- .node-system-packages > .main .cbi-value .cbi-value-field input {
- width: 100%;
- }
-
- .node-status-iptables > .main div > .cbi-map > form {
- position: static !important;
- margin: 0 0 2rem 0;
- padding: 2rem;
- border: 0;
- font-weight: normal;
- font-style: normal;
- line-height: 1;
- font-family: inherit;
- min-width: inherit;
- overflow-x: auto;
- overflow-y: hidden;
- border-radius: 0;
- background-color: #FFF;
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
- -webkit-overflow-scrolling: touch;
- }
-
- .node-status-iptables > .main div > .cbi-map > form input[type="submit"]{
- width: 100% !important;
- margin: 0;
- }
-
- .node-status-iptables > .main div > .cbi-map > form input[type="submit"] + input[type="submit"]{
- margin-top: 1rem;
- }
-}
-
-@media screen and (min-width: 992px) {
- .cbi-value input[type="password"],
- .cbi-value input[type="text"] {
- min-width: 20rem;
- }
-
- .cbi-value-field .cbi-input-select {
- min-width: 20rem;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .cbi-value input[type="password"],
- .cbi-value input[type="text"] {
- min-width: 22rem;
- }
-
- .cbi-value-field .cbi-input-select {
- min-width: 22rem;
- }
-}
-
-@media screen and (min-width: 1600px) {
- .cbi-value input[type="password"],
- .cbi-value input[type="text"] {
- min-width: 25rem;
- }
-
- .cbi-value-field .cbi-input-select {
- min-width: 25rem;
- }
-}
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/favicon.ico b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/favicon.ico
deleted file mode 100644
index b407d18455..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/favicon.ico and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/css/font-awesome.min.css b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/css/font-awesome.min.css
deleted file mode 100644
index 540440ce89..0000000000
--- a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/css/font-awesome.min.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/*!
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#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: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"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/FontAwesome.otf b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/FontAwesome.otf
deleted file mode 100644
index 401ec0f36e..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/FontAwesome.otf and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.eot b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.eot
deleted file mode 100644
index e9f60ca953..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.eot and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.svg b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.svg
deleted file mode 100644
index 855c845e53..0000000000
--- a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.svg
+++ /dev/null
@@ -1,2671 +0,0 @@
-
-
-
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.ttf b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.ttf
deleted file mode 100644
index 35acda2fa1..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.ttf and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.woff b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.woff
deleted file mode 100644
index 400014a4b0..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.woff and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.woff2 b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.woff2
deleted file mode 100644
index 4d13fc6040..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/font-awesome/fonts/fontawesome-webfont.woff2 and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/bg.jpg b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/bg.jpg
deleted file mode 100644
index dd17e84c64..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/bg.jpg and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/chat.gif b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/chat.gif
deleted file mode 100644
index 6b1504a73d..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/chat.gif and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/connect.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/connect.png
deleted file mode 100644
index d25e1e181d..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/connect.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/cont.gif b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/cont.gif
deleted file mode 100644
index 9ec55b5aea..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/cont.gif and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/cont.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/cont.png
deleted file mode 100644
index d25874af4c..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/cont.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/favicon.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/favicon.png
deleted file mode 100644
index 459148c6b6..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/favicon.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/firmware.gif b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/firmware.gif
deleted file mode 100644
index 1304478e68..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/firmware.gif and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/firmware.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/firmware.png
deleted file mode 100644
index ce715cdf35..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/firmware.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/hot.gif b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/hot.gif
deleted file mode 100644
index 16e705d929..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/hot.gif and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/link.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/link.png
deleted file mode 100644
index 34832e722f..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/link.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/ncont.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/ncont.png
deleted file mode 100644
index 0046eeb54c..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/ncont.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/net.gif b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/net.gif
deleted file mode 100644
index 6a78f52456..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/net.gif and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/set.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/set.png
deleted file mode 100644
index f7700c3b62..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/set.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/view.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/view.png
deleted file mode 100644
index c281768080..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/view.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/wifi.png b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/wifi.png
deleted file mode 100644
index 833c6771c5..0000000000
Binary files a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/images/wifi.png and /dev/null differ
diff --git a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/js/jquery.min.js b/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/js/jquery.min.js
deleted file mode 100644
index b0ecaddee2..0000000000
--- a/package/ctcgfw/luci-theme-btmod/htdocs/luci-static/btmod/js/jquery.min.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */
-!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.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;++db;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.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="",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-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;
-}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.lengthh;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=" a",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="",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,""],legend:[1,""],area:[1,""],param:[1,""],thead:[1,""],tr:[2,""],col:[2,""],td:[3,""],_default:l.htmlSerialize?[0,"",""]:[1,"X","
"]};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=/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)?""!==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]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/
-
-
-
-
-
-
-