diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 340274d..0000000 --- a/.gitignore +++ /dev/null @@ -1,33 +0,0 @@ -# Logs -logs -*.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directory -# Deployed apps should consider commenting this line out: -# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git -node_modules - -.publish -.release -docs/_site -docs/_data/* -!docs/_data/.gitkeep -assets/fonts/octicons -assets/images/logo diff --git a/CNAME b/CNAME new file mode 100755 index 0000000..652e0a2 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +doc.sealui.com diff --git a/LICENSE b/LICENSE deleted file mode 100755 index 3e53c4e..0000000 --- a/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2014 FriendCode Inc. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/README.md b/README.md deleted file mode 100755 index 2efe28d..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# FED Guide diff --git a/assets/css/demo.css b/assets/css/demo.css new file mode 100644 index 0000000..9c218df --- /dev/null +++ b/assets/css/demo.css @@ -0,0 +1,2 @@ +@charset "UTF-8"; +img,legend{border:0}*,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}*,.hb-tooltip,.hbBox-image-label,.hbBox-wrapper{box-sizing:border-box}.hb-fn-break-line,.hb-text-overflow{text-overflow:ellipsis;overflow:hidden}.hb-btn,.hb-fn-break-line,.hb-text-nowrap,.hb-text-overflow{white-space:nowrap}.dropdown-menu,.hb-nav,.hb-slider-nav ol,dd,dl,dt,li,ol,ul{list-style:none}.hb-btn-group .dropdown-toggle:active,.hb-btn-group.open .dropdown-toggle,.open>a,a:active,a:hover{outline:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:#0894ec;text-decoration:none}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.caret,.hb-btn,i.hb-icon{vertical-align:middle}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}.hb-tooltip,body{font-family:"Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;-moz-osx-font-smoothing:grayscale}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-touch-callout:none}:after,:before{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.42857143;color:#677D8B;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-font-feature-settings:"liga","kern"}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}dd,dl,dt,li,ol,ul{margin:0;padding:0}.hb-center-block,.hb-container{display:block;margin-left:auto;margin-right:auto}a:active{color:#0566a2}.hb-container{*zoom:1;width:1000px}.hb-container:after,.hb-container:before{content:" ";display:table}.hb-container:after{clear:both}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.caret{display:inline-block;width:0;height:0;margin-left:5px;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.hb-fn-hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hb-fn-clearfix:after,.hb-fn-clearfix:before{content:" ";display:table}.hb-fn-clearfix:after{clear:both}.hb-fn-right{float:right!important}.hb-fn-left{float:left!important}.hb-fn-float-none{float:none!important}.hb-fn-hide{display:none!important}.hb-fn-show{display:block!important}.hb-fn-hidden{visibility:hidden}.hb-fn-visible{visibility:visible}.hb-fn-break-line{display:block}input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=email],input[type=url],input[type=tel],input[type=color],input[type=number],input[type=search],textarea{box-shadow:none;height:30px;line-height:1.42857143;border:1px solid #ccc;border-radius:2px;background:#fff;color:#555;text-indent:2px}input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=week]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=color]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=search]::-moz-placeholder,textarea::-moz-placeholder{color:#999}input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=color]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}input[type=text].focus,input[type=text]:focus,input[type=password].focus,input[type=password]:focus,input[type=datetime].focus,input[type=datetime]:focus,input[type=datetime-local].focus,input[type=datetime-local]:focus,input[type=date].focus,input[type=date]:focus,input[type=month].focus,input[type=month]:focus,input[type=time].focus,input[type=time]:focus,input[type=week].focus,input[type=week]:focus,input[type=email].focus,input[type=email]:focus,input[type=url].focus,input[type=url]:focus,input[type=tel].focus,input[type=tel]:focus,input[type=color].focus,input[type=color]:focus,input[type=number].focus,input[type=number]:focus,input[type=search].focus,input[type=search]:focus,textarea.focus,textarea:focus{outline:0}input[type=text].disabled,input[type=text].disabled:hover,input[type=text][disabled],input[type=text][readonly],input[type=password].disabled,input[type=password].disabled:hover,input[type=password][disabled],input[type=password][readonly],input[type=datetime].disabled,input[type=datetime].disabled:hover,input[type=datetime][disabled],input[type=datetime][readonly],input[type=datetime-local].disabled,input[type=datetime-local].disabled:hover,input[type=datetime-local][disabled],input[type=datetime-local][readonly],input[type=date].disabled,input[type=date].disabled:hover,input[type=date][disabled],input[type=date][readonly],input[type=month].disabled,input[type=month].disabled:hover,input[type=month][disabled],input[type=month][readonly],input[type=time].disabled,input[type=time].disabled:hover,input[type=time][disabled],input[type=time][readonly],input[type=week].disabled,input[type=week].disabled:hover,input[type=week][disabled],input[type=week][readonly],input[type=email].disabled,input[type=email].disabled:hover,input[type=email][disabled],input[type=email][readonly],input[type=url].disabled,input[type=url].disabled:hover,input[type=url][disabled],input[type=url][readonly],input[type=tel].disabled,input[type=tel].disabled:hover,input[type=tel][disabled],input[type=tel][readonly],input[type=color].disabled,input[type=color].disabled:hover,input[type=color][disabled],input[type=color][readonly],input[type=number].disabled,input[type=number].disabled:hover,input[type=number][disabled],input[type=number][readonly],input[type=search].disabled,input[type=search].disabled:hover,input[type=search][disabled],input[type=search][readonly],textarea.disabled,textarea.disabled:hover,textarea[disabled],textarea[readonly]{background:#eee;cursor:not-allowed;color:#777}.hb-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.hb-btn-group>.hb-btn-group,.hb-btn-toolbar .hb-btn,.hb-btn-toolbar .hb-btn-group,.hb-btn-toolbar .hb-input-group{float:left}.hb-close:focus,.hb-close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.hb-close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.hb-btn,.hb-btn-black.active,.hb-btn-black:active,.hb-btn-danger.active,.hb-btn-danger:active,.hb-btn-default.active,.hb-btn-default:active,.hb-btn-primary.active,.hb-btn-primary:active,.hb-btn-success.active,.hb-btn-success:active,.hb-btn-warning.active,.hb-btn-warning:active,.hb-navbar-toggle,.open>.dropdown-toggle.hb-btn-black,.open>.dropdown-toggle.hb-btn-danger,.open>.dropdown-toggle.hb-btn-default,.open>.dropdown-toggle.hb-btn-primary,.open>.dropdown-toggle.hb-btn-success,.open>.dropdown-toggle.hb-btn-warning{background-image:none}i.hb-icon{display:inline-block;background-size:100% auto;background-position:center;background-repeat:no-repeat;font-style:normal;position:relative}[class^=hb-icon-]{margin:20px}[class^=hb-icon-]:before{color:green;font-size:30px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}.hb-text-left{text-align:left}.hb-text-right{text-align:right}.hb-text-center{text-align:center}.hb-text-justify{text-align:justify}.hb-text-lowercase{text-transform:lowercase}.hb-text-uppercase{text-transform:uppercase}.hb-text-capitalize{text-transform:capitalize}.hb-text-overflow{display:block}.hb-text-default{color:#666}a.hb-text-default:focus,a.hb-text-default:hover{color:#4d4d4d}.hb-text-primary{color:#31708f}a.hb-text-primary:focus,a.hb-text-primary:hover{color:#245269}.hb-text-success{color:#3c763d}a.hb-text-success:focus,a.hb-text-success:hover{color:#2b542c}.hb-text-warning{color:#8a6d3b}a.hb-text-warning:focus,a.hb-text-warning:hover{color:#66512c}.hb-text-danger{color:#a94442}a.hb-text-danger:focus,a.hb-text-danger:hover{color:#843534}.hb-bg-default{color:#fff;background-color:#fafafa}a.hb-bg-default:focus,a.hb-bg-default:hover{background-color:#ededed}.hb-bg-primary{color:#fff;background-color:#d9edf7}a.hb-bg-primary:focus,a.hb-bg-primary:hover{background-color:#c4e3f3}.hb-bg-success{color:#fff;background-color:#dff0d8}a.hb-bg-success:focus,a.hb-bg-success:hover{background-color:#d0e9c6}.hb-bg-warning{color:#fff;background-color:#fcf8e3}a.hb-bg-warning:focus,a.hb-bg-warning:hover{background-color:#faf2cc}.hb-bg-danger{color:#fff;background-color:#f2dede}a.hb-bg-danger:focus,a.hb-bg-danger:hover{background-color:#ebcccc}.hb-alert{padding:15px;margin-bottom:20px;border:1px solid #e8e8e8;border-radius:2px;background-color:#fafafa;color:#666}.hb-alert>p,.hb-alert>ul,.hb-btn,.hb-nav{margin-bottom:0}.hb-alert hr,.hb-alert-default hr{border-top-color:#dbdbdb}.hb-alert .alert-link{color:#4d4d4d}.hb-alert h4{margin-top:0;color:inherit}.hb-alert .hb-alert-link{font-weight:700}.hb-alert>p+p{margin-top:5px}.hb-alert-dismissable,.hb-alert-dismissible{padding-right:35px}.hb-alert-dismissable .hb-close,.hb-alert-dismissible .hb-close{position:relative;top:-2px;right:-21px;color:inherit}.hb-alert-default{background-color:#fafafa;border-color:#e8e8e8;color:#666}.hb-alert-default .alert-link{color:#4d4d4d}.hb-alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.hb-alert-success hr{border-top-color:#c9e2b3}.hb-alert-success .alert-link{color:#2b542c}.hb-alert-primary{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.hb-alert-primary hr{border-top-color:#a6e1ec}.hb-alert-primary .alert-link{color:#245269}.hb-alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.hb-alert-warning hr{border-top-color:#f7e1b5}.hb-alert-warning .alert-link{color:#66512c}.hb-alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.hb-alert-danger hr{border-top-color:#e4b9c0}.hb-alert-danger .alert-link{color:#843534}.hb-btn{display:inline-block;font-weight:400;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.3s}.hb-btn.active.focus,.hb-btn.active:focus,.hb-btn.focus,.hb-btn:active.focus,.hb-btn:active:focus,.hb-btn:focus{color:#666;text-decoration:none}.hb-btn.focus,.hb-btn:focus,.hb-btn:hover{color:#666;text-decoration:none}.hb-btn.active,.hb-btn:active{color:#666;text-decoration:none;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.hb-btn.disabled,.hb-btn.disabled:hover,.hb-btn[disabled],fieldset[disabled] .hb-btn{cursor:not-allowed;color:#eee;opacity:.5;filter:alpha(opacity=50);box-shadow:none}a.hb-btn.disabled,fieldset[disabled] a.hb-btn{pointer-events:none;color:#eee}.hb-btn .dropdown-menu{margin-top:-1px}.hb-btn-default{color:#666;background-color:#fafafa;border-color:#e1e1e1}.hb-btn-default.focus,.hb-btn-default:focus{color:#666;background-color:#ededed;border-color:#d4d4d4}.hb-btn-default.active,.hb-btn-default:active,.hb-btn-default:hover,.open>.dropdown-toggle.hb-btn-default{color:#666;background-color:#ededed;border-color:#d4d4d4}.hb-btn-default.active.focus,.hb-btn-default.active:focus,.hb-btn-default.active:hover,.hb-btn-default:active.focus,.hb-btn-default:active:focus,.hb-btn-default:active:hover,.open>.dropdown-toggle.hb-btn-default.focus,.open>.dropdown-toggle.hb-btn-default:focus,.open>.dropdown-toggle.hb-btn-default:hover{color:#666;background-color:#ededed;border-color:#d4d4d4}.hb-btn-default.disabled.focus,.hb-btn-default.disabled:focus,.hb-btn-default.disabled:hover,.hb-btn-default[disabled].focus,.hb-btn-default[disabled]:focus,.hb-btn-default[disabled]:hover,fieldset[disabled] .hb-btn-default.focus,fieldset[disabled] .hb-btn-default:focus,fieldset[disabled] .hb-btn-default:hover{background-color:#fafafa;border-color:#e1e1e1}.hb-btn-default .badge{color:#fafafa;background-color:#666}.hb-btn-default.disabled,.hb-btn-default.disabled:hover{color:#777}.hb-btn-primary{color:#fff;background-color:#0894ec;border-color:#088ee2}.hb-btn-primary.focus,.hb-btn-primary:focus{color:#fff;background-color:#0785d3;border-color:#077ec9}.hb-btn-primary.active,.hb-btn-primary:active,.hb-btn-primary:hover,.open>.dropdown-toggle.hb-btn-primary{color:#fff;background-color:#0785d3;border-color:#077ec9}.hb-btn-primary.active.focus,.hb-btn-primary.active:focus,.hb-btn-primary.active:hover,.hb-btn-primary:active.focus,.hb-btn-primary:active:focus,.hb-btn-primary:active:hover,.open>.dropdown-toggle.hb-btn-primary.focus,.open>.dropdown-toggle.hb-btn-primary:focus,.open>.dropdown-toggle.hb-btn-primary:hover{color:#fff;background-color:#0785d3;border-color:#077ec9}.hb-btn-primary.disabled.focus,.hb-btn-primary.disabled:focus,.hb-btn-primary.disabled:hover,.hb-btn-primary[disabled].focus,.hb-btn-primary[disabled]:focus,.hb-btn-primary[disabled]:hover,fieldset[disabled] .hb-btn-primary.focus,fieldset[disabled] .hb-btn-primary:focus,fieldset[disabled] .hb-btn-primary:hover{background-color:#0894ec;border-color:#088ee2}.hb-btn-primary .badge{color:#0894ec;background-color:#fff}.hb-btn-success{color:#fff;background-color:#72C47C;border-color:#6bc175}.hb-btn-success.focus,.hb-btn-success:focus{color:#fff;background-color:#60bc6b;border-color:#59b965}.hb-btn-success.active,.hb-btn-success:active,.hb-btn-success:hover,.open>.dropdown-toggle.hb-btn-success{color:#fff;background-color:#60bc6b;border-color:#59b965}.hb-btn-success.active.focus,.hb-btn-success.active:focus,.hb-btn-success.active:hover,.hb-btn-success:active.focus,.hb-btn-success:active:focus,.hb-btn-success:active:hover,.open>.dropdown-toggle.hb-btn-success.focus,.open>.dropdown-toggle.hb-btn-success:focus,.open>.dropdown-toggle.hb-btn-success:hover{color:#fff;background-color:#60bc6b;border-color:#59b965}.hb-btn-success.disabled.focus,.hb-btn-success.disabled:focus,.hb-btn-success.disabled:hover,.hb-btn-success[disabled].focus,.hb-btn-success[disabled]:focus,.hb-btn-success[disabled]:hover,fieldset[disabled] .hb-btn-success.focus,fieldset[disabled] .hb-btn-success:focus,fieldset[disabled] .hb-btn-success:hover{background-color:#72C47C;border-color:#6bc175}.hb-btn-success .badge{color:#72C47C;background-color:#fff}.hb-btn-warning{color:#fff;background-color:#f60;border-color:#f56200}.hb-btn-warning.focus,.hb-btn-warning:focus{color:#fff;background-color:#e65c00;border-color:#db5800}.hb-btn-warning.active,.hb-btn-warning:active,.hb-btn-warning:hover,.open>.dropdown-toggle.hb-btn-warning{color:#fff;background-color:#e65c00;border-color:#db5800}.hb-btn-warning.active.focus,.hb-btn-warning.active:focus,.hb-btn-warning.active:hover,.hb-btn-warning:active.focus,.hb-btn-warning:active:focus,.hb-btn-warning:active:hover,.open>.dropdown-toggle.hb-btn-warning.focus,.open>.dropdown-toggle.hb-btn-warning:focus,.open>.dropdown-toggle.hb-btn-warning:hover{color:#fff;background-color:#e65c00;border-color:#db5800}.hb-btn-warning.disabled.focus,.hb-btn-warning.disabled:focus,.hb-btn-warning.disabled:hover,.hb-btn-warning[disabled].focus,.hb-btn-warning[disabled]:focus,.hb-btn-warning[disabled]:hover,fieldset[disabled] .hb-btn-warning.focus,fieldset[disabled] .hb-btn-warning:focus,fieldset[disabled] .hb-btn-warning:hover{background-color:#f60;border-color:#f56200}.hb-btn-warning .badge{color:#f60;background-color:#fff}.hb-btn-danger{color:#fff;background-color:#f6383a;border-color:#f62e30}.hb-btn-danger.focus,.hb-btn-danger:focus{color:#fff;background-color:#f52022;border-color:#f41618}.hb-btn-danger.active,.hb-btn-danger:active,.hb-btn-danger:hover,.open>.dropdown-toggle.hb-btn-danger{color:#fff;background-color:#f52022;border-color:#f41618}.hb-btn-danger.active.focus,.hb-btn-danger.active:focus,.hb-btn-danger.active:hover,.hb-btn-danger:active.focus,.hb-btn-danger:active:focus,.hb-btn-danger:active:hover,.open>.dropdown-toggle.hb-btn-danger.focus,.open>.dropdown-toggle.hb-btn-danger:focus,.open>.dropdown-toggle.hb-btn-danger:hover{color:#fff;background-color:#f52022;border-color:#f41618}.hb-btn-danger.disabled.focus,.hb-btn-danger.disabled:focus,.hb-btn-danger.disabled:hover,.hb-btn-danger[disabled].focus,.hb-btn-danger[disabled]:focus,.hb-btn-danger[disabled]:hover,fieldset[disabled] .hb-btn-danger.focus,fieldset[disabled] .hb-btn-danger:focus,fieldset[disabled] .hb-btn-danger:hover{background-color:#f6383a;border-color:#f62e30}.hb-btn-danger .badge{color:#f6383a;background-color:#fff}.hb-btn-black{color:#fff;background-color:#34495E;border-color:#304457}.hb-btn-black.focus,.hb-btn-black:focus{color:#fff;background-color:#2b3c4e;border-color:#273747}.hb-btn-black.active,.hb-btn-black:active,.hb-btn-black:hover,.open>.dropdown-toggle.hb-btn-black{color:#fff;background-color:#2b3c4e;border-color:#273747}.hb-btn-black.active.focus,.hb-btn-black.active:focus,.hb-btn-black.active:hover,.hb-btn-black:active.focus,.hb-btn-black:active:focus,.hb-btn-black:active:hover,.open>.dropdown-toggle.hb-btn-black.focus,.open>.dropdown-toggle.hb-btn-black:focus,.open>.dropdown-toggle.hb-btn-black:hover{color:#fff;background-color:#2b3c4e;border-color:#273747}.hb-btn-black.disabled.focus,.hb-btn-black.disabled:focus,.hb-btn-black.disabled:hover,.hb-btn-black[disabled].focus,.hb-btn-black[disabled]:focus,.hb-btn-black[disabled]:hover,fieldset[disabled] .hb-btn-black.focus,fieldset[disabled] .hb-btn-black:focus,fieldset[disabled] .hb-btn-black:hover{background-color:#34495E;border-color:#304457}.hb-btn-black .badge{color:#34495E;background-color:#fff}.hb-btn-link{color:#0894ec;font-weight:400;border-radius:0}.hb-btn-link,.hb-btn-link.active,.hb-btn-link:active,.hb-btn-link[disabled],fieldset[disabled] .hb-btn-link{background-color:transparent;box-shadow:none}.hb-btn-link,.hb-btn-link:active,.hb-btn-link:focus,.hb-btn-link:hover{border-color:transparent}.hb-btn-link:focus,.hb-btn-link:hover{color:#0566a2;text-decoration:none;background-color:transparent}.hb-btn-link[disabled]:focus,.hb-btn-link[disabled]:hover,fieldset[disabled] .hb-btn-link:focus,fieldset[disabled] .hb-btn-link:hover{color:#eee;text-decoration:none}.hb-btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.hb-btn-sm,.hb-btn-xs{border-radius:3px}.hb-btn-sm{padding:5px 10px;font-size:14px;line-height:1.5}.hb-btn-group-xs>.hb-btn,.hb-btn-xs{padding:3px 5px;font-size:12px;line-height:1.5}.hb-btn-block{display:block;width:100%}.hb-btn-block+.hb-btn-block{margin-top:5px}input[type=button].hb-btn-block,input[type=reset].hb-btn-block,input[type=submit].hb-btn-block{width:100%}.hb-btn-group,.hb-btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.hb-btn-group-vertical>.hb-btn,.hb-btn-group>.hb-btn{position:relative;float:left}.hb-btn-group-vertical>.hb-btn.active,.hb-btn-group-vertical>.hb-btn:active,.hb-btn-group-vertical>.hb-btn:focus,.hb-btn-group-vertical>.hb-btn:hover,.hb-btn-group>.hb-btn.active,.hb-btn-group>.hb-btn:active,.hb-btn-group>.hb-btn:focus,.hb-btn-group>.hb-btn:hover{z-index:2}.hb-btn-group .hb-btn+.hb-btn,.hb-btn-group .hb-btn+.hb-btn-group,.hb-btn-group .hb-btn-group+.hb-btn,.hb-btn-group .hb-btn-group+.hb-btn-group{margin-left:-1px}.hb-btn-toolbar{margin-left:-5px}.hb-btn-toolbar>.hb-btn,.hb-btn-toolbar>.hb-btn-group,.hb-btn-toolbar>.hb-input-group{margin-left:5px}.hb-btn-group>.hb-btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.hb-btn-group>.hb-btn:first-child{margin-left:0}.hb-btn-group>.hb-btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.hb-btn-group>.dropdown-toggle:not(:first-child),.hb-btn-group>.hb-btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.hb-btn-group>.hb-btn-group:not(:first-child):not(:last-child)>.hb-btn{border-radius:0}.hb-btn-group>.hb-btn-group:first-child:not(:last-child)>.dropdown-toggle,.hb-btn-group>.hb-btn-group:first-child:not(:last-child)>.hb-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0}.hb-btn-group>.hb-btn-group:last-child:not(:first-child)>.hb-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.hb-btn-group-xs>.hb-btn{border-radius:3px}.hb-btn-group-sm>.hb-btn{padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}.hb-btn-group-lg>.hb-btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.hb-btn-group>.hb-btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.hb-btn-group>.hb-btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.hb-btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.hb-btn-group.open .dropdown-toggle.hb-btn-link{box-shadow:none}.hb-btn .caret{margin-left:5px}.hb-btn-lg .caret{border-width:5px 5px 0}.dropup .hb-btn-lg .caret{border-width:0 5px 5px}.hb-btn-group-vertical>.hb-btn,.hb-btn-group-vertical>.hb-btn-group,.hb-btn-group-vertical>.hb-btn-group>.hb-btn{display:block;float:none;width:100%;max-width:100%}.hb-btn-group-vertical>.hb-btn-group>.hb-btn{float:none}.hb-btn-group-vertical>.hb-btn+.hb-btn,.hb-btn-group-vertical>.hb-btn+.hb-btn-group,.hb-btn-group-vertical>.hb-btn-group+.hb-btn,.hb-btn-group-vertical>.hb-btn-group+.hb-btn-group{margin-top:-1px;margin-left:0}.hb-btn-group-vertical>.hb-btn:not(:first-child):not(:last-child){border-radius:0}.hb-btn-group-vertical>.hb-btn:first-child:not(:last-child){border-radius:2px 2px 0 0}.hb-btn-group-vertical>.hb-btn:last-child:not(:first-child){border-radius:0 0 2px 2px}.hb-btn-group-vertical>.hb-btn-group:not(:first-child):not(:last-child)>.hb-btn{border-radius:0}.hb-btn-group-vertical>.hb-btn-group:first-child:not(:last-child)>.dropdown-toggle,.hb-btn-group-vertical>.hb-btn-group:first-child:not(:last-child)>.hb-btn:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.hb-btn-group-vertical>.hb-btn-group:last-child:not(:first-child)>.hb-btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.hb-btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.hb-btn-group-justified>.hb-btn,.hb-btn-group-justified>.hb-btn-group{float:none;display:table-cell;width:1%}.hb-btn-group-justified>.hb-btn-group .hb-btn,.hb-nav-justified{width:100%}.hb-btn-group-justified>.hb-btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.hb-btn input[type=checkbox],[data-toggle=buttons]>.hb-btn input[type=radio],[data-toggle=buttons]>.hb-btn-group>.hb-btn input[type=checkbox],[data-toggle=buttons]>.hb-btn-group>.hb-btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.hb-nav{padding-left:0}.hb-nav:after,.hb-nav:before{content:" ";display:table}.hb-nav>li,.hb-nav>li>a{display:block;position:relative}.hb-nav:after{clear:both}.hb-nav>li>a{padding:10px 15px}.hb-nav>li>a:focus,.hb-nav>li>a:hover{text-decoration:none;background-color:#eee}.hb-nav>li.disabled>a{color:#777}.hb-nav>li.disabled>a:focus,.hb-nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.hb-nav .open>a,.hb-nav .open>a:focus,.hb-nav .open>a:hover{background-color:#eee;border-color:#0894ec}.hb-nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.hb-nav>li>a>img{max-width:none}.hb-nav-tabs{border-bottom:1px solid #ddd}.hb-nav-tabs>li{float:left;margin-bottom:-1px}.hb-nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:2px 2px 0 0}.hb-nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.hb-nav-tabs>li.active>a,.hb-nav-tabs>li.active>a:focus,.hb-nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.hb-nav-pills>li{float:left}.hb-nav-justified>li,.hb-nav-stacked>li{float:none}.hb-nav-pills>li>a{border-radius:2px}.hb-nav-pills>li+li{margin-left:2px}.hb-nav-pills>li.active>a,.hb-nav-pills>li.active>a:focus,.hb-nav-pills>li.active>a:hover{color:#fff;background-color:#0894ec}.hb-nav-stacked>li+li{margin-top:2px;margin-left:0}.hb-nav-justified>li>a{text-align:center;margin-bottom:5px}.hb-nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.hb-nav-tabs-justified{border-bottom:0}.hb-nav-tabs-justified>li>a{margin-right:0;border-radius:2px}.hb-nav-tabs-justified>.active>a,.hb-nav-tabs-justified>.active>a:focus,.hb-nav-tabs-justified>.active>a:hover{border:1px solid #ddd}.hb-tab-content>.tab-pane{display:none}.hb-navbar-brand>img,.hb-tab-content>.active{display:block}.hb-nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.hb-navbar{position:relative;min-height:30px;border:1px solid transparent}.hb-navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.hb-navbar-collapse.in{overflow-y:auto}.hb-navbar-fixed-bottom .hb-navbar-collapse,.hb-navbar-fixed-top .hb-navbar-collapse{max-height:340px}.hb-navbar-static-top{z-index:1000;border-width:0 0 1px}.hb-navbar-fixed-bottom,.hb-navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.hb-navbar-fixed-top{top:0;border-width:0 0 1px}.hb-navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.hb-navbar-brand{float:left;padding:5px 15px;font-size:18px;line-height:20px;height:30px}.hb-navbar-brand:focus,.hb-navbar-brand:hover{text-decoration:none}.hb-navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:-2px;margin-bottom:-2px;background-color:transparent;border:1px solid transparent;border-radius:2px}.dropdown-menu,.hb-navbar-nav>li,.hb-slider-wrap.hb-slider-carousel>li{float:left}.hb-navbar-toggle:focus{outline:0}.hb-navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.hb-navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.hb-navbar-nav{padding:0;margin:0}.hb-navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}.hb-navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:-2px -15px}.hb-navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.hb-navbar-fixed-bottom .hb-navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:2px 2px 0 0}.hb-navbar-btn{margin-top:-2px;margin-bottom:-2px}.hb-navbar-btn.btn-sm{margin-top:0;margin-bottom:0}.hb-navbar-btn.btn-xs{margin-top:4px;margin-bottom:4px}.hb-navbar-text{margin-top:5px;margin-bottom:5px}.hb-navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.hb-navbar-default .navbar-brand{color:#777}.hb-navbar-default .navbar-brand:focus,.hb-navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.hb-navbar-default .hb-navbar-nav>li>a,.hb-navbar-default .hb-navbar-text{color:#777}.hb-navbar-default .hb-navbar-nav>li>a:focus,.hb-navbar-default .hb-navbar-nav>li>a:hover{color:#333;background-color:transparent}.hb-navbar-default .hb-navbar-nav>.active>a,.hb-navbar-default .hb-navbar-nav>.active>a:focus,.hb-navbar-default .hb-navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.hb-navbar-default .hb-navbar-nav>.disabled>a,.hb-navbar-default .hb-navbar-nav>.disabled>a:focus,.hb-navbar-default .hb-navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.hb-navbar-default .hb-navbar-toggle{border-color:#ddd}.hb-navbar-default .hb-navbar-toggle:focus,.hb-navbar-default .hb-navbar-toggle:hover{background-color:#ddd}.hb-navbar-default .hb-navbar-toggle .icon-bar{background-color:#888}.hb-navbar-default .hb-navbar-collapse,.hb-navbar-default .hb-navbar-form{border-color:#e7e7e7}.hb-navbar-default .hb-navbar-nav>.open>a,.hb-navbar-default .hb-navbar-nav>.open>a:focus,.hb-navbar-default .hb-navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}.hb-navbar-default .hb-navbar-link{color:#777}.hb-navbar-default .hb-navbar-link:hover{color:#333}.hb-navbar-default .hb-btn-link{color:#777}.hb-navbar-default .hb-btn-link:focus,.hb-navbar-default .hb-btn-link:hover{color:#333}.hb-navbar-default .hb-btn-link[disabled]:focus,.hb-navbar-default .hb-btn-link[disabled]:hover,fieldset[disabled] .hb-navbar-default .hb-btn-link:focus,fieldset[disabled] .hb-navbar-default .hb-btn-link:hover{color:#ccc}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:2px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu-right,.dropdown-menu.pull-right{left:auto;right:0}.dropdown-header,.dropdown-menu>li>a{padding:3px 20px;white-space:nowrap;line-height:1.42857143;display:block}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{clear:both;font-weight:400;color:#333}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#0894ec}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.dropdown-menu-left{left:0;right:auto}.dropdown-header{font-size:12px;color:#777}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.hb-tooltip{position:absolute;z-index:1070;display:block;font-family:"Lantinghei SC","Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;-webkit-font-smoothing:antialiased;font-size:14px;opacity:0;filter:alpha(opacity=0)}.hb-tooltip.in{opacity:1;filter:alpha(opacity=100)}.hb-tooltip.top{margin-top:-3px;padding:5px 0}.hb-tooltip.right{margin-left:3px;padding:0 5px}.hb-tooltip.bottom{margin-top:3px;padding:5px 0}.hb-tooltip.left{margin-left:-3px;padding:0 5px}.hb-tooltip-inner,.hbBox-content{padding:8px 10px;transition:opacity .15s}.hb-tooltip-inner{max-width:220px;color:#666;text-align:left;background-color:#fff;border-radius:3px;box-shadow:0 0 2px rgba(0,39,59,.2)}.hb-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.hb-tooltip.top .hb-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#fff}.hb-tooltip.top-left .hb-tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#fff}.hb-tooltip.top-right .hb-tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#fff}.hb-tooltip.right .hb-tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#fff}.hb-tooltip.left .hb-tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#fff}.hb-tooltip.bottom .hb-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#fff}.hb-tooltip.bottom-left .hb-tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#fff}.hb-tooltip.bottom-right .hb-tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#fff}.hb-tooltip.black .hb-tooltip-inner{background-color:#171d1f;color:#A3A8AB;box-shadow:0 0 0 transparent}.hb-tooltip.black.top .hb-tooltip-arrow,.hb-tooltip.black.top-left .hb-tooltip-arrow,.hb-tooltip.black.top-right .hb-tooltip-arrow{border-top-color:#171d1f}.hb-tooltip.black.right .hb-tooltip-arrow{border-right-color:#171d1f}.hb-tooltip.black.left .hb-tooltip-arrow{border-left-color:#171d1f}.hb-tooltip.black.bottom .hb-tooltip-arrow,.hb-tooltip.black.bottom-left .hb-tooltip-arrow,.hb-tooltip.black.bottom-right .hb-tooltip-arrow{border-bottom-color:#171d1f}.hb-tooltip.green .hb-tooltip-inner{background-color:green;color:#fff;box-shadow:0 0 0 transparent}.hb-tooltip.green.top .hb-tooltip-arrow,.hb-tooltip.green.top-left .hb-tooltip-arrow,.hb-tooltip.green.top-right .hb-tooltip-arrow{border-top-color:green}.hb-tooltip.green.right .hb-tooltip-arrow{border-right-color:green}.hb-tooltip.green.left .hb-tooltip-arrow{border-left-color:green}.hb-tooltip.green.bottom .hb-tooltip-arrow,.hb-tooltip.green.bottom-left .hb-tooltip-arrow,.hb-tooltip.green.bottom-right .hb-tooltip-arrow{border-bottom-color:green}.hbBox-wrapper{text-align:left}.hbBox-container,.hbBox-content,.hbBox-title{position:relative;word-break:break-word}.hbBox-container{background:0 0}.hbBox-content{background:#fff;overflow:auto}.hbBox-Modal .hbBox-content,.hbBox-Modal .hbBox-title{color:#1a1a1a}.hbBox-Mouse .hbBox-container,.hbBox-Tooltip .hbBox-container{border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.3)}.hbBox-Mouse .hbBox-title,.hbBox-Tooltip .hbBox-title{padding:8px 10px 0;font-weight:700}.hbBox-hasTitle.hbBox-Mouse .hbBox-content,.hbBox-hasTitle.hbBox-Tooltip .hbBox-content{padding-top:5px}.hbBox-pointer{position:absolute;overflow:hidden}.hbBox-pointer-top{top:0}.hbBox-pointer-bottom{bottom:0}.hbBox-pointer-left{left:0}.hbBox-pointer-right{right:0}.hbBox-pointer-bottom,.hbBox-pointer-top{width:30px;height:12px}.hbBox-pointer-left,.hbBox-pointer-right{width:12px;height:30px}.hbBox-pointer:after{content:'';width:20px;height:20px;position:absolute;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hbBox-pointer-top:after{left:5px;top:6px;box-shadow:-1px -1px 4px rgba(0,0,0,.2)}.hbBox-pointer-right:after{top:5px;right:6px;box-shadow:1px -1px 4px rgba(0,0,0,.2)}.hbBox-pointer-bottom:after{left:5px;bottom:6px;box-shadow:1px 1px 4px rgba(0,0,0,.2)}.hbBox-pointer-left:after{top:5px;left:6px;box-shadow:-1px 1px 4px rgba(0,0,0,.2)}.hbBox-Confirm .hbBox-container,.hbBox-Iframe .hbBox-container,.hbBox-Modal .hbBox-container{border-radius:4px;box-shadow:0 3px 15px rgba(0,0,0,.4),0 0 5px rgba(0,0,0,.4)}.hbBox-Iframe .hbBox-container{background:0 0}.hbBox-Confirm .hbBox-title,.hbBox-Iframe .hbBox-title,.hbBox-Modal .hbBox-title{border-radius:4px 4px 0 0;padding:10px 15px;background:#f4f5f6;border-bottom:1px solid #ddd;text-shadow:0 1px 1px #fff;font-size:14px}.hbBox-Confirm.hbBox-closeButton-title .hbBox-title,.hbBox-Modal.hbBox-closeButton-title .hbBox-title{padding-right:55px}.hbBox-Confirm.hbBox-closeButton-box:before,.hbBox-Modal.hbBox-closeButton-box:before{box-shadow:0 3px 15px rgba(0,0,0,.4),0 0 5px rgba(0,0,0,.4)}.hbBox-Modal .hbBox-content{padding:12px 15px;border-radius:0 0 4px 4px}.hbBox-Iframe .hbBox-content{padding:0;border-radius:0 0 4px 4px;overflow:hidden;background:#fff}.hbBox-Iframe iframe{display:block;width:100%}.hbBox-Confirm .hbBox-content{text-align:center;padding:15px}.hbBox-Confirm-footer{border-top:1px solid #e2e2e2;background:#fafafa;border-radius:0 0 4px 4px;text-align:right;padding:10px 10px 10px 0}.hb-label,.hb-loading,.hb-modal,.hb-modal-button,.hb-modal-title,.hb-slider-nav ol{text-align:center}.hbBox-Confirm-footer .hb-btn{padding:3px 15px}.hbBox-Confirm-button{display:inline-block;cursor:pointer;font-size:15px;line-height:30px;height:30px;border-radius:4px;padding:0 20px;transition:color .2s,background-color .2s}.hbBox-Confirm-button-cancel{text-shadow:0 1px 1px rgba(255,255,255,.6);background:#ddd;color:#999;margin-right:25px}.hbBox-Confirm-button-cancel:hover{background:#ccc;color:#666}.hbBox-Confirm-button-submit{text-shadow:0 -1px 1px rgba(0,0,0,.2);background:#5fc04c;color:#fff}.hbBox-Confirm-button-submit:hover{background:#53a642}.hbBox-Confirm-button-cancel:active,.hbBox-Confirm-button-submit:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.26)}.hbBox-Loading,.hbBox-Notice{transition:margin .2s;font-size:14px}.hbBox-Loading .hbBox-container,.hbBox-Notice .hbBox-container{border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.2);color:#fff;text-shadow:0 -1px 1px #000;background:#1a1a1a}.hbBox-Loading .hbBox-container{border-radius:5px}.hbBox-Loading.hbBox-hasTitle .hbBox-title{text-align:center;position:absolute;bottom:12px;left:0;right:0;font-size:12px;text-shadow:none;letter-spacing:2px}.hbBox-Loading.hbBox-hasTitle .hbBox-content{padding:10px 20px;background:0 0!important;border-radius:5px 5px 0 0}.hbBox-Loading.hbBox-hasTitle .hbBox-container{height:90px;width:90px}.hbBox-Loading.hbBox-noTitle .hbBox-content{background:0 0!important}.hbBox-Modal.hbBox-noTitle .hbBox-content{border-radius:4px}.hbBox-Confirm.hbBox-noTitle .hbBox-content{border-radius:4px 4px 0 0}.hbBox-Notice .hbBox-content{border-radius:3px;padding:12px 20px;background:0 0}.hbBox-Notice .hbBox-title{padding:8px 20px 0;font-weight:700}.hbBox-hasTitle.hbBox-Notice .hbBox-content{padding-top:5px}.hbBox-Loading-color .hbBox-container,.hbBox-Notice-color .hbBox-container{text-shadow:0 -1px 1px rgba(0,0,0,.3)}.hbBox-Loading-gray .hbBox-container,.hbBox-Notice-gray .hbBox-container{color:#666;text-shadow:0 1px 1px #fff;background:#BDC3C7}.hbBox-Loading-red .hbBox-container,.hbBox-Notice-red .hbBox-container{background:#E74C3C}.hbBox-Loading-green .hbBox-container,.hbBox-Notice-green .hbBox-container{background:#27AE60}.hbBox-Loading-blue .hbBox-container,.hbBox-Notice-blue .hbBox-container{background:#3498DB}.hbBox-Loading-yellow .hbBox-container,.hbBox-Notice-yellow .hbBox-container{background:#F39C12}.hbBox-Loading-black .hbBox-container,.hbBox-Notice-black .hbBox-container{background:#1a1a1a}.hbBox-Image{background:#fff;padding:8px 8px 45px;border-radius:5px}.hbBox-Image .hbBox-content{padding:0;width:100%;height:100%}.hbBox-image-container{border-radius:5px;background:center center no-repeat #fff;position:absolute;width:100%;height:100%;opacity:0}.hbBox-image-label{position:absolute;background:#fff;top:100%;left:0;width:100%;color:#333;margin-top:-35px;padding:0 90px 5px 10px;border-radius:0 0 5px 5px;transition:opacity .3s;opacity:0}.hbBox-image-label.active{opacity:1}.hbBox-image-pointer-next,.hbBox-image-pointer-prev{position:absolute;bottom:0;width:22px;height:45px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=) center center no-repeat;background-size:11px auto;cursor:pointer;opacity:.6;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .2s}.hbBox-image-pointer-next:hover,.hbBox-image-pointer-prev:hover{opacity:1}.hbBox-image-pointer-next{right:8px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.hbBox-image-pointer-prev{right:30px}.hbBox-image-open #hbBox-overlay{background-color:rgba(0,0,0,.86)}.hbBox-Image.hbBox-preloader .hbBox-container:before{left:auto;top:auto;bottom:-33px;right:55px;margin-top:-9px;margin-left:-9px}.hbBox-closeButton{cursor:pointer;position:absolute}.hbBox-closeButton svg{position:absolute;top:50%;right:50%}.hbBox-closeButton path{transition:fill .2s;fill:#aaa}.hbBox-closeButton:hover path{fill:#888}.hbBox-closeButton:active path{fill:#666}#hbBox-overlay .hbBox-closeButton{top:0;right:0;width:40px;height:40px}#hbBox-overlay .hbBox-closeButton svg{width:20px;height:20px;margin-top:-10px;margin-right:-10px}#hbBox-overlay .hbBox-closeButton path{fill:#d2d4d6}#hbBox-overlay .hbBox-closeButton:hover path{fill:#fff}#hbBox-overlay .hbBox-closeButton:active path{fill:#b2b4b6}.hbBox-closeButton-title .hbBox-closeButton{top:0;right:0;bottom:0;width:40px}.hbBox-closeButton-title .hbBox-closeButton svg{width:12px;height:12px;margin-top:-6px;margin-right:-6px}.hbBox-closeButton-box .hbBox-closeButton{top:-8px;right:-10px;width:24px;height:24px;background:#fff;border-radius:50%}.hbBox-closeButton-box .hbBox-closeButton svg{width:10px;height:10px;margin-top:-5px;margin-right:-5px}.hbBox-hasTitle.hbBox-Modal.hbBox-closeButton-box .hbBox-closeButton{background:#f4f5f6}.hbBox-closeButton-box:before{content:'';position:absolute;top:-8px;right:-10px;width:24px;height:24px;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.3)}.hbBox-pointerPosition-top.hbBox-closeButton-box:before{top:4px}.hbBox-pointerPosition-right.hbBox-closeButton-box:before{right:2px}#hbBox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;background-color:rgba(0,0,0,.3)}body[class*=" hbBox-blockScroll-"],body[class^=hbBox-blockScroll-]{overflow:hidden}.hbBox-draggable{cursor:move}@keyframes hbBoxLoading{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes hbBoxLoading{to{-webkit-transform:rotate(360deg)}}.hbBox-preloader .hbBox-content{min-height:32px;min-width:38px;opacity:0}.hbBox-Loading .hbBox-content{padding:5px}.hbBox-spinner{position:absolute;top:50%;left:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px}.hbBox-spinner:before{content:'Loading…';display:block;width:30px;height:30px;text-align:center;box-sizing:border-box}.hbBox-spinner:not(:required):before{content:'';border-radius:50%;border:2px solid rgba(0,0,0,.3);border-top-color:rgba(0,0,0,.6);animation:hbBoxLoading .6s linear infinite;-webkit-animation:hbBoxLoading .6s linear infinite}.hbBox-Loading .hbBox-spinner:not(:required):before,.hbBox-Loading-black .hbBox-spinner:not(:required):before{content:'';border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:rgba(255,255,255,.6);animation:hbBoxLoading .6s linear infinite;-webkit-animation:hbBoxLoading .6s linear infinite}.hbBox-IE8.hbBox-Mouse .hbBox-container,.hbBox-IE8.hbBox-Tooltip .hbBox-container{border:1px solid #aaa}.hbBox-IE8 .hbBox-pointer:after{display:none}.hbBox-IE8 .hbBox-pointer{border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC) no-repeat}.hbBox-IE8 .hbBox-pointer-top{background-position:center top}.hbBox-IE8 .hbBox-pointer-bottom{background-position:center bottom}.hbBox-IE8 .hbBox-pointer-left{background-position:left center}.hbBox-IE8 .hbBox-pointer-right{background-position:right center}.hbBox-icon,.iframe-load{background:url(img/loading.gif) center center no-repeat}.hbBox-IE8.hbBox-Modal .hbBox-container{border:3px solid #aaa}.hbBox-nosvg .hbBox-closeButton:before{font-family:Verdana,sans-serif;content:'x';text-align:center;font-size:18px;color:#888}.hbBox-icon{display:block;width:20px;height:20px;margin:10px auto}.hbBox-ModalBorder{border-radius:8px;background:rgba(0,0,0,.4);padding:8px;box-shadow:0 0 6px rgba(0,0,0,.2)}.hbBox-ModalBorder .hbBox-container{border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2)}.hbBox-ModalBorder.hbBox-closeButton-box{border-top-right-radius:0}.hbBox-ModalBorder.hbBox-closeButton-box:before{display:none}.hbBox-ModalBorder.hbBox-closeButton-box .hbBox-closeButton,.hbBox-ModalBorder.hbBox-hasTitle.hbBox-closeButton-box .hbBox-closeButton{background:rgba(0,0,0,.4);border-radius:0 50% 50% 0;right:-32px;top:-8px}.hbBox-ModalBorder.hbBox-closeButton-box .hbBox-closeButton path{fill:#d2d4d6}.hbBox-ModalBorder.hbBox-closeButton-box .hbBox-closeButton:hover path{fill:#fff}.hbBox-ModalBorder.hbBox-closeButton-box .hbBox-closeButton:active path{fill:#b2b4b6}.hbBox-ModalBlue{border-radius:8px}.hbBox-ModalBlue .hbBox-title{background-color:#3498DB;color:#fff;text-shadow:none}.hbBox-ModalBlue .hbBox-closeButton path{fill:#fff}.hbBox-NoticeBorder .hbBox-container{border-radius:6px}.hbBox-NoticeBorder .hbBox-content,.hbBox-NoticeBorder .hbBox-title{padding-left:26px}.hbBox-NoticeBorder.hbBox-Notice-color .hbBox-container{color:#fff;text-shadow:0 -1px 0 #000;background:rgba(0,0,0,.92)}.hbBox-NoticeBorder.hbBox-Notice-color.hbBox-Notice-red .hbBox-container{background-color:#e00}.hbBox-NoticeBorder.hbBox-Notice-color.hbBox-Notice-green .hbBox-container{background-color:#95cc2a}.hbBox-NoticeBorder.hbBox-Notice-color.hbBox-Notice-blue .hbBox-container{background-color:#4cb4ff}.hbBox-NoticeBorder.hbBox-Notice-color.hbBox-Notice-yellow .hbBox-container{background-color:#ffba00}.hbBox-NoticeBorder.hbBox-Notice-color .hbBox-container:after{content:'';position:absolute;top:0;left:0;bottom:0;width:8px;border-radius:5px 0 0 5px;background-image:linear-gradient(45deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent);background-size:18px 18px}.hb-btn .hb-label,.hb-slider,.hb-slider-fade,.hb-slider-wrap{position:relative}.hbBox-NoticeBorder.hbBox-Notice-red .hbBox-container:after{background-color:#e00}.hbBox-NoticeBorder.hbBox-Notice-green .hbBox-container:after{background-color:#95cc2a}.hbBox-NoticeBorder.hbBox-Notice-blue .hbBox-container:after{background-color:#4cb4ff}.hbBox-NoticeBorder.hbBox-Notice-yellow .hbBox-container:after{background-color:#ffba00}.hbBox-TooltipDark .hbBox-container{border-radius:3px;border:2px solid #34495E;background:#2C3E50;color:#fff}.hbBox-TooltipDark .hbBox-pointer:after{border:2px solid #34495E;background:#2C3E50}.hbBox-TooltipDark .hbBox-pointer-bottom,.hbBox-TooltipDark .hbBox-pointer-top{width:34px;height:12px}.hbBox-TooltipDark .hbBox-pointer-left,.hbBox-TooltipDark .hbBox-pointer-right{width:12px;height:34px}.hbBox-TooltipDark.hbBox-closeButton-box:before{width:28px;height:28px;background:#34495E}.hbBox-TooltipGreen .hbBox-container{border-radius:3px;border:2px solid #27AE60;background:#2ECC71;color:#fff}.hbBox-TooltipGreen .hbBox-pointer:after{border:2px solid #27AE60;background:#2ECC71}.hbBox-TooltipGreen .hbBox-pointer-bottom,.hbBox-TooltipGreen .hbBox-pointer-top{width:34px;height:12px}.hbBox-TooltipGreen .hbBox-pointer-left,.hbBox-TooltipGreen .hbBox-pointer-right{width:12px;height:34px}.hbBox-TooltipGreen.hbBox-closeButton-box:before{width:28px;height:28px;background:#34495E}.hbBox-TooltipBlue .hbBox-container{border-radius:3px;border:2px solid #3498DB;background:#3498DB;color:#fff}.hbBox-TooltipBlue .hbBox-pointer:after{border:2px solid #3498DB;background:#3498DB}.hbBox-TooltipBlue .hbBox-pointer-bottom,.hbBox-TooltipBlue .hbBox-pointer-top{width:34px;height:12px}.hbBox-TooltipBlue .hbBox-pointer-left,.hbBox-TooltipBlue .hbBox-pointer-right{width:12px;height:34px}.hbBox-TooltipBlue.hbBox-closeButton-box:before{width:28px;height:28px;background:#3498DB}.hbBox-TooltipBlack .hbBox-container{border-radius:3px;border:2px solid rgba(27,26,26,.92);background:#1a1a1a;color:#fff}.hbBox-TooltipBlack .hbBox-content{background:0 0}.hbBox-TooltipBlack .hbBox-pointer:after{border:2px solid rgba(27,26,26,.92);background:#1a1a1a}.hbBox-TooltipBlack .hbBox-pointer-bottom,.hbBox-TooltipBlack .hbBox-pointer-top{width:34px;height:12px}.hbBox-TooltipBlack .hbBox-pointer-left,.hbBox-TooltipBlack .hbBox-pointer-right{width:12px;height:34px}.hbBox-TooltipBlack.hbBox-closeButton-box:before{width:28px;height:28px;background:#1a1a1a}.hbBox-Confirm-submit{margin-left:10px}.hb-pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:2px}.hb-label,.hb-pagination>li{display:inline}.hb-pagination>li>a,.hb-pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#0894ec;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.hb-pagination>li:first-child>a,.hb-pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:2px;border-top-left-radius:2px}.hb-pagination>li:last-child>a,.hb-pagination>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.hb-pagination>li>a:focus,.hb-pagination>li>a:hover,.hb-pagination>li>span:focus,.hb-pagination>li>span:hover{z-index:2;color:#0566a2;background-color:#eee;border-color:#ddd}.hb-pagination>.active>a,.hb-pagination>.active>a:focus,.hb-pagination>.active>a:hover,.hb-pagination>.active>span,.hb-pagination>.active>span:focus,.hb-pagination>.active>span:hover{z-index:3;color:#fff;background-color:#0894ec;border-color:#0894ec;cursor:default}.hb-pagination>.disabled>a,.hb-pagination>.disabled>a:focus,.hb-pagination>.disabled>a:hover,.hb-pagination>.disabled>span,.hb-pagination>.disabled>span:focus,.hb-pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed;pointer-events:none}.hb-pagination-lg>li>a,.hb-pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.hb-pagination-lg>li:first-child>a,.hb-pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.hb-pagination-lg>li:last-child>a,.hb-pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.hb-pagination-sm>li>a,.hb-pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.hb-pagination-sm>li:first-child>a,.hb-pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.hb-pagination-sm>li:last-child>a,.hb-pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.hb-label{padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.hb-label:focus,a.hb-label:hover{color:#fff;text-decoration:none;cursor:pointer}.hb-label:empty{display:none}.hb-btn .hb-label{top:-1px}.hb-label-default{background-color:#777}.hb-label-default[href]:focus,.hb-label-default[href]:hover{background-color:#5e5e5e}.hb-label-primary{background-color:#0894ec}.hb-label-primary[href]:focus,.hb-label-primary[href]:hover{background-color:#0675bb}.hb-label-success{background-color:#72C47C}.hb-label-success[href]:focus,.hb-label-success[href]:hover{background-color:#4eb55b}.hb-label-warning{background-color:#f60}.hb-label-warning[href]:focus,.hb-label-warning[href]:hover{background-color:#cc5200}.hb-label-danger{background-color:#f6383a}.hb-label-danger[href]:focus,.hb-label-danger[href]:hover{background-color:#f00b0d}.hb-slider{margin:0;padding:0}.hb-slider-vertical>ul{height:100%}.hb-slider-vertical li{float:none;width:100%}.hb-slider-fade .hb-slider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.hb-slider-fade .hb-slider-wrap li.hb-slider-active{z-index:10}.hb-slider li,.hb-slider ol,.hb-slider ul{list-style:none;margin:0;padding:0;border:none}.hb-slider-arrow{position:absolute;left:20px;z-index:2;font-size:0;line-height:0;cursor:pointer}.hb-slider-arrow.next{left:auto;right:20px}.hb-slider-nav{position:absolute;bottom:-35px;left:0;right:0;top:auto;margin:0}.hb-slider-nav ol li{display:inline-block;width:10px;height:10px;margin:0 4px;background:0 0;border-radius:10px;overflow:hidden;text-indent:-999em;border:2px solid #0894ec;cursor:pointer}.hb-slider-nav ol li.hb-slider-active{background:#0894ec;cursor:default}.hb-loading-overlay,.hb-modal-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:10600;visibility:hidden;opacity:0;transition-duration:.2s}.hb-loading-overlay.hb-loading-overlay-visible,.hb-modal-overlay.hb-modal-overlay-visible{visibility:visible;opacity:1}.hb-modal{font-family:"Open Sans","Hiragino Sans GB","Microsoft YaHei",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;width:300px;position:fixed;z-index:11000;left:50%;margin-left:-150px;margin-top:0;top:50%;background:#fff;border-radius:3px;opacity:0;-webkit-transform:translate3d(0,0,0) scale(1.185);transform:translate3d(0,0,0) scale(1.185);transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;color:#3d4145;border:0 solid rgba(0,0,0,.25);box-shadow:0 0 18px rgba(0,0,0,.4);display:none}.hb-modal.hb-modal-in{opacity:1;transition-duration:.2s;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.hb-modal.hb-modal-out{opacity:0;z-index:10999;transition-duration:.2s;-webkit-transform:translate3d(0,0,0) scale(.815);transform:translate3d(0,0,0) scale(.815)}.hb-modal-inner{padding:22px 12px;border-top-right-radius:3px;border-top-left-radius:3px;position:relative;background:#fff}.hb-modal-title{font-weight:500;font-size:.9rem}.hb-modal-title+.hb-modal-text{margin-top:.25rem}.hb-modal-buttons{height:40px;overflow:hidden;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.hb-modal-button{width:100%;padding:0 12px;height:40px;font-size:14px;line-height:40px;color:#0894ec;background:#f5f5f5;display:block;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.hb-modal-button.hb-modal-button-bold{font-weight:600}.hb-toast{background:rgba(0,0,0,.8);border-radius:5px;color:#fff;padding:0 10px;min-height:30px;line-height:30px;font-size:.8rem;width:auto}.hb-loading{position:fixed;z-index:100061;width:50px;min-height:50px;top:50%;left:50%;margin-left:-25px;margin-top:-25px;background:#fff;border-radius:3px;color:#FFF;box-shadow:0 0 18px rgba(0,0,0,.4)}.hb-loading .hb-icon-loading{width:30px;height:30px;position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;z-index:9999;background:url(../img/loading-gray-2-48x48.gif) no-repeat;background-size:100%} \ No newline at end of file diff --git a/assets/fonts/iconfont.eot b/assets/fonts/iconfont.eot new file mode 100644 index 0000000..5b3abf3 Binary files /dev/null and b/assets/fonts/iconfont.eot differ diff --git a/assets/fonts/iconfont.svg b/assets/fonts/iconfont.svg new file mode 100644 index 0000000..6b45a7e --- /dev/null +++ b/assets/fonts/iconfont.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/fonts/iconfont.ttf b/assets/fonts/iconfont.ttf new file mode 100644 index 0000000..a220803 Binary files /dev/null and b/assets/fonts/iconfont.ttf differ diff --git a/assets/fonts/iconfont.woff b/assets/fonts/iconfont.woff new file mode 100644 index 0000000..b21f044 Binary files /dev/null and b/assets/fonts/iconfont.woff differ diff --git a/assets/fonts/README.md b/assets/fonts/octicons/README.md similarity index 100% rename from assets/fonts/README.md rename to assets/fonts/octicons/README.md diff --git a/assets/fonts/octicons-local.ttf b/assets/fonts/octicons/octicons-local.ttf similarity index 100% rename from assets/fonts/octicons-local.ttf rename to assets/fonts/octicons/octicons-local.ttf diff --git a/assets/fonts/octicons.css b/assets/fonts/octicons/octicons.css similarity index 100% rename from assets/fonts/octicons.css rename to assets/fonts/octicons/octicons.css diff --git a/assets/fonts/octicons.eot b/assets/fonts/octicons/octicons.eot similarity index 100% rename from assets/fonts/octicons.eot rename to assets/fonts/octicons/octicons.eot diff --git a/assets/fonts/octicons.less b/assets/fonts/octicons/octicons.less similarity index 100% rename from assets/fonts/octicons.less rename to assets/fonts/octicons/octicons.less diff --git a/assets/fonts/octicons.scss b/assets/fonts/octicons/octicons.scss similarity index 100% rename from assets/fonts/octicons.scss rename to assets/fonts/octicons/octicons.scss diff --git a/assets/fonts/octicons.svg b/assets/fonts/octicons/octicons.svg similarity index 100% rename from assets/fonts/octicons.svg rename to assets/fonts/octicons/octicons.svg diff --git a/assets/fonts/octicons.ttf b/assets/fonts/octicons/octicons.ttf similarity index 100% rename from assets/fonts/octicons.ttf rename to assets/fonts/octicons/octicons.ttf diff --git a/assets/fonts/octicons.woff b/assets/fonts/octicons/octicons.woff similarity index 100% rename from assets/fonts/octicons.woff rename to assets/fonts/octicons/octicons.woff diff --git a/assets/fonts/sprockets-octicons.scss b/assets/fonts/octicons/sprockets-octicons.scss similarity index 100% rename from assets/fonts/sprockets-octicons.scss rename to assets/fonts/octicons/sprockets-octicons.scss diff --git a/assets/images/.gitkeep b/assets/images/.gitkeep deleted file mode 100755 index e69de29..0000000 diff --git a/assets/img/favicon.png b/assets/img/favicon.png new file mode 100644 index 0000000..48c7345 Binary files /dev/null and b/assets/img/favicon.png differ diff --git a/assets/images/favicon.png b/assets/img/favicon1.png similarity index 100% rename from assets/images/favicon.png rename to assets/img/favicon1.png diff --git a/assets/img/loading-gray-2-48x48.gif b/assets/img/loading-gray-2-48x48.gif new file mode 100644 index 0000000..8104624 Binary files /dev/null and b/assets/img/loading-gray-2-48x48.gif differ diff --git a/assets/images/logo@2x.png b/assets/img/logo@2x.png similarity index 100% rename from assets/images/logo@2x.png rename to assets/img/logo@2x.png diff --git a/assets/img/seal@2x.png b/assets/img/seal@2x.png new file mode 100644 index 0000000..48c7345 Binary files /dev/null and b/assets/img/seal@2x.png differ diff --git a/assets/img/slider_1.jpg b/assets/img/slider_1.jpg new file mode 100644 index 0000000..9c83650 Binary files /dev/null and b/assets/img/slider_1.jpg differ diff --git a/assets/img/slider_2.jpg b/assets/img/slider_2.jpg new file mode 100644 index 0000000..dc1f2b5 Binary files /dev/null and b/assets/img/slider_2.jpg differ diff --git a/assets/img/slider_3.jpg b/assets/img/slider_3.jpg new file mode 100644 index 0000000..b247d89 Binary files /dev/null and b/assets/img/slider_3.jpg differ diff --git a/assets/js/jquery.min.js b/assets/js/jquery.min.js new file mode 100644 index 0000000..4caba92 --- /dev/null +++ b/assets/js/jquery.min.js @@ -0,0 +1,3 @@ +!function(e,t){function n(e){var t=e.length,n=ut.type(e);return ut.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e){var t=Nt[e]={};return ut.each(e.match(ct)||[],function(e,n){t[n]=!0}),t}function i(e,n,r,i){if(ut.acceptData(e)){var o,a,s=ut.expando,u="string"==typeof n,l=e.nodeType,c=l?ut.cache:e,f=l?e[s]:e[s]&&s;if(f&&c[f]&&(i||c[f].data)||!u||r!==t)return f||(l?e[s]=f=Z.pop()||ut.guid++:f=s),c[f]||(c[f]={},l||(c[f].toJSON=ut.noop)),("object"==typeof n||"function"==typeof n)&&(i?c[f]=ut.extend(c[f],n):c[f].data=ut.extend(c[f].data,n)),o=c[f],i||(o.data||(o.data={}),o=o.data),r!==t&&(o[ut.camelCase(n)]=r),u?(a=o[n],null==a&&(a=o[ut.camelCase(n)])):a=o,a}}function o(e,t,n){if(ut.acceptData(e)){var r,i,o,a=e.nodeType,u=a?ut.cache:e,l=a?e[ut.expando]:ut.expando;if(u[l]){if(t&&(o=n?u[l]:u[l].data)){ut.isArray(t)?t=t.concat(ut.map(t,ut.camelCase)):t in o?t=[t]:(t=ut.camelCase(t),t=t in o?[t]:t.split(" "));for(r=0,i=t.length;i>r;r++)delete o[t[r]];if(!(n?s:ut.isEmptyObject)(o))return}(n||(delete u[l].data,s(u[l])))&&(a?ut.cleanData([e],!0):ut.support.deleteExpando||u!=u.window?delete u[l]:u[l]=null)}}}function a(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(kt,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:Ct.test(r)?ut.parseJSON(r):r}catch(o){}ut.data(e,n,r)}else r=t}return r}function s(e){var t;for(t in e)if(("data"!==t||!ut.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function u(){return!0}function l(){return!1}function c(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function f(e,t,n){if(t=t||0,ut.isFunction(t))return ut.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return ut.grep(e,function(e){return e===t===n});if("string"==typeof t){var r=ut.grep(e,function(e){return 1===e.nodeType});if(It.test(t))return ut.filter(t,r,!n);t=ut.filter(t,r)}return ut.grep(e,function(e){return ut.inArray(e,t)>=0===n})}function p(e){var t=Ut.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function d(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function h(e){var t=e.getAttributeNode("type");return e.type=(t&&t.specified)+"/"+e.type,e}function g(e){var t=on.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function m(e,t){for(var n,r=0;null!=(n=e[r]);r++)ut._data(n,"globalEval",!t||ut._data(t[r],"globalEval"))}function y(e,t){if(1===t.nodeType&&ut.hasData(e)){var n,r,i,o=ut._data(e),a=ut._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)ut.event.add(t,n,s[n][r])}a.data&&(a.data=ut.extend({},a.data))}}function v(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!ut.support.noCloneEvent&&t[ut.expando]){i=ut._data(t);for(r in i.events)ut.removeEvent(t,r,i.handle);t.removeAttribute(ut.expando)}"script"===n&&t.text!==e.text?(h(t).text=e.text,g(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),ut.support.html5Clone&&e.innerHTML&&!ut.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&tn.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}function b(e,n){var r,i,o=0,a=typeof e.getElementsByTagName!==V?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==V?e.querySelectorAll(n||"*"):t;if(!a)for(a=[],r=e.childNodes||e;null!=(i=r[o]);o++)!n||ut.nodeName(i,n)?a.push(i):ut.merge(a,b(i,n));return n===t||n&&ut.nodeName(e,n)?ut.merge([e],a):a}function x(e){tn.test(e.type)&&(e.defaultChecked=e.checked)}function w(e,t){if(t in e)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=kn.length;i--;)if(t=kn[i]+n,t in e)return t;return r}function T(e,t){return e=t||e,"none"===ut.css(e,"display")||!ut.contains(e.ownerDocument,e)}function N(e,t){for(var n,r,i,o=[],a=0,s=e.length;s>a;a++)r=e[a],r.style&&(o[a]=ut._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&T(r)&&(o[a]=ut._data(r,"olddisplay",S(r.nodeName)))):o[a]||(i=T(r),(n&&"none"!==n||!i)&&ut._data(r,"olddisplay",i?n:ut.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}function C(e,t,n){var r=vn.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function k(e,t,n,r,i){for(var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;4>o;o+=2)"margin"===n&&(a+=ut.css(e,n+Cn[o],!0,i)),r?("content"===n&&(a-=ut.css(e,"padding"+Cn[o],!0,i)),"margin"!==n&&(a-=ut.css(e,"border"+Cn[o]+"Width",!0,i))):(a+=ut.css(e,"padding"+Cn[o],!0,i),"padding"!==n&&(a+=ut.css(e,"border"+Cn[o]+"Width",!0,i)));return a}function E(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=fn(e),a=ut.support.boxSizing&&"border-box"===ut.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=pn(e,t,o),(0>i||null==i)&&(i=e.style[t]),bn.test(i))return i;r=a&&(ut.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+k(e,t,n||(a?"border":"content"),r,o)+"px"}function S(e){var t=Y,n=wn[e];return n||(n=A(e,t),"none"!==n&&n||(cn=(cn||ut("',!0)}else if("Loading"==this.type){var o='
';this.setContent(o,!0)}else this.setContent(this.options.content,!0);if(this.setTitle(this.options.title,!0),this.options.draggable){var n="title"==this.options.draggable?this.titleContainer:this.options.draggable.length>0?this.options.draggable:this.options.draggable.selector?jQuery(this.options.draggable.selector):this.wrapper;n.addClass("hbBox-draggable").on("mousedown",function(t){if(2!=t.button&&!jQuery(t.target).hasClass("hbBox-noDrag")&&!jQuery(t.target).parents(".hbBox-noDrag").length){this.options.dragOver&&this.wrapper.css("zIndex")<=hbBox.zIndexMax&&(hbBox.zIndexMax+=1,this.wrapper.css("zIndex",hbBox.zIndexMax));var e=this.wrapper.outerHeight(),i=this.wrapper.outerWidth(),o=this.wrapper.offset().top+e-t.pageY,n=this.wrapper.offset().left+i-t.pageX;jQuery(document).on("mousemove.hbBox-draggable-"+this.id,function(t){this.wrapper.offset({top:t.pageY+o-e,left:t.pageX+n-i})}.bind(this)),t.preventDefault()}}.bind(this)).on("mouseup",function(){jQuery(document).off("mousemove.hbBox-draggable-"+this.id)}.bind(this)),hbBox.zIndexMax=hbBox.zIndexMax?Math.max(hbBox.zIndexMax,this.options.zIndex):this.options.zIndex}this._fireEvent("onCreated")}},this.options.constructOnInit&&this._create(),this.options.attach&&this.attach(),this._positionMouse=function(t){this.pos={left:t.pageX,top:t.pageY};var e=function(t,e){return"center"==this.options.position[e]?void(this.pos[t]-=Math.ceil(this.dimensions[e]/2)):(this.pos[t]+=t==this.options.position[e]?-1*this.dimensions[e]-this.options.offset[e]:this.options.offset[e],this.pos[t])}.bind(this);this.wrapper.css({left:e("left","x"),top:e("top","y")}),this.targetDimensions={x:0,y:0,left:t.pageX,top:t.pageY},this._adjustPosition()},this._attachEvents=function(){if(this.options.closeOnEsc&&jQuery(document).on("keyup.hbBox-"+this.id,function(t){27==t.keyCode&&this.close({ignoreDelay:!0})}.bind(this)),this.options.closeOnClick!==!0&&"body"!=this.options.closeOnClick||jQuery(document).on("touchend.hbBox-"+this.id+" click.hbBox-"+this.id,function(t){this.blockBodyClick||"body"==this.options.closeOnClick&&(t.target==this.wrapper[0]||this.wrapper.has(t.target).length)||this.close({ignoreDelay:!0})}.bind(this)),(this.options.adjustPosition&&this.options.adjustTracker||this.options.reposition)&&!this.fixed&&this.outside){var t,e=0,i=150,o=function(){var o=(new Date).getTime();t||(o-e>i&&(this.options.reposition&&this.position(),this.options.adjustTracker&&this._adjustPosition(),e=o),t=setTimeout(function(){t=null,e=(new Date).getTime(),this.options.reposition&&this.position(),this.options.adjustTracker&&this._adjustPosition()}.bind(this),i))}.bind(this);this.options.adjustTracker&&"resize"!=this.options.adjustTracker&&jQuery(window).on("scroll.hbBox-"+this.id,function(t){o()}.bind(this)),(this.options.adjustTracker&&"scroll"!=this.options.adjustTracker||this.options.reposition)&&jQuery(window).on("resize.hbBox-"+this.id,function(t){o()}.bind(this))}"mouse"==this.options.target&&jQuery("body").on("mousemove.hbBox-"+this.id,function(t){this._positionMouse(t)}.bind(this))},this._detachEvents=function(){this.options.closeOnEsc&&jQuery(document).off("keyup.hbBox-"+this.id),(this.options.closeOnClick===!0||"body"==this.options.closeOnClick)&&jQuery(document).off("touchend.hbBox-"+this.id+" click.hbBox-"+this.id),(this.options.adjustPosition&&this.options.adjustTracker||this.options.reposition)&&(jQuery(window).off("scroll.hbBox-"+this.id),jQuery(window).off("resize.hbBox-"+this.id)),"mouse"==this.options.target&&jQuery("body").off("mousemove.hbBox-"+this.id)},this._addOverlay=function(){this.overlay||(this.overlay=jQuery("#hbBox-overlay").length?jQuery("#hbBox-overlay").css({zIndex:Math.min(jQuery("#hbBox-overlay").css("z-index"),this.options.zIndex-1)}):jQuery("
",{id:"hbBox-overlay"}).css({display:"none",opacity:0,zIndex:this.options.zIndex-1}).appendTo(jQuery("body")),("overlay"==this.options.closeButton||this.options.closeButton===!0)&&(jQuery("#hbBox-overlay .hbBox-closeButton").length>0?jQuery("#hbBox-overlay .hbBox-closeButton").on("touchend click",function(){this.isOpen&&this.close({ignoreDelay:!0})}.bind(this)):this.overlay.append(this.closeButton)),"overlay"==this.options.closeOnClick&&this.overlay.on("touchend click",function(){this.isOpen&&this.close({ignoreDelay:!0})}.bind(this)));var t=this.options.overflowOpacity?0:1,e=this.overlay.data("hbBox")||{};e["hbBox-"+this.id]=!0,this.overlay.data("hbBox",e),"block"!=this.overlay.css("display")&&(this.options.fade?this.overlay.stop()&&this.overlay.animate({opacity:t},{queue:!1,duration:this.options.fade,start:function(){this.overlay.css({display:"block"})}.bind(this)}):this.overlay.css({display:"block",opacity:t}))},this._removeOverlay=function(){if(this.overlay){var t=this.overlay.data("hbBox");delete t["hbBox-"+this.id],this.overlay.data("hbBox",t),jQuery.isEmptyObject(t)&&(this.options.fade?this.overlay.stop()&&this.overlay.animate({opacity:0},{queue:!1,duration:this.options.fade,complete:function(){this.overlay.css({display:"none"})}.bind(this)}):this.overlay.css({display:"none",opacity:0}))}},this._generateCSS=function(){if(!this.IE8){"object"!=jQuery.type(this.options.animation)&&(this.options.animation={pulse:{open:"pulse",close:"zoomOut"},zoomIn:{open:"zoomIn",close:"zoomIn"},zoomOut:{open:"zoomOut",close:"zoomOut"},move:{open:"move",close:"move"},slide:{open:"slide",close:"slide"},flip:{open:"flip",close:"flip"},tada:{open:"tada",close:"zoomOut"}}[this.options.animation]),this.options.animation.open&&(this.options.animation.open=this.options.animation.open.split(":")),this.options.animation.close&&(this.options.animation.close=this.options.animation.close.split(":")),this.options.animation.openDirection=this.options.animation.open?this.options.animation.open[1]:null,this.options.animation.closeDirection=this.options.animation.close?this.options.animation.close[1]:null,this.options.animation.open&&(this.options.animation.open=this.options.animation.open[0]),this.options.animation.close&&(this.options.animation.close=this.options.animation.close[0]),this.options.animation.open&&(this.options.animation.open+="Open"),this.options.animation.close&&(this.options.animation.close+="Close");var t={pulse:{duration:350,css:[["0%","scale(1)"],["50%","scale(1.1)"],["100%","scale(1)"]]},zoomInOpen:{duration:this.options.fade||180,css:[["0%","scale(0.9)"],["100%","scale(1)"]]},zoomInClose:{duration:this.options.fade||180,css:[["0%","scale(1)"],["100%","scale(0.9)"]]},zoomOutOpen:{duration:this.options.fade||180,css:[["0%","scale(1.1)"],["100%","scale(1)"]]},zoomOutClose:{duration:this.options.fade||180,css:[["0%","scale(1)"],["100%","scale(1.1)"]]},moveOpen:{duration:this.options.fade||180,positions:{top:{"0%":-12},right:{"0%":12},bottom:{"0%":12},left:{"0%":-12}},css:[["0%","translate%XY(%Vpx)"],["100%","translate%XY(0px)"]]},moveClose:{duration:this.options.fade||180,timing:"ease-in",positions:{top:{"100%":-12},right:{"100%":12},bottom:{"100%":12},left:{"100%":-12}},css:[["0%","translate%XY(0px)"],["100%","translate%XY(%Vpx)"]]},slideOpen:{duration:400,positions:{top:{"0%":-400},right:{"0%":400},bottom:{"0%":400},left:{"0%":-400}},css:[["0%","translate%XY(%Vpx)"],["100%","translate%XY(0px)"]]},slideClose:{duration:400,timing:"ease-in",positions:{top:{"100%":-400},right:{"100%":400},bottom:{"100%":400},left:{"100%":-400}},css:[["0%","translate%XY(0px)"],["100%","translate%XY(%Vpx)"]]},flipOpen:{duration:600,css:[["0%","perspective(400px) rotateX(90deg)"],["40%","perspective(400px) rotateX(-15deg)"],["70%","perspective(400px) rotateX(15deg)"],["100%","perspective(400px) rotateX(0deg)"]]},flipClose:{duration:this.options.fade||300,css:[["0%","perspective(400px) rotateX(0deg)"],["100%","perspective(400px) rotateX(90deg)"]]},tada:{duration:800,css:[["0%","scale(1)"],["10%, 20%","scale(0.9) rotate(-3deg)"],["30%, 50%, 70%, 90%","scale(1.1) rotate(3deg)"],["40%, 60%, 80%","scale(1.1) rotate(-3deg)"],["100%","scale(1) rotate(0)"]]}};jQuery.each(["pulse","tada"],function(e,i){t[i+"Open"]=t[i+"Close"]=t[i]});var e=function(e,i){return keyframe_css="@"+this.prefix+"keyframes hbBox-animation-"+this.options.animation[e]+"-"+e+(i?"-"+i:"")+" {",jQuery.each(t[this.options.animation[e]].css,function(o,n){var s=i?n[1].replace("%XY",this._getXY(i).toUpperCase()):n[1];t[this.options.animation[e]].positions&&(s=s.replace("%V",t[this.options.animation[e]].positions[i][n[0]])),keyframe_css+=n[0]+" {"+this.prefix+"transform:"+s+";}"}.bind(this)),keyframe_css+="}",keyframe_css+=".hbBox-animation-"+this.options.animation[e]+"-"+e+(i?"-"+i:"")+" {",keyframe_css+=this.prefix+"animation-duration: "+t[this.options.animation[e]].duration+"ms;",keyframe_css+=this.prefix+"animation-name: hbBox-animation-"+this.options.animation[e]+"-"+e+(i?"-"+i:"")+";",keyframe_css+=t[this.options.animation[e]].timing?this.prefix+"animation-timing-function: "+t[this.options.animation[e]].timing+";":"",keyframe_css+="}",keyframe_css}.bind(this),i="";jQuery.each(["open","close"],function(o,n){return this.options.animation[n]&&t[this.options.animation[n]]&&("close"!=n||this.options.fade)?void(t[this.options.animation[n]].positions?jQuery.each(["top","right","bottom","left"],function(t,o){i+=e(n,o)}):i+=e(n)):""}.bind(this)),jQuery("